44002ff34fa9d4a12f61c09bdf3d4c9163cfde83
[gnulib.git] / ChangeLog
1 2009-02-21  David Lutterkort  <lutter@redhat.com>
2
3         Tests for module 'safe-alloc'.
4         * tests/test-safe-alloc.c: New file.
5         * modules/safe-alloc-tests: New file.
6
7         New module 'safe-alloc'.
8         * lib/safe-alloc.h: New file.
9         * lib/safe-alloc.c: New file.
10         * m4/safe-alloc.m4: New file.
11         * modules/safe-alloc: New file.
12         * doc/safe-alloc.texi: New file.
13         * doc/gnulib.texi: Include it.
14         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15         safe-alloc.
16
17 2009-02-18  Bruno Haible  <bruno@clisp.org>
18
19         Fix link error on non-glibc systems.
20         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
21         variable.
22         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23
24 2009-02-18  Jim Meyering  <meyering@redhat.com>
25
26         fts: avoid used-uninitialized error due to recent change
27         * lib/fts.c (fts_read): Guard uses of the new member,
28         parent->fts_n_dirs_remaining, since it's not relevant for
29         the parent of a directory specified on the command-line.
30
31 2009-02-17  James Youngman  <jay@gnu.org>
32             Bruno Haible  <bruno@clisp.org>
33
34         * m4/include_next.m4: Reformulate comment.
35
36 2009-02-16  Jim Meyering  <meyering@redhat.com>
37
38         fts: add #if guards so that the fts_lgpl module still builds
39         * lib/fts.c: Guard just-added hash-table-using parts with
40         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
41         Reported by Simon Josefsson.
42
43 2009-02-15  Bruno Haible  <bruno@clisp.org>
44
45         * modules/array-mergesort-tests: New file.
46         * tests/test-array-mergesort.c: New file.
47
48         New module 'array-mergesort'.
49         * modules/array-mergesort: New file.
50         * lib/array-mergesort.h: New file.
51
52 2009-02-15  Bruno Haible  <bruno@clisp.org>
53
54         Fix 2009-02-07 commit.
55         * lib/gen-uni-tables.c (output_predicate, output_category,
56         output_combclass, output_bidi_category, output_decimal_digit,
57         output_digit, output_numeric, output_mirror, output_scripts,
58         output_ident_category, output_simple_mapping): Fix format directives.
59         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
60
61 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
62
63         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
64         fixes are available from IBM.
65
66 2009-02-13  Jim Meyering  <meyering@redhat.com>
67
68         fts: arrange not to stat non-directories in more cases
69         This makes GNU find (when it doesn't need to stat each file)
70         *much* more efficient at traversing reiserfs file systems.
71         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
72         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
73         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
74         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
75         (leaf_optimization_applies): New function.
76         (LCO_hash, LCO_compare): New helper functions.
77         (link_count_optimize_ok): New function.
78         (fts_stat): Initialize new member (if dir).
79         (fts_read): Decrement parent's fts_n_dirs_remaining count if
80         we've just stat'ed a directory.  Skip the stat call when possible.
81         ---
82         Note this AFS-related exchange:
83         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
84         and note find's pioctl call in find/fstype.c.
85         But that is necessary only if you want to enable the
86         optimization for AFS, and for now, I don't.
87
88         fts: move a function definition "up" (no semantic change)
89         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
90         "up" to precede upcoming use of a related function.
91
92 2009-02-11  Jim Meyering  <meyering@redhat.com>
93
94         fts: correct internal computation of nlinks (optimization-related)
95         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
96         whether the current entry is a directory, so don't test it.
97
98 2009-02-10  Bruno Haible  <bruno@clisp.org>
99
100         Tests for module 'uniwbrk/ulc-wordbreaks'.
101         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
102         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
103         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
104
105         Tests for module 'uniwbrk/u32-wordbreaks'.
106         * modules/uniwbrk/u32-wordbreaks-tests: New file.
107         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
108
109         Tests for module 'uniwbrk/u16-wordbreaks'.
110         * modules/uniwbrk/u16-wordbreaks-tests: New file.
111         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
112
113         Tests for module 'uniwbrk/u8-wordbreaks'.
114         * modules/uniwbrk/u8-wordbreaks-tests: New file.
115         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
116
117 2009-02-10  Bruno Haible  <bruno@clisp.org>
118
119         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
120         property.
121         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
122         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
123         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
124
125 2009-02-10  Simon Josefsson  <simon@josefsson.org>
126
127         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
128         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
129
130 2009-02-10  Bruno Haible  <bruno@clisp.org>
131
132         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
133         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
134         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
135         * lib/unilbrk/u8-possible-linebreaks.c: Update.
136         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
137         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
138
139 2009-02-09  Simon Josefsson  <simon@josefsson.org>
140
141         * lib/sockets.h (gl_fd_to_handle): New function.
142
143         * tests/test-sockets.c: Call gl_fd_to_handle.
144
145 2009-02-09  Bruno Haible  <bruno@clisp.org>
146
147         * doc/havelib.texi: Document the conventions on bi-arch systems.
148
149 2009-02-08  Bruno Haible  <bruno@clisp.org>
150
151         Document the AC_LIB_LINKFLAGS macro.
152         * doc/havelib.texi: New file, mostly written on 2005-05-24.
153         * doc/gnulib.texi: Include it.
154
155 2009-02-08  Bruno Haible  <bruno@clisp.org>
156
157         Fix wrong order of sections, compared to TOC.
158         * doc/gnulib.texi: Include relocatable-maint.texi after the
159         "Regular expressions" node, not before.
160
161 2009-02-08  Bruno Haible  <bruno@clisp.org>
162
163         Tests for module 'unicase/totitle'.
164         * modules/unicase/totitle-tests: New file.
165
166         Tests for module 'unicase/tolower'.
167         * modules/unicase/tolower-tests: New file.
168
169         Tests for module 'unicase/toupper'.
170         * modules/unicase/toupper-tests: New file.
171         * tests/unicase/test-mapping-part1.h: New file.
172         * tests/unicase/test-mapping-part2.h: New file.
173
174         New module 'unicase/totitle'.
175         * modules/unicase/totitle: New file.
176         * lib/unicase/totitle.c: New file.
177
178         New module 'unicase/tolower'.
179         * modules/unicase/tolower: New file.
180         * lib/unicase/tolower.c: New file.
181
182         New module 'unicase/toupper'.
183         * modules/unicase/toupper: New file.
184         * lib/unicase/toupper.c: New file.
185         * lib/unicase/simple-mapping.h: New file.
186
187         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
188         (mapping_table): New structure.
189         (output_simple_mapping): New function.
190         (main): Invoke output_simple_mapping_test and output_simple_mapping.
191         * modules/gen-uni-tables (Description): Update.
192         * lib/unicase/toupper.h: New file, automatically generated by
193         gen-uni-tables.
194         * lib/unicase/tolower.h: New file, automatically generated by
195         gen-uni-tables.
196         * lib/unicase/totitle.h: New file, automatically generated by
197         gen-uni-tables.
198         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
199         gen-uni-tables.
200         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
201         gen-uni-tables.
202         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
203         gen-uni-tables.
204
205         New module 'unicase/base'.
206         * modules/unicase/base: New file.
207         * lib/unicase.h: New file.
208
209 2009-02-08  Bruno Haible  <bruno@clisp.org>
210
211         New module 'uniwbrk/ulc-wordbreaks'.
212         * modules/uniwbrk/ulc-wordbreaks: New file.
213         * lib/uniwbrk/ulc-wordbreaks.c: New file.
214
215         New module 'uniwbrk/u32-wordbreaks'.
216         * modules/uniwbrk/u32-wordbreaks: New file.
217         * lib/uniwbrk/u32-wordbreaks.c: New file.
218
219         New module 'uniwbrk/u16-wordbreaks'.
220         * modules/uniwbrk/u16-wordbreaks: New file.
221         * lib/uniwbrk/u16-wordbreaks.c: New file.
222
223         New module 'uniwbrk/u8-wordbreaks'.
224         * modules/uniwbrk/u8-wordbreaks: New file.
225         * lib/uniwbrk/u8-wordbreaks.c: New file.
226         * lib/uniwbrk/u-wordbreaks.h: New file.
227
228         New module 'uniwbrk/table'.
229         * modules/uniwbrk/table: New file.
230         * lib/uniwbrk/wbrktable.h: New file.
231         * lib/uniwbrk/wbrktable.c: New file.
232
233         New module 'uniwbrk/wordbreak-property'.
234         * modules/uniwbrk/wordbreak-property: New file.
235         * lib/uniwbrk/wordbreak-property.c: New file.
236
237         * lib/gen-uni-tables.c (WBP_*): New enum items.
238         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
239         (unicode_org_wbp): New variable.
240         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
241         New functions.
242         (wbp_table): New structure.
243         (output_wbp, output_wbrk_tables): New functions.
244         (main): Accept additional argument. Invoke fill_org_wbp,
245         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
246         output_wbrk_tables.
247         * modules/gen-uni-tables (Description): Update.
248         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
249         gen-uni-tables.
250
251         New module 'uniwbrk/base'.
252         * modules/uniwbrk/base: New file.
253         * lib/uniwbrk.h: New file.
254
255 2009-02-08  Bruno Haible  <bruno@clisp.org>
256
257         Update to Unicode 5.1.0.
258         * lib/gen-uni-tables.c (is_property_alphabetic): Include
259         U+2185..U+2188.
260         (is_property_default_ignorable_code_point): Don't include characters
261         of category Cc or Cs and not-a-characters.
262         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
263         U+0D79, U+109E, U+109F, U+A60C.
264         * lib/unictype/bidi_of.h: Regenerated.
265         * lib/unictype/blocks.h: Regenerated.
266         * lib/unictype/categ_C.h: Regenerated.
267         * lib/unictype/categ_Cf.h: Regenerated.
268         * lib/unictype/categ_Cn.h: Regenerated.
269         * lib/unictype/categ_L.h: Regenerated.
270         * lib/unictype/categ_Ll.h: Regenerated.
271         * lib/unictype/categ_Lm.h: Regenerated.
272         * lib/unictype/categ_Lo.h: Regenerated.
273         * lib/unictype/categ_Lu.h: Regenerated.
274         * lib/unictype/categ_M.h: Regenerated.
275         * lib/unictype/categ_Mc.h: Regenerated.
276         * lib/unictype/categ_Me.h: Regenerated.
277         * lib/unictype/categ_Mn.h: Regenerated.
278         * lib/unictype/categ_N.h: Regenerated.
279         * lib/unictype/categ_Nd.h: Regenerated.
280         * lib/unictype/categ_Nl.h: Regenerated.
281         * lib/unictype/categ_No.h: Regenerated.
282         * lib/unictype/categ_P.h: Regenerated.
283         * lib/unictype/categ_Pd.h: Regenerated.
284         * lib/unictype/categ_Pe.h: Regenerated.
285         * lib/unictype/categ_Pf.h: Regenerated.
286         * lib/unictype/categ_Pi.h: Regenerated.
287         * lib/unictype/categ_Po.h: Regenerated.
288         * lib/unictype/categ_Ps.h: Regenerated.
289         * lib/unictype/categ_S.h: Regenerated.
290         * lib/unictype/categ_Sk.h: Regenerated.
291         * lib/unictype/categ_Sm.h: Regenerated.
292         * lib/unictype/categ_So.h: Regenerated.
293         * lib/unictype/categ_of.h: Regenerated.
294         * lib/unictype/combining.h: Regenerated.
295         * lib/unictype/ctype_alnum.h: Regenerated.
296         * lib/unictype/ctype_alpha.h: Regenerated.
297         * lib/unictype/ctype_graph.h: Regenerated.
298         * lib/unictype/ctype_lower.h: Regenerated.
299         * lib/unictype/ctype_print.h: Regenerated.
300         * lib/unictype/ctype_punct.h: Regenerated.
301         * lib/unictype/ctype_upper.h: Regenerated.
302         * lib/unictype/decdigit.h: Regenerated.
303         * lib/unictype/digit.h: Regenerated.
304         * lib/unictype/mirror.h: Regenerated.
305         * lib/unictype/numeric.h: Regenerated.
306         * lib/unictype/pr_alphabetic.h: Regenerated.
307         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
308         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
309         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
310         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
311         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
312         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
313         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
314         * lib/unictype/pr_combining.h: Regenerated.
315         * lib/unictype/pr_dash.h: Regenerated.
316         * lib/unictype/pr_decimal_digit.h: Regenerated.
317         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
318         * lib/unictype/pr_deprecated.h: Regenerated.
319         * lib/unictype/pr_diacritic.h: Regenerated.
320         * lib/unictype/pr_extender.h: Regenerated.
321         * lib/unictype/pr_format_control.h: Regenerated.
322         * lib/unictype/pr_grapheme_base.h: Regenerated.
323         * lib/unictype/pr_grapheme_extend.h: Regenerated.
324         * lib/unictype/pr_grapheme_link.h: Regenerated.
325         * lib/unictype/pr_id_continue.h: Regenerated.
326         * lib/unictype/pr_id_start.h: Regenerated.
327         * lib/unictype/pr_ideographic.h: Regenerated.
328         * lib/unictype/pr_ignorable_control.h: Regenerated.
329         * lib/unictype/pr_lowercase.h: Regenerated.
330         * lib/unictype/pr_math.h: Regenerated.
331         * lib/unictype/pr_numeric.h: Regenerated.
332         * lib/unictype/pr_other_alphabetic.h: Regenerated.
333         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
334         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
335         * lib/unictype/pr_other_id_continue.h: Regenerated.
336         * lib/unictype/pr_other_lowercase.h: Regenerated.
337         * lib/unictype/pr_other_math.h: Regenerated.
338         * lib/unictype/pr_punctuation.h: Regenerated.
339         * lib/unictype/pr_sentence_terminal.h: Regenerated.
340         * lib/unictype/pr_soft_dotted.h: Regenerated.
341         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
342         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
343         * lib/unictype/pr_unified_ideograph.h: Regenerated.
344         * lib/unictype/pr_uppercase.h: Regenerated.
345         * lib/unictype/pr_xid_continue.h: Regenerated.
346         * lib/unictype/pr_xid_start.h: Regenerated.
347         * lib/unictype/pr_zero_width.h: Regenerated.
348         * lib/unictype/scripts.h: Regenerated.
349         * lib/unictype/scripts_byname.gperf: Regenerated.
350         * lib/unictype/sy_java_ident.h: Regenerated.
351         * lib/unilbrk/lbrkprop1.h: Regenerated.
352         * lib/unilbrk/lbrkprop2.h: Regenerated.
353         * tests/unictype/test-categ_C.c: Regenerated.
354         * tests/unictype/test-categ_Cf.c: Regenerated.
355         * tests/unictype/test-categ_Cn.c: Regenerated.
356         * tests/unictype/test-categ_L.c: Regenerated.
357         * tests/unictype/test-categ_Ll.c: Regenerated.
358         * tests/unictype/test-categ_Lm.c: Regenerated.
359         * tests/unictype/test-categ_Lo.c: Regenerated.
360         * tests/unictype/test-categ_Lu.c: Regenerated.
361         * tests/unictype/test-categ_M.c: Regenerated.
362         * tests/unictype/test-categ_Mc.c: Regenerated.
363         * tests/unictype/test-categ_Me.c: Regenerated.
364         * tests/unictype/test-categ_Mn.c: Regenerated.
365         * tests/unictype/test-categ_N.c: Regenerated.
366         * tests/unictype/test-categ_Nd.c: Regenerated.
367         * tests/unictype/test-categ_Nl.c: Regenerated.
368         * tests/unictype/test-categ_No.c: Regenerated.
369         * tests/unictype/test-categ_P.c: Regenerated.
370         * tests/unictype/test-categ_Pd.c: Regenerated.
371         * tests/unictype/test-categ_Pe.c: Regenerated.
372         * tests/unictype/test-categ_Pf.c: Regenerated.
373         * tests/unictype/test-categ_Pi.c: Regenerated.
374         * tests/unictype/test-categ_Po.c: Regenerated.
375         * tests/unictype/test-categ_Ps.c: Regenerated.
376         * tests/unictype/test-categ_S.c: Regenerated.
377         * tests/unictype/test-categ_Sk.c: Regenerated.
378         * tests/unictype/test-categ_Sm.c: Regenerated.
379         * tests/unictype/test-categ_So.c: Regenerated.
380         * tests/unictype/test-ctype_alnum.c: Regenerated.
381         * tests/unictype/test-ctype_alpha.c: Regenerated.
382         * tests/unictype/test-ctype_graph.c: Regenerated.
383         * tests/unictype/test-ctype_lower.c: Regenerated.
384         * tests/unictype/test-ctype_print.c: Regenerated.
385         * tests/unictype/test-ctype_punct.c: Regenerated.
386         * tests/unictype/test-ctype_upper.c: Regenerated.
387         * tests/unictype/test-decdigit.h: Regenerated.
388         * tests/unictype/test-digit.h: Regenerated.
389         * tests/unictype/test-numeric.h: Regenerated.
390         * tests/unictype/test-pr_alphabetic.c: Regenerated.
391         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
392         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
393         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
394         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
395         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
396         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
397         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
398         * tests/unictype/test-pr_combining.c: Regenerated.
399         * tests/unictype/test-pr_dash.c: Regenerated.
400         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
401         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
402         * tests/unictype/test-pr_deprecated.c: Regenerated.
403         * tests/unictype/test-pr_diacritic.c: Regenerated.
404         * tests/unictype/test-pr_extender.c: Regenerated.
405         * tests/unictype/test-pr_format_control.c: Regenerated.
406         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
407         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
408         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
409         * tests/unictype/test-pr_id_continue.c: Regenerated.
410         * tests/unictype/test-pr_id_start.c: Regenerated.
411         * tests/unictype/test-pr_ideographic.c: Regenerated.
412         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
413         * tests/unictype/test-pr_lowercase.c: Regenerated.
414         * tests/unictype/test-pr_math.c: Regenerated.
415         * tests/unictype/test-pr_numeric.c: Regenerated.
416         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
417         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
418         Regenerated.
419         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
420         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
421         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
422         * tests/unictype/test-pr_other_math.c: Regenerated.
423         * tests/unictype/test-pr_punctuation.c: Regenerated.
424         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
425         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
426         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
427         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
428         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
429         * tests/unictype/test-pr_uppercase.c: Regenerated.
430         * tests/unictype/test-pr_xid_continue.c: Regenerated.
431         * tests/unictype/test-pr_xid_start.c: Regenerated.
432         * tests/unictype/test-pr_zero_width.c: Regenerated.
433
434         Update to Unicode 5.1.0.
435         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
436         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
437         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
438         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
439         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
440         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
441         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
442         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
443         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
444         (nonspacing_table_ind): Update.
445         * tests/uniwidth/test-uc_width2.sh: Update expected result.
446
447         Update to Unicode 5.1.0.
448         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
449         code transform.
450         * lib/uniname/uniname.c (unicode_character_name,
451         unicode_name_character): Add the range 0x1Fxxx to the code transform.
452         * lib/uniname/uninames.h: Regenerated.
453         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
454
455 2009-02-07  Bruno Haible  <bruno@clisp.org>
456
457         Merge gen-ctype and gen-lbrk into a single program.
458         * lib/gen-uni-tables.c: New file, incorporating
459         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
460         Add directory prefixes to the names of the generated files.
461         * lib/unictype/gen-ctype.c: Remove file.
462         * lib/unilbrk/gen-lbrk.c: Remove file.
463         * modules/gen-uni-tables: New file.
464         * modules/unictype/gen-ctype: Remove file.
465         * modules/unilbrk/gen-lbrk: Remove file.
466
467 2009-02-07  Bruno Haible  <bruno@clisp.org>
468
469         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
470
471         New module 'unistr/u32-strcoll'.
472         * modules/unistr/u32-strcoll: New file.
473         * lib/unistr/u32-strcoll.c: New file.
474
475         New module 'unistr/u16-strcoll'.
476         * modules/unistr/u16-strcoll: New file.
477         * lib/unistr/u16-strcoll.c: New file.
478
479         New module 'unistr/u8-strcoll'.
480         * modules/unistr/u8-strcoll: New file.
481         * lib/unistr/u8-strcoll.c: New file.
482         * lib/unistr/u-strcoll.h: New file.
483
484 2009-02-07  Bruno Haible  <bruno@clisp.org>
485
486         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
487         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
488         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
489         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
490         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
491         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
492
493 2009-02-07  Bruno Haible  <bruno@clisp.org>
494
495         Make 64-bit clean.
496         * lib/unictype/gen-ctype.c (output_predicate, output_category,
497         output_combclass, output_bidi_category, output_decimal_digit,
498         output_digit, output_numeric, output_mirror, output_scripts,
499         output_ident_category): Use proper width specifier in format strings.
500
501 2009-02-07  Bruno Haible  <bruno@clisp.org>
502
503         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
504         failure behaviour.
505
506 2009-02-07  Jim Meyering  <meyering@redhat.com>
507
508         regex: avoid compilation failure with upcoming gcc-4.4
509         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
510         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
511         "... error: integer overflow in preprocessor expression".
512
513 2009-02-05  Ben Pfaff  <blp@gnu.org>
514
515         Fix link errors on Windows when close module is used.
516         * modules/close: Add $(LIB_CLOSE) to Link section.
517         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
518         $(LIB_CLOSE) on Windows.
519
520 2009-02-05  Jim Meyering  <meyering@redhat.com>
521
522         still avoid unused-parameter warnings, but do it cleanly
523         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
524         (get_fs_usage): Cast to void instead.
525         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
526         (dev_from_mount_options, read_file_system_list): Cast to void.
527         Prompted by Bruno Haible.
528
529 2009-02-04  Jim Meyering  <meyering@redhat.com>
530
531         fsusage.c: correct copyright year
532         * lib/fsusage.c: Reflect year in which the change is pushed into
533
534         avoid misc. warnings
535         * lib/fsusage.c (UNUSED_PARAM): Define.
536         (get_fs_usage): Mark parameter "disk" as unused.
537         * lib/getugroups.c (getgrent): Use "void" in prototype.
538         * lib/mountlist.c: Mark unused parameters.
539         (read_file_system_list): Declare a local with "const".
540         * lib/nanosleep.c (getnow): Declare static.
541         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
542
543         dirfd: set errno upon failure
544         * lib/dirfd.c: Include <errno.h>.
545         Set errno to ENOTSUP when returning -1.
546         * modules/dirfd (Depends-on): Add errno.
547         Suggested by John Kodis <kodis@comcast.net>.
548
549 2009-02-01  Bruno Haible  <bruno@clisp.org>
550
551         Don't assume sizeof (long) >= sizeof (void *).
552         * lib/memcmp.c: Include stdint.h.
553         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
554         srcp2 to 'const byte *'.
555         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
556         types to uintptr_t.
557         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
558         * modules/memcmp (Depends-on): Add stdint.
559         Reported by Ozkan Sezer <sezeroz@gmail.com>.
560
561 2009-01-30  Eric Blake  <ebb9@byu.net>
562
563         fix more require-before-expand issues
564         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
565         expand, AC_PROG_AWK.
566         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
567
568 2009-01-28  Eric Blake  <ebb9@byu.net>
569
570         version-etc: use consistent URL formatting
571         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
572         Improve formatting.  Use fputs for string without %.
573
574 2009-01-28  Jim Meyering  <meyering@redhat.com>
575
576         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
577         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
578         "underquoted definition of NAME" from autoconf-2.59.
579
580 2009-01-28  Bruno Haible  <bruno@clisp.org>
581
582         * doc/gnulib.texi: Add "Obsolete modules" to index.
583
584 2009-01-28  Jim Meyering  <meyering@redhat.com>
585
586         useless-if-before-free: recognize more variants
587         * build-aux/useless-if-before-free: Also recognize e.g.,
588         if (NULL != p) free (p);
589
590 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
591
592         test-getaddrinfo: skip (don't fail) this test when there's no network
593         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
594         on the presumption that it means you lack network access.
595
596 2009-01-26  Jim Meyering  <meyering@redhat.com>
597
598         fflush: avoid warnings on modern systems
599         * lib/fflush.c (rpl_fflush): Move declarations of locals,
600         pos and result, into scopes where they're used.
601
602 2009-01-26  Eric Blake  <ebb9@byu.net>
603
604         Silence warning reintroduced by recent extensions patch.
605         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
606         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
607         autoconf.
608
609         Backport improved autoconf semantics of AC_DEFUN_ONCE.
610         * m4/00gnulib.m4: New file.
611         * gnulib-tool (func_get_filelist): Always use it.
612         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
613         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
614
615 2009-01-25  Bruno Haible  <bruno@clisp.org>
616
617         Make test-quotearg work on MacOS X and AIX.
618         * tests/test-quotearg.sh: New file.
619         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
620         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
621         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
622         include <libintl.h>.
623         (fake_locale): Remove variable.
624         (gettext, dgettext, dcgettext): Remove functions.
625         (main): Instead of setting a fake locale, set a real locale. Call
626         textdomain and bindtextdomain.
627         * modules/quotearg-tests (Files): Add the new files.
628         (Depends-on): Add gettext, setenv, unsetenv.
629         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
630         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
631         Augment TESTS_ENVIRONMENT.
632
633 2009-01-25  Bruno Haible  <bruno@clisp.org>
634
635         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
636         fr_FR.ISO8859-1 locale on MacOS X.
637         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
638         ja_JP.eucJP locale on MacOS X.
639         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
640         zh_CN.GB18030 locale on MacOS X.
641
642 2009-01-25  Bruno Haible  <bruno@clisp.org>
643
644         Avoid link errors on MacOS X 10.3.
645         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
646         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
647
648 2009-01-25  Bruno Haible  <bruno@clisp.org>
649
650         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
651         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
652         * modules/pipe (Files): Remove m4/posix_spawn.m4.
653         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
654         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
655         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
656         posix_spawnattr_init, posix_spawnattr_setsigmask,
657         posix_spawnattr_setflags, posix_spawnattr_destroy.
658
659         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
660         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
661         * modules/execute (Files): Remove m4/posix_spawn.m4.
662         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
663         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
664         posix_spawnattr_init, posix_spawnattr_setsigmask,
665         posix_spawnattr_setflags, posix_spawnattr_destroy.
666
667 2009-01-25  Bruno Haible  <bruno@clisp.org>
668
669         * lib/glthread/threadlib.c: Include <stdlib.h>.
670
671 2009-01-25  Bruno Haible  <bruno@clisp.org>
672
673         * lib/glthread/threadlib.c (dummy): New declaration.
674
675 2009-01-25  Bruno Haible  <bruno@clisp.org>
676
677         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
678         multibyte characters also for the GB18030 encoding. Don't crash when
679         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
680
681 2009-01-25  Bruno Haible  <bruno@clisp.org>
682
683         Avoid redefining 'struct random_data' on OSF/1 5.1.
684         * lib/stdlib.in.h: Include <random.h> if it exists.
685         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
686         HAVE_RANDOM_H. Include <random.h> when testing whether
687         'struct random_data' exists.
688         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
689
690 2009-01-25  Bruno Haible  <bruno@clisp.org>
691
692         Don't install charset.alias on MacOS X >= 10.3.
693         * lib/localcharset.c (DARWIN7): New macro.
694         (get_charset_aliases): Hardcode the result for Darwin7.
695         * modules/localcharset (install-exec-local): Don't install
696         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
697
698 2009-01-25  Bruno Haible  <bruno@clisp.org>
699
700         Don't install charset.alias on mingw and Cygwin.
701         * modules/localcharset (install-exec-local): Don't install
702         charset.alias on mingw and Cygwin, if the file does not yet exist.
703         The result for these platforms is hardcoded in localcharset.c.
704
705 2009-01-25  Bruno Haible  <bruno@clisp.org>
706
707         Make it possible again to use AC_GNU_SOURCE together with gnulib.
708         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
709         before requiring AC_USE_SYSTEM_EXTENSIONS.
710
711 2009-01-25  Jim Meyering  <meyering@redhat.com>
712
713         c-strtod: avoid warnings
714         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
715         "assignment discards qualifiers from pointer target type" warnings.
716
717 2009-01-24  Bruno Haible  <bruno@clisp.org>
718
719         Add support for non-UTF-8 locales on MacOS X.
720         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
721         canonical encodings. For Darwin 7 and newer, don't map traditional
722         encodings to UTF-8.
723         Reported by Vincent Lefevre <vincent@vinc17.org>
724         at <http://savannah.gnu.org/bugs/?25235>.
725
726 2009-01-24  Bruno Haible  <bruno@clisp.org>
727
728         * doc/gnulib.texi (Obsolete modules): New section.
729         Reported by Mike Frysinger <vapier@gentoo.org>.
730
731 2009-01-24  Bruno Haible  <bruno@clisp.org>
732
733         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
734         (%.dvi): New rule.
735
736 2009-01-24  Bruno Haible  <bruno@clisp.org>
737
738         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
739         Reported by Eric Blake.
740
741 2009-01-24  Bruno Haible  <bruno@clisp.org>
742
743         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
744         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
745         Reported by Gary V. Vaughan <gary@gnu.org>.
746
747 2009-01-24  Bruno Haible  <bruno@clisp.org>
748
749         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
750
751 2009-01-23  Bruno Haible  <bruno@clisp.org>
752
753         Make c-strtod, c-strtold usable in libraries.
754         * lib/c-strtod.c: Include string.h instead of xalloc.h.
755         (C_STRTOD): Call strdup instead of xstrdup.
756         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
757         * modules/c-strtold (Depends-on): Likewise.
758         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
759         * NEWS: Mention the change.
760         Reported by Michael Gold <mgold@ncf.ca>.
761
762 2009-01-23  Jim Meyering  <meyering@redhat.com>
763
764         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
765         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
766         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
767
768 2009-01-23  Simon Josefsson  <simon@josefsson.org>
769
770         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
771         GNU CoreUtils.
772         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
773         * modules/version-etc (Description): Update.
774
775 2009-01-22  Bruno Haible  <bruno@clisp.org>
776
777         Cache the C locale object.
778         * lib/c-strtod.c (c_locale_cache): New variable.
779         (c_locale): New function.
780         (C_STRTOD): Use it, and don't call freelocale.
781         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
782         Suggested by Paolo Bonzini.
783
784 2009-01-21  Bruno Haible  <bruno@clisp.org>
785
786         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
787         conditions other than overflow.
788
789 2009-01-21  Bruno Haible  <bruno@clisp.org>
790
791         * lib/c-strtod.c: Include errno.h.
792         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
793         value from STRTOD_L and STRTOD.
794
795 2009-01-21  Bruno Haible  <bruno@clisp.org>
796         and Jim Meyering  <meyering@redhat.com>
797
798         nanosleep: skip configure test (fail it) for apple universal builds
799         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
800         universal builds, assume that nanosleep does not work.
801         * modules/nanosleep (Depends-on): Add multiarch.
802
803         mktime: skip configure test (fail it) for apple universal builds
804         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
805         universal builds, assume that mktime does not work.
806         * modules/mktime (Depends-on): Add multiarch.
807
808 2009-01-21  Eric Blake  <ebb9@byu.net>
809
810         multiarch: avoid expand-before-require warning
811         * modules/multiarch (configure.ac): Require, rather than expand,
812         gl_MULTIARCH.
813         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
814         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
815         enforce that all clients require it.  Partial reversion of
816         2008-12-29 patch.
817
818         error: avoid expand-before-require warning
819         * modules/errno (configure.ac): Require, rather than expand,
820         gl_HEADER_ERRNO_H.
821         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
822         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
823         enforce that all clients require it.
824
825         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
826         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
827         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
828         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
829
830 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
831
832         Revert:
833         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
834
835         regex: do not depend on obsolete modules.
836         * modules/regex: Remove memcmp and memmove.
837
838 2009-01-20  Bruno Haible  <bruno@clisp.org>
839
840         Make the 'link' module link on Windows NT 4.
841         * lib/link.c (_WIN32_WINNT): Don't define.
842         (CreateHardLinkFuncType): New type.
843         (CreateHardLinkFunc, initialized): New variables.
844         (initialize): New function.
845         (link): Invoke CreateHardLink indirectly through the function pointer.
846
847 2009-01-20  Bruno Haible  <bruno@clisp.org>
848
849         Fix compilation failure on mingw.
850         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
851
852 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
853
854         * doc/c-strtod.texi: Mention a couple of restrictions.
855
856 2009-01-20  Jim Meyering  <meyering@redhat.com>
857
858         gettimeofday: move more declarations out of functions
859         * lib/gettimeofday.c: Move extern declarations of tzset and
860         gmtime out of containing functions.  Prompted by Bruno Haible.
861
862 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
863
864         regex: do not depend on obsolete modules.
865         * modules/regex: Remove memcmp and memmove.
866
867 2009-01-19  Bruno Haible  <bruno@clisp.org>
868
869         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
870         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
871         gl_BIGENDIAN, not AC_C_BIGENDIAN.
872         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
873         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
874
875 2009-01-19  Bruno Haible  <bruno@clisp.org>
876
877         * tests/test-link.c: Include <errno.h>.
878         (main): Exit with code 77 when a hard link cannot be created due to
879         the file system.
880         * tests/test-link.sh: Skip test when a hard link cannot be created due
881         to the file system.
882         Suggested by Eric Blake.
883
884 2009-01-19  Martin Lambers  <marlam@marlam.de>
885
886         * modules/link-tests: New file.
887         * tests/test-link.sh: New file.
888         * tests/test-link.c: New file.
889
890 2009-01-19  Eric Blake  <ebb9@byu.net>
891
892         doc: mention another function added in cygwin 1.7.0
893         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
894         Another new function in cygwin 1.7.
895
896 2009-01-19  Bruno Haible  <bruno@clisp.org>
897
898         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
899         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
900         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
901         gl_BIGENDIAN, not AC_C_BIGENDIAN.
902         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
903         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
904         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
905         * m4/md4.m4 (gl_MD4): Likewise.
906         * m4/md5.m4 (gl_MD5): Likewise.
907         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
908         * m4/sha1.m4 (gl_SHA1): Likewise.
909         * m4/sha256.m4 (gl_SHA256): Likewise.
910         * m4/sha512.m4 (gl_SHA512): Likewise.
911
912 2009-01-19  Bruno Haible  <bruno@clisp.org>
913
914         * modules/uniname/uniname-tests (Depends-on): Add progname.
915         * tests/uniname/test-uninames.c: Include progname.h.
916         (main): Call set_program_name.
917
918         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
919         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
920         (main): Call set_program_name.
921
922         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
923         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
924         (main): Call set_program_name.
925
926         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
927         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
928         (main): Call set_program_name.
929
930         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
931         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
932         (main): Call set_program_name.
933
934         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
935         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
936         (main): Call set_program_name.
937
938         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
939         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
940         (main): Call set_program_name.
941
942         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
943         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
944         (main): Call set_program_name.
945
946         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
947         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
948         (main): Call set_program_name.
949
950 2009-01-19  Eric Blake  <ebb9@byu.net>
951
952         test-unistd: test previous patch
953         * tests/test-unistd.c: Test *_FILENO macros.
954
955         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
956         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
957         Guarantee a definition.
958         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
959         * modules/unistd-safer (Depends-on): Add dependency on unistd.
960         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
961         * lib/dup-safer.c (STDERR_FILENO): Likewise.
962         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
963         Likewise.
964         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
965         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
966         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
967         Likewise.
968         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
969         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
970         (STDERR_FILENO): Likewise.
971         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
972         (STDERR_FILENO): Likewise.
973         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
974         (STDERR_FILENO): Likewise.
975         Reported by Elbert Pol.
976
977 2009-01-19  Eric Blake  <ebb9@byu.net>
978
979         doc: mention more functions added in cygwin 1.7.0
980         * doc/posix-functions/abort.texi (abort): Update wording related
981         to cygwin.
982         * doc/posix-functions/daylight.texi (daylight): Likewise.
983         * doc/posix-functions/optarg.texi (optarg): Likewise.
984         * doc/posix-functions/optarg.texi (opterr): Likewise.
985         * doc/posix-functions/optarg.texi (optind): Likewise.
986         * doc/posix-functions/optarg.texi (optopt): Likewise.
987         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
988         worked in 1.5.x, and was withdrawn in 1.7.
989         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
990         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
991         cygwin versions.
992         * doc/posix-functions/perror.texi (perror): Likewise.
993         * doc/posix-functions/printf.texi (printf): Likewise.
994         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
995         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
996         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
997         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
998         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
999         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
1000         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
1001         Likewise.
1002         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1003         Likewise.
1004         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
1005         this function.
1006         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
1007         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
1008         Likewise.
1009         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
1010         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
1011         * doc/posix-functions/confstr.texi (confstr): Likewise.
1012         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
1013         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
1014         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
1015         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
1016         * doc/posix-functions/fputws.texi (fputws): Likewise.
1017         * doc/posix-functions/fwide.texi (fwide): Likewise.
1018         * doc/posix-functions/getwc.texi (getwc): Likewise.
1019         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
1020         * doc/posix-functions/putwc.texi (putwc): Likewise.
1021         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
1022         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
1023         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
1024         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
1025         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
1026         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
1027         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
1028         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
1029         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
1030         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
1031         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
1032
1033 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1034
1035         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
1036         * lib/ioctl.c: Include <sys/ioctl.h>.
1037
1038 2009-01-19  Simon Josefsson  <simon@josefsson.org>
1039
1040         * modules/getdate-tests (Depends-on): Add progname.
1041         * tests/test-getdate.c: Use progname module, to avoid link errors
1042         on non-glibc systems.
1043
1044 2009-01-18  Simon Josefsson  <simon@josefsson.org>
1045
1046         * modules/filenamecat-tests (Depends-on): Add progname.
1047         * modules/fstrcmp-tests (Depends-on): Likewise.
1048
1049         * tests/test-filenamecat.c: Use progname module, to avoid link
1050         errors on non-glibc systems.
1051         * tests/test-fstrcmp.c: Likewise.
1052
1053 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1054
1055         gettimeofday: avoid warning: nested extern declaration of 'localtime'
1056         * lib/gettimeofday.c: Move extern declaration out of function.
1057
1058 2009-01-18  Bruno Haible  <bruno@clisp.org>
1059
1060         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
1061         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
1062         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
1063
1064 2009-01-18  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/strftime.c (MEMPCPY): Remove unused macro.
1067         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
1068
1069 2009-01-18  Martin Lambers  <marlam@marlam.de>
1070
1071         New module 'link'.
1072         * lib/unistd.in.h (link): New declaration.
1073         * lib/link.c: New file.
1074         * m4/link.m4: New file.
1075         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
1076         HAVE_LINK.
1077         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
1078         * modules/link: New file.
1079         * doc/posix-functions/link.texi: Mention the new module.
1080
1081 2009-01-18  Bruno Haible  <bruno@clisp.org>
1082
1083         * tests/test-avltree_list.c (main): Call set_program_name.
1084         * tests/test-avltree_oset.c (main): Likewise.
1085         * tests/test-obstack-printf.c: Include progname.h.
1086         (main): Call set_program_name.
1087         * tests/test-quotearg.c: Include progname.h.
1088         (main): Call set_program_name.
1089         * tests/test-xmemdup0.c: Include progname.h.
1090         (main): Call set_program_name.
1091
1092 2009-01-18  Bruno Haible  <bruno@clisp.org>
1093
1094         New module 'alphasort'.
1095         * lib/dirent.in.h (alphasort): New declaration.
1096         * lib/alphasort.c: New file, from glibc with modifications.
1097         * m4/alphasort.m4: New file.
1098         * modules/alphasort: New file.
1099         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
1100         HAVE_ALPHASORT.
1101         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
1102         HAVE_ALPHASORT.
1103         * doc/posix-functions/alphasort.texi: Mention the new module and the
1104         portability problems.
1105
1106 2009-01-18  Bruno Haible  <bruno@clisp.org>
1107
1108         New module 'scandir'.
1109         * lib/dirent.in.h (scandir): New declaration.
1110         * lib/scandir.c: New file, from glibc with modifications.
1111         * m4/scandir.m4: New file.
1112         * modules/scandir: New file.
1113         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
1114         HAVE_SCANDIR.
1115         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
1116         HAVE_SCANDIR.
1117         * doc/posix-functions/scandir.texi: Mention the new module and the
1118         portability problems.
1119
1120 2009-01-17  Bruno Haible  <bruno@clisp.org>
1121
1122         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
1123         Update documentation.
1124         (func_remove_suffix): Escape all dots in the suffix. Update
1125         documentation.
1126         (func_filter_filelist): Update documentation.
1127         Reported by Ralf Wildenhues.
1128
1129 2009-01-17  Bruno Haible  <bruno@clisp.org>
1130
1131         * modules/dprintf-posix-tests: New file.
1132         * tests/test-dprintf-posix.sh: New file.
1133         * tests/test-dprintf-posix.c: New file.
1134
1135         New modules 'dprintf', 'dprintf-posix'.
1136         * lib/stdio.in.h (dprintf): New declaration.
1137         * lib/dprintf.c: New file.
1138         * m4/dprintf.m4: New file.
1139         * m4/dprintf-posix.m4: New file.
1140         * modules/dprintf: New file.
1141         * modules/dprintf-posix: New file.
1142         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
1143         HAVE_DPRINTF, REPLACE_DPRINTF.
1144         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
1145         HAVE_DPRINTF, REPLACE_DPRINTF.
1146         * doc/posix-functions/dprintf.texi: Mention the new modules.
1147
1148 2009-01-17  Bruno Haible  <bruno@clisp.org>
1149
1150         * modules/vdprintf-posix-tests: New file.
1151         * tests/test-vdprintf-posix.sh: New file.
1152         * tests/test-vdprintf-posix.c: New file.
1153
1154         New modules 'vdprintf', 'vdprintf-posix'.
1155         * lib/stdio.in.h (vdprintf): New declaration.
1156         * lib/vdprintf.c: New file.
1157         * m4/vdprintf.m4: New file.
1158         * m4/vdprintf-posix.m4: New file.
1159         * modules/vdprintf: New file.
1160         * modules/vdprintf-posix: New file.
1161         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
1162         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1163         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
1164         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1165         * doc/posix-functions/vdprintf.texi: Mention the new modules.
1166
1167 2009-01-17  Bruno Haible  <bruno@clisp.org>
1168
1169         Fix replacement of fopen on mingw.
1170         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
1171         mingw.
1172
1173 2009-01-17  Bruno Haible  <bruno@clisp.org>
1174
1175         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
1176         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
1177
1178 2009-01-17  Bruno Haible  <bruno@clisp.org>
1179
1180         Avoid test-fflush2.sh failure on mingw.
1181         * tests/test-fflush2.c: Include binary-io.h.
1182         (main): Put standard input into binary mode.
1183         * modules/fflush-tests (Depends-on): Add binary-io.
1184
1185 2009-01-17  Bruno Haible  <bruno@clisp.org>
1186
1187         * lib/wchar.in.h: In another particular situation, include only the
1188         system's <wchar.h> file.
1189         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
1190         Reported by Albert Chin-A-Young <china@thewrittenword.com>
1191         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
1192
1193 2009-01-17  Bruno Haible  <bruno@clisp.org>
1194
1195         Support for stripping executables in --enable-relocatable.
1196         * build-aux/install-reloc: Expect one more argument, or an environment
1197         variable RELOC_STRIP_PROG. If set, strip the destination program and
1198         its wrapper.
1199         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
1200         RELOC_STRIP_PROG.
1201         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
1202         to set RELOCATABLE_STRIP.
1203         * NEWS: Mention the new Makefile requirement.
1204
1205 2009-01-17  Bruno Haible  <bruno@clisp.org>
1206
1207         * build-aux/install-reloc: Remove debugging information left over by
1208         C compiler on MacOS X.
1209
1210 2009-01-17  Bruno Haible  <bruno@clisp.org>
1211
1212         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
1213         * lib/progreloc.c (find_executable): Fix type of pointer passed to
1214         _NSGetExecutablePath.
1215
1216 2009-01-16  Jim Meyering  <meyering@redhat.com>
1217
1218         strerror: avoid warnings about discarding "const"
1219         * lib/strerror.c (rpl_strerror): Instead of returning a const
1220         string from each and every "case", use a variable, and add a single
1221         cast after the switch.
1222
1223 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
1224
1225         * lib/arpa_inet.in.h: Add extern "C" block for C++.
1226
1227 2009-01-16  Bruno Haible  <bruno@clisp.org>
1228
1229         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
1230         array initializer syntax that also works in C++ mode.
1231         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1232
1233 2009-01-16  Jim Meyering  <meyering@redhat.com>
1234
1235         poll: suppress a warning
1236         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
1237         to ignore "...unsigned expression < 0 is always false" warnings.
1238
1239 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
1240
1241         poll: remove declarations of unused variables
1242         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
1243         sockbuf and optlen.
1244
1245 2009-01-15  Bruno Haible  <bruno@clisp.org>
1246
1247         Make fflush-after-ungetc POSIX compliant on BSD systems.
1248         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
1249         (clear_ungetc_buffer): Implement also for other systems.
1250         (rpl_fflush): On glibc systems, invoke
1251         clear_ungetc_buffer_preserving_position. Otherwise, invoke
1252         clear_ungetc_buffer after fetching the stream's position, not before.
1253
1254 2009-01-15  Bruno Haible  <bruno@clisp.org>
1255
1256         Make fflush-after-ungetc POSIX compliant on glibc systems.
1257         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
1258         after ungetc.
1259         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
1260         (rpl_fflush): On glibc systems, simply call the system's fflush
1261         function after clearing the ungetc buffer.
1262         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
1263         Instead, lseek only to the end of file, then use the system's fseeko
1264         for the rest. On glibc systems, reset the EOF indicator bit.
1265
1266 2009-01-15  Jim Meyering  <meyering@redhat.com>
1267
1268         openmp.m4: revert quote-adding change, for portability to older autoconf
1269         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
1270         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
1271         Simon Josefsson noticed the problem when using autoconf-2.61.
1272
1273 2009-01-15  Bruno Haible  <bruno@clisp.org>
1274
1275         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
1276         * tests/test-fflush2.c (ASSERT): Always fail.
1277         (main): Add two tests for fflush() after ungetc(), taking into account
1278         the Austin Group's clarification.
1279         Suggested by Eric Blake.
1280
1281 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
1282
1283         mktime.m4: remove K&R-style function prototypes
1284         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
1285         for the Sun C++ compiler.
1286
1287 2009-01-14  Bruno Haible  <bruno@clisp.org>
1288
1289         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
1290         while including <wchar.h>.
1291         * lib/wchar.in.h: In two particular situations on HP-UX, include only
1292         the system's <wchar.h> file.
1293         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1294
1295 2009-01-14  Bruno Haible  <bruno@clisp.org>
1296
1297         * m4/csharp.m4: Don't mention gettext on the serial number line.
1298         * m4/csharpexec.m4: Likewise.
1299         * m4/eaccess.m4: Likewise.
1300         * m4/javaexec.m4: Likewise.
1301         * m4/sig_atomic_t.m4: Likewise.
1302         * m4/tmpdir.m4: Likewise.
1303         * m4/intldir.m4: Bump gettext version.
1304         * m4/lib-ld.m4: Likewise.
1305
1306 2009-01-14  Bruno Haible  <bruno@clisp.org>
1307
1308         * lib/progname.c (set_program_name): Add more comments.
1309         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
1310
1311 2009-01-14  Simon Josefsson  <simon@josefsson.org>
1312
1313         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
1314         were sys/stat.h does not define it.
1315
1316 2009-01-14  Jim Meyering  <meyering@redhat.com>
1317
1318         many *.m4 files: improve m4 quoting
1319         99% of this change was performed by running the following commands:
1320         git ls-files | grep '\.m4$' | xargs perl -pi \
1321           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
1322           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1323           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1324           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
1325         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
1326         The remainder were to add Copyright dates, increment serial numbers,
1327         undo some changes in comments, exclude m4/intl.m4, and add quotes
1328         around the "1" in ",1" where the unusual spacing prohibited the
1329         above regexps from doing the job.  For more details, see
1330         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
1331         * m4/acl.m4: Modified.
1332         * m4/afs.m4: Likewise.
1333         * m4/alloca.m4: Likewise.
1334         * m4/argp.m4: Likewise.
1335         * m4/argz.m4: Likewise.
1336         * m4/atexit.m4: Likewise.
1337         * m4/bison-i18n.m4: Likewise.
1338         * m4/bison.m4: Likewise.
1339         * m4/byteswap.m4: Likewise.
1340         * m4/c-stack.m4: Likewise.
1341         * m4/c-strtod.m4: Likewise.
1342         * m4/calloc.m4: Likewise.
1343         * m4/canonicalize-lgpl.m4: Likewise.
1344         * m4/chown.m4: Likewise.
1345         * m4/clock_time.m4: Likewise.
1346         * m4/codeset.m4: Likewise.
1347         * m4/copy-file.m4: Likewise.
1348         * m4/csharp.m4: Likewise.
1349         * m4/csharpcomp.m4: Likewise.
1350         * m4/csharpexec.m4: Likewise.
1351         * m4/d-ino.m4: Likewise.
1352         * m4/d-type.m4: Likewise.
1353         * m4/dirfd.m4: Likewise.
1354         * m4/double-slash-root.m4: Likewise.
1355         * m4/eaccess.m4: Likewise.
1356         * m4/eealloc.m4: Likewise.
1357         * m4/environ.m4: Likewise.
1358         * m4/errno_h.m4: Likewise.
1359         * m4/euidaccess.m4: Likewise.
1360         * m4/execute.m4: Likewise.
1361         * m4/fatal-signal.m4: Likewise.
1362         * m4/fchdir.m4: Likewise.
1363         * m4/fcntl_h.m4: Likewise.
1364         * m4/fileblocks.m4: Likewise.
1365         * m4/filenamecat.m4: Likewise.
1366         * m4/findprog.m4: Likewise.
1367         * m4/flexmember.m4: Likewise.
1368         * m4/fnmatch.m4: Likewise.
1369         * m4/fopen.m4: Likewise.
1370         * m4/fpending.m4: Likewise.
1371         * m4/fprintf-posix.m4: Likewise.
1372         * m4/free.m4: Likewise.
1373         * m4/frexp.m4: Likewise.
1374         * m4/frexpl.m4: Likewise.
1375         * m4/fsusage.m4: Likewise.
1376         * m4/ftruncate.m4: Likewise.
1377         * m4/gc-camellia.m4: Likewise.
1378         * m4/gc-random.m4: Likewise.
1379         * m4/gc.m4: Likewise.
1380         * m4/getaddrinfo.m4: Likewise.
1381         * m4/getcwd-abort-bug.m4: Likewise.
1382         * m4/getcwd-path-max.m4: Likewise.
1383         * m4/getdate.m4: Likewise.
1384         * m4/getdomainname.m4: Likewise.
1385         * m4/getgroups.m4: Likewise.
1386         * m4/gethostname.m4: Likewise.
1387         * m4/gethrxtime.m4: Likewise.
1388         * m4/getline.m4: Likewise.
1389         * m4/getloadavg.m4: Likewise.
1390         * m4/getndelim2.m4: Likewise.
1391         * m4/getpass.m4: Likewise.
1392         * m4/gettext.m4: Likewise.
1393         * m4/gettime.m4: Likewise.
1394         * m4/gettimeofday.m4: Likewise.
1395         * m4/gnulib-common.m4: Likewise.
1396         * m4/group-member.m4: Likewise.
1397         * m4/host-os.m4: Likewise.
1398         * m4/iconv.m4: Likewise.
1399         * m4/iconv_open.m4: Likewise.
1400         * m4/inet_ntop.m4: Likewise.
1401         * m4/inet_pton.m4: Likewise.
1402         * m4/inline.m4: Likewise.
1403         * m4/intldir.m4: Likewise.
1404         * m4/intlmacosx.m4: Likewise.
1405         * m4/intmax.m4: Likewise.
1406         * m4/intmax_t.m4: Likewise.
1407         * m4/inttypes.m4: Likewise.
1408         * m4/inttypes_h.m4: Likewise.
1409         * m4/inttypes-pri.m4: Likewise.
1410         * m4/isapipe.m4: Likewise.
1411         * m4/isnand.m4: Likewise.
1412         * m4/isnanf.m4: Likewise.
1413         * m4/isnanl.m4: Likewise.
1414         * m4/javacomp.m4: Likewise.
1415         * m4/javaexec.m4: Likewise.
1416         * m4/jm-winsz1.m4: Likewise.
1417         * m4/jm-winsz2.m4: Likewise.
1418         * m4/lchown.m4: Likewise.
1419         * m4/lcmessage.m4: Likewise.
1420         * m4/ldexpl.m4: Likewise.
1421         * m4/lib-ld.m4: Likewise.
1422         * m4/lib-link.m4: Likewise.
1423         * m4/libsigsegv.m4: Likewise.
1424         * m4/link-follow.m4: Likewise.
1425         * m4/localcharset.m4: Likewise.
1426         * m4/locale-fr.m4: Likewise.
1427         * m4/locale-ja.m4: Likewise.
1428         * m4/locale-tr.m4: Likewise.
1429         * m4/locale-zh.m4: Likewise.
1430         * m4/lock.m4: Likewise.
1431         * m4/longlong.m4: Likewise.
1432         * m4/ls-mntd-fs.m4: Likewise.
1433         * m4/lstat.m4: Likewise.
1434         * m4/malloc.m4: Likewise.
1435         * m4/mathl.m4: Likewise.
1436         * m4/mbrtowc.m4: Likewise.
1437         * m4/mbstate_t.m4: Likewise.
1438         * m4/mbswidth.m4: Likewise.
1439         * m4/memchr.m4: Likewise.
1440         * m4/memcmp.m4: Likewise.
1441         * m4/memcpy.m4: Likewise.
1442         * m4/memmem.m4: Likewise.
1443         * m4/memmove.m4: Likewise.
1444         * m4/mempcpy.m4: Likewise.
1445         * m4/memrchr.m4: Likewise.
1446         * m4/memset.m4: Likewise.
1447         * m4/minmax.m4: Likewise.
1448         * m4/mkdir-slash.m4: Likewise.
1449         * m4/mkdtemp.m4: Likewise.
1450         * m4/mktime.m4: Likewise.
1451         * m4/mmap-anon.m4: Likewise.
1452         * m4/mountlist.m4: Likewise.
1453         * m4/nanosleep.m4: Likewise.
1454         * m4/nls.m4: Likewise.
1455         * m4/nocrash.m4: Likewise.
1456         * m4/open.m4: Likewise.
1457         * m4/openat.m4: Likewise.
1458         * m4/openmp.m4: Likewise.
1459         * m4/pathmax.m4: Likewise.
1460         * m4/perl.m4: Likewise.
1461         * m4/physmem.m4: Likewise.
1462         * m4/pipe.m4: Likewise.
1463         * m4/po.m4: Likewise.
1464         * m4/poll.m4: Likewise.
1465         * m4/posixtm.m4: Likewise.
1466         * m4/posixver.m4: Likewise.
1467         * m4/printf-frexp.m4: Likewise.
1468         * m4/printf-frexpl.m4: Likewise.
1469         * m4/printf-posix.m4: Likewise.
1470         * m4/printf-posix-rpl.m4: Likewise.
1471         * m4/printf.m4: Likewise.
1472         * m4/progtest.m4: Likewise.
1473         * m4/putenv.m4: Likewise.
1474         * m4/readline.m4: Likewise.
1475         * m4/readlink.m4: Likewise.
1476         * m4/readutmp.m4: Likewise.
1477         * m4/realloc.m4: Likewise.
1478         * m4/regex.m4: Likewise.
1479         * m4/relocatable.m4: Likewise.
1480         * m4/relocatable-lib.m4: Likewise.
1481         * m4/rename-dest-slash.m4: Likewise.
1482         * m4/rename.m4: Likewise.
1483         * m4/rmdir-errno.m4: Likewise.
1484         * m4/rmdir.m4: Likewise.
1485         * m4/roundf.m4: Likewise.
1486         * m4/roundl.m4: Likewise.
1487         * m4/rpmatch.m4: Likewise.
1488         * m4/save-cwd.m4: Likewise.
1489         * m4/selinux-selinux-h.m4: Likewise.
1490         * m4/setenv.m4: Likewise.
1491         * m4/settime.m4: Likewise.
1492         * m4/sig2str.m4: Likewise.
1493         * m4/sig_atomic_t.m4: Likewise.
1494         * m4/signalblocking.m4: Likewise.
1495         * m4/signbit.m4: Likewise.
1496         * m4/sigpipe.m4: Likewise.
1497         * m4/sockets.m4: Likewise.
1498         * m4/sockpfaf.m4: Likewise.
1499         * m4/st_dm_mode.m4: Likewise.
1500         * m4/stat-time.m4: Likewise.
1501         * m4/stdbool.m4: Likewise.
1502         * m4/stdint.m4: Likewise.
1503         * m4/stdint_h.m4: Likewise.
1504         * m4/stpcpy.m4: Likewise.
1505         * m4/stpncpy.m4: Likewise.
1506         * m4/strcase.m4: Likewise.
1507         * m4/strchrnul.m4: Likewise.
1508         * m4/strcspn.m4: Likewise.
1509         * m4/strdup.m4: Likewise.
1510         * m4/strftime.m4: Likewise.
1511         * m4/strndup.m4: Likewise.
1512         * m4/strnlen.m4: Likewise.
1513         * m4/strpbrk.m4: Likewise.
1514         * m4/strptime.m4: Likewise.
1515         * m4/strsep.m4: Likewise.
1516         * m4/strtod.m4: Likewise.
1517         * m4/strtoimax.m4: Likewise.
1518         * m4/strtok_r.m4: Likewise.
1519         * m4/strtol.m4: Likewise.
1520         * m4/strtoll.m4: Likewise.
1521         * m4/strtoul.m4: Likewise.
1522         * m4/strtoull.m4: Likewise.
1523         * m4/strtoumax.m4: Likewise.
1524         * m4/strverscmp.m4: Likewise.
1525         * m4/threadlib.m4: Likewise.
1526         * m4/timegm.m4: Likewise.
1527         * m4/tm_gmtoff.m4: Likewise.
1528         * m4/tmpdir.m4: Likewise.
1529         * m4/tmpfile.m4: Likewise.
1530         * m4/tzset.m4: Likewise.
1531         * m4/uintmax_t.m4: Likewise.
1532         * m4/unlinkdir.m4: Likewise.
1533         * m4/unlocked-io.m4: Likewise.
1534         * m4/uptime.m4: Likewise.
1535         * m4/userspec.m4: Likewise.
1536         * m4/utimbuf.m4: Likewise.
1537         * m4/utime.m4: Likewise.
1538         * m4/utimes-null.m4: Likewise.
1539         * m4/utimes.m4: Likewise.
1540         * m4/vararrays.m4: Likewise.
1541         * m4/vasnprintf.m4: Likewise.
1542         * m4/vfprintf-posix.m4: Likewise.
1543         * m4/vprintf-posix.m4: Likewise.
1544         * m4/wait-process.m4: Likewise.
1545         * m4/wchar_t.m4: Likewise.
1546         * m4/wint_t.m4: Likewise.
1547         * m4/write-any-file.m4: Likewise.
1548         * m4/yield.m4: Likewise.
1549
1550 2009-01-13  Bruno Haible  <bruno@clisp.org>
1551
1552         Avoid test-copy-file.sh failures when ACL support insufficient.
1553         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
1554         TESTS_ENVIRONMENT.
1555         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
1556         Reported by Jim Meyering.
1557
1558 2009-01-13  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
1561         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
1562         * modules/unistdio/u8-printf-parse (Files): Likewise.
1563         * modules/unistdio/u32-printf-parse (Files): Likewise.
1564         * modules/unistdio/ulc-printf-parse (Files): Likewise.
1565
1566 2009-01-13  Simon Josefsson  <simon@josefsson.org>
1567
1568         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
1569         and m4/inttypes_h.m4 too.
1570
1571 2009-01-12  Eric Blake  <ebb9@byu.net>
1572
1573         tests: IRIX 6.2 cc can't compile -0.0 into .data
1574         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
1575         rather than at compile-time.
1576         * tests/test-floorl.c (minus_zero): Likewise.
1577         * tests/test-frexpl.c (minus_zero): Likewise.
1578         * tests/test-isnan.c (minus_zerol): Likewise.
1579         * tests/test-isnanl.h (minus_zero): Likewise.
1580         * tests/test-ldexpl.c (minus_zero): Likewise.
1581         * tests/test-roundl.c (minus_zero): Likewise.
1582         * tests/test-signbit.c (minus_zerol): Likewise.
1583         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1584         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1585         * tests/test-truncl.c (minus_zero): Likewise.
1586         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1587         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1588         Reported by Tom G. Christensen and Nelson H. F. Beebe.
1589
1590 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1591
1592         regex: fix glibc bug 9697
1593         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1594         handling.
1595
1596 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1597
1598         regex: fix glibc bug 697
1599         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1600         being NULL also if there are no backreferences.
1601
1602 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1603
1604         regex: merge glibc changes
1605         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1606         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1607         re_string_skip_chars, re_string_reconstruct): Likewise.
1608         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1609
1610 2009-01-07  Jim Meyering  <meyering@redhat.com>
1611
1612         poll: filter through cppi
1613         * lib/poll.c: Indent cpp directives to reflect nesting.
1614
1615 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
1616
1617         poll: don't return uninitialized
1618         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
1619
1620 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
1621
1622         avoid compile failure on AIX 6.1
1623         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
1624         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
1625
1626 2009-01-04  Jim Meyering  <meyering@redhat.com>
1627
1628         remove duplicate inclusion of <stdio.h>
1629         * tests/test-fprintf-posix.c: Likewise.
1630         * tests/test-printf-posix.c: Likewise.
1631         * tests/test-snprintf-posix.c: Likewise.
1632         * tests/test-sprintf-posix.c: Likewise.
1633         * tests/test-vasprintf-posix.c: Likewise.
1634         * tests/test-vfprintf-posix.c: Likewise.
1635         * tests/test-vprintf-posix.c: Likewise.
1636         * tests/test-vsnprintf-posix.c: Likewise.
1637         * tests/test-vsprintf-posix.c: Likewise.
1638
1639 2009-01-03  Jim Meyering  <meyering@redhat.com>
1640
1641         gnulib-tool: fix sed-based filtering
1642         * gnulib-tool (func_filter_filelist): Remove extra backslash
1643         in sed_fff_filter definition.
1644
1645 2009-01-02  Jim Meyering  <meyering@redhat.com>
1646
1647         strftime: avoid compilation failure on Solaris 2.6
1648         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
1649         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
1650         Don't #define mbrlen or mbsinit, since now they're guaranteed to
1651         be available.  Reported by Tom G. Christensen.  Details in
1652         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
1653
1654 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1655             Bruno Haible  <bruno@clisp.org>
1656
1657         Speed up gnulib-tool by doing more string processing through shell
1658         built-ins.
1659         * gnulib-tool (fast_func_append): New variable.
1660         (func_remove_prefix, func_remove_suffix): New functions.
1661         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
1662         (func_filter_filelist): New function.
1663         (func_get_dependencies): Use func_remove_suffix instead of sed.
1664         (func_get_automake_snippet): Use func_filter_filelist instead of a
1665         subshell and sed invocation.
1666
1667 2009-01-01  Bruno Haible  <bruno@clisp.org>
1668
1669         Fix a security bug.
1670         * gnulib-tool (func_import, import, update): Don't allow the characters
1671         '"', '$', '`', '\' in macro arguments that become part of commands that
1672         are evaluated.
1673
1674 2009-01-01  Bruno Haible  <bruno@clisp.org>
1675
1676         * gnulib-tool (func_reset_sigpipe): Add more comments.
1677
1678 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1679
1680         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
1681         func_emit_tests_Makefile_am, func_import): Abort loops early if we
1682         already know the answer.
1683
1684 2009-01-01  Jim Meyering  <meyering@redhat.com>
1685
1686         * lib/version-etc.c (version_etc_va): Update copyright year.
1687
1688 2008-12-30  Bruno Haible  <bruno@clisp.org>
1689
1690         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
1691         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
1692         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1693
1694 2008-12-29  Eric Blake  <ebb9@byu.net>
1695
1696         multiarch: avoid autoconf AC_REQUIRE bug
1697         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
1698         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
1699         2.63 and older.
1700         Reported by Bruno Haible, and analyzed in
1701         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
1702
1703 2008-12-29  Bruno Haible  <bruno@clisp.org>
1704
1705         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
1706         files in subdirectories correctly.
1707         Reported by Ralf Wildenhues.
1708
1709 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1710
1711         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
1712         rather than 'join FILE -', for Solaris join.
1713
1714 2008-12-29  Bruno Haible  <bruno@clisp.org>
1715
1716         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
1717         quoting.
1718         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
1719         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
1720         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
1721         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
1722         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
1723         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
1724         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
1725         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
1726         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1727         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
1728         * m4/nls.m4 (AM_NLS): Likewise.
1729         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
1730         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
1731         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1732         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
1733         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
1734         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
1735         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
1736         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
1737         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
1738         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1739         * m4/xsize.m4 (gl_XSIZE): Likewise.
1740         Suggested by Jim Meyering.
1741
1742 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1743
1744         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
1745         * lib/parse-duration.c: use a switch instead of cascading if's.
1746
1747 2008-12-29  Eric Blake  <ebb9@byu.net>
1748
1749         wchar.h: supply WEOF on Irix 5.3
1750         * lib/wchar.in.h (wint_t): Also supply WEOF.
1751         * lib/wctype.in.h (wint_t): Likewise.
1752         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
1753         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
1754         Reported by Tom G. Christensen.
1755
1756 2008-12-26  Bruno Haible  <bruno@clisp.org>
1757
1758         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
1759         i486, i586, i686.
1760
1761 2008-12-26  Bruno Haible  <bruno@clisp.org>
1762
1763         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
1764
1765 2008-12-26  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
1768         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
1769         not __STDC_CONSTANT_MACROS.
1770         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1771
1772 2008-12-25  Bruno Haible  <bruno@clisp.org>
1773
1774         Add support for universal builds to vasnprintf.
1775         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
1776         universal builds, guess no.
1777         * modules/vasnprintf-posix (Depends-on): Add multiarch.
1778         * modules/vasprintf-posix (Depends-on): Likewise.
1779         * modules/fprintf-posix (Depends-on): Likewise.
1780         * modules/vfprintf-posix (Depends-on): Likewise.
1781         * modules/snprintf-posix (Depends-on): Likewise.
1782         * modules/vsnprintf-posix (Depends-on): Likewise.
1783         * modules/sprintf-posix (Depends-on): Likewise.
1784         * modules/vsprintf-posix (Depends-on): Likewise.
1785         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1786         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1787         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1788         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1789         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1790         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1791         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1792
1793         Add support for universal builds to <inttypes.h>.
1794         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
1795         _SCNu64_PREFIX): In Apple
1796         universal builds, define directly, using _LP64.
1797         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
1798         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
1799         * modules/inttypes (Depends-on): Add multiarch.
1800         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1801
1802         Add support for universal builds to <stdint.h>.
1803         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
1804         universal builds, define directly, using _LP64.
1805         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
1806         Apple universal builds, don't test for the size and suffix of ptrdiff_t
1807         and size_t.
1808         * modules/stdint (Depends-on): Add multiarch.
1809         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
1810
1811         New module 'multiarch'.
1812         * modules/multiarch: New file.
1813         * m4/multiarch.m4: New file.
1814
1815 2008-12-25  Bruno Haible  <bruno@clisp.org>
1816
1817         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
1818
1819 2008-12-25  Bruno Haible  <bruno@clisp.org>
1820
1821         * modules/btowc (License): Relicense under LGPLv2+.
1822         * modules/mbsinit (License): Likewise.
1823         * modules/mbrtowc (License): Likewise.
1824         * modules/wcrtomb (License): Likewise.
1825         * modules/streq (License): Likewise.
1826         Reported by David Lutterkort <lutter@redhat.com>.
1827
1828 2008-12-23  Bruno Haible  <bruno@clisp.org>
1829
1830         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
1831
1832 2008-12-23  Bruno Haible  <bruno@clisp.org>
1833
1834         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
1835         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
1836         GETADDRINFO_LIB, not in LIBS.
1837         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
1838         * modules/canon-host (Link): Likewise.
1839         * NEWS: Mention the change.
1840         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
1841         GETADDRINFO_LIB.
1842
1843 2008-12-22  Bruno Haible  <bruno@clisp.org>
1844
1845         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
1846         * doc/posix-functions/iswalpha_l.texi: Likewise.
1847         * doc/posix-functions/iswblank_l.texi: Likewise.
1848         * doc/posix-functions/iswcntrl_l.texi: Likewise.
1849         * doc/posix-functions/iswctype_l.texi: Likewise.
1850         * doc/posix-functions/iswdigit_l.texi: Likewise.
1851         * doc/posix-functions/iswgraph_l.texi: Likewise.
1852         * doc/posix-functions/iswlower_l.texi: Likewise.
1853         * doc/posix-functions/iswprint_l.texi: Likewise.
1854         * doc/posix-functions/iswpunct_l.texi: Likewise.
1855         * doc/posix-functions/iswspace_l.texi: Likewise.
1856         * doc/posix-functions/iswupper_l.texi: Likewise.
1857         * doc/posix-functions/iswxdigit_l.texi: Likewise.
1858         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
1859         * doc/posix-functions/open_wmemstream.texi: Likewise.
1860         * doc/posix-functions/swscanf.texi: Likewise.
1861         * doc/posix-functions/towctrans_l.texi: Likewise.
1862         * doc/posix-functions/towlower.texi: Likewise.
1863         * doc/posix-functions/towlower_l.texi: Likewise.
1864         * doc/posix-functions/towupper.texi: Likewise.
1865         * doc/posix-functions/towupper_l.texi: Likewise.
1866         * doc/posix-functions/vfwprintf.texi: Likewise.
1867         * doc/posix-functions/vfwscanf.texi: Likewise.
1868         * doc/posix-functions/vswscanf.texi: Likewise.
1869         * doc/posix-functions/vwprintf.texi: Likewise.
1870         * doc/posix-functions/vwscanf.texi: Likewise.
1871         * doc/posix-functions/wcpcpy.texi: Likewise.
1872         * doc/posix-functions/wcpncpy.texi: Likewise.
1873         * doc/posix-functions/wcscasecmp.texi: Likewise.
1874         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
1875         * doc/posix-functions/wcscoll_l.texi: Likewise.
1876         * doc/posix-functions/wcsdup.texi: Likewise.
1877         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1878         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
1879         * doc/posix-functions/wcsnlen.texi: Likewise.
1880         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1881         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
1882         * doc/posix-functions/wctrans_l.texi: Likewise.
1883         * doc/posix-functions/wctype_l.texi: Likewise.
1884         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
1885         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
1886         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
1887         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
1888         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
1889         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
1890         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
1891         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
1892         * doc/glibc-functions/wcschrnul.texi: Likewise.
1893         * doc/glibc-functions/wcsftime_l.texi: Likewise.
1894         * doc/glibc-functions/wcstod_l.texi: Likewise.
1895         * doc/glibc-functions/wcstof_l.texi: Likewise.
1896         * doc/glibc-functions/wcstol_l.texi: Likewise.
1897         * doc/glibc-functions/wcstold_l.texi: Likewise.
1898         * doc/glibc-functions/wcstoll_l.texi: Likewise.
1899         * doc/glibc-functions/wcstoq.texi: Likewise.
1900         * doc/glibc-functions/wcstoul_l.texi: Likewise.
1901         * doc/glibc-functions/wcstoull_l.texi: Likewise.
1902         * doc/glibc-functions/wcstouq.texi: Likewise.
1903         * doc/glibc-functions/wmempcpy.texi: Likewise.
1904
1905 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
1906             Eric Blake  <ebb9@byu.net>
1907             Paolo Bonzini  <bonzini@gnu.org>
1908             Bruno Haible  <bruno@clisp.org>
1909
1910         Make c-stack work on Haiku.
1911         * lib/c-stack.c (SA_ONSTACK): Define fallback.
1912         (c_stack_action): Use SA_ONSTACK flag.
1913
1914 2008-12-22  Bruno Haible  <bruno@clisp.org>
1915
1916         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
1917
1918 2008-12-22  Bruno Haible  <bruno@clisp.org>
1919
1920         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
1921         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
1922         being overridden.
1923         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
1924         New macros.
1925         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
1926         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
1927         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
1928         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
1929
1930 2008-12-22  Bruno Haible  <bruno@clisp.org>
1931
1932         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
1933         from test code.
1934
1935 2008-12-22  Eric Blake  <ebb9@byu.net>
1936
1937         Avoid gcc warnings on cygwin.
1938         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
1939         Avoid unused variable.
1940         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
1941         Likewise.
1942
1943 2008-12-22  Bruno Haible  <bruno@clisp.org>
1944
1945         Remove HAVE_MBRTOWC conditionals.
1946         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
1947         (mbscasecmp): Assume mbrtowc function.
1948         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
1949         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
1950         * lib/mbschr.c: Include mbuiter.h unconditionally.
1951         (mbschr): Assume mbrtowc function.
1952         * lib/mbscspn.c: Include mbuiter.h unconditionally.
1953         (mbscspn): Assume mbrtowc function.
1954         * lib/mbslen.c: Include mbuiter.h unconditionally.
1955         (mbslen): Assume mbrtowc function.
1956         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
1957         (mbsncasecmp): Assume mbrtowc function.
1958         * lib/mbsnlen.c: Include mbiter.h unconditionally.
1959         (mbsnlen): Assume mbrtowc function.
1960         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
1961         (mbspbrk): Assume mbrtowc function.
1962         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
1963         (mbspcasecmp): Assume mbrtowc function.
1964         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
1965         (mbsrchr): Assume mbrtowc function.
1966         * lib/mbssep.c: Include mbuiter.h unconditionally.
1967         (mbssep): Assume mbrtowc function.
1968         * lib/mbsspn.c: Include mbuiter.h unconditionally.
1969         (mbsspn): Assume mbrtowc function.
1970         * lib/mbsstr.c: Include mbuiter.h unconditionally.
1971         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
1972         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
1973         (mbstok_r): Assume mbrtowc function.
1974         * lib/propername.c: Include mbuiter.h unconditionally.
1975         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
1976         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
1977         (trim2): Assume mbrtowc function.
1978         * lib/mbswidth.c (mbsinit): Remove fallback definition.
1979         (mbsnwidth): Assume mbrtowc function.
1980         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
1981         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
1982         fallback definitions.
1983         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
1984
1985 2008-12-22  Bruno Haible  <bruno@clisp.org>
1986
1987         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
1988
1989 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
1990
1991         * modules/regex: Request emulations for the mb*/wc* functions we need.
1992         * m4/regex.m4: Don't look for those functions here.
1993         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
1994
1995 2008-12-22  Bruno Haible  <bruno@clisp.org>
1996
1997         * modules/fnmatch (Depends-on): Remove duplicated dependency.
1998
1999 2008-12-21  Bruno Haible  <bruno@clisp.org>
2000
2001         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
2002         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
2003         (Include): Remove conditionalization.
2004         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
2005         (Include): Remove conditionalization.
2006         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
2007         (Include): Remove conditionalization.
2008         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
2009         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2010         * NEWS: Mention the change.
2011         Reported by Alan Hourihane <alanh@fairlite.co.uk>
2012         via Sergey Poznyakoff <gray@gnu.org.ua>.
2013
2014 2008-12-21  Bruno Haible  <bruno@clisp.org>
2015
2016         * MODULES.html.sh (Extended multibyte and wide character utilities
2017         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
2018         wcrtomb, wcsrtombs.
2019         (Support for systems lacking POSIX:2008): Add accept, bind, close,
2020         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
2021         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
2022         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
2023
2024 2008-12-21  Bruno Haible  <bruno@clisp.org>
2025
2026         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
2027
2028 2008-12-21  Bruno Haible  <bruno@clisp.org>
2029
2030         * modules/wcsnrtombs-tests: New file.
2031         * tests/test-wcsnrtombs1.sh: New file.
2032         * tests/test-wcsnrtombs2.sh: New file.
2033         * tests/test-wcsnrtombs3.sh: New file.
2034         * tests/test-wcsnrtombs4.sh: New file.
2035         * tests/test-wcsnrtombs.c: New file.
2036
2037         New module 'wcsnrtombs'.
2038         * lib/wchar.in.h (wcsnrtombs): New declaration.
2039         * lib/wcsnrtombs.c: New file.
2040         * lib/wcsrtombs-state.c: New file.
2041         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
2042         (internal_state): Remove variable.
2043         * m4/wcsnrtombs.m4: New file.
2044         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
2045         compilation units.
2046         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
2047         HAVE_WCSNRTOMBS.
2048         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
2049         HAVE_WCSNRTOMBS.
2050         * modules/wcsnrtombs: New file.
2051         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
2052         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
2053
2054 2008-12-21  Bruno Haible  <bruno@clisp.org>
2055
2056         * modules/wcsrtombs-tests: New file.
2057         * tests/test-wcsrtombs1.sh: New file.
2058         * tests/test-wcsrtombs2.sh: New file.
2059         * tests/test-wcsrtombs3.sh: New file.
2060         * tests/test-wcsrtombs4.sh: New file.
2061         * tests/test-wcsrtombs.c: New file.
2062
2063         New module 'wcsrtombs'.
2064         * lib/wchar.in.h (wcsrtombs): New declaration.
2065         * lib/wcsrtombs.c: New file.
2066         * m4/wcsrtombs.m4: New file.
2067         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
2068         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2069         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
2070         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2071         * modules/wcsrtombs: New file.
2072         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
2073         bugs.
2074
2075 2008-12-21  Bruno Haible  <bruno@clisp.org>
2076
2077         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
2078         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
2079         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
2080         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
2081         if not correct.
2082         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
2083         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
2084         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2085         m4/locale-zh.m4, m4/codeset.m4.
2086         * doc/posix-functions/wcrtomb.texi: Document the bug.
2087
2088 2008-12-21  Bruno Haible  <bruno@clisp.org>
2089
2090         Work around a btowc() bug on IRIX 6.5.
2091         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
2092         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
2093         REPLACE_WTOBC if not.
2094         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
2095         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
2096         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
2097
2098 2008-12-21  Bruno Haible  <bruno@clisp.org>
2099
2100         * modules/wcrtomb-tests: New file.
2101         * tests/test-wcrtomb.sh: New file.
2102         * tests/test-wcrtomb.c: New file.
2103
2104         New module 'wcrtomb'.
2105         * lib/wchar.in.h (wcrtomb): New declaration.
2106         * lib/wcrtomb.c: New file.
2107         * m4/wcrtomb.m4: New file.
2108         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
2109         HAVE_WCRTOMB.
2110         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
2111         HAVE_WCRTOMB.
2112         * modules/wcrtomb: New file.
2113         * doc/posix-functions/wcrtomb.texi: Mention the new module.
2114
2115 2008-12-21  Bruno Haible  <bruno@clisp.org>
2116
2117         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
2118         * modules/mbsrtowcs (Files): Likewise.
2119         * modules/wctob (Files): Likewise.
2120         * modules/c-strcase-tests (Files): Likewise.
2121         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2122         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2123         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2124         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2125         * modules/vasnprintf-posix-tests (Files): Likewise.
2126
2127 2008-12-21  William Pursell  <bill.pursell@gmail.com>
2128
2129         gitlog-to-changelog: pass all command-line arguments to git-log
2130         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
2131         it is sometimes convenient to filter the commits in various ways.
2132         gitlog-to-changelog only allows --since to specify a start date,
2133         but git-log itself supports many other filtering mechanisms.
2134         At the moment, I want to filter by branch name.  Rather than
2135         adding a --branch option to gitlog-to-changelog, it seems more
2136         flexible to simply pass all options directly to git-log and let
2137         git do the work.  Notice that this effectively makes --since a
2138         redundant option for gitlog-to-changelog, but removing it would
2139         require current usage to change since calls would then require
2140         an additional '--'.
2141
2142 2008-12-21  Bruno Haible  <bruno@clisp.org>
2143
2144         * modules/mbsnrtowcs-tests: New file.
2145         * tests/test-mbsnrtowcs1.sh: New file.
2146         * tests/test-mbsnrtowcs2.sh: New file.
2147         * tests/test-mbsnrtowcs3.sh: New file.
2148         * tests/test-mbsnrtowcs4.sh: New file.
2149         * tests/test-mbsnrtowcs.c: New file.
2150
2151         New module 'mbsnrtowcs'.
2152         * lib/wchar.in.h (mbsnrtowcs): New declaration.
2153         * lib/mbsnrtowcs.c: New file.
2154         * lib/mbsrtowcs-state.c: New file.
2155         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
2156         (internal_state): Remove variable.
2157         * m4/mbsnrtowcs.m4: New file.
2158         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
2159         compilation units.
2160         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
2161         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2162         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
2163         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2164         * modules/mbsnrtowcs: New file.
2165         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
2166         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
2167         portability problem.
2168
2169 2008-12-21  Bruno Haible  <bruno@clisp.org>
2170
2171         Work around mbsrtowcs bug.
2172         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
2173         (gl_FUNC_MBSRTOWCS): Invoke it.
2174         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2175         m4/locale-zh.m4.
2176         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
2177
2178 2008-12-21  Bruno Haible  <bruno@clisp.org>
2179
2180         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
2181
2182 2008-12-21  Bruno Haible  <bruno@clisp.org>
2183
2184         Update doc for AIX.
2185         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
2186         16-bit wchar_t type.
2187         * doc/posix-functions/btowc.texi: Likewise.
2188         * doc/posix-functions/fgetwc.texi: Likewise.
2189         * doc/posix-functions/fgetws.texi: Likewise.
2190         * doc/posix-functions/fputwc.texi: Likewise.
2191         * doc/posix-functions/fputws.texi: Likewise.
2192         * doc/posix-functions/fwide.texi: Likewise.
2193         * doc/posix-functions/fwprintf.texi: Likewise.
2194         * doc/posix-functions/fwscanf.texi: Likewise.
2195         * doc/posix-functions/getwchar.texi: Likewise.
2196         * doc/posix-functions/getwc.texi: Likewise.
2197         * doc/posix-functions/iswalnum.texi: Likewise.
2198         * doc/posix-functions/iswalpha.texi: Likewise.
2199         * doc/posix-functions/iswblank.texi: Likewise.
2200         * doc/posix-functions/iswcntrl.texi: Likewise.
2201         * doc/posix-functions/iswctype.texi: Likewise.
2202         * doc/posix-functions/iswdigit.texi: Likewise.
2203         * doc/posix-functions/iswgraph.texi: Likewise.
2204         * doc/posix-functions/iswlower.texi: Likewise.
2205         * doc/posix-functions/iswprint.texi: Likewise.
2206         * doc/posix-functions/iswpunct.texi: Likewise.
2207         * doc/posix-functions/iswspace.texi: Likewise.
2208         * doc/posix-functions/iswupper.texi: Likewise.
2209         * doc/posix-functions/iswxdigit.texi: Likewise.
2210         * doc/posix-functions/mbrtowc.texi: Likewise.
2211         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2212         * doc/posix-functions/mbstowcs.texi: Likewise.
2213         * doc/posix-functions/mbtowc.texi: Likewise.
2214         * doc/posix-functions/putwchar.texi: Likewise.
2215         * doc/posix-functions/putwc.texi: Likewise.
2216         * doc/posix-functions/swprintf.texi: Likewise.
2217         * doc/posix-functions/tolower.texi: Likewise.
2218         * doc/posix-functions/toupper.texi: Likewise.
2219         * doc/posix-functions/towctrans.texi: Likewise.
2220         * doc/posix-functions/ungetwc.texi: Likewise.
2221         * doc/posix-functions/vswprintf.texi: Likewise.
2222         * doc/posix-functions/wcrtomb.texi: Likewise.
2223         * doc/posix-functions/wcscat.texi: Likewise.
2224         * doc/posix-functions/wcschr.texi: Likewise.
2225         * doc/posix-functions/wcscmp.texi: Likewise.
2226         * doc/posix-functions/wcscoll.texi: Likewise.
2227         * doc/posix-functions/wcscpy.texi: Likewise.
2228         * doc/posix-functions/wcscspn.texi: Likewise.
2229         * doc/posix-functions/wcsftime.texi: Likewise.
2230         * doc/posix-functions/wcslen.texi: Likewise.
2231         * doc/posix-functions/wcsncat.texi: Likewise.
2232         * doc/posix-functions/wcsncmp.texi: Likewise.
2233         * doc/posix-functions/wcsncpy.texi: Likewise.
2234         * doc/posix-functions/wcspbrk.texi: Likewise.
2235         * doc/posix-functions/wcsrchr.texi: Likewise.
2236         * doc/posix-functions/wcsrtombs.texi: Likewise.
2237         * doc/posix-functions/wcsspn.texi: Likewise.
2238         * doc/posix-functions/wcsstr.texi: Likewise.
2239         * doc/posix-functions/wcstod.texi: Likewise.
2240         * doc/posix-functions/wcstof.texi: Likewise.
2241         * doc/posix-functions/wcstoimax.texi: Likewise.
2242         * doc/posix-functions/wcstok.texi: Likewise.
2243         * doc/posix-functions/wcstold.texi: Likewise.
2244         * doc/posix-functions/wcstoll.texi: Likewise.
2245         * doc/posix-functions/wcstol.texi: Likewise.
2246         * doc/posix-functions/wcstombs.texi: Likewise.
2247         * doc/posix-functions/wcstoull.texi: Likewise.
2248         * doc/posix-functions/wcstoul.texi: Likewise.
2249         * doc/posix-functions/wcstoumax.texi: Likewise.
2250         * doc/posix-functions/wcswidth.texi: Likewise.
2251         * doc/posix-functions/wcsxfrm.texi: Likewise.
2252         * doc/posix-functions/wctob.texi: Likewise.
2253         * doc/posix-functions/wctomb.texi: Likewise.
2254         * doc/posix-functions/wctrans.texi: Likewise.
2255         * doc/posix-functions/wctype.texi: Likewise.
2256         * doc/posix-functions/wcwidth.texi: Likewise.
2257         * doc/posix-functions/wmemchr.texi: Likewise.
2258         * doc/posix-functions/wmemcmp.texi: Likewise.
2259         * doc/posix-functions/wmemcpy.texi: Likewise.
2260         * doc/posix-functions/wmemmove.texi: Likewise.
2261         * doc/posix-functions/wmemset.texi: Likewise.
2262         * doc/posix-functions/wprintf.texi: Likewise.
2263         * doc/posix-functions/wscanf.texi: Likewise.
2264
2265 2008-12-21  Bruno Haible  <bruno@clisp.org>
2266
2267         Update doc for HP-UX 11.11.
2268         * doc/posix-functions/btowc.texi: Clarify that the function is missing
2269         in HP-UX version 11.00, not in all versions of HP-UX 11.
2270         * doc/posix-functions/fwide.texi: Likewise.
2271         * doc/posix-functions/fwprintf.texi: Likewise.
2272         * doc/posix-functions/fwscanf.texi: Likewise.
2273         * doc/posix-functions/inet_ntop.texi: Likewise.
2274         * doc/posix-functions/inet_pton.texi: Likewise.
2275         * doc/posix-functions/mbrlen.texi: Likewise.
2276         * doc/posix-functions/mbrtowc.texi: Likewise.
2277         * doc/posix-functions/mbsinit.texi: Likewise.
2278         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2279         * doc/posix-functions/swprintf.texi: Likewise.
2280         * doc/posix-functions/swscanf.texi: Likewise.
2281         * doc/posix-functions/towctrans.texi: Likewise.
2282         * doc/posix-functions/vfwprintf.texi: Likewise.
2283         * doc/posix-functions/vswprintf.texi: Likewise.
2284         * doc/posix-functions/vwprintf.texi: Likewise.
2285         * doc/posix-functions/wcrtomb.texi: Likewise.
2286         * doc/posix-functions/wcsrtombs.texi: Likewise.
2287         * doc/posix-functions/wcsstr.texi: Likewise.
2288         * doc/posix-functions/wctob.texi: Likewise.
2289         * doc/posix-functions/wctrans.texi: Likewise.
2290         * doc/posix-functions/wmemchr.texi: Likewise.
2291         * doc/posix-functions/wmemcmp.texi: Likewise.
2292         * doc/posix-functions/wmemcpy.texi: Likewise.
2293         * doc/posix-functions/wmemmove.texi: Likewise.
2294         * doc/posix-functions/wmemset.texi: Likewise.
2295         * doc/posix-functions/wprintf.texi: Likewise.
2296         * doc/posix-functions/wscanf.texi: Likewise.
2297
2298 2008-12-21  Bruno Haible  <bruno@clisp.org>
2299
2300         Work around a portability problem.
2301         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
2302         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
2303
2304 2008-12-20  Bruno Haible  <bruno@clisp.org>
2305
2306         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
2307         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
2308         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
2309         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
2310         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
2311
2312         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2313         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
2314         set.
2315         (GNULIB_defined_mbstate_t): New macro.
2316         (mbsinit): Redefine if REPLACE_MBSINIT is set.
2317         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
2318         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
2319         reuses the system's mbrtowc function but works around the bugs.
2320         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
2321         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
2322         macros.
2323         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
2324         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
2325         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
2326         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
2327         REPLACE_MBSINIT if mbsinit needs to be overridden.
2328         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
2329         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2330         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
2331         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2332         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2333         m4/locale-zh.m4.
2334         (Depends): Add mbsinit.
2335         * modules/mbsinit (Depends): Add mbrtowc.
2336         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
2337
2338 2008-12-20  Bruno Haible  <bruno@clisp.org>
2339
2340         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
2341         so that there are no conversion errors on AIX.
2342         * tests/test-mbsrtowcs.c (main): LIkewise.
2343
2344 2008-12-20  Bruno Haible  <bruno@clisp.org>
2345
2346         Work around wctob bug on Solaris <= 9.
2347         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
2348         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
2349         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
2350         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
2351         * modules/wctob (Files): Add m4/locale-fr.m4.
2352         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
2353
2354 2008-12-20  Bruno Haible  <bruno@clisp.org>
2355
2356         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
2357         /dev/null.
2358         * tests/test-select-in.sh: Likewise.
2359         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2360
2361 2008-12-20  Bruno Haible  <bruno@clisp.org>
2362
2363         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
2364         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
2365         Cygwin 1.5.x.
2366
2367 2008-12-20  Bruno Haible  <bruno@clisp.org>
2368
2369         Ensure mbstate_t is defined on HP-UX 11.11.
2370         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
2371         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
2372         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
2373         AC_USE_SYSTEM_EXTENSIONS.
2374         * modules/fnmatch (Depends-on): Add extensions.
2375         * modules/mbrlen (Depends-on): Likewise.
2376         * modules/mbrtowc (Depends-on): Likewise.
2377         * modules/mbsinit (Depends-on): Likewise.
2378         * modules/mbsrtowcs (Depends-on): Likewise.
2379         * modules/mbswidth (Depends-on): Likewise.
2380         * modules/quotearg (Depends-on): Likewise.
2381         * modules/strftime (Depends-on): Likewise.
2382
2383 2008-12-20  Bruno Haible  <bruno@clisp.org>
2384
2385         Ensure wctob is declared on IRIX 6.5.
2386         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
2387         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
2388         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
2389         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
2390         of HAVE_WCTOB.
2391         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
2392         HAVE_WCTOB.
2393         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
2394
2395 2008-12-19  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/mbsrtowcs-tests: New file.
2398         * tests/test-mbsrtowcs1.sh: New file.
2399         * tests/test-mbsrtowcs2.sh: New file.
2400         * tests/test-mbsrtowcs3.sh: New file.
2401         * tests/test-mbsrtowcs4.sh: New file.
2402         * tests/test-mbsrtowcs.c: New file.
2403
2404         New module 'mbsrtowcs'.
2405         * lib/wchar.in.h (mbsrtowcs): New declaration.
2406         * lib/mbsrtowcs.c: New file.
2407         * m4/mbsrtowcs.m4: New file.
2408         * modules/mbsrtowcs: New file.
2409         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
2410         HAVE_MBSRTOWCS.
2411         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
2412         HAVE_MBSRTOWCS.
2413         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
2414
2415 2008-12-19  Bruno Haible  <bruno@clisp.org>
2416
2417         New module 'mbrlen'.
2418         * lib/wchar.in.h (mbrlen): New declaration.
2419         * lib/mbrlen.c: New file.
2420         * m4/mbrlen.m4: New file.
2421         * modules/mbrlen: New file.
2422         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
2423         HAVE_MBRLEN.
2424         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
2425         HAVE_MBRLEN.
2426         * doc/posix-functions/mbrlen.texi: Document the new module.
2427
2428 2008-12-19  Bruno Haible  <bruno@clisp.org>
2429
2430         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
2431         * modules/mbrtowc (Depends-on): Add verify.
2432         Suggested by Paul Eggert.
2433
2434 2008-12-18  Bruno Haible  <bruno@clisp.org>
2435
2436         * modules/mbsinit-tests: New file.
2437         * tests/test-mbsinit.sh: New file.
2438         * tests/test-mbsinit.c: New file.
2439
2440 2008-12-18  Bruno Haible  <bruno@clisp.org>
2441
2442         * modules/mbrtowc-tests: New file.
2443         * tests/test-mbrtowc1.sh: New file.
2444         * tests/test-mbrtowc2.sh: New file.
2445         * tests/test-mbrtowc3.sh: New file.
2446         * tests/test-mbrtowc4.sh: New file.
2447         * tests/test-mbrtowc.c: New file.
2448
2449         New module 'mbrtowc'.
2450         * lib/wchar.in.h (mbstate_t): Override when the system does not have
2451         mbsinit and mbrtowc.
2452         (mbrtowc): New declaration.
2453         * lib/mbrtowc.c: New file.
2454         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
2455         * modules/mbrtowc: New file.
2456         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
2457         HAVE_MBRTOWC.
2458         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
2459         HAVE_MBRTOWC.
2460         * doc/posix-functions/mbrtowc.texi: Document the new module.
2461
2462 2008-12-18  Bruno Haible  <bruno@clisp.org>
2463
2464         New module 'wctob'.
2465         * lib/wchar.in.h (wctob): New declaration.
2466         * lib/wctob.c: New file.
2467         * m4/wctob.m4: New file.
2468         * modules/wctob: New file.
2469         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
2470         HAVE_WCTOB.
2471         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
2472         * doc/posix-functions/wctob.texi: Document the new module.
2473
2474 2008-12-18  Bruno Haible  <bruno@clisp.org>
2475
2476         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
2477         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
2478
2479 2008-12-18  Simon Josefsson  <simon@josefsson.org>
2480
2481         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
2482         G. Christensen" <tgc@jupiterrise.com>.
2483
2484         * lib/flock.c: Need to include errno.h.  Reported by "Tom
2485         G. Christensen" <tgc@jupiterrise.com>.
2486
2487         * lib/flock.c: Need to include string.h.  Reported by "Tom
2488         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
2489         <ebb9@byu.net>.
2490
2491 2008-12-18  Bruno Haible  <bruno@clisp.org>
2492
2493         * m4/locale-ja.m4: New file, from GNU gettext.
2494
2495 2008-12-17  Bruno Haible  <bruno@clisp.org>
2496
2497         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
2498         Suggested by Eric Blake.
2499
2500 2008-12-17  Bruno Haible  <bruno@clisp.org>
2501
2502         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
2503
2504 2008-12-17  Bruno Haible  <bruno@clisp.org>
2505
2506         * lib/mbsinit.c: Include verify.h. Verify an assumption.
2507         * modules/mbsinit (Depends-on): Add verify.
2508         Suggested by Paul Eggert.
2509
2510 2008-12-17  Bruno Haible  <bruno@clisp.org>
2511
2512         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
2513         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
2514         gl_FUNC_MBRTOWC.
2515         * m4/mbiter.m4 (gl_MBITER): LIkewise.
2516         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
2517         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
2518         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
2519         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
2520         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
2521         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
2522         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
2523         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
2524         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
2525         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
2526         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
2527         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
2528         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
2529         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
2530         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2531         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
2532         * modules/trim (configure.ac): Likewise.
2533
2534 2008-12-17  Bruno Haible  <bruno@clisp.org>
2535
2536         * modules/btowc-tests: New file.
2537         * tests/test-btowc1.sh: New file.
2538         * tests/test-btowc2.sh: New file.
2539         * tests/test-btowc.c: New file.
2540
2541         New module 'btowc'.
2542         * lib/wchar.in.h (btowc): New declaration.
2543         * lib/btowc.c: New file.
2544         * m4/btowc.m4: New file.
2545         * modules/btowc: New file.
2546         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
2547         HAVE_BTOWC.
2548         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
2549         * doc/posix-functions/btowc.texi: Document the new module.
2550
2551 2008-12-17  Bruno Haible  <bruno@clisp.org>
2552
2553         New module 'mbsinit'.
2554         * lib/wchar.in.h (mbsinit): New declaration.
2555         * lib/mbsinit.c: New file.
2556         * m4/mbsinit.m4: New file.
2557         * modules/mbsinit: New file.
2558         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
2559         HAVE_MBSINIT.
2560         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
2561         HAVE_MBSINIT.
2562         * doc/posix-functions/mbsinit.texi: Document the new module.
2563
2564 2008-12-16  Bruno Haible  <bruno@clisp.org>
2565
2566         * lib/unistd.in.h: Add comment.
2567         * tests/test-environ.c: Don't include <stdlib.h>.
2568
2569 2008-12-16  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/parse-duration.h (parse_duration): Document return value
2572         convention.
2573         * lib/parse-duration.c: Include specification header first. Add
2574         comments.
2575         (_): Remove macro.
2576         (parse_year_month_day, parse_hour_minute_second): Move side effects
2577         outside of strchr call.
2578         (parse_non_iso8601): Move side effects outside of isspace call.
2579         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
2580         call.
2581
2582 2008-12-16  Bruno Haible  <bruno@clisp.org>
2583
2584         * tests/test-parse-duration.sh: Produce no output when the test
2585         succeeds.
2586
2587 2008-12-16  Bruno Haible  <bruno@clisp.org>
2588
2589         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
2590         expressions.
2591
2592 2008-12-15  Bruno Haible  <bruno@clisp.org>
2593
2594         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
2595         * doc/glibc-functions/flistxattr.texi: Likewise.
2596         * doc/glibc-functions/fopencookie.texi: Likewise.
2597         * doc/glibc-functions/fremovexattr.texi: Likewise.
2598         * doc/glibc-functions/fsetxattr.texi: Likewise.
2599         * doc/glibc-functions/getxattr.texi: Likewise.
2600         * doc/glibc-functions/lgetxattr.texi: Likewise.
2601         * doc/glibc-functions/listxattr.texi: Likewise.
2602         * doc/glibc-functions/llistxattr.texi: Likewise.
2603         * doc/glibc-functions/lremovexattr.texi: Likewise.
2604         * doc/glibc-functions/lsetxattr.texi: Likewise.
2605         * doc/glibc-functions/removexattr.texi: Likewise.
2606         * doc/glibc-functions/setxattr.texi: Likewise.
2607         * doc/posix-functions/open_memstream.texi: Likewise.
2608
2609 2008-12-15  Eric Blake  <ebb9@byu.net>
2610
2611         Update doc for cygwin 1.7.
2612         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
2613         functions.
2614         * doc/posix-functions/fchmodat.texi: Likewise.
2615         * doc/posix-functions/fchownat.texi: Likewise.
2616         * doc/posix-functions/fdopendir.texi: Likewise.
2617         * doc/posix-functions/fmemopen.texi: Likewise.
2618         * doc/posix-functions/freeaddrinfo.texi: Likewise.
2619         * doc/posix-functions/fstatat.texi: Likewise.
2620         * doc/posix-functions/futimens.texi: Likewise.
2621         * doc/posix-functions/gai_strerror.texi: Likewise.
2622         * doc/posix-functions/getaddrinfo.texi: Likewise.
2623         * doc/posix-functions/getnameinfo.texi: Likewise.
2624         * doc/posix-functions/if_freenameindex.texi: Likewise.
2625         * doc/posix-functions/if_indextoname.texi: Likewise.
2626         * doc/posix-functions/if_nameindex.texi: Likewise.
2627         * doc/posix-functions/if_nametoindex.texi: Likewise.
2628         * doc/posix-functions/insque.texi: Likewise.
2629         * doc/posix-functions/linkat.texi: Likewise.
2630         * doc/posix-functions/llrint.texi: Likewise.
2631         * doc/posix-functions/llrintf.texi: Likewise.
2632         * doc/posix-functions/llrintl.texi: Likewise.
2633         * doc/posix-functions/lockf.texi: Likewise.
2634         * doc/posix-functions/lrintl.texi: Likewise.
2635         * doc/posix-functions/mkdirat.texi: Likewise.
2636         * doc/posix-functions/mkfifoat.texi: Likewise.
2637         * doc/posix-functions/mknodat.texi: Likewise.
2638         * doc/posix-functions/mq_close.texi: Likewise.
2639         * doc/posix-functions/mq_getattr.texi: Likewise.
2640         * doc/posix-functions/mq_notify.texi: Likewise.
2641         * doc/posix-functions/mq_open.texi: Likewise.
2642         * doc/posix-functions/mq_receive.texi: Likewise.
2643         * doc/posix-functions/mq_send.texi: Likewise.
2644         * doc/posix-functions/mq_setattr.texi: Likewise.
2645         * doc/posix-functions/mq_timedreceive.texi: Likewise.
2646         * doc/posix-functions/mq_timedsend.texi: Likewise.
2647         * doc/posix-functions/mq_unlink.texi: Likewise.
2648         * doc/posix-functions/open_memstream.texi: Likewise.
2649         * doc/posix-functions/openat.texi: Likewise.
2650         * doc/posix-functions/posix_fadvise.texi: Likewise.
2651         * doc/posix-functions/posix_fallocate.texi: Likewise.
2652         * doc/posix-functions/posix_madvise.texi: Likewise.
2653         * doc/posix-functions/posix_memalign.texi: Likewise.
2654         * doc/posix-functions/posix_openpt.texi: Likewise.
2655         * doc/posix-functions/readlinkat.texi: Likewise.
2656         * doc/posix-functions/remque.texi: Likewise.
2657         * doc/posix-functions/renameat.texi: Likewise.
2658         * doc/posix-functions/rintl.texi: Likewise.
2659         * doc/posix-functions/sem_unlink.texi: Likewise.
2660         * doc/posix-functions/shm_open.texi: Likewise.
2661         * doc/posix-functions/shm_unlink.texi: Likewise.
2662         * doc/posix-functions/signgam.texi: Likewise.
2663         * doc/posix-functions/sigset.texi: Likewise.
2664         * doc/posix-functions/stpcpy.texi: Likewise.
2665         * doc/posix-functions/stpncpy.texi: Likewise.
2666         * doc/posix-functions/strerror.texi: Likewise.
2667         * doc/posix-functions/strtod.texi: Likewise.
2668         * doc/posix-functions/symlinkat.texi: Likewise.
2669         * doc/posix-functions/unlinkat.texi: Likewise.
2670         * doc/posix-functions/utimensat.texi: Likewise.
2671         * doc/glibc-functions/bindresvport.texi: Likewise.
2672         * doc/glibc-functions/dn_expand.texi: Likewise.
2673         * doc/glibc-functions/exp10.texi: Likewise.
2674         * doc/glibc-functions/exp10f.texi: Likewise.
2675         * doc/glibc-functions/fgetxattr.texi: Likewise.
2676         * doc/glibc-functions/flistxattr.texi: Likewise.
2677         * doc/glibc-functions/fopencookie.texi: Likewise.
2678         * doc/glibc-functions/freeifaddrs.texi: Likewise.
2679         * doc/glibc-functions/fremovexattr.texi: Likewise.
2680         * doc/glibc-functions/fsetxattr.texi: Likewise.
2681         * doc/glibc-functions/getifaddrs.texi: Likewise.
2682         * doc/glibc-functions/getxattr.texi: Likewise.
2683         * doc/glibc-functions/lgetxattr.texi: Likewise.
2684         * doc/glibc-functions/listxattr.texi: Likewise.
2685         * doc/glibc-functions/llistxattr.texi: Likewise.
2686         * doc/glibc-functions/lremovexattr.texi: Likewise.
2687         * doc/glibc-functions/lsetxattr.texi: Likewise.
2688         * doc/glibc-functions/pow10.texi: Likewise.
2689         * doc/glibc-functions/pow10f.texi: Likewise.
2690         * doc/glibc-functions/rcmd_af.texi: Likewise.
2691         * doc/glibc-functions/removexattr.texi: Likewise.
2692         * doc/glibc-functions/res_init.texi: Likewise.
2693         * doc/glibc-functions/res_mkquery.texi: Likewise.
2694         * doc/glibc-functions/res_query.texi: Likewise.
2695         * doc/glibc-functions/res_querydomain.texi: Likewise.
2696         * doc/glibc-functions/res_send.texi: Likewise.
2697         * doc/glibc-functions/rresvport_af.texi: Likewise.
2698         * doc/glibc-functions/setxattr.texi: Likewise.
2699         * doc/glibc-functions/strcasestr.texi: Likewise.
2700
2701 2008-12-15  Bruno Haible  <bruno@clisp.org>
2702
2703         Fix compilation error on OSF/1 4.0.
2704         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
2705         <sys/time.h>, simply delegate to the system header.
2706         Reported by Daniel Richard G. <oss@teragram.com>.
2707
2708 2008-12-15  Bruno Haible  <bruno@clisp.org>
2709
2710         * doc/posix-functions/openat.texi: Mention the 'openat' module.
2711         * doc/posix-functions/fchmodat.texi: Likewise.
2712         * doc/posix-functions/fchownat.texi: Likewise.
2713         * doc/posix-functions/fdopendir.texi: Likewise.
2714         * doc/posix-functions/fstatat.texi: Likewise.
2715         * doc/posix-functions/mkdirat.texi: Likewise.
2716         * doc/posix-functions/unlinkat.texi: Likewise.
2717
2718 2008-12-14  Bruno Haible  <bruno@clisp.org>
2719
2720         Update doc for POSIX:2008.
2721         * doc/posix-functions/faccessat.texi: New file.
2722         * doc/posix-functions/fchmodat.texi: New file.
2723         * doc/posix-functions/fchownat.texi: New file.
2724         * doc/posix-functions/fdopendir.texi: New file.
2725         * doc/posix-functions/fstatat.texi: New file.
2726         * doc/posix-functions/futimens.texi: New file.
2727         * doc/posix-functions/linkat.texi: New file.
2728         * doc/posix-functions/mkdirat.texi: New file.
2729         * doc/posix-functions/mkfifoat.texi: New file.
2730         * doc/posix-functions/mknodat.texi: New file.
2731         * doc/posix-functions/open_wmemstream.texi: New file.
2732         * doc/posix-functions/openat.texi: New file.
2733         * doc/posix-functions/psiginfo.texi: New file.
2734         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
2735         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
2736         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
2737         * doc/posix-functions/readlinkat.texi: New file.
2738         * doc/posix-functions/renameat.texi: New file.
2739         * doc/posix-functions/strerror_l.texi: New file.
2740         * doc/posix-functions/symlinkat.texi: New file.
2741         * doc/posix-functions/unlinkat.texi: New file.
2742         * doc/posix-functions/utimensat.texi: New file.
2743         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2744
2745 2008-12-14  Bruno Haible  <bruno@clisp.org>
2746
2747         Update doc for POSIX:2008.
2748         * doc/posix-functions/alphasort.texi: Renamed from
2749         doc/glibc-functions/alphasort.texi.
2750         * doc/posix-functions/dirfd.texi: Renamed from
2751         doc/glibc-functions/dirfd.texi.
2752         * doc/posix-functions/dprintf.texi: Renamed from
2753         doc/glibc-functions/dprintf.texi.
2754         * doc/posix-functions/duplocale.texi: Renamed from
2755         doc/glibc-functions/duplocale.texi.
2756         * doc/posix-functions/fexecve.texi: Renamed from
2757         doc/glibc-functions/fexecve.texi.
2758         * doc/posix-functions/fmemopen.texi: Renamed from
2759         doc/glibc-functions/fmemopen.texi.
2760         * doc/posix-functions/freelocale.texi: Renamed from
2761         doc/glibc-functions/freelocale.texi.
2762         * doc/posix-functions/getdate_err.texi: Renamed from
2763         doc/glibc-functions/getdate_err.texi.
2764         * doc/posix-functions/isalnum_l.texi: Renamed from
2765         doc/glibc-functions/isalnum_l.texi.
2766         * doc/posix-functions/isalpha_l.texi: Renamed from
2767         doc/glibc-functions/isalpha_l.texi.
2768         * doc/posix-functions/isblank_l.texi: Renamed from
2769         doc/glibc-functions/isblank_l.texi.
2770         * doc/posix-functions/iscntrl_l.texi: Renamed from
2771         doc/glibc-functions/iscntrl_l.texi.
2772         * doc/posix-functions/isdigit_l.texi: Renamed from
2773         doc/glibc-functions/isdigit_l.texi.
2774         * doc/posix-functions/isgraph_l.texi: Renamed from
2775         doc/glibc-functions/isgraph_l.texi.
2776         * doc/posix-functions/islower_l.texi: Renamed from
2777         doc/glibc-functions/islower_l.texi.
2778         * doc/posix-functions/isprint_l.texi: Renamed from
2779         doc/glibc-functions/isprint_l.texi.
2780         * doc/posix-functions/ispunct_l.texi: Renamed from
2781         doc/glibc-functions/ispunct_l.texi.
2782         * doc/posix-functions/isspace_l.texi: Renamed from
2783         doc/glibc-functions/isspace_l.texi.
2784         * doc/posix-functions/isupper_l.texi: Renamed from
2785         doc/glibc-functions/isupper_l.texi.
2786         * doc/posix-functions/iswalnum_l.texi: Renamed from
2787         doc/glibc-functions/iswalnum_l.texi.
2788         * doc/posix-functions/iswalpha_l.texi: Renamed from
2789         doc/glibc-functions/iswalpha_l.texi.
2790         * doc/posix-functions/iswblank_l.texi: Renamed from
2791         doc/glibc-functions/iswblank_l.texi.
2792         * doc/posix-functions/iswcntrl_l.texi: Renamed from
2793         doc/glibc-functions/iswcntrl_l.texi.
2794         * doc/posix-functions/iswctype_l.texi: Renamed from
2795         doc/glibc-functions/iswctype_l.texi.
2796         * doc/posix-functions/iswdigit_l.texi: Renamed from
2797         doc/glibc-functions/iswdigit_l.texi.
2798         * doc/posix-functions/iswgraph_l.texi: Renamed from
2799         doc/glibc-functions/iswgraph_l.texi.
2800         * doc/posix-functions/iswlower_l.texi: Renamed from
2801         doc/glibc-functions/iswlower_l.texi.
2802         * doc/posix-functions/iswprint_l.texi: Renamed from
2803         doc/glibc-functions/iswprint_l.texi.
2804         * doc/posix-functions/iswpunct_l.texi: Renamed from
2805         doc/glibc-functions/iswpunct_l.texi.
2806         * doc/posix-functions/iswspace_l.texi: Renamed from
2807         doc/glibc-functions/iswspace_l.texi.
2808         * doc/posix-functions/iswupper_l.texi: Renamed from
2809         doc/glibc-functions/iswupper_l.texi.
2810         * doc/posix-functions/iswxdigit_l.texi: Renamed from
2811         doc/glibc-functions/iswxdigit_l.texi.
2812         * doc/posix-functions/isxdigit_l.texi: Renamed from
2813         doc/glibc-functions/isxdigit_l.texi.
2814         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
2815         doc/glibc-functions/mbsnrtowcs.texi.
2816         * doc/posix-functions/mkdtemp.texi: Renamed from
2817         doc/glibc-functions/mkdtemp.texi.
2818         * doc/posix-functions/newlocale.texi: Renamed from
2819         doc/glibc-functions/newlocale.texi.
2820         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
2821         doc/glibc-functions/nl_langinfo_l.texi.
2822         * doc/posix-functions/open_memstream.texi: Renamed from
2823         doc/glibc-functions/open_memstream.texi.
2824         * doc/posix-functions/opterr.texi: Renamed from
2825         doc/glibc-functions/opterr.texi.
2826         * doc/posix-functions/optind.texi: Renamed from
2827         doc/glibc-functions/optind.texi.
2828         * doc/posix-functions/optopt.texi: Renamed from
2829         doc/glibc-functions/optopt.texi.
2830         * doc/posix-functions/psignal.texi: Renamed from
2831         doc/glibc-functions/psignal.texi.
2832         * doc/posix-functions/scandir.texi: Renamed from
2833         doc/glibc-functions/scandir.texi.
2834         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
2835         doc/glibc-functions/sched_get_priority_min.texi.
2836         * doc/posix-functions/signgam.texi: Renamed from
2837         doc/glibc-functions/signgam.texi.
2838         * doc/posix-functions/stpcpy.texi: Renamed from
2839         doc/glibc-functions/stpcpy.texi.
2840         * doc/posix-functions/stpncpy.texi: Renamed from
2841         doc/glibc-functions/stpncpy.texi.
2842         * doc/posix-functions/strcasecmp_l.texi: Renamed from
2843         doc/glibc-functions/strcasecmp_l.texi.
2844         * doc/posix-functions/strcoll_l.texi: Renamed from
2845         doc/glibc-functions/strcoll_l.texi.
2846         * doc/posix-functions/strfmon_l.texi: Renamed from
2847         doc/glibc-functions/strfmon_l.texi.
2848         * doc/posix-functions/strftime_l.texi: Renamed from
2849         doc/glibc-functions/strftime_l.texi.
2850         * doc/posix-functions/strncasecmp_l.texi: Renamed from
2851         doc/glibc-functions/strncasecmp_l.texi.
2852         * doc/posix-functions/strndup.texi: Renamed from
2853         doc/glibc-functions/strndup.texi.
2854         * doc/posix-functions/strnlen.texi: Renamed from
2855         doc/glibc-functions/strnlen.texi.
2856         * doc/posix-functions/strsignal.texi: Renamed from
2857         doc/glibc-functions/strsignal.texi.
2858         * doc/posix-functions/strxfrm_l.texi: Renamed from
2859         doc/glibc-functions/strxfrm_l.texi.
2860         * doc/posix-functions/timer_gettime.texi: Renamed from
2861         doc/glibc-functions/timer_gettime.texi.
2862         * doc/posix-functions/tolower_l.texi: Renamed from
2863         doc/glibc-functions/tolower_l.texi.
2864         * doc/posix-functions/toupper_l.texi: Renamed from
2865         doc/glibc-functions/toupper_l.texi.
2866         * doc/posix-functions/towctrans_l.texi: Renamed from
2867         doc/glibc-functions/towctrans_l.texi.
2868         * doc/posix-functions/towlower_l.texi: Renamed from
2869         doc/glibc-functions/towlower_l.texi.
2870         * doc/posix-functions/towupper_l.texi: Renamed from
2871         doc/glibc-functions/towupper_l.texi.
2872         * doc/posix-functions/uselocale.texi: Renamed from
2873         doc/glibc-functions/uselocale.texi.
2874         * doc/posix-functions/vdprintf.texi: Renamed from
2875         doc/glibc-functions/vdprintf.texi.
2876         * doc/posix-functions/wcpcpy.texi:
2877         Renamed from doc/glibc-functions/wcpcpy.texi.
2878         * doc/posix-functions/wcpncpy.texi: Renamed from
2879         doc/glibc-functions/wcpncpy.texi.
2880         * doc/posix-functions/wcscasecmp.texi: Renamed from
2881         doc/glibc-functions/wcscasecmp.texi.
2882         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
2883         doc/glibc-functions/wcscasecmp_l.texi.
2884         * doc/posix-functions/wcscoll_l.texi: Renamed from
2885         doc/glibc-functions/wcscoll_l.texi.
2886         * doc/posix-functions/wcsdup.texi: Renamed from
2887         doc/glibc-functions/wcsdup.texi.
2888         * doc/posix-functions/wcsncasecmp.texi: Renamed from
2889         doc/glibc-functions/wcsncasecmp.texi.
2890         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
2891         doc/glibc-functions/wcsncasecmp_l.texi.
2892         * doc/posix-functions/wcsnlen.texi: Renamed from
2893         doc/glibc-functions/wcsnlen.texi.
2894         * doc/posix-functions/wcsnrtombs.texi: Renamed from
2895         doc/glibc-functions/wcsnrtombs.texi.
2896         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
2897         doc/glibc-functions/wcsxfrm_l.texi.
2898         * doc/posix-functions/wctrans_l.texi: Renamed from
2899         doc/glibc-functions/wctrans_l.texi.
2900         * doc/posix-functions/wctype_l.texi: Renamed from
2901         doc/glibc-functions/wctype_l.texi.
2902         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2903         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
2904         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
2905         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
2906         these subsections.
2907         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
2908         Remove sections.
2909
2910 2008-12-14  Bruno Haible  <bruno@clisp.org>
2911
2912         Update doc for POSIX:2008.
2913         * doc/posix-functions/*.texi: Update URL of POSIX specification.
2914
2915 2008-12-14  Bruno Haible  <bruno@clisp.org>
2916
2917         Update doc for POSIX:2008.
2918         * doc/pastposix-functions/bcmp.texi: Renamed from
2919         doc/posix-functions/bcmp.texi.
2920         * doc/pastposix-functions/bcopy.texi: Renamed from
2921         doc/posix-functions/bcopy.texi.
2922         * doc/pastposix-functions/bsd_signal.texi: Renamed from
2923         doc/posix-functions/bsd_signal.texi.
2924         * doc/pastposix-functions/bzero.texi: Renamed from
2925         doc/posix-functions/bzero.texi.
2926         * doc/pastposix-functions/ecvt.texi: Renamed from
2927         doc/posix-functions/ecvt.texi.
2928         * doc/pastposix-functions/fcvt.texi: Renamed from
2929         doc/posix-functions/fcvt.texi.
2930         * doc/pastposix-functions/ftime.texi: Renamed from
2931         doc/posix-functions/ftime.texi.
2932         * doc/pastposix-functions/gcvt.texi: Renamed from
2933         doc/posix-functions/gcvt.texi.
2934         * doc/pastposix-functions/getcontext.texi: Renamed from
2935         doc/posix-functions/getcontext.texi.
2936         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
2937         doc/posix-functions/gethostbyaddr.texi.
2938         * doc/pastposix-functions/gethostbyname.texi: Renamed from
2939         doc/posix-functions/gethostbyname.texi.
2940         * doc/pastposix-functions/getwd.texi: Renamed from
2941         doc/posix-functions/getwd.texi.
2942         * doc/pastposix-functions/h_errno.texi: Renamed from
2943         doc/posix-functions/h_errno.texi.
2944         * doc/pastposix-functions/index.texi: Renamed from
2945         doc/posix-functions/index.texi.
2946         * doc/pastposix-functions/makecontext.texi: Renamed from
2947         doc/posix-functions/makecontext.texi.
2948         * doc/pastposix-functions/mktemp.texi: Renamed from
2949         doc/posix-functions/mktemp.texi.
2950         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
2951         doc/posix-functions/pthread_attr_getstackaddr.texi.
2952         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
2953         doc/posix-functions/pthread_attr_setstackaddr.texi.
2954         * doc/pastposix-functions/rindex.texi: Renamed from
2955         doc/posix-functions/rindex.texi.
2956         * doc/pastposix-functions/scalb.texi: Renamed from
2957         doc/posix-functions/scalb.texi.
2958         * doc/pastposix-functions/setcontext.texi: Renamed from
2959         doc/posix-functions/setcontext.texi.
2960         * doc/pastposix-functions/swapcontext.texi: Renamed from
2961         doc/posix-functions/swapcontext.texi.
2962         * doc/pastposix-functions/ualarm.texi: Renamed from
2963         doc/posix-functions/ualarm.texi.
2964         * doc/pastposix-functions/usleep.texi: Renamed from
2965         doc/posix-functions/usleep.texi.
2966         * doc/pastposix-functions/vfork.texi: Renamed from
2967         doc/posix-functions/vfork.texi.
2968         * doc/pastposix-functions/wcswcs.texi: Renamed from
2969         doc/posix-functions/wcswcs.texi.
2970         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
2971         (Function Substitutes): Update.
2972
2973 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2974
2975         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
2976         m4/strerror.m4.
2977
2978 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2979             Bruno Haible  <bruno@clisp.org>
2980
2981         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
2982
2983 2008-12-13  Bruno Haible  <bruno@clisp.org>
2984
2985         * modules/strtoull (Depends-on): Remove unistd.
2986
2987 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2988
2989         * modules/strtoull (Depends-on): Add stdlib.
2990
2991 2008-12-11  Simon Josefsson  <simon@josefsson.org>
2992
2993         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
2994
2995 2008-12-10  Jim Meyering  <meyering@redhat.com>
2996
2997         gl_ASSERT: don't say assertions are disabled when they're not
2998         * m4/assert.m4 (gl_ASSERT): Do not make configure report
2999         "checking whether to enable assertions... no", when they are in
3000         fact enabled.  This is solely a bug in the output of configure.
3001         In spite of saying "no", NDEBUG was not defined in that case.
3002         Also, as noted by Eric Blake, leave assertions enabled upon
3003         --enable-assert=INVALID.
3004
3005 2008-12-10  Bruno Haible  <bruno@clisp.org>
3006
3007         Change MODULES.html to refer to POSIX:2008 where possible.
3008         * MODULES.html.sh (POSIX2008_URL): New variable.
3009         (posix_headers): Remove sys/timeb, ucontext.
3010         (posix2001_headers): New variable.
3011         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
3012         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
3013         index, makecontext, mktemp, pthread_attr_getstackaddr,
3014         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
3015         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
3016         (posix2001_functions): New variable.
3017         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
3018         otherwise.
3019
3020 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3021
3022         add missing include to parse-duration.c
3023         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
3024         * modules/parse-duration (Depends-on): Add xalloc.
3025
3026         fix sed script reading maint.mk
3027         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
3028         (syntax-check-rules): Use it.
3029
3030 2008-12-09  Bruno Haible  <bruno@clisp.org>
3031
3032         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
3033         MacOS X 10.4/PowerPC.
3034         Reported by Simon Josefsson.
3035
3036 2008-12-08  Jim Meyering  <meyering@redhat.com>
3037
3038         work around mingw's lack of some S_IF definitions
3039         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
3040         Reported by Simon Josefsson.
3041
3042 2008-12-08  Bruno Haible  <bruno@clisp.org>
3043
3044         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
3045         applied to variables. Needed on MacOS X 10.4/PowerPC.
3046         Reported by Simon Josefsson.
3047
3048 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3049         and Eric Blake  <ebb9@byu.net>
3050
3051         assert: honor --enable-assert
3052         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
3053         order to honor --enable-assert, rather than treating it as a
3054         synonym for --disable-assert.
3055
3056 2008-12-08  Jim Meyering  <meyering@redhat.com>
3057
3058         * lib/posixtm.c: Remove now-useless declaration of mktime.
3059
3060         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
3061
3062 2008-12-07  Bruno Haible  <bruno@clisp.org>
3063
3064         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
3065         test_once): Mark functions as static.
3066         * tests/test-tls.c (test_tls): Likewise.
3067
3068 2008-12-07  Bruno Haible  <bruno@clisp.org>
3069
3070         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
3071         iconv_register_autodetect.
3072
3073 2008-12-07  Jim Meyering  <meyering@redhat.com>
3074
3075         posixtm.c: avoid a warning
3076         * lib/posixtm.c (posixtime): Don't initialize tm0.
3077         It's no longer needed to placate gcc4's -Wuninitialized,
3078         and the attempt to placate would elicit a new warning.
3079
3080         unicodeio.c: mark unused parameters
3081         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3082         (fallback_failure_callback): Likewise.
3083
3084 2008-12-07  Bruno Haible  <bruno@clisp.org>
3085
3086         * gnulib-tool (func_create_testdir): When building the tests
3087         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
3088         Reported by Simon Josefsson.
3089
3090 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3091
3092         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
3093
3094 2008-12-06  Bruno Haible  <bruno@clisp.org>
3095
3096         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
3097         Suggested by Eric Blake.
3098
3099 2008-12-06  Bruno Haible  <bruno@clisp.org>
3100
3101         Fix a c-stack test failure on MacOS X.
3102         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
3103         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
3104         handler for SIGBUS as well.
3105         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
3106         install a signal handler for SIGBUS as well.
3107         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
3108
3109 2008-12-06  Bruno Haible  <bruno@clisp.org>
3110
3111         Advocacy documentation.
3112         * doc/gnulib-intro.texi (Benefits): New section.
3113         * doc/gnulib.texi: Update.
3114
3115 2008-12-06  Bruno Haible  <bruno@clisp.org>
3116
3117         Document the 'manywarnings' module.
3118         * doc/manywarnings.texi: New file.
3119         * doc/gnulib.texi: Include it.
3120
3121 2008-12-05  Eric Blake  <ebb9@byu.net>
3122
3123         tests: silence some gcc warnings
3124         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
3125         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
3126         type mismatches.
3127
3128 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3129             Bruno Haible  <bruno@clisp.org>
3130
3131         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
3132
3133 2008-11-29  Jim Meyering  <meyering@redhat.com>
3134
3135         unicodeio.c: mark unused parameters
3136         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3137         (fallback_failure_callback): Likewise.
3138
3139         fts: fix a thinko
3140         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
3141         (set_stat_type): Return S_IF*-valued "type" directly.
3142         Prompted by James Youngman's spotting a related bug.
3143         Confirmed by further testing through find.
3144
3145         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
3146         * lib/fts.c (D_TYPE): Define.
3147         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
3148         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
3149         (s_ifmt_shift_bits): New function.
3150         (set_stat_type): New function.
3151         (fts_build): When not calling fts_stat, call set_stat_type
3152         to propagate dirent.d_type info to fts_read caller.
3153         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
3154         fts_statp->st_mode type information may be valid.
3155
3156 2008-11-28  Simon Josefsson  <simon@josefsson.org>
3157
3158         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
3159         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
3160         <sds@gnu.org>.
3161
3162 2008-11-20  Bruno Haible  <bruno@clisp.org>
3163
3164         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
3165         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
3166         INCLUDE_NEXT.
3167         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
3168         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
3169         * modules/math (Makefile.am): Substitute
3170         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
3171         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3172
3173 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
3174             Bruno Haible  <bruno@clisp.org>
3175
3176         * lib/stdint.in.h: Define all type macros so that their expansion is
3177         a single typedef'ed token. Fixes a compilation failure in Boost which
3178         does "using ::int8_t;".
3179
3180 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3181
3182         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
3183         gl_MANYWARN_ALL_GCC.
3184         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
3185         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
3186         * modules/manywarnings: New file.
3187         * MODULES.html.sh: Mention manywarnings module.
3188
3189 2008-11-18  Bruno Haible  <bruno@clisp.org>
3190
3191         * doc/gnulib-tool.texi (Unit tests): New section.
3192
3193 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3194
3195         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
3196         paths like 'lib/po/foo.po'.
3197
3198 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3199
3200         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
3201         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
3202
3203 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3204
3205         * m4/warnings.m4: Use CPPFLAGS to really check whether the
3206         parameter works.
3207
3208 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3209
3210         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
3211
3212 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3213
3214         * modules/parse-duration-tests: New file.
3215         * tests/test-parse-duration.sh: New file.
3216         * tests/test-parse-duration.c: New file.
3217
3218         New module 'parse-duration'.
3219         * lib/parse-duration.h: New file.
3220         * lib/parse-duration.c: New file.
3221         * modules/parse-duration: New file.
3222
3223 2008-11-17  Bruno Haible  <bruno@clisp.org>
3224
3225         * tests/test-select-out.sh: Comment out the first pipe test.
3226         Reported by Simon Josefsson.
3227
3228 2008-11-17  Bruno Haible  <bruno@clisp.org>
3229
3230         * modules/getaddrinfo (Depends-on): Add servent, hostent.
3231         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
3232         gl_HOSTENT.
3233
3234 2008-11-17  Bruno Haible  <bruno@clisp.org>
3235
3236         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
3237         -lnetwork and -lnet. Needed for Haiku and BeOS.
3238
3239 2008-11-16  Bruno Haible  <bruno@clisp.org>
3240
3241         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
3242
3243 2008-11-16  Bruno Haible  <bruno@clisp.org>
3244
3245         Avoid test failure on Haiku.
3246         * tests/test-fsync.c: Include <errno.h>.
3247         (main): Don't require that fsync (0) fails.
3248
3249 2008-11-15  Bruno Haible  <bruno@clisp.org>
3250
3251         New module 'hostent'.
3252         * modules/hostent: New file.
3253         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
3254
3255 2008-11-15  Bruno Haible  <bruno@clisp.org>
3256
3257         New module 'servent'.
3258         * modules/servent: New file.
3259         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
3260
3261 2008-11-15  Bruno Haible  <bruno@clisp.org>
3262
3263         Avoid generating same test program with two different rules.
3264         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
3265         test-frexp to test-frexp-nolibm.
3266         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
3267         test-frexpl to test-frexpl-nolibm.
3268
3269 2008-11-15  Bruno Haible  <bruno@clisp.org>
3270
3271         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
3272         $(FREXPL_LIBM).
3273
3274 2008-11-15  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/netdb.in.h: Activate the definitions also when the system's
3277         <netdb.h> has 'struct addrinfo'.
3278         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
3279         EAI_OVERFLOW or AI_NUMERICSERV.
3280         * doc/posix-headers/netdb.texi: Document the problem.
3281
3282 2008-11-15  Bruno Haible  <bruno@clisp.org>
3283
3284         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
3285
3286         Make the 'sched' module work on platforms where <sched.h> exists but
3287         is incomplete (such as Haiku).
3288         * lib/sched.in.h; Include the system's <sched.h> if it exists.
3289         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
3290         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
3291         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
3292         HAVE_STRUCT_SCHED_PARAM.
3293         * modules/sched (Depends-on): Add include_next.
3294         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
3295         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
3296         * doc/posix-headers/sched.texi: Document the issue.
3297
3298 2008-11-13  Jim Meyering  <meyering@redhat.com>
3299
3300         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
3301         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
3302         test would fail due to the difference in the Report bugs to ...
3303         line.  The expected address is empty, "<>", while the actual
3304         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
3305
3306 2008-11-12  Bruno Haible  <bruno@clisp.org>
3307
3308         lstat: don't compile lstat.c on systems lacking lstat
3309         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
3310         which don't have lstat; this is handled by lib/sys_stat.in.h already.
3311         Reported by Daniel P. Berrange via Jim Meyering.
3312
3313 2008-11-12  Jim Meyering  <meyering@redhat.com>
3314
3315         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
3316
3317 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3318
3319         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
3320         instead.
3321
3322 2008-11-12  Bruno Haible  <bruno@clisp.org>
3323
3324         * lib/unicodeio.c: Include unistr.h.
3325         (utf8_wctomb): Remove function.
3326         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
3327
3328 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3329
3330         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
3331         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
3332         <bruno@clisp.org>.
3333         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
3334
3335 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3336
3337         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
3338         * doc/gnulib.texi: Add section for warnings.
3339
3340 2008-11-11  Bruno Haible  <bruno@clisp.org>
3341
3342         * lib/sockets.h: Add a comment.
3343
3344 2008-11-11  Karl Berry  <karl@gnu.org>
3345
3346         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
3347
3348 2008-11-11  Eric Blake  <ebb9@byu.net>
3349
3350         fdl.texi: avoid git symlinks
3351         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
3352
3353 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3354
3355         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
3356
3357 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3358
3359         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
3360         (gl_WARN_ADD): Substitute $2 if literal.
3361
3362 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3363
3364         * m4/warning.m4: Remove.
3365
3366 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3367
3368         * m4/warnings.m4: Almost complete rewrite. :-)
3369
3370 2008-11-10  Simon Josefsson  <simon@josefsson.org>
3371
3372         * modules/warnings: New module.
3373         * m4/warnings.m4: New file.
3374         * MODULES.html.sh: Mention warnings module.
3375         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
3376         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3377
3378 2008-11-10  Eric Blake  <ebb9@byu.net>
3379
3380         fdl.texi: make a symlink to the latest version
3381         * doc/standards.texi: Revert today's earlier change.
3382         * doc/fdl-1.2.texi: Rename from old fdl.texi...
3383         * doc/fdl.texi: ...and replace this with a symlink to the newer
3384         fdl-1.3.texi.
3385
3386 2008-11-10  Bruno Haible  <bruno@clisp.org>
3387
3388         * tests/test-select-fd.c (main): Accept the result file name as fourth
3389         argument.
3390         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
3391         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
3392
3393 2008-11-10  Bruno Haible  <bruno@clisp.org>
3394
3395         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
3396         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
3397         as autoconf-substituted macros.
3398         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
3399         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
3400         gl_NETDB_H_DEFAULTS. Set these variables.
3401         * modules/netdb (Makefile.am): Substitute these variables.
3402
3403 2008-11-10  Eric Blake  <ebb9@byu.net>
3404
3405         standards.texi: include correct file for FDL 1.3
3406         * doc/standards.texi (GNU Free Documentation License): Change
3407         include file to pull in FDL 1.3, not 1.2.
3408
3409         fdl.texi: revert accidental change to license
3410         * doc/fdl.texi: This is FDL 1.2, not 1.3.
3411
3412 2008-11-10  Bruno Haible  <bruno@clisp.org>
3413
3414         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
3415         cross-compiling guesses also when the native compile gives no result.
3416
3417 2008-11-10  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/spawni.c (__spawni): Force variable into the stack.
3420
3421 2008-11-10  Bruno Haible  <bruno@clisp.org>
3422
3423         Add support for Haiku.
3424         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
3425         glibc and BeOS, but also on Haiku.
3426         * lib/fpurge.c (fpurge): Likewise.
3427         * lib/freadable.c (freadable): Likewise.
3428         * lib/freadahead.c (freadahead): Likewise.
3429         * lib/freading.c (freading): Likewise.
3430         * lib/freadptr.c (freadptr): Likewise.
3431         * lib/freadseek.c (freadptrinc): Likewise.
3432         * lib/fseeko.c (rpl_fseeko): Likewise.
3433         * lib/fseterr.c (fseterr): Likewise.
3434         * lib/fwritable.c (fwritable): Likewise.
3435         * lib/fwriting.c (fwriting): Likewise.
3436         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
3437
3438 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3439
3440         * lib/config.charset: Treat Haiku like BeOS.
3441
3442 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3443
3444         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
3445         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
3446
3447 2008-11-08  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
3450         AC_CACHE_CHECK.
3451
3452 2008-11-08  Bruno Haible  <bruno@clisp.org>
3453
3454         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
3455
3456 2008-11-08  Bruno Haible  <bruno@clisp.org>
3457
3458         * tests/test-select-fd.c: New file.
3459         * tests/test-select-in.sh: New file.
3460         * tests/test-select-out.sh: New file.
3461         * tests/test-select-stdin.c: New file.
3462         * modules/select-tests (Files): Add the new files.
3463         (Depends-on): Add gettimeofday.
3464         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
3465         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
3466         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
3467
3468 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
3469             Bruno Haible  <bruno@clisp.org>
3470
3471         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
3472
3473 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
3474
3475         * build-aux/pmccabe2html: Added support for C++ source files.
3476
3477 2008-11-05  Ben Pfaff  <blp@gnu.org>
3478
3479         Fix lib/close.c build on Windows.
3480         * modules/close (Files): Add lib/w32sock.h.
3481
3482 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
3483
3484         Accept Bison's NEWS format.
3485         * build-aux/announce-gen (print_news_deltas): Tweak
3486         $re_prefix.
3487
3488 2008-11-04  Bruno Haible  <bruno@clisp.org>
3489
3490         * modules/random_r (Maintainer): Add glibc.
3491
3492 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3493
3494         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
3495         by karl@freefriends.org (Karl Berry).
3496         * doc/alloca.texi: Likewise.
3497         * doc/c-ctype.texi: Likewise.
3498         * doc/c-strcase.texi: Likewise.
3499         * doc/c-strcaseeq.texi: Likewise.
3500         * doc/c-strcasestr.texi: Likewise.
3501         * doc/c-strstr.texi: Likewise.
3502         * doc/c-strtod.texi: Likewise.
3503         * doc/c-strtold.texi: Likewise.
3504         * doc/ctime.texi: Likewise.
3505         * doc/error.texi: Likewise.
3506         * doc/fdl.texi: Likewise.
3507         * doc/gcd.texi: Likewise.
3508         * doc/getdate.texi: Likewise.
3509         * doc/gnulib-intro.texi: Likewise.
3510         * doc/gnulib-tool.texi: Likewise.
3511         * doc/gnulib.texi: Likewise.
3512         * doc/inet_ntoa.texi: Likewise.
3513         * doc/maintain.texi: Likewise.
3514         * doc/make-stds.texi: Likewise.
3515         * doc/quote.texi: Likewise.
3516         * doc/regexprops-generic.texi: Likewise.
3517         * doc/standards.texi: Likewise.
3518         * doc/verify.texi: Likewise.
3519         * doc/visibility.texi: Likewise.
3520         * doc/gnulib.texi (GNU Free Documentation License): Include
3521         fdl-1.3.texi instead of fdl.texi.
3522
3523 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3524
3525         * doc/fdl-1.3.texi: New file, from
3526         <http://www.gnu.org/licenses/fdl-1.3.texi>.
3527         * modules/fdl-1.3: Add.
3528         * MODULES.html.sh: Add fdl-1.3.
3529
3530 2008-11-03  Bruno Haible  <bruno@clisp.org>
3531
3532         Make determination of absolute name of header file work with AIX xlc.
3533         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
3534         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
3535         preprocessing.
3536         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3537         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3538
3539 2008-11-03  Simon Josefsson  <simon@josefsson.org>
3540
3541         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
3542         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
3543         <ludo@gnu.org>.
3544
3545 2008-11-02  Bruno Haible  <bruno@clisp.org>
3546
3547         Mark 'strpbrk' obsolete.
3548         * modules/strpbrk (Status, Notice): New sections.
3549         * modules/strtok_r (Depends-on): Add strpbrk.
3550
3551 2008-11-02  Bruno Haible  <bruno@clisp.org>
3552
3553         Mark 'strdup' obsolete.
3554         * modules/strdup (Status, Notice): New sections.
3555         * modules/findprog (Depends-on): Add strdup.
3556         * modules/getaddrinfo (Depends-on): Likewise.
3557         * modules/localename (Depends-on): Likewise.
3558         * modules/relocatable-lib (Depends-on): Likewise.
3559         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
3560         * modules/relocatable-prog (Depends-on): Likewise.
3561         * modules/trim (Depends-on): Likewise.
3562         * modules/unictype/gen-ctype (Depends-on): Likewise.
3563         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3564
3565 2008-11-02  Bruno Haible  <bruno@clisp.org>
3566
3567         Mark 'strcspn' obsolete.
3568         * modules/strcspn (Status, Notice): New sections.
3569
3570 2008-11-02  Bruno Haible  <bruno@clisp.org>
3571
3572         Mark 'rmdir' obsolete.
3573         * modules/rmdir (Status, Notice): New sections.
3574         * modules/clean-temp (Depends-on): Add rmdir.
3575         * modules/openat (Depends-on): Likewise.
3576
3577 2008-11-02  Bruno Haible  <bruno@clisp.org>
3578
3579         Mark 'raise' obsolete.
3580         * modules/raise (Status, Notice): New sections.
3581         (Include): Specify <signal.h>.
3582         * modules/stdio (Depends-on): Add raise.
3583         * modules/write (Depends-on): Likewise.
3584
3585 2008-11-02  Bruno Haible  <bruno@clisp.org>
3586
3587         Mark 'memset' obsolete.
3588         * modules/memset (Status, Notice): New sections.
3589
3590 2008-11-02  Bruno Haible  <bruno@clisp.org>
3591
3592         Mark 'memmove' obsolete.
3593         * modules/memmove (Status, Notice): New sections.
3594         * modules/argp (Depends-on): Add memmove.
3595         * modules/argz (Depends-on): Likewise.
3596         * modules/canonicalize (Depends-on): Likewise.
3597         * modules/canonicalize-lgpl (Depends-on): Likewise.
3598         * modules/fts (Depends-on): Likewise.
3599         * modules/getcwd (Depends-on): Likewise.
3600         * modules/human (Depends-on): Likewise.
3601         * modules/regex (Depends-on): Likewise.
3602         * modules/striconveh (Depends-on): Likewise.
3603         * modules/trim (Depends-on): Likewise.
3604         * modules/unistr/u8-move (Depends-on): Likewise.
3605         * modules/unistr/u16-move (Depends-on): Likewise.
3606         * modules/unistr/u32-move (Depends-on): Likewise.
3607
3608 2008-11-02  Bruno Haible  <bruno@clisp.org>
3609
3610         Mark 'memcpy' obsolete.
3611         * modules/memcpy (Status, Notice): New sections.
3612
3613 2008-11-02  Bruno Haible  <bruno@clisp.org>
3614
3615         Mark 'memcmp' obsolete.
3616         * modules/memcmp (Status, Notice): New sections.
3617         * modules/argmatch (Depends-on): Add memchr.
3618         * modules/backupfile (Depends-on): Likewise.
3619         * modules/c-strcasestr (Depends-on): Likewise.
3620         * modules/crypto/des (Depends-on): Likewise.
3621         * modules/csharpcomp (Depends-on): Likewise.
3622         * modules/fnmatch (Depends-on): Likewise.
3623         * modules/git-merge-changelog (Depends-on): Likewise.
3624         * modules/isnand (Depends-on): Likewise.
3625         * modules/isnand-nolibm (Depends-on): Likewise.
3626         * modules/isnanf (Depends-on): Likewise.
3627         * modules/isnanf-nolibm (Depends-on): Likewise.
3628         * modules/isnanl (Depends-on): Likewise.
3629         * modules/isnanl-nolibm (Depends-on): Likewise.
3630         * modules/mbchar (Depends-on): Likewise.
3631         * modules/memcoll (Depends-on): Likewise.
3632         * modules/quotearg (Depends-on): Likewise.
3633         * modules/regex (Depends-on): Likewise.
3634         * modules/relocatable-prog (Depends-on): Likewise.
3635         * modules/same (Depends-on): Likewise.
3636         * modules/signbit (Depends-on): Likewise.
3637         * modules/strcasestr-simple (Depends-on): Likewise.
3638         * modules/unictype/gen-ctype (Depends-on): Likewise.
3639         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3640         * modules/uniname/uniname (Depends-on): Likewise.
3641         * modules/unistr/u8-cmp (Depends-on): Likewise.
3642
3643 2008-11-02  Bruno Haible  <bruno@clisp.org>
3644
3645         Mark 'memchr' obsolete.
3646         * modules/memchr (Status, Notice): New sections.
3647         * modules/argp (Depends-on): Add memchr.
3648         * modules/base64 (Depends-on): Likewise.
3649         * modules/c-strcasestr (Depends-on): Likewise.
3650         * modules/chdir-long (Depends-on): Likewise.
3651         * modules/fnmatch (Depends-on): Likewise.
3652         * modules/getsubopt (Depends-on): Likewise.
3653         * modules/git-merge-changelog (Depends-on): Likewise.
3654         * modules/glob (Depends-on): Likewise.
3655         * modules/strcasestr-simple (Depends-on): Likewise.
3656         * modules/strnlen (Depends-on): Likewise.
3657
3658 2008-11-02  Bruno Haible  <bruno@clisp.org>
3659
3660         Mark 'atexit' obsolete.
3661         * modules/atexit (Status, Notice): New sections.
3662         * modules/chdir-long (Depends-on): Add atexit.
3663         * modules/wait-process (Depends-on): Likewise.
3664
3665 2008-11-02  Bruno Haible  <bruno@clisp.org>
3666
3667         * gnulib-tool: New option --with-obsolete.
3668         (func_usage): Document it.
3669         (func_modules_transitive_closure): Drop obsolete dependencies if
3670         incobsolete is not true.
3671         (func_import): Read and save the incobsolete variable to the cache.
3672
3673 2008-11-02  Bruno Haible  <bruno@clisp.org>
3674
3675         * modules/TEMPLATE-EXTENDED: New field 'Status'.
3676         * gnulib-tool: New option --extract-status.
3677         (func_usage): Document it.
3678         (sed_extract_prog): Recognize it.
3679         (func_get_status): New function.
3680
3681 2008-10-30  Simon Josefsson  <simon@josefsson.org>
3682
3683         * modules/sockets (License): Change from LGPL to LGPLv2+.
3684
3685 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3686
3687         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
3688
3689 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3690
3691         * MODULES.html.sh (Support for systems lacking POSIX:2001):
3692         Mention times and sys_times.
3693         * modules/sys_times, modules/sys_times-tests: New modules.
3694         * modules/times, modules/times-tests: Likewise
3695         * m4/sys_times_h.m4: New file.
3696         * lib/sys_times.in.h: Likewise
3697         * lib/times.c: Likewise.
3698         * tests/test-sys_times.c: Likewise.
3699         * tests/test-times.c: Likewise.
3700         * doc/posix-headers/sys_times.texi: Update.
3701         * doc/posix-functions/times.texi: Update.
3702
3703 2008-10-28  Jim Meyering  <meyering@redhat.com>
3704
3705         * modules/tempname (Depends-on): Add lstat.
3706
3707         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
3708
3709 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3710
3711         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
3712         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
3713         using idiom used elsewhere in gnulib.
3714
3715 2008-10-27  Jim Meyering  <meyering@redhat.com>
3716
3717         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
3718
3719 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3720
3721         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
3722         TESTS_ENVIRONMENT, for shell scripts that needs to call built
3723         programs.
3724         * tests/test-argp-2.sh: Use $EXEEXT when needed.
3725
3726 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3727
3728         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
3729
3730 2008-10-27  Bruno Haible  <bruno@clisp.org>
3731
3732         * tests/test-lstat.c: Include <stdio.h>.
3733
3734 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3735
3736         * modules/lstat-tests: New module.
3737         * tests/test-lstat.c: New file.
3738
3739 2008-10-26  Jim Meyering  <meyering@redhat.com>
3740
3741         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
3742
3743 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3744             Bruno Haible  <bruno@clisp.org>
3745
3746         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
3747         * modules/configmake (Include): Add a note that the include must come
3748         after all system headers.
3749         * lib/javaversion.c: Include configmake.h after all other includes.
3750
3751 2008-10-26  Bruno Haible  <bruno@clisp.org>
3752
3753         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
3754         HAVE_STRUCT_RANDOM_DATA to 1.
3755         (gl_STDLIB_H): Simplify.
3756
3757 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3758
3759         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
3760         substitute HAVE_STRUCT_RANDOM_DATA.
3761         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
3762         random_data.
3763         * modules/stdlib (Makefile.am): Substitute
3764         HAVE_STRUCT_RANDOM_DATA.
3765
3766 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3767
3768         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
3769         * doc/gnulib-intro.texi (Copyright): Likewise.
3770
3771 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3772
3773         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
3774         findings.
3775
3776 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
3777             Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/unistd.in.h: Include <winsock2.h>.
3780         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
3781         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
3782         Provide dummy declarations.
3783         (gethostname): Override.
3784         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
3785         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
3786         gl_PREREQ_SYS_H_WINSOCK2.
3787         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
3788         * doc/posix-functions/gethostname.texi: More details.
3789
3790 2008-10-25  Bruno Haible  <bruno@clisp.org>
3791
3792         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
3793         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
3794         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
3795
3796         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
3797         here ...
3798         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
3799         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
3800         gl_UNISTD_H_DEFAULTS.
3801
3802 2008-10-25  Eric Blake  <ebb9@byu.net>
3803
3804         signbit: avoid spurious compiler failure
3805         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
3806         declarations inside function.
3807
3808 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3809             Bruno Haible  <bruno@clisp.org>
3810
3811         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
3812         * modules/random_r (Depends-on): Add stdint.
3813
3814 2008-10-24  Bruno Haible  <bruno@clisp.org>
3815
3816         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
3817         Eggert.
3818         * modules/strerror (License): Likewise.
3819
3820 2008-10-24  Jim Meyering  <meyering@redhat.com>
3821
3822         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
3823         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
3824
3825 2008-10-24  Eric Blake  <ebb9@byu.net>
3826
3827         getgroups: fix compilation when getgroups is available
3828         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
3829         but with <config.h> override of getgroups disabled.
3830
3831 2008-10-24  Simon Josefsson  <simon@josefsson.org>
3832
3833         * doc/gnulib.texi (Header files): Add note about C++ problems.
3834         Explained by Bruno Haible <bruno@clisp.org>.
3835
3836 2008-10-23  Bruno Haible  <bruno@clisp.org>
3837
3838         Define a dummy SA_NODEFER macro on Interix.
3839         * lib/signal.in.h (SA_NODEFER): Define fallback.
3840         Reported by Aleksey Cheusov <cheusov@tut.by> via
3841         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
3842
3843 2008-10-23  Bruno Haible  <bruno@clisp.org>
3844
3845         * modules/freadahead (License): Change to LGPLv2+.
3846         Suggested by Simon Josefsson.
3847
3848 2008-10-23  Jim Meyering  <meyering@redhat.com>
3849
3850         random_r: new module
3851         * modules/random_r: New file.
3852         * m4/random_r.m4: New file.
3853         * lib/random_r.c: New file, from glibc.
3854         * modules/random_r-tests: New file.
3855         * tests/test-random_r.c: New file.
3856         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
3857          Declare.
3858         (RAND_MAX): Define.
3859         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
3860         * modules/stdlib: Substitute them, too.
3861         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
3862         * doc/glibc-functions/initstate_r.texi: Mention the new module.
3863         * doc/glibc-functions/random_r.texi: Likewise.
3864         * doc/glibc-functions/setstate_r.texi: Likewise.
3865         * doc/glibc-functions/srandom_r.texi: Likewise.
3866         * config/srclist.txt: Mention it.
3867
3868 2008-10-23  David Lutterkort  <lutter@redhat.com>
3869
3870         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
3871         link requirement
3872
3873 2008-10-23  Jim Meyering  <meyering@redhat.com>
3874
3875         selinux-h: mark parameters of stub functions as intentionally unused
3876         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
3877         * lib/se-context.in.h: Likewise.
3878
3879 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3880
3881         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
3882
3883 2008-10-22  Simon Josefsson  <simon@josefsson.org>
3884
3885         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
3886
3887 2008-10-22  Eric Blake  <ebb9@byu.net>
3888
3889         glthread/thread: avoid compiler warning
3890         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
3891         Add unreachable abort to silence compiler.
3892
3893 2008-10-22  Eric Blake  <ebb9@byu.net>
3894
3895         netdb: also supply struct addrinfo for cygwin 1.5.x
3896         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
3897         older cygwin.
3898         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
3899         cygwin.
3900         * doc/posix-headers/netdb.texi (netdb.h): Document this.
3901
3902 2008-10-22  Bruno Haible  <bruno@clisp.org>
3903
3904         * users.txt: Update entry about pspp.
3905
3906 2008-10-21  Bruno Haible  <bruno@clisp.org>
3907
3908         Simplification.
3909         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
3910         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
3911
3912         Simplification.
3913         * lib/ioctl.c (ioctl): Don't undefine.
3914         * lib/socket.c (socket): Don't undefine.
3915
3916         Remove unused module indicator macros.
3917         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
3918         GNULIB_$1 as a C macro.
3919
3920         * doc/posix-functions/close.texi: Undo last change.
3921         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
3922         Windows platforms.
3923
3924 2008-10-21  Bruno Haible  <bruno@clisp.org>
3925
3926         Add gethostname() declaration to <unistd.h>.
3927         * lib/unistd.in.h (gethostname): New declaration.
3928         * lib/gethostname.c: Include <unistd.h>.
3929         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
3930         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
3931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
3932         and HAVE_GETHOSTNAME.
3933         * modules/gethostname (Depends-on): Add unistd.
3934         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3935         (Include): Specify <unistd.h>.
3936         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
3937         HAVE_GETHOSTNAME.
3938         * tests/test-gethostname.c: Include <unistd.h> first.
3939
3940 2008-10-21  Bruno Haible  <bruno@clisp.org>
3941
3942         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
3943         * modules/select-tests (Depends-on): Likewise.
3944         Reported by Simon Josefsson.
3945
3946 2008-10-21  Simon Josefsson  <simon@josefsson.org>
3947
3948         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
3949         * lib/accept.c: New file, based on winsock.c.
3950         * lib/bind.c: New file, based on winsock.c.
3951         * lib/connect.c: New file, based on winsock.c.
3952         * lib/getpeername.c: New file, based on winsock.c.
3953         * lib/getsockname.c: New file, based on winsock.c.
3954         * lib/getsockopt.c: New file, based on winsock.c.
3955         * lib/ioctl.c: New file, based on winsock.c.
3956         * lib/listen.c: New file, based on winsock.c.
3957         * lib/recv.c: New file, based on winsock.c.
3958         * lib/recvfrom.c: New file, based on winsock.c.
3959         * lib/send.c: New file, based on winsock.c.
3960         * lib/sendto.c: New file, based on winsock.c.
3961         * lib/setsockopt.c: New file, based on winsock.c.
3962         * lib/shutdown.c: New file, based on winsock.c.
3963         * lib/socket.c: New file, based on winsock.c.
3964         * lib/w32sock.h: New file, based on winsock.c.
3965         * lib/winsock.c: Remove file.
3966         * modules/accept: Likewise.
3967         * modules/bind: Likewise.
3968         * modules/connect: Likewise.
3969         * modules/getpeername: Likewise.
3970         * modules/getsockname: Likewise.
3971         * modules/getsockopt: Likewise.
3972         * modules/ioctl: Likewise.
3973         * modules/listen: Likewise.
3974         * modules/recv: Likewise.
3975         * modules/recvfrom: Likewise.
3976         * modules/send: Likewise.
3977         * modules/sendto: Likewise.
3978         * modules/setsockopt: Likewise.
3979         * modules/shutdown: Likewise.
3980         * modules/socket: Use socket.c instead of winsock.c.
3981         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
3982         * doc/posix-functions/accept.texi: Doc fix.
3983         * doc/posix-functions/bind.texi: Doc fix.
3984         * doc/posix-functions/close.texi: Doc fix.
3985         * doc/posix-functions/connect.texi: Doc fix.
3986         * doc/posix-functions/getpeername.texi: Doc fix.
3987         * doc/posix-functions/getsockname.texi: Doc fix.
3988         * doc/posix-functions/getsockopt.texi: Doc fix.
3989         * doc/posix-functions/ioctl.texi: Doc fix.
3990         * doc/posix-functions/listen.texi: Doc fix.
3991         * doc/posix-functions/recv.texi: Doc fix.
3992         * doc/posix-functions/recvfrom.texi: Doc fix.
3993         * doc/posix-functions/send.texi: Doc fix.
3994         * doc/posix-functions/sendto.texi: Doc fix.
3995         * doc/posix-functions/setsockopt.texi: Doc fix.
3996         * doc/posix-functions/shutdown.texi: Doc fix.
3997         * doc/posix-functions/socket.texi: Doc fix.
3998
3999 2008-10-20  Bruno Haible  <bruno@clisp.org>
4000
4001         Take into account the role of SIGABRT_COMPAT on Windows 2008.
4002         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
4003         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
4004         as an alias for SIGABRT.
4005         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
4006         (sigaction): Map it to SIGABRT.
4007         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
4008
4009 2008-10-20  Bruno Haible  <bruno@clisp.org>
4010
4011         * lib/fts.c: Don't include lstat.h.
4012         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
4013
4014         Move the lstat() declaration to <sys/stat.h>.
4015         * lib/lstat.h: Remove file.
4016         * lib/sys_stat.in.h: Add special invocation convention.
4017         (lstat): New declaration.
4018         * lib/lstat.c (orig_lstat): New function.
4019         (rpl_lstat): Use orig_lstat instead of lstat.
4020         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
4021         AC_C_INLINE. Set REPLACE_LSTAT.
4022         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
4023         and REPLACE_LSTAT.
4024         * modules/lstat (Files): Remove lib/lstat.h.
4025         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4026         (Include): Specify <sys/stat.h> instead of lstat.h.
4027         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
4028         REPLACE_LSTAT.
4029         * NEWS: Mention the change.
4030
4031 2008-10-20  Bruno Haible  <bruno@clisp.org>
4032
4033         * modules/posix_spawn-tests: New file.
4034         * tests/test-posix_spawn3.c: New file.
4035
4036 2008-10-20  Bruno Haible  <bruno@clisp.org>
4037
4038         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
4039         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4040         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
4041         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4042         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
4043
4044 2008-10-20  Bruno Haible  <bruno@clisp.org>
4045
4046         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
4047         of posix_spawn on AIX 5.3.
4048
4049 2008-10-20  Bruno Haible  <bruno@clisp.org>
4050
4051         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
4052
4053 2008-10-20  Bruno Haible  <bruno@clisp.org>
4054
4055         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
4056         of AC_LANG_PROGRAM.
4057
4058 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4059
4060         * lib/netdb.in.h: Don't define GNU specific constants until they
4061         are supported or needed.  Reported by Bruno Haible
4062         <bruno@clisp.org>.
4063
4064 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4065
4066         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
4067
4068 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4069
4070         * lib/getaddrinfo.h: Remove file.
4071         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
4072         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
4073         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
4074         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
4075         * modules/netdb: Substitute GNULIB_GETADDRINFO.
4076         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
4077         * tests/test-getaddrinfo.c: Likewise.
4078         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
4079         * NEWS: Mention change.
4080
4081 2008-10-19  Bruno Haible  <bruno@clisp.org>
4082
4083         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
4084
4085 2008-10-19  Bruno Haible  <bruno@clisp.org>
4086
4087         * lib/wait-process.c: Include simply <sys/wait.h>.
4088         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
4089         WIFSTOPPED): Remove fallback definitions.
4090         * modules/wait-process (Depends-on): Add sys_wait.
4091
4092         New module 'sys_wait'.
4093         * modules/sys_wait: New file.
4094         * lib/sys_wait.in.h: New file, partially copied from
4095         lib/wait-process.c.
4096         * m4/sys_wait_h.m4: New file.
4097         * doc/posix-headers/sys_wait.texi: Mention the new module.
4098
4099 2008-10-19  Bruno Haible  <bruno@clisp.org>
4100
4101         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
4102
4103 2008-10-19  Bruno Haible  <bruno@clisp.org>
4104
4105         Assume that waitpid() fills an 'int' status, not a 'union wait'.
4106         * lib/wait-process.c (WAIT_T): Remove type.
4107         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
4108         (wait_subprocess): Update.
4109
4110 2008-10-19  Bruno Haible  <bruno@clisp.org>
4111
4112         New module 'atoll'.
4113         * modules/atoll: New file.
4114         * lib/stdlib.in.h (atoll): New declaration.
4115         * lib/atoll.c: New file, from glibc with modifications.
4116         * m4/atoll.m4: New file.
4117         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
4118         HAVE_ATOLL.
4119         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
4120         * doc/posix-functions/atoll.texi: Mention the new module.
4121
4122 2008-10-19  Bruno Haible  <bruno@clisp.org>
4123
4124         Add strtoull() declaration to <stdlib.h>.
4125         * lib/stdlib.in.h (strtoull): New declaration.
4126         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4127         Set HAVE_STRTOULL.
4128         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
4129         HAVE_STRTOULL.
4130         * modules/strtoull (Depends-on): Add stdlib.
4131         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4132         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
4133         HAVE_STRTOULL.
4134
4135 2008-10-19  Bruno Haible  <bruno@clisp.org>
4136
4137         Add strtoll() declaration to <stdlib.h>.
4138         * lib/stdlib.in.h (strtoll): New declaration.
4139         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4140         Set HAVE_STRTOLL.
4141         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
4142         HAVE_STRTOLL.
4143         * modules/strtoll (Depends-on): Add stdlib.
4144         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4145         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
4146
4147 2008-10-19  Bruno Haible  <bruno@clisp.org>
4148
4149         * modules/bcopy (Depends-on): Add strings.
4150         (Include): Specify <strings.h>.
4151
4152 2008-10-19  Bruno Haible  <bruno@clisp.org>
4153
4154         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
4155
4156 2008-10-19  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
4159         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
4160         mingw.
4161
4162 2008-10-19  Bruno Haible  <bruno@clisp.org>
4163
4164         * lib/atanl.c: Don't include isnanl.h.
4165         * lib/cosl.c: Likewise.
4166         * lib/ldexpl.c: Likewise.
4167         * lib/logl.c: Likewise.
4168         * lib/sinl.c: Likewise.
4169         * lib/sqrtl.c: Likewise.
4170         * lib/tanl.c: Likewise.
4171
4172         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
4173         * lib/isnanf.h: Remove file.
4174         * lib/isnand.h: Remove file.
4175         * lib/isnanl.h: Remove file.
4176         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
4177         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
4178         macros.
4179         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
4180         HAVE_ISNANF, don't define it as a C macro.
4181         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
4182         HAVE_ISNAND, don't define it as a C macro.
4183         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
4184         HAVE_ISNANL, don't define it as a C macro.
4185         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
4186         HAVE_ISNAN[FDL].
4187         * modules/isnanf (Files): Remove lib/isnanf.h.
4188         (Depends-on): Add math.
4189         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4190         (Include): Specify <math.h> instead of isnanf.h.
4191         * modules/isnand (Files): Remove lib/isnand.h.
4192         (Depends-on): Add math.
4193         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4194         (Include): Specify <math.h> instead of isnand.h.
4195         * modules/isnanl (Files): Remove lib/isnanl.h.
4196         (Depends-on): Add math.
4197         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4198         (Include): Specify <math.h> instead of isnanl.h.
4199         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
4200         HAVE_ISNAN[FDL].
4201         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
4202         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
4203         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
4204         * NEWS: Mention the change.
4205
4206 2008-10-18  Bruno Haible  <bruno@clisp.org>
4207
4208         Add getusershell(), setusershell(), endusershell() declarations to
4209         <unistd.h>.
4210         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
4211         declarations.
4212         * lib/getusershell.c: Include unistd.h.
4213         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
4214         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4215         HAVE_GETUSERSHELL.
4216         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
4217         and HAVE_GETUSERSHELL.
4218         * modules/getusershell (Depends-on): Add unistd, extensions.
4219         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4220         (Include): Specify <unistd.h>.
4221         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
4222         HAVE_GETUSERSHELL.
4223
4224 2008-10-18  Bruno Haible  <bruno@clisp.org>
4225
4226         Add a getloadavg() declaration to <stdlib.h>.
4227         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
4228         getloadavg declaration.
4229         (getloadavg): New declaration.
4230         * lib/getloadavg.c: Include <stdlib.h> first.
4231         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
4232         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
4233         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
4234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
4235         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4236         * modules/getloadavg (Depends-on): Add stdlib, extensions.
4237         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4238         (Include): Specify <stdlib.h>.
4239         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
4240         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4241
4242 2008-10-18  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/dirchownmod.c: Don't include lchmod.h.
4245
4246         Move the lchmod() declaration to <sys/stat.h>.
4247         * lib/lchmod.h: Remove file.
4248         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
4249         (lchmod): New declaration, moved here from lib/lchown.h.
4250         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
4251         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
4252         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
4253         and HAVE_LCHMOD.
4254         * modules/lchmod (Files): Remove lib/lchmod.h.
4255         (Depends-on): Add sys_stat, extensions.
4256         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4257         (Include): Specify <sys/stat.h> instead of lchmod.h.
4258         * modules/sys_stat (Depends-on): Add link-warning.
4259         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
4260         definition of GL_LINK_WARNING.
4261         * NEWS: Mention the change.
4262
4263 2008-10-18  Bruno Haible  <bruno@clisp.org>
4264
4265         * lib/fchdir.c: Don't include dirfd.h.
4266         * lib/fts.c: Likewise.
4267         * lib/getcwd.c: Likewise.
4268         * lib/glob.c: Likewise.
4269
4270         Move the dirfd() declaration to <dirent.h>.
4271         * lib/dirfd.h: Remove file.
4272         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
4273         (dirfd): New declaration.
4274         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
4275         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
4276         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
4277         HAVE_DECL_DIRFD.
4278         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
4279         HAVE_DECL_DIRFD.
4280         * modules/dirfd (Files): Remove lib/dirfd.h.
4281         (Depends-on): Add dirent, extensions.
4282         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
4283         (Include): Specify <dirent.h> instead of dirfd.h.
4284         * modules/dirent (Depends-on): Add link-warning.
4285         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
4286         definition of GL_LINK_WARNING.
4287         * NEWS: Mention the change.
4288
4289 2008-10-18  Bruno Haible  <bruno@clisp.org>
4290
4291         Move the euidaccess() declaration to <unistd.h>.
4292         * lib/euidaccess.h: Remove file.
4293         * lib/unistd.in.h (euidaccess): New declaration.
4294         * lib/euidaccess.c: Don't include euidaccess.h.
4295         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
4296         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
4297         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
4298         and HAVE_EUIDACCESS.
4299         * modules/euidaccess (Files): Remove lib/euidaccess.h.
4300         (Depends-on): Add unistd.
4301         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4302         (Include): Specify <unistd.h> instead of euidaccess.h.
4303         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
4304         HAVE_EUIDACCESS.
4305         * NEWS: Mention the change.
4306
4307 2008-10-18  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
4310
4311         Move the getdomainname() declaration to <unistd.h>.
4312         * lib/getdomainname.h: Remove file.
4313         * lib/unistd.in.h (getdomainname): New declaration.
4314         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
4315         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
4316         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4317         HAVE_GETDOMAINNAME.
4318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4319         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
4320         * modules/getdomainname (Files): Remove lib/getdomainname.h.
4321         (Depends-on): Add unistd, extensions.
4322         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4323         (Includes): Specify <unistd.h> instead of getdomainname.h.
4324         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
4325         HAVE_GETDOMAINNAME.
4326         * NEWS: Mention the change.
4327
4328 2008-10-18  Bruno Haible  <bruno@clisp.org>
4329
4330         * modules/dirent: New file.
4331         * m4/dirent_h.m4: New file.
4332         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
4333         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
4334         * modules/fchdir (Files): Remove lib/dirent.in.h.
4335         (Depends-on): Add dirent.
4336         (Makefile.am): Move rules to modules/dirent.
4337         * doc/posix-headers/dirent.texi: Mention the new module.
4338
4339 2008-10-18  Bruno Haible  <bruno@clisp.org>
4340
4341         Avoid -Wunused-parameter warnings in public gnulib header files.
4342         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
4343         macro.
4344         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
4345
4346 2008-10-18  Bruno Haible  <bruno@clisp.org>
4347
4348         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
4349         * doc/glibc-functions/error.texi: Mention the module 'error'.
4350         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
4351         * doc/glibc-functions/getdomainname.texi: Mention the module
4352         'getdomainname'.
4353         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
4354         * doc/glibc-functions/getpagesize.texi: Mention the module
4355         'getpagesize'.
4356         * doc/glibc-functions/getusershell.texi: Mention the module
4357         'getusershell'.
4358         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
4359         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
4360         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
4361         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
4362         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
4363         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
4364         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
4365         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
4366         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
4367         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
4368         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
4369         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
4370         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
4371         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
4372
4373 2008-10-17  Bruno Haible  <bruno@clisp.org>
4374
4375         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
4376         HP-UX and IRIX, use -0.0L.
4377         * tests/test-ceill.c (minus_zero): Likewise.
4378         * tests/test-floorl.c (minus_zero): Likewise.
4379         * tests/test-frexpl.c (minus_zero): Likewise.
4380         * tests/test-isnan.c (minus_zerol): Likewise.
4381         * tests/test-isnanl.h (minus_zero): Likewise.
4382         * tests/test-ldexpl.c (minus_zero): Likewise.
4383         * tests/test-roundl.c (minus_zero): Likewise.
4384         * tests/test-signbit.c (minus_zerol): Likewise.
4385         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4386         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4387         * tests/test-truncl.c (minus_zero): Likewise.
4388         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4389         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4390         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
4391         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4392
4393 2008-10-17  Bruno Haible  <bruno@clisp.org>
4394
4395         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
4396         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
4397         that it gets activated only for gcc >= 3.0.
4398         * lib/dirent.in.h: Likewise.
4399         * lib/errno.in.h: Likewise.
4400         * lib/fcntl.in.h: Likewise.
4401         * lib/float.in.h: Likewise.
4402         * lib/iconv.in.h: Likewise.
4403         * lib/inttypes.in.h: Likewise.
4404         * lib/locale.in.h: Likewise.
4405         * lib/math.in.h: Likewise.
4406         * lib/netdb.in.h: Likewise.
4407         * lib/netinet_in.in.h: Likewise.
4408         * lib/search.in.h: Likewise.
4409         * lib/signal.in.h: Likewise.
4410         * lib/spawn.in.h: Likewise.
4411         * lib/stdarg.in.h: Likewise.
4412         * lib/stdint.in.h: Likewise.
4413         * lib/stdio.in.h: Likewise.
4414         * lib/stdlib.in.h: Likewise.
4415         * lib/string.in.h: Likewise.
4416         * lib/strings.in.h: Likewise.
4417         * lib/sys_file.in.h: Likewise.
4418         * lib/sys_ioctl.in.h: Likewise.
4419         * lib/sys_select.in.h: Likewise.
4420         * lib/sys_socket.in.h: Likewise.
4421         * lib/sys_stat.in.h: Likewise.
4422         * lib/sys_time.in.h: Likewise.
4423         * lib/sysexits.in.h: Likewise.
4424         * lib/time.in.h: Likewise.
4425         * lib/unistd.in.h: Likewise.
4426         * lib/wchar.in.h: Likewise.
4427         * lib/wctype.in.h: Likewise.
4428         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4429
4430 2008-10-17  Jim Meyering  <meyering@redhat.com>
4431
4432         ignore-value: don't depend on inline module
4433         * modules/ignore-value (Depends-on): Remove 'inline'.
4434         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
4435         Suggestion from Bruno Haible.
4436
4437 2008-10-17  Bruno Haible  <bruno@clisp.org>
4438
4439         New implementation of condition variables for Win32.
4440         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
4441         (gl_linked_waitqueue_t): New type.
4442         (gl_cond_t): Use it.
4443         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
4444         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
4445         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
4446         (glthread_cond_init_func, glthread_cond_wait_func,
4447         glthread_cond_timedwait_func, glthread_cond_signal_func,
4448         glthread_cond_broadcast_func, glthread_cond_destroy_func):
4449         Reimplemented on the basis of gl_linked_waitqueue_t.
4450         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
4451         gl_waitqueue_t.
4452         (gl_rwlock_t): Update.
4453         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
4454
4455 2008-10-17  Simon Josefsson  <simon@josefsson.org>
4456
4457         * modules/recvfrom (Depends-on): Add dependency on getpeername.
4458         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4459
4460 2008-10-17  Jim Meyering  <meyering@redhat.com>
4461
4462         ignore-value: new module
4463         * modules/ignore-value: New file.
4464         * lib/ignore-value.h: New file.
4465         * MODULES.html.sh (Compiler warning management): New section,
4466         just for this module.  More to come.
4467
4468 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4469
4470         open-safer.c: avoid 'signed and unsigned in conditional...' warning
4471         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
4472         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
4473
4474 2008-10-16  Jim Meyering  <meyering@redhat.com>
4475
4476         openat-die.c: avoid 'no previous prototype' warning
4477         * lib/openat-die.c: Include "openat.h".
4478         Reported by Reuben Thomas <rrt@sc3d.org>.
4479
4480 2008-10-16  Simon Josefsson  <simon@josefsson.org>
4481
4482         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
4483         * lib/netdb.in.h: Fix typo.
4484         Reported by Bruno Haible  <bruno@clisp.org>
4485
4486         * lib/netdb.in.h: Include sys/socket.h for platforms without
4487         netdb.h, to get structures like hostent on MinGW.
4488         * modules/netdb (Depends-on): Add sys_socket.
4489
4490 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4491
4492         * modules/netdb, modules/netdb-tests: New file.
4493         * m4/netdb_h.m4: New file.
4494         * lib/netdb.in.h: Add, currently just an empty file pending
4495         definitions.
4496         * tests/test-netdb.c: New file.
4497         * doc/posix-headers/netdb.texi: Mention that we replace it if
4498         needed.
4499         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4500         netdb.
4501
4502 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4503
4504         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
4505         with code.
4506
4507 2008-10-13  Bruno Haible  <bruno@clisp.org>
4508
4509         * lib/glthread/cond.c (glthread_cond_wait_func,
4510         glthread_cond_timedwait_func): Add a comment.
4511
4512 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4513
4514         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
4515         * tests/test-select.c: Likewise,
4516
4517 2008-10-13  Bruno Haible  <bruno@clisp.org>
4518
4519         * lib/glthread/cond.c (glthread_cond_wait_func,
4520         glthread_cond_timedwait_func): Fix variable name.
4521         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4522
4523 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4524
4525         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
4526         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
4527         struct sockaddr.sa_len.
4528         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
4529
4530 2008-10-13  Simon Josefsson  <simon@josefsson.org>
4531
4532         * build-aux/pmccabe2html: Add css and css_url parameters.
4533
4534 2008-10-12  Bruno Haible  <bruno@clisp.org>
4535
4536         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
4537         calling aclx_get.
4538         Reported by Rainer Tammer <tammer@tammer.net>.
4539
4540 2008-10-12  Bruno Haible  <bruno@clisp.org>
4541
4542         Use msvcrt aware primitives for creation/termination of Win32 threads.
4543         * lib/glthread/thread.c: Include <process.h>.
4544         (glthread_create_func): Use _beginthreadex instead of CreateThread.
4545         (wrapper_func): Update signature.
4546         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
4547
4548 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4549             Bruno Haible  <bruno@clisp.org>
4550
4551         Provide a Win32 implementation of the 'cond' module.
4552         * lib/glthread/cond.h [USE_WIN32]: New implementation.
4553         * lib/glthread/cond.c (glthread_cond_init_func,
4554         glthread_cond_wait_func, glthread_cond_timedwait_func,
4555         glthread_cond_signal_func, glthread_cond_broadcast_func,
4556         glthread_cond_destroy_func) [USE_WIN32]: New functions.
4557         * modules/cond (Dependencies): Add gettimeofday.
4558
4559 2008-10-11  Bruno Haible  <bruno@clisp.org>
4560
4561         Make sleep work on older versions of mingw.
4562         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
4563         only whether it exists.
4564         * doc/posix-functions/sleep.texi: Mention the problem with older
4565         versions of mingw.
4566
4567 2008-10-11  Bruno Haible  <bruno@clisp.org>
4568
4569         New module 'shutdown'.
4570         * modules/shutdown: New file.
4571         * lib/sys_socket.in.h (shutdown): New declaration.
4572         * lib/winsock.c (shutdown): New function.
4573         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4574         GNULIB_SHUTDOWN.
4575         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
4576         * doc/posix-functions/shutdown.texi: Document the new module.
4577
4578 2008-10-11  Jim Meyering  <meyering@redhat.com>
4579
4580         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
4581
4582 2008-10-11  Bruno Haible  <bruno@clisp.org>
4583
4584         New module 'fclose'.
4585         * modules/fclose: New file.
4586         * lib/stdio.in.h (fclose): New declaration.
4587         * lib/fclose.c: New file.
4588         * m4/fclose.m4: New file.
4589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
4590         REPLACE_FCLOSE.
4591         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
4592         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
4593         REPLACE_FCLOSE.
4594         * modules/close (Depends-on): fclose.
4595         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
4596
4597 2008-10-11  Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
4600         set errno and don't call _close.
4601
4602 2008-10-10  Bruno Haible  <bruno@clisp.org>
4603
4604         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
4605         ACL, not afterwards. Fixes test failure on Cygwin.
4606
4607 2008-10-09  Ben Pfaff  <blp@gnu.org>
4608
4609         * build-aux/announce-gen: Fix gnulib version related part of usage
4610         message.  Die with a useful error message if no tarballs are
4611         found.
4612
4613 2008-10-10  Jim Meyering  <meyering@redhat.com>
4614
4615         bootstrap: use git's --depth=N option only if it's supported
4616         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
4617         recognize the --depth option.  Reported by Pádraig Brady.
4618
4619 2008-10-09  Bruno Haible  <bruno@clisp.org>
4620
4621         New module 'ioctl'.
4622         * modules/ioctl: New file.
4623         * lib/sys_socket.in.h (ioctl): Remove declaration.
4624         * lib/winsock.c: Include <sys/ioctl.h>.
4625         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
4626         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4627         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
4628         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
4629         * doc/posix-functions/ioctl.texi: Mention the new module.
4630
4631 2008-10-09  Bruno Haible  <bruno@clisp.org>
4632
4633         New module 'sys_ioctl'.
4634         * lib/sys_ioctl.in.h: New file.
4635         * m4/sys_ioctl_h.m4: New file.
4636         * modules/sys_ioctl: New file.
4637         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
4638
4639 2008-10-09  Bruno Haible  <bruno@clisp.org>
4640
4641         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
4642         * lib/winsock.c: Include <stdarg.h>.
4643         (rpl_ioctl): Change to second argument 'int' and then varargs.
4644
4645 2008-10-09  Bruno Haible  <bruno@clisp.org>
4646
4647         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
4648         when the sys_socket module is present and the system has <winsock2.h>.
4649
4650 2008-10-09  Bruno Haible  <bruno@clisp.org>
4651
4652         * doc/posix-functions/close.texi: Mention module 'close' instead of
4653         module 'sys_socket'.
4654
4655 2008-10-09  Bruno Haible  <bruno@clisp.org>
4656
4657         * doc/glibc-headers/sys_ioctl.texi: New file.
4658         * doc/gnulib.texi: Include it.
4659
4660 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4661             Bruno Haible  <bruno@clisp.org>
4662
4663         Combine the two replacements of 'close'.
4664         * lib/sys_socket.in.h (close): Define to a reminder to include
4665         <unistd.h>.
4666         (_gl_close_fd_maybe_socket): New declaration.
4667         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
4668         * lib/winsock.c (close): Remove undefinition.
4669         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
4670         needed for the gnulib module 'close'.
4671         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
4672         define to an error symbol or to a warning, if suitable.
4673         * lib/close.c: Include <sys/socket.h>.
4674         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
4675         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
4676         UNISTD_H_HAVE_WINSOCK2_H.
4677         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
4678         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4679         UNISTD_H_HAVE_WINSOCK2_H.
4680         * modules/sys_socket (Files): Add m4/unistd_h.m4.
4681         (configure.ac): Set a module indicator.
4682         (Makefile.am): Substitute GNULIB_CLOSE.
4683         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
4684         * modules/poll-tests (Depends-on): Add close.
4685         * modules/select-tests (Depends-on): Likewise.
4686
4687 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4688             Bruno Haible  <bruno@clisp.org>
4689
4690         New module 'close'.
4691         * modules/close: New file.
4692         * lib/unistd.in.h (close): Move declaration out of the
4693         FCHDIR_REPLACEMENT scope.
4694         (_gl_unregister_fd): New declaration.
4695         * lib/close.c: New file.
4696         * lib/fchdir.c (rpl_close): Remove function.
4697         * m4/close.m4: New file.
4698         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4699         close.
4700         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
4701         REPLACE_CLOSE.
4702         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
4703         REPLACE_CLOSE.
4704         * modules/fchdir (Depends-on): Add close.
4705
4706 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4707             Bruno Haible  <bruno@clisp.org>
4708
4709         * lib/fcntl.in.h (open): Simplify conditionals.
4710         (_gl_register_fd): New declaration.
4711         * lib/fchdir.c (rpl_open): Remove function.
4712         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
4713         also.
4714         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
4715         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4716         open.
4717
4718 2008-10-09  Jim Meyering  <meyering@redhat.com>
4719
4720         GNUmakefile: use the more name-space-friendly "_version"
4721         * top/GNUmakefile (_dummy): Update.
4722         (_version): Rename from "version".
4723
4724 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4725             Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
4728         rpl_close.
4729         (_gl_register_fd): New function, extracted from rpl_open.
4730         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
4731         (rpl_open, rpl_opendir): Use _gl_register_fd.
4732
4733 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4734
4735         Fix organization of 'open' replacement.
4736         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
4737         (gl_FUNC_OPEN): Use it.
4738         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
4739
4740 2008-10-08  Bruno Haible  <bruno@clisp.org>
4741
4742         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
4743
4744 2008-10-08  Simon Josefsson  <simon@josefsson.org>
4745
4746         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
4747         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
4748         listen).
4749
4750 2008-10-08  Eric Blake  <ebb9@byu.net>
4751
4752         GNUmakefile: add 'make version' target
4753         * top/GNUmakefile (_curr-ver): Split version update rules...
4754         (version): ...into a target.
4755
4756 2008-10-07  Bruno Haible  <bruno@clisp.org>
4757
4758         Use a more portable replacement expression for -0.0L.
4759         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
4760         instead of -0.0L. Fix m4 quotation.
4761
4762         * tests/test-signbit.c: Include <float.h>.
4763         (minus_zero): New variable.
4764         (test_signbitl): Use minus_zero instead of -zero.
4765         * modules/signbit-tests (Depends-on): Add float.
4766
4767         * tests/test-ceill.c: Include <float.h>.
4768         (zero): Remove variable.
4769         (minus_zero): New variable.
4770         (main): Use minus_zero instead of -zero.
4771         * modules/ceill-tests (Depends-on): Add float.
4772
4773         * tests/test-floorl.c: Include <float.h>.
4774         (zero): Remove variable.
4775         (minus_zero): New variable.
4776         (main): Use minus_zero instead of -zero.
4777         * modules/floorl-tests (Depends-on): Add float.
4778
4779         * tests/test-roundl.c: Include <float.h>.
4780         (zero): Remove variable.
4781         (minus_zero): New variable.
4782         (main): Use minus_zero instead of -zero.
4783         * modules/roundl-tests (Depends-on): Add float.
4784
4785         * tests/test-truncl.c: Include <float.h>.
4786         (zero): Remove variable.
4787         (minus_zero): New variable.
4788         (main): Use minus_zero instead of -zero.
4789         * modules/truncl-tests (Depends-on): Add float.
4790
4791         * tests/test-frexpl.c (zero): Remove variable.
4792         (minus_zero): New variable.
4793         (main): Use minus_zero instead of -zero.
4794         * modules/frexpl-tests (Depends-on): Add float.
4795
4796         * tests/test-isnan.c (zerol): Remove variable.
4797         (minus_zerol): New variable.
4798         (test_long_double): Use minus_zerol instead of -zerol.
4799         * modules/isnan-tests (Depends-on): Add float.
4800
4801         * tests/test-isnanl.h (zero): Remove variable.
4802         (minus_zero): New variable.
4803         (main): Use minus_zero instead of -zero.
4804         * modules/isnanl-nolibm-tests (Depends-on): Add float.
4805         * modules/isnanl-tests (Depends-on): Add float.
4806
4807         * tests/test-ldexpl.c (zero): Remove variable.
4808         (minus_zero): New variable.
4809         (main): Use minus_zero instead of -zero.
4810         * modules/ldexpl-tests (Depends-on): Add float.
4811
4812         * tests/test-snprintf-posix.h (zerol): Remove variable.
4813         (minus_zerol): New variable.
4814         (test_function): Use minus_zerol instead of -zerol.
4815         * modules/snprintf-posix-tests (Depends-on): Add float.
4816         * modules/vsnprintf-posix-tests (Depends-on): Add float.
4817
4818         * tests/test-sprintf-posix.h (zerol): Remove variable.
4819         (minus_zerol): New variable.
4820         (test_function): Use minus_zerol instead of -zerol.
4821         * modules/sprintf-posix-tests (Depends-on): Add float.
4822         * modules/vsprintf-posix-tests (Depends-on): Add float.
4823
4824         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
4825         (minus_zerol): New variable.
4826         (test_function): Use minus_zerol instead of -zerol.
4827         * modules/vasnprintf-posix-tests (Depends-on): Add float.
4828
4829         * tests/test-vasprintf-posix.c (zerol): Remove variable.
4830         (minus_zerol): New variable.
4831         (test_function): Use minus_zerol instead of -zerol.
4832         * modules/vasprintf-posix-tests (Depends-on): Add float.
4833
4834 2008-10-07  Simon Josefsson  <simon@josefsson.org>
4835
4836         * MODULES.html.sh (Support for building documentation): Mention
4837         pmccabe2html.  Sort entries.
4838
4839         Add pmccabe2html module, from gnupdf.
4840         * build-aux/pmccabe.css: New file.
4841         * build-aux/pmccabe2html: New file.
4842         * m4/pmccabe2html.m4: New file.
4843         * modules/pmccabe2html: New file.
4844
4845 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
4846
4847         flock: new module
4848         * MODULES.html.sh: Add to list of modules.
4849         * lib/flock.c: flock implementation for Windows and Unix systems
4850         which have fcntl.
4851         * doc/glibc-functions/flock.texi: Update documentation.
4852         * lib/sys_file.in.h: <sys/file.h> header file.
4853         * m4/flock.m4: M4 macros.
4854         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
4855         * modules/flock: flock module.
4856         * modules/flock-tests: flock tests module.
4857         * modules/sys_file: sys/file.h module.
4858         * tests/test-flock.c: test suite for flock.
4859
4860 2008-10-06  Jim Meyering  <meyering@redhat.com>
4861
4862         bootstrap: check for LT_INIT more portably still ;-)
4863         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
4864         Spotted by Bruno Haible.
4865
4866 2008-10-06  Eric Blake  <ebb9@byu.net>
4867
4868         test-signbit: avoid tripping Irix cc bug on -0.0L
4869         * tests/test-signbit.c (minus_zerol): Delete, and replace with
4870         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
4871         entire testsuite consistent and avoids an Irix 6.2 bug.
4872
4873 2008-10-05  Bruno Haible  <bruno@clisp.org>
4874             Jim Meyering  <jim@meyering.net>
4875
4876         Add an option for ignoring EPIPE during close_stdout.
4877         * lib/closeout.h: Include <stdbool.h>.
4878         (close_stdout_set_ignore_EPIPE): New declaration.
4879         * lib/closeout.c: Include <stdbool.h>.
4880         (ignore_EPIPE): New variable.
4881         (close_stdout_set_ignore_EPIPE): New function.
4882         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
4883         * lib/close-stream.c (close_stream): Mention the possible EPIPE
4884         failure.
4885         * modules/closeout (Depends-on): Add stdbool.
4886
4887 2008-10-05  Bruno Haible  <bruno@clisp.org>
4888
4889         * modules/accept: New file.
4890         * modules/bind: New file.
4891         * modules/connect: New file.
4892         * modules/getpeername: New file.
4893         * modules/getsockname: New file.
4894         * modules/getsockopt: New file.
4895         * modules/listen: New file.
4896         * modules/recv: New file.
4897         * modules/recvfrom: New file.
4898         * modules/send: New file.
4899         * modules/sendto: New file.
4900         * modules/setsockopt: New file.
4901         * modules/socket: New file.
4902         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
4903         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
4904         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
4905         the particular module is requested. Add a link warning when the
4906         particular module is not requested.
4907         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
4908         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
4909         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
4910         the particular module is requested.
4911         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
4912         gl_SYS_SOCKET_H_DEFAULTS): New macros.
4913         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
4914         * modules/sys_socket (Depends-on): Add link-warning.
4915         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
4916         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
4917         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
4918         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
4919         GL_LINK_WARNING.
4920         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
4921         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
4922         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
4923         * doc/posix-functions/getpeername.texi: Mention the new module
4924         'getpeername'.
4925         * doc/posix-functions/getsockname.texi: Mention the new module
4926         'getsockname'.
4927         * doc/posix-functions/getsockopt.texi: Mention the new module
4928         'getsockopt'.
4929         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
4930         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
4931         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
4932         * doc/posix-functions/send.texi: Mention the new module 'send'.
4933         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
4934         * doc/posix-functions/setsockopt.texi: Mention the new module
4935         'setsockopt'.
4936         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
4937         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
4938         listen, connect, accept.
4939         * modules/select-tests (Depends-on): Likewise.
4940
4941 2008-10-05  Bruno Haible  <bruno@clisp.org>
4942
4943         * lib/winsock.c (strerror): Remove unused #undef.
4944         (rpl_close): Remove unused local variable.
4945
4946         * modules/sys_socket (Depends-on); Add errno.
4947
4948 2008-10-05  Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
4951         (select): Add a link warning when the 'select' module is not used.
4952         * modules/sys_select (Depends-on): Add link-warning.
4953         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
4954         Suggested by Paolo Bonzini.
4955
4956 2008-10-05  Jim Meyering  <meyering@redhat.com>
4957
4958         bootstrap: check for LT_INIT more portably
4959         * build-aux/bootstrap: Avoid using grep -E, since it's not
4960         portable enough.  Suggestion from Bruno Haible.
4961
4962 2008-10-05  Bruno Haible  <bruno@clisp.org>
4963
4964         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
4965         as being fixed by gnulib.
4966
4967 2008-10-05  Bruno Haible  <bruno@clisp.org>
4968
4969         * modules/select-tests: New file, mostly copied from
4970         modules/sys_select-tests.
4971         * tests/test-select.c: New file, mostly copied from
4972         tests/test-sys_select.c.
4973         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
4974         * modules/sys_select-tests (Depends-on): Remove all dependencies.
4975         (Makefile.am): Remove test_sys_select_LDADD.
4976
4977         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
4978         to an undefined symbol, for an error message.
4979         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
4980         (gl_SYS_SELECT_H_DEFAULTS): New macro.
4981         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
4982         winsock-select.c here.
4983         * modules/sys_select (Files): Remove lib/winsock-select.c.
4984         (Depends-on): Remove alloca.
4985         (Makefile.am): Substitute GNULIB_SELECT.
4986         * modules/select: New file.
4987         * doc/posix-functions/select.texi: Update.
4988
4989 2008-10-05  Bruno Haible  <bruno@clisp.org>
4990
4991         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
4992         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
4993         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
4994         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
4995         getdtablesize.
4996         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
4997         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
4998
4999 2008-10-05  Bruno Haible  <bruno@clisp.org>
5000
5001         * modules/getdtablesize-tests: New file.
5002         * tests/test-getdtablesize.c: New file.
5003
5004         New module 'getdtablesize'.
5005         * lib/unistd.in.h (getdtablesize): New declaration.
5006         * lib/getdtablesize.c: New file.
5007         * m4/getdtablesize.m4: New file.
5008         * modules/getdtablesize: New file.
5009         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5010         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
5011         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
5012         HAVE_GETDTABLESIZE.
5013         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
5014
5015 2008-10-05  Bruno Haible  <bruno@clisp.org>
5016
5017         * modules/sched (Makefile.am): Fix typo.
5018         Reported by Simon Josefsson.
5019
5020 2008-10-05  Jim Meyering  <meyering@redhat.com>
5021
5022         bootstrap: check for LT_INIT, too
5023         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
5024         are deprecated.  Suggestion from Ralf Wildenhues.
5025
5026 2008-10-05  Bruno Haible  <bruno@clisp.org>
5027
5028         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
5029         overriding them by ours.
5030         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
5031
5032 2008-10-05  Jim Meyering  <meyering@redhat.com>
5033
5034         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
5035         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
5036         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
5037
5038 2008-10-04  Bruno Haible  <bruno@clisp.org>
5039
5040         * modules/dup2 (License): Change to LGPLv2+.
5041         * modules/sleep (License): Likewise.
5042         * modules/perror (License): Likewise.
5043         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
5044         Blake.
5045         * modules/signal (License): Likewise.
5046         * modules/sigprocmask (License): Likewise.
5047         * modules/raise (License): Change to LGPLv2+, with approval by Jim
5048         Meyering.
5049
5050 2008-10-04  Bruno Haible  <bruno@clisp.org>
5051
5052         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
5053         Reported by Rainer Tammer <tammer@tammer.net>.
5054
5055 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
5056             Bruno Haible  <bruno@clisp.org>
5057
5058         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
5059         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
5060         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
5061
5062 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
5063
5064         filevercmp: new module
5065         * lib/filevercmp.h: New function filevercmp comparing version strings.
5066         * lib/filevercmp.c: Implementation of filevercmp function.
5067         * modules/filevercmp: Module metadata.
5068         * tests/test-filevercmp.c: Unit test for new module.
5069         * modules/filevercmp-tests: Unit test metadata.
5070         * MODULES.html.sh: Add filevercmp module.
5071
5072 2008-10-03  Bruno Haible  <bruno@clisp.org>
5073
5074         * lib/c-ctype.h: Add comment.
5075         Reported by Jim Meyering.
5076
5077 2008-10-02  Bruno Haible  <bruno@clisp.org>
5078
5079         * modules/posix_spawn-internal (Depends-on): Add 'open'.
5080
5081 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5082
5083         * build-aux/bootstrap: Allow renaming bootstrap, and change the
5084         name of bootstrap.conf accordingly.
5085
5086 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5087
5088         * build-aux/bootstrap: Install git-merge-changelog configuration
5089         items into .gitconfig if needed.
5090
5091 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5092
5093         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
5094         git repository, and initialize/update it accordingly.
5095
5096 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
5097
5098         * modules/fsync-tests: New file.
5099         * tests/test-fsync.c: New file.
5100
5101         New module 'fsync'.
5102         * lib/fsync.c: New file.
5103         * m4/fsync.m4: New file.
5104         * modules/fsync: New file.
5105         * lib/unistd.in.h (fsync): New declaration.
5106         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
5107         GNULIB_FSYNC and HAVE_FSYNC.
5108         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
5109         * MODULES.html.sh (posix_functions): Add fsync.
5110         * doc/posix-functions/fsync.texi: Mention the new module.
5111
5112 2008-10-02  Jim Meyering  <meyering@redhat.com>
5113
5114         fts.c: sync with similar code from coreutils' remove.c
5115         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
5116         Guard also with "#if defined __linux__", since for now at least,
5117         this code is Linux-kernel-specific.
5118
5119 2008-10-02  Jim Meyering  <meyering@redhat.com>
5120
5121         fts: bug fixes
5122         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
5123         Include <sys/vfs.h>, not <sys/statfs.h>.
5124
5125         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
5126         Include <sys/vfs.h>, not <sys/statfs.h>.
5127
5128 2008-10-01  Bruno Haible  <bruno@clisp.org>
5129
5130         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
5131         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
5132         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
5133         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
5134         * doc/posix-functions/posix_spawnp.texi: Likewise.
5135         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
5136         whether posix_spawn actually works.
5137         * m4/pipe.m4 (gl_PIPE): Likewise.
5138         * modules/execute (Files): Add m4/posix_spawn.m4.
5139         * modules/pipe (Files): Add m4/posix_spawn.m4.
5140         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
5141
5142 2008-10-01  Jim Meyering  <meyering@redhat.com>
5143
5144         remove trailing spaces
5145         * NEWS: Likewise.
5146         * lib/poll.c (poll): Likewise.
5147         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
5148         * lib/winsock.c (rpl_close): Likewise.
5149         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
5150         * modules/yield: Likewise.
5151         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
5152         * tests/test-sys_select.c (connect_to_socket): Likewise.
5153
5154         fts.c: adjust a new interface to be more generally useful
5155         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
5156         (fts_build): Adjust caller.
5157
5158 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5159
5160         * modules/cond-tests: New file.
5161         * tests/test-cond.c: New file.
5162
5163 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5164             Bruno Haible  <bruno@clisp.org>
5165
5166         * modules/cond (Dependencies): Add errno, time.
5167         * lib/glthread/cond.h: Include <time.h>.
5168         (gl_cond_define, gl_cond_define_initialized): Use the same definition
5169         across platforms.
5170
5171 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5172             Bruno Haible  <bruno@clisp.org>
5173
5174         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
5175
5176 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5177             Bruno Haible  <bruno@clisp.org>
5178
5179         * modules/tls-tests (Depends-on): Add thread, yield.
5180         (configure.ac): Remove all checks.
5181         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
5182         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5183         gl_thread_self): Remove definitions. Include glthread/thread.h and
5184         glthread/yield.h instead.
5185         (test_tls): Pass an additional NULL argument to gl_thread_join.
5186
5187 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5188             Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/lock-tests (Depends-on): Add thread, yield.
5191         (configure.ac): Remove all checks.
5192         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
5193         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5194         gl_thread_self): Remove definitions. Include glthread/thread.h and
5195         glthread/yield.h instead.
5196         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
5197         additional NULL argument to gl_thread_join.
5198
5199 2008-09-30  Bruno Haible  <bruno@clisp.org>
5200
5201         Fix the Win32 implementation of the 'thread' module.
5202         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
5203         pointer type.
5204         (gl_thread_self): Invoke gl_thread_self_func.
5205         (gl_thread_self_func): New declaration.
5206         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
5207         (do_init_self_key, init_self_key): New functions.
5208         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
5209         Remove some fields.
5210         (running_threads, running_lock): Remove variables.
5211         (get_current_thread_handle): New function.
5212         (gl_thread_self_func, wrapper_func, glthread_create_func,
5213         glthread_join_func, gl_thread_exit_func): Largely rewritten and
5214         simplified.
5215
5216 2008-09-30  Bruno Haible  <bruno@clisp.org>
5217
5218         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
5219         files.
5220
5221 2008-09-30  Jim Meyering  <meyering@redhat.com>
5222
5223         fts.m4: correct the test for statfs.f_type
5224         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
5225         when checking for statfs.f_type.
5226
5227 2008-09-15  Simon Josefsson  <simon@josefsson.org>
5228
5229         tests: avoid some compiler warnings
5230         * tests/test-memchr.c (main): Pass NULL indirectly.
5231         * tests/test-getdate.c (main): Remove unused variable 'ret'.
5232
5233 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
5234
5235         getdate.y: disallow countable dayshifts like "4 yesterday ago"
5236         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
5237         exactly specified dayshifts.
5238         (dayshift): New rule.
5239         (rel): Add dayshift.
5240         (relative_time_table) [tomorrow, yesterday, today, now]:
5241         Use tDAY_SHIFT in place of tDAY_UNIT.
5242         * tests/test-getdate.c: Add tests for now-disallowed countable
5243         dayshifts, e.g., "4 yesterday ago".
5244
5245 2008-09-29  Bruno Haible  <bruno@clisp.org>
5246
5247         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
5248         * tests/test-posix_spawn1.in.sh: Renamed from
5249         tests/test-posix_spawn.in.sh.
5250         * tests/test-posix_spawn2.c: New file.
5251         * tests/test-posix_spawn2.in.sh: New file.
5252         * modules/posix_spawnp-tests (Files): Update.
5253         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
5254
5255 2008-09-29  Bruno Haible  <bruno@clisp.org>
5256
5257         Propagate effects of putenv/setenv/unsetenv to child processes.
5258         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
5259         * lib/pipe.c (create_pipe): Likewise.
5260
5261 2008-09-29  Bruno Haible  <bruno@clisp.org>
5262
5263         Enable use of shell scripts as executables in mingw.
5264         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
5265         run the program as a shell script.
5266         * lib/pipe.c (create_pipe): Likewise.
5267         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
5268         resulting array.
5269
5270 2008-09-29  Eric Blake  <ebb9@byu.net>
5271
5272         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
5273
5274 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
5275
5276         * doc/posix-functions/accept.texi: Update mingw problems.
5277         * doc/posix-functions/bind.texi: Update mingw problems.
5278         * doc/posix-functions/close.texi: Update mingw problems.
5279         * doc/posix-functions/connect.texi: Update mingw problems.
5280         * doc/posix-functions/getpeername.texi: Update mingw problems.
5281         * doc/posix-functions/getsockname.texi: Update mingw problems.
5282         * doc/posix-functions/getsockopt.texi: Update mingw problems.
5283         * doc/posix-functions/ioctl.texi: Update mingw problems.
5284         * doc/posix-functions/listen.texi: Update mingw problems.
5285         * doc/posix-functions/recv.texi: Update mingw problems.
5286         * doc/posix-functions/recvfrom.texi: Update mingw problems.
5287         * doc/posix-functions/select.texi: Update mingw problems.
5288         * doc/posix-functions/send.texi: Update mingw problems.
5289         * doc/posix-functions/sendto.texi: Update mingw problems.
5290         * doc/posix-functions/setsockopt.texi: Update mingw problems.
5291         * doc/posix-functions/socket.texi: Update mingw problems.
5292
5293 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
5294             Bruno Haible  <bruno@clisp.org>
5295
5296         * lib/sys_select.in.h: Include sys/time.h.
5297         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
5298         * modules/sys_select: Depend on sys_time.
5299         * tests/test-sys_select.c: Test that sys/select.h defines struct
5300         timeval fully.
5301
5302 2008-09-29  Bruno Haible  <bruno@clisp.org>
5303
5304         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
5305         * lib/sys_select.in.h: Likewise.
5306
5307 2008-09-29  Bruno Haible  <bruno@clisp.org>
5308
5309         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
5310
5311 2008-09-29  Bruno Haible  <bruno@clisp.org>
5312
5313         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
5314         Set LIBSOCKET instead of augmenting LIBS.
5315         * modules/sockets (Link): New section.
5316         * modules/sockets-tests (test_sockets_LDADD): New variable.
5317         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
5318         * modules/poll-tests (test_poll_LDADD): New variable.
5319         * NEWS: Document the change.
5320
5321 2008-09-29  Bruno Haible  <bruno@clisp.org>
5322
5323         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
5324         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
5325         ARPA_INET_H directly.
5326         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5327
5328 2008-09-28  Bruno Haible  <bruno@clisp.org>
5329
5330         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
5331         from gl_HEADER_SYS_SOCKET.
5332         (gl_HEADER_SYS_SOCKET): Invoke it.
5333         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5334
5335 2008-09-28  Bruno Haible  <bruno@clisp.org>
5336
5337         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
5338         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
5339         Needed on OSF/1 4.0.
5340
5341 2008-09-28  Bruno Haible  <bruno@clisp.org>
5342
5343         Override open more carefully.
5344         * lib/open.c (orig_open): New function.
5345         (rpl_open): Use orig_open instead of open.
5346         * lib/fcntl.in.h: Add special invocation convention.
5347         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
5348         (gl_FUNC_OPEN): Invoke it.
5349
5350         Override freopen more carefully.
5351         * lib/freopen.c (orig_freopen): New function.
5352         (rpl_freopen): Use orig_freopen instead of freopen.
5353         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
5354         (gl_FUNC_FREOPEN): Invoke it.
5355
5356         Override fopen more carefully.
5357         * lib/fopen.c (orig_fopen): New function.
5358         (rpl_fopen): Use orig_fopen instead of fopen.
5359         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
5360         (gl_FUNC_FOPEN): Invoke it.
5361         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
5362
5363 2008-09-28  Bruno Haible  <bruno@clisp.org>
5364
5365         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
5366         SIGPIPE.
5367
5368 2008-09-28  Bruno Haible  <bruno@clisp.org>
5369
5370         * tests/test-sigaction.c (handler, main): Disable the check whether
5371         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
5372         glibc systems with LinuxThreads.
5373
5374 2008-09-28  Bruno Haible  <bruno@clisp.org>
5375
5376         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
5377
5378         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
5379         with AIX xlc.
5380         * lib/fcntl.in.h (open): Likewise.
5381         Reported by Rainer Tammer <tammer@tammer.net>.
5382
5383 2008-09-28  Bruno Haible  <bruno@clisp.org>
5384
5385         * modules/posix_spawnp-tests: New file.
5386         * tests/test-posix_spawn.c: New file.
5387         * tests/test-posix_spawn.in.sh: New file.
5388
5389         New module 'posix_spawnp'.
5390         * modules/posix_spawnp: New file.
5391         * lib/spawnp.c: New file, from GNU libc with modifications.
5392         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
5393
5394         New module 'posix_spawn'.
5395         * modules/posix_spawn: New file.
5396         * lib/spawn.c: New file, from GNU libc with modifications.
5397         * doc/posix-functions/posix_spawn.texi: Mention the new module.
5398
5399         New module 'posix_spawnattr_destroy'.
5400         * modules/posix_spawnattr_destroy: New file.
5401         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
5402         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
5403         module.
5404
5405         New module 'posix_spawnattr_setsigmask'.
5406         * modules/posix_spawnattr_setsigmask: New file.
5407         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
5408         modifications.
5409         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
5410         new module.
5411
5412         New module 'posix_spawnattr_getsigmask'.
5413         * modules/posix_spawnattr_getsigmask: New file.
5414         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
5415         modifications.
5416         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
5417         new module.
5418
5419         New module 'posix_spawnattr_setsigdefault'.
5420         * modules/posix_spawnattr_setsigdefault: New file.
5421         * lib/spawnattr_setdefault.c: New file, from GNU libc with
5422         modifications.
5423         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
5424         new module.
5425
5426         New module 'posix_spawnattr_getsigdefault'.
5427         * modules/posix_spawnattr_getsigdefault: New file.
5428         * lib/spawnattr_getdefault.c: New file, from GNU libc with
5429         modifications.
5430         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
5431         new module.
5432
5433         New module 'posix_spawnattr_setschedpolicy'.
5434         * modules/posix_spawnattr_setschedpolicy: New file.
5435         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
5436         modifications.
5437         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
5438         new module.
5439
5440         New module 'posix_spawnattr_getschedpolicy'.
5441         * modules/posix_spawnattr_getschedpolicy: New file.
5442         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
5443         modifications.
5444         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
5445         new module.
5446
5447         New module 'posix_spawnattr_setschedparam'.
5448         * modules/posix_spawnattr_setschedparam: New file.
5449         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
5450         modifications.
5451         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
5452         new module.
5453
5454         New module 'posix_spawnattr_getschedparam'.
5455         * modules/posix_spawnattr_getschedparam: New file.
5456         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
5457         modifications.
5458         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
5459         new module.
5460
5461         New module 'posix_spawnattr_setpgroup'.
5462         * modules/posix_spawnattr_setpgroup: New file.
5463         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
5464         modifications.
5465         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
5466         module.
5467
5468         New module 'posix_spawnattr_getpgroup'.
5469         * modules/posix_spawnattr_getpgroup: New file.
5470         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
5471         modifications.
5472         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
5473         module.
5474
5475         New module 'posix_spawnattr_setflags'.
5476         * modules/posix_spawnattr_setflags: New file.
5477         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
5478         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
5479         module.
5480
5481         New module 'posix_spawnattr_getflags'.
5482         * modules/posix_spawnattr_getflags: New file.
5483         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
5484         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
5485         module.
5486
5487         New module 'posix_spawnattr_init'.
5488         * modules/posix_spawnattr_init: New file.
5489         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
5490         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
5491         module.
5492
5493         New module 'posix_spawn_file_actions_destroy'.
5494         * modules/posix_spawn_file_actions_destroy: New file.
5495         * lib/spawn_faction_destroy.c: New file, from GNU libc with
5496         modifications.
5497         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
5498         the new module.
5499
5500         New module 'posix_spawn_file_actions_addopen'.
5501         * modules/posix_spawn_file_actions_addopen: New file.
5502         * lib/spawn_faction_addopen.c: New file, from GNU libc with
5503         modifications.
5504         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
5505         the new module.
5506
5507         New module 'posix_spawn_file_actions_adddup2'.
5508         * modules/posix_spawn_file_actions_adddup2: New file.
5509         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
5510         modifications.
5511         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
5512         the new module.
5513
5514         New module 'posix_spawn_file_actions_addclose'.
5515         * modules/posix_spawn_file_actions_addclose: New file.
5516         * lib/spawn_faction_addclose.c: New file, from GNU libc with
5517         modifications.
5518         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
5519         the new module.
5520
5521         New module 'posix_spawn_file_actions_init'.
5522         * modules/posix_spawn_file_actions_init: New file.
5523         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
5524         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
5525         new module.
5526
5527         New module 'posix_spawn-internal'.
5528         * modules/posix_spawn-internal: New file.
5529         * lib/spawn_int.h: New file, from GNU libc with modifications.
5530         * lib/spawni.c: New file, from GNU libc with modifications.
5531         * m4/posix_spawn.m4: New file.
5532
5533         New module 'spawn'.
5534         * modules/spawn: New file.
5535         * lib/spawn.in.h: New file, from GNU libc with modifications.
5536         * m4/spawn_h.m4: New file.
5537         * doc/posix-headers/spawn.texi: Mention the new module.
5538
5539 2008-09-28  Bruno Haible  <bruno@clisp.org>
5540
5541         * modules/sched-tests: New file.
5542         * tests/test-sched.c: New file.
5543
5544         New module 'sched'.
5545         * modules/sched: New file.
5546         * lib/sched.in.h: New file.
5547         * m4/sched_h.m4: New file.
5548         * doc/posix-headers/sched.texi: Mention the new module.
5549
5550 2008-09-27  Eric Blake  <ebb9@byu.net>
5551
5552         Fix previous patch, and tweak references to $0.
5553         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
5554         (func_version, func_gnulib_dir): Don't call this program
5555         gnulib-tool.
5556         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
5557         with using $0 in function.
5558         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
5559         (func_fatal_error): Reuse the name the user invoked us with.
5560
5561 2008-09-27  Bruno Haible  <bruno@clisp.org>
5562
5563         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
5564         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
5565         (gl_ICONV_H): Not here.
5566         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
5567         instead of assigning ICONV_H directly.
5568
5569         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
5570         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
5571         WCHAR_H directly.
5572
5573 2008-09-27  Bruno Haible  <bruno@clisp.org>
5574
5575         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
5576         * modules/arpa_inet (Depends-on): Add link-warning.
5577         (Makefile.am): Insert the definition of GL_LINK-WARNING.
5578         * modules/unistd (Makefile.am): Likewise.
5579
5580 2008-09-26  Bruno Haible  <bruno@clisp.org>
5581
5582         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
5583         variables.
5584         (func_version): Essentially copied from gnulib-tool.
5585         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
5586         func_readlink): Copied from gnulib-tool.
5587
5588 2008-09-26  Bruno Haible  <bruno@clisp.org>
5589
5590         * gnulib-tool (func_version): Change directory to $gnulib_dir before
5591         invoking git-version-gen.
5592
5593 2008-09-26  Bruno Haible  <bruno@clisp.org>
5594
5595         * posix-modules: Update to directory names changed on 2008-01-19.
5596         Remove commas in output before splitting into words. No more need to
5597         avoid 'ftruncate' since 2007-02-19.
5598
5599 2008-09-26  Bruno Haible  <bruno@clisp.org>
5600
5601         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
5602
5603 2008-09-26  Bruno Haible  <bruno@clisp.org>
5604
5605         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
5606         * modules/fwriteerror (Depends-on): Add errno.
5607
5608 2008-09-26  Bruno Haible  <bruno@clisp.org>
5609
5610         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
5611         * tests/test-vc-list-files-cvs.sh: Likewise.
5612
5613 2008-09-26  Bruno Haible  <bruno@clisp.org>
5614
5615         * doc/posix-headers/sys_resource.texi: Reorder items.
5616
5617 2008-09-26  Jim Meyering  <meyering@redhat.com>
5618
5619         fts: tweak inode comparison function
5620         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
5621         inode numbers, as documented.
5622
5623         fts: sort dirent entries on inode number before traversing
5624         This avoids a quadratic, seek-related performance penalty when
5625         operating on a directory containing many entries (measurable at 10k;
5626         3.5 hours at 2 million entries with a cold cache) on certain types
5627         of file systems, including ext3 and ext4, but not tmpfs.
5628         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
5629         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
5630         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
5631         (fs_handles_readdir_ordered_dirents_efficiently): New function.
5632         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
5633         (fts_build): Set the stat.st_ino member from D_INO.
5634         If it is likely to be useful, sort dirent entries on inode number.
5635
5636         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
5637         and the struct statfs.f_type member.
5638         * modules/fts (Depends-on): Add d-ino.
5639
5640 2008-09-26  Bruno Haible  <bruno@clisp.org>
5641
5642         * modules/sigpipe-die (Depends-on): Add sigpipe.
5643
5644         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
5645         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
5646         and GNULIB_STDIO_H_SIGPIPE are set.
5647         * lib/stdio-write.c: New file.
5648         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
5649         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5650         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5651         REPLACE_STDIO_WRITE_FUNCS.
5652         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
5653         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5654         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5655         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5656         * modules/stdio (Files): Add lib/stdio-write.c.
5657         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
5658         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5659         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5660         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5661         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
5662         REPLACE_FPRINTF_POSIX.
5663         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
5664         REPLACE_PRINTF_POSIX.
5665         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
5666         REPLACE_VFPRINTF_POSIX.
5667         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
5668         REPLACE_VPRINTF_POSIX.
5669         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
5670         SIGPIPE issue.
5671         * doc/posix-functions/fputc.texi: Likewise.
5672         * doc/posix-functions/fputs.texi: Likewise.
5673         * doc/posix-functions/fwrite.texi: Likewise.
5674         * doc/posix-functions/printf.texi: Likewise.
5675         * doc/posix-functions/putc.texi: Likewise.
5676         * doc/posix-functions/putchar.texi: Likewise.
5677         * doc/posix-functions/puts.texi: Likewise.
5678         * doc/posix-functions/vfprintf.texi: Likewise.
5679         * doc/posix-functions/vprintf.texi: Likewise.
5680
5681         * modules/safe-write (Depends-on): Add write.
5682
5683         * modules/sigpipe-tests: New file.
5684         * tests/test-sigpipe.c: New file.
5685         * tests/test-sigpipe.sh: New file.
5686
5687         * modules/write: New file.
5688         * lib/unistd.in.h: Include <sys/types.h>.
5689         (write): New declaration.
5690         * lib/write.c: New file.
5691         * m4/write.m4: New file.
5692         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5693         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
5694         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
5695         GNULIB_WRITE, REPLACE_WRITE.
5696         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
5697         and the SIGPIPE issue.
5698
5699         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
5700         (raise): New declaration.
5701         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
5702         (ext_signal): New function.
5703         (rpl_raise): New function.
5704         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
5705         GNULIB_SIGNAL_H_SIGPIPE.
5706         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
5707         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
5708
5709         * modules/sigpipe: New file.
5710         * m4/sigpipe.m4: New file.
5711
5712 2008-09-25  Derek Price  <derek@ximbiot.com>
5713             Bruno Haible  <bruno@clisp.org>
5714
5715         * gnulib-tool (func_import): Report all license incompatibilities, not
5716         just the first one.
5717
5718 2008-09-25  Bruno Haible  <bruno@clisp.org>
5719
5720         * gnulib-tool (func_import): When computing the edits, consider not
5721         only the Makefile.ams that exist but also those that will be generated.
5722
5723 2008-09-25  Simon Josefsson  <simon@josefsson.org>
5724
5725         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
5726         fixes gnulib-tool --test warning about duplicate dependency.
5727
5728 2008-09-25  Bruno Haible  <bruno@clisp.org>
5729
5730         * gnulib-tool: Don't ask the user to perform edits in the generated
5731         Makefile.ams.
5732         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
5733         apply to the Makefile.am being generated.
5734         (func_emit_tests_Makefile_am): Execute edits that apply to the
5735         Makefile.am being generated.
5736         (func_import): Setup list of Makefile.am edits before emitting the
5737         Makefile.ams, not at the end.
5738         (func_create_testdir): Update.
5739         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5740
5741 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5742
5743         * gnulib-tool (func_import): Store the --tests-base option in the
5744         comment in gnulib-cache.m4.
5745
5746 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
5747
5748         * NEWS: Document increased portability that sys_select now provides.
5749
5750         * lib/sys_select.in.h: Install select wrapper.
5751         * lib/sys_socket.in.h: Use more descriptive name when there is no
5752         select wrapper.
5753         * lib/winsock-select.c: New.
5754         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
5755         Require gl_HEADER_SYS_SOCKET.
5756         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
5757         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
5758         * tests/test-sys_select.c: Add functional tests.
5759
5760 2008-09-24  Eric Blake  <ebb9@byu.net>
5761
5762         open, fopen: close fd leak in last patch
5763         * lib/open.c (rpl_open): Close fd before returning error.
5764         * lib/fopen.c (rpl_fopen): Close fd before returning error.
5765         * doc/posix-functions/open.texi (open): Document that Irix also
5766         has the bug.
5767         * doc/posix-functions/fopen.texi (fopen): Likewise.
5768         Reported by Paolo Bonzini.
5769
5770 2008-09-24  Bruno Haible  <bruno@clisp.org>
5771
5772         Ensure that a filename ending in a slash cannot be used to access a
5773         non-directory.
5774         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
5775         to check whether it's really a directory.
5776         * lib/fopen.c: Include fcntl.h, unistd.h.
5777         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
5778         and fdopen().
5779         * modules/fopen (Depends-on): Add unistd.
5780         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
5781         * tests/test-fopen.c (main): Likewise.
5782         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
5783         * doc/posix-functions/fopen.texi: Likewise.
5784         Reported by Eric Blake.
5785
5786 2008-09-23  Eric Blake  <ebb9@byu.net>
5787
5788         c-stack: avoid compiler optimizations when provoking overflow
5789         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
5790         recursion harder to optimize, to ensure a stack overflow occurs.
5791         * tests/test-c-stack.c (recurse): Likewise.
5792         Borrowed from libsigsegv.
5793
5794         c-stack: work around Irix sigaltstack bug
5795         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
5796         whether sigaltstack uses wrong end of stack_t (copied in part from
5797         libsigsegv).
5798         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
5799         Irix bug, without requiring an over-allocation.
5800         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
5801         bug.
5802
5803         fopen: document mingw bug on directories
5804         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
5805         not allowing a stream visiting a directory, even though reading
5806         from such a stream is not portable.
5807
5808 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5809
5810         * lib/poll.c: Rewrite.
5811         * modules/poll: Depend on alloca.
5812
5813 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5814
5815         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
5816         instead define prototypes for a full set of wrappers.  Ensure
5817         that Cygwin does not use the compatibility code, which is only
5818         for MinGW.
5819         * lib/winsock.c: New.
5820         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
5821         * modules/sys_socket: Add lib/winsock.c.
5822
5823         * modules/poll-tests: Add errno and perror.
5824         * tests/test-poll.c: Use ioctl, not ioctlsocket.
5825
5826 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
5827
5828         * tests/test-poll.c: Downgrade minimum needed Winsock version.
5829
5830 2008-09-23  Bruno Haible  <bruno@clisp.org>
5831
5832         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
5833         * doc/glibc-functions/*: Likewise.
5834
5835 2008-09-23  Simon Josefsson  <simon@josefsson.org>
5836
5837         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
5838         success.
5839
5840 2008-09-22  Eric Blake  <ebb9@byu.net>
5841             Bruno Haible  <bruno@clisp.org>
5842
5843         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
5844         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
5845         supply %A but mishandle pseudo-NaN.
5846         Reported by Simon Josefsson.
5847
5848 2008-09-21  Bruno Haible  <bruno@clisp.org>
5849
5850         * tests/test-lock.c (main): Tweak skip message.
5851         * tests/test-tls.c (main): Likewise.
5852
5853 2008-09-21  Bruno Haible  <bruno@clisp.org>
5854
5855         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
5856         whether 'struct sigaction' has sa_sigaction here...
5857         (gl_PREREQ_SIG_HANDLER_H): ... not here.
5858         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
5859
5860 2008-09-21  Bruno Haible  <bruno@clisp.org>
5861
5862         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
5863         section.
5864         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
5865         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
5866         the new section.
5867         (Support for obsolete systems lacking POSIX:2001): New section.
5868         (String handling <string.h>): Move strdup to the new section.
5869         Suggested by Simon Josefsson and Paolo Bonzini.
5870
5871 2008-09-21  Bruno Haible  <bruno@clisp.org>
5872
5873         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
5874         exponents in %e and %g results on 'long double'. Needed for mingw's
5875         improved *printf functions.
5876         * tests/test-vasprintf-posix.c (test_function): Likewise.
5877         * tests/test-snprintf-posix.h (test_function): Likewise.
5878         * tests/test-sprintf-posix.h (test_function): Likewise.
5879         Reported by Eric Blake.
5880
5881 2008-09-21  Bruno Haible  <bruno@clisp.org>
5882
5883         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
5884         * tests/test-sprintf-posix.h (test_function): Likewise.
5885
5886 2008-09-21  Bruno Haible  <bruno@clisp.org>
5887
5888         * modules/getpass (Depends-on): Add strdup-posix.
5889
5890         New module 'strdup-posix'.
5891         * modules/strdup-posix: New file.
5892         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
5893         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
5894         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5895         REPLACE_STRDUP.
5896         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
5897         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
5898         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5899         strdup-posix.
5900
5901         * modules/strdup (Depends-on): Remove malloc-posix.
5902
5903 2008-09-20  Bruno Haible  <bruno@clisp.org>
5904
5905         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
5906         Wildenhues.
5907
5908 2008-09-20  Bruno Haible  <bruno@clisp.org>
5909
5910         Ensure that wint_t gets defined on IRIX 5.3.
5911         * lib/wchar.in.h (wint_t): Define if not defined by the system.
5912         * lib/wctype.in.h (wint_t): Likewise.
5913         (__wctype_wint_t): Remove type.
5914         (isw*): Use wint_t instead of __wctype_wint_t.
5915         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
5916         * modules/wchar (Files): Add m4/wint_t.m4.
5917         (Makefile.am): Substitute HAVE_WINT_T.
5918         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
5919         * tests/test-wctype.c: Check that wint_t is defined.
5920         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
5921         * doc/posix-headers/wctype.texi: Likewise.
5922         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5923
5924 2008-09-18  Bruno Haible  <bruno@clisp.org>
5925
5926         * gnulib-tool (func_exit): Update comment.
5927
5928 2008-09-18  Simon Josefsson  <simon@josefsson.org>
5929
5930         * modules/getaddrinfo (Depends-on): Remove strdup, this module
5931         assumes strdup exists and does not depend on strdup to return
5932         ENOMEM on out of memory conditions.
5933
5934 2008-09-18  Bruno Haible  <bruno@clisp.org>
5935
5936         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
5937         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
5938         digits for the exponent.
5939
5940 2008-09-18  Jim Meyering  <meyering@redhat.com>
5941             Bruno Haible  <bruno@clisp.org>
5942
5943         * lib/vasnprintf.c (decimal_point_char): Define also if
5944         NEED_PRINTF_INFINITE_LONG_DOUBLE.
5945
5946 2008-09-16  Bruno Haible  <bruno@clisp.org>
5947         and Eric Blake  <ebb9@byu.net>
5948
5949         vasnprintf: support Irix 5.3
5950         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
5951         that mishandle long double infinity.
5952         Reported by Tom G. Christensen.
5953
5954 2008-09-16  Bruno Haible  <bruno@clisp.org>
5955
5956         * doc/glibc-functions/scandir.texi: Mention the function is missing on
5957         Solaris 9.
5958         * doc/glibc-functions/alphasort.texi: Likewise.
5959         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
5960
5961 2008-09-16  Jim Meyering  <meyering@redhat.com>
5962
5963         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
5964         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
5965         a umask modification leak out of a subshell.  Otherwise, the
5966         opensolaris /bin/sh would be accepted and thus cause unwarranted
5967         failures in the coreutils test suite.
5968
5969 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
5970
5971         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
5972         to succeed.
5973
5974 2008-09-16  Jim Meyering  <meyering@redhat.com>
5975
5976         avoid spurious test failure when library is built without ACL support
5977         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
5978         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
5979         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
5980         * tests/test-copy-acl.sh: Likewise.
5981
5982 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5983
5984         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
5985         based on character occurrence counts.
5986
5987 2008-09-15  Eric Blake  <ebb9@byu.net>
5988
5989         tests: avoid some compiler warnings
5990         * tests/test-memchr.c (main): Pass NULL indirectly.
5991         * tests/test-closein.c (main): Avoid unused variable.
5992
5993 2008-09-15  Bruno Haible  <bruno@clisp.org>
5994
5995         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
5996         are missing on OpenBSD 4.0 individually.
5997         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5998
5999 2008-09-15  Bruno Haible  <bruno@clisp.org>
6000
6001         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
6002         * doc/posix-functions/strerror.texi: Mention also Cygwin.
6003         * doc/posix-functions/perror.texi: Likewise.
6004         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
6005         is missing.
6006         Reported by Eric Blake.
6007
6008         * lib/errno.in.h: Use replacement values >= 2000.
6009         Reported by Eric Blake.
6010
6011 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6012
6013         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
6014         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
6015         limit.
6016         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
6017         compareseq was aborted.
6018
6019 2008-09-14  Bruno Haible  <bruno@clisp.org>
6020
6021         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
6022         yvec_edit_count.
6023         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
6024         (fstrcmp_bounded): Simplify result computation accordingly.
6025
6026 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6027
6028         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
6029         (fstrcmp): Define in terms of fstrcmp_bounded.
6030         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
6031         lower_bound argument.
6032         Return quickly if the result is certainly < lower_bound.
6033         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
6034
6035 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6036
6037         * lib/diffseq.h (EARLY_ABORT): New macro.
6038         (compareseq): Change return type to bool. Return true when EARLY_ABORT
6039         evaluates to true.
6040
6041 2008-09-14  Bruno Haible  <bruno@clisp.org>
6042
6043         * modules/perror-tests: New file.
6044         * tests/test-perror.sh: New file.
6045         * tests/test-perror.c: New file.
6046
6047         New module 'perror'.
6048         * lib/stdio.in.h (perror): New declaration.
6049         * lib/perror.c: New file.
6050         * m4/perror.m4: New file.
6051         * modules/perror: New file.
6052         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
6053         * doc/posix-functions/perror.texi: Mention the perror module.
6054         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
6055         REPLACE_PERROR.
6056         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
6057         REPLACE_PERROR.
6058
6059 2008-09-14  Bruno Haible  <bruno@clisp.org>
6060
6061         * modules/stdio (Makefile.am): Reorder to match the order in
6062         lib/stdio.in.h.
6063         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6064
6065 2008-09-13  Bruno Haible  <bruno@clisp.org>
6066
6067         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
6068
6069 2008-09-13  Bruno Haible  <bruno@clisp.org>
6070
6071         Extend strerror to cover the added errno values.
6072         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
6073         (rpl_strerror): Provide error messages for the added errno values and
6074         for the WSA* values.
6075         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
6076         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
6077         strerror.
6078         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
6079         * modules/strerror (Depends-on): Add errno.
6080         * doc/posix-functions/strerror.texi: Document the change.
6081         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
6082         and EOVERFLOW.
6083
6084 2008-09-13  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/EOVERFLOW: Remove file.
6087         * m4/eoverflow.m4: Remove file.
6088         * modules/EOVERFLOW-tests: Remove file.
6089         * tests/test-EOVERFLOW.c: Remove file.
6090         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
6091         * modules/ftell (Depends-on): Likewise.
6092         * modules/getdelim (Depends-on): Likewise.
6093         * modules/getugroups (Depends-on): Likewise.
6094         * modules/poll (Depends-on): Likewise.
6095         * modules/snprintf (Depends-on): Likewise.
6096         * modules/sprintf-posix (Depends-on): Likewise.
6097         * modules/vasnprintf (Depends-on): Likewise.
6098         * modules/vasprintf (Depends-on): Likewise.
6099         * modules/vfprintf-posix (Depends-on): Likewise.
6100         * modules/vsnprintf (Depends-on): Likewise.
6101         * modules/vsprintf-posix (Depends-on): Likewise.
6102         * modules/xvasprintf (Depends-on): Likewise.
6103         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6104         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
6105         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
6106         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
6107         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6108         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
6109         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
6110         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
6111         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6112         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
6113         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
6114         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
6115         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6116         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
6117         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
6118         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
6119         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6120         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
6121         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
6122         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
6123         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6124         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
6125         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
6126         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
6127         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
6128         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6129         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
6130         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
6131         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
6132         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
6133         * MODULES.html.sh: Remove EOVERFLOW.
6134         * NEWS: Mention the change.
6135
6136 2008-09-13  Bruno Haible  <bruno@clisp.org>
6137
6138         * modules/errno-tests: New file.
6139         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
6140
6141         * lib/errno.in.h: New file.
6142         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
6143         * modules/errno: New file.
6144         * doc/posix-headers/errno.texi: Update documentation.
6145         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
6146
6147 2008-09-13  Bruno Haible  <bruno@clisp.org>
6148
6149         * tests/test-poll.c: Use #if for native Windows, rather than testing
6150         __MSVCRT__.
6151
6152 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6153             Bruno Haible  <bruno@clisp.org>
6154
6155         * lib/glob.c: Don't include <pwd.h> on native Windows.
6156         (WINDOWS32): New macro.
6157         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
6158
6159 2008-09-13  Bruno Haible  <bruno@clisp.org>
6160
6161         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
6162         (ETIMEDOUT): Remove macro.
6163         (glthread_cond_timedwait_multithreaded): New declaration.
6164         (glthread_cond_timedwait): Use it.
6165         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
6166         (glthread_cond_timedwait_multithreaded): New function.
6167
6168 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6169
6170         * modules/poll-tests: Do not check for io.h.
6171         * tests/test-poll.c: Check for __MSVCRT__ instead.
6172
6173 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6174
6175         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
6176         * modules/poll-tests: Add inet_pton, stdbool, sockets.
6177         * tests/test-poll.c: Use them.  Use _pipe on Windows.
6178
6179 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6180
6181         * modules/poll-tests: New.
6182         * tests/test-poll.c: New.
6183
6184 2008-09-12  Eric Blake  <ebb9@byu.net>
6185
6186         frexp: test for NetBSD failure on -0.0
6187         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
6188         not all, bugs from NetBSD 3.0 have been fixed.
6189         * doc/posix-functions/frexp.texi (frexp): Document bug.
6190         Reported by Thomas Klausner.
6191
6192         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
6193         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
6194         literal -0.0.
6195         Reported by Jonathan C. Patschke <jp@centtech.com>.
6196
6197 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6198
6199         * lib/glthread/cond.h: Use dummy implementation also if
6200         USE_WIN32_THREADS.
6201
6202 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6203
6204         * modules/fnmatch-posix (License): Change to LGPLv2+.
6205         * modules/fnmatch-gnu (License): Likewise.
6206
6207 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6208
6209         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
6210
6211 2008-09-11  Jim Meyering  <meyering@redhat.com>
6212
6213         * users.txt: Add gtk-vnc.
6214
6215 2008-09-08  Simon Josefsson  <simon@josefsson.org>
6216
6217         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
6218         rotate amounts.
6219
6220         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
6221         required for 16-bit and 8-bit rotates.
6222         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
6223         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
6224         UINT8_MAX instead of hard-coded constants.
6225         Suggested by Paul Eggert.
6226
6227 2008-09-07  Bruno Haible  <bruno@clisp.org>
6228
6229         * tests/test-striconveh.c (main): Check behaviour when converting from
6230         UTF-7.
6231
6232         Make striconveh work better with stateful encodings.
6233         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
6234         that iconv does not increment the inptr when returning -1/EINVAL.
6235
6236 2008-09-07  Bruno Haible  <bruno@clisp.org>
6237
6238         * build-aux/config.rpath: Update according to libtool-2.2.6.
6239         * build-aux/config.libpath: Likewise.
6240
6241 2008-09-06  Bruno Haible  <bruno@clisp.org>
6242
6243         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
6244         * lib/freadptr.c (freadptr): Likewise.
6245         * lib/freadseek.c (freadptrinc): Likewise.
6246         Reported by Simon Josefsson.
6247
6248 2008-09-06  Bruno Haible  <bruno@clisp.org>
6249
6250         * modules/freadptr (License): Change to LGPLv2+.
6251         * modules/freadseek (License): Likewise.
6252         Suggested by Eric Blake.
6253
6254         * modules/memchr2 (License): Change to LGPLv2+.
6255         Approved by Eric Blake.
6256
6257 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6258             Bruno Haible  <bruno@clisp.org>
6259
6260         Make gnulib-tool work with native 'sed' on AIX.
6261         * gnulib-tool (sed_noop): New variable.
6262         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
6263         func_add_or_update, func_create_testdir): Use it to initialize sed
6264         script variables.
6265         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6266
6267 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
6268             Bruno Haible  <bruno@clisp.org>
6269
6270         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
6271         also works after #include directives.
6272
6273 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
6274
6275         getdate.y: reject an out-of-range timezone value
6276         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
6277         the range [-24...+24].  When specified with only one or two digits,
6278         * tests/test-getdate.c: Tests for the fix.
6279         * doc/getdate.texi: Document this change.
6280
6281 2008-09-03  Bruno Haible  <bruno@clisp.org>
6282
6283         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
6284
6285 2008-09-02  Simon Josefsson  <simon@josefsson.org>
6286
6287         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
6288         <bruce.korb@gmail.com> with ideas from Ben Pfaff
6289         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
6290         Blake <ebb9@byu.net>.
6291
6292         * tests/test-bitrotate.c: Add more test vectors.
6293
6294 2008-09-02  Eric Blake  <ebb9@byu.net>
6295
6296         vasnprintf-posix: handle large precision via %.*d
6297         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
6298         when handling it ourselves.
6299         * tests/test-vasnprintf-posix.c (test_function): Add test.
6300         * tests/test-snprintf-posix.h (test_function): Likewise.
6301         * tests/test-sprintf-posix.h (test_function): Likewise.
6302         * tests/test-vasprintf-posix.c (test_function): Likewise.
6303         Reported by Alain Guibert.
6304
6305 2008-09-01  Eric Blake  <ebb9@byu.net>
6306
6307         c-stack: make configure-time check more robust
6308         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
6309         successful sigaction call.
6310         Reported by Tom G. Christensen.
6311
6312 2008-09-01  Bruno Haible  <bruno@clisp.org>
6313
6314         New module 'findprog-lgpl'.
6315         * modules/findprog-lgpl: New file.
6316         * lib/findprog-lgpl.c: New file.
6317         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
6318         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
6319         to decide whether to use strdup or xstrdup, concatenated_filename or
6320         xconcatenated_filename.
6321
6322 2008-09-01  Bruno Haible  <bruno@clisp.org>
6323
6324         Split module 'concat-filename' into 'concat-filename' (LGPL) and
6325         'xconcat-filename' (GPL).
6326         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
6327         (License): Change to LGPLv2+.
6328         * modules/xconcat-filename: New file.
6329         * lib/concat-filename.h (concatenated_filename): Change specification.
6330         (xconcatenated_filename): New declaration.
6331         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
6332         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
6333         memory situations.
6334         * lib/xconcat-filename.c: New file.
6335         * NEWS: Mention the change.
6336         * lib/findprog.c: Include concat-filename.h, not filename.h.
6337         (find_in_path): Use xconcatenated_filename instead of
6338         concatenated_filename.
6339         * lib/javacomp.c: Include concat-filename.h, not filename.h.
6340         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6341         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6342         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6343         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
6344         instead of concatenated_filename.
6345         * lib/javaexec.c: Include concat-filename.h, not filename.h.
6346         (execute_java_class): Use xconcatenated_filename instead of
6347         concatenated_filename.
6348         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
6349         * modules/javacomp (Depends-on): Likewise.
6350         * modules/javaexec (Depends-on): Likewise.
6351
6352 2008-09-01  Bruno Haible  <bruno@clisp.org>
6353
6354         Split module 'filename' into 'filename' and 'concat-filename'.
6355         * modules/filename: Keep only lib/filename.h.
6356         (License): Change to LGPLv2+.
6357         * modules/concat-filename: New file, extracted from modules/filename.
6358         * lib/filename.h (concatenated_filename): Remove declaration.
6359         * lib/concat-filename.h: New file, extracted from lib/filename.h.
6360         * lib/concat-filename.c: Include concat-filename.h.
6361         * NEWS: Mention the change.
6362
6363 2008-09-01  Simon Josefsson  <simon@josefsson.org>
6364
6365         * lib/bitrotate.h (rotl8, rotr8): Add.
6366
6367         * modules/bitrotate (configure.ac): Need
6368         AC_REQUIRE([AC_C_INLINE]).
6369         (Description): Mention stdint.h.  Reported by Bruno Haible
6370         <bruno@clisp.org>.
6371
6372         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
6373         Paolo Bonzini <bonzini@gnu.org>.
6374
6375 2008-08-31  Bruno Haible  <bruno@clisp.org>
6376
6377         Assume Solaris specific bi-arch conventions on Solaris systems.
6378         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
6379         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
6380         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
6381         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
6382         like acl_libdirstem.
6383         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
6384         acl_libdirstem.
6385         * NEWS: Mention the change.
6386         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
6387
6388 2008-08-31  Jim Meyering  <meyering@redhat.com>
6389
6390         * lib/strftime.h: Add comments describing the two added arguments.
6391
6392         remove duplicate #include directives
6393         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
6394         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
6395
6396 2008-08-31  Bruno Haible  <bruno@clisp.org>
6397
6398         New module 'sigpipe-die'.
6399         * modules/sigpipe-die: New file.
6400         * lib/sigpipe-die.h: New file.
6401         * lib/sigpipe-die.c: New file.
6402         * MODULES.html.sh (Signal handling): Add sigpipe-die.
6403
6404 2008-08-31  Bruno Haible  <bruno@clisp.org>
6405
6406         Don't override previously installed signal handlers.
6407         * lib/fatal-signal.c (saved_sigactions): New variable.
6408         (uninstall_handlers): Reset the signal to the saved handler, not
6409         to SIG_DFL (except when ignored).
6410         (install_handlers): Save the previous handlers.
6411
6412 2008-08-30  Bruno Haible  <bruno@clisp.org>
6413
6414         * gnulib-tool (func_reset_sigpipe): New function.
6415         (func_get_automake_snippet, func_modules_transitive_closure,
6416         func_import): Invoke it before a join command that reads from stdin,
6417         to avoid "echo: write error: Broken pipe" error messages on stderr.
6418         Reported by Sam Steingold <sds@gnu.org>.
6419
6420 2008-08-30  Bruno Haible  <bruno@clisp.org>
6421
6422         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
6423         Code copied from m4/open.m4.
6424         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
6425         access and the filename ends in a slash. Code copied from lib/open.c.
6426         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
6427         * tests/test-fopen.c (main): Check against bug with trailing slash.
6428
6429 2008-08-29  Bruno Haible  <bruno@clisp.org>
6430
6431         Avoid some "gcc -pedantic" warnings.
6432         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
6433         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
6434         * lib/dirent.in.h: Likewise.
6435         * lib/fcntl.in.h: Likewise.
6436         * lib/float.in.h: Likewise.
6437         * lib/iconv.in.h: Likewise.
6438         * lib/inttypes.in.h: Likewise.
6439         * lib/locale.in.h: Likewise.
6440         * lib/math.in.h: Likewise.
6441         * lib/netinet_in.in.h: Likewise.
6442         * lib/search.in.h: Likewise.
6443         * lib/signal.in.h: Likewise.
6444         * lib/stdarg.in.h: Likewise.
6445         * lib/stdint.in.h: Likewise.
6446         * lib/stdio.in.h: Likewise.
6447         * lib/stdlib.in.h: Likewise.
6448         * lib/string.in.h: Likewise.
6449         * lib/strings.in.h: Likewise.
6450         * lib/sys_select.in.h: Likewise.
6451         * lib/sys_socket.in.h: Likewise.
6452         * lib/sys_stat.in.h: Likewise.
6453         * lib/sys_time.in.h: Likewise.
6454         * lib/sysexits.in.h: Likewise.
6455         * lib/time.in.h: Likewise.
6456         * lib/unistd.in.h: Likewise.
6457         * lib/wchar.in.h: Likewise.
6458         * lib/wctype.in.h: Likewise.
6459         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
6460         * modules/fchdir (Makefile.am): Likewise.
6461         * modules/fcntl (Makefile.am): Likewise.
6462         * modules/float (Makefile.am): Likewise.
6463         * modules/iconv_open (Makefile.am): Likewise.
6464         * modules/inttypes (Makefile.am): Likewise.
6465         * modules/locale (Makefile.am): Likewise.
6466         * modules/math (Makefile.am): Likewise.
6467         * modules/netinet_in (Makefile.am): Likewise.
6468         * modules/search (Makefile.am): Likewise.
6469         * modules/signal (Makefile.am): Likewise.
6470         * modules/stdarg (Makefile.am): Likewise.
6471         * modules/stdint (Makefile.am): Likewise.
6472         * modules/stdio (Makefile.am): Likewise.
6473         * modules/stdlib (Makefile.am): Likewise.
6474         * modules/string (Makefile.am): Likewise.
6475         * modules/strings (Makefile.am): Likewise.
6476         * modules/sys_select (Makefile.am): Likewise.
6477         * modules/sys_socket (Makefile.am): Likewise.
6478         * modules/sys_stat (Makefile.am): Likewise.
6479         * modules/sys_time (Makefile.am): Likewise.
6480         * modules/sysexits (Makefile.am): Likewise.
6481         * modules/time (Makefile.am): Likewise.
6482         * modules/unistd (Makefile.am): Likewise.
6483         * modules/wchar (Makefile.am): Likewise.
6484         * modules/wctype (Makefile.am): Likewise.
6485         Reported by Reuben Thomas <rrt@sc3d.org>.
6486
6487 2008-08-29  Bruno Haible  <bruno@clisp.org>
6488
6489         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
6490         any more.
6491
6492 2008-08-29  Simon Josefsson  <simon@josefsson.org>
6493
6494         * MODULES.html.sh (Misc): Add bitrotate.
6495
6496         * modules/bitrotate: New file.
6497
6498         * lib/bitrotate.h: New file.
6499
6500         * modules/bitrotate-tests: New file.
6501
6502         * tests/test-bitrotate.c: New file.
6503
6504         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
6505         on the bitrotate module.
6506
6507         * lib/arctwo.c: Use new bitrotate module.
6508
6509 2008-08-29  Jim Meyering  <meyering@redhat.com>
6510
6511         bootstrap: merge changes from coreutils
6512         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
6513         of copied files.  Remove a kludge, now that this is fixed.
6514         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
6515         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
6516         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
6517
6518 2008-08-29  Bruno Haible  <bruno@clisp.org>
6519
6520         * MODULES.html.sh: Remove --cvs-urls option.
6521
6522 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
6523
6524         maint.mk: adjust to file name change
6525         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
6526
6527 2008-08-28  Jim Meyering  <meyering@redhat.com>
6528
6529         * modules/getndelim2 (License): Relicense to LGPLv2+.
6530         Approved by Richard Stallman for the version of 1995, and by
6531         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
6532
6533 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
6534
6535         * lib/getdelim.c (flockfile, funlockfile): Make all of them
6536         dummy if one is not available.  Do not touch them if
6537         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
6538         (getc_maybe_unlocked): New.
6539         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
6540
6541 2008-08-26  Eric Blake  <ebb9@byu.net>
6542
6543         doc/INSTALL: resync from autoconf
6544         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
6545         (INSTALL_PRELUDE): Delete; this is done more efficiently by
6546         moving...
6547         * install.texi [!autoconf]: ...here.  Resync from autoconf.
6548         * INSTALL: Regenerate.
6549         * INSTALL.ISO: New file.
6550         * INSTALL.UTF-8: Likewise.
6551
6552 2008-08-26  Jim Meyering  <meyering@redhat.com>
6553
6554         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
6555         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
6556         these definitions conditional, so that they may be overridden, too.
6557
6558 2008-08-26  Bruno Haible  <bruno@clisp.org>
6559
6560         Generate INSTALL file variants with prettier quotes.
6561         * doc/Makefile (INSTALL_PRELUDE): New macro.
6562         (INSTALL): Use it.
6563         (INSTALL.ISO, INSTALL.UTF-8): New rules.
6564
6565 2008-08-26  Bruno Haible  <bruno@clisp.org>
6566
6567         Run makeinfo in an English locale.
6568         * doc/Makefile (MAKEINFO): New variable.
6569
6570 2008-08-26  Bruno Haible  <bruno@clisp.org>
6571
6572         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
6573         Suggested by Eric Blake.
6574
6575 2008-08-25  Bruno Haible  <bruno@clisp.org>
6576
6577         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
6578
6579 2008-08-25  Eric Blake  <ebb9@byu.net>
6580
6581         c-stack: test that stack overflow can be caught
6582         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
6583         that platform allows handling stack overflow; at least OS/2 EMX
6584         has sigaltstack, but crashes before transferring control to
6585         handler on stack overflow.
6586         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
6587         check for HAVE_STACK_OVERFLOW_HANDLING.
6588         Reported by Elbert Pol.
6589
6590 2008-08-25  Bruno Haible  <bruno@clisp.org>
6591
6592         * doc/posix-functions/strftime.texi: Fix description of strftime
6593         module.
6594
6595 2008-08-24  Bruno Haible  <bruno@clisp.org>
6596
6597         * tests/uniwidth/test-uc_width2.c: New file.
6598         * tests/uniwidth/test-uc_width2.sh: New file.
6599         * modules/uniwidth/width-tests (Files): Add the new files.
6600         (TESTS): Add uniwidth/test-uc_width2.sh.
6601         (TESTS_ENVIRONMENT): New variable.
6602         (check_PROGRAMS): Add test-uc_width2.
6603         (test_uc_width2_SOURCES): New variable.
6604
6605         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
6606         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
6607         not 0x00AB.
6608         Reported by Alexander V. Lukyanov <lav@netis.ru>.
6609
6610 2008-08-22  Eric Blake  <ebb9@byu.net>
6611
6612         test-lock, test-tls: mention why a test is skipped
6613         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
6614         skipped.
6615         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
6616
6617         count-one-bits: relax license
6618         * modules/count-one-bits (License): Relicense to LGPLv2+.
6619         Suggested by Ludovic Courtès, approved by Ben Pfaff.
6620
6621 2008-08-22  Andreas Schwab  <schwab@suse.de>
6622
6623         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
6624         Remove spurious space in assignment.
6625
6626 2008-08-21  Simon Josefsson  <simon@josefsson.org>
6627
6628         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
6629         Paul Eggert <eggert@CS.UCLA.EDU>.
6630
6631 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
6632
6633         * modules/gettext: Add m4/threadlib.m4.
6634
6635 2008-08-19  Eric Blake  <ebb9@byu.net>
6636
6637         test-c-stack: fix compilation failure on FreeBSD 5.0
6638         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
6639         headers before <sys/resource.h>.
6640         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
6641         the bug.
6642         Reported by Nelson H. F. Beebe.
6643
6644         strverscmp: migrate from "strverscmp.h" to <string.h>
6645         * modules/string (Makefile.am): Add new hooks.
6646         * modules/strverscmp (Files): Remove strverscmp.h.
6647         (Depends-on): Add string.
6648         (configure.ac): Add indicator.
6649         (Include): Mention new header.
6650         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
6651         defaults.
6652         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
6653         results.
6654         * lib/strverscmp.h: Delete.
6655         * lib/string.in.h (strverscmp): Provide declaration, when needed.
6656         * tests/test-strverscmp.c (includes): Adjust client.
6657         * lib/check-version.c (includes): Likewise.
6658         * NEWS: Document the change.
6659
6660         strverscmp: add unit test
6661         * modules/strverscmp-tests: New file.
6662         * tests/test-strverscmp.c: Likewise.
6663
6664 2008-08-19  Simon Josefsson  <simon@josefsson.org>
6665
6666         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
6667         regarding Windows crypto stuff, from Mono.
6668
6669 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
6670
6671         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
6672         if present, for intel RND.  Return error on failures.
6673
6674 2008-08-18  Ben Pfaff  <blp@gnu.org>
6675
6676         gitlog-to-changelog: give better diagnostic for failed pipe-open
6677         * build-aux/gitlog-to-changelog: Improve error message: suggest
6678         that the version of Git may be too old.
6679
6680 2008-08-18  Simon Josefsson  <simon@josefsson.org>
6681
6682         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
6683         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
6684
6685 2008-08-18  Bruno Haible  <bruno@clisp.org>
6686
6687         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
6688         pthread_in_use().
6689
6690 2008-08-18  Bruno Haible  <bruno@clisp.org>
6691
6692         * lib/glthread/threadlib.c: Include <pthread.h>.
6693
6694 2008-08-18  Bruno Haible  <bruno@clisp.org>
6695
6696         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
6697         glthread_recursive_lock_* macros.
6698         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
6699         Fix syntax error.
6700
6701 2008-08-18  Bruno Haible  <bruno@clisp.org>
6702
6703         * lib/glthread/thread.c: Avoid forcing a context switch right after
6704         thread creation.
6705
6706 2008-08-17  Bruno Haible  <bruno@clisp.org>
6707
6708         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
6709         * lib/glthread/thread.h: Provide Win32 specific implementation.
6710         * modules/thread (Files): Add lib/glthread/thread.c.
6711         (Depends-on): Add lock.
6712         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
6713
6714 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6715
6716         New module 'yield'.
6717         * modules/yield: New file.
6718         * lib/glthread/yield.h: New file.
6719         * m4/yield.m4: New file.
6720         * MODULES.html.sh (Multithreading): Add yield.
6721
6722 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6723
6724         New module 'thread'.
6725         * modules/thread: New file.
6726         * lib/glthread/thread.h: New file.
6727         * m4/thread.m4: New file.
6728         * MODULES.html.sh (Multithreading): Add thread.
6729
6730 2008-08-17  Bruno Haible  <bruno@clisp.org>
6731
6732         * lib/glthread/lock.h: Include <stdlib.h> always.
6733         * lib/glthread/tls.h: Likewise.
6734         * lib/glthread/cond.h: Likewise.
6735
6736 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6737
6738         New module 'cond'.
6739         * modules/cond: New file.
6740         * lib/glthread/cond.h: New file.
6741         * lib/glthread/cond.c: New file.
6742         * m4/cond.m4: New file.
6743         * MODULES.html.sh (Multithreading): Add cond.
6744
6745 2008-08-16  Eric Blake  <ebb9@byu.net>
6746
6747         c-stack: fix regression on Irix 5.3 from 2008-06-21
6748         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
6749         sa_sigaction...
6750         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
6751         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
6752         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
6753         * modules/signal (Makefile.am): Use the value.
6754         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
6755         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
6756         * doc/posix-headers/signal.texi (signal.h): Document this
6757         portability issue.
6758         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
6759         Reported by Tom G. Christensen.
6760
6761 2008-08-17  Bruno Haible  <bruno@clisp.org>
6762
6763         New module 'threadlib'.
6764         * modules/threadlib: New file.
6765         * lib/glthread/threadlib.c: New file, extracted from
6766         lib/glthread/lock.c.
6767         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
6768         functions.
6769         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
6770         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
6771         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
6772         macros.
6773         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
6774         (gl_DISABLE_THREADS): Remove macro.
6775         * modules/lock (Files): Remove build-aux/config.rpath.
6776         (Depends-on): Remove havelib. Add threadlib.
6777         (configure.ac-early): Remove section.
6778         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
6779         * modules/tls (Depends-on): Remove lock. Add threadlib.
6780         (Link): New section, copied from threadlib.
6781         * MODULES.html.sh (Multithreading): Add threadlib.
6782
6783 2008-08-14  Bruno Haible  <bruno@clisp.org>
6784
6785         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
6786         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
6787         glthread_rwlock_unlock, glthread_rwlock_destroy,
6788         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
6789         glthread_recursive_lock_destroy): Define as macros always.
6790         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
6791         glthread_lock_lock.
6792         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
6793         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
6794         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
6795         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
6796         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
6797         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
6798         (glthread_recursive_lock_lock_func): Renamed from
6799         glthread_recursive_lock_lock.
6800         (glthread_recursive_lock_unlock_func): Renamed from
6801         glthread_recursive_lock_unlock.
6802         (glthread_recursive_lock_destroy_func): Renamed from
6803         glthread_recursive_lock_destroy.
6804
6805 2008-08-14  Bruno Haible  <bruno@clisp.org>
6806
6807         * lib/glthread/lock.h: Renamed from lib/lock.h.
6808         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
6809         * lib/glthread/tls.h: Renamed from lib/tls.h.
6810         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
6811         * lib/fstrcmp.c: Update includes.
6812         * lib/strsignal.c: Update includes.
6813         * modules/lock (Files, Makefile.am): Update.
6814         (Include): Change to "glthread/lock.h".
6815         * modules/tls (Files, Makefile.am): Update.
6816         (Include): Change to "glthread/tls.h".
6817         * tests/test-lock.c: Update includes.
6818         * tests/test-tls.c: Update includes.
6819         * NEWS: Mention the renamed header files.
6820
6821 2008-08-11  Jim Meyering  <meyering@redhat.com>
6822
6823         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
6824
6825 2008-08-11  Eric Blake  <ebb9@byu.net>
6826
6827         test-c-stack: avoid C99-ism
6828         * tests/test-c-stack.c (main): Fix whitespace, move declaration
6829         before statement.
6830         Reported by Alain Guibert.
6831
6832 2008-08-10  Jim Meyering  <meyering@redhat.com>
6833
6834         ensure that return value of uinttostr et al are not ignored
6835         * lib/inttostr.h (__GNUC_PREREQ): Define.
6836         (__attribute_warn_unused_result__): Define.
6837         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
6838
6839 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
6840
6841         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
6842         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
6843
6844 2008-08-07  Jim Meyering  <meyering@redhat.com>
6845
6846         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
6847
6848         * modules/mkstemp (License): Relicense under LGPLv2+.
6849         * modules/tempname (License): Likewise.
6850
6851 2008-08-06  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/poll.c (poll): Further micro-optimization.
6854
6855 2008-08-06  Jim Meyering  <meyering@redhat.com>
6856
6857         inet_pton.c: use locale-independent tolower
6858         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
6859         (inet_pton6): Use c_tolower rather than tolower.
6860         * modules/inet_pton (Depends-on): Add c-ctype.
6861
6862 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
6863
6864         * lib/poll.c (poll): Avoid division when timeout is 0, cache
6865         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
6866
6867 2008-08-06  Jim Meyering  <meyering@redhat.com>
6868
6869         * modules/inet_pton (License): Relicense under LGPLv2+.
6870
6871 2008-08-03  Bruno Haible  <bruno@clisp.org>
6872
6873         Additional non-aborting API for lock and tls.
6874         * lib/lock.h: Include <errno.h>.
6875         (glthread_lock_init): New macro/function.
6876         (gl_lock_init): Define as wrapper around glthread_lock_init.
6877         (glthread_lock_lock): New macro/function.
6878         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
6879         (glthread_lock_unlock): New macro/function.
6880         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
6881         (glthread_lock_destroy): New macro/function.
6882         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
6883         (glthread_rwlock_init): New macro/function.
6884         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
6885         (glthread_rwlock_rdlock): New macro/function.
6886         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
6887         (glthread_rwlock_wrlock): New macro/function.
6888         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
6889         (glthread_rwlock_unlock): New macro/function.
6890         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
6891         (glthread_rwlock_destroy): New macro/function.
6892         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
6893         (glthread_recursive_lock_init): New macro/function.
6894         (gl_recursive_lock_init): Define as wrapper around
6895         glthread_recursive_lock_init.
6896         (glthread_recursive_lock_lock): New macro/function.
6897         (gl_recursive_lock_lock): Define as wrapper around
6898         glthread_recursive_lock_lock.
6899         (glthread_recursive_lock_unlock): New macro/function.
6900         (gl_recursive_lock_unlock): Define as wrapper around
6901         glthread_recursive_lock_unlock.
6902         (glthread_recursive_lock_destroy): New macro/function.
6903         (gl_recursive_lock_destroy): Define as wrapper around
6904         glthread_recursive_lock_destroy.
6905         (glthread_once): New macro/function.
6906         (gl_once): Define as wrapper around glthread_once.
6907         Update function declarations.
6908         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
6909         glthread_rwlock_init. Return error code.
6910         (glthread_rwlock_rdlock_multithreaded): Renamed from
6911         glthread_rwlock_rdlock. Return error code.
6912         (glthread_rwlock_wrlock_multithreaded): Renamed from
6913         glthread_rwlock_wrlock. Return error code.
6914         (glthread_rwlock_unlock_multithreaded): Renamed from
6915         glthread_rwlock_unlock. Return error code.
6916         (glthread_rwlock_destroy_multithreaded): Renamed from
6917         glthread_rwlock_destroy. Return error code.
6918         (glthread_recursive_lock_init_multithreaded): Renamed from
6919         glthread_recursive_lock_init. Return error code.
6920         (glthread_recursive_lock_lock_multithreaded): Renamed from
6921         glthread_recursive_lock_lock. Return error code.
6922         (glthread_recursive_lock_unlock_multithreaded): Renamed from
6923         glthread_recursive_lock_unlock. Return error code.
6924         (glthread_recursive_lock_destroy_multithreaded): Renamed from
6925         glthread_recursive_lock_destroy. Return error code.
6926         (glthread_once_call): Make static.
6927         (glthread_once_multithreaded): Renamed from glthread_once.
6928         * lib/tls.h: Include <errno.h>.
6929         (glthread_tls_key_init): New macro/function.
6930         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
6931         (glthread_tls_set): New macro/function.
6932         (gl_tls_set): Define as wrapper around glthread_tls_set.
6933         (glthread_tls_key_destroy): New macro/function.
6934         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
6935         Update function declarations.
6936         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
6937         glthread_tls_get.
6938         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6939
6940 2008-08-04  Eric Blake  <ebb9@byu.net>
6941
6942         gnumakefile: use space, not TAB, outside of targets
6943         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
6944
6945 2008-08-02  Jim Meyering  <meyering@redhat.com>
6946
6947         getdate.y: avoid locale-dependent date parsing failure
6948         In Turkish locales, getdate would fail to recognize keywords
6949         containing a lowercase "i".  The solution is not to rely on
6950         locale-sensitive case-conversion.
6951         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
6952         (lookup_word): Use c_toupper in place of toupper.
6953         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
6954         Reported by Vefa Bicakci <bicave@superonline.com> in
6955         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
6956         * modules/getdate (Depends-on): Add c-ctype.
6957
6958 2008-08-02  Bruno Haible  <bruno@clisp.org>
6959
6960         * gnulib-tool (func_import): When updating or creating a .gitignore
6961         file, prepend each added line with a slash, and ignore leading slashes
6962         from the existing lines.
6963         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6964
6965 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6966
6967         Portability fix for GNU make 3.79.1.
6968         * top/GNUmakefile: Avoid 'else COND', which older GNU make
6969         versions do not understand.
6970
6971 2008-08-01  Bruno Haible  <bruno@clisp.org>
6972
6973         Work around bug of HP-UX 10.20 cc with -0.0 literal.
6974         * tests/test-isnanf.h (zero): New variable.
6975         (main): Avoid literal -0.0f.
6976         * tests/test-isnand.h (zero): New variable.
6977         (main): Avoid literal -0.0.
6978         * tests/test-isnanl.h (zero): New variable.
6979         (main): Avoid literal -0.0L.
6980         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
6981         (test_float, test_double, test_long_double): Avoid literals -0.0f,
6982         -0.0, -0.0L.
6983         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
6984         (test_signbitd): Avoid literal -0.0.
6985         (test_signbitl): Avoid literal -0.0L.
6986         * tests/test-ceilf1.c (zero): New variable.
6987         (main): Avoid literal -0.0f.
6988         * tests/test-ceill.c (zero): New variable.
6989         (main): Avoid literal -0.0L.
6990         * tests/test-floorf1.c (zero): New variable.
6991         (main): Avoid literal -0.0f.
6992         * tests/test-floorl.c (zero): New variable.
6993         (main): Avoid literal -0.0L.
6994         * tests/test-roundf1.c (zero): New variable.
6995         (main): Avoid literal -0.0f.
6996         * tests/test-round1.c (zero): New variable.
6997         (main): Avoid literal -0.0.
6998         * tests/test-roundl.c (zero): New variable.
6999         (main): Avoid literal -0.0L.
7000         * tests/test-truncf1.c (zero): New variable.
7001         (main): Avoid literal -0.0f.
7002         * tests/test-trunc1.c (zero): New variable.
7003         (main): Avoid literal -0.0.
7004         * tests/test-truncl.c (zero): New variable.
7005         (main): Avoid literal -0.0L.
7006         * tests/test-frexp.c (zero): New variable.
7007         (main): Avoid literal -0.0.
7008         * tests/test-frexpl.c (zero): New variable.
7009         (main): Avoid literal -0.0L.
7010         * tests/test-ldexpl.c (zero): New variable.
7011         (main): Avoid literal -0.0L.
7012         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7013         (zerod, zerol): New variables.
7014         (test_function): Avoid literals -0.0, -0.0L.
7015         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7016         (zerod, zerol): New variables.
7017         (test_function): Avoid literals -0.0, -0.0L.
7018         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7019         (zerod, zerol): New variables.
7020         (test_function): Avoid literals -0.0, -0.0L.
7021         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7022         (zerod, zerol): New variables.
7023         (test_function): Avoid literals -0.0, -0.0L.
7024         * tests/test-strtod.c (zero): New variable.
7025         (main): Avoid literal -0.0.
7026         Reported by Jonathan C. Patschke <jp@centtech.com>.
7027
7028 2008-07-31  Jim Meyering  <meyering@redhat.com>
7029
7030         sha256.h: correct definition of SHA224_DIGEST_SIZE
7031         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
7032         Reported by Paulie Pena IV <paulie4@gmail.com>.
7033         Define as 224 / 8, rather than as a literal.
7034         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
7035         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
7036         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
7037
7038 2008-07-31  Bruno Haible  <bruno@clisp.org>
7039
7040         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
7041         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
7042         Reported by Jonathan Patschke <jp@centtech.com>.
7043
7044 2008-07-31  Bruno Haible  <bruno@clisp.org>
7045
7046         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
7047         Reported by Paolo Bonzini <bonzini@gnu.org>.
7048
7049 2008-07-30  Eric Blake  <ebb9@byu.net>
7050
7051         test-strtod: allow compilation without -lm
7052         * tests/test-strtod.c (main): Avoid link dependence on fabs.
7053         Reported by Dennis Clarke <blastwave@gmail.com>.
7054
7055 2008-07-28  Jim Meyering  <meyering@redhat.com>
7056
7057         bootstrap: work also when there are no .po files in po/
7058         * build-aux/bootstrap (update_po_files): Complete the change
7059         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
7060
7061 2008-07-27  Jim Meyering  <meyering@redhat.com>
7062
7063         * users.txt: Add zile.
7064
7065 2008-07-26  Ben Pfaff  <blp@gnu.org>
7066
7067         Add missing dependencies on new m4/exponent[fdl].m4 files.
7068         * modules/isnanf-nolibm: Add m4/exponentf.m4.
7069         * modules/isnand-nolibm: Add m4/exponentd.m4.
7070         * modules/isnanl-nolibm: Add m4/exponentl.m4.
7071         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
7072         m4/isnan[fdl].m4, because the macros actually used moved.
7073         Reported by Jim Meyering.
7074
7075 2008-07-14  Ben Pfaff  <blp@gnu.org>
7076
7077         Add isinf module.
7078         * lib/isinf.c: New file.
7079         * lib/math.in.h: Define isinf macro if we have decided to replace
7080         it.
7081         * m4/isinf.m4: New file.
7082         * m4/math_h.m4: Initialize and substitute variables for isinf
7083         module.
7084         * modules/isinf: New file.
7085         * modules/isinf-tests: New file.
7086         * modules/math: Add substitutions for new module.
7087         * tests/test-isinf.c: New file.
7088         * doc/posix-functions/isinf.texi: Mention new module.
7089         * MODULES.html.sh: Mention new module.
7090
7091 2008-07-14  Ben Pfaff  <blp@gnu.org>
7092
7093         Factor out some macros for use by additional modules.
7094         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
7095         exponentf.m4.
7096         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
7097         exponentd.m4.
7098         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
7099         file exponentl.m4.
7100         * m4/exponentf.m4: New file.
7101         * m4/exponentd.m4: New file.
7102         * m4/exponentl.m4: New file.
7103         * modules/isnanf: Use new file m4/exponentf.m4.
7104         * modules/isnand: Use new file m4/exponentd.m4.
7105         * modules/isnanl: Use new file m4/exponentl.m4.
7106
7107 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
7108
7109         mktime.c: normalize tp->tm_isdst value to -1/0/1.
7110         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
7111         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
7112         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
7113
7114         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
7115         readlink on platforms without PATH_MAX.
7116
7117 2008-07-21  Eric Blake  <ebb9@byu.net>
7118
7119         Warn, not fail, on stale version.
7120         * top/GNUmakefile (_curr-ver): Tone down previous patch.
7121
7122         Don't allow installation with stale devel version number.
7123         * top/GNUmakefile (_is-install-target): New macro.
7124         (_curr-ver): Forbid installation with stale version number.
7125
7126 2008-07-20  Bruno Haible  <bruno@clisp.org>
7127
7128         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
7129         TESTS_ENVIRONMENT.
7130         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
7131
7132 2008-07-20  Bruno Haible  <bruno@clisp.org>
7133
7134         * lib/c-stack.h (c_stack_action): Add documentation.
7135         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
7136
7137 2008-07-20  Bruno Haible  <bruno@clisp.org>
7138
7139         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
7140         * modules/readlink (License): Likewise.
7141
7142 2008-07-17  Eric Blake  <ebb9@byu.net>
7143
7144         * modules/c-stack (Link): Fix typo.
7145
7146         Make c-stack use libsigsegv, when available.
7147         * modules/c-stack (Depends-on): Add libsigsegv.
7148         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
7149         needed.
7150         * lib/c-stack.c (SIGSTKSZ): Define fallback.
7151         (segv_handler, overflow_handler, c_stack_action)
7152         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
7153         implementation when libsigsegv is available, but only when using
7154         the library is necessary.
7155         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
7156         comment, explaining why XSI check fails on Linux.
7157         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
7158         * tests/test-c-stack2.sh: Tweak skip message.
7159         * NEWS: Document new link-time requirements.
7160
7161 2008-07-16  Eric Blake  <ebb9@byu.net>
7162
7163         c-stack: Expose false positives when not using libsigsegv.
7164         * modules/c-stack-tests (Files): Expand test.
7165         * tests/test-c-stack.c (main): Add means to conditionally trigger
7166         non-overflow SIGSEGV.
7167         * tests/test-c-stack2.sh: New file.
7168
7169 2008-07-14  Bruno Haible  <bruno@clisp.org>
7170
7171         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
7172         Reported by Eric Blake.
7173
7174 2008-07-14  Sam Steingold  <sds@gnu.org>
7175             Bruno Haible  <bruno@clisp.org>
7176
7177         New module libsigsegv.
7178         * modules/libsigsegv: New file.
7179         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
7180         modifications.
7181         * MODULES.html.sh (Signal handling): New section.
7182
7183 2008-07-14  Bruno Haible  <bruno@clisp.org>
7184
7185         * modules/unictype/ctype-* (Description): Add the word "function".
7186         Improves the resulting doc in MODULES.html.
7187
7188 2008-07-12  Ben Pfaff  <blp@gnu.org>
7189
7190         Add longlong module.
7191         * modules/longlong: New file.
7192
7193 2008-07-12  Bruno Haible  <bruno@clisp.org>
7194
7195         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
7196         to empty.
7197
7198 2008-07-10  Ben Pfaff  <blp@gnu.org>
7199
7200         Add isnan module.
7201         * doc/posix-functions/isnan.texi: Mention new module.
7202         * lib/math.in.h: Define isnan macro if we have decided to replace
7203         it.
7204         * m4/isnan.m4: New file.
7205         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
7206         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
7207         also.
7208         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
7209         redundancy.
7210         * m4/math_h.m4: Initialize and substitute variables for isnan
7211         module.
7212         * modules/isnan: New file.
7213         * modules/isnan-tests: New file.
7214         * modules/math: Add substitutions for new module.
7215         * tests/test-isnan.c: New file.
7216         * MODULES.html.sh: Mention new module.
7217
7218 2008-07-10  Ben Pfaff  <blp@gnu.org>
7219
7220         Add isnanf module.
7221         * lib/isnanf.m4: New file.
7222         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
7223         (gl_HAVE_ISNANF_IN_LIBM): New macro.
7224         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
7225         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
7226         * modules/isnanf: New file.
7227         * modules/isnanf-tests: New file.
7228         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
7229         files.
7230         * tests/test-isnanf-nolibm.c: factored most of its contents into
7231         new file tests/test-isnanf.h.
7232         * tests/test-isnanf.h: New file.
7233         * tests/test-isnanf.c: New file.
7234         * MODULES.html.sh: Mention new module.
7235         * doc/glibc-functions/isnanf.texi: Mention new module.
7236
7237 2008-07-10  Ben Pfaff  <blp@gnu.org>
7238
7239         Add isnand module.
7240         * lib/isnand.h: New file.
7241         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
7242         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
7243         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
7244         functionality also.
7245         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
7246         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
7247         (gl_HAVE_ISNAND_IN_LIBM): New macro.
7248         * modules/isnand: New file.
7249         * modules/isnand-tests: New file.
7250         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
7251         files.
7252         * tests/test-isnand-nolibm.c: factored most of its contents into
7253         new file tests/test-isnand.h.
7254         * tests/test-isnand.h: New file.
7255         * tests/test-isnand.c: New file.
7256         * MODULES.html.sh: Mention new module.
7257
7258 2008-07-10  Ben Pfaff  <blp@gnu.org>
7259
7260         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
7261         * lib/isnand.h: Rename lib/isnand-nolibm.h.
7262         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
7263         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
7264         * modules/isnanf-nolibm: Update references to renamed files.
7265         * modules/isnand-nolibm: Likewise.
7266         * modules/isnanf-nolibm-tests: Likewise.
7267         * modules/isnand-nolibm-tests: Likewise.
7268         * lib/frexp.c: Likewise.
7269         * lib/isfinite.c: Likewise.
7270         * lib/signbitd.c: Likewise.
7271         * lib/signbitf.c: Likewise.
7272         * lib/vasnprintf.c: Likewise.
7273         * tests/test-ceilf1.c: Likewise.
7274         * tests/test-ceilf2.c: Likewise.
7275         * tests/test-floorf1.c: Likewise.
7276         * tests/test-floorf2.c: Likewise.
7277         * tests/test-frexp.c: Likewise.
7278         * tests/test-round1.c: Likewise.
7279         * tests/test-round2.c: Likewise.
7280         * tests/test-roundf1.c: Likewise.
7281         * tests/test-strtod.c: Likewise.
7282         * tests/test-trunc1.c: Likewise.
7283         * tests/test-trunc2.c: Likewise.
7284         * tests/test-truncf1.c: Likewise.
7285         * tests/test-truncf2.c: Likewise.
7286         * NEWS: Mention the renamed header files.
7287
7288 2008-07-11  Jim Meyering  <meyering@redhat.com>
7289
7290         vc-list-files: make the last-resort awk code more portable
7291         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
7292         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
7293         does not support it.
7294
7295 2008-07-10  Eric Blake  <ebb9@byu.net>
7296
7297         Work with tar's bootstrap.
7298         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
7299         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
7300         an m4 comment.
7301
7302 2008-07-09  Jim Meyering  <meyering@redhat.com>
7303
7304         posix-shell.m4: fix typo that made this test malfunction
7305         * m4/posix-shell.m4: Remove capitalization in variable name.
7306
7307 2008-07-08  Bruno Haible  <bruno@clisp.org>
7308
7309         * m4/onceonly.m4: Update comments.
7310         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7311
7312 2008-07-04  Jim Meyering  <meyering@redhat.com>
7313
7314         * users.txt: Add vc-dwim.
7315         (bison, coreutils): Use the gitweb URL.
7316
7317 2008-07-03  Jim Meyering  <meyering@redhat.com>
7318
7319         * users.txt: Add libffcall.  From Sam Steingold.
7320
7321 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
7322
7323         getdate.y: do not ignore TZ with relative day, month or year offset
7324         * lib/getdate.y (get_date): Move the tz-handling block to follow the
7325         relative-date-handling, since otherwise, the latter would clobber the
7326         sole output (an updated Start value) of the tz-handling block.
7327         * tests/test-getdate.c: Tests for the fix
7328
7329 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7330
7331         Recognize 'foo_LIBRARIES += libgnu.a'.
7332         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
7333         makefile snippet has already specified an installation location,
7334         also using '+='.
7335
7336 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
7337
7338         getdate.y: factor out common actions
7339         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
7340         Use them in place of open-coded actions.
7341
7342 2008-07-01  Simon Josefsson  <simon@josefsson.org>
7343
7344         Add self-test for getdate module.
7345         * modules/getdate-tests: New file.
7346         * tests/test-getdate.c: New file.
7347
7348 2008-06-29  Bruno Haible  <bruno@clisp.org>
7349
7350         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
7351         .gitignore.
7352         Reported by Sylvain Beucler <beuc@beuc.net>.
7353
7354 2008-06-29  Bruno Haible  <bruno@clisp.org>
7355
7356         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
7357         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
7358
7359 2008-06-29  Bruno Haible  <bruno@clisp.org>
7360
7361         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
7362         EXTRA_DIST.
7363         Reported by Sylvain Beucler <beuc@beuc.net>.
7364
7365 2008-06-26  Jim Meyering  <meyering@redhat.com>
7366
7367         make several modules depend on the "open" module
7368         This provides slightly increased consistency when opening-for-write
7369         the name of a non-directory spelled with a trailing slash.
7370         * modules/chdir-safer: Likewise.
7371         * modules/chown: Likewise.
7372         * modules/clean-temp: Likewise.
7373         * modules/copy-file: Likewise.
7374         * modules/fchdir: Likewise.
7375         * modules/fcntl-safer: Likewise.
7376         * modules/pipe: Likewise.
7377         * modules/utime: Likewise.
7378         Prompted by Eric Blake and Bruno Haible.
7379
7380 2008-06-24  Andreas Schwab  <schwab@suse.de>
7381
7382         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
7383         literals can be used as initializers for global variables.
7384
7385 2008-06-23  Eric Blake  <ebb9@byu.net>
7386
7387         Make gnulib-cache.m4 easier to diff.
7388         * gnulib-tool (func_import): Allow newlines when reading cached
7389         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
7390
7391 2008-06-23  Bruno Haible  <bruno@clisp.org>
7392
7393         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
7394         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
7395         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
7396         m4/signalblocking.m4.
7397         (gl_PREREQ_SIGACTION): Don't invoke it.
7398         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
7399         gl_PREREQ_SIG_HANDLER_H.
7400         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7401         Don't check for sigaction here.
7402
7403 2008-06-23  Bruno Haible  <bruno@clisp.org>
7404
7405         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
7406         (install_handlers): Don't set the SA_RESETHAND flag.
7407
7408 2008-06-23  Bruno Haible  <bruno@clisp.org>
7409
7410         * m4/sigaction.m4: Comment fixes.
7411         * lib/signal.in.h: Likewise.
7412
7413 2008-06-23  Eric Blake  <ebb9@byu.net>
7414
7415         Fix typo.
7416         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
7417
7418         Avoid SA_ namespace.
7419         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
7420         Reported by Ralf Wildenhues.
7421
7422         Avoid test failure due to SA_RESTORER.
7423         * tests/test-sigaction.c (SA_MASK): New macro.
7424         (main): Avoid failing due to extension flags being set.
7425         Reported by Jim Meyering.
7426
7427         Revert use of sig-handler.h in sigprocmask.c.
7428         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
7429         it requires the existence of struct sigaction.
7430         * lib/sigprocmask.c (handler_t): Restore typedef.
7431         (rpl_signal, old_handlers): Use local type.
7432
7433 2008-06-22  Bruno Haible  <bruno@clisp.org>
7434
7435         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
7436         conditionally.
7437         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7438
7439 2008-06-22  Bruno Haible  <bruno@clisp.org>
7440
7441         * doc/posix-functions/siginterrupt.texi: Move note.
7442
7443         * lib/signal.in.h (SA_RESTART): New macro.
7444         * lib/sigaction.c: Update comment.
7445
7446         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
7447
7448         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
7449         (gl_PREREQ_SIGPROCMASK): Invoke it.
7450         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
7451
7452         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
7453
7454         * lib/sigprocmask.c: Update a comment.
7455
7456 2008-06-21  Eric Blake  <ebb9@byu.net>
7457
7458         Use sigaction module rather than signal().
7459         * modules/c-stack (Depends-on): Add sigaction.
7460         * modules/fatal-signal (Depends-on): Likewise.
7461         * modules/nanosleep (Depends-on): Likewise.
7462         * modules/sigprocmask (Files): Add sig-handler.h.
7463         * modules/sigaction (Files): Likewise.
7464         * lib/sig-handler.h (get_handler): New file, suggested by Paul
7465         Eggert.
7466         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
7467         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
7468         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
7469         (init_fatal_signals): Likewise.
7470         * lib/nanosleep.c (rpl_nanosleep): Likewise.
7471         (siginterrupt): Delete fallback.
7472         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
7473         instead.
7474         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
7475         siginterrupt.
7476
7477         New module sigaction, for mingw.
7478         * modules/sigaction: New module...
7479         * modules/sigaction-tests: ...and its test.
7480         * m4/sigaction.m4: New file.
7481         * lib/sigaction.c: Likewise.
7482         * tests/test-sigaction.c: Likewise.
7483         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
7484         * modules/signal (Makefile.am): Likewise.
7485         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
7486         needed.
7487         * doc/posix-headers/signal.texi (signal.h): Mention provided
7488         types.
7489         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
7490         that sigaction is preferable.
7491         * doc/posix-functions/sigaction.texi (sigaction): Mention new
7492         module.
7493         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7494         sigaction.
7495
7496         Improve robustness of sigprocmask by overriding signal.
7497         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
7498         is in use.
7499         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
7500         (SIGKILL, SIGSTOP): Provide fallbacks.
7501         (rpl_signal): Implement.
7502         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
7503         signal can be called inside handlers.
7504
7505         Fix nanosleep module on mingw.
7506         * modules/nanosleep (Depends-on): Add sys_select.
7507         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
7508
7509         Fix licensing of sigprocmask.
7510         * modules/raise (License): Relicense as LGPL.
7511
7512 2008-06-21  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/propername.c (proper_name_utf8): Don't use the transliterated
7515         result if it contains question marks.
7516         Reported by Michael Geng <linux@michaelgeng.de>.
7517
7518 2008-06-19  Bruno Haible  <bruno@clisp.org>
7519
7520         Fix CVS-ism.
7521         * doc/gnulib.texi: Include updated-stamp.texi.
7522         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
7523         (updated-stamp.texi): New rule.
7524         (gnulib.info): Depend on it.
7525         * doc/.gitignore: Add updated-stamp.texi.
7526         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
7527
7528 2008-06-19  Bruno Haible  <bruno@clisp.org>
7529
7530         * doc/Makefile (gnulib.info): Update and simplify dependencies.
7531         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7532
7533 2008-06-19  Eric Blake  <ebb9@byu.net>
7534
7535         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
7536         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
7537         Reported by Stepan Kasal.
7538
7539 2008-06-18  Bruno Haible  <bruno@clisp.org>
7540
7541         * lib/fatal-signal.c (init_fatal_signals): Add comment.
7542         Reported by Eric Blake.
7543
7544 2008-06-18  Eric Blake  <ebb9@byu.net>
7545
7546         Work around cygwin 1.5.25 strsignal bug.
7547         * tests/test-strsignal.c: Allow for const char *.
7548         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
7549
7550 2008-06-18  Simon Josefsson  <simon@josefsson.org>
7551
7552         * users.txt: Update URL to article and add author/date
7553         information.
7554
7555 2008-06-17  Bruno Haible  <bruno@clisp.org>
7556
7557         New macro gl_DISABLE_THREADS.
7558         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
7559         if the user did not pass --enable-threads or --disable-threads option.
7560         (gl_DISABLE_THREADS): New macro.
7561         Reported by Eric Blake <ebb9@byu.net>.
7562
7563 2008-06-17  Bruno Haible  <bruno@clisp.org>
7564
7565         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
7566         when the macro ignores it.
7567         Based on a patch by Eric Blake <ebb9@byu.net>.
7568
7569 2008-06-17  Bruno Haible  <bruno@clisp.org>
7570
7571         * modules/tls (License): Change to LGPLv2+.
7572         Reported by Eric Blake.
7573
7574 2008-06-17  Eric Blake  <ebb9@byu.net>
7575
7576         Simplify c-stack prerequisites.
7577         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
7578         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
7579         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7580         check.
7581         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
7582         <sys/resource.h>.
7583
7584         Move c-stack test into testsuite.
7585         * modules/c-stack-tests: New file.
7586         * lib/c-stack.c [DEBUG]: Move test program...
7587         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7588         fail test if sigaltstack is lacking.
7589         * tests/test-c-stack.sh: New driver file.
7590
7591 2008-06-16  Eric Blake  <ebb9@byu.net>
7592
7593         Use raise module consistently.
7594         * modules/fatal-signal (Depends-on): Add raise.
7595         * modules/sigprocmask (Depends-on): Likewise.
7596         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
7597         * lib/sigprocmask.c (sigprocmask): Likewise.
7598         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7599         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
7600
7601         Fix compliance bug in sigpending.
7602         * lib/sigprocmask.c (sigpending): Return pending array via
7603         parameter, not return value.
7604
7605 2008-06-14  Eric Blake  <ebb9@byu.net>
7606
7607         Improve obstack-printf test code.
7608         * tests/test-obstack-printf.c (test_function): Fix comment, and
7609         simplify usage of obstack_* in macros.  Add a test for coverage.
7610         Reported by Bruno Haible.
7611
7612 2008-06-14  Bruno Haible  <bruno@clisp.org>
7613
7614         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
7615         array size as a constant, not as a const variable.
7616         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
7617         AC_USE_SYSTEM_EXTENSIONS.
7618         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7619         Test whether the obstack_printf function actually exists.
7620         * modules/obstack-printf (Depends-on): Add extensions.
7621         (Include): Remove obstack.h.
7622         * modules/obstack-printf-posix (Depends-on): Add extensions.
7623         (Include): Remove obstack.h.
7624
7625 2008-06-13  Eric Blake  <ebb9@byu.net>
7626
7627         Add obstack-printf and obstack-printf-posix modules.
7628         * modules/obstack-printf: New file.
7629         * modules/obstack-printf-posix: Likewise.
7630         * MODULES.html.sh (Misc): Mention them.
7631         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7632         Likewise.
7633         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7634         Likewise.
7635         * modules/stdio (Makefile.am): Accomodate new modules.
7636         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7637         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
7638         Declare.
7639         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
7640         functions.
7641         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
7642         (gl_REPLACE_OBSTACK_PRINTF): New macros
7643         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
7644         * tests/test-obstack-printf.c: New file.
7645         * modules/obstack-printf-tests: Likewise.
7646         * modules/obstack-printf-posix-tests: Likewise.
7647
7648 2008-06-11  Bruno Haible  <bruno@clisp.org>
7649
7650         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
7651         * lib/open.c: Include errno.h.
7652         (open): Fail when attempting to write to a file that has a trailing
7653         slash.
7654         * tests/test-open.c (main): Test against trailing slash bug.
7655         * doc/posix-functions/open.texi: Mention the trailing slash bug.
7656
7657 2008-06-10  Bruno Haible  <bruno@clisp.org>
7658
7659         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
7660         for $? to work inside the trap command, with various /bin/sh-s.
7661         * tests/test-vc-list-files-cvs.sh: Likewise.
7662
7663 2008-06-10  Bruno Haible  <bruno@clisp.org>
7664
7665         * lib/acl-internal.h: Don't include gettext.h here.
7666         * lib/set-mode-acl.c: Include gettext.h here.
7667         * lib/copy-acl.c: Likewise.
7668
7669 2008-06-10  Bruno Haible  <bruno@clisp.org>
7670
7671         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
7672         * lib/wait-process.c (wait_subprocess): Likewise.
7673         * lib/execute.h (execute): Add termsigp argument.
7674         * lib/execute.c (execute): Likewise.
7675         * lib/csharpcomp.c (compile_csharp_using_pnet,
7676         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
7677         * lib/csharpexec.c (execute_csharp_using_pnet,
7678         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
7679         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
7680         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
7681         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
7682         is_jikes_present): Update.
7683         * lib/javaexec.c (execute_java_class): Update.
7684         * lib/javaversion.c (execute_and_read_line): Update.
7685         * NEWS: Document the changes.
7686         Reported by Eric Blake.
7687
7688 2008-06-10  Eric Blake  <ebb9@byu.net>
7689
7690         Add missing include.
7691         * tests/test-strstr.c (includes): Add <signal.h>.
7692         * tests/test-strcasestr.c (includes): Likewise.
7693         * tests/test-memmem.c (includes): Likewise.
7694
7695 2008-06-10  Bruno Haible  <bruno@clisp.org>
7696
7697         * lib/wait-process.c (wait_subprocess): Add an assertion.
7698
7699 2008-06-10  Bruno Haible  <bruno@clisp.org>
7700
7701         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
7702
7703 2008-06-10  Bruno Haible  <bruno@clisp.org>
7704
7705         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
7706         using alarm().
7707         * tests/test-strcasestr.c (main): Likewise.
7708         * tests/test-strstr.c (main): Likewise.
7709
7710 2008-06-09  Bruno Haible  <bruno@clisp.org>
7711
7712         Work around the Solaris 10 ACE ACLs ABI change.
7713         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
7714         declare if ACL_NO_TRIVIAL is present.
7715         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
7716         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
7717         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
7718         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
7719         define if ACL_NO_TRIVIAL is present.
7720         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
7721         and use the current ABI.
7722         (file_has_acl): Use same #if condition as elsewhere.
7723         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
7724         in use, and use the current ABI.
7725         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
7726         Reported by Jim Meyering.
7727
7728 2008-06-09  Eric Blake  <ebb9@byu.net>
7729
7730         Work around environments that (stupidly) ignore SIGALRM.
7731         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
7732         before using alarm().
7733         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7734         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7735         Reported by Ian Beckwith <ianb@erislabs.net>.
7736
7737         Produce autobuild blurb earlier in log.
7738         * modules/autobuild (configure.ac-early): Move AB_INIT here.
7739
7740 2008-06-09  Jim Meyering  <meyering@redhat.com>
7741         and OndÅ™ej Vašík  <ovasik@redhat.com>
7742
7743         utimens.c: correct kernel bug work-around
7744         OndÅ™ej Vašík found that the invalid return value of 280 indicates
7745         failure, not success, and the kernel bug we're trying to work
7746         around affects not just the utimensat call, but also the fallback
7747         futimens call.
7748         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
7749         not success.
7750         [HAVE_FUTIMENS]: Use the same work-around, here.
7751
7752 2008-06-09  Jim Meyering  <meyering@redhat.com>
7753
7754         add more guards around definition of ACE_-related code
7755         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
7756         ALLOW and ACE_OWNER are also defined.
7757
7758 2008-06-08  Bruno Haible  <bruno@clisp.org>
7759
7760         * lib/acl-internal.h: Add me as co-author.
7761         * lib/file-has-acl.c: Likewise.
7762         * lib/set-mode-acl.c: Likewise.
7763         * lib/copy-acl.c: Likewise.
7764
7765 2008-06-08  Bruno Haible  <bruno@clisp.org>
7766
7767         Add support for AIX ACLs.
7768         * lib/acl-internal.h (acl_nontrivial): New declaration.
7769         * lib/file-has-acl.c (acl_nontrivial): New function.
7770         (file_has_acl): Add implementation using AIX 4 ACL API.
7771         * lib/set-mode-acl.c (qset_acl): Likewise.
7772         * lib/copy-acl.c (qcopy_acl): Likewise.
7773
7774 2008-06-08  Bruno Haible  <bruno@clisp.org>
7775
7776         Add support for HP-UX ACLs.
7777         * lib/acl-internal.h (acl_nontrivial): New declaration.
7778         * lib/file-has-acl.c (acl_nontrivial): New function.
7779         (file_has_acl): Add implementation using HP-UX 11 ACL API.
7780         * lib/set-mode-acl.c (qset_acl): Likewise.
7781         * lib/copy-acl.c (qcopy_acl): Likewise.
7782
7783 2008-06-08  Bruno Haible  <bruno@clisp.org>
7784
7785         Add support for Cygwin ACLs.
7786         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
7787         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
7788         the chmod_or_fchmod call.
7789         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
7790
7791 2008-06-08  Bruno Haible  <bruno@clisp.org>
7792
7793         Fix bug with setuid modes in Solaris 10+ code.
7794         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
7795         succeeded, when the mode contains some special bits.
7796
7797 2008-06-08  Bruno Haible  <bruno@clisp.org>
7798
7799         Add support for Solaris 7..10 ACLs.
7800         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
7801         declarations.
7802         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
7803         functions.
7804         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
7805         * lib/set-mode-acl.c (qset_acl): Likewise.
7806         * lib/copy-acl.c (qcopy_acl): Likewise.
7807
7808 2008-06-08  Bruno Haible  <bruno@clisp.org>
7809
7810         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
7811         declaration.
7812         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
7813         (acl_access_nontrivial): Remove MacOS X case.
7814         (file_has_acl): Use acl_extended_nontrivial.
7815         * lib/copy-acl.c (qcopy_acl): Likewise.
7816
7817 2008-06-08  Bruno Haible  <bruno@clisp.org>
7818
7819         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
7820
7821 2008-06-08  Jim Meyering  <meyering@redhat.com>
7822
7823         * modules/acl (Maintainer): Add Bruno Haible.
7824
7825 2008-06-07  Bruno Haible  <bruno@clisp.org>
7826
7827         Improve support for Tru64 ACLs.
7828         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
7829         ACL on OSF/1.
7830
7831 2008-06-07  Bruno Haible  <bruno@clisp.org>
7832
7833         Add support for MacOS X ACLs.
7834         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
7835         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
7836         * lib/set-mode-acl.c (qset_acl): Likewise.
7837         * lib/copy-acl.c (qcopy_acl): Likewise.
7838
7839 2008-06-07  Bruno Haible  <bruno@clisp.org>
7840
7841         Fix memory leak introduced on 2008-05-22.
7842         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
7843         use.
7844
7845 2008-06-07  Bruno Haible  <bruno@clisp.org>
7846
7847         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
7848         to construct an empty ACL.
7849
7850 2008-06-07  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
7853         precisely.
7854         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
7855
7856 2008-06-07  Bruno Haible  <bruno@clisp.org>
7857
7858         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
7859         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
7860
7861 2008-06-07  Bruno Haible  <bruno@clisp.org>
7862
7863         * doc/posix-functions/_setjmp.texi: Explain the use of this function
7864         regardless of POSIX.
7865         * doc/posix-functions/_longjmp.texi: Likewise.
7866         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
7867         SystemV platform in this case.
7868
7869 2008-06-06  Eric Blake  <ebb9@byu.net>
7870
7871         Document abort() bugs.
7872         * doc/posix-functions/abort.texi (abort): Mention anomalies.
7873
7874         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
7875         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
7876         sigsetjmp.
7877         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
7878         siglongjmp, but only as a macro.
7879         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
7880         is obsolete.
7881         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
7882
7883         Tweak documentation to cover cygwin argz bugs.
7884         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
7885         argz bug fix; no code change needed since no cygwin releases
7886         occurred between the last fix and the bug being tested.
7887         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
7888         module and recently fixed cygwin bugs.
7889         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
7890         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
7891         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
7892         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
7893         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
7894         Likewise.
7895         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
7896         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
7897         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
7898         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
7899         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
7900         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
7901         Likewise.
7902
7903         Avoid gcc warning on cygwin.
7904         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
7905         !ACL_NO_TRIVIAL]: Avoid unused variable.
7906
7907 2008-06-05  Eric Blake  <ebb9@byu.net>
7908
7909         Be tolerant of UNKNOWN version in gnulib-tool test dir.
7910         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
7911         git-version-gen fails to come up with a version.
7912         Reported by Simon Josefsson.
7913
7914 2008-06-05  Jim Meyering  <meyering@redhat.com>
7915             Paul Eggert  <eggert@cs.ucla.edu>
7916
7917         utimens.c: work around a probable Linux kernel bug
7918         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
7919         appears to be a kernel bug that causes utimensat to return 280
7920         instead of 0, indicating success.
7921
7922 2008-06-04  Bruno Haible  <bruno@clisp.org>
7923
7924         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
7925         2008-06-01 commit.
7926
7927 2008-06-04  Bruno Haible  <bruno@clisp.org>
7928
7929         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
7930         * lib/file-has-acl.c (acl_access_nontrivial): New function.
7931         (file_has_acl): Use it. Save errno afterwards.
7932         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
7933
7934 2008-06-03  Bruno Haible  <bruno@clisp.org>
7935
7936         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
7937         draft code. Simplify #ifs.
7938         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
7939         Put Solaris code after POSIX-draft code. Fix comments regarding
7940         Solaris 10, HP-UX. Mention Cygwin.
7941         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
7942
7943 2008-06-03  Eric Blake  <ebb9@byu.net>
7944
7945         Provide fallback for older kernels.
7946         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
7947         Provide runtime fallback if kernel lacks support.
7948         Reported by Mike Frysinger.
7949
7950 2008-06-02  Bruno Haible  <bruno@clisp.org>
7951
7952         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
7953         it exists.
7954
7955 2008-06-02  Bruno Haible  <bruno@clisp.org>
7956
7957         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
7958         * lib/copy-acl.c (qcopy_acl): Update comment.
7959
7960 2008-06-02  Bruno Haible  <bruno@clisp.org>
7961
7962         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
7963         like ACL APIs.
7964
7965 2008-06-02  Bruno Haible  <bruno@clisp.org>
7966
7967         * tests/test-file-has-acl.sh: Use different code for Cygwin.
7968         * tests/test-set-mode-acl.sh: Likewise.
7969         * tests/test-copy-acl.sh: Likewise.
7970         * tests/test-copy-file.sh: Likewise.
7971
7972 2008-06-02  Bruno Haible  <bruno@clisp.org>
7973
7974         * tests/test-file-has-acl.sh: Remove unused code.
7975
7976 2008-06-01  Bruno Haible  <bruno@clisp.org>
7977
7978         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
7979         (copy_acl): Just a wrapper around qcopy_acl that emits the error
7980         messages.
7981         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
7982
7983 2008-06-01  Bruno Haible  <bruno@clisp.org>
7984
7985         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
7986         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
7987         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
7988         APIs.
7989         * modules/acl-tests (configure.ac): Remove tests now contained in
7990         m4/acl.m4.
7991
7992 2008-06-02  Jim Meyering  <meyering@redhat.com>
7993
7994         announce-gen: use a better key-server host name
7995         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
7996         it may be more consistently reliable.  Suggested by Werner Koch
7997         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
7998
7999 2008-06-01  Bruno Haible  <bruno@clisp.org>
8000
8001         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
8002         Reported by Voroskoi Andras <voroskoi@gmail.com>.
8003
8004 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
8005
8006         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
8007
8008 2008-06-01  Bruno Haible  <bruno@clisp.org>
8009
8010         New ACL tests.
8011         * tests/test-file-has-acl.sh: New file.
8012         * tests/test-file-has-acl.c: New file.
8013         * tests/test-set-mode-acl.sh: New file.
8014         * tests/test-set-mode-acl.c: New file.
8015         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
8016         * tests/test-copy-acl.c: New file.
8017         * modules/acl-tests: New file, based on modules/copy-file-tests.
8018         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
8019         (Depends-on): Add acl-tests.
8020         (configure.ac): Remove checks.
8021         (Makefile.am): Don't create test-sameacls program here any more.
8022
8023 2008-06-01  Bruno Haible  <bruno@clisp.org>
8024
8025         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
8026         * tests/test-sameacls.c: Include progname.h.
8027         (main): Invoke set_program_name. Portability fixes for MacOS X,
8028         Solaris, HP-UX.
8029
8030 2008-06-01  Bruno Haible  <bruno@clisp.org>
8031
8032         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
8033         function.
8034         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
8035
8036 2008-06-01  Bruno Haible  <bruno@clisp.org>
8037
8038         * modules/rpmatch (Depends-on): Add strdup.
8039
8040 2008-06-01  Bruno Haible  <bruno@clisp.org>
8041
8042         * lib/pipe.c: Include unistd-safer.h.
8043         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
8044         * modules/pipe (Depends-on): Add unistd-safer.
8045
8046 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8047
8048         * modules/autobuild (configure.ac): Call AB_INIT.
8049
8050 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8051
8052         * tests/test-getaddrinfo.c: Don't print debug messages by default.
8053         Suggested by Bruno Haible <bruno@clisp.org>.
8054
8055 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8056
8057         * tests/test-base64.c: Cast size_t to unsigned long when invoking
8058         printf.  Use %lu instead of %d.  Reported by Bruno Haible
8059         <bruno@clisp.org>.
8060
8061 2008-05-29  Eric Blake  <ebb9@byu.net>
8062
8063         Prefer new POSIX 200x interfaces over futimesat.
8064         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
8065         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
8066         when available.
8067         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
8068
8069 2008-05-28  Bruno Haible  <bruno@clisp.org>
8070
8071         * modules/stpcpy (License): Change to LGPLv2+.
8072         Requested by David Lutterkort <dlutter@redhat.com>.
8073
8074 2008-05-27  Bruno Haible  <bruno@clisp.org>
8075
8076         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
8077         current mingw.
8078         Reported by Jose E. Marchesi <jemarch@gnu.org>.
8079
8080 2008-05-27  Bruno Haible  <bruno@clisp.org>
8081
8082         * modules/iconv_open (Link): New section, from module 'iconv'.
8083         * modules/striconv (Link): Likewise.
8084         * modules/striconveh (Link): Likewise.
8085         * modules/xstriconv (Link): Likewise.
8086         * modules/unicodeio (Link): Likewise.
8087         * modules/propername (Link): Likewise.
8088         Reported by Jim Meyering.
8089
8090 2008-05-26  Jim Meyering  <meyering@redhat.com>
8091
8092         sha256: do not artificially restrict buffer length to be < 2^32
8093         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
8094         uint32_t to size_t.
8095         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
8096         to match.
8097
8098         avoid unaligned access errors, e.g., on sparc
8099         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
8100         direct access through a possibly-unaligned uint64* pointer.
8101         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
8102         direct access through a possibly-unaligned uint32* pointer.
8103         Prompted by this patch from Tom "spot" Callaway:
8104         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
8105
8106         sha512.c: fix typo in comment
8107         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
8108
8109 2008-05-25  Bruno Haible  <bruno@clisp.org>
8110
8111         * lib/set-mode-acl.c: Renamed from lib/acl.c.
8112         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
8113         (Makefile.am): Update lib_SOURCES.
8114
8115 2008-05-25  Bruno Haible  <bruno@clisp.org>
8116
8117         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
8118
8119 2008-05-25  Jim Meyering  <meyering@redhat.com>
8120
8121         useless-if-before-free: freed expr may have white-space differences
8122         * build-aux/useless-if-before-free: Recognize cases in which the
8123         freed expression differs from the tested one in embedded white
8124         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
8125         $1 was used, so we can't make any regexp shy.  Improved tests now
8126         detect this.
8127
8128         useless-if-before-free: accept white space in the expression.
8129         * build-aux/useless-if-before-free: For now, any white space
8130         in the expression must be identical in the free argument.
8131
8132         useless-if-before-free: efficiency tweak
8133         * build-aux/useless-if-before-free: Make the expression-matching
8134         regexp "shy".
8135         Make the *outer* regexp shy, not the expr-matching one.
8136
8137         update code-in-comment to accept cast of free arg
8138         * build-aux/useless-if-before-free: Update regexp.
8139
8140 2008-05-25  Bruno Haible  <bruno@clisp.org>
8141
8142         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
8143         * modules/copy-file-tests (Files, Makefile.am): Update.
8144         * tests/test-copy-file.c (func_test_copy): Update.
8145
8146 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
8147
8148         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
8149
8150 2008-05-23  Bruno Haible  <bruno@clisp.org>
8151
8152         Improve support for ACLs on OSF/1.
8153         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
8154         Remove fallback for unknown flavors of ACLs.
8155
8156 2008-05-22  Bruno Haible  <bruno@clisp.org>
8157
8158         Add support for ACLs on OSF/1.
8159         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
8160         replacements.
8161         (acl_free_text): New macro fallback.
8162         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
8163         acl_free.
8164         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
8165         acl_free_text function. Require AC_C_INLINE.
8166
8167 2008-05-22  Bruno Haible  <bruno@clisp.org>
8168
8169         Make copy_acl work on MacOS X 10.5.
8170         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
8171         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
8172         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
8173         If MODE_INSIDE_ACL, don't assume that every system has the same text
8174         representation for ACLs as FreeBSD.
8175         * lib/copy-acl.c (copy_acl): Add support for platforms with
8176         !MODE_INSIDE_ACL.
8177         * lib/file-has-acl.c (file_has_acl): Likewise.
8178         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
8179         FreeBSD, MacOS X, or IRIX, respectively.
8180
8181 2008-05-22  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/acl.h: Don't include <sys/acl.h>.
8184         (GETACLCNT): Move fallback to lib/acl-internal.h.
8185         * lib/acl-internal.h: Include <sys/acl.h> here.
8186         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
8187
8188 2008-05-22  Bruno Haible  <bruno@clisp.org>
8189
8190         Split off copy_acl function to separate file.
8191         * lib/copy-acl.c: New file, extracted from lib/acl.c.
8192         * lib/acl.c (copy_acl): Moved function to separate file.
8193         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
8194         * modules/acl (Files): Add lib/copy-acl.c.
8195         (Makefiles.am): Augment lib_SOURCES.
8196
8197 2008-05-22  Bruno Haible  <bruno@clisp.org>
8198
8199         * modules/copy-file-tests: New file.
8200         * tests/test-copy-file.sh: New file.
8201         * tests/test-copy-file.c: New file.
8202         * tests/test-copy-file-sameacls.c: New file.
8203
8204 2008-05-22  Eric Blake  <ebb9@byu.net>
8205
8206         Avoid gcc warning.
8207         * tests/test-memcmp.c (main): Pass NULL indirectly.
8208
8209 2008-05-21  Bruno Haible  <bruno@clisp.org>
8210
8211         Add reference doc about ACLs.
8212         * doc/acl-resources.txt: New file.
8213         * doc/acl-cygwin.txt: New file.
8214
8215 2008-05-21  Bruno Haible  <bruno@clisp.org>
8216
8217         Avoid one more warning from gcc.
8218         * lib/vasnprintf.c (IF_LINT): Update comments.
8219         (VASNPRINTF): Use it also for the 'prefix' array initializer.
8220
8221 2008-05-21  Jim Meyering  <meyering@redhat.com>
8222
8223         avoid a warning from gcc
8224         * lib/vasnprintf.c (IF_LINT): Define.
8225         (scale10_round_decimal_long_double):
8226         Use it to avoid a "may be used uninitialized" warning.
8227         (scale10_round_decimal_double): Likewise.
8228
8229 2008-05-21  Simon Josefsson  <simon@josefsson.org>
8230
8231         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
8232         declared.
8233
8234 2008-05-20  Bruno Haible  <bruno@clisp.org>
8235
8236         * tests/test-memcmp.c (main): Test also the sign of the result. Test
8237         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
8238
8239 2008-05-20  Simon Josefsson  <simon@josefsson.org>
8240
8241         * modules/memcmp-tests: New file.
8242         * tests/test-memcmp.c: New file.
8243
8244 2008-05-19  Bruno Haible  <bruno@clisp.org>
8245
8246         * modules/propername (Notice, configure.ac): Put quoted "..." into
8247         --keyword option.
8248         * lib/propername.h: Update comments accordingly.
8249         Reported by Eric Blake.
8250
8251 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
8252
8253         * modules/getpass-gnu (Depends-on): Add fseeko.
8254
8255 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8256
8257         * modules/base64-tests: New file.
8258
8259 2008-05-19  Bo Borgerson <gigabo@gmail.com>
8260
8261         * lib/base64.c (base64_decode_ctx): If a decode context structure
8262         was passed in use it to ignore newlines.  If a context structure
8263         was _not_ passed in, continue to treat newlines as garbage (this
8264         is the historical behavior).  Formerly base64_decode.
8265         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8266         takes a decode context structure.
8267         * lib/base64.h (base64_decode): Macro for four-argument calls.
8268         (base64_decode_alloc): Likewise.
8269         * lib/base64.c (base64_decode_ctx): If a decode context structure
8270         was passed in use it to ignore newlines.  If a context structure
8271         was _not_ passed in, continue to treat newlines as garbage (this
8272         is the historical behavior).  Formerly base64_decode.
8273         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8274         takes a decode context structure.
8275         * lib/base64.h (base64_decode): Macro for four-argument calls.
8276         (base64_decode_alloc): Likewise.
8277
8278 2008-05-19  Jim Meyering  <meyering@redhat.com>
8279
8280         avoid a warning from gcc
8281         * lib/trim.c (IF_LINT): Define.
8282         (trim2): Use it to avoid a "may be used uninitialized" warning.
8283
8284         Fix doc typo.
8285         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
8286
8287 2008-05-19  Bruno Haible  <bruno@clisp.org>
8288
8289         * doc/glibc-functions/getpass.texi: Document limits of other
8290         implementations.
8291
8292 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8293             Bruno Haible <bruno@clisp.org>
8294
8295         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
8296
8297 2008-05-18  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/propername: New file, from GNU gettext.
8300         * lib/propername.h: New file, from GNU gettext.
8301         * lib/propername.c: New file, from GNU gettext.
8302         * MODULES.html.sh (Internationalization functions): Add propername.
8303
8304 2008-05-16  Jim Meyering  <meyering@redhat.com>
8305             Bruno Haible  <bruno@clisp.org>
8306
8307         Avoid some warnings from "gcc -Wshadow".
8308         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
8309
8310 2008-05-15  Eric Blake  <ebb9@byu.net>
8311
8312         Extend previous patch to cygwin 1.7.0.
8313         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
8314         fast implementation in cygwin >= 1.7.0.
8315         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8316         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8317
8318 2008-05-15  Bruno Haible  <bruno@clisp.org>
8319
8320         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
8321         implementation in glibc >= 2.9.
8322         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8323         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8324
8325 2008-05-15  Bruno Haible  <bruno@clisp.org>
8326
8327         * MODULES.html.sh (Internationalization functions): Remove linebreak.
8328         (Unicode string functions): Add unilbrk/*.
8329         Reported by Karl Berry.
8330
8331 2008-05-15  Eric Blake  <ebb9@byu.net>
8332
8333         Fix violation of <stdbool.h> replacement in regex.
8334         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
8335         * lib/regexec.c (re_search_internal): Likewise.
8336         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
8337
8338 2008-05-15  Jim Meyering  <meyering@redhat.com>
8339
8340         avoid distracting test output when git or cvs is not found
8341         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
8342         * tests/test-vc-list-files-git.sh: Likewise.
8343
8344 2008-05-15  Eric Blake  <ebb9@byu.net>
8345
8346         Glibc finally accepted the memmem speedup code, bugzilla #5514.
8347         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
8348         glibc version.
8349         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
8350         * doc/posix-functions/strstr.texi (strstr): Likewise.
8351         * lib/str-two-way.h (MAX): Sychronize with glibc.
8352
8353 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
8354
8355         * lib/regcomp.c (optimize_utf8): Add a note on why we test
8356         opr.ctx_type.
8357         (calc_first): Initialize constraint field.
8358         (duplicate_node_closure): Use it instead of special casing ANCHORS.
8359         Fix grammar.
8360         (duplicate_node): Merge constraint field for all node types.
8361         (calc_eclosure_iter): Look at constraint field for all node types.
8362         * lib/regex_internal.c (create_cd_newstate): Don't look at
8363         opr.ctx_type.
8364
8365 2008-05-14  Bruno Haible  <bruno@clisp.org>
8366
8367         Help GCC to do better code generation.
8368         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
8369         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
8370         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
8371         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
8372         Declare with attribute 'malloc' if supported.
8373
8374 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
8375
8376         use "echo STR|wc -c" rather than unportable "expr length STR"
8377         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
8378         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
8379
8380 2008-05-14  Jim Meyering  <meyering@redhat.com>
8381
8382         use dd ibs=$n count=1 ... rather than less-portable head -c$n
8383         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
8384         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
8385         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
8386         via Collin Lasse.
8387
8388 2008-05-14  Eric Blake  <ebb9@byu.net>
8389
8390         Avoid quadratic growth in gl_LIBSOURCES.
8391         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
8392         Suggested by Bruno Haible.
8393
8394         Test xmemdup0.
8395         * modules/xmemdup0-tests: New file.
8396         * tests/test-xmemdup0.c: Likewise.
8397
8398 2008-05-13  Eric Blake  <ebb9@byu.net>
8399
8400         Split xmemdup0 into its own module.
8401         * modules/xmemdup0: New file.
8402         * lib/xmemdup0.h: Likewise.
8403         * lib/xmemdup0.c: Likewise.
8404         * MODULES.html.sh (Memory management functions): Add xmemdup0.
8405         * lib/xalloc.h (xmemdup0): Remove.
8406         * lib/xmalloc.c (xmemdup0): Likewise.
8407
8408 2008-05-13  Eric Blake  <ebb9@byu.net>
8409             Bruno Haible  <bruno@clisp.org>
8410
8411         Reduce number of forks required during autoconf.
8412         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
8413         and gl_LIBSOURCES_DIR.
8414         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
8415         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
8416         m4_syscmd per file.
8417         <m4_foreach_w>: Move...
8418         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
8419
8420 2008-05-13  Eric Blake  <ebb9@byu.net>
8421
8422         * gnulib-tool: Fix various comment typos.
8423
8424 2008-05-12  Bruno Haible  <bruno@clisp.org>
8425
8426         Tailor the linebreaking algorithm.
8427         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
8428
8429 2008-05-12  Bruno Haible  <bruno@clisp.org>
8430
8431         Update to Unicode 5.0.0.
8432         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8433         LBP_JV, LBP_JT. Redistribute values.
8434         (unilbrk_table): Change size.
8435         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
8436         Unicode TR#14 rev. 22.
8437         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8438         LBP_JV, LBP_JT. Redistribute values.
8439         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
8440         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
8441         Update.
8442         * lib/unilbrk/lbrkprop1.h: Regenerated.
8443         * lib/unilbrk/lbrkprop2.h: Regenerated.
8444         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
8445         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
8446         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
8447         Likewise.
8448         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
8449         Likewise.
8450         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
8451         result.
8452         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
8453         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
8454         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
8455         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
8456         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
8457         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
8458
8459 2008-05-11  Bruno Haible  <bruno@clisp.org>
8460
8461         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
8462
8463 2008-05-11  Bruno Haible  <bruno@clisp.org>
8464
8465         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
8466         * modules/unilbrk/gen-lbrk: New file.
8467
8468 2008-05-11  Bruno Haible  <bruno@clisp.org>
8469
8470         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
8471         * m4/sha512.m4 (gl_SHA512): Likewise.
8472
8473 2008-05-11  Jim Meyering  <meyering@redhat.com>
8474
8475         New modules: crypto/sha256, crypto/sha512 (from coreutils)
8476         * modules/crypto/sha256: New file.
8477         * modules/crypto/sha512: Likewise.
8478         * lib/sha256.c: Likewise.
8479         * lib/sha256.h: Likewise.
8480         * lib/sha512.c: Likewise.
8481         * lib/sha512.h: Likewise.
8482         * lib/u64.h: Likewise.
8483         * m4/sha256.m4: Likewise.
8484         * m4/sha512.m4: Likewise.
8485         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
8486
8487 2008-05-10  Bruno Haible  <bruno@clisp.org>
8488
8489         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
8490         (Input/Output <stdio.h>): Add xprintf.
8491         (Signal handling <signal.h>): Add strsignal.
8492         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
8493         (Core language properties): Add func.
8494         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
8495         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
8496         strings.
8497         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
8498         (Input/output): New section.
8499         (File system functions): Add openat-die, stat-macros.
8500         (Networking functions): Add sockets.
8501         (Unicode string functions): Add unictype/*.
8502         (Support for building libraries and executables): Add gperf.
8503         (Support for building documentation): Add agpl-3.0.
8504         (Misc): Add nocrash.
8505
8506 2008-05-10  Bruno Haible  <bruno@clisp.org>
8507
8508         * modules/unictype/gen-ctype: New file.
8509
8510 2008-05-10  Jim Meyering  <meyering@redhat.com>
8511
8512         Make chdir-safer.c more efficient on a system with no symlinks.
8513         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
8514         also if ELOOP is zero.  Suggested by Bruno Haible.
8515
8516         Make chdir-safer.c slightly safer.
8517         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
8518         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
8519
8520         Avoid compile failure on systems without ELOOP (like mingw).
8521         * lib/chdir-safer.c (ELOOP): Define if not already defined.
8522         Reported by Bruno Haible.
8523
8524 2008-05-10  Bruno Haible  <bruno@clisp.org>
8525
8526         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
8527         (is_utf8_encoding): Use a case-insensitive comparison.
8528         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
8529         streq.
8530
8531 2008-05-10  Bruno Haible  <bruno@clisp.org>
8532
8533         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
8534         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
8535         * lib/unilbrk/ulc-common.h (iconv_string_length,
8536         iconv_string_keeping_offsets): Remove declarations.
8537         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
8538         Don't include <iconv.h>, streq.h, xsize.h.
8539         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
8540         conversion.
8541         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
8542         <iconv.h>, streq.h, xsize.h.
8543         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
8544         conversion.
8545         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
8546         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
8547         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
8548         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
8549
8550 2008-05-10  Bruno Haible  <bruno@clisp.org>
8551
8552         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
8553         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
8554
8555         * modules/unilbrk/u32-width-linebreaks-tests: New file.
8556         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
8557
8558         * modules/unilbrk/u16-width-linebreaks-tests: New file.
8559         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
8560
8561         * modules/unilbrk/u8-width-linebreaks-tests: New file.
8562         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
8563
8564         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
8565         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
8566
8567         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
8568         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
8569
8570         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
8571         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
8572
8573         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
8574         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
8575
8576 2008-05-10  Bruno Haible  <bruno@clisp.org>
8577
8578         Split up 'linebreak' module.
8579         * lib/unilbrk.h: New file, based on lib/linebreak.h.
8580         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
8581         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
8582         modifications.
8583         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
8584         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
8585         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
8586         lib/linebreak.c.
8587         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
8588         lib/linebreak.c.
8589         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
8590         lib/linebreak.c.
8591         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
8592         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
8593         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
8594         lib/linebreak.c.
8595         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
8596         lib/linebreak.c.
8597         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
8598         lib/linebreak.c.
8599         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
8600         lib/linebreak.c.
8601         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
8602         lib/linebreak.c.
8603         * modules/unilbrk/base: New file.
8604         * modules/unilbrk/tables: New file.
8605         * modules/unilbrk/u8-possible-linebreaks: New file.
8606         * modules/unilbrk/u16-possible-linebreaks: New file.
8607         * modules/unilbrk/u32-possible-linebreaks: New file.
8608         * modules/unilbrk/ulc-common: New file.
8609         * modules/unilbrk/ulc-possible-linebreaks: New file.
8610         * modules/unilbrk/u8-width-linebreaks: New file.
8611         * modules/unilbrk/u16-width-linebreaks: New file.
8612         * modules/unilbrk/u32-width-linebreaks: New file.
8613         * modules/unilbrk/ulc-width-linebreaks: New file.
8614         * lib/linebreak.h: Remove file.
8615         * lib/linebreak.c: Remove file.
8616         * m4/linebreak.m4: Remove file.
8617         * modules/linebreak: Remove file.
8618         * NEWS: Mention the changes.
8619
8620 2008-05-09  Eric Blake  <ebb9@byu.net>
8621
8622         Add xmemdup0.
8623         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
8624         implementation.
8625         * lib/xmalloc.c (xmemdup0): New C implementation.
8626
8627 2008-05-08  Bruno Haible  <bruno@clisp.org>
8628
8629         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
8630
8631 2008-05-07  Eric Blake  <ebb9@byu.net>
8632
8633         Support cross-compilation of <wctype.h>.
8634         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
8635         AC_CACHE_CHECK.
8636
8637 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
8638
8639         * build-aux/vc-list-files: Add support for bzr.
8640
8641 2008-05-03  Jim Meyering  <meyering@redhat.com>
8642
8643         avoid failed assertion with tight malloc
8644         * tests/test-getndelim2.c: Correct an off-by-one assertion.
8645
8646 2008-05-03  Simon Josefsson  <simon@josefsson.org>
8647
8648         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
8649         are needed from arpa/inet.h.
8650         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
8651         Reported by Bruno Haible.
8652
8653 2008-05-02  Jim Meyering  <meyering@redhat.com>
8654
8655         avoid compilation error on FreeBSD 6
8656         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
8657
8658 2008-05-01  Jim Meyering  <meyering@redhat.com>
8659
8660         useless-if-before-free: correct --help's exit status description
8661         * build-aux/useless-if-before-free (usage): Like grep, exit 0
8662         for one or more matches, etc.  Reported by Bruno Haible.
8663
8664         vc-list-files: make the stand-alone gnulib test work
8665         * modules/vc-list-files-tests (configure.ac):
8666         Define and AC_SUBST abs_aux_dir.
8667         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
8668         $(abs_top_srcdir) to each script and having each of them
8669         duplicate the work of setting PATH, set PATH here, using
8670         the new variable, abs_aux_dir instead.
8671         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
8672         * tests/test-vc-list-files-git.sh: Likewise.
8673         Reported by Bruno Haible.
8674
8675 2008-05-01  Bruno Haible  <bruno@clisp.org>
8676
8677         * lib/getndelim2.c (getndelim2): Fix newsize computation during
8678         reallocation. Rename 'done' to 'found_delimiter'.
8679
8680 2008-05-01  Jim Meyering  <meyering@redhat.com>
8681
8682         vc-list-files: accommodate /bin/sh like the one from Solaris 10
8683         * build-aux/vc-list-files: Use `...`, not $(...).
8684
8685 2008-04-30  Jim Meyering  <meyering@redhat.com>
8686
8687         add tests for vc-list-files
8688         * modules/vc-list-files-tests: New module.
8689         * tests/test-vc-list-files-cvs.sh: New file.
8690         * tests/test-vc-list-files-git.sh: New file.
8691
8692         avoid a warning from gcc
8693         * lib/getndelim2.c (IF_LINT): Define.
8694         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
8695
8696         vc-list-files: work properly with build-aux/cvsu, too
8697         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
8698         to all cvs-based clauses.
8699
8700         vc-list-files: work properly in the CVS+awk case, too
8701         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
8702
8703         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
8704         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
8705         take more than one file argument, so .  Add quotes, just in case $dir
8706         ever contains a shell meta-character.  Prompted by Soren Hansen in
8707         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
8708
8709 2008-04-29  Eric Blake  <ebb9@byu.net>
8710
8711         Optimize getndelim2 to use block operations when possible.
8712         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
8713         freadseek, and memchr2.
8714         * lib/getndelim2.c (getndelim2): Use them for block reads.
8715
8716 2008-04-29  Bruno Haible  <bruno@clisp.org>
8717
8718         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
8719         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8720         * modules/inet_ntop (Depends-on): Add extensions.
8721         * modules/inet_pton (Depends-on): Likewise.
8722         Reported by Simon Josefsson.
8723
8724 2008-04-29  Jim Meyering  <meyering@redhat.com>
8725
8726         When the is more than one match in a block, match all of them.
8727         * build-aux/useless-if-before-free: Iterate through each block
8728         until there are no more matches.
8729
8730         Fix broken useless-if-before-free script.
8731         * build-aux/useless-if-before-free: Fix typo: missing "?" after
8732         the expression to match cast of argument to free-like function.
8733
8734 2008-04-29  Eric Blake  <ebb9@byu.net>
8735
8736         Use new header.
8737         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
8738
8739 2008-04-29  Jim Meyering  <meyering@redhat.com>
8740
8741         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
8742         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
8743         by gnulib to exist and to declare e.g., inet_ntop.
8744         Don't include "inet_ntop.h", now removed.
8745
8746         * m4/arpa_inet_h.m4: Remove trailing blanks.
8747
8748 2008-04-29  Eric Blake  <ebb9@byu.net>
8749
8750         Silence valgrind on safe reads beyond potential array bounds.
8751         * lib/rawmemchr.valgrind: New file.
8752         * lib/strchrnul.valgrind: Likewise.
8753         * modules/rawmemchr (Files): Distribute new file.
8754         * modules/strchrnul (Files): Likewise.
8755         Suggested by Bruno Haible.
8756
8757 2008-04-29  Bruno Haible  <bruno@clisp.org>
8758
8759         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
8760         (inet_ntop, inet_pton): Change portability warning's wording.
8761         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
8762         Invoke gl_CHECK_NEXT_HEADERS.
8763         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
8764         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
8765         set ARPA_INET_H.
8766         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8767         * modules/arpa_inet (Description): No longer only for systems that
8768         lack it.
8769         (Depends-on): Add include_next.
8770         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
8771         HAVE_ARPA_INET_H.
8772
8773 2008-04-29  Jim Meyering  <meyering@redhat.com>
8774
8775         * modules/mkdir (License): Re-license as LGPLv2+.
8776
8777 2008-04-29  Bruno Haible  <bruno@clisp.org>
8778
8779         * modules/rawmemchr (Maintainer): Set to Eric.
8780         * modules/strchrnul (Maintainer): Likewise.
8781
8782 2008-04-29  Simon Josefsson  <simon@josefsson.org>
8783
8784         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
8785         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
8786
8787         * modules/arpa_inet (arpa/inet.h): Use them.
8788
8789 2008-04-28  Eric Blake  <ebb9@byu.net>
8790
8791         Test getndelim2.
8792         * modules/getndelim2-tests: New file.
8793         * tests/test-getndelim2.c: Likewise.
8794         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
8795         stream.
8796         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
8797
8798         * MODULES.html.sh: Document new module.
8799
8800 2008-04-20  Bruno Haible  <bruno@clisp.org>
8801
8802         * lib/c-stack.c (die): Use raise.
8803         * modules/c-stack (Depends-on): Add raise.
8804
8805 2008-04-28  Bruno Haible  <bruno@clisp.org>
8806
8807         Expect rpmatch to be declared.
8808         * lib/yesno.c (rpmatch): Remove declaration.
8809
8810         Declare rpmatch.
8811         * lib/stdlib.in.h (rpmatch): New declaration.
8812         * lib/rpmatch.c: Include <stdlib.h> first.
8813         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
8814         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
8815         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
8816         HAVE_RPMATCH.
8817         * modules/rpmatch (Depends-on): Add stdlib, extensions.
8818         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8819         (Include): Set to <stdlib.h>.
8820         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
8821         HAVE_RPMATCH.
8822         * NEWS: Document the change.
8823
8824 2008-04-28  Bruno Haible  <bruno@clisp.org>
8825
8826         Change rpmatch to use nl_langinfo when appropriate.
8827         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
8828         (N_): New macro.
8829         (localized_pattern): New function/macro.
8830         (try): Remove match, nomatch arguments. Copy the pattern into safe
8831         memory before caching it.
8832         (rpmatch): Use localized_pattern. Add translator comments.
8833         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
8834         Suggested by Eric Blake.
8835         * modules/rpmatch (Depends-on): Add stdbool.
8836
8837 2008-04-28  Eric Blake  <ebb9@byu.net>
8838
8839         Add rawmemchr module, matching glibc.
8840         * modules/string (Makefile.am): New indicator.
8841         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
8842         * lib/string.in.h (rawmemchr): Declare when appropriate.
8843         * modules/rawmemchr: New file.
8844         * m4/rawmemchr.m4: Likewise.
8845         * lib/rawmemchr.c: Likewise.
8846         * modules/rawmemchr-tests: Likewise.
8847         * tests/test-rawmemchr.c: Likewise.
8848         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
8849         module.
8850         * modules/strchrnul (Depends-on): Add rawmemchr.
8851         * lib/strchrnul.c (strchrnul): Optimize a corner case.
8852
8853         Whitespace cleanup.
8854         * tests/test-strchrnul.c: Reindent.
8855         * lib/strchrnul.c: Likewise.
8856
8857         Optimize and test strchrnul.
8858         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
8859         * modules/strchrnul-tests: New file.
8860         * tests/test-strchrnul.c: Likewise.
8861
8862         Remove intprops dependency.
8863         * modules/memchr (Depends-on): Remove intprops.
8864         * modules/memrchr (Depends-on): Likewise.
8865         * modules/memchr2 (Depends-on): Likewise.
8866         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
8867         * lib/memrchr.c (__memrchr): Likewise.
8868         * lib/memrchr2.c (memchr2): Likewise.
8869         Reported by Simon Josefsson.
8870
8871 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8872
8873         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
8874         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8875
8876 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8877
8878         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
8879
8880         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
8881
8882         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
8883
8884         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
8885         declarations.
8886         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
8887
8888         * m4/inet_pton.m4: Don't check for header files.
8889
8890         * m4/inet_ntop.m4: Don't check for header files.
8891
8892 2008-04-28  Simon Josefsson  <simon@josefsson.org>
8893
8894         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
8895         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
8896         trigger for cygwin).
8897         Reported by Bruno Haible  <bruno@clisp.org>.
8898
8899 2008-04-28  Bruno Haible  <bruno@clisp.org>
8900
8901         * doc/posix-functions/strdup.texi: Mention mingw problem.
8902
8903 2008-04-27  Bruno Haible  <bruno@clisp.org>
8904
8905         * modules/stat-time-tests (Depends-on): Add sleep.
8906         * tests/test-stat-time.c (force_unlink): New function.
8907         (cleanup): Use it.
8908         (test_mtime): Remove the ctime related tests.
8909         (test_ctime): New function, containing the ctime related tests.
8910         (main): Call test_ctime, except on native Windows platforms.
8911
8912 2008-04-27  Bruno Haible  <bruno@clisp.org>
8913
8914         * lib/rpmatch.c (rpmatch): Add some comments.
8915         Reported by James Youngman <jay@gnu.org>.
8916
8917 2008-04-27  Bruno Haible  <bruno@clisp.org>
8918
8919         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
8920         quiet NaNs.
8921
8922 2008-04-27  Bruno Haible  <bruno@clisp.org>
8923
8924         Make test-yesno.sh work on mingw.
8925         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
8926         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
8927         (main): Set stdin to binary mode.
8928         * modules/yesno-tests (Depends-on): Add binary-io.
8929
8930 2008-04-27  Bruno Haible  <bruno@clisp.org>
8931
8932         Fix 'isfinite' on x86, x86_64, ia64 platforms.
8933         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
8934         argument that lie outside the IEEE 854 domain.
8935         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
8936         (gl_ISFINITE): Use it.
8937         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
8938
8939 2008-04-27  Bruno Haible  <bruno@clisp.org>
8940
8941         Allow local renaming in config.h.
8942         * lib/memrchr.c (memrchr): Don't undefine outside libc.
8943
8944 2008-04-27  Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/memchr.c (__memchr): Change type of 'i'.
8947         * lib/memchr2.c (memchr2): Likewise.
8948
8949 2008-04-26  Eric Blake  <ebb9@byu.net>
8950         and Bruno Haible  <bruno@clisp.org>
8951
8952         Optimize and test memrchr.
8953         * modules/memrchr (Depends-on): Add intprops.
8954         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
8955         * modules/memrchr-tests: New file.
8956         * tests/test-memrchr.c: New file.
8957
8958 2008-04-26  Bruno Haible  <bruno@clisp.org>
8959
8960         Add tentative support for DragonFly BSD.
8961         * lib/stdio-impl.h: Add macros for DragonFly BSD.
8962         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
8963         fp.
8964         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
8965         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
8966         * lib/fpurge.c (fpurge): Likewise.
8967         * lib/freadable.c (freaadable): Likewise.
8968         * lib/freadahead.c (freadahead): Likewise.
8969         * lib/freading.c (freading): Likewise.
8970         * lib/freadptr.c (freadptr): Likewise.
8971         * lib/freadseek.c (freadptrinc): Likewise.
8972         * lib/fseeko.c (fseeko): Likewise.
8973         * lib/fseterr.c (fseterr): Likewise.
8974         * lib/fwritable.c (fwritable): Likewise.
8975         * lib/fwriting.c (fwriting): Likewise.
8976
8977 2008-04-26  Bruno Haible  <bruno@clisp.org>
8978
8979         * lib/stdio-impl.h: New file.
8980         * lib/fbufmode.c: Include stdio-impl.h.
8981         (fbufmode): Use fp_, remove redundant #defines.
8982         * lib/fflush.c: Include stdio-impl.h.
8983         (clear_ungetc_buffer): Remove redundant #defines.
8984         * lib/fpurge.c: Include stdio-impl.h.
8985         (fpurge): Remove redundant #defines.
8986         * lib/freadable.c: Include stdio-impl.h.
8987         (freadable): Remove redundant #defines.
8988         * lib/freadahead.c: Include stdio-impl.h.
8989         (freadahead): Remove redundant #defines.
8990         * lib/freading.c: Include stdio-impl.h.
8991         (freading): Remove redundant #defines.
8992         * lib/freadptr.c: Include stdio-impl.h.
8993         (freadptr): Remove redundant #defines.
8994         * lib/freadseek.c: Include stdio-impl.h.
8995         (freadptrinc): Remove redundant #defines.
8996         * lib/fseeko.c: Include stdio-impl.h.
8997         (rpl_fseeko): Remove redundant #defines.
8998         * lib/fseterr.c: Include stdio-impl.h.
8999         (fseterr): Remove redundant #defines.
9000         * lib/fwritable.c: Include stdio-impl.h.
9001         (fwritable: Remove redundant #defines.
9002         * lib/fwriting.c: Include stdio-impl.h.
9003         (fwriting): Remove redundant #defines.
9004         * modules/fbufmode (Files): Add lib/stdio-impl.h.
9005         * modules/fflush (Files): Likewise.
9006         * modules/fpurge (Files): Likewise.
9007         * modules/freadable (Files): Likewise.
9008         * modules/freadahead (Files): Likewise.
9009         * modules/freading (Files): Likewise.
9010         * modules/freadptr (Files): Likewise.
9011         * modules/freadseek (Files): Likewise.
9012         * modules/fseeko (Files): Likewise.
9013         * modules/fseterr (Files): Likewise.
9014         * modules/fwritable (Files): Likewise.
9015         * modules/fwriting (Files): Likewise.
9016
9017 2008-04-26  Bruno Haible  <bruno@clisp.org>
9018
9019         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9020         restore_seek_optimization, update_fpos_cache): New functions, extracted
9021         from rpl_fflush.
9022         (rpl_fflush): Use them.
9023         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
9024         (gl_REPLACE_FFLUSH): Use it.
9025
9026 2008-04-26  Bruno Haible  <bruno@clisp.org>
9027
9028         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
9029         on Solaris.
9030         * tests/test-xstrtoimax.sh: Likewise.
9031         * tests/test-xstrtoumax.sh: Likewise.
9032         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9033
9034 2008-04-26  Bruno Haible  <bruno@clisp.org>
9035
9036         * modules/memchr-tests: New file.
9037         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
9038
9039 2008-04-26  Eric Blake  <ebb9@byu.net>
9040             Bruno Haible  <bruno@clisp.org>
9041
9042         * lib/memchr.c: Include intprops.h.
9043         (__memchr): Optimize parallel detection of matching bytes. Rename local
9044         variables. Add explanatory comments.
9045
9046 2008-04-26  Bruno Haible  <bruno@clisp.org>
9047
9048         Fix module 'memchr', broken since 2000-10-28.
9049         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
9050
9051 2008-04-26  Bruno Haible  <bruno@clisp.org>
9052
9053         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
9054         comments.
9055
9056 2008-04-25  Eric Blake  <ebb9@byu.net>
9057
9058         Use native fstatat on cygwin 1.7.0.
9059         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
9060         first.
9061
9062 2008-04-23  Eric Blake  <ebb9@byu.net>
9063
9064         Improve memchr2 performance.
9065         * lib/memchr2.c (memchr2): Further optimize parallel detection of
9066         NUL bytes.
9067         * modules/memchr2 (Depends-on): Use intprops.h.
9068
9069 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9070
9071         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
9072         an inline function instead of a CPP macro.  Patch by Ben Pfaff
9073         <blp@cs.stanford.edu>.
9074
9075 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9076
9077         * lib/arpa_inet.in.h: New file.
9078
9079         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
9080         (Makefile.am): Sed in substitute header file.
9081
9082         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
9083         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
9084
9085         * modules/inet_ntop (configure.ac): Use
9086         gl_ARPA_INET_MODULE_INDICATOR.
9087
9088         * modules/inet_pton (configure.ac): Use
9089         gl_ARPA_INET_MODULE_INDICATOR.
9090
9091 2008-04-22  Jim Meyering  <meyering@redhat.com>
9092
9093         * modules/verify (License): Re-license as LGPLv2+.
9094
9095 2008-04-22  Simon Josefsson  <simon@josefsson.org>
9096
9097         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
9098         parameter to void* as per POSIX standard (MinGW uses char*).
9099
9100 2008-04-21  Bruno Haible  <bruno@clisp.org>
9101
9102         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9103         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9104         Define to replacements if REPLACE_ISWCNTRL is 1.
9105         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
9106         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
9107         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
9108         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
9109         what it fixes.
9110         * doc/posix-functions/iswalpha.texi: Likewise.
9111         * doc/posix-functions/iswblank.texi: Likewise.
9112         * doc/posix-functions/iswcntrl.texi: Likewise.
9113         * doc/posix-functions/iswdigit.texi: Likewise.
9114         * doc/posix-functions/iswgraph.texi: Likewise.
9115         * doc/posix-functions/iswlower.texi: Likewise.
9116         * doc/posix-functions/iswprint.texi: Likewise.
9117         * doc/posix-functions/iswpunct.texi: Likewise.
9118         * doc/posix-functions/iswspace.texi: Likewise.
9119         * doc/posix-functions/iswupper.texi: Likewise.
9120         * doc/posix-functions/iswxdigit.texi: Likewise.
9121         Reported by Alain Guibert.
9122
9123 2008-04-21  Bruno Haible  <bruno@clisp.org>
9124
9125         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
9126         Patch by Alain Guibert.
9127
9128 2008-04-21  Bruno Haible  <bruno@clisp.org>
9129
9130         Fix test failures on mingw.
9131         * tests/test-xstrtol.c (print_no_progname): New function.
9132         (main): Install it in error_print_progname hook.
9133         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
9134         * tests/test-xstrtoimax.sh: Likewise.
9135         * tests/test-xstrtoumax.sh: Likewise.
9136
9137 2008-04-21  Bruno Haible  <bruno@clisp.org>
9138
9139         Fix test failure on mingw.
9140         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
9141
9142 2008-04-21  Bruno Haible  <bruno@clisp.org>
9143
9144         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
9145         Actually assign a value.
9146
9147 2008-04-20  Bruno Haible  <bruno@clisp.org>
9148
9149         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
9150         take 2.
9151         * lib/canonicalize.c (canonicalize_file_name): Elide if the
9152         'canonicalize-lgpl' module is also used.
9153         * lib/canonicalize-lgpl.c: Undo last change.
9154         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
9155
9156 2008-04-20  Bruno Haible  <bruno@clisp.org>
9157
9158         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
9159         config.h. Provide _mkdir based fallback for mingw.
9160         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
9161         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
9162         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
9163         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
9164         rather than defining mkdir in config.h.
9165         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
9166         (gl_SYS_STAT_H_DEFAULTS): New macro.
9167         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
9168         HAVE_IO_H any more.
9169         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
9170         HAVE_DECL_MKDIR and HAVE_IO_H.
9171
9172 2008-04-20  Bruno Haible  <bruno@clisp.org>
9173
9174         * lib/isapipe.c: Port to native Windows platforms.
9175
9176 2008-04-20  Bruno Haible  <bruno@clisp.org>
9177
9178         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
9179
9180 2008-04-21  Eric Blake  <ebb9@byu.net>
9181
9182         Work around preprocessors that don't handle UINTMAX_MAX.
9183         * lib/memchr2.c (memchr2): Avoid embedded #if.
9184         Reported by Alain Guibert, fix suggested by Bruno Haible.
9185
9186 2008-04-21  Simon Josefsson  <simon@josefsson.org>
9187
9188         * doc/posix-functions/strftime.texi (strftime): Explain better
9189         Windows incompatibility.  Suggested by Micah Cowan
9190         <micah@cowan.name>.
9191
9192 2008-04-20  Bruno Haible  <bruno@clisp.org>
9193
9194         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
9195         unistr/u8-mblen.
9196
9197 2008-04-20  Bruno Haible  <bruno@clisp.org>
9198
9199         Fix test failure on platforms with non-GNU iconv.
9200         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
9201         (U_TO_U8): Use it, rather than u16_to_u8.
9202         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
9203         units at the end of the input string.
9204         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
9205
9206 2008-04-20  Bruno Haible  <bruno@clisp.org>
9207
9208         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
9209         when the resulting length is 0.
9210         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
9211
9212 2008-04-20  Bruno Haible  <bruno@clisp.org>
9213
9214         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
9215         works.
9216         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
9217
9218 2008-04-20  Bruno Haible  <bruno@clisp.org>
9219
9220         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
9221         * modules/tsearch-tests (configure.ac): Test for initstate function.
9222
9223 2008-04-20  Bruno Haible  <bruno@clisp.org>
9224
9225         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
9226         for nlink_t if missing.
9227         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
9228
9229 2008-04-19  Bruno Haible  <bruno@clisp.org>
9230
9231         Work around snprintf bug on Linux libc5.
9232         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
9233         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9234         gl_SNPRINTF_SIZE1.
9235         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9236         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
9237         that test failed.
9238         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
9239         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
9240         * modules/snprintf (Files): Add m4/printf.m4.
9241         * modules/vsnprintf (Files): Likewise.
9242         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
9243         * doc/posix-functions/vsnprintf.texi: Likewise.
9244
9245 2008-04-19  Bruno Haible  <bruno@clisp.org>
9246
9247         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
9248         from 0.0058 to less than 10^-7.
9249
9250 2008-04-19  Bruno Haible  <bruno@clisp.org>
9251
9252         Fix rounding when a precision is given.
9253         * lib/vasnprintf.c (is_borderline): New function.
9254         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
9255         9...9x.
9256         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
9257         %e, %g.
9258         * tests/test-vasprintf-posix.c (test_function): Likewise.
9259         * tests/test-snprintf-posix.h (test_function): Likewise.
9260         * tests/test-sprintf-posix.h (test_function): Likewise.
9261         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
9262         * tests/test-printf-posix.h (test_function): Likewise.
9263         * tests/test-printf-posix.output: Update.
9264         Reported by John Darrington <john@darrington.wattle.id.au> via
9265         Ben Pfaff <blp@cs.stanford.edu>.
9266
9267 2008-04-18  Simon Josefsson  <simon@josefsson.org>
9268
9269         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
9270         Suggested by Bruno Haible <bruno@clisp.org>.
9271
9272 2008-04-17  Bruno Haible  <bruno@clisp.org>
9273
9274         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
9275         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
9276         implementation.
9277         Patch by Bruce Merry <bmerry@gmail.com>.
9278
9279 2008-04-17  Simon Josefsson  <simon@josefsson.org>
9280
9281         * doc/posix-functions/strftime.texi (strftime): Mention that %e
9282         doesn't work under Windows.
9283
9284 2008-04-16  Bruno Haible  <bruno@clisp.org>
9285
9286         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
9287         New macros.
9288         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
9289         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
9290         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
9291         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
9292         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
9293         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
9294         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
9295         macros.
9296         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
9297         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
9298         Northern Sotho, Uighur.
9299
9300 2008-04-16  Bruno Haible  <bruno@clisp.org>
9301
9302         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
9303         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
9304         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
9305         Reported by Daniel Bergström <daniel@octocode.com>.
9306
9307 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
9308             Bruno Haible  <bruno@clisp.org>
9309
9310         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
9311         function.
9312         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
9313         New functions, mostly extracted from gl_locale_name_default.
9314         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
9315
9316 2008-04-16  Eric Blake  <ebb9@byu.net>
9317
9318         Adjust strtod detection to catch glibc 2.7 bug.
9319         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
9320         Reported by John Gatewood Ham.
9321
9322 2008-04-16  Bruno Haible  <bruno@clisp.org>
9323
9324         Add tentative support for Linux libc5.
9325         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
9326         * lib/fpurge.c (fpurge): Likewise.
9327         * lib/freadable.c (freadable): Likewise.
9328         * lib/freadahead.c (freadahead): Likewise.
9329         * lib/freading.c (freading): Likewise.
9330         * lib/freadptr.c (freadptr): Likewise.
9331         * lib/freadseek.c (freadptrinc): Likewise.
9332         * lib/fseeko.c (rpl_fseeko): Likewise.
9333         * lib/fseterr.c (fseterr): Likewise.
9334         * lib/fwritable.c (fwritable): Likewise.
9335         * lib/fwriting.c (fwriting): Likewise.
9336         Reported by Alain Guibert <alguibert+bts@free.fr>.
9337
9338 2008-04-15  Bruno Haible  <bruno@clisp.org>
9339
9340         * modules/mathl (configure.ac): Define module indicator.
9341
9342 2008-04-15  Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/logl.c (logl): Remove unused variables.
9345
9346 2008-04-15  Bruno Haible  <bruno@clisp.org>
9347
9348         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
9349         fails.
9350
9351 2008-04-15  Bruno Haible  <bruno@clisp.org>
9352
9353         * lib/trim.c (trim2): Fix argument of isspace() macro.
9354
9355 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
9356
9357         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
9358         to 0.
9359         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
9360
9361 2008-04-14  Bruno Haible  <bruno@clisp.org>
9362
9363         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
9364         AC_LANG_PROGRAM argument.
9365         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
9366         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
9367         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
9368         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9369         * m4/math_h.m4 (gl_MATH_H): Likewise.
9370         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
9371         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9372         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9373         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
9374         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9375         * m4/regex.m4 (gl_REGEX): Likewise.
9376         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
9377         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
9378         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9379         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
9380         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9381         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9382         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9383         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9384
9385 2008-04-14  Jim Meyering  <meyering@redhat.com>
9386
9387         test-strtod: fix typos: s/abs/fabs/
9388         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
9389
9390 2008-04-13  Bruno Haible  <bruno@clisp.org>
9391
9392         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
9393         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
9394         module is also used and while not building the reloc-wrapper.
9395
9396 2008-04-13  Bruno Haible  <bruno@clisp.org>
9397
9398         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
9399
9400 2008-04-13  Bruno Haible  <bruno@clisp.org>
9401
9402         Fix AIX compilation failure introduced on 2008-04-02.
9403         * tests/test-frexp.c (exp): Undefine before redefining.
9404         * tests/test-frexpl.c (exp): Likewise.
9405
9406 2008-04-13  Bruno Haible  <bruno@clisp.org>
9407
9408         Work around a HP-UX stdio bug.
9409         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
9410         * tests/test-ftello.c (main): Likewise.
9411         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
9412         * doc/posix-functions/ftello.texi: Likewise.
9413
9414 2008-04-13  Bruno Haible  <bruno@clisp.org>
9415
9416         Make test-signbit pass on HP-UX/hppa.
9417         * tests/test-signbit.c (minus_zerol): New variable.
9418         (test_signbitl): Use it.
9419
9420 2008-04-13  Bruno Haible  <bruno@clisp.org>
9421
9422         Make truncl work on OSF/1 4.0.
9423         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
9424         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9425         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9426         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
9427         HAVE_DECL_TRUNCL.
9428         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
9429         HAVE_DECL_TRUNCL.
9430         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
9431
9432 2008-04-13  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/unictype.h: Remove trailing comma from enumeration definitions.
9435
9436 2008-04-13  Bruno Haible  <bruno@clisp.org>
9437
9438         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
9439         expression, so as to avoid HP-UX 11 cc compiler bug.
9440
9441 2008-04-13  Bruno Haible  <bruno@clisp.org>
9442
9443         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
9444
9445 2008-04-13  Bruno Haible  <bruno@clisp.org>
9446
9447         * lib/git-merge-changelog.c: Remove empty declaration outside of
9448         functions.
9449
9450 2008-04-13  Bruno Haible  <bruno@clisp.org>
9451
9452         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
9453
9454 2008-04-13  Bruno Haible  <bruno@clisp.org>
9455
9456         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
9457         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
9458         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
9459         also if it exists but lacks definitions of the SHUT_* macros.
9460         * modules/sys_socket (Description): Update.
9461         Reported by Elbert Pol <e.pol@chello.nl>.
9462
9463 2008-04-13  Bruno Haible  <bruno@clisp.org>
9464
9465         * lib/localcharset.c (OS2): Don't redefine if already defined.
9466         Reported by Elbert Pol <e.pol@chello.nl>.
9467
9468 2008-04-13  Bruno Haible  <bruno@clisp.org>
9469
9470         * lib/binary-io.h [__EMX__]: Include <io.h>.
9471         Reported by Elbert Pol <e.pol@chello.nl>.
9472
9473 2008-04-12  Bruno Haible  <bruno@clisp.org>
9474
9475         * lib/fpucw.h: Enable the definitions also for x86_64.
9476         Needed for NetBSD/x86_64.
9477         Reported by Thomas Klausner <tk@giga.or.at>.
9478
9479 2008-04-12  Bruno Haible  <bruno@clisp.org>
9480
9481         * tests/test-strtod.c: Include isnand.h.
9482         (main): Use isnand instead of isnan.
9483         Reported by Jim Meyering.
9484
9485 2008-04-12  Bruno Haible  <bruno@clisp.org>
9486
9487         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
9488         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9489
9490 2008-04-12  Jim Meyering  <meyering@redhat.com>
9491
9492         * m4/math_h.m4 (gl_MATH_H): Fix typos.
9493
9494 2008-04-12  Bruno Haible  <bruno@clisp.org>
9495
9496         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
9497         Reported by Elbert Pol <e.pol@chello.nl>.
9498
9499 2008-04-12  Eric Blake  <ebb9@byu.net>
9500
9501         Work around Solaris 10 math.h bug.
9502         * m4/math_h.m4 (gl_MATH_H): Check for bug.
9503         (gl_MATH_H_DEFAULTS): Set up default.
9504         * modules/math (Makefile.am): Replace new indicators.
9505         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
9506         * tests/test-math.c (main): Test this.
9507         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
9508         * doc/posix-headers/math.texi (math.h): Mention bug.
9509         Reported by Nelson H. F. Beebe and Jim Meyering.
9510
9511 2008-04-11  Bruno Haible  <bruno@clisp.org>
9512
9513         Adapt to future versions of Apple GCC.
9514         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
9515         Reported by Peter O'Gorman <peter@pogma.com>.
9516
9517 2008-04-11  Bruno Haible  <bruno@clisp.org>
9518
9519         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
9520
9521 2008-04-11  Bruno Haible  <bruno@clisp.org>
9522
9523         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
9524
9525         * modules/getaddrinfo-tests (Makefile.am): Define
9526         test_getaddrinfo_LDADD.
9527
9528 2008-04-11  Bruno Haible  <bruno@clisp.org>
9529
9530         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
9531         (init): Fix syntax error.
9532         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
9533         is declared.
9534
9535 2008-04-11  Bruno Haible  <bruno@clisp.org>
9536
9537         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
9538         * modules/glob (Depends-on): Add stdbool.
9539
9540 2008-04-11  Bruno Haible  <bruno@clisp.org>
9541
9542         * lib/trim.c: Include <string.h>.
9543
9544 2008-04-11  Eric Blake  <ebb9@byu.net>
9545
9546         Avoid compile failure on OS/2.
9547         * lib/regex_internal.h (internal_function): Disable optimization
9548         on OS/2 (__EMX__), where it caused compiler error.
9549         Reported by Elbert Pol.
9550
9551 2008-04-11  Bruno Haible  <bruno@clisp.org>
9552
9553         Flush the standard error stream before aborting. Needed on mingw.
9554         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
9555         * tests/test-array_list.c (ASSERT): Likewise.
9556         * tests/test-array_oset.c (ASSERT): Likewise.
9557         * tests/test-avltree_list.c (ASSERT): Likewise.
9558         * tests/test-avltree_oset.c (ASSERT): Likewise.
9559         * tests/test-avltreehash_list.c (ASSERT): Likewise.
9560         * tests/test-binary-io.c (ASSERT): Likewise.
9561         * tests/test-byteswap.c (ASSERT): Likewise.
9562         * tests/test-c-ctype.c (ASSERT): Likewise.
9563         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
9564         * tests/test-c-strcasestr.c (ASSERT): Likewise.
9565         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
9566         * tests/test-c-strstr.c (ASSERT): Likewise.
9567         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
9568         * tests/test-canonicalize.c (ASSERT): Likewise.
9569         * tests/test-carray_list.c (ASSERT): Likewise.
9570         * tests/test-ceilf1.c (ASSERT): Likewise.
9571         * tests/test-ceilf2.c (ASSERT): Likewise.
9572         * tests/test-ceill.c (ASSERT): Likewise.
9573         * tests/test-count-one-bits.c (ASSERT): Likewise.
9574         * tests/test-fbufmode.c (ASSERT): Likewise.
9575         * tests/test-fflush2.c (ASSERT): Likewise.
9576         * tests/test-floorf1.c (ASSERT): Likewise.
9577         * tests/test-floorf2.c (ASSERT): Likewise.
9578         * tests/test-floorl.c (ASSERT): Likewise.
9579         * tests/test-fopen.c (ASSERT): Likewise.
9580         * tests/test-fpending.c (ASSERT): Likewise.
9581         * tests/test-fprintf-posix.c (ASSERT): Likewise.
9582         * tests/test-fpurge.c (ASSERT): Likewise.
9583         * tests/test-freadable.c (ASSERT): Likewise.
9584         * tests/test-freadahead.c (ASSERT): Likewise.
9585         * tests/test-freading.c (ASSERT): Likewise.
9586         * tests/test-freadptr.c (ASSERT): Likewise.
9587         * tests/test-freadptr2.c (ASSERT): Likewise.
9588         * tests/test-freadseek.c (ASSERT): Likewise.
9589         * tests/test-freopen.c (ASSERT): Likewise.
9590         * tests/test-frexp.c (ASSERT): Likewise.
9591         * tests/test-frexpl.c (ASSERT): Likewise.
9592         * tests/test-fseek.c (ASSERT): Likewise.
9593         * tests/test-fseeko.c (ASSERT): Likewise.
9594         * tests/test-fstrcmp.c (ASSERT): Likewise.
9595         * tests/test-ftell.c (ASSERT): Likewise.
9596         * tests/test-ftello.c (ASSERT): Likewise.
9597         * tests/test-func.c (ASSERT): Likewise.
9598         * tests/test-fwritable.c (ASSERT): Likewise.
9599         * tests/test-fwriting.c (ASSERT): Likewise.
9600         * tests/test-getdelim.c (ASSERT): Likewise.
9601         * tests/test-getline.c (ASSERT): Likewise.
9602         * tests/test-i-ring.c (ASSERT): Likewise.
9603         * tests/test-iconv-utf.c (ASSERT): Likewise.
9604         * tests/test-iconv.c (ASSERT): Likewise.
9605         * tests/test-isfinite.c (ASSERT): Likewise.
9606         * tests/test-isnand.c (ASSERT): Likewise.
9607         * tests/test-isnanf.c (ASSERT): Likewise.
9608         * tests/test-isnanl.h (ASSERT): Likewise.
9609         * tests/test-ldexpl.c (ASSERT): Likewise.
9610         * tests/test-linked_list.c (ASSERT): Likewise.
9611         * tests/test-linkedhash_list.c (ASSERT): Likewise.
9612         * tests/test-localename.c (ASSERT): Likewise.
9613         * tests/test-lseek.c (ASSERT): Likewise.
9614         * tests/test-mbscasecmp.c (ASSERT): Likewise.
9615         * tests/test-mbscasestr1.c (ASSERT): Likewise.
9616         * tests/test-mbscasestr2.c (ASSERT): Likewise.
9617         * tests/test-mbscasestr3.c (ASSERT): Likewise.
9618         * tests/test-mbscasestr4.c (ASSERT): Likewise.
9619         * tests/test-mbschr.c (ASSERT): Likewise.
9620         * tests/test-mbscspn.c (ASSERT): Likewise.
9621         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
9622         * tests/test-mbspbrk.c (ASSERT): Likewise.
9623         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
9624         * tests/test-mbsrchr.c (ASSERT): Likewise.
9625         * tests/test-mbsspn.c (ASSERT): Likewise.
9626         * tests/test-mbsstr1.c (ASSERT): Likewise.
9627         * tests/test-mbsstr2.c (ASSERT): Likewise.
9628         * tests/test-mbsstr3.c (ASSERT): Likewise.
9629         * tests/test-memchr2.c (ASSERT): Likewise.
9630         * tests/test-memmem.c (ASSERT): Likewise.
9631         * tests/test-open.c (ASSERT): Likewise.
9632         * tests/test-printf-frexp.c (ASSERT): Likewise.
9633         * tests/test-printf-frexpl.c (ASSERT): Likewise.
9634         * tests/test-printf-posix.c (ASSERT): Likewise.
9635         * tests/test-quotearg.c (ASSERT): Likewise.
9636         * tests/test-rbtree_list.c (ASSERT): Likewise.
9637         * tests/test-rbtree_oset.c (ASSERT): Likewise.
9638         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
9639         * tests/test-round1.c (ASSERT): Likewise.
9640         * tests/test-roundf1.c (ASSERT): Likewise.
9641         * tests/test-roundl.c (ASSERT): Likewise.
9642         * tests/test-signbit.c (ASSERT): Likewise.
9643         * tests/test-sleep.c (ASSERT): Likewise.
9644         * tests/test-snprintf-posix.c (ASSERT): Likewise.
9645         * tests/test-snprintf.c (ASSERT): Likewise.
9646         * tests/test-sprintf-posix.c (ASSERT): Likewise.
9647         * tests/test-stat-time.c (ASSERT): Likewise.
9648         * tests/test-strcasestr.c (ASSERT): Likewise.
9649         * tests/test-strerror.c (ASSERT): Likewise.
9650         * tests/test-striconv.c (ASSERT): Likewise.
9651         * tests/test-striconveh.c (ASSERT): Likewise.
9652         * tests/test-striconveha.c (ASSERT): Likewise.
9653         * tests/test-strsignal.c (ASSERT): Likewise.
9654         * tests/test-strstr.c (ASSERT): Likewise.
9655         * tests/test-strtod.c (ASSERT): Likewise.
9656         * tests/test-trunc1.c (ASSERT): Likewise.
9657         * tests/test-trunc2.c (ASSERT): Likewise.
9658         * tests/test-truncf1.c (ASSERT): Likewise.
9659         * tests/test-truncf2.c (ASSERT): Likewise.
9660         * tests/test-truncl.c (ASSERT): Likewise.
9661         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
9662         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
9663         * tests/test-vasnprintf.c (ASSERT): Likewise.
9664         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
9665         * tests/test-vasprintf.c (ASSERT): Likewise.
9666         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
9667         * tests/test-vprintf-posix.c (ASSERT): Likewise.
9668         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
9669         * tests/test-vsnprintf.c (ASSERT): Likewise.
9670         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
9671         * tests/test-wcwidth.c (ASSERT): Likewise.
9672         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
9673         * tests/test-xprintf-posix.c (ASSERT): Likewise.
9674         * tests/test-xvasprintf.c (ASSERT): Likewise.
9675         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
9676         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
9677         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
9678         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
9679         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
9680         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
9681         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
9682         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
9683         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
9684         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
9685         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
9686         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
9687         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
9688         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
9689         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
9690         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
9691         * tests/unictype/test-block_list.c (ASSERT): Likewise.
9692         * tests/unictype/test-block_of.c (ASSERT): Likewise.
9693         * tests/unictype/test-block_test.c (ASSERT): Likewise.
9694         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
9695         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
9696         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
9697         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
9698         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
9699         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
9700         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
9701         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
9702         * tests/unictype/test-combining.c (ASSERT): Likewise.
9703         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
9704         * tests/unictype/test-digit.c (ASSERT): Likewise.
9705         * tests/unictype/test-mirror.c (ASSERT): Likewise.
9706         * tests/unictype/test-numeric.c (ASSERT): Likewise.
9707         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
9708         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
9709         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
9710         * tests/unictype/test-scripts.c (ASSERT): Likewise.
9711         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
9712         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
9713         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
9714         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
9715         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
9716         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
9717         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
9718         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
9719         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
9720         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
9721         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
9722         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
9723         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
9724         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
9725         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
9726         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
9727         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
9728         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
9729         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
9730         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
9731         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
9732         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
9733         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
9734         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
9735         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
9736         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
9737         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
9738         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
9739         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
9740         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
9741         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
9742         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
9743         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
9744         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
9745         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
9746         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
9747         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
9748         Reported by Eric Blake.
9749
9750 2008-04-11  Bruno Haible  <bruno@clisp.org>
9751
9752         * lib/wchar.in.h: Tweak comment.
9753
9754 2008-04-11  Bruno Haible  <bruno@clisp.org>
9755
9756         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
9757         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
9758         gl_COMMON.
9759         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
9760
9761 2008-04-11  Bruno Haible  <bruno@clisp.org>
9762
9763         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
9764
9765 2008-04-11  Simon Josefsson  <simon@josefsson.org>
9766
9767         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
9768         of attempting to use non-existing /dev/*random.  Based on patch
9769         from Adam Strzelecki <ono@java.pl> in
9770         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
9771
9772 2008-04-08  Bruno Haible  <bruno@clisp.org>
9773
9774         Add tentative support for emx+gcc.
9775         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
9776         * lib/fpurge.c (fpurge): Likewise.
9777         * lib/freadable.c (freadable): Likewise.
9778         * lib/freadahead.c (freadahead): Likewise.
9779         * lib/freading.c (freading): Likewise.
9780         * lib/freadptr.c (freadptr): Likewise.
9781         * lib/freadseek.c (freadptrinc): Likewise.
9782         * lib/fseeko.c (rpl_fseeko): Likewise.
9783         * lib/fseterr.c (fseterr): Likewise.
9784         * lib/fwritable.c (fwritable): Likewise.
9785         * lib/fwriting.c (fwriting): Likewise.
9786         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
9787
9788 2008-04-09  Eric Blake  <ebb9@byu.net>
9789
9790         Avoid some autoconf warnings.
9791         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
9792         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
9793         * m4/afs.m4 (gl_AFS): Likewise.
9794         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
9795         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
9796         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9797         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
9798         (gl_INTEGER_TYPE_SUFFIX): Likewise.
9799         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
9800         (AC_CHECK_DECLS_ONCE): Likewise.
9801         Rename file...
9802         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
9803         gnulib-tool requires autoconf 2.59 or better.
9804         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
9805
9806 2008-04-08  Eric Blake  <ebb9@byu.net>
9807
9808         Use 'git describe --match' if present (added in git 1.5.5).
9809         * build-aux/git-version-gen: Limit result to tags that match 'v*'
9810         if possible.
9811
9812 2008-04-08  Bruno Haible  <bruno@clisp.org>
9813
9814         Add tentative support for OpenServer.
9815         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
9816         _ptr, _cnt.
9817         * lib/fpurge.c (fpurge): Likewise.
9818         * lib/freadable.c (freadable): Likewise.
9819         * lib/freadahead.c (freadahead): Likewise.
9820         * lib/freading.c (freading): Likewise.
9821         * lib/freadptr.c (freadptr): Likewise.
9822         * lib/freadseek.c (freadptrinc): Likewise.
9823         * lib/fseeko.c (rpl_fseeko): Likewise.
9824         * lib/fseterr.c (fseterr): Likewise.
9825         * lib/fwritable.c (fwritable): Likewise.
9826         * lib/fwriting.c (fwriting): Likewise.
9827         Reported by Roger Cornelius <rac@tenzing.org> and
9828         Brian K. White <brian@aljex.com>.
9829
9830 2008-04-06  Jim Meyering  <meyering@redhat.com>
9831
9832         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
9833
9834 2008-04-06  Bruno Haible  <bruno@clisp.org>
9835
9836         Avoid possible error with non-ASCII bytes in UTF-8 locales.
9837         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
9838         * tests/test-printf-posix.sh: Likewise.
9839         * tests/test-vfprintf-posix.sh: Likewise.
9840         * tests/test-vprintf-posix.sh: Likewise.
9841         * tests/test-xprintf-posix.sh: Likewise.
9842
9843 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9844
9845         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
9846         hide error from 'ls', needed on OS/2.
9847         Report by Elbert Pol <elbert.pol@gmail.com>.
9848
9849 2008-04-04  Eric Blake  <ebb9@byu.net>
9850
9851         Make test-fseeko.c failures meaningful.
9852         * tests/test-fseeko.c: Print line number on failure.
9853         * tests/test-fseek.c: Likewise.
9854         Reported by Nelson H. F. Beebe.
9855
9856         Improve strtod bug detection check.
9857         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
9858         required for Solaris 10.
9859         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
9860
9861 2008-04-04  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
9864         by m4/setenv.m4.
9865
9866 2008-04-03  Eric Blake  <ebb9@byu.net>
9867
9868         Ensure sane .version contents.
9869         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
9870         version string.
9871         * build-aux/git-version-gen: Improve documentation.
9872
9873         Make GNU make output nicer.
9874         * top/GNUmakefile [!_have-Makefile]: Add dependency on
9875         MAKECMDGOALS to enforce message for all command line targets.  Set
9876         srcdir for use in maint.mk.
9877
9878         Another maintainer tweak.
9879         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
9880         a target that regenerates version.
9881
9882 2008-04-03  Jim Meyering  <meyering@redhat.com>
9883
9884         vc-list-files: don't cause coreutils "make po-check" failure
9885         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
9886
9887 2008-04-03  Eric Blake  <ebb9@byu.net>
9888
9889         Allow VPATH usage of vc-list-files.
9890         * build-aux/vc-list-files (scriptversion): Add timestamp.
9891         (options): Add --help, --version, -C.
9892         (CVS): Support installed cvsu.
9893
9894 2008-04-02  Bruno Haible  <bruno@clisp.org>
9895
9896         Avoid some "statement with no effect" warnings from gcc.
9897         * tests/test-wctype.c (main): Explicitly ignore unused values.
9898         Reported by Jim Meyering.
9899
9900 2008-04-02  Jim Meyering  <meyering@redhat.com>
9901
9902         Avoid some warnings from "gcc -Wshadow".
9903         * tests/test-frexp.c (exp): Define to a different identifier.
9904         * tests/test-frexpl.c (exp): Likewise.
9905
9906 2008-04-03  Jim Meyering  <meyering@redhat.com>
9907
9908         bootstrap: remove dangling *.[ch] symlinks from lib
9909         * build-aux/bootstrap [dangling symlink removal]: Move find's
9910         -depth option to precede all others, to avoid a warning.
9911         Remove *.[ch] files too, and from "$source_base" (usually lib/).
9912
9913 2008-04-02  Bruno Haible  <bruno@clisp.org>
9914
9915         Avoid some warnings from "gcc -Wshadow".
9916         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
9917         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
9918         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
9919         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
9920         Reported by Jim Meyering.
9921
9922 2008-04-01  Bruno Haible  <bruno@clisp.org>
9923
9924         Fix test to work on IRIX 6.5 with cc.
9925         * tests/test-math.c (numeric_equal): New function.
9926         (main): Use it.
9927
9928 2008-04-01  Bruno Haible  <bruno@clisp.org>
9929
9930         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
9931
9932 2008-04-01  Bruno Haible  <bruno@clisp.org>
9933
9934         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
9935         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9936         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
9937         (Depends-on): Remove math.
9938
9939         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
9940         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9941         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
9942         (Depends-on): Remove math.
9943
9944         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
9945         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9946         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
9947         (Depends-on): Remove math.
9948         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
9949         (Depends-on): Remove math.
9950
9951         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
9952         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
9953         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
9954         (Depends-on): Remove math.
9955         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
9956         (Depends-on): Remove math.
9957
9958         * tests/test-round1.c: Include nan.h.
9959         (main): Use NaNd instead of NAN.
9960         * modules/round-tests (Files): Add tests/nan.h.
9961
9962         * tests/test-trunc1.c: Include nan.h.
9963         (main): Use NaNd instead of NAN.
9964         * modules/trunc-tests (Files): Add tests/nan.h.
9965
9966         * tests/test-roundf1.c: Include nan.h.
9967         (main): Use NaNf instead of NAN.
9968         * modules/roundf-tests (Files): Add tests/nan.h.
9969
9970         * tests/test-truncf1.c: Include nan.h.
9971         (main): Use NaNf instead of NAN.
9972         * modules/truncf-tests (Files): Add tests/nan.h.
9973
9974         * tests/test-ceilf1.c: Include nan.h.
9975         (main): Use NaNf instead of NAN.
9976         * modules/ceilf-tests (Files): Add tests/nan.h.
9977
9978         * tests/test-floorf1.c: Include nan.h.
9979         (main): Use NaNf instead of NAN.
9980         * modules/floorf-tests (Files): Add tests/nan.h.
9981
9982         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
9983         (main): Use NaNf instead of NAN.
9984         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
9985
9986         * tests/test-isnand.c: Include nan.h instead of <math.h>.
9987         (main): Use NaNd instead of NAN.
9988         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
9989
9990         * tests/test-frexp.c: Include nan.h.
9991         (main): Use NaNd instead of NAN.
9992         * modules/frexp-tests (Files): Add tests/nan.h.
9993
9994         * lib/isnan.c: Don't include <math.h>.
9995         (FUNC): Don't use NAN macro.
9996         * modules/isnand-nolibm (Depends-on): Remove math.
9997         * modules/isnanf-nolibm (Depends-on): Remove math.
9998         * modules/isnanl (Depends-on): Remove math.
9999         * modules/isnanl-nolibm (Depends-on): Remove math.
10000
10001         * tests/nan.h: New file.
10002
10003 2008-04-01  Eric Blake  <ebb9@byu.net>
10004
10005         Fix typos.
10006         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
10007         values to be the right type.
10008
10009         For now, cater to gnulib strtod inaccuracies.
10010         * tests/test-strtod.c (main): Allow 1-ulp error on expected
10011         fractional results.  While not as nice from a QoI perspective, it
10012         is a quicker patch than correctly implementing decimal to binary
10013         rounding.
10014
10015 2008-03-31  Eric Blake  <ebb9@byu.net>
10016
10017         Guarantee a definition of NAN.
10018         * lib/math.in.h (NAN): Define if missing.
10019         * tests/test-math.c (main): Test it.
10020         * doc/posix-headers/math.texi (math.h): Document this.
10021         * lib/isnan.c (rpl_isnand): Use it.
10022         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
10023         * tests/test-floorf1.c (NaN): Likewise.
10024         * tests/test-frexp.c (NaN): Likewise.
10025         * tests/test-isnand.c (NaN): Likewise.
10026         * tests/test-isnanf.c (NaN): Likewise.
10027         * tests/test-round1.c (NaN): Likewise.
10028         * tests/test-roundf1.c (NaN): Likewise.
10029         * tests/test-snprintf-posix.h (NaN): Likewise.
10030         * tests/test-sprintf-posix.h (NaN): Likewise.
10031         * tests/test-trunc1.c (NaN): Likewise.
10032         * tests/test-truncf1.c (NaN): Likewise.
10033         * tests/test-vasnprintf-posix.c (NaN): Likewise.
10034         * tests/test-vasprintf-posix.c (NaN): Likewise.
10035         * modules/isnand-nolibm (Depends-on): Add math.
10036         * modules/isnanf-nolibm (Depends-on): Likewise.
10037         * modules/isnanl (Depends-on): Likewise.
10038         * modules/isnanl-nolibm (Depends-on): Likewise.
10039         * modules/snprintf-posix-tests (Depends-on): Likewise.
10040         * modules/sprintf-posix-tests (Depends-on): Likewise.
10041         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
10042         * modules/vsprintf-posix-tests (Depends-on): Likewise.
10043         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
10044         * modules/vasprintf-posix-tests (Depends-on): Likewise.
10045
10046 2008-03-31  Bruno Haible  <bruno@clisp.org>
10047
10048         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
10049         * doc/posix-functions/strtod.texi: Likewise.
10050
10051 2008-03-31  Bruno Haible  <bruno@clisp.org>
10052
10053         * tests/test-strtod.c (main): Don't use C99 syntax.
10054
10055 2008-03-31  Bruno Haible  <bruno@clisp.org>
10056
10057         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
10058         Reported by Eric Blake.
10059
10060 2008-03-31  Jim Meyering  <meyering@redhat.com>
10061
10062         Don't compare actual signbit return values.
10063         * tests/test-strtod.c (main): Rather, compare only their
10064         zero/non-zero nature.
10065
10066 2008-03-31  Eric Blake  <ebb9@byu.net>
10067
10068         More strtod documentation.
10069         * doc/posix-functions/strtod.texi (strtod): Interpret more test
10070         failures as distinct bugs.
10071
10072 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10073
10074         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
10075         Problem reported by Erik Benada in
10076         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
10077
10078 2008-03-30  Bruno Haible  <bruno@clisp.org>
10079
10080         * tests/test-strtod.c: Add comments about which assertion fails on which
10081         platform.
10082         * doc/posix-functions/strtod.texi: Add info about many more platforms.
10083
10084 2008-03-30  Eric Blake  <ebb9@byu.net>
10085
10086         Test signbit behavior on zeros.
10087         * tests/test-signbit.c (test_signbitf): Add tests for zero.
10088         (test_signbitd, test_signbitl): Likewise.
10089
10090         More strtod touchups.
10091         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
10092         sign of negative underflow, for now.  Use .5, not .1.
10093         * doc/posix-functions/strtod.texi (strtod): Mention these
10094         limitations.
10095         Reported by Jim Meyering.
10096
10097 2008-03-30  Bruno Haible  <bruno@clisp.org>
10098
10099         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
10100         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
10101
10102 2008-03-30  Bruno Haible  <bruno@clisp.org>
10103
10104         Avoid failure when attempting to return empty iconv results on some
10105         platforms.
10106         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
10107         allocation, don't report ENOMEM when the resulting string is empty.
10108
10109 2008-03-30  Bruno Haible  <bruno@clisp.org>
10110
10111         Fix buffer overrun.
10112         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
10113         Don't consider the width for tmp_length. Check count against tmp_length
10114         before doing the padding. Ensure enough allocation during padding.
10115
10116 2008-03-30  Eric Blake  <ebb9@byu.net>
10117
10118         strtod touchups.
10119         * lib/strtod.c (strtod): Avoid compiler warnings.
10120         Reported by Jim Meyering.
10121
10122 2008-03-30  Bruno Haible  <bruno@clisp.org>
10123
10124         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
10125         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
10126         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
10127         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
10128         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
10129         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
10130         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
10131         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
10132
10133         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
10134         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
10135         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
10136         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
10137         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
10138         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
10139         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
10140         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
10141
10142         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
10143         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
10144         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
10145         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
10146         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
10147         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
10148         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
10149         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
10150
10151         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
10152         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
10153
10154         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
10155         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
10156
10157         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
10158         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
10159
10160         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
10161         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
10162         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
10163
10164         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
10165         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
10166         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
10167
10168         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
10169         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
10170         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
10171
10172         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
10173         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
10174         * modules/vasprintf (Depends-on): Add EOVERFLOW.
10175
10176         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
10177         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
10178         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
10179         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
10180         (Depends-on): Add EOVERFLOW.
10181         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
10182         (Depends-on): Add EOVERFLOW.
10183         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10184         (Depends-on): Add EOVERFLOW.
10185         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10186         (Depends-on): Add EOVERFLOW.
10187         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10188         (Depends-on): Add EOVERFLOW.
10189         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10190         (Depends-on): Add EOVERFLOW.
10191         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10192         (Depends-on): Add EOVERFLOW.
10193         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10194         (Depends-on): Add EOVERFLOW.
10195
10196         * lib/sprintf.c (EOVERFLOW): Remove fallback.
10197         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
10198         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
10199
10200         * lib/snprintf.c (EOVERFLOW): Remove fallback.
10201         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
10202         * modules/snprintf (Depends-on): Add EOVERFLOW.
10203
10204         * lib/poll.c (EOVERFLOW): Remove fallback.
10205         * modules/poll (Depends-on): Add EOVERFLOW.
10206
10207         * lib/getugroups.c (EOVERFLOW): Remove fallback.
10208         * modules/getugroups (Depends-on): Add EOVERFLOW.
10209
10210         * lib/getdelim.c (EOVERFLOW): Remove fallback.
10211         * modules/getdelim (Depends-on): Add EOVERFLOW.
10212
10213         * lib/ftell.c (EOVERFLOW): Remove fallback.
10214         * modules/ftell (Depends-on): Add EOVERFLOW.
10215
10216         * lib/fprintf.c (EOVERFLOW): Remove fallback.
10217         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
10218         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
10219
10220         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
10221
10222         * modules/EOVERFLOW-tests: New file.
10223         * tests/test-EOVERFLOW.c: New file.
10224
10225         * modules/EOVERFLOW: New file.
10226         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
10227
10228 2008-03-30  Bruno Haible  <bruno@clisp.org>
10229
10230         Fix bug introduced on 2007-06-10.
10231         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
10232         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
10233
10234 2008-03-30  Bruno Haible  <bruno@clisp.org>
10235
10236         Improve freadseek's efficiency after ungetc.
10237         * lib/freadseek.c: Include freadahead.h.
10238         (freadptrinc): New function, extracted from freadseek.
10239         (freadseek): Use it in a loop. Use freadahead to determine the number
10240         of loop iterations.
10241         * modules/freadseek (Depends-on): Add freadahead.
10242         (configure.ac): Require AC_C_INLINE.
10243
10244 2008-03-30  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/freadseek.c (freadseek): Don't ignore the return value of
10247         freadptr.
10248
10249 2008-03-29  Eric Blake  <ebb9@byu.net>
10250
10251         Add hex float support.
10252         * modules/strtod (Depends-on): Add c-ctype.
10253         (Link): Mention POW_LIB.
10254         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
10255         whitespace between 'e' and exponent.
10256         * tests/test-strtod.c (main): Enable hex float tests.
10257         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
10258         now provides.
10259
10260         Document various strtod bugs, with some fixes.
10261         * doc/posix-functions/strtod.texi (strtod): Document bugs with
10262         "-0x", "inf", "nan", and hex constants.
10263         * doc/posix-functions/atof.texi (atof): Likewise.
10264         * modules/stdlib (Makefile.am): Support strtod.
10265         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10266         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
10267         detect additional strtod bugs.
10268         * lib/stdlib.in.h (rpl_strtod): Add declarations.
10269         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
10270         bool where appropriate.  Parse 'inf' and 'nan'.
10271         * tests/test-strtod.c: New file.
10272         * modules/strtod (Depends-on): Add stdbool, stdlib.
10273         (configure.ac): Turn on module indicator.
10274         * modules/strtod-tests: New module.
10275
10276 2008-03-29  Eric Blake  <ebb9@byu.net>
10277
10278         Fix ftell on mingw.
10279         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
10280         * modules/ftell-tests (Depends-on): Add binary-io.
10281         * modules/ftello-tests (Depends-on): Likewise.
10282         * tests/test-ftell.c (main): Enhance test to cover behavior after
10283         ungetc.  Enforce binary mode.
10284         * tests/test-ftello.c (main): Likewise.
10285
10286         Pass test-freadseek on cygwin.
10287         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
10288         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
10289         ungetc buffer.
10290
10291         * tests/test-fflush2.c (main): Fix typo.
10292
10293 2008-03-29  Bruno Haible  <bruno@clisp.org>
10294
10295         * tests/test-fflush2.c (main): Temporarily disable the contents of
10296         this test.
10297         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
10298         Reported by Eric Blake.
10299
10300 2008-03-28  Simon Josefsson  <simon@josefsson.org>
10301
10302         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
10303         (GC_SHA224_DIGEST_SIZE): Add.
10304
10305         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
10306         (gc_hash_digest_length): Likewise.
10307         (gc_hash_buffer): Likewise.
10308
10309 2008-03-25  Bruno Haible  <bruno@clisp.org>
10310
10311         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
10312         detail which gettext release to use.
10313         Reported by Simon Josefsson.
10314
10315 2008-03-26  Jim Meyering  <meyering@redhat.com>
10316
10317         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
10318         * modules/gnumakefile (clean-GNUmakefile): Also, use
10319         test ... && ... || : syntax rather than if-then ... fi.
10320
10321         gnumakefile: Don't double-quote-expand $(VPATH) value.
10322         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
10323
10324 2008-03-24  Eric Blake  <ebb9@byu.net>
10325
10326         Alter GNUmakefile to install into top directory.
10327         * modules/maintainer-makefile: Split, and add dependency...
10328         * modules/gnumakefile: to this new module.
10329         * build-aux/GNUmakefile: Move...
10330         * top/GNUmakefile: ...here.
10331         * build-aux/maint.mk: Move...
10332         * top/maint.mk: ...here.
10333         * MODULES.html.sh (Support for maintaining...): Document new
10334         module.
10335
10336 2008-03-23  Bruno Haible  <bruno@clisp.org>
10337
10338         * gnulib-tool: New options --vc-files, --no-vc-files.
10339         (func_usage): Document them.
10340         (vc_files): New variable.
10341         (func_import): Consider vc_files.
10342         (func_create_testdir): Set vc_files to empty.
10343         Suggested by Jim Meyering and Karl Berry.
10344
10345 2008-03-23  Bruno Haible  <bruno@clisp.org>
10346
10347         Fix regex compilation error on HP-UX 11.
10348         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
10349         * modules/regex (Files): Add m4/mbstate_t.m4.
10350         Reported by Ton Voon <ton.voon@altinity.com>.
10351
10352 2008-03-23  Bruno Haible  <bruno@clisp.org>
10353
10354         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
10355
10356 2008-03-23  Eric Blake  <ebb9@byu.net>
10357             Bruno Haible  <bruno@clisp.org>
10358
10359         Install files from top/ in the destination directory.
10360         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10361         augmentation also for the files from top/.
10362         (func_import, func_create_testdir): Rewrite file names:
10363         top/filename -> filename.
10364
10365 2008-03-23  Bruno Haible  <bruno@clisp.org>
10366
10367         Tweak "gnulib --version" output.
10368         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
10369
10370 2008-03-23  Bruno Haible  <bruno@clisp.org>
10371
10372         Tweak "gnulib --version" output.
10373         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
10374         rather than contents of ChangeLog, when possible.
10375
10376 2008-03-21  Eric Blake  <ebb9@byu.net>
10377
10378         More --version tweaks.
10379         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
10380         date of last ChangeLog entry.
10381
10382 2008-03-21  Jim Meyering  <meyering@redhat.com>
10383
10384         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
10385
10386 2008-03-20  Eric Blake  <ebb9@byu.net>
10387
10388         VPATH fix.
10389         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
10390
10391 2008-03-20  Simon Josefsson  <simon@josefsson.org>
10392
10393         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
10394         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
10395
10396 2008-03-20  Eric Blake  <ebb9@byu.net>
10397
10398         Sync GNUmakefile with coreutils.
10399         * build-aux/GNUmakefile (have-Makefile): Rename...
10400         (_have-Makefile): ...to this, for namespace consideration.
10401         (GNUmakefile.cfg): Include, if present.
10402         (_autoreconf): Define a default.
10403         (_is-dist-target): New rule for rebuilds to pick up intra-release
10404         version.
10405         (maint-cfg.mk): Rename...
10406         (cfg.mk): ...to this.
10407
10408 2008-03-18  Jim Meyering  <meyering@redhat.com>
10409
10410         New script and module: mktempd
10411         * MODULES.html.sh (maint+release support): Add mktempd.
10412         * build-aux/mktempd: New file.
10413         * modules/mktempd: New file.
10414
10415 2008-03-15  Jim Meyering  <meyering@redhat.com>
10416
10417         Undo last change.
10418         * lib/sha1.c, lib/md5.c: 63 != ~63.
10419         Reported by Andreas Schwab.
10420
10421         sha1.c, md5.c: Hoist a redundant expression.
10422         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
10423         "ctx->buflen" only once, before calling *_process_block.
10424         * lib/md5.c (md5_process_bytes): Likewise.
10425
10426 2008-03-14  Eric Blake  <ebb9@byu.net>
10427
10428         Bump copyright year in files generated by gnulib-tool.
10429         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
10430         gnulib-tool, rather than hard-coding it.
10431
10432         Fix 'gnulib-tool --version' output to work with git.
10433         * gnulib-tool (func_gnulib_dir): New function, extracted from...
10434         (startup): ...here.
10435         (func_version): Use it to invoke git-version-gen, rather than
10436         relying on CVS keyword expansion.  Modernize wording.
10437         (cvsdatestamp, last_checkin_date, version): Kill unused
10438         variables.
10439
10440 2008-03-12  Jim Meyering  <meyering@redhat.com>
10441
10442         Recognize optional cast of the argument to free.
10443         * build-aux/useless-if-before-free: Update regexps.
10444
10445         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
10446
10447 2008-03-11  Bruno Haible  <bruno@clisp.org>
10448
10449         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
10450         by a single package.
10451         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
10452         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
10453         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
10454         Reported by Sam Steingold <sds@gnu.org>.
10455
10456 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10457
10458         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
10459         repositories.
10460
10461 2008-03-11  Bruno Haible  <bruno@clisp.org>
10462
10463         Avoid conflicts between local macro definitions.
10464         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10465         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
10466
10467 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
10468             Bruno Haible  <bruno@clisp.org>
10469
10470         Make va_copy work with some version of xlc on AIX 5.1.
10471         * lib/stdarg.in.h: New file.
10472         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
10473         On AIX, use a <stdarg.h> file substitute.
10474         * modules/stdarg (Files): Add lib/stdarg.in.h.
10475         (Depends-on): Add include_next.
10476         (Makefile.am): Build a stdarg.h substitute if requested.
10477         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
10478
10479 2008-03-10  Bruno Haible  <bruno@clisp.org>
10480
10481         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
10482         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10483         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10484
10485 2008-03-10  Bruno Haible  <bruno@clisp.org>
10486
10487         * modules/stdlib (Depends-on): Add include_next, remove
10488         absolute-header.
10489
10490 2008-03-09  Bruno Haible  <bruno@clisp.org>
10491
10492         * lib/freadahead.h (freadahead): Document more precisely.
10493         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
10494         the sum of both buffer sizes.
10495         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
10496         * NEWS: Document the change.
10497
10498 2008-03-09  Bruno Haible  <bruno@clisp.org>
10499
10500         Extend freadptr to return also the buffer size.
10501         * lib/freadptr.h (freadptr): Add sizep argument.
10502         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
10503         (freadptr): Add sizep argument. Determine buffer size like freadahead
10504         does.
10505         * tests/test-freadptr.c: Don't include freadahead.h.
10506         (main): Adapt for new calling convention of freadptr.
10507         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
10508         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
10509         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
10510         tests/test-freadptr2.sh.
10511         (Depends): Remove freadahead.
10512         (TESTS): Add test-freadptr2.sh.
10513         (check_PROGRAMS): Add test-freadptr2.
10514
10515 2008-03-09  Bruno Haible  <bruno@clisp.org>
10516
10517         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
10518         Report and solution by Simon Josefsson.
10519
10520 2008-03-06  Bruno Haible  <bruno@clisp.org>
10521
10522         Make fflush after ungetc work on BSD platforms.
10523         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
10524         * tests/test-fflush2.c: New file.
10525         * tests/test-fflush2.sh: New file.
10526         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
10527         tests/test-fflush2.c.
10528         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
10529         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
10530
10531 2008-03-06  Eric Blake  <ebb9@byu.net>
10532
10533         Likewise for ftello.
10534         * modules/ftello (Dependencies): Add extensions.
10535         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
10536
10537 2008-03-06  Bruno Haible  <bruno@clisp.org>
10538
10539         * modules/fseeko (Dependencies): Add extensions.
10540         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
10541         Needed on glibc systems.
10542
10543 2008-03-06  Bruno Haible  <bruno@clisp.org>
10544
10545         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
10546         email address.
10547         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10548
10549 2008-03-06  Bruno Haible  <bruno@clisp.org>
10550
10551         * users.txt: Add libgnupdf.
10552
10553 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10554
10555         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
10556         (Header File Substitutes, Function Substitutes,
10557         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
10558         (Build robot for gnulib): Fix typo.
10559
10560 2008-03-06  Bruno Haible  <bruno@clisp.org>
10561
10562         * doc/gnulib-tool.texi (VCS Issues): Small updates.
10563         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10564
10565 2008-03-06  Bruno Haible  <bruno@clisp.org>
10566
10567         * doc/func.texi: New file, extracted from doc/gnulib.texi.
10568         * doc/gnulib.texi: Include it.
10569
10570 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10571
10572         * modules/func (License): Change license to unlimited; there was
10573         no LGPL parts in the module anyway.
10574
10575 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10576
10577         * modules/__func__: Renamed to modules/func.
10578         * modules/__func__-tests: Renamed to modules/func-tests.
10579         * tests/test-__func__.c: Renamed to tests/test-func.c.
10580         * m4/__func__.m4: Renamed to m4/func.m4.
10581         * doc/gnulib.texi (__func__): Section renamed to func.
10582         Suggested by Eric Blake <ebb9@byu.net>.
10583
10584 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10585
10586         * doc/gnulib.texi (__func__): Use C99 terminology when talking
10587         about __func__.  Make example self-contained.  Suggested by Eric
10588         Blake <ebb9@byu.net>.
10589
10590         * tests/test-__func__.c (main): Avoid extraneous () around __func.
10591         Suggested by Eric Blake <ebb9@byu.net>.
10592
10593 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10594
10595         * modules/__func__: New file.
10596         * modules/__func__-tests: New file.
10597         * tests/test-__func__.c: New file.
10598         * m4/__func__.m4: New file.
10599         * doc/gnulib.texi (__func__): Document __func__ module.
10600
10601 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10602
10603         * modules/byteswap (License): Re-license as LGPLv2+.
10604
10605 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10606
10607         * doc/Makefile: Add pdf target.
10608
10609 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10610
10611         * modules/inline (License): Use 'unlimited', since there are only
10612         *.m4 files in this module.
10613
10614 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10615             Bruno Haible  <bruno@clisp.org>
10616
10617         Add support for HP C 7.1 on OpenVMS 8.3.
10618         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
10619
10620 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10621
10622         Update VMS specifics.
10623         * lib/getopt.c [VMS]: Remove include of unixlib.h.
10624
10625 2008-03-02  Jim Meyering  <meyering@redhat.com>
10626
10627         Remove the last dependency on the "free" module.
10628         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
10629         Reported by Bob Proulx.
10630
10631         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
10632
10633         Remove useless "if" tests before free.  Deprecate "free" module.
10634         * doc/posix-functions/free.texi: Mention that this
10635         module is no longer useful.
10636         * modules/free (Notice): Say this module is obsolete.
10637         * modules/readutmp (Depends-on): Remove free.
10638         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
10639         * lib/putenv.c (putenv): Likewise.
10640         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
10641         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
10642         * tests/test-c-strcasestr.c (main): Likewise.
10643         * tests/test-c-strstr.c (main): Likewise.
10644         * tests/test-mbscasestr1.c (main): Likewise.
10645         * tests/test-mbscasestr2.c (main): Likewise.
10646         * tests/test-mbsstr1.c (main): Likewise.
10647         * tests/test-mbsstr2.c (main): Likewise.
10648         * tests/test-memmem.c (main): Likewise.
10649         * tests/test-strcasestr.c (main): Likewise.
10650         * tests/test-striconv.c (main): Likewise.
10651         * tests/test-striconveh.c (main): Likewise.
10652         * tests/test-striconveha.c (main): Likewise.
10653         * tests/test-strstr.c (main): Likewise.
10654
10655         * build-aux/git-version-gen: Adjust a comment and the Usage string.
10656
10657         bootstrap: sync from coreutils again
10658         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
10659
10660 2008-03-01  Jim Meyering  <meyering@redhat.com>
10661
10662         bootstrap: sync from coreutils
10663         * build-aux/bootstrap (update_po_files): Copy a .po file into place
10664         also when the target doesn't exist.
10665
10666 2008-03-01  Eric Blake  <ebb9@byu.net>
10667
10668         Fix bugs in last patch.
10669         * lib/memchr2.c (memchr2): Fix typo.
10670         * tests/test-memchr2.c: Test previous bug, and don't use GNU
10671         extension.
10672         Reported by Bruce Korb.
10673
10674         New module 'memchr2'.
10675         * modules/memchr2: New file.
10676         * modules/memchr2-tests: Likewise.
10677         * lib/memchr2.h: Likewise.
10678         * lib/memchr2.c: Likewise, based on memchr.c.
10679         * tests/test-memchr2.c: New test.
10680         * MODULES.html.sh (String handling): Add memchr2.
10681
10682 2008-02-29  Bruno Haible  <bruno@clisp.org>
10683
10684         * modules/freadseek-tests: New file.
10685         * tests/test-freadseek.sh: New file.
10686         * tests/test-freadseek.c: New file.
10687
10688         New module 'freadseek'.
10689         * modules/freadseek: New file.
10690         * lib/freadseek.h: New file.
10691         * lib/freadseek.c: New file.
10692         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
10693
10694 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10695
10696         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
10697         wydawca.
10698
10699         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
10700         program_invocation_name and program_invocation_short_name are
10701         present.
10702
10703 2008-02-28  Bruno Haible  <bruno@clisp.org>
10704
10705         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
10706         * tests/test-freadptr.sh: Also test non-seekable stdin.
10707
10708 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
10709
10710         * build-aux/bootstrap (source_base, m4_base)
10711         (doc_base, tests_base): New variables.
10712         (gnulib_tool_options): Do not hardcode base directories, use
10713         the above variables instead.
10714
10715 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
10716
10717         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
10718
10719 2008-02-28  Bruno Haible  <bruno@clisp.org>
10720
10721         * modules/freadptr-tests: New file.
10722         * tests/test-freadptr.sh: New file.
10723         * tests/test-freadptr.c: New file.
10724
10725         New module 'freadptr'.
10726         * modules/freadptr: New file.
10727         * lib/freadptr.h: New file.
10728         * lib/freadptr.c: New file.
10729         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
10730
10731 2008-02-26  Karl Berry  <karl@freefriends.org>
10732
10733         Sync from Libtool:
10734         * libltdl/argz.c (argz_add, argz_count): New functions.
10735         * libltdl/argz.in.h: Declare them.
10736         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
10737
10738 2008-02-22  Bruno Haible  <bruno@clisp.org>
10739
10740         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
10741         is a pointer type.  Needed for HP-UX 10.
10742         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
10743         * doc/posix-functions/gmtime_r.texi: Likewise.
10744         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10745
10746 2008-02-24  Bruno Haible  <bruno@clisp.org>
10747
10748         * modules/environ-tests: New file.
10749         * tests/test-environ.c: New file.
10750
10751         New module 'environ'.
10752         * modules/environ: New file.
10753         * lib/unistd.in.h (environ): New declaration.
10754         * m4/environ.m4: New file.
10755         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
10756         after use.
10757         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
10758         HAVE_DECL_ENVIRON.
10759         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
10760         HAVE_DECL_ENVIRON.
10761         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
10762         wrong claim that 'environ' is missing on some systems.
10763         * modules/execute (Depends-on): Add environ.
10764         * lib/execute.c (environ): Remove fallback declaration.
10765         * modules/pipe (Depends-on): Add environ.
10766         * lib/pipe.c (environ): Remove fallback declaration.
10767         * modules/setenv (Depends-on): Add environ.
10768         * lib/setenv.c (environ): Remove fallback declaration.
10769         * modules/unsetenv (Depends-on): Add environ.
10770         * lib/unsetenv.c (environ): Remove fallback declaration.
10771         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
10772         m4/environ.m4.
10773         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
10774         (gl_PREREQ_UNSETENV): Likewise.
10775
10776 2008-02-24  Bruno Haible  <bruno@clisp.org>
10777
10778         * doc/posix-functions/environ.texi: Document the MacOS X problem.
10779
10780 2008-02-20  Bob Proulx  <bob@proulx.com>
10781
10782         Enable use of older two part flavor 'git describe'.
10783         * build-aux/git-version-gen: If using the older two part flavor of
10784         git version then recreate the third part now present in the
10785         newer three part flavor of git describe.
10786
10787 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
10788
10789         * lib/fts.c (fts_build): Typo correction to comment.
10790
10791 2008-02-17  Bruno Haible  <bruno@clisp.org>
10792
10793         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
10794         generating no-op conflicts.
10795
10796 2008-02-17  Bruno Haible  <bruno@clisp.org>
10797
10798         Speed up by 10%.
10799         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
10800         result_entries, rather than an index-based loop.
10801
10802 2008-02-17  Bruno Haible  <bruno@clisp.org>
10803
10804         Speed up by 25%.
10805         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
10806         'hashcode_cached'.
10807         (entry_create): New function.
10808         (entry_hashcode): Use the cached hashcode if possible.
10809         (read_changelog_file, try_split_merged_entry): Use entry_create.
10810
10811 2008-02-17  Bruno Haible  <bruno@clisp.org>
10812
10813         Speed up from O(n^2) to O(n) for long ChangeLog files.
10814         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
10815         (read_changelog_file): Change implementation of entries_reversed list
10816         to rbtreehash.
10817         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
10818
10819 2008-02-17  Bruno Haible  <bruno@clisp.org>
10820
10821         New option --split-merged-entry.
10822         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
10823         (find_paragraph_end, try_split_merged_entry): New functions.
10824         (long_options): Add option --split-merged-entry.
10825         (usage): Document option --split-merged-entry.
10826         (main): Implement option --split-merged-entry.
10827         Reported by Eric Blake.
10828
10829 2008-02-17  Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/git-merge-changelog.c: Include c-strstr.h.
10832         (main): Support the "git pull --rebase" situation.
10833         * modules/git-merge-changelog (Depends-on): Add c-strstr.
10834         Reported by Eric Blake.
10835
10836 2008-02-16  Eric Blake  <ebb9@byu.net>
10837
10838         Avoid doubling \ in common case of "c-maybe" quoting style.
10839         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
10840         eliding outer quotes.
10841         * lib/quotearg.h: Document this.
10842         * tests/test-quotearg.c (result_strings, inputs, results_g)
10843         (flag_results, locale_results): Test it by adding a new string to
10844         each test group.
10845         (compare_strings): Test new string.
10846
10847 2008-02-13  Eric Blake  <ebb9@byu.net>
10848
10849         Avoid trigraph quoting in default output.
10850         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
10851         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
10852         unless explicitly requested.
10853         * tests/test-quotearg.c (flag_results, main): Add additional tests.
10854
10855 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
10856
10857         Don't rely on signed integer overflowing to negative value.
10858         * lib/getugroups.c (getugroups): Include <limits.h>.
10859         Instead, compare against INT_MAX, and increment only if the test passes.
10860
10861 2008-02-13  Jim Meyering  <meyering@redhat.com>
10862         and Eric Blake  <ebb9@byu.net>
10863
10864         Avoid shadowing warning and compile errors on Linux.
10865         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
10866         forwarding macros on Linux.
10867         (dcgettext): Define a stub, for Linux.
10868         (results_g, main): Avoid warnings.
10869
10870 2008-02-12  Eric Blake  <ebb9@byu.net>
10871
10872         Silence warning in last patch.
10873         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
10874
10875         Quotearg part 4: add tests, fix c-maybe colon quoting.
10876         * lib/quotearg.h: Improve documentation.
10877         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
10878         escapes when adding outer quotes.  When quoting trigraphs, use
10879         valid C notation.  When quoting NUL, omit extra characters if next
10880         character is not digit.  Alter prototype.
10881         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
10882         callers.
10883         * modules/quotearg-tests: New module.
10884         * tests/test-quotearg.c: New test.
10885
10886 2008-02-07  Eric Blake  <ebb9@byu.net>
10887
10888         Quotearg part 3: add flag to control outer quote elision.
10889         * lib/quotearg.h (c_maybe_quoting_style): New style.
10890         (enum quoting_flags): Better documentation of flags.
10891         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
10892         c-maybe style.
10893         (quotearg_buffer_restyled): Handle new flag to elide outer
10894         quotes.
10895
10896         Quotearg part 2: add flag that can control NUL elision.
10897         * lib/quotearg.h (set_quoting_flags): New prototype.
10898         * lib/quotearg.c (struct quoting_options): Add flag field.
10899         (set_quoting_flags): New function.
10900         (quotearg_buffer_restyled): Add flags parameter.
10901         (quotearg_alloc_mem): Set the flag if length cannot be returned.
10902         (quotearg_n_options): Set the flag, since length cannot be
10903         returned.
10904         (quoting_options_from_style): Default flags correctly.
10905
10906         Quotearg part 1: more wrappers, restore quotearg_char state.
10907         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
10908         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
10909         (quotearg_colon_mem): New wrappers.
10910         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
10911         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
10912         functions.
10913         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
10914         (quotearg_colon_mem): New functions.
10915
10916 2008-02-11  Bruno Haible  <bruno@clisp.org>
10917
10918         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
10919         library in the current directory: it does not work with parallel make.
10920         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10921
10922 2008-02-11  Bruno Haible  <bruno@clisp.org>
10923
10924         * .gitattributes: New file.
10925
10926 2008-02-11  Jim Meyering  <meyering@redhat.com>
10927
10928         useless-if-before-free: Fix reversed exit values.
10929         * build-aux/useless-if-before-free: Use correct values
10930         for EXIT_MATCH and EXIT_NO_MATCH.
10931
10932         * build-aux/useless-if-before-free: Close stdout carefully.
10933
10934 2008-02-10  Bruno Haible  <bruno@clisp.org>
10935
10936         New module 'git-merge-changelog'.
10937         * modules/git-merge-changelog: New file.
10938         * lib/git-merge-changelog.c: New file.
10939
10940 2008-02-10  Jim Meyering  <meyering@redhat.com>
10941
10942         useless-if-before-free: New option: --list (-l).
10943
10944         useless-if-before-free: Don't exit immediately upon open failure.
10945         * build-aux/useless-if-before-free: Exit 2 for errors.
10946         Upon failure to open a file, don't exit immediately.
10947         Rather, just warn and continue with any remaining files.
10948
10949 2008-02-10  Bruno Haible  <bruno@clisp.org>
10950
10951         New abstract list operation 'node_set_value'.
10952         * lib/gl_list.h (gl_list_node_set_value): New function.
10953         (struct gl_list_implementation): New field node_set_value.
10954         * lib/gl_list.c (gl_list_node_set_value): New function.
10955         * lib/gl_array_list.c (gl_array_node_set_value): New function.
10956         (gl_array_list_implementation): Update.
10957         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
10958         (gl_carray_list_implementation): Update.
10959         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
10960         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10961         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10962         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
10963         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10964         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10965         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10966         Update.
10967         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10968         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
10969         (gl_sublist_list_implementation): Update.
10970
10971 2008-02-10  Bruno Haible  <bruno@clisp.org>
10972
10973         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
10974         Needed when ELEMENT is #defined to 'some_type *'.
10975
10976 2008-02-10  Jim Meyering  <meyering@redhat.com>
10977
10978         New script and module: useless-if-before-free
10979         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
10980         * build-aux/useless-if-before-free: New file.
10981         * modules/useless-if-before-free: New file.
10982
10983         * build-aux/gitlog-to-changelog: Use committer date, not author date.
10984
10985         xstrtol_error: Fix typo.
10986         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
10987         s/exit_failure/exit_status/.
10988
10989 2008-02-09  Jim Meyering  <meyering@redhat.com>
10990
10991         New script and module: gitlog-to-changelog
10992         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
10993         * modules/gitlog-to-changelog: New file.
10994         * build-aux/gitlog-to-changelog: New file.
10995
10996 2008-02-08  Jim Meyering  <meyering@redhat.com>
10997
10998         Avoid two "parameter unused" warnings.
10999         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
11000         Mark "st" as used.
11001
11002         Use "git COMMAND", not "git-COMMAND".
11003         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
11004         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
11005         * build-aux/git-version-gen: Use "git status", not "git-status".
11006
11007 2008-02-07  Bruno Haible  <bruno@clisp.org>
11008
11009         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
11010         Avoids a crash on Windows Vista.
11011         Reported by Adam Strzelecki <ono@java.pl> via
11012         Simon Josefsson <simon@josefsson.org>.
11013
11014 2008-02-06  Bruno Haible  <bruno@clisp.org>
11015
11016         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
11017         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
11018         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
11019         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
11020         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11021         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11022         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
11023         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
11024         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11025         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11026         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11027         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11028         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11029         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11030         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11031         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
11032         left-adjust flag.
11033         * tests/test-snprintf-posix.h (test_function): Likewise.
11034         * tests/test-sprintf-posix.h (test_function): Likewise.
11035         * tests/test-vasprintf-posix.c (test_function): Likewise.
11036         * doc/posix-functions/fprintf.texi: Update.
11037         * doc/posix-functions/printf.texi: Update.
11038         * doc/posix-functions/snprintf.texi: Update.
11039         * doc/posix-functions/sprintf.texi: Update.
11040         * doc/posix-functions/vfprintf.texi: Update.
11041         * doc/posix-functions/vprintf.texi: Update.
11042         * doc/posix-functions/vsnprintf.texi: Update.
11043         * doc/posix-functions/vsprintf.texi: Update.
11044         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11045
11046 2008-02-06  Bruno Haible  <bruno@clisp.org>
11047
11048         Fix bug introduced on 2008-01-26.
11049         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
11050
11051 2008-02-06  Bruno Haible  <bruno@clisp.org>
11052
11053         Fix bug introduced on 2007-06-10.
11054         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
11055         !NEED_PRINTF_FLAG_ZERO.
11056
11057 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
11058
11059         getloadavg: use libperfstat on AIX5
11060         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
11061
11062 2008-02-03  Bruno Haible  <bruno@clisp.org>
11063
11064         * lib/diffseq.h: Add comments about required #includes.
11065         Reported by Michael Biggs <gnulib@doubleplum.net>.
11066
11067 2008-02-01  Bruno Haible  <bruno@clisp.org>
11068
11069         * users.txt: Add gnuit.
11070
11071 2008-01-31  Bruno Haible  <bruno@clisp.org>
11072
11073         * lib/md4.c (set_uint32): Mark as inline.
11074         * lib/md5.c (set_uint32): Likewise.
11075         * lib/sha1.c (set_uint32): Likewise.
11076         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
11077         * m4/md5.m4 (gl_MD5): Likewise.
11078         * m4/sha1.m4 (gl_SHA1): Likewise.
11079
11080 2008-01-31  Jim Meyering  <meyering@redhat.com>
11081
11082         Use "sizeof VAR", rather than a literal "4".
11083         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
11084         * lib/md4.c (md4_read_ctx): Likewise.
11085         * lib/sha1.c (sha1_read_ctx): Likewise.
11086
11087 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11088
11089         * tests/test-sha1.c: New file, based on test-md5.c.
11090
11091         * modules/crypto/sha1-tests: New file.
11092
11093 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11094
11095         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
11096
11097 2008-01-31  Jim Meyering  <meyering@redhat.com>
11098
11099         Prefer "sizeof v" over the equivalent "4".
11100         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
11101         * lib/md5.c (set_uint32): Likewise.
11102         * lib/sha1.c (set_uint32): Likewise.
11103
11104 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11105
11106         * lib/sha1.c (set_uint32): Mark function as static.
11107
11108 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11109
11110         md2: clarify comments to say that alignment is not required.
11111         * lib/md2.h: Remove warning about alignment in comment.
11112         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
11113         never been required.
11114
11115 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11116
11117         md4: adapt alignment constraint fix from sha1.
11118         * lib/md4.c (set_uint32): New function, from sha1.c
11119         (md4_read_ctx): Use it.
11120         (md4_finish_ctx): Doc fix.
11121         * lib/md4.h: Doc fix.
11122
11123 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11124
11125         md5: adapt alignment constraint fix from sha1.
11126         * lib/md5.c (set_uint32): New function, from sha1.c
11127         (md5_read_ctx): Use it.
11128         (md5_finish_ctx): Doc fix.
11129         * lib/md5.h: Doc fix.
11130
11131 2008-01-30  Peter Palfrader  <weasel@debian.org>
11132
11133         sha1: remove the result buffer alignment constraint
11134         * lib/sha1.c (set_uint32): New function.
11135         (sha1_read_ctx): Rewrite to remove the result buffer alignment
11136         constraint.
11137         (sha1_finish_ctx): Remove comment warning about alignment constraint.
11138         * lib/sha1.h: Likewise.
11139
11140 2008-01-30  Andreas Schwab  <schwab@suse.de>
11141             Bruno Haible  <bruno@clisp.org>
11142
11143         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
11144         correct definition of LDBL_MIN_EXP.
11145
11146 2008-01-30  Karl Berry  <karl@gnu.org>
11147
11148         * config/srclist-update: try to preserve x bit on updates.
11149         * config/srclistvars.sh: update for karl.
11150
11151 2008-01-29  Jim Meyering  <meyering@redhat.com>
11152
11153         vasnprintf.c: Avoid warning about unused label
11154         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
11155         "overflow" label definition and associated code with the
11156         same cpp condition that guards the sole use of that label.
11157
11158 2008-01-26  Bruno Haible  <bruno@clisp.org>
11159
11160         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
11161         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
11162         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
11163         * lib/isnanl-nolibm.h (isnanl): Likewise.
11164         Reported by Paul Eggert <eggert@cs.ucla.edu>.
11165
11166 2008-01-26  Bruno Haible  <bruno@clisp.org>
11167
11168         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
11169         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
11170
11171 2008-01-26  Bruno Haible  <bruno@clisp.org>
11172
11173         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
11174         GCC >= 4.0 built-in.
11175         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
11176
11177 2008-01-26  Bruno Haible  <bruno@clisp.org>
11178
11179         Rename isnan, applicable to 'double' only, to isnand.
11180         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
11181         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
11182         (configure.ac): Update.
11183         (Include): Replace "isnan.h" with "isnand.h".
11184         * m4/isnand.m4: Renamed from m4/isnan.m4.
11185         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
11186         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
11187         instead of isnan.c.
11188         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
11189         instead of HAVE_ISNAN_IN_LIBC.
11190         (isnand): Renamed from isnan.
11191         * lib/isnand.c: New file.
11192         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
11193         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
11194         (Makefile.am): Update.
11195         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
11196         Include isnand.h instead of isnan.h.
11197         (main): Test isnand instead of isnan.
11198         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
11199         isnan-nolibm.
11200         * modules/frexp (Depends-on): Likewise.
11201         * modules/frexp-tests (Depends-on): Likewise.
11202         * modules/frexp-nolibm (Depends-on): Likewise.
11203         * modules/frexp-nolibm-tests (Depends-on): Likewise.
11204         * modules/isfinite (Depends-on): Likewise.
11205         * modules/round-tests (Depends-on): Likewise.
11206         * modules/signbit (Depends-on): Likewise.
11207         * modules/signbit-tests (Depends-on): Likewise.
11208         * modules/snprintf-posix (Depends-on): Likewise.
11209         * modules/sprintf-posix (Depends-on): Likewise.
11210         * modules/trunc-tests (Depends-on): Likewise.
11211         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11212         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11213         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11214         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11215         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11216         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11217         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11218         * modules/vasnprintf-posix (Depends-on): Likewise.
11219         * modules/vasprintf-posix (Depends-on): Likewise.
11220         * modules/vfprintf-posix (Depends-on): Likewise.
11221         * modules/vsnprintf-posix (Depends-on): Likewise.
11222         * modules/vsprintf-posix (Depends-on): Likewise.
11223         * lib/frexp.c: Include isnand.h instead of isnan.h.
11224         (ISNAN): Set to isnand instead of isnan.
11225         * lib/isfinite.c: Include isnand.h instead of isnan.h.
11226         (gl_isfinited): Use isnand instead of isnan.
11227         * lib/signbitd.c: Include isnand.h instead of isnan.h.
11228         (gl_signbitd): Use isnand instead of isnan.
11229         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
11230         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
11231         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
11232         (main): Use isnand instead of isnan.
11233         * tests/test-round1.c: Include isnand.h.
11234         (main): Use isnand instead of isnan.
11235         * tests/test-round2.c: Include isnand.h instead of isnan.h.
11236         (ISNAN): Set to isnand instead of isnan.
11237         * tests/test-trunc1.c: Include isnand.h.
11238         (main): Use isnand instead of isnan.
11239         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
11240         (equal): Use isnand instead of isnan.
11241         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
11242         isnand-nolibm.
11243         * NEWS: Mention the change.
11244
11245 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11246             Bruno Haible  <bruno@clisp.org>
11247
11248         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
11249         the GCC builtins for signbits are present and set
11250         REPLACE_SIGNBIT_USING_GCC if so.
11251         * lib/math.in.h (signbit): Define using GCC builtins if
11252         REPLACE_SIGNBIT_USING_GCC is set.
11253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
11254         REPLACE_SIGNBIT_USING_GCC.
11255         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
11256
11257 2008-01-25  Jim Meyering  <meyering@redhat.com>
11258
11259         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
11260         * lib/poll.c: Include <config.h>, not "config.h".
11261         * tests/test-getaddrinfo.c: Likewise.
11262
11263 2008-01-25  Simon Josefsson  <simon@josefsson.org>
11264
11265         * modules/sockets-tests: New file.
11266
11267 2008-01-24  Simon Josefsson  <simon@josefsson.org>
11268
11269         * modules/sockets: New module, can be used to call WSA_Startup and
11270         WSA_Cleanup when needed.
11271
11272         * lib/sockets.h, lib/sockets.c: New files.
11273
11274         * m4/sockets.m4: New file.
11275
11276         * tests/test-sockets.c: New file.
11277
11278 2008-01-19  Bruno Haible  <bruno@clisp.org>
11279
11280         * doc/posix-headers: Renamed from doc/headers.
11281         * doc/posix-functions: Renamed from doc/functions.
11282         * doc/gnulib.texi: Update.
11283
11284 2008-01-19  Bruno Haible  <bruno@clisp.org>
11285
11286         * doc/glibc-functions/strcasestr.texi: Include contents of
11287         doc/functions/strcasestr.texi, fixing the list of platforms.
11288         * doc/functions/strcasestr.texi: Remove file.
11289
11290 2008-01-19  Bruno Haible  <bruno@clisp.org>
11291
11292         * doc/glibc-functions/memmem.texi: Include contents of
11293         doc/functions/memmem.texi.
11294         * doc/functions/memmem.texi: Remove file.
11295
11296 2008-01-18  Bruno Haible  <bruno@clisp.org>
11297
11298         * doc/glibc-functions/*.texi: New files.
11299         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
11300         to use the new files.
11301
11302 2008-01-17  Bruno Haible  <bruno@clisp.org>
11303
11304         * tests/test-gethostname.c (main): Fix printf statement.
11305
11306 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11307
11308         * modules/gethostname-tests: New file.
11309
11310         * tests/test-gethostname.c: New file.
11311
11312 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11313
11314         * lib/gethostname.c: Include string.h unconditionally, strncpy is
11315         used by the UNAME case.  Reported by Bruno Haible
11316         <bruno@clisp.org>.
11317
11318 2008-01-17  Eric Blake  <ebb9@byu.net>
11319
11320         Convert c-strcasestr to be more efficient.
11321         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
11322         (Depends-on): Add c-strcase, remove malloca, strnlen.
11323         * tests/test-c-strcasestr.c (main): Enhance test.
11324         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
11325
11326 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11327
11328         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
11329         Use it in creating po/Makevars.
11330
11331 2008-01-15  Simon Josefsson  <simon@josefsson.org>
11332
11333         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
11334         Applications that requires it should initialize libgcrypt
11335         manually.
11336
11337 2008-01-16  Simon Josefsson  <simon@josefsson.org>
11338
11339         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
11340
11341 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         Fix problem with getdate on mingw32 reported by Simon Josefsson
11344         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
11345         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
11346         tzname", when deciding whether to declare tzname.
11347         * lib/strftime.c (tzname): Likewise.
11348
11349 2008-01-15  Bruno Haible  <bruno@clisp.org>
11350
11351         Work around a MacOS X 10.5 bug in frexpl().
11352         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
11353         * doc/functions/frexpl.texi: Document the bug.
11354         Reported by Elias Pipping <pipping@gentoo.org>.
11355
11356 2008-01-14  Eric Blake  <ebb9@byu.net>
11357
11358         Touch up previous patch.
11359         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
11360         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
11361
11362         Convert strcasestr module to use Two-Way algorithm.
11363         * modules/strcasestr-simple: New module, based on the old
11364         strcasestr, but with Two-Way rather than KMP.
11365         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
11366         * lib/string.in.h (rpl_strcasestr): Declare.
11367         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
11368         performance.
11369         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
11370         * modules/string (Makefile.am): Support strcasestr.
11371         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11372         * modules/strcasestr-tests (Depends-on): Check for alarm.
11373         * tests/test-strcasestr.c: Augment test.
11374         * lib/str-two-way.h: Clean up stray macro.
11375         * NEWS: Document new module.
11376         * MODULES.html.sh (string handling): Likewise.
11377         * doc/functions/strcasestr.texi: New file.
11378         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
11379         here, since it is not a POSIX function.
11380
11381 2008-01-14  Colin Watson  <cjwatson@debian.org>
11382             Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
11385         works fine; if not, set REPLACE_STRSIGNAL.
11386         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
11387         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11388         REPLACE_STRSIGNAL.
11389         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
11390         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
11391         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
11392
11393 2008-01-14  Bruno Haible  <bruno@clisp.org>
11394
11395         * modules/strsignal (Include): Change to <string.h>.
11396
11397 2008-01-14  Colin Watson  <cjwatson@debian.org>
11398
11399         * modules/argp (Notice): Add a notice recommending to change
11400         XGETTEXT_OPTIONS.
11401         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
11402
11403 2008-01-13  Colin Watson  <cjwatson@debian.org>
11404
11405         * modules/strsignal-tests: New file.
11406         * tests/test-strsignal.c: New file.
11407
11408         * lib/strsignal.c: New file, from glibc with modifications.
11409         * lib/siglist.h: New file, from glibc with modifications.
11410         * lib/string.in.h (strsignal): New declaration.
11411         * m4/strsignal.m4: New file.
11412         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11413         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
11414         * modules/strsignal: New file.
11415         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
11416         HAVE_DECL_STRSIGNAL.
11417
11418 2008-01-13  Bruno Haible  <bruno@clisp.org>
11419
11420         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
11421         locale encoding is not ASCII. Needed for OpenBSD 4.0.
11422         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11423         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11424
11425 2008-01-13  Bruno Haible  <bruno@clisp.org>
11426
11427         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
11428         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
11429         * lib/argp.h (__attribute__): Likewise.
11430         * lib/c-stack.c (__attribute__): Likewise.
11431         * lib/error.h (__attribute__): Likewise.
11432         * lib/fts.c (__attribute__): Likewise.
11433         * lib/openat.h (__attribute__): Likewise.
11434         * lib/stdio.in.h (__attribute__): Likewise.
11435         * lib/string.in.h (__attribute__): Likewise.
11436         * lib/utimens.c (__attribute__): Likewise.
11437         * lib/vasnprintf.h (__attribute__): Likewise.
11438         * lib/xalloc.h (__attribute__): Likewise.
11439         * lib/xprintf.h (__attribute__): Likewise.
11440         * lib/xstrtol.h (__attribute__): Likewise.
11441         * lib/xvasprintf.h (__attribute__): Likewise.
11442
11443 2008-01-12  Bruno Haible  <bruno@clisp.org>
11444
11445         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
11446         * doc/glibc-headers/a.out.texi: New file.
11447         * doc/glibc-headers/aliases.texi: New file.
11448         * doc/glibc-headers/alloca.texi: New file.
11449         * doc/glibc-headers/ar.texi: New file.
11450         * doc/glibc-headers/argp.texi: New file.
11451         * doc/glibc-headers/argz.texi: New file.
11452         * doc/glibc-headers/byteswap.texi: New file.
11453         * doc/glibc-headers/crypt.texi: New file.
11454         * doc/glibc-headers/endian.texi: New file.
11455         * doc/glibc-headers/envz.texi: New file.
11456         * doc/glibc-headers/err.texi: New file.
11457         * doc/glibc-headers/error.texi: New file.
11458         * doc/glibc-headers/execinfo.texi: New file.
11459         * doc/glibc-headers/fpu_control.texi: New file.
11460         * doc/glibc-headers/fstab.texi: New file.
11461         * doc/glibc-headers/fts.texi: New file.
11462         * doc/glibc-headers/getopt.texi: New file.
11463         * doc/glibc-headers/ieee754.texi: New file.
11464         * doc/glibc-headers/ifaddrs.texi: New file.
11465         * doc/glibc-headers/libintl.texi: New file.
11466         * doc/glibc-headers/mcheck.texi: New file.
11467         * doc/glibc-headers/mntent.texi: New file.
11468         * doc/glibc-headers/obstack.texi: New file.
11469         * doc/glibc-headers/paths.texi: New file.
11470         * doc/glibc-headers/printf.texi: New file.
11471         * doc/glibc-headers/pty.texi: New file.
11472         * doc/glibc-headers/resolv.texi: New file.
11473         * doc/glibc-headers/shadow.texi: New file.
11474         * doc/glibc-headers/sysexits.texi: New file.
11475         * doc/glibc-headers/ttyent.texi: New file.
11476
11477 2008-01-12  Jim Meyering  <meyering@redhat.com>
11478
11479         announce-gen: emit Gnulib's git-based version string.
11480         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
11481         New option --gnulib-version=V, where V is expected to be
11482         the output of running git describe in the gnulib directory.
11483         (get_tool_versions): Request feedback on xdelta.  I suspect it's
11484         not useful, and plan to stop publishing an xdelta file with each
11485         coreutils release.
11486
11487         * build-aux/announce-gen: Also check for lzma-compressed files.
11488
11489 2008-01-11  Bruno Haible  <bruno@clisp.org>
11490
11491         * tests/test-memmem.c (main): Increase maximum allowed time.
11492         * tests/test-strstr.c (main): Likewise.
11493
11494 2008-01-11  Bruno Haible  <bruno@clisp.org>
11495
11496         * doc/functions/memmem.texi: Add more precisions about platforms.
11497         * doc/functions/strstr.texi: Likewise.
11498
11499 2008-01-10  Eric Blake  <ebb9@byu.net>
11500
11501         * m4/strstr.m4: Delete cruft from copy-n-paste.
11502         Reported by Bruno Haible.
11503
11504 2008-01-10  Bruno Haible  <bruno@clisp.org>
11505
11506         Make c-strstr rely on strstr.
11507         * lib/c-strstr.c: Don't include str-kmp.h.
11508         (c_strstr): Define in terms of strstr.
11509         * modules/c-strstr (Files): Remove lib/str-kmp.h.
11510         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
11511
11512 2008-01-10  Bruno Haible  <bruno@clisp.org>
11513
11514         * doc/gnulib.texi (String Functions in C Locale): New section.
11515         * doc/c-ctype.texi: New file.
11516         * doc/c-strcase.texi: New file.
11517         * doc/c-strcaseeq.texi: New file.
11518         * doc/c-strcasestr.texi: New file.
11519         * doc/c-strstr.texi: New file.
11520         * doc/c-strtod.texi: New file.
11521         * doc/c-strtold.texi: New file.
11522
11523 2008-01-10  Eric Blake  <ebb9@byu.net>
11524
11525         * lib/relocatable.h: Fix a comment.
11526
11527 2008-01-10  Eric Blake  <ebb9@byu.net>
11528
11529         Share two-way algorithm.
11530         * lib/str-two-way.h: New file, merged from...
11531         * lib/memmem.c: ...here...
11532         * lib/strstr.c: ...and here.
11533         * modules/memmem (Files): Use it.
11534         * modules/strstr (Files): Likewise.
11535
11536         Avoid quadratic strstr implementations.
11537         * lib/strstr.c: New file.
11538         * m4/strstr.m4: Likewise.
11539         * modules/strstr: Likewise.
11540         * modules/strstr-tests: Likewise.
11541         * tests/test-strstr.c: Likewise.
11542         * lib/string.in.h (rpl_strstr): Declare.
11543         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
11544         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
11545         * modules/string (Makefile.am): Likewise.
11546         * MODULES.html.sh (string handling): Mention new module.
11547         * doc/functions/strstr.texi (strstr): Document the bug.
11548
11549 2008-01-10  Bruno Haible  <bruno@clisp.org>
11550
11551         * lib/relocatable.h (relocate): State whether result is freshly
11552         allocated or not.
11553         * lib/relocatable.c (relocate): Return a freshly allocated string
11554         instead of a pointer to a privately held string.
11555         Reported by Sylvain Beucler <beuc@gnu.org>.
11556
11557 2008-01-10  Colin Watson  <cjwatson@debian.org>
11558
11559         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
11560         s/S_ISNLK/S_ISLNK/.
11561
11562 2008-01-09  Bruno Haible  <bruno@clisp.org>
11563
11564         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
11565         and other files.
11566         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
11567         if it's only a guess.
11568         * modules/memmem: Simplify by depending on memmem-simple.
11569
11570 2008-01-09  Bruno Haible  <bruno@clisp.org>
11571
11572         Work around OpenBSD 4.0 tdelete() bug.
11573         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
11574         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
11575         macros and don't redefine the enum values.
11576         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
11577         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
11578         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
11579
11580 2008-01-09  Bruno Haible  <bruno@clisp.org>
11581
11582         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
11583         (main): Don't perform the tests if setlocale did not install a UTF-8
11584         locale. Needed on OpenBSD 4.0.
11585         * modules/wcwidth-tests (Depends-on): Add localcharset.
11586
11587 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11588
11589         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
11590         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
11591         * NEWS: announce this.
11592         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
11593
11594 2008-01-09  Simon Josefsson  <simon@josefsson.org>
11595         and Eric Blake  <ebb9@byu.net>
11596
11597         Add memmem-simple module.
11598         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
11599         (gl_FUNC_MEMMEM): Separate performance from presence checks.
11600         * modules/memmem-simple: New file.
11601         * modules/memmem (Description): Tweak.
11602         * MODULES.html.sh (string handling): Mention new module.
11603         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
11604         addressed by memmem-simple.
11605         * NEWS: Document the difference.
11606
11607 2008-01-09  Eric Blake  <ebb9@byu.net>
11608
11609         Give gcc some memmem optimization hints.
11610         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
11611         (strcasestr): Declare as pure.
11612         * modules/memmem (Maintainer): Claim my implementation.
11613
11614 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11615
11616         Support AIX 6.1 and higher.
11617         * build-aux/config.libpath: Likewise.
11618         * build-aux/config.rpath: Likewise.
11619
11620 2008-01-08  Jim Meyering  <meyering@redhat.com>
11621             Bruno Haible  <bruno@clisp.org>
11622
11623         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
11624         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
11625         Reported by Peter Fales in
11626         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
11627
11628 2008-01-08  Bruno Haible  <bruno@clisp.org>
11629
11630         * modules/unictype/category-of (Depends-on): Add
11631         unictype/category-none.
11632         * modules/unictype/category-and-tests (Depends-on): Add
11633         unictype/category-{L,N,Lu,Nd}.
11634         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
11635         * modules/unictype/category-or-tests (Depends-on): Add
11636         unictype/category-{L,N}.
11637         * modules/unictype/category-name-tests (Depends-on): Add
11638         unictype/category-{Z,Nl}.
11639         Reported by Simon Josefsson.
11640
11641 2008-01-08  Bruno Haible  <bruno@clisp.org>
11642
11643         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
11644         convention better.
11645         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
11646         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
11647         Reported by Peter Miller <millerp@canb.auug.org.au>.
11648
11649 2008-01-08  Eric Blake  <ebb9@byu.net>
11650
11651         Rewrite memmem to guarantee linear complexity without malloc.
11652         * lib/memmem.c (memmem): Use Two-Way rather than
11653         Knuth-Morris-Pratt, to allow O(1) space usage.
11654         (critical_factorization, two_way_short_needle)
11655         (two_way_long_needle): New functions.
11656         (knuth_morris_pratt): Delete.
11657         * modules/memmem (Depends-on): No longer need malloca or stdbool.
11658         Add stdint.
11659         * tests/test-memmem.c (main): Add tests for periodic needle and
11660         sublinear performance.
11661         * doc/functions/memmem.texi (memmem): Document other deficiencies
11662         in cygwin and older glibc.
11663
11664 2008-01-08  Bruno Haible  <bruno@clisp.org>
11665
11666         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
11667         augmentation.
11668
11669 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
11670
11671         Add a configure time option: --disable-acl.
11672         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
11673         AC_ARG_ENABLE(acl).
11674
11675 2008-01-06  Simon Josefsson  <simon@josefsson.org>
11676
11677         * tests/test-localename.c: Don't include obsolete "setenv.h".
11678
11679         * modules/localename-tests (Depends-on): Need unsetenv.
11680
11681 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11682
11683         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
11684
11685 2008-01-06  Colin Watson  <cjwatson@debian.org>
11686
11687         * users.txt: Add man-db.
11688
11689 2008-01-07  Bruno Haible  <bruno@clisp.org>
11690
11691         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
11692         previous section name.
11693
11694 2008-01-07  Bruno Haible  <bruno@clisp.org>
11695
11696         * lib/progname.c (set_program_name): Don't strip off a leading
11697         "lt-" prefix outside a .libs directory.
11698         Suggested by Paul Eggert.
11699
11700 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
11701             Bruno Haible  <bruno@clisp.org>
11702
11703         Improve memory cleanup in 'relocatable' module.
11704         * lib/relocatable.h (compute_curr_prefix): Change return type to
11705         'char *'.
11706         * lib/relocatable.c (compute_curr_prefix): Change return type to
11707         'char *'. Free curr_installdir after use.
11708         (relocate): Free curr_prefix_better after use.
11709         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
11710
11711 2008-01-01  Bruno Haible  <bruno@clisp.org>
11712
11713         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
11714         failure on older glibc systems.
11715         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11716
11717 2008-01-05  Eric Blake  <ebb9@byu.net>
11718
11719         Avoid quadratic system memmem.
11720         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
11721         Reported by Ralf Wildenhues.
11722
11723         Fix memmem test for mingw.
11724         * modules/memmem-tests (configure.ac): Check for alarm.
11725         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
11726         it.
11727         * doc/functions/memmem.texi: New file.
11728         * doc/gnulib.texi (Function Substitutes): Add memmem.
11729         Reported by Bruno Haible.
11730
11731 2008-01-04  Bruno Haible  <bruno@clisp.org>
11732
11733         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
11734         Require gl_HEADER_STRINGS_H_DEFAULTS, not
11735         gl_HEADER_STRING_H_DEFAULTS.
11736
11737 2008-01-04  Eric Blake  <ebb9@byu.net>
11738
11739         Shorten duration of memmem test.
11740         * tests/test-memmem.c (main): Use alarm to declare failure if test
11741         is taking too long.
11742         Reported by Ralf Wildenhues.
11743
11744 2007-12-21  Simon Josefsson  <simon@josefsson.org>
11745
11746         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
11747         string, needed by strerror.
11748
11749 2008-01-03  Colin Watson  <cjwatson@debian.org>
11750             Bruno Haible  <bruno@clisp.org>
11751
11752         * doc/gnulib-tool.texi (Localization): New section.
11753
11754 2008-01-02  Bruno Haible  <bruno@clisp.org>
11755
11756         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
11757         variables to 'unsigned char *' type.
11758         Reported by Paul Eggert.
11759
11760 2008-01-02  Jim Meyering  <jim@meyering.net>
11761
11762         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
11763
11764 2007-12-31  Jim Meyering  <jim@meyering.net>
11765
11766         Avoid use of private FTS type name.
11767         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
11768
11769 2007-12-30  Karl Berry  <karl@gnu.org>
11770
11771         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
11772         work around defect in Texinfo and/or the standalone Info browser.
11773
11774 2007-12-30  Bruno Haible  <bruno@clisp.org>
11775
11776         Unify 5 copies of the KMP code.
11777         * lib/str-kmp.h: New file.
11778         * lib/c-strcasestr.c: Include str-kmp.h.
11779         (knuth_morris_pratt): Remove function.
11780         (c_strcasestr): Update.
11781         * lib/c-strstr.c: Include str-kmp.h.
11782         (knuth_morris_pratt): Remove function.
11783         (c_strcasestr): Update.
11784         * lib/mbscasestr.c: Include str-kmp.h.
11785         (knuth_morris_pratt_unibyte): Remove function.
11786         * lib/mbsstr.c: Include str-kmp.h.
11787         (knuth_morris_pratt_unibyte): Remove function.
11788         * lib/strcasestr.c: Include str-kmp.h.
11789         (knuth_morris_pratt): Remove function.
11790         (strcasestr): Update.
11791         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
11792         * modules/c-strstr (Files): Likewise.
11793         * modules/mbscasestr (Files): Likewise.
11794         * modules/mbsstr (Files): Likewise.
11795         * modules/strcasestr (Files): Likewise.
11796         Suggested by Paul Eggert.
11797
11798 2007-12-30  Bruno Haible  <bruno@clisp.org>
11799
11800         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
11801         defined.
11802
11803 2007-12-30  Bruno Haible  <bruno@clisp.org>
11804
11805         * lib/xmalloca.h: Include xalloc.h.
11806         (xnmalloca): New macro.
11807
11808 2007-12-30  Bruno Haible  <bruno@clisp.org>
11809
11810         * lib/malloca.h (nmalloca): New macro.
11811         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
11812         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
11813         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
11814         knuth_morris_pratt_multibyte): Likewise.
11815         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
11816         knuth_morris_pratt_multibyte): Likewise.
11817         * lib/memmem.c (knuth_morris_pratt): Likewise.
11818         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
11819
11820 2007-12-25  Bruno Haible  <bruno@clisp.org>
11821
11822         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
11823         * lib/glob.c: Don't include openat.h.
11824         (link_exists2_p): Add back the code that deals with the
11825         !GLOB_ALTDIRFUNC case.
11826         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
11827         let it do the filename concatenation.
11828         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
11829         * modules/glob (Depends-on): Remove openat.
11830
11831 2007-12-31  Bruno Haible  <bruno@clisp.org>
11832
11833         * modules/dirfd (License): Change to LGPLv2+.
11834         Approved by Jim Meyering.
11835
11836 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11837
11838         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
11839         when multiplying M by sizeof (size_t).
11840
11841 2007-12-10  Martin Lambers  <marlam@marlam.de>
11842
11843         Override getpagesize on mingw.
11844         * lib/getpagesize.c: New file.
11845         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
11846         * modules/getpagesize (Files): Add lib/getpagesize.c.
11847         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
11848         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11849         REPLACE_GETPAGESIZE.
11850         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
11851
11852 2007-12-25  Bruno Haible  <bruno@clisp.org>
11853
11854         * modules/localcharset (Notice): New field.
11855         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
11856         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
11857
11858 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
11859             Bruno Haible  <bruno@clisp.org>
11860
11861         Avoid using the syntax symbol() in formatted documentation.
11862         * MODULES.html.sh (func_module): When replacing symbol() with a
11863         hyperlink, remove the parentheses. Show an error if some remain.
11864         Recognize and render the '...' syntax.
11865         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
11866         Rework. Add paragraph about GCC's inlining.
11867         * doc/alloca.texi: Likewise.
11868         * doc/error.texi: Remove parentheses from symbol reference.
11869         * doc/gnulib-intro.texi: Likewise.
11870         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
11871         * modules/fnmatch (Description): Reword to say "the ... function".
11872         * modules/full-read (Description): Likewise.
11873         * modules/full-write (Description): Likewise.
11874         * modules/safe-read (Description): Likewise.
11875         * modules/safe-write (Description): Likewise.
11876         * modules/strchrnul (Description): Likewise.
11877         * modules/trim (Description): Likewise.
11878         * modules/error (Description): Remove parentheses from symbol
11879         references.
11880         * modules/verror (Description): Likewise.
11881         Reported by Karl Berry.
11882
11883 2007-12-25  Bruno Haible  <bruno@clisp.org>
11884
11885         Fixup after 2007-10-16 commit.
11886         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
11887
11888 2007-12-24  Bruno Haible  <bruno@clisp.org>
11889
11890         Make --enable-relocatable work with DESTDIR.
11891         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
11892         to compute installdir from destprog.
11893         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
11894         also set the RELOC_DESTDIR variable.
11895         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11896
11897 2007-12-24  Bruno Haible  <bruno@clisp.org>
11898
11899         Fix link error due to xalloc_die().
11900         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
11901         of xreadlink.
11902         * lib/relocwrapper.c: Update comments.
11903         * build-aux/install-reloc: Remove xreadlink.c from file list.
11904         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
11905         xreadlink.c.
11906         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11907
11908 2007-12-24  Bruno Haible  <bruno@clisp.org>
11909
11910         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
11911         * lib/setenv.h: Remove file.
11912         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
11913         lib/setenv.h.
11914         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
11915         (Depends-on): Add stdlib.
11916         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
11917         gl_FUNC_UNSETENV.
11918         (Include): Replace setenv.h with <stdlib.h>.
11919         * modules/unsetenv: New file.
11920         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
11921         * lib/unsetenv.c: Include <stdlib.h> first.
11922         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
11923         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
11924         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
11925         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
11926         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
11927         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11928         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
11929         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
11930         * doc/functions/unsetenv.texi: Update.
11931         * modules/xsetenv (Depends-on): Add unsetenv.
11932         * modules/getdate (Depends-on): Likewise.
11933         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
11934         * lib/xsetenv.c: Don't include setenv.h.
11935         * lib/getdate.y: Likewise.
11936         * lib/relocwrapper.c: Likewise.
11937         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
11938         (Depends-on): Add stdlib.
11939         * NEWS: Mention the changes.
11940         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
11941
11942 2007-12-23  Bruno Haible  <bruno@clisp.org>
11943
11944         * lib/memmem.c (memmem): Use lowercase variable names. Tab
11945         indentation.
11946
11947 2007-12-23  Bruno Haible  <bruno@clisp.org>
11948
11949         * lib/c-strcasestr.c: Add more comments.
11950         * lib/c-strstr.c: Likewise.
11951         * lib/mbscasestr.c: Likewise.
11952         * lib/mbsstr.c: Likewise.
11953         * lib/strcasestr.c: Likewise.
11954         * lib/memmem.c: Likewise.
11955
11956 2007-12-23  Bruno Haible  <bruno@clisp.org>
11957
11958         * tests/test-memmem.c: Include <string.h> first.
11959
11960 2007-12-22  Bruno Haible  <bruno@clisp.org>
11961
11962         * gnulib-tool (func_create_testdir): Change $auxdir while generating
11963         the contents of $testsbase.
11964         Reported by Ralf Wildenhues.
11965
11966 2007-12-22  Bruno Haible  <bruno@clisp.org>
11967
11968         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
11969         two variables local_ldadd_before, local_ldadd_last.
11970
11971 2007-12-20  Eric Blake  <ebb9@byu.net>
11972
11973         Work around circular library issue when cross-compiling.
11974         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
11975         that progname.o does not need to pull in rpl_memcmp.
11976
11977 2007-12-19  Eric Blake  <ebb9@byu.net>
11978
11979         Fix memmem to avoid O(n^2) worst-case complexity.
11980         * lib/memmem.c (knuth_morris_pratt): New function.
11981         (memmem): Use it if first few naive iterations fail.
11982         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
11983         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
11984         * modules/memchr (License): Likewise.
11985         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
11986         malloca.
11987         * tests/test-memmem.c: Rewrite, borrowing ideas from
11988         test-mbsstr1.c; the old version wouldn't even compile!
11989         * modules/memmem-tests: New file.
11990         * lib/string.in.h (rpl_memmem): Add declaration.
11991         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
11992         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
11993         REPLACE_MEMMEM.
11994
11995 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
11998         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
11999         before any system include files, and undef after them all.  This
12000         should fix a problem on VMS reported by John E. Malmberg in
12001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
12002
12003 2007-12-17  Eric Blake  <ebb9@byu.net>
12004
12005         Revert addition of verify, for BSD/OS.
12006         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
12007         can't handle large files, for the sake of obsolete platforms.
12008         * modules/fseeko (Depends-on): Remove verify.
12009         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
12010         * doc/functions/ftello.texi (ftello): Likewise.
12011         * doc/functions/fgetpos.texi (fgetpos): Likewise.
12012         Reported by Larry Jones.
12013
12014 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
12015
12016         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
12017         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
12018
12019 2007-12-17  Jim Meyering  <meyering@redhat.com>
12020
12021         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
12022         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
12023         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
12024         * modules/getcwd (Depends-on): Add openat.
12025         Reported by Petr Salinger.
12026
12027 2007-12-17  Bruno Haible  <bruno@clisp.org>
12028
12029         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
12030         avoid a segmentation fault of the configure test on x86_64 systems.
12031
12032 2007-12-15  Jim Meyering  <meyering@redhat.com>
12033
12034         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
12035
12036 2007-12-13  Eric Blake  <ebb9@byu.net>
12037
12038         Another fseek test.
12039         * tests/test-fseek.c (main): Also test ungetc handling.
12040         * tests/test-fseeko.c (main): Likewise.
12041         * modules/fseeko (Depends-on): Add verify.
12042         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
12043         large.
12044         Reported by Larry Jones.
12045
12046         Fix fseeko on mingw.
12047         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
12048         seek.
12049
12050         Beef up fseek tests.
12051         * tests/test-fseek.c (main): Also test eof handling.
12052         * tests/test-fseeko.c (main): Likewise.
12053         Reported by Larry Jones.
12054
12055 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
12056
12057         Fix fseeko on BSD-based platforms.
12058         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
12059         successful seek.
12060
12061 2007-12-12  Eric Blake  <ebb9@byu.net>
12062
12063         Allow circular dependency of separate libtests.a
12064         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
12065         when use_libtests.
12066
12067 2007-12-11  Eric Blake  <ebb9@byu.net>
12068
12069         Fix bug with -0.0L in previous patch.
12070         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
12071         * tests/test-isnan.c (main): Also test on zeroes.
12072         * tests/test-isnanf.c (main): Likewise.
12073         * tests/test-isnanl.h (main): Likewise.
12074
12075         Detect pseudo-denormals on x86 even when cross-compiling.
12076         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
12077         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
12078         invalid bit patterns that happen to satisfy ==.
12079
12080         Avoid link failures with separate libtests.a.
12081         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
12082         last, to satisfy circular dependencies.
12083
12084 2007-12-11  Eric Blake  <ebb9@byu.net>
12085         and Bruno Haible  <bruno@clisp.org>
12086
12087         Fix OpenBSD 4.0 <float.h> handling of long double.
12088         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
12089         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
12090         * doc/headers/float.texi (float.h): Document OpenBSD bug.
12091
12092 2007-12-11  Jim Meyering  <meyering@redhat.com>
12093
12094         * users.txt: Add libvirt.
12095
12096         Support versions of autoconf prior to 2.59c.
12097         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
12098         if it is not already defined.
12099
12100 2007-12-09  Bruno Haible  <bruno@clisp.org>
12101
12102         Let 'gnulib-tool --import' collect sources needed for the tests in
12103         tests/ rather than in lib/.
12104         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
12105         argument. If true, add rules to generate libtests.a, and put libtests.a
12106         into $(LDADD). Consider source files in subdirectories and set
12107         uses_subdirs.
12108         (func_emit_initmacro_start, func_emit_initmacro_end,
12109         func_emit_initmacro_done): Pass all arguments explicitly.
12110         (func_import): Determine two module lists main_modules,
12111         testsrelated_modules. Determine use_libtests. Determine two variables
12112         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
12113         instead of just sed_transform_lib_file. Determine two variables
12114         main_files and testsrelated_files. Compute 'files' as the union of
12115         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
12116         func_add_or_update. In the generated gnulib-comp.m4, collect the
12117         object files for tests/ in different variables than those for lib/.
12118         Substitute LIBTESTS_LIBDEPS.
12119         (func_create_testdir): Combine the uses_subdirs results from
12120         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
12121
12122 2007-12-09  Bruno Haible  <bruno@clisp.org>
12123
12124         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
12125         the build-aux directory.
12126
12127 2007-12-09  Bruno Haible  <bruno@clisp.org>
12128
12129         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
12130         introduced on 2006-09-09.
12131
12132 2007-12-07  Jim Meyering  <meyering@redhat.com>
12133
12134         Let these macros work also with autoconf-2.59.
12135         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
12136         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
12137         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12138
12139 2007-12-06  Jim Meyering  <meyering@redhat.com>
12140
12141         Avoid a configure-time syntax error in gl_FUNC_ACL.
12142         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
12143         function in each branch, before testing the cache variable.
12144
12145 2007-12-04  Eric Blake  <ebb9@byu.net>
12146
12147         Make scripts executable.
12148         * build-aux/config.guess: Add execute permissions.
12149         * build-aux/config.sub: Likewise.
12150         * build-aux/gendocs.sh: Likewise.
12151
12152         Fix frexp on mingw.
12153         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
12154         cross-compiling.
12155         * doc/functions/frexp.texi (frexp): Document the bug.
12156
12157         Make cygwin fseeko check more reliable.
12158         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
12159         version numbers, rather than unrelated feature check.
12160         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
12161         * doc/functions/ftello.texi (ftello): Likewise.
12162         Reported by Bruno Haible.
12163
12164         * m4/strerror.m4: Bump version number.
12165
12166 2007-12-03  Bruno Haible  <bruno@clisp.org>
12167
12168         * doc/functions/mprotect.texi: Mention the mingw problem.
12169
12170 2007-12-03  Eric Blake  <ebb9@byu.net>
12171
12172         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
12173         REPLACE_STRERROR is initialized before this macro.
12174
12175 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
12178         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
12179         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
12180         put -lsec in even for programs other than 'ls'.  This fixes a problem
12181         for gettext reported by Bruno Haible in
12182         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
12183         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
12184         Add support for Solaris 10.  This isn't efficient, but should get the
12185         job done for now.
12186
12187 2007-12-03  James Youngman  <jay@gnu.org>
12188
12189         * doc/regexprops-generic.texi: change "an close-group" to "a
12190         close-group" and "illegal" to "not allowed".
12191
12192 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12193
12194         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
12195         pr_byname.h. Needed for the rare case when the maintainer has done
12196         "make maintainer-clean" in the source directory and then attempts a
12197         build outside the source directory.
12198         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
12199         scripts_byname.h.
12200
12201 2007-12-02  Martin Lambers <marlam@marlam.de>
12202             Bruno Haible  <bruno@clisp.org>
12203
12204         * lib/getpagesize.h: Remove file.
12205         * lib/unistd.in.h: Include declaration of getpagesize here.
12206         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
12207         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
12208         HAVE_SYS_PARAM_H.
12209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
12210         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12211         * modules/getpagesize (Files): Remove lib/getpagesize.h.
12212         (Depends-on): Add unistd.
12213         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12214         (Include): Use <unistd.h> instead of getpagesize.h.
12215         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
12216         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12217         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
12218         gl_GETPAGESIZE invocation, already handled by module dependency.
12219         * lib/pagealign_alloc.c: Don't include getpagesize.h.
12220
12221 2007-12-02  Bruno Haible  <bruno@clisp.org>
12222
12223         * modules/strings-tests: New file.
12224         * tests/test-strings.c: New file.
12225
12226         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
12227         * lib/strings.in.h: New file.
12228         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
12229         * m4/strings_h.m4: New file.
12230         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
12231         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
12232         * modules/strings: New file.
12233         * modules/string (Makefile.am): Update.
12234         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
12235         Reported by Karl Berry.
12236
12237 2007-12-01  Eric Blake  <ebb9@byu.net>
12238
12239         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
12240         accomodate fix in cygwin 1.5.25.
12241
12242 2007-12-01  Jim Meyering  <meyering@redhat.com>
12243
12244         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
12245         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
12246         that would inhibit utf8-optimization of a regexp containing line-
12247         or buffer-anchors, e.g., `^', `$'.
12248
12249 2007-11-30  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
12252         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
12253         glthread_recursive_lock_init.
12254         * lib/lock.c (glthread_recursive_lock_init)
12255         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
12256         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12257
12258 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
12259
12260         New function qset_acl, like set_acl but with syscall semantics.
12261         * lib/acl.h (qset_acl): New decl.
12262         * lib/acl.c (qset_acl): New function.
12263         (set_acl): Use new function.  Use more-consistent diagnostics.
12264
12265 2007-11-28  Jim Meyering  <meyering@redhat.com>
12266
12267         * modules/physmem (License): Change from GPL to LGPLv2+.
12268
12269 2007-11-26  Bruno Haible  <bruno@clisp.org>
12270
12271         * lib/vasnprintf.c (decode_long_double): Don't abort if the
12272         'long double' type has excess precision.
12273         Reported by Jim Meyering in
12274         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
12275
12276 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12277
12278         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
12279         Sync from <http://gnu.org/licenses>.
12280         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
12281         with license text from same location.
12282         * doc/maintain.texi, doc/standards.texi:  Sync from
12283         <http://savannah.gnu.org/projects/gnustandards>.
12284
12285 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
12286         and Jim Meyering  <meyering@redhat.com>
12287
12288         Adjust getdate' grammar to accept a slightly more regular language.
12289         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
12290         Before, the former was rejected.
12291         * lib/getdate.y (digits_to_date_time): New function, factored
12292         out of ...
12293         (number): ...here.  Just call digits_to_date_time.
12294         (hybrid): New non-terminal to handle an <unsigned number,
12295         signed relative offset> sequence consistently.
12296
12297 2007-11-18  Jim Meyering  <meyering@redhat.com>
12298
12299         Pull my changes from coreutils:
12300         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
12301         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
12302         use of $gnulib_tool_option_extras, so that it's separated from the
12303         preceding argument.
12304
12305         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
12306         * build-aux/bootstrap (cp_mark_as_generated): Create any required
12307         parent destination directories before copying a file into place.
12308
12309 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12310
12311         bootstrap: work also with 4-argument variant of AC_INIT
12312         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
12313
12314 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         Port test-getaddrinfo to Solaris.
12317         Problem reported by Bruno Haible in
12318         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
12319         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
12320         explanation of setting 'hints'.
12321         Don't reject an implementation merely because it returns EAI_SERVICE.
12322         (EAI_SERVICE): Define to 0 if not defined.
12323
12324 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12325
12326         The license of gnu-make and posix-shell is now "GPLed build tool".
12327         * modules/gnu-make (License): Likewise.
12328         * modules/posix-shell (License): Likewise.
12329
12330         New module posix-shell, for determining a POSIX shell
12331         or perhaps something that is close enough to a POSIX shell.
12332         * m4/posix-shell.m4: New file.
12333         * modules/posix-shell: New file.
12334
12335         * MODULES.html.sh: Mention new module.
12336
12337         New module gnu-make, for determining whether we're using GNU Make.
12338         * m4/gnu-make.m4: New file.
12339         * modules/gnu-make: New file.
12340         * MODULES.html.sh: Mention new module.
12341
12342 2007-11-14  Jim Meyering  <meyering@redhat.com>
12343
12344         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
12345         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
12346         use this macro to create a function _definition_.
12347         Remove useless "#undef ARGMATCH_DIE".
12348
12349 2007-11-14  Bruno Haible  <bruno@clisp.org>
12350
12351         * lib/config.charset: Update for OpenBSD 4.1.
12352         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
12353
12354 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
12355
12356         Document 64-bit #if problems in stdint.texi.
12357         * doc/headers/stdint.texi (stdint.h): Mention problems with
12358         64-bit-#if, and how to work around them.
12359
12360         Don't insist on 'long long int' support in the preprocessor.  It
12361         breaks too many things.  For example, PRIdMAX still uses a 'long
12362         long int' format with the latest Sun compiler, even though
12363         HAVE_LONG_LONG_INT isn't defined due to that compiler's
12364         preprocessor problem.  This causes the latest coreutils to dump
12365         core on Solaris 10 sparc with the Sun C compiler.
12366         Instead, fix the 2007-10-16 problem in a different way, by evaluating
12367         the troublesome expressions at configure-time, not at #if-time.
12368         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
12369         preprocessor.
12370         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
12371         compile-time C checks, done at 'configure'-time.
12372         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
12373         * modules/inttypes (Makefile): Substitute the new symbols that
12374         gl_INTTYPES_H now generates.
12375         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
12376
12377 2007-11-12  Bruno Haible  <bruno@clisp.org>
12378
12379         Tests for Unicode character classification functions.
12380
12381         * modules/unictype/bidicategory-byname-tests: New file.
12382         * modules/unictype/bidicategory-name-tests: New file.
12383         * modules/unictype/bidicategory-of-tests: New file.
12384         * modules/unictype/bidicategory-test-tests: New file.
12385         * modules/unictype/block-list-tests: New file.
12386         * modules/unictype/block-of-tests: New file.
12387         * modules/unictype/block-test-tests: New file.
12388         * modules/unictype/category-C-tests: New file.
12389         * modules/unictype/category-Cc-tests: New file.
12390         * modules/unictype/category-Cf-tests: New file.
12391         * modules/unictype/category-Cn-tests: New file.
12392         * modules/unictype/category-Co-tests: New file.
12393         * modules/unictype/category-Cs-tests: New file.
12394         * modules/unictype/category-L-tests: New file.
12395         * modules/unictype/category-Ll-tests: New file.
12396         * modules/unictype/category-Lm-tests: New file.
12397         * modules/unictype/category-Lo-tests: New file.
12398         * modules/unictype/category-Lt-tests: New file.
12399         * modules/unictype/category-Lu-tests: New file.
12400         * modules/unictype/category-M-tests: New file.
12401         * modules/unictype/category-Mc-tests: New file.
12402         * modules/unictype/category-Me-tests: New file.
12403         * modules/unictype/category-Mn-tests: New file.
12404         * modules/unictype/category-N-tests: New file.
12405         * modules/unictype/category-Nd-tests: New file.
12406         * modules/unictype/category-Nl-tests: New file.
12407         * modules/unictype/category-No-tests: New file.
12408         * modules/unictype/category-P-tests: New file.
12409         * modules/unictype/category-Pc-tests: New file.
12410         * modules/unictype/category-Pd-tests: New file.
12411         * modules/unictype/category-Pe-tests: New file.
12412         * modules/unictype/category-Pf-tests: New file.
12413         * modules/unictype/category-Pi-tests: New file.
12414         * modules/unictype/category-Po-tests: New file.
12415         * modules/unictype/category-Ps-tests: New file.
12416         * modules/unictype/category-S-tests: New file.
12417         * modules/unictype/category-Sc-tests: New file.
12418         * modules/unictype/category-Sk-tests: New file.
12419         * modules/unictype/category-Sm-tests: New file.
12420         * modules/unictype/category-So-tests: New file.
12421         * modules/unictype/category-Z-tests: New file.
12422         * modules/unictype/category-Zl-tests: New file.
12423         * modules/unictype/category-Zp-tests: New file.
12424         * modules/unictype/category-Zs-tests: New file.
12425         * modules/unictype/category-and-not-tests: New file.
12426         * modules/unictype/category-and-tests: New file.
12427         * modules/unictype/category-byname-tests: New file.
12428         * modules/unictype/category-name-tests: New file.
12429         * modules/unictype/category-none-tests: New file.
12430         * modules/unictype/category-of-tests: New file.
12431         * modules/unictype/category-or-tests: New file.
12432         * modules/unictype/category-test-withtable-tests: New file.
12433         * modules/unictype/combining-class-tests: New file.
12434         * modules/unictype/ctype-alnum-tests: New file.
12435         * modules/unictype/ctype-alpha-tests: New file.
12436         * modules/unictype/ctype-blank-tests: New file.
12437         * modules/unictype/ctype-cntrl-tests: New file.
12438         * modules/unictype/ctype-digit-tests: New file.
12439         * modules/unictype/ctype-graph-tests: New file.
12440         * modules/unictype/ctype-lower-tests: New file.
12441         * modules/unictype/ctype-print-tests: New file.
12442         * modules/unictype/ctype-punct-tests: New file.
12443         * modules/unictype/ctype-space-tests: New file.
12444         * modules/unictype/ctype-upper-tests: New file.
12445         * modules/unictype/ctype-xdigit-tests: New file.
12446         * modules/unictype/decimal-digit-tests: New file.
12447         * modules/unictype/digit-tests: New file.
12448         * modules/unictype/mirror-tests: New file.
12449         * modules/unictype/numeric-tests: New file.
12450         * modules/unictype/property-alphabetic-tests: New file.
12451         * modules/unictype/property-ascii-hex-digit-tests: New file.
12452         * modules/unictype/property-bidi-arabic-digit-tests: New file.
12453         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
12454         * modules/unictype/property-bidi-block-separator-tests: New file.
12455         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
12456         * modules/unictype/property-bidi-common-separator-tests: New file.
12457         * modules/unictype/property-bidi-control-tests: New file.
12458         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
12459         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
12460         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
12461         * modules/unictype/property-bidi-european-digit-tests: New file.
12462         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
12463         * modules/unictype/property-bidi-left-to-right-tests: New file.
12464         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
12465         * modules/unictype/property-bidi-other-neutral-tests: New file.
12466         * modules/unictype/property-bidi-pdf-tests: New file.
12467         * modules/unictype/property-bidi-segment-separator-tests: New file.
12468         * modules/unictype/property-bidi-whitespace-tests: New file.
12469         * modules/unictype/property-byname-tests: New file.
12470         * modules/unictype/property-combining-tests: New file.
12471         * modules/unictype/property-composite-tests: New file.
12472         * modules/unictype/property-currency-symbol-tests: New file.
12473         * modules/unictype/property-dash-tests: New file.
12474         * modules/unictype/property-decimal-digit-tests: New file.
12475         * modules/unictype/property-default-ignorable-code-point-tests: New file.
12476         * modules/unictype/property-deprecated-tests: New file.
12477         * modules/unictype/property-diacritic-tests: New file.
12478         * modules/unictype/property-extender-tests: New file.
12479         * modules/unictype/property-format-control-tests: New file.
12480         * modules/unictype/property-grapheme-base-tests: New file.
12481         * modules/unictype/property-grapheme-extend-tests: New file.
12482         * modules/unictype/property-grapheme-link-tests: New file.
12483         * modules/unictype/property-hex-digit-tests: New file.
12484         * modules/unictype/property-hyphen-tests: New file.
12485         * modules/unictype/property-id-continue-tests: New file.
12486         * modules/unictype/property-id-start-tests: New file.
12487         * modules/unictype/property-ideographic-tests: New file.
12488         * modules/unictype/property-ids-binary-operator-tests: New file.
12489         * modules/unictype/property-ids-trinary-operator-tests: New file.
12490         * modules/unictype/property-ignorable-control-tests: New file.
12491         * modules/unictype/property-iso-control-tests: New file.
12492         * modules/unictype/property-join-control-tests: New file.
12493         * modules/unictype/property-left-of-pair-tests: New file.
12494         * modules/unictype/property-line-separator-tests: New file.
12495         * modules/unictype/property-logical-order-exception-tests: New file.
12496         * modules/unictype/property-lowercase-tests: New file.
12497         * modules/unictype/property-math-tests: New file.
12498         * modules/unictype/property-non-break-tests: New file.
12499         * modules/unictype/property-not-a-character-tests: New file.
12500         * modules/unictype/property-numeric-tests: New file.
12501         * modules/unictype/property-other-alphabetic-tests: New file.
12502         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
12503         * modules/unictype/property-other-grapheme-extend-tests: New file.
12504         * modules/unictype/property-other-id-continue-tests: New file.
12505         * modules/unictype/property-other-id-start-tests: New file.
12506         * modules/unictype/property-other-lowercase-tests: New file.
12507         * modules/unictype/property-other-math-tests: New file.
12508         * modules/unictype/property-other-uppercase-tests: New file.
12509         * modules/unictype/property-paired-punctuation-tests: New file.
12510         * modules/unictype/property-paragraph-separator-tests: New file.
12511         * modules/unictype/property-pattern-syntax-tests: New file.
12512         * modules/unictype/property-pattern-white-space-tests: New file.
12513         * modules/unictype/property-private-use-tests: New file.
12514         * modules/unictype/property-punctuation-tests: New file.
12515         * modules/unictype/property-quotation-mark-tests: New file.
12516         * modules/unictype/property-radical-tests: New file.
12517         * modules/unictype/property-sentence-terminal-tests: New file.
12518         * modules/unictype/property-soft-dotted-tests: New file.
12519         * modules/unictype/property-space-tests: New file.
12520         * modules/unictype/property-terminal-punctuation-tests: New file.
12521         * modules/unictype/property-test-tests: New file.
12522         * modules/unictype/property-titlecase-tests: New file.
12523         * modules/unictype/property-unassigned-code-value-tests: New file.
12524         * modules/unictype/property-unified-ideograph-tests: New file.
12525         * modules/unictype/property-uppercase-tests: New file.
12526         * modules/unictype/property-variation-selector-tests: New file.
12527         * modules/unictype/property-white-space-tests: New file.
12528         * modules/unictype/property-xid-continue-tests: New file.
12529         * modules/unictype/property-xid-start-tests: New file.
12530         * modules/unictype/property-zero-width-tests: New file.
12531         * modules/unictype/scripts-tests: New file.
12532         * modules/unictype/syntax-c-ident-tests: New file.
12533         * modules/unictype/syntax-c-whitespace-tests: New file.
12534         * modules/unictype/syntax-java-ident-tests: New file.
12535         * modules/unictype/syntax-java-whitespace-tests: New file.
12536         * tests/unictype/test-bidi_byname.c: New file.
12537         * tests/unictype/test-bidi_name.c: New file.
12538         * tests/unictype/test-bidi_of.c: New file.
12539         * tests/unictype/test-bidi_test.c: New file.
12540         * tests/unictype/test-block_list.c: New file.
12541         * tests/unictype/test-block_of.c: New file.
12542         * tests/unictype/test-block_test.c: New file.
12543         * tests/unictype/test-categ_and.c: New file.
12544         * tests/unictype/test-categ_and_not.c: New file.
12545         * tests/unictype/test-categ_byname.c: New file.
12546         * tests/unictype/test-categ_name.c: New file.
12547         * tests/unictype/test-categ_none.c: New file.
12548         * tests/unictype/test-categ_of.c: New file.
12549         * tests/unictype/test-categ_or.c: New file.
12550         * tests/unictype/test-categ_test_withtable.c: New file.
12551         * tests/unictype/test-combining.c: New file.
12552         * tests/unictype/test-decdigit.c: New file.
12553         * tests/unictype/test-digit.c: New file.
12554         * tests/unictype/test-mirror.c: New file.
12555         * tests/unictype/test-numeric.c: New file.
12556         * tests/unictype/test-pr_byname.c: New file.
12557         * tests/unictype/test-pr_test.c: New file.
12558         * tests/unictype/test-predicate-part1.h: New file.
12559         * tests/unictype/test-predicate-part2.h: New file.
12560         * tests/unictype/test-scripts.c: New file.
12561         * tests/unictype/test-sy_c_ident.c: New file.
12562         * tests/unictype/test-sy_java_ident.c: New file.
12563
12564         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
12565         for Unicode 5.0.0.
12566         * tests/unictype/test-categ_Cc.c: Likewise.
12567         * tests/unictype/test-categ_Cf.c: Likewise.
12568         * tests/unictype/test-categ_Cn.c: Likewise.
12569         * tests/unictype/test-categ_Co.c: Likewise.
12570         * tests/unictype/test-categ_Cs.c: Likewise.
12571         * tests/unictype/test-categ_L.c: Likewise.
12572         * tests/unictype/test-categ_Ll.c: Likewise.
12573         * tests/unictype/test-categ_Lm.c: Likewise.
12574         * tests/unictype/test-categ_Lo.c: Likewise.
12575         * tests/unictype/test-categ_Lt.c: Likewise.
12576         * tests/unictype/test-categ_Lu.c: Likewise.
12577         * tests/unictype/test-categ_M.c: Likewise.
12578         * tests/unictype/test-categ_Mc.c: Likewise.
12579         * tests/unictype/test-categ_Me.c: Likewise.
12580         * tests/unictype/test-categ_Mn.c: Likewise.
12581         * tests/unictype/test-categ_N.c: Likewise.
12582         * tests/unictype/test-categ_Nd.c: Likewise.
12583         * tests/unictype/test-categ_Nl.c: Likewise.
12584         * tests/unictype/test-categ_No.c: Likewise.
12585         * tests/unictype/test-categ_P.c: Likewise.
12586         * tests/unictype/test-categ_Pc.c: Likewise.
12587         * tests/unictype/test-categ_Pd.c: Likewise.
12588         * tests/unictype/test-categ_Pe.c: Likewise.
12589         * tests/unictype/test-categ_Pf.c: Likewise.
12590         * tests/unictype/test-categ_Pi.c: Likewise.
12591         * tests/unictype/test-categ_Po.c: Likewise.
12592         * tests/unictype/test-categ_Ps.c: Likewise.
12593         * tests/unictype/test-categ_S.c: Likewise.
12594         * tests/unictype/test-categ_Sc.c: Likewise.
12595         * tests/unictype/test-categ_Sk.c: Likewise.
12596         * tests/unictype/test-categ_Sm.c: Likewise.
12597         * tests/unictype/test-categ_So.c: Likewise.
12598         * tests/unictype/test-categ_Z.c: Likewise.
12599         * tests/unictype/test-categ_Zl.c: Likewise.
12600         * tests/unictype/test-categ_Zp.c: Likewise.
12601         * tests/unictype/test-categ_Zs.c: Likewise.
12602         * tests/unictype/test-ctype_alnum.c: Likewise.
12603         * tests/unictype/test-ctype_alpha.c: Likewise.
12604         * tests/unictype/test-ctype_blank.c: Likewise.
12605         * tests/unictype/test-ctype_cntrl.c: Likewise.
12606         * tests/unictype/test-ctype_digit.c: Likewise.
12607         * tests/unictype/test-ctype_graph.c: Likewise.
12608         * tests/unictype/test-ctype_lower.c: Likewise.
12609         * tests/unictype/test-ctype_print.c: Likewise.
12610         * tests/unictype/test-ctype_punct.c: Likewise.
12611         * tests/unictype/test-ctype_space.c: Likewise.
12612         * tests/unictype/test-ctype_upper.c: Likewise.
12613         * tests/unictype/test-ctype_xdigit.c: Likewise.
12614         * tests/unictype/test-decdigit.h: Likewise.
12615         * tests/unictype/test-digit.h: Likewise.
12616         * tests/unictype/test-numeric.h: Likewise.
12617         * tests/unictype/test-pr_alphabetic.c: Likewise.
12618         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
12619         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
12620         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
12621         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
12622         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
12623         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
12624         * tests/unictype/test-pr_bidi_control.c: Likewise.
12625         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
12626         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
12627         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
12628         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
12629         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
12630         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
12631         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
12632         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
12633         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
12634         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
12635         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
12636         * tests/unictype/test-pr_combining.c: Likewise.
12637         * tests/unictype/test-pr_composite.c: Likewise.
12638         * tests/unictype/test-pr_currency_symbol.c: Likewise.
12639         * tests/unictype/test-pr_dash.c: Likewise.
12640         * tests/unictype/test-pr_decimal_digit.c: Likewise.
12641         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
12642         * tests/unictype/test-pr_deprecated.c: Likewise.
12643         * tests/unictype/test-pr_diacritic.c: Likewise.
12644         * tests/unictype/test-pr_extender.c: Likewise.
12645         * tests/unictype/test-pr_format_control.c: Likewise.
12646         * tests/unictype/test-pr_grapheme_base.c: Likewise.
12647         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
12648         * tests/unictype/test-pr_grapheme_link.c: Likewise.
12649         * tests/unictype/test-pr_hex_digit.c: Likewise.
12650         * tests/unictype/test-pr_hyphen.c: Likewise.
12651         * tests/unictype/test-pr_id_continue.c: Likewise.
12652         * tests/unictype/test-pr_id_start.c: Likewise.
12653         * tests/unictype/test-pr_ideographic.c: Likewise.
12654         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
12655         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
12656         * tests/unictype/test-pr_ignorable_control.c: Likewise.
12657         * tests/unictype/test-pr_iso_control.c: Likewise.
12658         * tests/unictype/test-pr_join_control.c: Likewise.
12659         * tests/unictype/test-pr_left_of_pair.c: Likewise.
12660         * tests/unictype/test-pr_line_separator.c: Likewise.
12661         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
12662         * tests/unictype/test-pr_lowercase.c: Likewise.
12663         * tests/unictype/test-pr_math.c: Likewise.
12664         * tests/unictype/test-pr_non_break.c: Likewise.
12665         * tests/unictype/test-pr_not_a_character.c: Likewise.
12666         * tests/unictype/test-pr_numeric.c: Likewise.
12667         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
12668         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
12669         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
12670         * tests/unictype/test-pr_other_id_continue.c: Likewise.
12671         * tests/unictype/test-pr_other_id_start.c: Likewise.
12672         * tests/unictype/test-pr_other_lowercase.c: Likewise.
12673         * tests/unictype/test-pr_other_math.c: Likewise.
12674         * tests/unictype/test-pr_other_uppercase.c: Likewise.
12675         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
12676         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
12677         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
12678         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
12679         * tests/unictype/test-pr_private_use.c: Likewise.
12680         * tests/unictype/test-pr_punctuation.c: Likewise.
12681         * tests/unictype/test-pr_quotation_mark.c: Likewise.
12682         * tests/unictype/test-pr_radical.c: Likewise.
12683         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
12684         * tests/unictype/test-pr_soft_dotted.c: Likewise.
12685         * tests/unictype/test-pr_space.c: Likewise.
12686         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
12687         * tests/unictype/test-pr_titlecase.c: Likewise.
12688         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
12689         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
12690         * tests/unictype/test-pr_uppercase.c: Likewise.
12691         * tests/unictype/test-pr_variation_selector.c: Likewise.
12692         * tests/unictype/test-pr_white_space.c: Likewise.
12693         * tests/unictype/test-pr_xid_continue.c: Likewise.
12694         * tests/unictype/test-pr_xid_start.c: Likewise.
12695         * tests/unictype/test-pr_zero_width.c: Likewise.
12696         * tests/unictype/test-sy_c_whitespace.c: Likewise.
12697         * tests/unictype/test-sy_java_whitespace.c: Likewise.
12698
12699 2007-11-12  Bruno Haible  <bruno@clisp.org>
12700
12701         Unicode character classification functions.
12702         * lib/unictype.h: New file.
12703         * modules/unictype/base: New file.
12704         * modules/unictype/category-L: New file.
12705         * modules/unictype/category-Lu: New file.
12706         * modules/unictype/category-Ll: New file.
12707         * modules/unictype/category-Lt: New file.
12708         * modules/unictype/category-Lm: New file.
12709         * modules/unictype/category-Lo: New file.
12710         * modules/unictype/category-M: New file.
12711         * modules/unictype/category-Mn: New file.
12712         * modules/unictype/category-Mc: New file.
12713         * modules/unictype/category-Me: New file.
12714         * modules/unictype/category-N: New file.
12715         * modules/unictype/category-Nd: New file.
12716         * modules/unictype/category-Nl: New file.
12717         * modules/unictype/category-No: New file.
12718         * modules/unictype/category-P: New file.
12719         * modules/unictype/category-Pc: New file.
12720         * modules/unictype/category-Pd: New file.
12721         * modules/unictype/category-Ps: New file.
12722         * modules/unictype/category-Pe: New file.
12723         * modules/unictype/category-Pi: New file.
12724         * modules/unictype/category-Pf: New file.
12725         * modules/unictype/category-Po: New file.
12726         * modules/unictype/category-S: New file.
12727         * modules/unictype/category-Sm: New file.
12728         * modules/unictype/category-Sc: New file.
12729         * modules/unictype/category-Sk: New file.
12730         * modules/unictype/category-So: New file.
12731         * modules/unictype/category-Z: New file.
12732         * modules/unictype/category-Zs: New file.
12733         * modules/unictype/category-Zl: New file.
12734         * modules/unictype/category-Zp: New file.
12735         * modules/unictype/category-C: New file.
12736         * modules/unictype/category-Cc: New file.
12737         * modules/unictype/category-Cf: New file.
12738         * modules/unictype/category-Cs: New file.
12739         * modules/unictype/category-Co: New file.
12740         * modules/unictype/category-Cn: New file.
12741         * modules/unictype/category-or: New file.
12742         * modules/unictype/category-of: New file.
12743         * modules/unictype/category-test: New file.
12744         * modules/unictype/category-test-withtable: New file.
12745         * modules/unictype/category-byname: New file.
12746         * modules/unictype/category-none: New file.
12747         * modules/unictype/category-and: New file.
12748         * modules/unictype/category-and-not: New file.
12749         * modules/unictype/category-name: New file.
12750         * modules/unictype/combining-class: New file.
12751         * modules/unictype/category-all: New file.
12752         * modules/unictype/bidicategory-all: New file.
12753         * modules/unictype/bidicategory-byname: New file.
12754         * modules/unictype/bidicategory-name: New file.
12755         * modules/unictype/bidicategory-of: New file.
12756         * modules/unictype/bidicategory-test: New file.
12757         * modules/unictype/decimal-digit: New file.
12758         * modules/unictype/digit: New file.
12759         * modules/unictype/numeric: New file.
12760         * modules/unictype/mirror: New file.
12761         * modules/unictype/property-white-space: New file.
12762         * modules/unictype/property-alphabetic: New file.
12763         * modules/unictype/property-other-alphabetic: New file.
12764         * modules/unictype/property-not-a-character: New file.
12765         * modules/unictype/property-default-ignorable-code-point: New file.
12766         * modules/unictype/property-other-default-ignorable-code-point: New
12767         file.
12768         * modules/unictype/property-deprecated: New file.
12769         * modules/unictype/property-logical-order-exception: New file.
12770         * modules/unictype/property-variation-selector: New file.
12771         * modules/unictype/property-private-use: New file.
12772         * modules/unictype/property-unassigned-code-value: New file.
12773         * modules/unictype/property-uppercase: New file.
12774         * modules/unictype/property-other-uppercase: New file.
12775         * modules/unictype/property-lowercase: New file.
12776         * modules/unictype/property-other-lowercase: New file.
12777         * modules/unictype/property-titlecase: New file.
12778         * modules/unictype/property-soft-dotted: New file.
12779         * modules/unictype/property-id-start: New file.
12780         * modules/unictype/property-other-id-start: New file.
12781         * modules/unictype/property-id-continue: New file.
12782         * modules/unictype/property-other-id-continue: New file.
12783         * modules/unictype/property-xid-start: New file.
12784         * modules/unictype/property-xid-continue: New file.
12785         * modules/unictype/property-pattern-white-space: New file.
12786         * modules/unictype/property-pattern-syntax: New file.
12787         * modules/unictype/property-join-control: New file.
12788         * modules/unictype/property-grapheme-base: New file.
12789         * modules/unictype/property-grapheme-extend: New file.
12790         * modules/unictype/property-other-grapheme-extend: New file.
12791         * modules/unictype/property-grapheme-link: New file.
12792         * modules/unictype/property-bidi-control: New file.
12793         * modules/unictype/property-bidi-left-to-right: New file.
12794         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
12795         * modules/unictype/property-bidi-arabic-right-to-left: New file.
12796         * modules/unictype/property-bidi-european-digit: New file.
12797         * modules/unictype/property-bidi-eur-num-separator: New file.
12798         * modules/unictype/property-bidi-eur-num-terminator: New file.
12799         * modules/unictype/property-bidi-arabic-digit: New file.
12800         * modules/unictype/property-bidi-common-separator: New file.
12801         * modules/unictype/property-bidi-block-separator: New file.
12802         * modules/unictype/property-bidi-segment-separator: New file.
12803         * modules/unictype/property-bidi-whitespace: New file.
12804         * modules/unictype/property-bidi-non-spacing-mark: New file.
12805         * modules/unictype/property-bidi-boundary-neutral: New file.
12806         * modules/unictype/property-bidi-pdf: New file.
12807         * modules/unictype/property-bidi-embedding-or-override: New file.
12808         * modules/unictype/property-bidi-other-neutral: New file.
12809         * modules/unictype/property-hex-digit: New file.
12810         * modules/unictype/property-ascii-hex-digit: New file.
12811         * modules/unictype/property-ideographic: New file.
12812         * modules/unictype/property-unified-ideograph: New file.
12813         * modules/unictype/property-radical: New file.
12814         * modules/unictype/property-ids-binary-operator: New file.
12815         * modules/unictype/property-ids-trinary-operator: New file.
12816         * modules/unictype/property-zero-width: New file.
12817         * modules/unictype/property-space: New file.
12818         * modules/unictype/property-non-break: New file.
12819         * modules/unictype/property-iso-control: New file.
12820         * modules/unictype/property-format-control: New file.
12821         * modules/unictype/property-dash: New file.
12822         * modules/unictype/property-hyphen: New file.
12823         * modules/unictype/property-punctuation: New file.
12824         * modules/unictype/property-line-separator: New file.
12825         * modules/unictype/property-paragraph-separator: New file.
12826         * modules/unictype/property-quotation-mark: New file.
12827         * modules/unictype/property-sentence-terminal: New file.
12828         * modules/unictype/property-terminal-punctuation: New file.
12829         * modules/unictype/property-currency-symbol: New file.
12830         * modules/unictype/property-math: New file.
12831         * modules/unictype/property-other-math: New file.
12832         * modules/unictype/property-paired-punctuation: New file.
12833         * modules/unictype/property-left-of-pair: New file.
12834         * modules/unictype/property-combining: New file.
12835         * modules/unictype/property-composite: New file.
12836         * modules/unictype/property-decimal-digit: New file.
12837         * modules/unictype/property-numeric: New file.
12838         * modules/unictype/property-diacritic: New file.
12839         * modules/unictype/property-extender: New file.
12840         * modules/unictype/property-ignorable-control: New file.
12841         * modules/unictype/property-test: New file.
12842         * modules/unictype/property-byname: New file.
12843         * modules/unictype/property-all: New file.
12844         * modules/unictype/scripts: New file.
12845         * modules/unictype/scripts-all: New file.
12846         * modules/unictype/block-of: New file.
12847         * modules/unictype/block-test: New file.
12848         * modules/unictype/block-list: New file.
12849         * modules/unictype/block-all: New file.
12850         * modules/unictype/syntax-c-whitespace: New file.
12851         * modules/unictype/syntax-java-whitespace: New file.
12852         * modules/unictype/syntax-c-ident: New file.
12853         * modules/unictype/syntax-java-ident: New file.
12854         * modules/unictype/ctype-alnum: New file.
12855         * modules/unictype/ctype-alpha: New file.
12856         * modules/unictype/ctype-cntrl: New file.
12857         * modules/unictype/ctype-digit: New file.
12858         * modules/unictype/ctype-graph: New file.
12859         * modules/unictype/ctype-lower: New file.
12860         * modules/unictype/ctype-print: New file.
12861         * modules/unictype/ctype-punct: New file.
12862         * modules/unictype/ctype-space: New file.
12863         * modules/unictype/ctype-upper: New file.
12864         * modules/unictype/ctype-xdigit: New file.
12865         * modules/unictype/ctype-blank: New file.
12866         * lib/unictype/bidi_byname.c: New file.
12867         * lib/unictype/bidi_name.c: New file.
12868         * lib/unictype/bidi_of.c: New file.
12869         * lib/unictype/bidi_test.c: New file.
12870         * lib/unictype/bitmap.h: New file.
12871         * lib/unictype/block_test.c: New file.
12872         * lib/unictype/blocks.c: New file.
12873         * lib/unictype/categ_C.c: New file.
12874         * lib/unictype/categ_Cc.c: New file.
12875         * lib/unictype/categ_Cf.c: New file.
12876         * lib/unictype/categ_Cn.c: New file.
12877         * lib/unictype/categ_Co.c: New file.
12878         * lib/unictype/categ_Cs.c: New file.
12879         * lib/unictype/categ_L.c: New file.
12880         * lib/unictype/categ_Ll.c: New file.
12881         * lib/unictype/categ_Lm.c: New file.
12882         * lib/unictype/categ_Lo.c: New file.
12883         * lib/unictype/categ_Lt.c: New file.
12884         * lib/unictype/categ_Lu.c: New file.
12885         * lib/unictype/categ_M.c: New file.
12886         * lib/unictype/categ_Mc.c: New file.
12887         * lib/unictype/categ_Me.c: New file.
12888         * lib/unictype/categ_Mn.c: New file.
12889         * lib/unictype/categ_N.c: New file.
12890         * lib/unictype/categ_Nd.c: New file.
12891         * lib/unictype/categ_Nl.c: New file.
12892         * lib/unictype/categ_No.c: New file.
12893         * lib/unictype/categ_P.c: New file.
12894         * lib/unictype/categ_Pc.c: New file.
12895         * lib/unictype/categ_Pd.c: New file.
12896         * lib/unictype/categ_Pe.c: New file.
12897         * lib/unictype/categ_Pf.c: New file.
12898         * lib/unictype/categ_Pi.c: New file.
12899         * lib/unictype/categ_Po.c: New file.
12900         * lib/unictype/categ_Ps.c: New file.
12901         * lib/unictype/categ_S.c: New file.
12902         * lib/unictype/categ_Sc.c: New file.
12903         * lib/unictype/categ_Sk.c: New file.
12904         * lib/unictype/categ_Sm.c: New file.
12905         * lib/unictype/categ_So.c: New file.
12906         * lib/unictype/categ_Z.c: New file.
12907         * lib/unictype/categ_Zl.c: New file.
12908         * lib/unictype/categ_Zp.c: New file.
12909         * lib/unictype/categ_Zs.c: New file.
12910         * lib/unictype/categ_and.c: New file.
12911         * lib/unictype/categ_and_not.c: New file.
12912         * lib/unictype/categ_byname.c: New file.
12913         * lib/unictype/categ_name.c: New file.
12914         * lib/unictype/categ_none.c: New file.
12915         * lib/unictype/categ_of.c: New file.
12916         * lib/unictype/categ_or.c: New file.
12917         * lib/unictype/categ_test.c: New file.
12918         * lib/unictype/combining.c: New file.
12919         * lib/unictype/ctype_alnum.c: New file.
12920         * lib/unictype/ctype_alpha.c: New file.
12921         * lib/unictype/ctype_blank.c: New file.
12922         * lib/unictype/ctype_cntrl.c: New file.
12923         * lib/unictype/ctype_digit.c: New file.
12924         * lib/unictype/ctype_graph.c: New file.
12925         * lib/unictype/ctype_lower.c: New file.
12926         * lib/unictype/ctype_print.c: New file.
12927         * lib/unictype/ctype_punct.c: New file.
12928         * lib/unictype/ctype_space.c: New file.
12929         * lib/unictype/ctype_upper.c: New file.
12930         * lib/unictype/ctype_xdigit.c: New file.
12931         * lib/unictype/decdigit.c: New file.
12932         * lib/unictype/digit.c: New file.
12933         * lib/unictype/identsyntaxmap.h: New file.
12934         * lib/unictype/mirror.c: New file.
12935         * lib/unictype/numeric.c: New file.
12936         * lib/unictype/pr_alphabetic.c: New file.
12937         * lib/unictype/pr_ascii_hex_digit.c: New file.
12938         * lib/unictype/pr_bidi_arabic_digit.c: New file.
12939         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
12940         * lib/unictype/pr_bidi_block_separator.c: New file.
12941         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
12942         * lib/unictype/pr_bidi_common_separator.c: New file.
12943         * lib/unictype/pr_bidi_control.c: New file.
12944         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
12945         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
12946         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
12947         * lib/unictype/pr_bidi_european_digit.c: New file.
12948         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
12949         * lib/unictype/pr_bidi_left_to_right.c: New file.
12950         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
12951         * lib/unictype/pr_bidi_other_neutral.c: New file.
12952         * lib/unictype/pr_bidi_pdf.c: New file.
12953         * lib/unictype/pr_bidi_segment_separator.c: New file.
12954         * lib/unictype/pr_bidi_whitespace.c: New file.
12955         * lib/unictype/pr_byname.c: New file.
12956         * lib/unictype/pr_byname.gperf: New file.
12957         * lib/unictype/pr_combining.c: New file.
12958         * lib/unictype/pr_composite.c: New file.
12959         * lib/unictype/pr_currency_symbol.c: New file.
12960         * lib/unictype/pr_dash.c: New file.
12961         * lib/unictype/pr_decimal_digit.c: New file.
12962         * lib/unictype/pr_default_ignorable_code_point.c: New file.
12963         * lib/unictype/pr_deprecated.c: New file.
12964         * lib/unictype/pr_diacritic.c: New file.
12965         * lib/unictype/pr_extender.c: New file.
12966         * lib/unictype/pr_format_control.c: New file.
12967         * lib/unictype/pr_grapheme_base.c: New file.
12968         * lib/unictype/pr_grapheme_extend.c: New file.
12969         * lib/unictype/pr_grapheme_link.c: New file.
12970         * lib/unictype/pr_hex_digit.c: New file.
12971         * lib/unictype/pr_hyphen.c: New file.
12972         * lib/unictype/pr_id_continue.c: New file.
12973         * lib/unictype/pr_id_start.c: New file.
12974         * lib/unictype/pr_ideographic.c: New file.
12975         * lib/unictype/pr_ids_binary_operator.c: New file.
12976         * lib/unictype/pr_ids_trinary_operator.c: New file.
12977         * lib/unictype/pr_ignorable_control.c: New file.
12978         * lib/unictype/pr_iso_control.c: New file.
12979         * lib/unictype/pr_join_control.c: New file.
12980         * lib/unictype/pr_left_of_pair.c: New file.
12981         * lib/unictype/pr_line_separator.c: New file.
12982         * lib/unictype/pr_logical_order_exception.c: New file.
12983         * lib/unictype/pr_lowercase.c: New file.
12984         * lib/unictype/pr_math.c: New file.
12985         * lib/unictype/pr_non_break.c: New file.
12986         * lib/unictype/pr_not_a_character.c: New file.
12987         * lib/unictype/pr_numeric.c: New file.
12988         * lib/unictype/pr_other_alphabetic.c: New file.
12989         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
12990         * lib/unictype/pr_other_grapheme_extend.c: New file.
12991         * lib/unictype/pr_other_id_continue.c: New file.
12992         * lib/unictype/pr_other_id_start.c: New file.
12993         * lib/unictype/pr_other_lowercase.c: New file.
12994         * lib/unictype/pr_other_math.c: New file.
12995         * lib/unictype/pr_other_uppercase.c: New file.
12996         * lib/unictype/pr_paired_punctuation.c: New file.
12997         * lib/unictype/pr_paragraph_separator.c: New file.
12998         * lib/unictype/pr_pattern_syntax.c: New file.
12999         * lib/unictype/pr_pattern_white_space.c: New file.
13000         * lib/unictype/pr_private_use.c: New file.
13001         * lib/unictype/pr_punctuation.c: New file.
13002         * lib/unictype/pr_quotation_mark.c: New file.
13003         * lib/unictype/pr_radical.c: New file.
13004         * lib/unictype/pr_sentence_terminal.c: New file.
13005         * lib/unictype/pr_soft_dotted.c: New file.
13006         * lib/unictype/pr_space.c: New file.
13007         * lib/unictype/pr_terminal_punctuation.c: New file.
13008         * lib/unictype/pr_test.c: New file.
13009         * lib/unictype/pr_titlecase.c: New file.
13010         * lib/unictype/pr_unassigned_code_value.c: New file.
13011         * lib/unictype/pr_unified_ideograph.c: New file.
13012         * lib/unictype/pr_uppercase.c: New file.
13013         * lib/unictype/pr_variation_selector.c: New file.
13014         * lib/unictype/pr_white_space.c: New file.
13015         * lib/unictype/pr_xid_continue.c: New file.
13016         * lib/unictype/pr_xid_start.c: New file.
13017         * lib/unictype/pr_zero_width.c: New file.
13018         * lib/unictype/scripts.c: New file.
13019         * lib/unictype/sy_c_ident.c: New file.
13020         * lib/unictype/sy_c_whitespace.c: New file.
13021         * lib/unictype/sy_java_ident.c: New file.
13022         * lib/unictype/sy_java_whitespace.c: New file.
13023
13024         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
13025         Unicode 5.0.0.
13026         * lib/unictype/blocks.h: Likewise.
13027         * lib/unictype/categ_C.h: Likewise.
13028         * lib/unictype/categ_Cc.h: Likewise.
13029         * lib/unictype/categ_Cf.h: Likewise.
13030         * lib/unictype/categ_Cn.h: Likewise.
13031         * lib/unictype/categ_Co.h: Likewise.
13032         * lib/unictype/categ_Cs.h: Likewise.
13033         * lib/unictype/categ_L.h: Likewise.
13034         * lib/unictype/categ_Ll.h: Likewise.
13035         * lib/unictype/categ_Lm.h: Likewise.
13036         * lib/unictype/categ_Lo.h: Likewise.
13037         * lib/unictype/categ_Lt.h: Likewise.
13038         * lib/unictype/categ_Lu.h: Likewise.
13039         * lib/unictype/categ_M.h: Likewise.
13040         * lib/unictype/categ_Mc.h: Likewise.
13041         * lib/unictype/categ_Me.h: Likewise.
13042         * lib/unictype/categ_Mn.h: Likewise.
13043         * lib/unictype/categ_N.h: Likewise.
13044         * lib/unictype/categ_Nd.h: Likewise.
13045         * lib/unictype/categ_Nl.h: Likewise.
13046         * lib/unictype/categ_No.h: Likewise.
13047         * lib/unictype/categ_P.h: Likewise.
13048         * lib/unictype/categ_Pc.h: Likewise.
13049         * lib/unictype/categ_Pd.h: Likewise.
13050         * lib/unictype/categ_Pe.h: Likewise.
13051         * lib/unictype/categ_Pf.h: Likewise.
13052         * lib/unictype/categ_Pi.h: Likewise.
13053         * lib/unictype/categ_Po.h: Likewise.
13054         * lib/unictype/categ_Ps.h: Likewise.
13055         * lib/unictype/categ_S.h: Likewise.
13056         * lib/unictype/categ_Sc.h: Likewise.
13057         * lib/unictype/categ_Sk.h: Likewise.
13058         * lib/unictype/categ_Sm.h: Likewise.
13059         * lib/unictype/categ_So.h: Likewise.
13060         * lib/unictype/categ_Z.h: Likewise.
13061         * lib/unictype/categ_Zl.h: Likewise.
13062         * lib/unictype/categ_Zp.h: Likewise.
13063         * lib/unictype/categ_Zs.h: Likewise.
13064         * lib/unictype/categ_of.h: Likewise.
13065         * lib/unictype/combining.h: Likewise.
13066         * lib/unictype/ctype_alnum.h: Likewise.
13067         * lib/unictype/ctype_alpha.h: Likewise.
13068         * lib/unictype/ctype_blank.h: Likewise.
13069         * lib/unictype/ctype_cntrl.h: Likewise.
13070         * lib/unictype/ctype_digit.h: Likewise.
13071         * lib/unictype/ctype_graph.h: Likewise.
13072         * lib/unictype/ctype_lower.h: Likewise.
13073         * lib/unictype/ctype_print.h: Likewise.
13074         * lib/unictype/ctype_punct.h: Likewise.
13075         * lib/unictype/ctype_space.h: Likewise.
13076         * lib/unictype/ctype_upper.h: Likewise.
13077         * lib/unictype/ctype_xdigit.h: Likewise.
13078         * lib/unictype/decdigit.h: Likewise.
13079         * lib/unictype/digit.h: Likewise.
13080         * lib/unictype/mirror.h: Likewise.
13081         * lib/unictype/numeric.h: Likewise.
13082         * lib/unictype/pr_alphabetic.h: Likewise.
13083         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
13084         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
13085         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
13086         * lib/unictype/pr_bidi_block_separator.h: Likewise.
13087         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
13088         * lib/unictype/pr_bidi_common_separator.h: Likewise.
13089         * lib/unictype/pr_bidi_control.h: Likewise.
13090         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
13091         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
13092         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
13093         * lib/unictype/pr_bidi_european_digit.h: Likewise.
13094         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
13095         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
13096         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
13097         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
13098         * lib/unictype/pr_bidi_pdf.h: Likewise.
13099         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
13100         * lib/unictype/pr_bidi_whitespace.h: Likewise.
13101         * lib/unictype/pr_combining.h: Likewise.
13102         * lib/unictype/pr_composite.h: Likewise.
13103         * lib/unictype/pr_currency_symbol.h: Likewise.
13104         * lib/unictype/pr_dash.h: Likewise.
13105         * lib/unictype/pr_decimal_digit.h: Likewise.
13106         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
13107         * lib/unictype/pr_deprecated.h: Likewise.
13108         * lib/unictype/pr_diacritic.h: Likewise.
13109         * lib/unictype/pr_extender.h: Likewise.
13110         * lib/unictype/pr_format_control.h: Likewise.
13111         * lib/unictype/pr_grapheme_base.h: Likewise.
13112         * lib/unictype/pr_grapheme_extend.h: Likewise.
13113         * lib/unictype/pr_grapheme_link.h: Likewise.
13114         * lib/unictype/pr_hex_digit.h: Likewise.
13115         * lib/unictype/pr_hyphen.h: Likewise.
13116         * lib/unictype/pr_id_continue.h: Likewise.
13117         * lib/unictype/pr_id_start.h: Likewise.
13118         * lib/unictype/pr_ideographic.h: Likewise.
13119         * lib/unictype/pr_ids_binary_operator.h: Likewise.
13120         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
13121         * lib/unictype/pr_ignorable_control.h: Likewise.
13122         * lib/unictype/pr_iso_control.h: Likewise.
13123         * lib/unictype/pr_join_control.h: Likewise.
13124         * lib/unictype/pr_left_of_pair.h: Likewise.
13125         * lib/unictype/pr_line_separator.h: Likewise.
13126         * lib/unictype/pr_logical_order_exception.h: Likewise.
13127         * lib/unictype/pr_lowercase.h: Likewise.
13128         * lib/unictype/pr_math.h: Likewise.
13129         * lib/unictype/pr_non_break.h: Likewise.
13130         * lib/unictype/pr_not_a_character.h: Likewise.
13131         * lib/unictype/pr_numeric.h: Likewise.
13132         * lib/unictype/pr_other_alphabetic.h: Likewise.
13133         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
13134         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
13135         * lib/unictype/pr_other_id_continue.h: Likewise.
13136         * lib/unictype/pr_other_id_start.h: Likewise.
13137         * lib/unictype/pr_other_lowercase.h: Likewise.
13138         * lib/unictype/pr_other_math.h: Likewise.
13139         * lib/unictype/pr_other_uppercase.h: Likewise.
13140         * lib/unictype/pr_paired_punctuation.h: Likewise.
13141         * lib/unictype/pr_paragraph_separator.h: Likewise.
13142         * lib/unictype/pr_pattern_syntax.h: Likewise.
13143         * lib/unictype/pr_pattern_white_space.h: Likewise.
13144         * lib/unictype/pr_private_use.h: Likewise.
13145         * lib/unictype/pr_punctuation.h: Likewise.
13146         * lib/unictype/pr_quotation_mark.h: Likewise.
13147         * lib/unictype/pr_radical.h: Likewise.
13148         * lib/unictype/pr_sentence_terminal.h: Likewise.
13149         * lib/unictype/pr_soft_dotted.h: Likewise.
13150         * lib/unictype/pr_space.h: Likewise.
13151         * lib/unictype/pr_terminal_punctuation.h: Likewise.
13152         * lib/unictype/pr_titlecase.h: Likewise.
13153         * lib/unictype/pr_unassigned_code_value.h: Likewise.
13154         * lib/unictype/pr_unified_ideograph.h: Likewise.
13155         * lib/unictype/pr_uppercase.h: Likewise.
13156         * lib/unictype/pr_variation_selector.h: Likewise.
13157         * lib/unictype/pr_white_space.h: Likewise.
13158         * lib/unictype/pr_xid_continue.h: Likewise.
13159         * lib/unictype/pr_xid_start.h: Likewise.
13160         * lib/unictype/pr_zero_width.h: Likewise.
13161         * lib/unictype/scripts.h: Likewise.
13162         * lib/unictype/scripts_byname.gperf: Likewise.
13163         * lib/unictype/sy_c_ident.h: Likewise.
13164         * lib/unictype/sy_c_whitespace.h: Likewise.
13165         * lib/unictype/sy_java_ident.h: Likewise.
13166         * lib/unictype/sy_java_whitespace.h: Likewise.
13167
13168         * lib/unictype/Makefile: New file.
13169         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
13170         glibc.
13171         * lib/unictype/3level.h: New file, copied from glibc.
13172         * lib/unictype/3levelbit.h: New file.
13173
13174 2007-11-11  Bruno Haible  <bruno@clisp.org>
13175
13176         * modules/gperf: New file.
13177         * modules/iconv_open (Depends-on): Add it.
13178         (Makefile.am): Remove the GPERF definition.
13179
13180 2007-11-11  Bruno Haible  <bruno@clisp.org>
13181
13182         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
13183         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
13184
13185 2007-11-11  Bruno Haible  <bruno@clisp.org>
13186
13187         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
13188         (usage): Remove function.
13189
13190 2007-11-11  Bruno Haible  <bruno@clisp.org>
13191
13192         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
13193         gl_FUNC_CEILF_LIBS.
13194         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
13195         gl_FUNC_CEIL_LIBS.
13196         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
13197         gl_FUNC_CEILL_LIBS.
13198         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
13199         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
13200         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
13201
13202 2007-11-11  Bruno Haible  <bruno@clisp.org>
13203
13204         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
13205         roundf were declared but do not exist on functions.
13206         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
13207         roundl were declared but do not exist on functions.
13208         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
13209         HAVE_FLOORL_AND_CEILL, respectively.
13210         Needed for Sun C on Solaris 10.
13211
13212 2007-11-11  Bruno Haible  <bruno@clisp.org>
13213
13214         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
13215         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
13216         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
13217         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
13218         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
13219         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
13220         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
13221         HAVE_DECL_ROUNDF.
13222         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
13223         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
13224         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
13225         of HAVE_DECL_ROUND*.
13226         * modules/math (Makefile.am): Update.
13227
13228 2007-11-10  Bruno Haible  <bruno@clisp.org>
13229
13230         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
13231         ptrdiff_t as m4/intl.m4.
13232
13233 2007-11-10  Jim Meyering  <meyering@redhat.com>
13234
13235         Avoid link failure for the argmatch test.
13236         * tests/test-argmatch.c (usage): Define function to avoid a link
13237         failure: argmatch_die requires a usage function.
13238
13239 2007-11-09  Bruno Haible  <bruno@clisp.org>
13240
13241         * doc/functions/snprintf.texi: Mention BeOS deficiency.
13242         * doc/functions/vsnprintf.texi: Likewise.
13243         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
13244         with a size argument < 2.
13245
13246 2007-11-09  Bruno Haible  <bruno@clisp.org>
13247
13248         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
13249         buffer. Fixes an inefficiency introduced on 2007-11-03.
13250
13251 2007-11-09  Bruno Haible  <bruno@clisp.org>
13252
13253         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
13254         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
13255
13256 2007-11-08  Jim Meyering  <meyering@redhat.com>
13257
13258         Change cache variable name prefix "jm_" to "gl_" everywhere.
13259         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
13260         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
13261         * m4/uptime.m4: s/gl_/jm_/
13262
13263 2007-11-07  Bruno Haible  <bruno@clisp.org>
13264
13265         Update to GNU gettext 0.17.
13266         * m4/intl.m4: Update to GNU gettext 0.17.
13267         * m4/po.m4: Likewise.
13268         * modules/gettext (Files): Remove m4/ulonglong.m4.
13269         (configure.ac): Require gettext infrastructure from version 0.17.
13270
13271 2007-11-06  Bruno Haible  <bruno@clisp.org>
13272
13273         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
13274         symbolic values are not defined in a public header.
13275         * lib/freadable.c (freadable) [QNX]: Likewise.
13276         * lib/freadahead.c (freadahead) [QNX]: Likewise.
13277         * lib/freading.c (freading) [QNX]: Likewise.
13278         * lib/fseterr.c (fseterr) [QNX]: Likewise.
13279         * lib/fwritable.c (fwritable) [QNX]: Likewise.
13280         * lib/fwriting.c (fwriting) [QNX]: Likewise.
13281         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
13282         Reported by Alain Magloire.
13283
13284         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
13285
13286 2007-11-05  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
13289         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
13290         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
13291         Reported by Eric Blake.
13292
13293 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13294             Bruno Haible  <bruno@clisp.org>
13295
13296         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
13297         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
13298         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
13299         (malloc): Undefine also before including <stdlib.h>.
13300         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
13301         Needed on OSF/1 4.0.
13302
13303 2007-11-05  Jim Meyering  <meyering@redhat.com>
13304
13305         git-version-gen: sync from coreutils.
13306         * build-aux/git-version-gen: Add comments.
13307         Change the first '-' to '.' in the snapshot version string,
13308         e.g., 6.9-377-08144 -> 6.9.377-08144
13309         Remove first parameter.
13310         Don't declare a version "-dirty" merely because a time
13311         stamp has changed.
13312
13313 2007-11-04  Bruno Haible  <bruno@clisp.org>
13314
13315         * lib/lock.h: Protect all macro definitions containing an 'if'
13316         statement through a "do { ... } while (0)".
13317         * lib/tls.h: Likewise.
13318
13319 2007-11-04  Bruno Haible  <bruno@clisp.org>
13320
13321         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
13322
13323 2007-11-04  Bruno Haible  <bruno@clisp.org>
13324
13325         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
13326         * modules/fprintf-posix (Depends-on): Add nocrash.
13327         * modules/snprintf-posix (Depends-on): Likewise.
13328         * modules/sprintf-posix (Depends-on): Likewise.
13329         * modules/vasnprintf-posix (Depends-on): Likewise.
13330         * modules/vasprintf-posix (Depends-on): Likewise.
13331         * modules/vfprintf-posix (Depends-on): Likewise.
13332         * modules/vsnprintf-posix (Depends-on): Likewise.
13333         * modules/vsprintf-posix (Depends-on): Likewise.
13334         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13335         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13336         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13337         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13338         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13339         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13340         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13341
13342 2007-11-04  Bruno Haible  <bruno@clisp.org>
13343
13344         * modules/nocrash: New file.
13345         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
13346         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
13347
13348 2007-11-04  Bruno Haible  <bruno@clisp.org>
13349
13350         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
13351         precision handling.
13352         * tests/test-vasprintf-posix.c (test_function): Likewise.
13353         * tests/test-snprintf-posix.h (test_function): Likewise.
13354         * tests/test-sprintf-posix.h (test_function): Likewise.
13355
13356         Fix *printf behaviour for large precisions on mingw and BeOS.
13357         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
13358         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
13359         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
13360         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13361         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13362         gl_PRINTF_PRECISION and test its result. Invoke
13363         gl_PREREQ_VASNPRINTF_PRECISION.
13364         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13365         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13366         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13367         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13368         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13369         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13370         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13371         * doc/functions/fprintf.texi: Update.
13372         * doc/functions/printf.texi: Update.
13373         * doc/functions/snprintf.texi: Update.
13374         * doc/functions/sprintf.texi: Update.
13375         * doc/functions/vfprintf.texi: Update.
13376         * doc/functions/vprintf.texi: Update.
13377         * doc/functions/vsnprintf.texi: Update.
13378         * doc/functions/vsprintf.texi: Update.
13379
13380 2007-11-04  Bruno Haible  <bruno@clisp.org>
13381
13382         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
13383
13384 2007-11-04  Bruno Haible  <bruno@clisp.org>
13385
13386         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
13387         Reported by Sylvain Beucler <beuc@gnu.org>.
13388
13389 2007-11-03  Bruno Haible  <bruno@clisp.org>
13390
13391         * tests/test-fprintf-posix2.sh: New file.
13392         * tests/test-fprintf-posix2.c: New file.
13393         * modules/fprintf-posix-tests (Files): Add them.
13394         (TESTS): Add test-fprintf-posix2.sh.
13395         (configure.ac): Check for getrlimit and setrlimit.
13396         (check_PROGRAMS): Add test-fprintf-posix2.
13397
13398         * tests/test-printf-posix2.sh: New file.
13399         * tests/test-printf-posix2.c: New file.
13400         * modules/printf-posix-tests (Files): Add them.
13401         (TESTS): Add test-printf-posix2.sh.
13402         (configure.ac): Check for getrlimit and setrlimit.
13403         (check_PROGRAMS): Add test-printf-posix2.
13404
13405         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
13406         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
13407         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
13408         (decode_double): New function, copied from decode_long_double.
13409         (scale10_round_decimal_decoded): New function, extracted from
13410         scale10_round_decimal_long_double.
13411         (scale10_round_decimal_long_double): Use it.
13412         (scale10_round_decimal_double): New function.
13413         (floorlog10): New function.
13414         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
13415         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
13416         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13417         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13418         gl_PRINTF_ENOMEM and test its result. Invoke
13419         gl_PREREQ_VASNPRINTF_ENOMEM.
13420         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13421         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13422         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13423         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13424         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13425         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13426         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13427         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
13428         * modules/snprintf-posix (Depends-on): Likewise.
13429         * modules/sprintf-posix (Depends-on): Likewise.
13430         * modules/vasnprintf-posix (Depends-on): Likewise.
13431         * modules/vasprintf-posix (Depends-on): Likewise.
13432         * modules/vfprintf-posix (Depends-on): Likewise.
13433         * modules/vsnprintf-posix (Depends-on): Likewise.
13434         * modules/vsprintf-posix (Depends-on): Likewise.
13435         * doc/functions/fprintf.texi: Update.
13436         * doc/functions/printf.texi: Update.
13437         * doc/functions/snprintf.texi: Update.
13438         * doc/functions/sprintf.texi: Update.
13439         * doc/functions/vfprintf.texi: Update.
13440         * doc/functions/vprintf.texi: Update.
13441         * doc/functions/vsnprintf.texi: Update.
13442         * doc/functions/vsprintf.texi: Update.
13443
13444 2007-11-03  Bruno Haible  <bruno@clisp.org>
13445
13446         * modules/frexp-nolibm-tests: New file.
13447
13448         * modules/frexp-nolibm: New file.
13449         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
13450
13451 2007-11-03  Bruno Haible  <bruno@clisp.org>
13452
13453         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
13454         value is C99 compliant.
13455         Needed for OSF/1 5.1.
13456
13457 2007-11-03  Bruno Haible  <bruno@clisp.org>
13458
13459         Fix out-of-memory handling of vasnprintf.
13460         * lib/printf-parse.c: Include <errno.h>.
13461         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
13462         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
13463         is already set.
13464
13465 2007-11-02  Eric Blake  <ebb9@byu.net>
13466
13467         Fix tests on cygwin.
13468         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
13469
13470 2007-11-01  Bruno Haible  <bruno@clisp.org>
13471
13472         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
13473         warning.
13474         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
13475         needed for POSIX compatibility.
13476
13477 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13478
13479         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
13480         for compatibility with GNU.
13481
13482 2007-11-01  Bruno Haible  <bruno@clisp.org>
13483
13484         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
13485         (putenv): Renamed from rpl_putenv. Change argument type from
13486         'const char *' to 'char *'.
13487         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
13488         of defining putenv in config.h, just set REPLACE_PUTENV.
13489         * modules/putenv (Depends-on): Add stdlib.
13490         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13491         (Include): Use <stdlib.h>.
13492         * lib/stdlib.in.h (putenv): New declaration.
13493         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
13494         REPLACE_PUTENV.
13495         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
13496         REPLACE_PUTENV.
13497         Needed for MacOS X 10.5.0.
13498         Reported by Peter O'Gorman <peter@pogma.com>.
13499
13500 2007-11-01  Jim Meyering  <meyering@redhat.com>
13501
13502         Treat an empty date string exactly like "0".
13503         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
13504         if the remaining date string (to be parsed) is empty, use "0".
13505         Reported by Mischa Molhoek and discussed in this thread:
13506         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
13507
13508 2007-10-31  Bruno Haible  <bruno@clisp.org>
13509
13510         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
13511         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
13512         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
13513         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
13514         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
13515         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
13516
13517 2007-10-31  Bruno Haible  <bruno@clisp.org>
13518
13519         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
13520         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
13521         (AC_TYPE_LONG_LONG_INT): Use it.
13522         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
13523         it as well.
13524         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
13525         to m4/longlong.m4.
13526         * modules/stdint (Files): Remove m4/ulonglong.m4.
13527         * modules/strtoull (Files): Use m4/longlong.m4 instead of
13528         m4/ulonglong.m4.
13529         * modules/strtoumax (Files): Likewise.
13530
13531 2007-10-30  Bruno Haible  <bruno@clisp.org>
13532
13533         * modules/xvasprintf-posix: New file.
13534         Suggested by Eric Blake.
13535
13536 2007-10-30  Bruno Haible  <bruno@clisp.org>
13537
13538         * modules/xprintf-posix-tests: New file.
13539         * tests/test-xprintf-posix.sh: New file.
13540         * tests/test-xprintf-posix.c: New file.
13541         * tests/test-xfprintf-posix.c: New file.
13542
13543         * modules/xprintf-posix: New file.
13544
13545 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13546
13547         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
13548         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
13549         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
13550
13551 2007-10-29  Bruno Haible  <bruno@clisp.org>
13552
13553         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
13554         contain the special marker '_cv_'.
13555         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13556         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13557         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13558         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
13559         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13560         Reported by Ralf Wildenhues.
13561
13562 2007-10-29  Bruno Haible  <bruno@clisp.org>
13563
13564         * gnulib-tool (func_import): When --lgpl is not specified, set
13565         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
13566         GPLv3.
13567         Reported by Simon Josefsson.
13568
13569 2007-10-28  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
13572         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
13573         HAVE_DECL_ISFINITE.
13574         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13575         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
13576         HAVE_DECL_ISFINITE.
13577
13578 2007-10-28  Bruno Haible  <bruno@clisp.org>
13579
13580         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
13581         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
13582
13583 2007-10-28  Bruno Haible  <bruno@clisp.org>
13584
13585         Fix link errors with Sun C 5.0 on Solaris 10.
13586         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
13587         function is declared but not present in the compiler's libm.
13588         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
13589         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
13590         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
13591         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
13592         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
13593         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
13594         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
13595         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13596         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
13597         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
13598         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
13599         HAVE_DECL_FLOORL.
13600
13601 2007-10-28  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
13604         gl_FUNC_FLOORL. Cache the result.
13605         (gl_FUNC_FLOORL): Use it.
13606         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
13607         gl_FUNC_CEILL. Cache the result.
13608         (gl_FUNC_CEILL): Use it.
13609
13610         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
13611         gl_FUNC_FLOOR. Cache the result.
13612         (gl_FUNC_FLOOR): Use it.
13613         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
13614         gl_FUNC_CEIL. Cache the result.
13615         (gl_FUNC_CEIL): Use it.
13616
13617         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
13618         gl_FUNC_FLOORF. Cache the result.
13619         (gl_FUNC_FLOORF): Use it.
13620         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
13621         gl_FUNC_CEILF. Cache the result.
13622         (gl_FUNC_CEILF): Use it.
13623
13624 2007-10-28  Bruno Haible  <bruno@clisp.org>
13625
13626         * gnulib-tool: Allow specifying the LGPL version number through
13627         --lgpl=2 or --lgpl=3.
13628         (func_usage): Document --lgpl with argument.
13629         Handle --lgpl=... arguments.
13630         (func_import): Recognize also gl_LGPL calls with an argument. When
13631         --lgpl=2 is used and the module's license is just LGPL, report an
13632         error. Set sed_transform_lib_file according to the lgpl variable. In
13633         the generated files, use --lgpl or gl_LGPL invocations with argument,
13634         if necessary.
13635         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
13636         an LGPv2+ license.
13637         * doc/gnulib-tool.texi (Modified imports): Update explanation of
13638         gl_LGPL macro.
13639
13640 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13641             Bruno Haible  <bruno@clisp.org>
13642
13643         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
13644         (u16_uctomb_aux): Likewise.
13645         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
13646         !HAVE_INLINE.
13647         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
13648
13649 2007-10-28  Bruno Haible  <bruno@clisp.org>
13650
13651         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
13652         Invoke AM_GETTEXT_OPTION if it exists.
13653         * modules/vasprintf: Likewise.
13654         * modules/verror: Likewise.
13655         * modules/xprintf: Likewise.
13656         * modules/xvasprintf: Likewise.
13657
13658 2007-10-27  Ben Pfaff  <blp@gnu.org>
13659
13660         * lib/math.in.h: Define isfinite macro and prototypes for
13661         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
13662         implementations.
13663         * m4/math_h.m4: New substitutions for isfinite module.
13664         * lib/isfinite.c: New file.
13665         * m4/isfinite.m4: New file.
13666         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
13667         * modules/isfinite: New file.
13668         * modules/isfinite-tests: New file.
13669         * tests/tests-isfinite.c: New file.
13670         * doc/functions/isfinite.texi: Mention isfinite module.
13671         * MODULES.html.sh: Mention new module.
13672
13673 2007-10-27  Ben Pfaff  <blp@gnu.org>
13674
13675         Ralf Wildenhues reported that Tru64 4.0D declares the round
13676         functions but does not have definitions.
13677         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
13678         cannot be found in any library, set the output variable to
13679         "missing" instead of "".
13680         * m4/round.m4: Also use our substitute if we cannot find round in
13681         any library, even if it is declared.
13682         * m4/roundf.m4: Likewise for roundf.
13683         * m4/roundl.m4: Likewise for roundl.
13684         * lib/math.in.h: Undefine roundf, round, roundl before defining
13685         their replacements, to allow for hypothetical systems where these
13686         may be defined as macros but not available in libraries.
13687
13688 2007-10-27  Bruno Haible  <bruno@clisp.org>
13689
13690         * doc/gnulib.texi: Invoke @firstparagraphindent.
13691         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
13692         changes in gnulib.
13693         (Source changes): New section.
13694
13695 2007-10-26  Bruno Haible  <bruno@clisp.org>
13696
13697         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
13698         borrowed from autoconf.
13699
13700 2007-10-26  Bruno Haible  <bruno@clisp.org>
13701
13702         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
13703         strerror returned the empty string. Needed on HP-UX 11.00.
13704
13705 2007-10-24  Micah Cowan  <micah@cowan.name>
13706
13707         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
13708         * build-aux/bootstrap: Remove support for now-unnecessary option,
13709         --cvs-user, and envvars CVS_USER, CVS_RSH.
13710
13711 2007-10-24  Jim Meyering  <meyering@redhat.com>
13712
13713         Avoid diagnostics from sha1sum when there is no cached checksum.
13714         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
13715         if the po.s1 file hasn't been created yet.
13716
13717         * build-aux/bootstrap: Sync from coreutils:
13718         2007-10-24  Jim Meyering  <meyering@redhat.com>
13719         Get gnulib from the git repository, not from an obsolete cvs one.
13720         * build-aux/bootstrap: Suggestion from Micah Cowan.
13721         2007-10-04  Jim Meyering  <jim@meyering.net>
13722         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
13723         (update_po_files): Work also when there are no .po files in po/.
13724
13725 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13726
13727         * README: Append ".git" to git and cg examples.
13728         Problem reported by Benoit Sigoure.
13729
13730 2007-10-23  Micah Cowan  <micah@cowan.name>
13731
13732         * users.txt: Add wget.
13733
13734 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13735
13736         Fix linking of some unistdio tests on FreeBSD.
13737         * modules/unistdio/u16-vsnprintf-tests
13738         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
13739         * modules/unistdio/u16-vsprintf-tests
13740         (test_u16_vsnprintf1_LDADD): Likewise.
13741         * modules/unistdio/u32-vsnprintf-tests
13742         (test_u32_vsnprintf1_LDADD): Likewise.
13743         * modules/unistdio/u32-vsprintf-tests
13744         (test_u32_vsprintf1_LDADD): Likewise.
13745         * modules/unistdio/u8-vsnprintf-tests
13746         (test_u8_vsnprintf1_LDADD): Likewise.
13747         * modules/unistdio/u8-vsprintf-tests
13748         (test_u8_vsprintf1_LDADD): Likewise.
13749         * modules/unistdio/ulc-vsnprintf-tests
13750         (test_ulc_vsnprintf1_LDADD): Likewise.
13751         * modules/unistdio/ulc-vsprintf-tests
13752         (test_ulc_vsprintf1_LDADD): Likewise.
13753
13754         Fix linking of some uniconv tests on FreeBSD.
13755         * modules/uniconv/u16-conv-from-enc-tests
13756         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
13757         * modules/uniconv/u16-conv-to-enc-tests
13758         (test_u16_conv_to_enc_LDADD): Likewise.
13759         * modules/uniconv/u16-strconv-from-enc-tests
13760         (test_u16_strconv_from_enc_LDADD): Likewise.
13761         * modules/uniconv/u16-strconv-to-enc-tests
13762         (test_u16_strconv_to_enc_LDADD): Likewise.
13763         * modules/uniconv/u32-conv-from-enc-tests
13764         (test_u32_conv_from_enc_LDADD): Likewise.
13765         * modules/uniconv/u32-conv-to-enc-tests
13766         (test_u32_conv_to_enc_LDADD): Likewise.
13767         * modules/uniconv/u32-strconv-from-enc-tests
13768         (test_u32_strconv_from_enc_LDADD): Likewise.
13769         * modules/uniconv/u32-strconv-to-enc-tests
13770         (test_u32_strconv_to_enc_LDADD): Likewise.
13771         * modules/uniconv/u8-conv-from-enc-tests
13772         (test_u8_conv_from_enc_LDADD): Likewise.
13773         * modules/uniconv/u8-conv-to-enc-tests
13774         (test_u8_conv_to_enc_LDADD): Likewise.
13775         * modules/uniconv/u8-strconv-from-enc-tests
13776         (test_u8_strconv_from_enc_LDADD): Likewise.
13777         * modules/uniconv/u8-strconv-to-enc-tests
13778         (test_u8_strconv_to_enc_LDADD): Likewise.
13779
13780 2007-10-22  Bruno Haible  <bruno@clisp.org>
13781
13782         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
13783         size.
13784
13785 2007-10-22  Eric Blake  <ebb9@byu.net>
13786
13787         Tweak x*printf documentation.
13788         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
13789         variable name and comments.
13790         Suggested by Bruno Haible.
13791
13792 2007-10-22  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/acl.c (copy_acl): Fix file name in comment.
13795
13796 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13797
13798         Fix Tru64 problem with stdbool.h.
13799         * lib/stdbool.in.h (false, true):
13800         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
13801         Don't declare as an enum in this situation; it runs afoul of Tru64.
13802         Problem reported by Steven M. Schweda in
13803         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
13804
13805 2007-10-22  Eric Blake  <ebb9@byu.net>
13806
13807         Also wrap vf?printf.
13808         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
13809         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
13810         (xvprintf, xvfprintf): New functions.
13811
13812 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13813
13814         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
13815         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
13816
13817         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
13818         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
13819
13820 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13821
13822         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
13823         by Bruno Haible.
13824
13825 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13826
13827         * lib/getloadavg.c
13828         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
13829         Undef `sys' after including sys/table.h, for Tru64 4.0D.
13830
13831         * tests/test-i-ring.c: Work for C89.
13832
13833 2007-10-22  Bruno Haible  <bruno@clisp.org>
13834
13835         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
13836         -1u, in preprocessor expression, so that we don't test for the bug
13837         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
13838         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
13839
13840 2007-10-22  Eric Blake  <ebb9@byu.net>
13841
13842         * tests/test-yesno.sh: Silence stderr during test.
13843
13844 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13845
13846         * modules/crypto/gc-camellia: New file.
13847
13848         * m4/gc-camellia.m4: New file.
13849
13850         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
13851
13852         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
13853
13854 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13855
13856         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
13857         --help to stdout.  Reported by sms@antinode.org (Steven
13858         M. Schweda).
13859
13860 2007-10-22  Simon Josefsson  <simon@josefsson.org>
13861
13862         * users.txt: Fix link to libksba.
13863
13864 2007-10-21  Ben Pfaff  <blp@gnu.org>
13865
13866         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
13867         round.c roundf implementation that depends on floorf and ceilf to
13868         be tested unconditionally.
13869
13870 2007-10-21  Ben Pfaff  <blp@gnu.org>
13871
13872         * m4/check-libm-func.m4: Removed.
13873         * m4/check-math-lib.m4: New file.
13874         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
13875         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
13876         definition and lack of AC_LIBOBJ([roundf]).
13877         * m4/roundl.m4: Ditto, and similarly for roundl.
13878         * modules/round: Reference new m4 file.
13879         * modules/roundf: Ditto.
13880         * modules/roundl: Ditto.
13881         * tests/test-round2.c (main): Use ROUND instead of round.
13882         Bug report from Bruno Haible.
13883
13884 2007-10-21  Bruno Haible  <bruno@clisp.org>
13885
13886         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
13887         context.
13888
13889 2007-10-21  Bruno Haible  <bruno@clisp.org>
13890
13891         * tests/test-wcwidth.c (main): Allow negative result for some control
13892         characters.
13893
13894         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
13895         Needed on OSF/1 5.1.
13896
13897 2007-10-21  Bruno Haible  <bruno@clisp.org>
13898
13899         * tests/test-floorf1.c: Include isnanf.h.
13900         (main): Use isnanf() instead of isnan().
13901         * tests/test-ceilf1.c: Include isnanf.h.
13902         (main): Use isnanf() instead of isnan().
13903         * tests/test-truncf1.c: Include isnanf.h.
13904         (main): Use isnanf() instead of isnan().
13905         * tests/test-roundf1.c: Include isnanf.h.
13906         (main): Use isnanf() instead of isnan().
13907
13908 2007-10-21  Eric Blake  <ebb9@byu.net>
13909
13910         * users.txt: Update URL for m4.
13911
13912 2007-10-21  Bruno Haible  <bruno@clisp.org>
13913
13914         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
13915
13916 2007-10-21  Bruno Haible  <bruno@clisp.org>
13917
13918         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
13919         Git's management files if the CVS files are not present.
13920
13921 2007-10-20  Bruno Haible  <bruno@clisp.org>
13922
13923         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
13924         gcc-3.4.x.
13925
13926 2007-10-20  Ben Pfaff  <blp@gnu.org>
13927
13928         * lib/math.in.h: Declare round, roundf, roundl if we are providing
13929         implementations.
13930         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
13931         * lib/round.c: New file.
13932         * lib/roundf.c: New file.
13933         * lib/roundl.c: New file.
13934         * m4/round.m4: New file.
13935         * m4/roundf.m4: New file.
13936         * m4/roundl.m4: New file.
13937         * m4/check-libm-func-m4: New file.
13938         * modules/math: Replace round, roundf, roundl related @VARS@ in
13939         math.in.h.
13940         * modules/round: New file.
13941         * modules/round-tests: New file.
13942         * modules/roundf: New file.
13943         * modules/roundf-tests: New file.
13944         * modules/roundl: New file.
13945         * modules/roundl-tests: New file.
13946         * tests/test-round1.c: New file.
13947         * tests/test-round2.c: New file.
13948         * tests/test-roundf1.c: New file.
13949         * tests/test-roundf2.c: New file.
13950         * tests/test-roundl.c: New file.
13951         * doc/functions/round.texi: Mention round module.
13952         * doc/functions/roundf.texi: Mention roundf module.
13953         * doc/functions/roundl.texi: Mention roundl module.
13954         * MODULES.html.sh: Mention new modules.
13955         Thanks to Bruno Haible for suggestions.
13956
13957 2007-10-20  Jim Meyering  <meyering@redhat.com>
13958
13959         * lib/xprintf.c: Include <config.h> unconditionally.
13960
13961         Change xprintf's license to GPL.
13962         * modules/xprintf (License): s/LGPL/GPL/, since this module
13963         depends on modules (exit and exitfail) which are GPL.
13964         Suggestion from Bruno Haible.
13965
13966         xprintf fixes.
13967         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
13968         Use a clearer diagnostic.
13969         Patch from Bruno Haible.
13970
13971 2007-10-20  Bruno Haible  <bruno@clisp.org>
13972
13973         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
13974         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
13975         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13976
13977 2007-10-20  Bruno Haible  <bruno@clisp.org>
13978
13979         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
13980         precision in the comparison result > x - 1 or similar.
13981         * tests/test-ceilf2.c (correct_result_p): Likewise.
13982         * tests/test-truncf2.c (correct_result_p): Likewise.
13983         * tests/test-trunc2.c (correct_result_p): Likewise.
13984         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13985
13986 2007-10-20  Bruno Haible  <bruno@clisp.org>
13987
13988         * modules/ceil: New file.
13989         * m4/ceil.m4: New file.
13990         * doc/functions/ceil.texi: Mention the 'ceil' module.
13991
13992 2007-10-20  Bruno Haible  <bruno@clisp.org>
13993
13994         * modules/floor: New file.
13995         * m4/floor.m4: New file.
13996         * doc/functions/floor.texi: Mention the 'floor' module.
13997
13998 2007-10-20  Bruno Haible  <bruno@clisp.org>
13999
14000         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
14001         of %a.
14002         * modules/floorf-tests (Depends-on): Likewise.
14003         * modules/truncf-tests (Depends-on): Likewise.
14004         * modules/trunc-tests (Depends-on): Likewise.
14005         Reported by Ben Pfaff.
14006
14007 2007-10-19  Jim Meyering  <meyering@redhat.com>
14008
14009         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
14010         Don't bother testing specific errno values.  Just test ferror.
14011
14012         New module: xprintf
14013         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
14014
14015 2007-10-19  Bruno Haible  <bruno@clisp.org>
14016
14017         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
14018         syntax.
14019         * modules/javaexec (Makefile.am): Likewise.
14020         * modules/relocatable-prog (Makefile.am): Likewise.
14021         Suggested by Jim Meyering.
14022
14023 2007-10-18  Bruno Haible  <bruno@clisp.org>
14024
14025         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
14026         Reported by Jim Meyering.
14027
14028 2007-10-18  Eric Blake  <ebb9@byu.net>
14029
14030         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
14031
14032 2007-10-18  Bruno Haible  <bruno@clisp.org>
14033
14034         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
14035         the format string into writable memory. Needed in Fortify conditions.
14036
14037 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
14038             Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
14041         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
14042         * modules/trim (Depends-on): Add mbchar.
14043         (configure.ac): Add gl_FUNC_MBRTOWC.
14044         (Makefile.am): Augment lib_SOURCES.
14045
14046 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14047
14048         Modify glob.c to use fstatat and dirfd, to simplify it.
14049         Suggested by Eric Blake.
14050         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
14051         Don't include <stdbool.h>; not used.
14052         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
14053         (link_exists_p): Simplify implementation, since we can now assume
14054         dirfd and fstatat.
14055         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
14056
14057 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14058
14059         * gnulib-tool (func_get_dependencies): Fix sed script to
14060         match only tests.
14061
14062 2007-10-17  Bruno Haible  <bruno@clisp.org>
14063
14064         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
14065         allow locale names without encoding suffix.
14066         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14067         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14068
14069 2007-10-16  Bruno Haible  <bruno@clisp.org>
14070
14071         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
14072         * lib/getgroups.c (getgroups): Likewise.
14073         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
14074
14075 2007-10-16  Bruno Haible  <bruno@clisp.org>
14076
14077         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
14078         * modules/malloc-posix (License): Likewise.
14079         * modules/realloc-posix (License): Likewise.
14080         * modules/calloc-posix (License): Likewise.
14081         * modules/intprops (License): Change from GPL to LGPL, with
14082         Paul Eggert's approval.
14083
14084 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         Merge glibc changes into lib/glob.c.
14087
14088         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
14089         2007-10-15 04:59:03 UTC.  Here are the changes:
14090
14091         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
14092
14093         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
14094
14095         * lib/glob.c: Add some branch prediction throughout.
14096
14097         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
14098
14099         [BZ #5103]
14100         * lib/glob.c (glob): Recognize patterns starting \/.
14101
14102         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
14103
14104         [BZ #3996]
14105         * lib/glob.c (attribute_hidden): Define if not defined.
14106         (glob): Unescape dirname, filename or username when needed and not
14107         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
14108         is NULL.  Handle unescaped [ in pattern without closing ].
14109         Don't pass GLOB_CHECK down to recursive glob for directories.
14110         (__glob_pattern_type): New function.
14111         (__glob_pattern_p): Implement using __glob_pattern_type.
14112         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
14113         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
14114         Remove unreachable code.
14115
14116         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
14117
14118         * lib/glob.c (glob_in_dir): Add some comments and asserts to
14119         explain why there are no leaks.
14120
14121         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
14122
14123         [BZ #3253]
14124         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
14125         time, rather allocate increasingly bigger arrays of pointers, if
14126         possible with alloca, if too large with malloc.
14127
14128 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14129
14130         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
14131         Problem reported by H.Merijn Brand in
14132         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
14133         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
14134         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14135
14136 2007-10-15  Bruno Haible  <bruno@clisp.org>
14137
14138         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
14139         with explicit rpl_ prefix.
14140         * lib/fopen.c (fopen): Likewise.
14141         * lib/freopen.c (freopen): Likewise.
14142         * lib/iconv.c (iconv): Likewise.
14143         * lib/iconv_close.c (iconv_close): Likewise.
14144
14145 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14146
14147         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
14148
14149 2007-10-15  Bruno Haible  <bruno@clisp.org>
14150
14151         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
14152         <stddef.h> instead of <stdlib.h> since we only need NULL.
14153         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14154
14155 2007-10-15  Bruno Haible  <bruno@clisp.org>
14156
14157         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
14158         Replace paragraph talking about LIBOBJS.
14159         Reported by Colin Watson <cjwatson@debian.org>.
14160
14161 2007-10-15  Bruno Haible  <bruno@clisp.org>
14162
14163         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
14164         <stdlib.h> before using NULL.
14165
14166 2007-10-15  Simon Josefsson  <simon@josefsson.org>
14167
14168         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
14169         Reported by Albert Chin <china@thewrittenword.com>.
14170
14171 2007-10-14  Bruno Haible  <bruno@clisp.org>
14172
14173         * modules/iconv_open-utf-tests: New file.
14174         * tests/test-iconv-utf.c: New file.
14175
14176         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
14177         * modules/iconv_open-utf: New file.
14178         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
14179         (iconv, iconv_close): New declarations.
14180         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
14181         be defined.
14182         (iconv_open): Add special handling of conversion between UTF-8 and
14183         UTF-{16,32}{BE,LE}.
14184         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
14185         * lib/iconv_close.c: New file.
14186         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
14187         gl_FUNC_ICONV_OPEN.
14188         (gl_FUNC_ICONV_OPEN): Use it.
14189         (gl_FUNC_ICONV_OPEN_UTF): New macro.
14190         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
14191         and REPLACE_ICONV_UTF.
14192         * modules/iconv_open (Depends-on): Add c-strcase.
14193         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
14194         ICONV_CONST.
14195         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
14196
14197 2007-10-13  Albert Chin  <china@thewrittenword.com>
14198             Bruno Haible  <bruno@clisp.org>
14199
14200         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
14201         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
14202
14203 2007-10-13  Bruno Haible  <bruno@clisp.org>
14204
14205         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
14206         defined, use the ISO C99 inline semantics.
14207         * lib/argp.h (ARGP_EI): Likewise.
14208
14209 2007-10-13  Bruno Haible  <bruno@clisp.org>
14210
14211         Handle 'inline' change in gcc 4.3.0.
14212         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
14213         argp_fmtstream_write, argp_fmtstream_set_lmargin,
14214         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
14215         argp_fmtstream_point): Disable 'extern' declaration if the function
14216         definition is going to be provided inline.
14217         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
14218         semantics, not the ISO C99 inline semantics.
14219         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
14220         'extern' declaration if the function definition is going to be provided
14221         inline.
14222         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
14223         the GNU C inline semantics, not the ISO C99 inline semantics. With
14224         GCC 4.2, avoid a warning.
14225
14226 2007-10-13  Bruno Haible  <bruno@clisp.org>
14227
14228         * lib/freading.h (freading): Enable the use of __freading for
14229         glibc >= 2.7.
14230         * lib/freading.c (freading): Likewise.
14231
14232 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
14235         "warning: C99 inline functions are not supported; using GNU89".
14236
14237 2007-10-12  Bruno Haible  <bruno@clisp.org>
14238
14239         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
14240         of 2.
14241         * tests/test-ceilf2.c: New file.
14242         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
14243
14244         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
14245         * modules/ceilf-tests: Update.
14246
14247 2007-10-12  Bruno Haible  <bruno@clisp.org>
14248
14249         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
14250         of 2.
14251         * tests/test-floorf2.c: New file.
14252         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
14253
14254         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
14255         * modules/floorf-tests: Update.
14256
14257 2007-10-12  Bruno Haible  <bruno@clisp.org>
14258
14259         * tests/test-trunc2.c: New file.
14260         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
14261
14262         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
14263         * modules/trunc-tests: Update.
14264
14265 2007-10-12  Bruno Haible  <bruno@clisp.org>
14266
14267         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
14268         of 2.
14269         * tests/test-truncf2.c: New file.
14270         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
14271
14272         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
14273         * modules/truncf-tests: Update.
14274
14275 2007-10-11  Eric Blake  <ebb9@byu.net>
14276
14277         Don't claim strerror is broken on Interix.
14278         * doc/functions/strerror.texi (strerror): Known broken systems are
14279         now Solaris 8, and not Interix.
14280         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
14281         Interix on cross-compile.
14282         Reported by Martin Koeppe in
14283         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
14284
14285 2007-10-11  Bruno Haible  <bruno@clisp.org>
14286
14287         * modules/i-ring-tests: New file.
14288         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
14289         instead of assert.
14290
14291 2007-10-11  Bruno Haible  <bruno@clisp.org>
14292
14293         * modules/filenamecat-tests: New file.
14294         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
14295         * lib/filenamecat.c: Remove test code.
14296
14297 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14298
14299         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
14300
14301         * lib/strerror.c: Include <string.h> always, to test interface,
14302         and to remove the need for the dummy.
14303         Include intprops.h to compute width instead of doing it ourselves
14304         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
14305         (strerror): Define it to return NULL if there's no system strerror.
14306         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
14307         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
14308         ancient pre-strerror Unix systems well any more.  Saying "unknown
14309         system error" is enough.
14310         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
14311         simpler strerror.c implementation.
14312         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
14313         Simplify the tests to reflect the simpler strerror implementation.
14314         * modules/strerror (Depends-on): Add intprops.
14315
14316 2007-10-09  Eric Blake  <ebb9@byu.net>
14317
14318         Silence test-fpending.
14319         * modules/fpending-tests (Files): Add wrapper script.
14320         * tests/test-fpending.sh: New file.
14321
14322 2007-10-09  Bruno Haible  <bruno@clisp.org>
14323
14324         * MODULES.html.sh (func_module): Don't create a hyperlink for
14325         function names like 'printf_frexp'.
14326         (Misc): Add crc, memxor.
14327         (Characteristics of floating types): New section.
14328         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
14329         isnanf-nolibm, signbit, trunc, truncf, truncl.
14330         (Enhancements for ISO C 99 functions): New subsection Input/output.
14331         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
14332         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
14333         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
14334         (Compatibility checks for POSIX:2001 functions): Add clock-time.
14335         (Enhancements for POSIX:2001 functions): Add chdir-long.
14336         (File system functions): Add areadlink, chdir-safer, read-file.
14337         Remove cycle-check.
14338         (File system as inode set): New section.
14339         (Date and time): Add gethrxtime.
14340         (Multithreading): Add openmp.
14341         (Internationalization functions): Add localename.
14342         (Unicode string functions): Add unistr/u*-mbsnlen.
14343         (Support for maintaining and releasing projects): Add git-version-gen.
14344         (Lone files): Remove directories.
14345
14346 2007-10-08  Ben Pfaff  <blp@gnu.org>
14347
14348         * lib/xmalloca.h: Fix typo in comment.
14349
14350 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14351
14352         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
14353         when avoiding problems with integer overflow.  Use a portable test
14354         instead.
14355
14356 2007-10-08  Simon Josefsson  <simon@josefsson.org>
14357
14358         * modules/dummy (License): Change to LGPLv2+.
14359         * modules/float (License): Likewise
14360         * modules/realloc (License): Likewise
14361         * modules/stdlib (License): Likewise
14362
14363 2007-10-07  Bruno Haible  <bruno@clisp.org>
14364
14365         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
14366         * floor.c (TWO_MANT_DIG): Likewise.
14367         * ceil.c (TWO_MANT_DIG): Likewise.
14368         Reported by Ben Pfaff.
14369
14370 2007-10-07  Bruno Haible  <bruno@clisp.org>
14371
14372         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
14373         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
14374         * lib/frexp.c (FUNC): Likewise.
14375         * lib/printf-frexp.h (printf_frexp): Likewise.
14376         * lib/printf-frexpl.h (printf_frexpl): Likewise.
14377         * lib/printf-frexp.c (FUNC): Likewise.
14378         Suggested by Jim Meyering.
14379
14380 2007-10-07  Jim Meyering  <meyering@redhat.com>
14381
14382         Make xnanosleep's integer overflow test more robust.
14383         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
14384         so that gcc-4.3.0 doesn't optimize away this test for overflow.
14385
14386 2007-10-07  Bruno Haible  <bruno@clisp.org>
14387
14388         * NEWS: Mention the license change.
14389
14390         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
14391         abbreviations in the modules files.
14392
14393         Change copyright notice from GPLv2+ to GPLv3+.
14394         * README: Change copyright notice.
14395         * MODULES.html.sh: Likewise.
14396         * build-aux/bootstrap.conf: Likewise.
14397         * build-aux/config.libpath: Likewise.
14398         * build-aux/csharpcomp.sh.in: Likewise.
14399         * build-aux/csharpexec.sh.in: Likewise.
14400         * build-aux/install-reloc: Likewise.
14401         * build-aux/javacomp.sh.in: Likewise.
14402         * build-aux/javaexec.sh.in: Likewise.
14403         * build-aux/ldd.sh.in: Likewise.
14404         * build-aux/reloc-ldflags: Likewise.
14405         * build-aux/relocatable.sh.in: Likewise.
14406         * build-aux/x-to-1.in: Likewise.
14407         * check-module: Likewise.
14408         * config/srclistvars.sh: Likewise.
14409         * gnulib-tool: Likewise.
14410         * lib/acl-internal.h: Likewise.
14411         * lib/acl.c: Likewise.
14412         * lib/acl.h: Likewise.
14413         * lib/acl_entries.c: Likewise.
14414         * lib/areadlink-with-size.c: Likewise.
14415         * lib/areadlink.c: Likewise.
14416         * lib/areadlink.h: Likewise.
14417         * lib/argmatch.c: Likewise.
14418         * lib/argmatch.h: Likewise.
14419         * lib/argp-ba.c: Likewise.
14420         * lib/argp-eexst.c: Likewise.
14421         * lib/argp-fmtstream.c: Likewise.
14422         * lib/argp-fmtstream.h: Likewise.
14423         * lib/argp-fs-xinl.c: Likewise.
14424         * lib/argp-help.c: Likewise.
14425         * lib/argp-namefrob.h: Likewise.
14426         * lib/argp-parse.c: Likewise.
14427         * lib/argp-pin.c: Likewise.
14428         * lib/argp-pv.c: Likewise.
14429         * lib/argp-pvh.c: Likewise.
14430         * lib/argp-xinl.c: Likewise.
14431         * lib/argp.h: Likewise.
14432         * lib/at-func.c: Likewise.
14433         * lib/atanl.c: Likewise.
14434         * lib/backupfile.c: Likewise.
14435         * lib/backupfile.h: Likewise.
14436         * lib/basename.c: Likewise.
14437         * lib/binary-io.h: Likewise.
14438         * lib/byteswap.in.h: Likewise.
14439         * lib/c-stack.c: Likewise.
14440         * lib/c-stack.h: Likewise.
14441         * lib/c-strcasestr.c: Likewise.
14442         * lib/c-strcasestr.h: Likewise.
14443         * lib/c-strstr.c: Likewise.
14444         * lib/c-strstr.h: Likewise.
14445         * lib/c-strtod.c: Likewise.
14446         * lib/calloc.c: Likewise.
14447         * lib/canon-host.c: Likewise.
14448         * lib/canon-host.h: Likewise.
14449         * lib/canonicalize-lgpl.c: Likewise.
14450         * lib/canonicalize.c: Likewise.
14451         * lib/canonicalize.h: Likewise.
14452         * lib/ceil.c: Likewise.
14453         * lib/ceilf.c: Likewise.
14454         * lib/ceill.c: Likewise.
14455         * lib/chdir-long.c: Likewise.
14456         * lib/chdir-long.h: Likewise.
14457         * lib/chdir-safer.c: Likewise.
14458         * lib/chdir-safer.h: Likewise.
14459         * lib/chown.c: Likewise.
14460         * lib/classpath.c: Likewise.
14461         * lib/classpath.h: Likewise.
14462         * lib/clean-temp.c: Likewise.
14463         * lib/clean-temp.h: Likewise.
14464         * lib/cloexec.c: Likewise.
14465         * lib/close-stream.c: Likewise.
14466         * lib/closein.c: Likewise.
14467         * lib/closein.h: Likewise.
14468         * lib/closeout.c: Likewise.
14469         * lib/closeout.h: Likewise.
14470         * lib/concat-filename.c: Likewise.
14471         * lib/copy-file.c: Likewise.
14472         * lib/copy-file.h: Likewise.
14473         * lib/count-one-bits.h: Likewise.
14474         * lib/crc.c: Likewise.
14475         * lib/crc.h: Likewise.
14476         * lib/creat-safer.c: Likewise.
14477         * lib/csharpcomp.c: Likewise.
14478         * lib/csharpcomp.h: Likewise.
14479         * lib/csharpexec.c: Likewise.
14480         * lib/csharpexec.h: Likewise.
14481         * lib/cycle-check.c: Likewise.
14482         * lib/cycle-check.h: Likewise.
14483         * lib/diacrit.c: Likewise.
14484         * lib/diacrit.h: Likewise.
14485         * lib/diffseq.h: Likewise.
14486         * lib/dirchownmod.c: Likewise.
14487         * lib/dirent.in.h: Likewise.
14488         * lib/dirfd.c: Likewise.
14489         * lib/dirfd.h: Likewise.
14490         * lib/dirname.c: Likewise.
14491         * lib/dirname.h: Likewise.
14492         * lib/dummy.c: Likewise.
14493         * lib/dup-safer.c: Likewise.
14494         * lib/dup2.c: Likewise.
14495         * lib/eealloc.h: Likewise.
14496         * lib/error.c: Likewise.
14497         * lib/error.h: Likewise.
14498         * lib/euidaccess.c: Likewise.
14499         * lib/exclude.c: Likewise.
14500         * lib/exclude.h: Likewise.
14501         * lib/execute.c: Likewise.
14502         * lib/execute.h: Likewise.
14503         * lib/exitfail.c: Likewise.
14504         * lib/exitfail.h: Likewise.
14505         * lib/expl.c: Likewise.
14506         * lib/fatal-signal.c: Likewise.
14507         * lib/fatal-signal.h: Likewise.
14508         * lib/fbufmode.c: Likewise.
14509         * lib/fbufmode.h: Likewise.
14510         * lib/fchdir.c: Likewise.
14511         * lib/fchmodat.c: Likewise.
14512         * lib/fchownat.c: Likewise.
14513         * lib/fcntl--.h: Likewise.
14514         * lib/fcntl-safer.h: Likewise.
14515         * lib/fcntl.in.h: Likewise.
14516         * lib/fd-safer.c: Likewise.
14517         * lib/fflush.c: Likewise.
14518         * lib/file-has-acl.c: Likewise.
14519         * lib/file-set.c: Likewise.
14520         * lib/file-type.c: Likewise.
14521         * lib/file-type.h: Likewise.
14522         * lib/fileblocks.c: Likewise.
14523         * lib/filemode.c: Likewise.
14524         * lib/filemode.h: Likewise.
14525         * lib/filename.h: Likewise.
14526         * lib/filenamecat.c: Likewise.
14527         * lib/filenamecat.h: Likewise.
14528         * lib/findprog.c: Likewise.
14529         * lib/findprog.h: Likewise.
14530         * lib/float.in.h: Likewise.
14531         * lib/floor.c: Likewise.
14532         * lib/floorf.c: Likewise.
14533         * lib/floorl.c: Likewise.
14534         * lib/fopen-safer.c: Likewise.
14535         * lib/fopen.c: Likewise.
14536         * lib/fpending.c: Likewise.
14537         * lib/fpending.h: Likewise.
14538         * lib/fprintf.c: Likewise.
14539         * lib/fprintftime.h: Likewise.
14540         * lib/fpucw.h: Likewise.
14541         * lib/fpurge.c: Likewise.
14542         * lib/fpurge.h: Likewise.
14543         * lib/freadable.c: Likewise.
14544         * lib/freadable.h: Likewise.
14545         * lib/freadahead.c: Likewise.
14546         * lib/freadahead.h: Likewise.
14547         * lib/freading.c: Likewise.
14548         * lib/freading.h: Likewise.
14549         * lib/free.c: Likewise.
14550         * lib/freopen.c: Likewise.
14551         * lib/frexp.c: Likewise.
14552         * lib/frexpl.c: Likewise.
14553         * lib/fseek.c: Likewise.
14554         * lib/fseterr.c: Likewise.
14555         * lib/fseterr.h: Likewise.
14556         * lib/fstatat.c: Likewise.
14557         * lib/fstrcmp.c: Likewise.
14558         * lib/fstrcmp.h: Likewise.
14559         * lib/fsusage.c: Likewise.
14560         * lib/fsusage.h: Likewise.
14561         * lib/ftell.c: Likewise.
14562         * lib/ftello.c: Likewise.
14563         * lib/fts-cycle.c: Likewise.
14564         * lib/fts.c: Likewise.
14565         * lib/fts_.h: Likewise.
14566         * lib/full-read.c: Likewise.
14567         * lib/full-read.h: Likewise.
14568         * lib/full-write.c: Likewise.
14569         * lib/full-write.h: Likewise.
14570         * lib/fwritable.c: Likewise.
14571         * lib/fwritable.h: Likewise.
14572         * lib/fwriteerror.c: Likewise.
14573         * lib/fwriteerror.h: Likewise.
14574         * lib/fwriting.c: Likewise.
14575         * lib/fwriting.h: Likewise.
14576         * lib/gcd.c: Likewise.
14577         * lib/gcd.h: Likewise.
14578         * lib/getcwd.c: Likewise.
14579         * lib/getdate.h: Likewise.
14580         * lib/getdate.y: Likewise.
14581         * lib/getdomainname.c: Likewise.
14582         * lib/getdomainname.h: Likewise.
14583         * lib/getgroups.c: Likewise.
14584         * lib/gethostname.c: Likewise.
14585         * lib/gethrxtime.c: Likewise.
14586         * lib/gethrxtime.h: Likewise.
14587         * lib/getloadavg.c: Likewise.
14588         * lib/getndelim2.c: Likewise.
14589         * lib/getndelim2.h: Likewise.
14590         * lib/getnline.c: Likewise.
14591         * lib/getnline.h: Likewise.
14592         * lib/getopt.c: Likewise.
14593         * lib/getopt.in.h: Likewise.
14594         * lib/getopt1.c: Likewise.
14595         * lib/getopt_int.h: Likewise.
14596         * lib/getpagesize.h: Likewise.
14597         * lib/getsubopt.c: Likewise.
14598         * lib/gettime.c: Likewise.
14599         * lib/getugroups.c: Likewise.
14600         * lib/getugroups.h: Likewise.
14601         * lib/getusershell.c: Likewise.
14602         * lib/gl_anyavltree_list1.h: Likewise.
14603         * lib/gl_anyavltree_list2.h: Likewise.
14604         * lib/gl_anyhash_list1.h: Likewise.
14605         * lib/gl_anyhash_list2.h: Likewise.
14606         * lib/gl_anylinked_list1.h: Likewise.
14607         * lib/gl_anylinked_list2.h: Likewise.
14608         * lib/gl_anyrbtree_list1.h: Likewise.
14609         * lib/gl_anyrbtree_list2.h: Likewise.
14610         * lib/gl_anytree_list1.h: Likewise.
14611         * lib/gl_anytree_list2.h: Likewise.
14612         * lib/gl_anytree_oset.h: Likewise.
14613         * lib/gl_anytreehash_list1.h: Likewise.
14614         * lib/gl_anytreehash_list2.h: Likewise.
14615         * lib/gl_array_list.c: Likewise.
14616         * lib/gl_array_list.h: Likewise.
14617         * lib/gl_array_oset.c: Likewise.
14618         * lib/gl_array_oset.h: Likewise.
14619         * lib/gl_avltree_list.c: Likewise.
14620         * lib/gl_avltree_list.h: Likewise.
14621         * lib/gl_avltree_oset.c: Likewise.
14622         * lib/gl_avltree_oset.h: Likewise.
14623         * lib/gl_avltreehash_list.c: Likewise.
14624         * lib/gl_avltreehash_list.h: Likewise.
14625         * lib/gl_carray_list.c: Likewise.
14626         * lib/gl_carray_list.h: Likewise.
14627         * lib/gl_linked_list.c: Likewise.
14628         * lib/gl_linked_list.h: Likewise.
14629         * lib/gl_linkedhash_list.c: Likewise.
14630         * lib/gl_linkedhash_list.h: Likewise.
14631         * lib/gl_list.c: Likewise.
14632         * lib/gl_list.h: Likewise.
14633         * lib/gl_oset.c: Likewise.
14634         * lib/gl_oset.h: Likewise.
14635         * lib/gl_rbtree_list.c: Likewise.
14636         * lib/gl_rbtree_list.h: Likewise.
14637         * lib/gl_rbtree_oset.c: Likewise.
14638         * lib/gl_rbtree_oset.h: Likewise.
14639         * lib/gl_rbtreehash_list.c: Likewise.
14640         * lib/gl_rbtreehash_list.h: Likewise.
14641         * lib/gl_sublist.c: Likewise.
14642         * lib/gl_sublist.h: Likewise.
14643         * lib/group-member.c: Likewise.
14644         * lib/group-member.h: Likewise.
14645         * lib/hard-locale.c: Likewise.
14646         * lib/hard-locale.h: Likewise.
14647         * lib/hash-pjw.c: Likewise.
14648         * lib/hash-pjw.h: Likewise.
14649         * lib/hash-triple.c: Likewise.
14650         * lib/hash.c: Likewise.
14651         * lib/hash.h: Likewise.
14652         * lib/human.c: Likewise.
14653         * lib/human.h: Likewise.
14654         * lib/i-ring.c: Likewise.
14655         * lib/i-ring.h: Likewise.
14656         * lib/idcache.c: Likewise.
14657         * lib/imaxabs.c: Likewise.
14658         * lib/imaxdiv.c: Likewise.
14659         * lib/inet_pton.c: Likewise.
14660         * lib/inet_pton.h: Likewise.
14661         * lib/intprops.h: Likewise.
14662         * lib/inttostr.c: Likewise.
14663         * lib/inttostr.h: Likewise.
14664         * lib/inttypes.in.h: Likewise.
14665         * lib/isapipe.c: Likewise.
14666         * lib/isdir.c: Likewise.
14667         * lib/isnan.c: Likewise.
14668         * lib/isnan.h: Likewise.
14669         * lib/isnanf.c: Likewise.
14670         * lib/isnanf.h: Likewise.
14671         * lib/isnanl-nolibm.h: Likewise.
14672         * lib/isnanl.c: Likewise.
14673         * lib/isnanl.h: Likewise.
14674         * lib/javacomp.c: Likewise.
14675         * lib/javacomp.h: Likewise.
14676         * lib/javaexec.c: Likewise.
14677         * lib/javaexec.h: Likewise.
14678         * lib/javaversion.c: Likewise.
14679         * lib/javaversion.h: Likewise.
14680         * lib/javaversion.java: Likewise.
14681         * lib/lbrkprop.h: Likewise.
14682         * lib/lchmod.h: Likewise.
14683         * lib/lchown.c: Likewise.
14684         * lib/ldexpl.c: Likewise.
14685         * lib/linebreak.c: Likewise.
14686         * lib/linebreak.h: Likewise.
14687         * lib/linebuffer.c: Likewise.
14688         * lib/linebuffer.h: Likewise.
14689         * lib/locale.in.h: Likewise.
14690         * lib/logl.c: Likewise.
14691         * lib/long-options.c: Likewise.
14692         * lib/long-options.h: Likewise.
14693         * lib/lstat.c: Likewise.
14694         * lib/lstat.h: Likewise.
14695         * lib/math.in.h: Likewise.
14696         * lib/mbchar.c: Likewise.
14697         * lib/mbchar.h: Likewise.
14698         * lib/mbfile.h: Likewise.
14699         * lib/mbiter.h: Likewise.
14700         * lib/mbscasecmp.c: Likewise.
14701         * lib/mbscasestr.c: Likewise.
14702         * lib/mbschr.c: Likewise.
14703         * lib/mbscspn.c: Likewise.
14704         * lib/mbslen.c: Likewise.
14705         * lib/mbsncasecmp.c: Likewise.
14706         * lib/mbsnlen.c: Likewise.
14707         * lib/mbspbrk.c: Likewise.
14708         * lib/mbspcasecmp.c: Likewise.
14709         * lib/mbsrchr.c: Likewise.
14710         * lib/mbssep.c: Likewise.
14711         * lib/mbsspn.c: Likewise.
14712         * lib/mbsstr.c: Likewise.
14713         * lib/mbstok_r.c: Likewise.
14714         * lib/mbswidth.c: Likewise.
14715         * lib/mbswidth.h: Likewise.
14716         * lib/mbuiter.h: Likewise.
14717         * lib/memcasecmp.c: Likewise.
14718         * lib/memcasecmp.h: Likewise.
14719         * lib/memchr.c: Likewise.
14720         * lib/memcmp.c: Likewise.
14721         * lib/memcoll.c: Likewise.
14722         * lib/memcoll.h: Likewise.
14723         * lib/memcpy.c: Likewise.
14724         * lib/memrchr.c: Likewise.
14725         * lib/mkancesdirs.c: Likewise.
14726         * lib/mkdir-p.c: Likewise.
14727         * lib/mkdir-p.h: Likewise.
14728         * lib/mkdir.c: Likewise.
14729         * lib/mkdirat.c: Likewise.
14730         * lib/mkdtemp.c: Likewise.
14731         * lib/mkstemp-safer.c: Likewise.
14732         * lib/mkstemp.c: Likewise.
14733         * lib/modechange.c: Likewise.
14734         * lib/modechange.h: Likewise.
14735         * lib/mountlist.c: Likewise.
14736         * lib/mountlist.h: Likewise.
14737         * lib/mpsort.c: Likewise.
14738         * lib/nanosleep.c: Likewise.
14739         * lib/obstack.c: Likewise.
14740         * lib/obstack.h: Likewise.
14741         * lib/open-safer.c: Likewise.
14742         * lib/open.c: Likewise.
14743         * lib/openat-die.c: Likewise.
14744         * lib/openat-priv.h: Likewise.
14745         * lib/openat-proc.c: Likewise.
14746         * lib/openat.c: Likewise.
14747         * lib/openat.h: Likewise.
14748         * lib/pagealign_alloc.c: Likewise.
14749         * lib/pagealign_alloc.h: Likewise.
14750         * lib/physmem.c: Likewise.
14751         * lib/physmem.h: Likewise.
14752         * lib/pipe-safer.c: Likewise.
14753         * lib/pipe.c: Likewise.
14754         * lib/pipe.h: Likewise.
14755         * lib/posixtm.c: Likewise.
14756         * lib/posixtm.h: Likewise.
14757         * lib/posixver.c: Likewise.
14758         * lib/printf-frexp.c: Likewise.
14759         * lib/printf-frexp.h: Likewise.
14760         * lib/printf-frexpl.c: Likewise.
14761         * lib/printf-frexpl.h: Likewise.
14762         * lib/printf.c: Likewise.
14763         * lib/progname.c: Likewise.
14764         * lib/progname.h: Likewise.
14765         * lib/progreloc.c: Likewise.
14766         * lib/putenv.c: Likewise.
14767         * lib/quote.c: Likewise.
14768         * lib/quote.h: Likewise.
14769         * lib/quotearg.c: Likewise.
14770         * lib/quotearg.h: Likewise.
14771         * lib/raise.c: Likewise.
14772         * lib/readline.c: Likewise.
14773         * lib/readline.h: Likewise.
14774         * lib/readlink.c: Likewise.
14775         * lib/readtokens.c: Likewise.
14776         * lib/readtokens.h: Likewise.
14777         * lib/readtokens0.c: Likewise.
14778         * lib/readtokens0.h: Likewise.
14779         * lib/readutmp.c: Likewise.
14780         * lib/readutmp.h: Likewise.
14781         * lib/realloc.c: Likewise.
14782         * lib/relocwrapper.c: Likewise.
14783         * lib/rename-dest-slash.c: Likewise.
14784         * lib/rename.c: Likewise.
14785         * lib/rmdir.c: Likewise.
14786         * lib/rpmatch.c: Likewise.
14787         * lib/safe-read.c: Likewise.
14788         * lib/safe-read.h: Likewise.
14789         * lib/safe-write.c: Likewise.
14790         * lib/safe-write.h: Likewise.
14791         * lib/same-inode.h: Likewise.
14792         * lib/same.c: Likewise.
14793         * lib/same.h: Likewise.
14794         * lib/save-cwd.c: Likewise.
14795         * lib/save-cwd.h: Likewise.
14796         * lib/savedir.c: Likewise.
14797         * lib/savedir.h: Likewise.
14798         * lib/savewd.c: Likewise.
14799         * lib/savewd.h: Likewise.
14800         * lib/search.in.h: Likewise.
14801         * lib/setenv.c: Likewise.
14802         * lib/setenv.h: Likewise.
14803         * lib/settime.c: Likewise.
14804         * lib/sh-quote.c: Likewise.
14805         * lib/sh-quote.h: Likewise.
14806         * lib/sig2str.c: Likewise.
14807         * lib/sig2str.h: Likewise.
14808         * lib/signal.in.h: Likewise.
14809         * lib/signbitd.c: Likewise.
14810         * lib/signbitf.c: Likewise.
14811         * lib/signbitl.c: Likewise.
14812         * lib/sigprocmask.c: Likewise.
14813         * lib/sincosl.c: Likewise.
14814         * lib/sleep.c: Likewise.
14815         * lib/sprintf.c: Likewise.
14816         * lib/sqrtl.c: Likewise.
14817         * lib/stat-time.h: Likewise.
14818         * lib/stdio--.h: Likewise.
14819         * lib/stdio-safer.h: Likewise.
14820         * lib/stdlib--.h: Likewise.
14821         * lib/stdlib-safer.h: Likewise.
14822         * lib/stdlib.in.h: Likewise.
14823         * lib/stpcpy.c: Likewise.
14824         * lib/stpncpy.c: Likewise.
14825         * lib/strchrnul.c: Likewise.
14826         * lib/strcspn.c: Likewise.
14827         * lib/strerror.c: Likewise.
14828         * lib/strftime.c: Likewise.
14829         * lib/strftime.h: Likewise.
14830         * lib/striconveh.c: Likewise.
14831         * lib/striconveh.h: Likewise.
14832         * lib/striconveha.c: Likewise.
14833         * lib/striconveha.h: Likewise.
14834         * lib/stripslash.c: Likewise.
14835         * lib/strnlen1.c: Likewise.
14836         * lib/strnlen1.h: Likewise.
14837         * lib/strtod.c: Likewise.
14838         * lib/strtoimax.c: Likewise.
14839         * lib/strtok_r.c: Likewise.
14840         * lib/strtol.c: Likewise.
14841         * lib/strtoll.c: Likewise.
14842         * lib/strtoul.c: Likewise.
14843         * lib/strtoull.c: Likewise.
14844         * lib/sysexits.in.h: Likewise.
14845         * lib/tempname.c: Likewise.
14846         * lib/tempname.h: Likewise.
14847         * lib/timespec.h: Likewise.
14848         * lib/tls.c: Likewise.
14849         * lib/tls.h: Likewise.
14850         * lib/tmpdir.c: Likewise.
14851         * lib/tmpdir.h: Likewise.
14852         * lib/tmpfile-safer.c: Likewise.
14853         * lib/tmpfile.c: Likewise.
14854         * lib/trigl.c: Likewise.
14855         * lib/trigl.h: Likewise.
14856         * lib/trim.c: Likewise.
14857         * lib/trim.h: Likewise.
14858         * lib/trunc.c: Likewise.
14859         * lib/truncf.c: Likewise.
14860         * lib/truncl.c: Likewise.
14861         * lib/tsearch.c: Likewise.
14862         * lib/unicodeio.c: Likewise.
14863         * lib/unicodeio.h: Likewise.
14864         * lib/unistd--.h: Likewise.
14865         * lib/unistd-safer.h: Likewise.
14866         * lib/unistdio/ulc-fprintf.c: Likewise.
14867         * lib/unistdio/ulc-vfprintf.c: Likewise.
14868         * lib/unlinkdir.c: Likewise.
14869         * lib/unlinkdir.h: Likewise.
14870         * lib/unlocked-io.h: Likewise.
14871         * lib/unsetenv.c: Likewise.
14872         * lib/userspec.c: Likewise.
14873         * lib/utime.c: Likewise.
14874         * lib/utimecmp.c: Likewise.
14875         * lib/utimecmp.h: Likewise.
14876         * lib/utimens.c: Likewise.
14877         * lib/verify.h: Likewise.
14878         * lib/verror.c: Likewise.
14879         * lib/verror.h: Likewise.
14880         * lib/version-etc-fsf.c: Likewise.
14881         * lib/version-etc.c: Likewise.
14882         * lib/version-etc.h: Likewise.
14883         * lib/vfprintf.c: Likewise.
14884         * lib/vprintf.c: Likewise.
14885         * lib/vsprintf.c: Likewise.
14886         * lib/w32spawn.h: Likewise.
14887         * lib/wait-process.c: Likewise.
14888         * lib/wait-process.h: Likewise.
14889         * lib/wcwidth.c: Likewise.
14890         * lib/write-any-file.c: Likewise.
14891         * lib/xalloc-die.c: Likewise.
14892         * lib/xalloc.h: Likewise.
14893         * lib/xasprintf.c: Likewise.
14894         * lib/xgetcwd.c: Likewise.
14895         * lib/xgetcwd.h: Likewise.
14896         * lib/xgetdomainname.c: Likewise.
14897         * lib/xgetdomainname.h: Likewise.
14898         * lib/xgethostname.c: Likewise.
14899         * lib/xmalloc.c: Likewise.
14900         * lib/xmalloca.c: Likewise.
14901         * lib/xmalloca.h: Likewise.
14902         * lib/xmemcoll.c: Likewise.
14903         * lib/xnanosleep.c: Likewise.
14904         * lib/xreadlink.c: Likewise.
14905         * lib/xreadlink.h: Likewise.
14906         * lib/xsetenv.c: Likewise.
14907         * lib/xsetenv.h: Likewise.
14908         * lib/xstriconv.c: Likewise.
14909         * lib/xstriconv.h: Likewise.
14910         * lib/xstrndup.c: Likewise.
14911         * lib/xstrndup.h: Likewise.
14912         * lib/xstrtod.c: Likewise.
14913         * lib/xstrtod.h: Likewise.
14914         * lib/xstrtol-error.c: Likewise.
14915         * lib/xstrtol.c: Likewise.
14916         * lib/xstrtol.h: Likewise.
14917         * lib/xtime.h: Likewise.
14918         * lib/xvasprintf.c: Likewise.
14919         * lib/xvasprintf.h: Likewise.
14920         * lib/yesno.c: Likewise.
14921         * lib/yesno.h: Likewise.
14922         * posix-modules: Likewise.
14923         * tests/test-alloca-opt.c: Likewise.
14924         * tests/test-arcfour.c: Likewise.
14925         * tests/test-arctwo.c: Likewise.
14926         * tests/test-argmatch.c: Likewise.
14927         * tests/test-argp-2.sh: Likewise.
14928         * tests/test-argp.c: Likewise.
14929         * tests/test-arpa_inet.c: Likewise.
14930         * tests/test-array_list.c: Likewise.
14931         * tests/test-array_oset.c: Likewise.
14932         * tests/test-atexit.c: Likewise.
14933         * tests/test-avltree_list.c: Likewise.
14934         * tests/test-avltree_oset.c: Likewise.
14935         * tests/test-avltreehash_list.c: Likewise.
14936         * tests/test-base64.c: Likewise.
14937         * tests/test-binary-io.c: Likewise.
14938         * tests/test-byteswap.c: Likewise.
14939         * tests/test-c-ctype.c: Likewise.
14940         * tests/test-c-strcasecmp.c: Likewise.
14941         * tests/test-c-strcasestr.c: Likewise.
14942         * tests/test-c-strncasecmp.c: Likewise.
14943         * tests/test-c-strstr.c: Likewise.
14944         * tests/test-canonicalize-lgpl.c: Likewise.
14945         * tests/test-canonicalize.c: Likewise.
14946         * tests/test-carray_list.c: Likewise.
14947         * tests/test-ceilf.c: Likewise.
14948         * tests/test-ceill.c: Likewise.
14949         * tests/test-count-one-bits.c: Likewise.
14950         * tests/test-crc.c: Likewise.
14951         * tests/test-dirname.c: Likewise.
14952         * tests/test-fbufmode.c: Likewise.
14953         * tests/test-fcntl.c: Likewise.
14954         * tests/test-fflush.c: Likewise.
14955         * tests/test-floorf.c: Likewise.
14956         * tests/test-floorl.c: Likewise.
14957         * tests/test-fopen.c: Likewise.
14958         * tests/test-fprintf-posix.c: Likewise.
14959         * tests/test-fprintf-posix.h: Likewise.
14960         * tests/test-fpurge.c: Likewise.
14961         * tests/test-freadable.c: Likewise.
14962         * tests/test-freadahead.c: Likewise.
14963         * tests/test-freading.c: Likewise.
14964         * tests/test-freopen.c: Likewise.
14965         * tests/test-frexp.c: Likewise.
14966         * tests/test-frexpl.c: Likewise.
14967         * tests/test-fseek.c: Likewise.
14968         * tests/test-fseeko.c: Likewise.
14969         * tests/test-fseterr.c: Likewise.
14970         * tests/test-fstrcmp.c: Likewise.
14971         * tests/test-ftell.c: Likewise.
14972         * tests/test-ftello.c: Likewise.
14973         * tests/test-fwritable.c: Likewise.
14974         * tests/test-fwriting.c: Likewise.
14975         * tests/test-getaddrinfo.c: Likewise.
14976         * tests/test-getpass.c: Likewise.
14977         * tests/test-gettimeofday.c: Likewise.
14978         * tests/test-hmac-md5.c: Likewise.
14979         * tests/test-hmac-sha1.c: Likewise.
14980         * tests/test-iconv.c: Likewise.
14981         * tests/test-iconvme.c: Likewise.
14982         * tests/test-inttypes.c: Likewise.
14983         * tests/test-isnan.c: Likewise.
14984         * tests/test-isnanf.c: Likewise.
14985         * tests/test-isnanl-nolibm.c: Likewise.
14986         * tests/test-isnanl.c: Likewise.
14987         * tests/test-isnanl.h: Likewise.
14988         * tests/test-ldexpl.c: Likewise.
14989         * tests/test-linked_list.c: Likewise.
14990         * tests/test-linkedhash_list.c: Likewise.
14991         * tests/test-locale.c: Likewise.
14992         * tests/test-localename.c: Likewise.
14993         * tests/test-lock.c: Likewise.
14994         * tests/test-lseek.c: Likewise.
14995         * tests/test-malloca.c: Likewise.
14996         * tests/test-math.c: Likewise.
14997         * tests/test-mbscasecmp.c: Likewise.
14998         * tests/test-mbscasestr1.c: Likewise.
14999         * tests/test-mbscasestr2.c: Likewise.
15000         * tests/test-mbscasestr3.c: Likewise.
15001         * tests/test-mbscasestr4.c: Likewise.
15002         * tests/test-mbschr.c: Likewise.
15003         * tests/test-mbscspn.c: Likewise.
15004         * tests/test-mbsncasecmp.c: Likewise.
15005         * tests/test-mbspbrk.c: Likewise.
15006         * tests/test-mbspcasecmp.c: Likewise.
15007         * tests/test-mbsrchr.c: Likewise.
15008         * tests/test-mbsspn.c: Likewise.
15009         * tests/test-mbsstr1.c: Likewise.
15010         * tests/test-mbsstr2.c: Likewise.
15011         * tests/test-mbsstr3.c: Likewise.
15012         * tests/test-md5.c: Likewise.
15013         * tests/test-memmem.c: Likewise.
15014         * tests/test-netinet_in.c: Likewise.
15015         * tests/test-open.c: Likewise.
15016         * tests/test-printf-frexp.c: Likewise.
15017         * tests/test-printf-frexpl.c: Likewise.
15018         * tests/test-printf-posix.c: Likewise.
15019         * tests/test-printf-posix.h: Likewise.
15020         * tests/test-rbtree_list.c: Likewise.
15021         * tests/test-rbtree_oset.c: Likewise.
15022         * tests/test-rbtreehash_list.c: Likewise.
15023         * tests/test-read-file.c: Likewise.
15024         * tests/test-rijndael.c: Likewise.
15025         * tests/test-search.c: Likewise.
15026         * tests/test-signbit.c: Likewise.
15027         * tests/test-sleep.c: Likewise.
15028         * tests/test-snprintf-posix.c: Likewise.
15029         * tests/test-snprintf-posix.h: Likewise.
15030         * tests/test-snprintf.c: Likewise.
15031         * tests/test-sprintf-posix.c: Likewise.
15032         * tests/test-sprintf-posix.h: Likewise.
15033         * tests/test-stat-time.c: Likewise.
15034         * tests/test-stdbool.c: Likewise.
15035         * tests/test-stdint.c: Likewise.
15036         * tests/test-stdio.c: Likewise.
15037         * tests/test-stdlib.c: Likewise.
15038         * tests/test-stpncpy.c: Likewise.
15039         * tests/test-strcasestr.c: Likewise.
15040         * tests/test-striconv.c: Likewise.
15041         * tests/test-striconveh.c: Likewise.
15042         * tests/test-striconveha.c: Likewise.
15043         * tests/test-string.c: Likewise.
15044         * tests/test-sys_select.c: Likewise.
15045         * tests/test-sys_socket.c: Likewise.
15046         * tests/test-sys_stat.c: Likewise.
15047         * tests/test-sys_time.c: Likewise.
15048         * tests/test-sysexits.c: Likewise.
15049         * tests/test-time.c: Likewise.
15050         * tests/test-tls.c: Likewise.
15051         * tests/test-trunc.c: Likewise.
15052         * tests/test-truncf.c: Likewise.
15053         * tests/test-truncl.c: Likewise.
15054         * tests/test-unistd.c: Likewise.
15055         * tests/test-vasnprintf-posix.c: Likewise.
15056         * tests/test-vasnprintf-posix2.c: Likewise.
15057         * tests/test-vasnprintf.c: Likewise.
15058         * tests/test-vasprintf-posix.c: Likewise.
15059         * tests/test-vasprintf.c: Likewise.
15060         * tests/test-verify.c: Likewise.
15061         * tests/test-vfprintf-posix.c: Likewise.
15062         * tests/test-vprintf-posix.c: Likewise.
15063         * tests/test-vsnprintf-posix.c: Likewise.
15064         * tests/test-vsnprintf.c: Likewise.
15065         * tests/test-vsprintf-posix.c: Likewise.
15066         * tests/test-wchar.c: Likewise.
15067         * tests/test-wctype.c: Likewise.
15068         * tests/test-wcwidth.c: Likewise.
15069         * tests/test-xstrtol.c: Likewise.
15070         * tests/test-xvasprintf.c: Likewise.
15071         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
15072         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
15073         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15074         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15075         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15076         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
15077         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15078         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15079         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15080         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
15081         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15082         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15083         * tests/uniname/test-uninames.c: Likewise.
15084         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
15085         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
15086         * tests/unistdio/test-u16-printf1.h: Likewise.
15087         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
15088         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
15089         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
15090         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
15091         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
15092         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
15093         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
15094         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
15095         * tests/unistdio/test-u32-printf1.h: Likewise.
15096         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
15097         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
15098         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
15099         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
15100         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
15101         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
15102         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
15103         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
15104         * tests/unistdio/test-u8-printf1.h: Likewise.
15105         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
15106         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
15107         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
15108         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
15109         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
15110         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
15111         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
15112         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
15113         * tests/unistdio/test-ulc-printf1.h: Likewise.
15114         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
15115         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
15116         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
15117         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
15118         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
15119         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
15120         * tests/uniwidth/test-u16-strwidth.c: Likewise.
15121         * tests/uniwidth/test-u16-width.c: Likewise.
15122         * tests/uniwidth/test-u32-strwidth.c: Likewise.
15123         * tests/uniwidth/test-u32-width.c: Likewise.
15124         * tests/uniwidth/test-u8-strwidth.c: Likewise.
15125         * tests/uniwidth/test-u8-width.c: Likewise.
15126         * tests/uniwidth/test-uc_width.c: Likewise.
15127         * config/srclist-update: Likewise.
15128         (fixlicense): Update to GPLv3+.
15129
15130         Change copyright notice from LGPLv2.1+ to LGPLv3+.
15131         * tests/test-tsearch.c: Change copyright notice.
15132
15133         Change copyright notice from LGPLv2.0+ to LGPLv3+.
15134         * lib/c-strcaseeq.h: Change copyright notice.
15135         * lib/streq.h: Likewise.
15136         * lib/uniconv.h: Likewise.
15137         * lib/uniconv/u-conv-from-enc.h: Likewise.
15138         * lib/uniconv/u-conv-to-enc.h: Likewise.
15139         * lib/uniconv/u-strconv-from-enc.h: Likewise.
15140         * lib/uniconv/u-strconv-to-enc.h: Likewise.
15141         * lib/uniconv/u16-conv-from-enc.c: Likewise.
15142         * lib/uniconv/u16-conv-to-enc.c: Likewise.
15143         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
15144         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
15145         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
15146         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
15147         * lib/uniconv/u32-conv-from-enc.c: Likewise.
15148         * lib/uniconv/u32-conv-to-enc.c: Likewise.
15149         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
15150         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
15151         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
15152         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
15153         * lib/uniconv/u8-conv-from-enc.c: Likewise.
15154         * lib/uniconv/u8-conv-to-enc.c: Likewise.
15155         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
15156         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
15157         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
15158         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
15159         * lib/uniname.h: Likewise.
15160         * lib/uniname/uniname.c: Likewise.
15161         * lib/unistdio.h: Likewise.
15162         * lib/unistdio/u-asnprintf.h: Likewise.
15163         * lib/unistdio/u-asprintf.h: Likewise.
15164         * lib/unistdio/u-printf-args.c: Likewise.
15165         * lib/unistdio/u-printf-args.h: Likewise.
15166         * lib/unistdio/u-printf-parse.h: Likewise.
15167         * lib/unistdio/u-snprintf.h: Likewise.
15168         * lib/unistdio/u-sprintf.h: Likewise.
15169         * lib/unistdio/u-vasprintf.h: Likewise.
15170         * lib/unistdio/u-vsnprintf.h: Likewise.
15171         * lib/unistdio/u-vsprintf.h: Likewise.
15172         * lib/unistdio/u16-asnprintf.c: Likewise.
15173         * lib/unistdio/u16-asprintf.c: Likewise.
15174         * lib/unistdio/u16-printf-parse.c: Likewise.
15175         * lib/unistdio/u16-snprintf.c: Likewise.
15176         * lib/unistdio/u16-sprintf.c: Likewise.
15177         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
15178         * lib/unistdio/u16-u16-asprintf.c: Likewise.
15179         * lib/unistdio/u16-u16-snprintf.c: Likewise.
15180         * lib/unistdio/u16-u16-sprintf.c: Likewise.
15181         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
15182         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
15183         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
15184         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
15185         * lib/unistdio/u16-vasnprintf.c: Likewise.
15186         * lib/unistdio/u16-vasprintf.c: Likewise.
15187         * lib/unistdio/u16-vsnprintf.c: Likewise.
15188         * lib/unistdio/u16-vsprintf.c: Likewise.
15189         * lib/unistdio/u32-asnprintf.c: Likewise.
15190         * lib/unistdio/u32-asprintf.c: Likewise.
15191         * lib/unistdio/u32-printf-parse.c: Likewise.
15192         * lib/unistdio/u32-snprintf.c: Likewise.
15193         * lib/unistdio/u32-sprintf.c: Likewise.
15194         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
15195         * lib/unistdio/u32-u32-asprintf.c: Likewise.
15196         * lib/unistdio/u32-u32-snprintf.c: Likewise.
15197         * lib/unistdio/u32-u32-sprintf.c: Likewise.
15198         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
15199         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
15200         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
15201         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
15202         * lib/unistdio/u32-vasnprintf.c: Likewise.
15203         * lib/unistdio/u32-vasprintf.c: Likewise.
15204         * lib/unistdio/u32-vsnprintf.c: Likewise.
15205         * lib/unistdio/u32-vsprintf.c: Likewise.
15206         * lib/unistdio/u8-asnprintf.c: Likewise.
15207         * lib/unistdio/u8-asprintf.c: Likewise.
15208         * lib/unistdio/u8-printf-parse.c: Likewise.
15209         * lib/unistdio/u8-snprintf.c: Likewise.
15210         * lib/unistdio/u8-sprintf.c: Likewise.
15211         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
15212         * lib/unistdio/u8-u8-asprintf.c: Likewise.
15213         * lib/unistdio/u8-u8-snprintf.c: Likewise.
15214         * lib/unistdio/u8-u8-sprintf.c: Likewise.
15215         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
15216         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
15217         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
15218         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
15219         * lib/unistdio/u8-vasnprintf.c: Likewise.
15220         * lib/unistdio/u8-vasprintf.c: Likewise.
15221         * lib/unistdio/u8-vsnprintf.c: Likewise.
15222         * lib/unistdio/u8-vsprintf.c: Likewise.
15223         * lib/unistdio/ulc-asnprintf.c: Likewise.
15224         * lib/unistdio/ulc-asprintf.c: Likewise.
15225         * lib/unistdio/ulc-printf-parse.c: Likewise.
15226         * lib/unistdio/ulc-snprintf.c: Likewise.
15227         * lib/unistdio/ulc-sprintf.c: Likewise.
15228         * lib/unistdio/ulc-vasnprintf.c: Likewise.
15229         * lib/unistdio/ulc-vasprintf.c: Likewise.
15230         * lib/unistdio/ulc-vsnprintf.c: Likewise.
15231         * lib/unistdio/ulc-vsprintf.c: Likewise.
15232         * lib/unistr.h: Likewise.
15233         * lib/unistr/u-cpy-alloc.h: Likewise.
15234         * lib/unistr/u-cpy.h: Likewise.
15235         * lib/unistr/u-endswith.h: Likewise.
15236         * lib/unistr/u-move.h: Likewise.
15237         * lib/unistr/u-set.h: Likewise.
15238         * lib/unistr/u-startswith.h: Likewise.
15239         * lib/unistr/u-stpcpy.h: Likewise.
15240         * lib/unistr/u-stpncpy.h: Likewise.
15241         * lib/unistr/u-strcat.h: Likewise.
15242         * lib/unistr/u-strcpy.h: Likewise.
15243         * lib/unistr/u-strcspn.h: Likewise.
15244         * lib/unistr/u-strdup.h: Likewise.
15245         * lib/unistr/u-strlen.h: Likewise.
15246         * lib/unistr/u-strncat.h: Likewise.
15247         * lib/unistr/u-strncpy.h: Likewise.
15248         * lib/unistr/u-strnlen.h: Likewise.
15249         * lib/unistr/u-strpbrk.h: Likewise.
15250         * lib/unistr/u-strspn.h: Likewise.
15251         * lib/unistr/u-strstr.h: Likewise.
15252         * lib/unistr/u-strtok.h: Likewise.
15253         * lib/unistr/u16-check.c: Likewise.
15254         * lib/unistr/u16-chr.c: Likewise.
15255         * lib/unistr/u16-cmp.c: Likewise.
15256         * lib/unistr/u16-cpy-alloc.c: Likewise.
15257         * lib/unistr/u16-cpy.c: Likewise.
15258         * lib/unistr/u16-endswith.c: Likewise.
15259         * lib/unistr/u16-mblen.c: Likewise.
15260         * lib/unistr/u16-mbsnlen.c: Likewise.
15261         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15262         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15263         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15264         * lib/unistr/u16-mbtouc.c: Likewise.
15265         * lib/unistr/u16-mbtoucr.c: Likewise.
15266         * lib/unistr/u16-move.c: Likewise.
15267         * lib/unistr/u16-next.c: Likewise.
15268         * lib/unistr/u16-prev.c: Likewise.
15269         * lib/unistr/u16-set.c: Likewise.
15270         * lib/unistr/u16-startswith.c: Likewise.
15271         * lib/unistr/u16-stpcpy.c: Likewise.
15272         * lib/unistr/u16-stpncpy.c: Likewise.
15273         * lib/unistr/u16-strcat.c: Likewise.
15274         * lib/unistr/u16-strchr.c: Likewise.
15275         * lib/unistr/u16-strcmp.c: Likewise.
15276         * lib/unistr/u16-strcpy.c: Likewise.
15277         * lib/unistr/u16-strcspn.c: Likewise.
15278         * lib/unistr/u16-strdup.c: Likewise.
15279         * lib/unistr/u16-strlen.c: Likewise.
15280         * lib/unistr/u16-strmblen.c: Likewise.
15281         * lib/unistr/u16-strmbtouc.c: Likewise.
15282         * lib/unistr/u16-strncat.c: Likewise.
15283         * lib/unistr/u16-strncmp.c: Likewise.
15284         * lib/unistr/u16-strncpy.c: Likewise.
15285         * lib/unistr/u16-strnlen.c: Likewise.
15286         * lib/unistr/u16-strpbrk.c: Likewise.
15287         * lib/unistr/u16-strrchr.c: Likewise.
15288         * lib/unistr/u16-strspn.c: Likewise.
15289         * lib/unistr/u16-strstr.c: Likewise.
15290         * lib/unistr/u16-strtok.c: Likewise.
15291         * lib/unistr/u16-to-u32.c: Likewise.
15292         * lib/unistr/u16-to-u8.c: Likewise.
15293         * lib/unistr/u16-uctomb-aux.c: Likewise.
15294         * lib/unistr/u16-uctomb.c: Likewise.
15295         * lib/unistr/u32-check.c: Likewise.
15296         * lib/unistr/u32-chr.c: Likewise.
15297         * lib/unistr/u32-cmp.c: Likewise.
15298         * lib/unistr/u32-cpy-alloc.c: Likewise.
15299         * lib/unistr/u32-cpy.c: Likewise.
15300         * lib/unistr/u32-endswith.c: Likewise.
15301         * lib/unistr/u32-mblen.c: Likewise.
15302         * lib/unistr/u32-mbsnlen.c: Likewise.
15303         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15304         * lib/unistr/u32-mbtouc.c: Likewise.
15305         * lib/unistr/u32-mbtoucr.c: Likewise.
15306         * lib/unistr/u32-move.c: Likewise.
15307         * lib/unistr/u32-next.c: Likewise.
15308         * lib/unistr/u32-prev.c: Likewise.
15309         * lib/unistr/u32-set.c: Likewise.
15310         * lib/unistr/u32-startswith.c: Likewise.
15311         * lib/unistr/u32-stpcpy.c: Likewise.
15312         * lib/unistr/u32-stpncpy.c: Likewise.
15313         * lib/unistr/u32-strcat.c: Likewise.
15314         * lib/unistr/u32-strchr.c: Likewise.
15315         * lib/unistr/u32-strcmp.c: Likewise.
15316         * lib/unistr/u32-strcpy.c: Likewise.
15317         * lib/unistr/u32-strcspn.c: Likewise.
15318         * lib/unistr/u32-strdup.c: Likewise.
15319         * lib/unistr/u32-strlen.c: Likewise.
15320         * lib/unistr/u32-strmblen.c: Likewise.
15321         * lib/unistr/u32-strmbtouc.c: Likewise.
15322         * lib/unistr/u32-strncat.c: Likewise.
15323         * lib/unistr/u32-strncmp.c: Likewise.
15324         * lib/unistr/u32-strncpy.c: Likewise.
15325         * lib/unistr/u32-strnlen.c: Likewise.
15326         * lib/unistr/u32-strpbrk.c: Likewise.
15327         * lib/unistr/u32-strrchr.c: Likewise.
15328         * lib/unistr/u32-strspn.c: Likewise.
15329         * lib/unistr/u32-strstr.c: Likewise.
15330         * lib/unistr/u32-strtok.c: Likewise.
15331         * lib/unistr/u32-to-u16.c: Likewise.
15332         * lib/unistr/u32-to-u8.c: Likewise.
15333         * lib/unistr/u32-uctomb.c: Likewise.
15334         * lib/unistr/u8-check.c: Likewise.
15335         * lib/unistr/u8-chr.c: Likewise.
15336         * lib/unistr/u8-cmp.c: Likewise.
15337         * lib/unistr/u8-cpy-alloc.c: Likewise.
15338         * lib/unistr/u8-cpy.c: Likewise.
15339         * lib/unistr/u8-endswith.c: Likewise.
15340         * lib/unistr/u8-mblen.c: Likewise.
15341         * lib/unistr/u8-mbsnlen.c: Likewise.
15342         * lib/unistr/u8-mbtouc-aux.c: Likewise.
15343         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15344         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15345         * lib/unistr/u8-mbtouc.c: Likewise.
15346         * lib/unistr/u8-mbtoucr.c: Likewise.
15347         * lib/unistr/u8-move.c: Likewise.
15348         * lib/unistr/u8-next.c: Likewise.
15349         * lib/unistr/u8-prev.c: Likewise.
15350         * lib/unistr/u8-set.c: Likewise.
15351         * lib/unistr/u8-startswith.c: Likewise.
15352         * lib/unistr/u8-stpcpy.c: Likewise.
15353         * lib/unistr/u8-stpncpy.c: Likewise.
15354         * lib/unistr/u8-strcat.c: Likewise.
15355         * lib/unistr/u8-strchr.c: Likewise.
15356         * lib/unistr/u8-strcmp.c: Likewise.
15357         * lib/unistr/u8-strcpy.c: Likewise.
15358         * lib/unistr/u8-strcspn.c: Likewise.
15359         * lib/unistr/u8-strdup.c: Likewise.
15360         * lib/unistr/u8-strlen.c: Likewise.
15361         * lib/unistr/u8-strmblen.c: Likewise.
15362         * lib/unistr/u8-strmbtouc.c: Likewise.
15363         * lib/unistr/u8-strncat.c: Likewise.
15364         * lib/unistr/u8-strncmp.c: Likewise.
15365         * lib/unistr/u8-strncpy.c: Likewise.
15366         * lib/unistr/u8-strnlen.c: Likewise.
15367         * lib/unistr/u8-strpbrk.c: Likewise.
15368         * lib/unistr/u8-strrchr.c: Likewise.
15369         * lib/unistr/u8-strspn.c: Likewise.
15370         * lib/unistr/u8-strstr.c: Likewise.
15371         * lib/unistr/u8-strtok.c: Likewise.
15372         * lib/unistr/u8-to-u16.c: Likewise.
15373         * lib/unistr/u8-to-u32.c: Likewise.
15374         * lib/unistr/u8-uctomb-aux.c: Likewise.
15375         * lib/unistr/u8-uctomb.c: Likewise.
15376         * lib/unitypes.h: Likewise.
15377         * lib/uniwidth.h: Likewise.
15378         * lib/uniwidth/cjk.h: Likewise.
15379         * lib/uniwidth/u16-strwidth.c: Likewise.
15380         * lib/uniwidth/u16-width.c: Likewise.
15381         * lib/uniwidth/u32-strwidth.c: Likewise.
15382         * lib/uniwidth/u32-width.c: Likewise.
15383         * lib/uniwidth/u8-strwidth.c: Likewise.
15384         * lib/uniwidth/u8-width.c: Likewise.
15385         * lib/uniwidth/width.c: Likewise.
15386
15387 2007-10-07  Bruno Haible  <bruno@clisp.org>
15388
15389         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
15390         The file is still under LGPL (see modules/inttypes).
15391
15392 2007-10-06  Bruno Haible  <bruno@clisp.org>
15393
15394         * modules/trunc (Dependencies): Add 'extensions'.
15395         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
15396         Reported by Ben Pfaff <blp@gnu.org>.
15397
15398 2007-10-06  Bruno Haible  <bruno@clisp.org>
15399
15400         * modules/freopen-tests: New file.
15401         * tests/test-freopen.c: New file.
15402
15403         * modules/fopen-tests: New file.
15404         * tests/test-fopen.c: New file.
15405
15406         * modules/fopen: New file.
15407         * lib/fopen.c: New file.
15408         * m4/fopen.m4: New file.
15409         * modules/freopen: New file.
15410         * lib/freopen.c: New file.
15411         * m4/freopen.m4: New file.
15412         * lib/stdio.in.h (fopen, freopen): New declarations.
15413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
15414         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15415         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
15416         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15417         * doc/functions/fopen.texi: Mention the 'fopen' module.
15418         * doc/functions/freopen.texi: Mention the 'freopen' module.
15419
15420 2007-10-06  Bruno Haible  <bruno@clisp.org>
15421
15422         * modules/open-tests: New file.
15423         * tests/test-open.c: New file.
15424
15425         * modules/open: New file.
15426         * lib/open.c: New file.
15427         * m4/open.m4: New file.
15428         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
15429         lib/open.c does.
15430         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
15431         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
15432         macros.
15433         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
15434         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
15435         REPLACE_OPEN.
15436         * doc/functions/open.texi: Mention the 'open' module.
15437
15438 2007-10-04  Bruno Haible  <bruno@clisp.org>
15439
15440         * modules/ceill-tests: New file.
15441         * tests/test-ceill.c: New file.
15442
15443         * modules/ceill: New file.
15444         * lib/ceill.c: Replace entire file.
15445         * m4/ceill.m4: New file.
15446         * lib/math.in.h (ceill): Replace declaration.
15447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
15448         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
15449         * doc/functions/ceill.texi: Mention the 'ceill' module.
15450         * modules/mathl (Files): Remove lib/ceill.c.
15451         (Depends-on): Add ceill.
15452
15453 2007-10-04  Bruno Haible  <bruno@clisp.org>
15454
15455         * modules/ceilf-tests: New file.
15456         * tests/test-ceilf.c: New file.
15457
15458         * modules/ceilf: New file.
15459         * lib/ceil.c: New file.
15460         * lib/ceilf.c: New file.
15461         * m4/ceilf.m4: New file.
15462         * lib/math.in.h (ceilf): New declaration.
15463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
15464         HAVE_DECL_CEILF.
15465         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
15466         HAVE_DECL_CEILF.
15467         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
15468
15469 2007-10-04  Bruno Haible  <bruno@clisp.org>
15470
15471         * modules/floorl-tests: New file.
15472         * tests/test-floorl.c: New file.
15473
15474         * modules/floorl: New file.
15475         * lib/floorl.c: Replace entire file.
15476         * m4/floorl.m4: New file.
15477         * lib/math.in.h (floorl): Replace declaration.
15478         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
15479         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
15480         * doc/functions/floorl.texi: Mention the 'floorl' module.
15481         * modules/mathl (Files): Remove lib/floorl.c.
15482         (Depends-on): Add floorl.
15483
15484 2007-10-04  Bruno Haible  <bruno@clisp.org>
15485
15486         * modules/floorf-tests: New file.
15487         * tests/test-floorf.c: New file.
15488
15489         * modules/floorf: New file.
15490         * lib/floor.c: New file.
15491         * lib/floorf.c: New file.
15492         * m4/floorf.m4: New file.
15493         * lib/math.in.h (floorf): New declaration.
15494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
15495         HAVE_DECL_FLOORF.
15496         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
15497         HAVE_DECL_FLOORF.
15498         * doc/functions/floorf.texi: Mention the 'floorf' module.
15499
15500 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
15501             Bruno Haible  <bruno@clisp.org>
15502
15503         Advertise for the Git server instead of the CVS server.
15504         * doc/gnulib-intro.texi (Steady Development): Mention the Git
15505         repository instead of the CVS one.
15506         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
15507         about all VCS systems generically.
15508         * doc/gnulib.texi (Introduction): Capitalize `Git'.
15509
15510 2007-10-04  Bruno Haible  <bruno@clisp.org>
15511
15512         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
15513         means.
15514         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
15515
15516 2007-10-04  Bruno Haible  <bruno@clisp.org>
15517
15518         * modules/truncl-tests: New file.
15519         * tests/test-truncl.c: New file.
15520
15521         * modules/truncl: New file.
15522         * lib/truncl.c: New file.
15523         * m4/truncl.m4: New file.
15524         * lib/math.in.h (truncl): New declaration.
15525         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
15526         HAVE_DECL_TRUNCL.
15527         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
15528         HAVE_DECL_TRUNCL.
15529         * doc/functions/truncl.texi: Mention the 'truncl' module.
15530
15531 2007-10-04  Bruno Haible  <bruno@clisp.org>
15532
15533         * modules/truncf-tests: New file.
15534         * tests/test-truncf.c: New file.
15535
15536         * modules/truncf: New file.
15537         * lib/trunc.c: Make paramerizable through USE_* macros.
15538         * lib/truncf.c: New file.
15539         * m4/truncf.m4: New file.
15540         * lib/math.in.h (truncf): New declaration.
15541         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
15542         HAVE_DECL_TRUNCF.
15543         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
15544         HAVE_DECL_TRUNCF.
15545         * doc/functions/truncf.texi: Mention the 'truncf' module.
15546
15547 2007-10-03  Bruno Haible  <bruno@clisp.org>
15548
15549         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15550         augmentation also for tests modules.
15551         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
15552         * modules/atexit-tests (Makefile.am): Likewise.
15553         * modules/binary-io-tests (Makefile.am): Likewise.
15554         * modules/c-strcase-tests (Makefile.am): Likewise.
15555         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
15556         * modules/canonicalize-tests (Makefile.am): Likewise.
15557         * modules/closein-tests (Makefile.am): Likewise.
15558         * modules/fprintf-posix-tests (Makefile.am): Likewise.
15559         * modules/freadahead-tests (Makefile.am): Likewise.
15560         * modules/fseek-tests (Makefile.am): Likewise.
15561         * modules/fseeko-tests (Makefile.am): Likewise.
15562         * modules/ftell-tests (Makefile.am): Likewise.
15563         * modules/ftello-tests (Makefile.am): Likewise.
15564         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
15565         * modules/isnanl-tests (Makefile.am): Likewise.
15566         * modules/lseek-tests (Makefile.am): Likewise.
15567         * modules/mbscasecmp-tests (Makefile.am): Likewise.
15568         * modules/mbscasestr-tests (Makefile.am): Likewise.
15569         * modules/mbschr-tests (Makefile.am): Likewise.
15570         * modules/mbscspn-tests (Makefile.am): Likewise.
15571         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
15572         * modules/mbspbrk-tests (Makefile.am): Likewise.
15573         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
15574         * modules/mbsrchr-tests (Makefile.am): Likewise.
15575         * modules/mbsspn-tests (Makefile.am): Likewise.
15576         * modules/mbsstr-tests (Makefile.am): Likewise.
15577         * modules/printf-posix-tests (Makefile.am): Likewise.
15578         * modules/snprintf-posix-tests (Makefile.am): Likewise.
15579         * modules/sprintf-posix-tests (Makefile.am): Likewise.
15580         * modules/tsearch-tests (Makefile.am): Likewise.
15581         * modules/uniname/uniname-tests (Makefile.am): Likewise.
15582         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
15583         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
15584         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
15585         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
15586         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
15587         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
15588         * modules/vprintf-posix-tests (Makefile.am): Likewise.
15589         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
15590         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
15591         * modules/xstrtoimax-tests (Makefile.am): Likewise.
15592         * modules/xstrtol-tests (Makefile.am): Likewise.
15593         * modules/xstrtoumax-tests (Makefile.am): Likewise.
15594         * modules/yesno-tests (Makefile.am): Likewise.
15595
15596 2007-10-03  Bruno Haible  <bruno@clisp.org>
15597
15598         * modules/trunc-tests: New file.
15599         * tests/test-trunc.c: New file.
15600
15601         * modules/trunc: New file.
15602         * lib/trunc.c: New file.
15603         * m4/trunc.m4: New file.
15604         * lib/math.in.h (trunc): New declaration.
15605         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
15606         HAVE_DECL_TRUNC.
15607         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
15608         HAVE_DECL_TRUNC.
15609         * doc/functions/trunc.texi: Mention the 'trunc' module.
15610
15611 2007-10-03  Bruno Haible  <bruno@clisp.org>
15612
15613         * tests/test-fpending.c: New file, mostly copied
15614         from coreutils/lib/t-fpending.c.
15615         * modules/fpending-tests: New file.
15616
15617 2007-10-03  Bruno Haible  <bruno@clisp.org>
15618
15619         Port the stdio extensions to QNX (untested).
15620         * lib/fseterr.c (fseterr): Add support for QNX.
15621         * lib/fbufmode.c (fbufmode): Likewise.
15622         * lib/freadable.c (freadable): Likewise.
15623         * lib/fwritable.c (fwritable): Likewise.
15624         * lib/freading.c (freading): Likewise.
15625         * lib/fwriting.c (fwriting): Likewise.
15626         * lib/freadahead.c (freadahed): Likewise.
15627         * lib/fpurge.c (fpurge): Likewise.
15628         * lib/fseeko.c (rpl_fseeko): Likewise.
15629
15630 2007-10-03  Bruno Haible  <bruno@clisp.org>
15631             Jim Meyering  <jim@meyering.net>
15632             Eric Blake  <ebb9@byu.net>
15633
15634         * doc/relocatable.texi: Use @command instead of @program.
15635
15636 2007-10-02  Jim Meyering  <jim@meyering.net>
15637
15638         Perform one more "_.h" -> ".in.h" substitution.
15639         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
15640         instead of unistd_.h here, too.
15641
15642 2007-10-01  Bruno Haible  <bruno@clisp.org>
15643
15644         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
15645         Needed for the alloca-opt module.
15646
15647 2007-09-30  Bruno Haible  <bruno@clisp.org>
15648
15649         * lib/alloca.in.h: Renamed from lib/alloca_.h.
15650         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
15651         alloca_.h.
15652         * lib/argz.in.h: Renamed from lib/argz_.h.
15653         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
15654         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
15655         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
15656         byteswap_.h.
15657         * lib/dirent.in.h: Renamed from lib/dirent_.h.
15658         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
15659         dirent_.h.
15660         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15661         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
15662         fcntl_.h.
15663         * lib/float.in.h: Renamed from lib/float_.h.
15664         * modules/float (Files, Makefile.am): Use float.in.h instead of
15665         float_.h.
15666         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
15667         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
15668         fnmatch_.h.
15669         * lib/getopt.in.h: Renamed from lib/getopt_.h.
15670         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
15671         getopt_.h.
15672         * lib/glob.in.h: Renamed from lib/glob_.h.
15673         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
15674         * lib/iconv.in.h: Renamed from lib/iconv_.h.
15675         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
15676         iconv_.h.
15677         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
15678         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
15679         inttypes_.h.
15680         * lib/locale.in.h: Renamed from lib/locale_.h.
15681         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
15682         locale_.h.
15683         * lib/math.in.h: Renamed from lib/math_.h.
15684         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
15685         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
15686         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
15687         of netinet_in_.h. Add dependency.
15688         * lib/poll.in.h: Renamed from lib/poll_.h.
15689         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
15690         * lib/search.in.h: Renamed from lib/search_.h.
15691         * modules/search (Files, Makefile.am): Use search.in.h instead of
15692         search_.h.
15693         * lib/signal.in.h: Renamed from lib/signal_.h.
15694         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
15695         _signal.h.
15696         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
15697         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
15698         stdbool_.h.
15699         * lib/stdint.in.h: Renamed from lib/stdint_.h.
15700         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
15701         stdint_.h.
15702         * lib/stdio.in.h: Renamed from lib/stdio_.h.
15703         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
15704         stdio_.h.
15705         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
15706         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
15707         stdlib_.h.
15708         * lib/string.in.h: Renamed from lib/string_.h.
15709         * modules/string (Files, Makefile.am): Use string.in.h instead of
15710         string_.h.
15711         * doc/gnulib-tool.texi (Initial import): Update.
15712         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
15713         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
15714         of sys_select_.h. Add dependency.
15715         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
15716         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
15717         of sys_socket_.h.
15718         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
15719         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
15720         sys_stat_.h.
15721         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
15722         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
15723         sys_time_.h.
15724         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
15725         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
15726         sysexits_.h.
15727         * lib/time.in.h: Renamed from lib/time_.h.
15728         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
15729         * lib/unistd.in.h: Renamed from lib/unistd_.h.
15730         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
15731         unistd_.h.
15732         * lib/wchar.in.h: Renamed from lib/wchar_.h.
15733         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
15734         wchar_.h.
15735         * lib/wctype.in.h: Renamed from lib/wctype_.h.
15736         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
15737         wctype_.h.
15738         * build-aux/bootstrap (slurp): Update.
15739         * lib/.cppi-disable: Update.
15740
15741 2007-09-30  Bruno Haible  <bruno@clisp.org>
15742
15743         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
15744         Needed on BeOS.
15745
15746 2007-09-30  Bruno Haible  <bruno@clisp.org>
15747
15748         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
15749
15750 2007-09-29  Bruno Haible  <bruno@clisp.org>
15751
15752         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
15753
15754 2007-09-29  Bruno Haible  <bruno@clisp.org>
15755
15756         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
15757         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
15758         * build-aux/install-reloc: Compile also areadlink.c.
15759         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
15760
15761 2007-09-29  Bruno Haible  <bruno@clisp.org>
15762
15763         * gnulib-tool (func_emit_initmacro_done): Indentation.
15764
15765 2007-09-29  Bruno Haible  <bruno@clisp.org>
15766
15767         * README: Add CVS checkout update instructions.
15768         Info from Bob Proulx <bob@proulx.com>.
15769
15770 2007-09-28  Eric Blake  <ebb9@byu.net>
15771
15772         Provide move-if-change.
15773         * build-aux/move-if-change: New file, based on best practice
15774         rather than any canonical upstream location.
15775
15776 2007-09-28  Jim Meyering  <jim@meyering.net>
15777
15778         Fix canonicalize loop-detection corner case.
15779         Do not attempt to stat the symlink values stored via seen_triple.
15780         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
15781         on linux-2.6.18, (but not 2.6.22).
15782         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
15783         triple_compare.  The former compares dev,ino,filename, while the latter
15784         would actually stat dirname(filename) when dev and ino were equal.
15785         * lib/hash-triple.c: Install <string.h>.
15786         (STREQ): Define.
15787         (triple_compare_ino_str): New function.
15788         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
15789
15790 2007-09-28  Eric Blake  <ebb9@byu.net>
15791
15792         Enforce that AC_REPLACE_FUNCS files exist.
15793         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
15794         override check for typos.
15795
15796         Fix test-closein on Solaris 10.
15797         * tests/test-closein.c (main): Don't assume stdin can be inherited
15798         closed on all systems.
15799         * tests/test-closein.sh: Likewise.
15800         Reported by Piotr Tarnowski.
15801
15802 2007-09-28  Jim Meyering  <jim@meyering.net>
15803
15804         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
15805
15806 2007-09-27  Jim Meyering  <jim@meyering.net>
15807
15808         canonicalize: Avoid a false-positive cycle failure.
15809         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
15810         Sort.  Remove cycle-check.
15811         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
15812         not cycle-check.h.
15813         (seen_triple): New function.
15814         (canonicalize_filename_mode): Use it instead of cycle-check.
15815         * tests/test-canonicalize.c: Add a test for this bug.
15816         * tests/test-canonicalize.sh: Set up and run the test.
15817
15818         New module, file-set, from coreutils.
15819         * modules/file-set: Define it.
15820         * lib/file-set.c, lib/file-set.h: Implement.
15821
15822         New module, hash-triple, from coreutils.
15823         * modules/hash-triple: Define it.
15824         * lib/hash-triple.c, lib/hash-triple.h: Implement.
15825
15826 2007-09-25  Eric Blake  <ebb9@byu.net>
15827
15828         Fix strerror on Interix.
15829         * lib/string_.h (strerror): Declare replacement.
15830         * doc/functions/strerror.texi (strerror): Document the Interix
15831         shortcoming.
15832         * modules/string (Makefile.am): Support new hooks.
15833         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
15834         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
15835         gl_FUNC_STRERROR_SEPARATE.
15836         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
15837         * lib/strerror.c (rpl_strerror): Provide replacement.
15838         * modules/strerror (Depends-on): Add string.
15839         (configure.ac): Detect use of module.
15840         * tests/test-strerror.c: New file.
15841         * modules/strerror-tests: New test module.
15842         * modules/argp (Depends-on): Add strerror.
15843         * modules/error (Depends-on): Likewise.
15844         Reported by Martin Koeppe.
15845
15846 2007-09-24  Bruno Haible  <bruno@clisp.org>
15847
15848         * README: Update git instructions.
15849
15850 2007-09-24  Eric Blake  <ebb9@byu.net>
15851
15852         Revert fpending breakage from 2007-09-08.
15853         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
15854         __fpending.c.
15855
15856 2007-09-24  Jim Meyering  <jim@meyering.net>
15857
15858         filenamecat.c: Add a test.
15859         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
15860         showing how the function works when DIR is the empty string.
15861
15862 2007-09-21  Simon Josefsson  <simon@josefsson.org>
15863
15864         * tests/test-canonicalize.sh: Turn on executable bit.
15865
15866 2007-09-19  Eric Blake  <ebb9@byu.net>
15867
15868         * README: Update CVS instructions.
15869
15870 2007-09-18  Bruno Haible  <bruno@clisp.org>
15871
15872         * modules/areadlink: New file.
15873         * lib/areadlink.h (areadlink): New declaration.
15874         * lib/areadlink.c: New file, based on lib/xreadlink.c.
15875
15876 2007-09-17  Jim Meyering  <jim@meyering.net>
15877
15878         * lib/savewd.c (ESTALE) [!defined]: Define.
15879         Reported to be required on Interix by Martin Koeppe.
15880
15881 2007-09-17  Bruno Haible  <bruno@clisp.org>
15882
15883         * gnulib-tool (func_version): Use $version.
15884
15885 2007-09-16  Bruno Haible  <bruno@clisp.org>
15886
15887         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
15888         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
15889         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
15890         Reported by Greg Schafer <gschafer@zip.com.au>.
15891
15892 2007-09-15  Bruno Haible  <bruno@clisp.org>
15893
15894         * gnulib-tool (sed): Try a little harder to make bash understand the
15895         alias.
15896         Reported by Bruce Korb <bruce.korb@gmail.com>.
15897
15898 2007-09-13  Eric Blake  <ebb9@byu.net>
15899
15900         * ChangeLog: Remove conflict markers.
15901
15902 2007-09-13  Simon Josefsson  <simon@josefsson.org>
15903
15904         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
15905         Reported by Bruno Haible <bruno@clisp.org>.
15906
15907 2007-09-12  Bruno Haible  <bruno@clisp.org>
15908
15909         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
15910         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
15911         is not defined.
15912
15913 2007-09-12  Eric Blake  <ebb9@byu.net>
15914
15915         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
15916         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
15917         Autoconf definition.
15918         * modules/euidaccess (Depends-on): Add extensions, for
15919         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
15920         * modules/fnmatch (Depends-on): Likewise.
15921         * modules/getaddrinfo (Depends-on): Likewise.
15922         * modules/getdelim (Depends-on): Likewise.
15923         * modules/getline (Depends-on): Likewise.
15924         * modules/getsubopt (Depends-on): Likewise.
15925         * modules/gettext (Depends-on): Likewise.
15926         * modules/group-member (Depends-on): Likewise.
15927         * modules/mbchar (Depends-on): Likewise.
15928         * modules/memmem (Depends-on): Likewise.
15929         * modules/mempcpy (Depends-on): Likewise.
15930         * modules/memrchr (Depends-on): Likewise.
15931         * modules/pagealign_alloc (Depends-on): Likewise.
15932         * modules/readutmp (Depends-on): Likewise.
15933         * modules/stpcpy (Depends-on): Likewise.
15934         * modules/stpncpy (Depends-on): Likewise.
15935         * modules/strchrnul (Depends-on): Likewise.
15936         * modules/strndup (Depends-on): Likewise.
15937         * modules/strsep (Depends-on): Likewise.
15938         * modules/strverscmp (Depends-on): Likewise.
15939         * modules/vasprintf (Depends-on): Likewise.
15940         * modules/wcwidth (Depends-on): Likewise.
15941         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
15942         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
15943         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
15944         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
15945         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15946         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
15947         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
15948         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15949         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
15950         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
15951         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15952         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15953         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15954         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
15955         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
15956         * m4/readutmp.m4 (gl_READUTMP): Likewise.
15957         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15958         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15959         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15960         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15961         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15962         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15963         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15964         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
15965         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
15966         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15967         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
15968         so that lock.m4 can be used in gettext without extensions module.
15969
15970 2007-09-11  Bruno Haible  <bruno@clisp.org>
15971
15972         * m4/isc-posix.m4: Remove file.
15973         Suggested by Eric Blake.
15974
15975 2007-09-11  Eric Blake  <ebb9@byu.net>
15976
15977         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
15978
15979 2007-09-10  Bruno Haible  <bruno@clisp.org>
15980
15981         * posix-modules: Fix typo in error message.
15982         Reported by Matt <mkraai@beckman.com>.
15983
15984 2007-09-09  Bruno Haible  <bruno@clisp.org>
15985
15986         * doc/functions/getdelim.texi: Update list of platforms lacking the
15987         function.
15988         * doc/functions/getline.texi: Likewise.
15989
15990 2007-09-09  Jim Meyering  <jim@meyering.net>
15991
15992         * lib/hash.c (hash_initialize): Detect calloc failure.
15993         Reported by Bruno Haible.
15994
15995 2007-09-09  Bruno Haible  <bruno@clisp.org>
15996
15997         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
15998         malloc or realloc fails.
15999
16000 2007-09-09  Bruno Haible  <bruno@clisp.org>
16001
16002         * modules/getcwd (Depends-on): Add malloc-posix.
16003         * modules/glob (Depends-on): Likewise.
16004         * modules/putenv (Depends-on): Likewise.
16005         * modules/strdup (Depends-on): Likewise.
16006         * modules/getdelim (Depends-on): Add realloc-posix.
16007         * modules/read-file (Depends-on): Likewise.
16008
16009 2007-09-09  Bruno Haible  <bruno@clisp.org>
16010
16011         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
16012         (gl_FUNC_MALLOC_POSIX): Require it.
16013         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
16014         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
16015         * modules/realloc (Files): Add m4/malloc.m4.
16016         * modules/calloc (Files): Likewise.
16017
16018 2007-09-09  Bruno Haible  <bruno@clisp.org>
16019
16020         * modules/malloc-posix: New file.
16021         * modules/malloc (Depends-on): Add malloc-posix.
16022         * lib/malloc.c: Include errno.h.
16023         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
16024         and a POSIX-compatible malloc into a single function. Set ENOMEM
16025         when returning NULL.
16026         * m4/malloc.m4: New file.
16027         * doc/functions/malloc.texi: Mention the malloc-posix module.
16028         * lib/stdlib_.h (malloc): New declaration.
16029         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16030         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
16031         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
16032         and HAVE_MALLOC_POSIX.
16033
16034 2007-09-09  Bruno Haible  <bruno@clisp.org>
16035
16036         * modules/realloc-posix: New file.
16037         * modules/realloc (Depends-on): Add realloc-posix.
16038         * lib/realloc.c: Include errno.h.
16039         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
16040         and a POSIX-compatible realloc into a single function. Set ENOMEM
16041         when returning NULL.
16042         * m4/realloc.m4: New file.
16043         * doc/functions/realloc.texi: Mention the realloc-posix module.
16044         * lib/stdlib_.h (realloc): New declaration.
16045         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16046         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
16047         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
16048         and HAVE_REALLOC_POSIX.
16049
16050 2007-09-09  Bruno Haible  <bruno@clisp.org>
16051
16052         * modules/calloc-posix: New file.
16053         * modules/calloc (Depends-on): Add calloc-posix.
16054         * lib/calloc.c: Include errno.h.
16055         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
16056         and a POSIX-compatible calloc into a single function. Set ENOMEM
16057         when returning NULL.
16058         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
16059         * doc/functions/calloc.texi: Mention the calloc-posix module.
16060         * lib/stdlib_.h (calloc): New declaration.
16061         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16062         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
16063         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
16064         and HAVE_CALLOC_POSIX.
16065
16066 2007-09-09  Bruno Haible  <bruno@clisp.org>
16067
16068         Allow for modules to show an arbitrary notice.
16069         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
16070         * gnulib-tool: New option --extract-notice.
16071         (func_usage): Document it.
16072         (sed_extract_prog): Update.
16073         (func_get_notice): New function.
16074         (func_modules_notice): New function.
16075         (func_import, func_create_testdir): Invoke it.
16076         Suggested by Jim Meyering.
16077
16078 2007-09-09  Bruno Haible  <bruno@clisp.org>
16079
16080         * gnulib-tool: New options --verbose, --quiet.
16081         (func_usage): Document them.
16082         (verbose): New variable.
16083         (func_execute_command): New function.
16084         (func_import): Don't show the module list and the file list if
16085         $verbose < 0.
16086         (func_create_testdir): Likewise. Use func_execute_command.
16087         (func_create_megatestdir): Use func_execute_command.
16088
16089 2007-09-08  Bruno Haible  <bruno@clisp.org>
16090
16091         * gnulib-tool (func_import): Prefer rsync over wget when available,
16092         for fetching the PO files.
16093
16094 2007-09-08  Bruno Haible  <bruno@clisp.org>
16095
16096         * posix-modules: New file. Portions copied from gnulib-tool.
16097         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
16098
16099 2007-09-08  Jim Meyering  <jim@meyering.net>
16100
16101         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
16102         * lib/fpending.h: Rename from __fpending.h.
16103         * lib/fpending.c: Rename from __fpending.c.
16104         Include "fpending.h", not "__fpending.h".
16105         * lib/__fpending.h, lib/__fpending.c: Remove files.
16106         * modules/fpending (Files): Reflect new file names.
16107         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
16108
16109 2007-09-08  Bruno Haible  <bruno@clisp.org>
16110
16111         * m4/inttypes-h.m4: Remove stub file.
16112
16113 2007-09-07  Simon Josefsson  <simon@josefsson.org>
16114
16115         * doc/headers/stdint.texi: Discuss #include_next issue.
16116
16117 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16118
16119         * build-aux/bootstrap: Remove obsolete comment about wget --help.
16120
16121 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16122
16123         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
16124         in variable name.
16125
16126 2007-09-03  Jim Meyering  <jim@meyering.net>
16127
16128         New module: git-version-gen.
16129         * modules/git-version-gen: New file.
16130
16131         Import changes from coreutils for bootstrap script.
16132
16133         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
16134
16135         bootstrap: uses rsync to download the .po files
16136         * build-aux/bootstrap (po_download_command_format): New global.
16137         (download_po_files): Use rsync.
16138         (update_po_files): Don't remove .po files after download,
16139         so future rsync runs can take advantage of the copies.
16140
16141         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
16142
16143         Solve the unnecessary-.po-file-regeneration problem once and for all.
16144         * build-aux/bootstrap (download_po_files): New function, renamed from
16145         get_translations.  Now, downloads, but doesn't update LINGUAS.
16146         (update_po_files): New function.
16147
16148         bootstrap: Ignore more.
16149         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
16150         uniwidth to e.g., lib/.gitignore.
16151         (slurp): Handle the sys_stat_.h -> sys mapping, too.
16152
16153         * build-aux/bootstrap: New setting: vc_ignore.
16154         (insert_sorted_if_absent): Create $file if absent.
16155         Adapt to new, possibly empty, list: $vc_ignore.
16156
16157         bootstrap: generate more ignorable names
16158         * build-aux/bootstrap (slurp): When generating ignorable names,
16159         also map .sin to .sed, .gperf to .c, and .y to .c.
16160
16161 2007-09-03  Jim Meyering  <jim@meyering.net>
16162
16163         * build-aux/git-version-gen: New file, from coreutils.  For details, see
16164         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
16165
16166 2007-09-02  Bruno Haible  <bruno@clisp.org>
16167
16168         Fix mis-recognition of 'mcs' on QNX 6.
16169         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
16170         output contains the string "Mono".
16171         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
16172         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
16173
16174 2007-09-01  Bruno Haible  <bruno@clisp.org>
16175
16176         Fix collision between uniwidth/* and linebreak modules.
16177         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
16178         u32_width): Remove declarations.
16179         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
16180         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
16181         streq3, streq2, streq1, streq0): Remove functions.
16182         (STREQ): Remove macro.
16183         (is_cjk_encoding): Remove function.
16184         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
16185         (uc_width, u8_width, u16_width, u32_width): Remove functions.
16186         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
16187         * NEWS: Document the change.
16188
16189 2007-09-01  Bruno Haible  <bruno@clisp.org>
16190
16191         * lib/streq.h: Add double-inclusion guard.
16192
16193 2007-09-01  Karl Berry  <karl@gnu.org>
16194
16195         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
16196
16197 2007-08-28  Jim Meyering  <jim@meyering.net>
16198
16199         Rename mreadlink_with_size to areadlink_with_size.
16200         * NEWS: Document the change.
16201         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
16202         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
16203         * lib/mreadlink.h: Rename this to...
16204         * lib/areadlink.h: ...this.
16205         * modules/mreadlink-with-size: Rename this to...
16206         * modules/areadlink-with-size: ...this.
16207         * lib/canonicalize.c: Reflect the renaming.
16208         * modules/canonicalize: Likewise.
16209
16210 2007-08-26  Bruno Haible  <bruno@clisp.org>
16211
16212         * gnulib-tool (func_import): When deciding which files to remove,
16213         consider also dangling symbolic links.
16214         Reported by Eric Blake.
16215
16216 2007-08-26  Bruno Haible  <bruno@clisp.org>
16217
16218         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
16219
16220 2007-08-23  Simon Josefsson  <simon@josefsson.org>
16221
16222         * lib/readline.c: Don't include getline.h, the prototype is now
16223         found in stdio.h.
16224
16225 2007-08-23  Jim Meyering  <jim@meyering.net>
16226
16227         Getdelim touchup.
16228         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
16229         around the funlockfile call, since funlockfile never sets errno.
16230         Don't set errno upon failed realloc.
16231
16232 2007-08-22  Eric Blake  <ebb9@byu.net>
16233
16234         Getline touchups.
16235         * lib/getdelim.c (getdelim): Revert regression that required *n to
16236         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
16237         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
16238         getdelim, rather than whether implementation is missing.
16239         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
16240         * lib/stdio_.h (getline): Also declare if replacement is
16241         required.
16242         * doc/functions/getdelim.texi: New file.
16243         * doc/functions/getline.texi: Likewise.
16244         * doc/gnulib.texi (Function Substitutes): Add new files.
16245         Reported by Bruno Haible.
16246
16247 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
16248
16249         * users.txt: Add Guile.
16250
16251 2007-08-22  Eric Blake  <ebb9@byu.net>
16252
16253         * tests/test-getdelim.c (main): Use remove, not unlink.
16254         * tests/test-getline.c (main): Likewise.
16255
16256         Move getline and getdelim into stdio.h, per POSIX 200x.
16257         * modules/getline (Files): Remove getline.h.
16258         (Depends-on): Add stdio.
16259         (configure.ac): Add module indicator.
16260         * modules/getdelim (Files): Remove getdelim.h.
16261         (Depends-on): Add stdio.
16262         (configure.ac): Add module indicator.
16263         * modules/stdio (Makefile.am): Work with new indicators.
16264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
16265         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
16266         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16267         * lib/getdelim.h: Delete.
16268         * lib/getline.h: Delete.
16269         * lib/stdio_.h (getdelim, getline): Declare.
16270         * modules/getdelim-tests: New module.
16271         * modules/getline-tests: Likewise.
16272         * tests/test-getdelim.c: New file.
16273         * tests/test-getline.c: Likewise.
16274         * NEWS: Document the change.
16275         * lib/getline.c: Update choice of header.
16276         * lib/csharpcomp.c: Likewise.
16277         * lib/getpass.c: Likewise.
16278         * lib/javacomp.c: Likewise.
16279         * lib/javaversion.c: Likewise.
16280         * lib/yesno.c: Likewise.
16281         * lib/getdelim.c: Likewise.
16282         (getdelim): Set errno on failure, and avoid memory leak.
16283
16284 2007-08-19  Bruno Haible  <bruno@clisp.org>
16285
16286         * modules/closein (Depends-on): Add freadahead.
16287         * lib/closein.c: Include freadahead.h.
16288         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
16289         is zero.
16290
16291 2007-08-19  Bruno Haible  <bruno@clisp.org>
16292
16293         * modules/freadahead-tests: New file.
16294         * tests/test-freadahead.sh: New file.
16295         * tests/test-freadahead.c: New file.
16296
16297         * modules/freadahead: New file.
16298         * lib/freadahead.h: New file.
16299         * lib/freadahead.c: New file.
16300         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
16301         fbufmode, fpurge, freadable, fwritable.
16302
16303 2007-08-19  Eric Blake  <ebb9@byu.net>
16304
16305         Test yesno in combination with closein.
16306         * lib/yesno.c (yesno): Document use of stdin.
16307         * modules/yesno-tests (Files): New module.
16308         * tests/test-yesno.c (main): New file.
16309         * tests/test-yesno.sh: Likewise.
16310
16311 2007-08-19  Bruno Haible  <bruno@clisp.org>
16312
16313         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
16314         * lib/fseeko.c (rpl_fseeko): Likewise.
16315         * lib/fseterr.c (fseterr): Likewise.
16316
16317 2007-08-19  Bruno Haible  <bruno@clisp.org>
16318
16319         * tests/test-lseek.c (main): Disable a test for BeOS.
16320         * doc/functions/lseek.texi: Document the BeOS bug.
16321
16322 2007-08-19  Bruno Haible  <bruno@clisp.org>
16323             Eric Blake  <ebb9@byu.net>
16324
16325         * lib/lseek.c: Include <sys/stat.h>.
16326         (rpl_lseek): Add workaround code also for Unix platforms.
16327         Needed for BeOS.
16328         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
16329         * doc/functions/lseek.texi: Document BeOS definiency.
16330
16331 2007-08-18  Bruno Haible  <bruno@clisp.org>
16332
16333         * modules/fstrcmp-tests: New file.
16334         * tests/test-fstrcmp.c: New file.
16335
16336 2007-08-18  Bruno Haible  <bruno@clisp.org>
16337
16338         * modules/fstrcmp: New file, from GNU gettext with modifications.
16339         * lib/fstrcmp.h: New file, from GNU gettext.
16340         * lib/fstrcmp.c: New file, from GNU gettext.
16341         * MODULES.html.sh (String handling): Add fstrcmp.
16342
16343 2007-08-18  Bruno Haible  <bruno@clisp.org>
16344
16345         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
16346         'bool'.
16347         (diag, compareseq): Remove const from the ctxt argument.
16348         (USE_HEURISTIC): Undefine at the end.
16349
16350 2007-08-18  Jim Meyering  <jim@meyering.net>
16351
16352         New file: lib/idcache.h
16353         * NEWS: Mention the addition.
16354         * modules/idcache (Files): Add lib/idcache.h
16355         * lib/idcache.c: Include "idcache.h".
16356         Don't include <sys/types.h>.
16357         Add a FIXME comment.
16358         Move file-scoped "static" declarations to the top.
16359         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
16360
16361 2007-08-17  Bruno Haible  <bruno@clisp.org>
16362         and Paul Eggert  <eggert@cs.ucla.edu>
16363
16364         * MODULES.html.sh: Add diffseq.
16365         * modules/diffseq: New file.
16366         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
16367         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
16368
16369 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16370
16371         Import changes from coreutils for bootstrap script.
16372
16373         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
16374
16375         * build-aux/bootstrap (slurp): Work even in environments where
16376         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
16377         current code does not slurp files whose names start with ".", and
16378         this looks like it might be a troublesome area.
16379
16380         2007-07-11  Jim Meyering  <jim@meyering.net>
16381
16382         If there's a GPL vN copyright comment, require that N == 3.
16383
16384         2007-07-08  Jim Meyering  <jim@meyering.net>
16385
16386         Run the coreutils-specific code only if tests/Makefile.am.in exists.
16387         * build-aux/bootstrap (mam_template): Move definition out of loop.
16388
16389         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
16390
16391         * build-aux/bootstrap (symlink_to_dir): Rename function from
16392         symlink_to_gnulib.  Add a directory parameter.  Update all
16393         callers.
16394         (cp_mark_as_generated): Also check for -- and link to -- files in
16395         gl/.
16396
16397         2007-07-08  Jim Meyering  <jim@meyering.net>
16398
16399         Adapt to deeper hierarchy in gnulib.
16400         * build-aux/bootstrap (symlink_to_dir): If the destination
16401         directory doesn't exist, create it. This is required at least for
16402         "lib/uniwidth/cjk.h".
16403
16404         2007-05-15  Jim Meyering  <jim@meyering.net>
16405
16406         * build-aux/bootstrap: Now that generated Makefile.am files
16407         are no longer under version control, they must be created at
16408         bootstrap time.
16409
16410 2007-08-14  Ben Pfaff  <blp@gnu.org>
16411
16412         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
16413
16414 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
16417         given the changes below.
16418         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
16419         even on hosts that have padding bits beyond the supported 64.
16420
16421 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16422
16423         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
16424         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
16425         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
16426         depends on it.
16427         (xstrtol_error): Remove.
16428         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
16429         but with a different signature.
16430         (ATTRIBUTE_NORETURN, __attribute__): New macros.
16431         * lib/xstrtol-error.c: Include exitfail.h.
16432         (xstrtol_fatal): New function, with a different signature from the
16433         old xstrtol_error, so that the caller need not worry about passing
16434         in an exit status, or about storage management of the option argument.
16435         (xstrtol_error): Now a static function.  Redo signature to
16436         implement xstrtol_fatal.  Output the correct number of hyphens in
16437         front of the option so that the caller need not worry about
16438         storage management.
16439         (N_): New macro.
16440         (_): Remove; not used now.
16441         * modules/xstrtol: Depend on getopt.
16442         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
16443         of old STRTOL_FATAL_ERROR macro.
16444         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
16445         of test program.
16446         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
16447         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
16448
16449 2007-08-08  Eric Blake  <ebb9@byu.net>
16450
16451         * lib/xstrtol-error.c: Add missing include.
16452
16453         Move xstrtol messages into gnulib domain, when --pobase is used.
16454         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
16455         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
16456         * modules/xstrtol (Files): Distribute new file.
16457         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
16458         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
16459         * tests/test-xstrtol.c: ...into new file.
16460         * tests/test-xstrtoul.c: Also test xstrtoul.
16461         * tests/test-xstrtoimax.c: Also test xstrtoimax.
16462         * tests/test-xstrtoumax.c: Also test xstrtoumax.
16463         * tests/test-xstrtol.sh: Drive the tests.
16464         * tests/test-xstrtoimax.sh: Likewise.
16465         * tests/test-xstrtoumax.sh: Likewise.
16466         * modules/xstrtol-tests: New module.
16467         * modules/xstrtoimax-tests: Likewise.
16468         * modules/xstrtoumax-tests: Likewise.
16469
16470 2007-08-08  Jim Meyering  <jim@meyering.net>
16471
16472         New function: mfile_name_concat.
16473         * lib/filenamecat.c (mfile_name_concat): New function, just like
16474         file_name_concat, but return NULL upon failure rather than exiting
16475         with a diagnostic.
16476         * lib/filenamecat.h: Declare it.
16477
16478 2007-08-07  Bruno Haible  <bruno@clisp.org>
16479
16480         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
16481         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
16482         warning from gcc.
16483         Reported by Eric Blake.
16484
16485 2007-08-07  Simon Josefsson  <simon@josefsson.org>
16486
16487         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
16488         * modules/crypto/arcfour (License): Likewise.
16489         * modules/crypto/des-tests (License): Likewise.
16490         * modules/crypto/gc-arctwo-tests (License): Likewise.
16491         * modules/crypto/gc-des-tests (License): Likewise.
16492         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
16493         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
16494         * modules/crypto/gc-md2-tests (License): Likewise.
16495         * modules/crypto/gc-md4-tests (License): Likewise.
16496         * modules/crypto/gc-md5-tests (License): Likewise.
16497         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
16498         * modules/crypto/gc-rijndael-tests (License): Likewise.
16499         * modules/crypto/gc-sha1-tests (License): Likewise.
16500         * modules/crypto/gc-tests (License): Likewise.
16501         * modules/crypto/hmac-md5 (License): Likewise.
16502         * modules/crypto/hmac-sha1 (License): Likewise.
16503         * modules/crypto/md2-tests (License): Likewise.
16504         * modules/crypto/md4-tests (License): Likewise.
16505         * modules/crypto/md5 (License): Likewise.
16506         * modules/crypto/rijndael (License): Likewise.
16507         * modules/crypto/sha1 (License): Likewise.
16508         * modules/memxor (License): Likewise.
16509
16510 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16511         and Bruno Haible  <bruno@clisp.org>
16512
16513         * NEWS: Describe interface changes to human, xstrtol.
16514         * lib/human.h: Include <xstrtol.h>.
16515         (human_options): Return enum strtol_error, not int.  Remove
16516         bool arg; take int * instead.
16517         * lib/human.c: Don't include "gettext.h".
16518         (_): Remove; no longer used.
16519         Don't include <xstrtol.h>, since human.h does it.
16520         (human_options): Adjust to abovementioned interface changes.
16521         Do not report error to stderr; that's now the caller's
16522         responsibility.
16523         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
16524         interface change.
16525         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
16526         Str, Argument_type_string.  All uses changed.  Put " argument"
16527         in diagnostics to make them clearer.  Change wording of suffix
16528         message for clarity.
16529         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
16530         Argument_type_string.
16531         (STRTOL_FATAL_WARN): Remove; no longer used.
16532         * modules/human (Depends-on): Remove gettext-h.
16533
16534 2007-08-06  Simon Josefsson  <simon@josefsson.org>
16535
16536         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
16537
16538 2007-07-31  Bruno Haible  <bruno@clisp.org>
16539
16540         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
16541         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
16542         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
16543
16544 2007-07-31  Bruno Haible  <bruno@clisp.org>
16545
16546         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
16547         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
16548
16549 2007-07-30  Bruno Haible  <bruno@clisp.org>
16550
16551         * modules/base64 (License): Use the synonymous term "LGPLv2+".
16552         * modules/c-ctype (License): Likewise.
16553         * modules/c-strcase (License): Likewise.
16554         * modules/check-version (License): Likewise.
16555         * modules/iconv (License): Likewise.
16556         * modules/iconv_open (License): Likewise.
16557         * modules/read-file (License): Likewise.
16558         * modules/striconv (License): Likewise.
16559         * modules/strverscmp (License): Likewise.
16560         * modules/vasprintf (License): Likewise.
16561         * modules/crypto/des (License): Likewise.
16562         * modules/crypto/gc (License): Likewise.
16563         * modules/crypto/gc-arcfour (License): Likewise.
16564         * modules/crypto/gc-arctwo (License): Likewise.
16565         * modules/crypto/gc-des (License): Likewise.
16566         * modules/crypto/gc-hmac-md5 (License): Likewise.
16567         * modules/crypto/gc-hmac-sha1 (License): Likewise.
16568         * modules/crypto/gc-md2 (License): Likewise.
16569         * modules/crypto/gc-md4 (License): Likewise.
16570         * modules/crypto/gc-md5 (License): Likewise.
16571         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
16572         * modules/crypto/gc-random (License): Likewise.
16573         * modules/crypto/gc-rijndael (License): Likewise.
16574         * modules/crypto/gc-sha1 (License): Likewise.
16575         * modules/crypto/md2 (License): Likewise.
16576         * modules/crypto/md4 (License): Likewise.
16577
16578 2007-07-30  Jim Meyering  <jim@meyering.net>
16579
16580         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
16581         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
16582         it has valid stat data.  This bug would cause du not to count the
16583         sizes of inaccessible directories.
16584         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
16585         in <http://bugzilla.redhat.com/250077>.
16586
16587 2007-07-25  Peter O'Gorman  <peter@pogma.com>
16588             Bruno Haible  <bruno@clisp.org>
16589
16590         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
16591         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
16592         #include_next, gives a diagnostic about it, but reports no error in
16593         the exit code.
16594         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16595
16596 2007-07-24  Ben Pfaff  <blp@gnu.org>
16597
16598         Improve name: "count-one-bits" is better than "popcount".
16599         * MODULES.html.sh: Update name.
16600         * lib/popcount.h: Renamed lib/count-one-bits.h.
16601         (popcount): Renamed count_one_bits.
16602         (popcountl): Renamed count_one_bits_l.
16603         (popcountll): Renamed count_one_bits_ll.
16604         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
16605         * modules/popcount: Renamed module/count-one-bits.
16606         * modules/popcount-tests: Renamed module/count-one-bits-tests.
16607         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
16608
16609 2007-07-23  Ben Pfaff  <blp@gnu.org>
16610
16611         * lib/popcount.h (popcount32): Reduce size of constants, to allow
16612         better code generation, and add U to large constants to avoid
16613         warnings, in non-GCC case.
16614         Suggested by Bruno Haible.
16615
16616 2007-07-23  Ben Pfaff  <blp@gnu.org>
16617
16618         * lib/popcount.h: Use verify_true instead of if...abort.
16619         * modules/popcount: Depend on verify module.
16620         Suggested by Jim Meyering.
16621
16622 2007-07-23  Bruno Haible  <bruno@clisp.org>
16623
16624         * gnulib-tool (func_import): Create a .cvsignore file also when the
16625         directory is not yet in CVS but the toplevel directory is. When
16626         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
16627         Reported by Karl Berry.
16628
16629 2007-07-22  Ben Pfaff  <blp@gnu.org>
16630
16631         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
16632         case.
16633         Suggested by Eric Blake.
16634
16635 2007-07-22  Ben Pfaff  <blp@gnu.org>
16636
16637         New module: popcount.
16638         * MODULES.html.sh: Add popcount.
16639         * modules/popcount: New file.
16640         * modules/popcount-tests: New file.
16641         * tests/test-popcount.c: New file.
16642         * lib/popcount.h: New file.
16643         * m4/popcount.m4: New file.
16644
16645 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * build-aux/announce-gen: Update to GPLv3.
16648
16649         * build-aux/config.guess: Update from config.
16650
16651 2007-07-21  Bruno Haible  <bruno@clisp.org>
16652
16653         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
16654         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
16655
16656 2007-07-20  Jim Meyering  <jim@meyering.net>
16657
16658         * check-module: Diagnose a self-dependency.
16659
16660 2007-07-19  Bruno Haible  <bruno@clisp.org>
16661
16662         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
16663         empty.
16664         Reported by Eric Blake.
16665
16666 2007-07-18  Bruno Haible  <bruno@clisp.org>
16667
16668         * gnulib-tool: New options --po-base, --po-domain.
16669         (func_usage): Document them.
16670         (pobase, po_domain): New variables.
16671         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
16672         DEFAULT_TEXT_DOMAIN.
16673         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
16674         (func_import): Consider pobase and po_domain. Create a po/ directory.
16675         (func_create_testdir): Set pobase and po_domain to empty.
16676         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
16677         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
16678
16679 2007-07-18  Bruno Haible  <bruno@clisp.org>
16680
16681         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16682         EXTRA_DIST augmentation for files in build-aux/.
16683
16684 2007-07-16  Bruno Haible  <bruno@clisp.org>
16685
16686         * modules/lseek (License): Use the synonymous term "LGPLv2+".
16687         * modules/getdelim (License): Likewise.
16688
16689 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16690
16691         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
16692         * modules/d-type (License): Likewise.
16693         * modules/extensions (License): Likewise.
16694         * modules/fnmatch (License): Likewise.
16695         * modules/fseeko (License): Likewise.
16696         * modules/getaddrinfo (License): Likewise.
16697         * modules/getline (License): Likewise.
16698         * modules/getlogin_r (License): Likewise.
16699         * modules/getpass (License): Likewise.
16700         * modules/gettimeofday (License): Likewise.
16701         * modules/glob (License): Likewise.
16702         * modules/inet_ntop (License): Likewise.
16703         * modules/malloc (License): Likewise.
16704         * modules/malloca (License): Likewise.
16705         * modules/memmem (License): Likewise.
16706         * modules/mempcpy (License): Likewise.
16707         * modules/memset (License): Likewise.
16708         * modules/minmax (License): Likewise.
16709         * modules/mktime (License): Likewise.
16710         * modules/netinet_in (License): Likewise.
16711         * modules/pathmax (License): Likewise.
16712         * modules/poll (License): Likewise.
16713         * modules/regex (License): Likewise.
16714         * modules/snprintf (License): Likewise.
16715         * modules/stdbool (License): Likewise.
16716         * modules/stdint (License): Likewise.
16717         * modules/stdio (License): Likewise.
16718         * modules/strcase (License): Likewise.
16719         * modules/strcasestr (License): Likewise.
16720         * modules/strdup (License): Likewise.
16721         * modules/string (License): Likewise.
16722         * modules/strndup (License): Likewise.
16723         * modules/strnlen (License): Likewise.
16724         * modules/strpbrk (License): Likewise.
16725         * modules/strptime (License): Likewise.
16726         * modules/strsep (License): Likewise.
16727         * modules/sys_select (License): Likewise.
16728         * modules/sys_socket (License): Likewise.
16729         * modules/sys_stat (License): Likewise.
16730         * modules/sys_time (License): Likewise.
16731         * modules/time (License): Likewise.
16732         * modules/time_r (License): Likewise.
16733         * modules/timegm (License): Likewise.
16734         * modules/unistd (License): Likewise.
16735         * modules/vsnprintf (License): Likewise.
16736         * modules/wctype (License): Likewise.
16737
16738 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16739
16740         * modules/argz (License): LGPLv2+.
16741
16742 2007-07-15  Karl Berry  <karl@gnu.org>
16743
16744         * doc/gnulib.texi: revise node structure per new fdl.texi.
16745
16746 2007-07-14  Bruno Haible  <bruno@clisp.org>
16747
16748         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
16749         the output file.
16750         * lib/uniname/uninames.h: Regenerated.
16751
16752 2007-07-14  Karl Berry  <karl@gnu.org>
16753
16754         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
16755         omitting sectioning and index commands.
16756
16757 2007-07-13  Bruno Haible  <bruno@clisp.org>
16758
16759         New gnulib-tool option --more-symlinks.
16760         * gnulib-tool (func_usage): Document --more-symlinks.
16761         (do_copyrights): New variable.
16762         Recognize option --more-symlinks.
16763         (func_import): Don't add a copyright notice transform to
16764         sed_transform_lib_file if do_copyrights is empty.
16765
16766 2007-07-13  Bruno Haible  <bruno@clisp.org>
16767
16768         * lib/vasnprintf.c (decimal_point_char): Define also if
16769         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
16770         && !NEED_PRINTF_DIRECTIVE_A.
16771         Reported by Clemens Koller <clemens.koller@anagramm.de> via
16772         Gary V. Vaughan <gary@gnu.org>.
16773
16774 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * lib/inttypes_.h: Undo previous change, since it was fixed
16777         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
16778
16779 2007-07-13  Bruno Haible  <bruno@clisp.org>
16780
16781         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
16782         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
16783
16784 2007-07-13  Jim Meyering  <jim@meyering.net>
16785
16786         df: Don't fail for Tru64's "file-on-file mount".
16787         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
16788         so we fall through and use statfs instead.  Details here:
16789         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
16790         Reported by Albert Chin.
16791
16792 2007-07-13  Bruno Haible  <bruno@clisp.org>
16793
16794         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
16795         * modules/configmake (License): Likewise.
16796         * modules/gettext (License): Likewise.
16797         * modules/gettext-h (License): Likewise.
16798         * modules/include_next (License): Likewise.
16799         * modules/link-warning (License): Likewise.
16800         * modules/localcharset (License): Likewise.
16801         * modules/localename (License): Likewise.
16802         * modules/lock (License): Likewise.
16803         * modules/relocatable-lib-lgpl (License): Likewise.
16804         * modules/size_max (License): Likewise.
16805         * modules/vasnprintf (License): Likewise.
16806         * modules/wchar (License): Likewise.
16807         * modules/xsize (License): Likewise.
16808
16809 2007-07-13  Bruno Haible  <bruno@clisp.org>
16810
16811         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
16812         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
16813
16814 2007-07-12  Bruno Haible  <bruno@clisp.org>
16815
16816         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
16817         in the modules files.
16818
16819 2007-07-11  Karl Berry  <karl@gnu.org>
16820
16821         * MODULES.html.sh (func_module): use
16822          sed -e '\|^'"${includefile}"'$|d'
16823          instead of /.../d, to avoid errors on $includefile's containing /.
16824
16825 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16826
16827         * gnulib-tool (func_import): Avoid duplication of --avoid
16828         statements
16829         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
16830         names to `_' in variable names.
16831
16832 2007-07-10  Eric Blake  <ebb9@byu.net>
16833
16834         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
16835         * NEWS: Document this change.
16836
16837 2007-07-08  Bruno Haible  <bruno@clisp.org>
16838
16839         Update to Unicode 5.0.
16840         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
16841         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
16842         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
16843         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
16844         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
16845         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
16846         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
16847         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
16848         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
16849         U+10A3F, U+1D242..U+1D244.
16850         (nonspacing_table_ind): Update.
16851         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
16852         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
16853
16854 2007-07-08  Bruno Haible  <bruno@clisp.org>
16855
16856         Update to Unicode 5.0.
16857         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
16858         code transform. Extend the name index field of unicode_name_to_code and
16859         unicode_code_to_name from 16 to 24 bits.
16860         * lib/uniname/uniname.c (unicode_character_name,
16861         unicode_name_character): Add the range 0x12xxx to the code transform.
16862         * lib/uniname/uninames.h: Regenerated.
16863         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
16864
16865 2007-07-07  Bruno Haible  <bruno@clisp.org>
16866
16867         * modules/wcwidth-tests: New file.
16868         * tests/test-wcwidth.c: New file.
16869
16870         Work around MacOS X wcwidth() bug.
16871         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
16872         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
16873         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
16874         original wcwidth in non-UTF-8 locales.
16875         * modules/wcwidth (Depends-on): Add localcharset, streq,
16876         uniwidth/width.
16877         * doc/functions/wcwidth.texi: Update.
16878
16879 2007-07-07  Bruno Haible  <bruno@clisp.org>
16880
16881         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
16882         (wcwidth): New declaration.
16883         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
16884         macros.
16885         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
16886         here. Prepare for creating <wchar.h> unconditionally.
16887         * modules/wchar (Depends-on): Add link-warning.
16888         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
16889         REPLACE_WCWIDTH, and GL_LINK_WARNING.
16890         * lib/wcwidth.h: Remove file.
16891         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
16892         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
16893         * modules/wcwidth (Files): Remove lib/wcwidth.h.
16894         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
16895         (Include): Replace wcwidth.h with <wchar.h>.
16896         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
16897         * lib/mbchar.h: Don't include wcwidth.h.
16898         * lib/mbswidth.c: Likewise.
16899         * NEWS: Mention the change.
16900
16901 2007-07-07  Bruno Haible  <bruno@clisp.org>
16902
16903         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
16904         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
16905         definition with an external declaration.
16906         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
16907         defined as a function. Remove AC_C_INLINE requirement.
16908         * modules/wcwidth (Files): Add lib/wcwidth.c.
16909         (Makefile.am): Remove redundant statement.
16910
16911 2007-07-07  Bruno Haible  <bruno@clisp.org>
16912
16913         * MODULES.html.sh (Unicode string functions): Add the new modules.
16914
16915         * tests/uniwidth/test-u32-strwidth.c: New file.
16916         * modules/uniwidth/u32-strwidth-tests: New file.
16917
16918         * lib/uniwidth/u32-strwidth.c: New file.
16919         * modules/uniwidth/u32-strwidth: New file.
16920
16921         * tests/uniwidth/test-u16-strwidth.c: New file.
16922         * modules/uniwidth/u16-strwidth-tests: New file.
16923
16924         * lib/uniwidth/u16-strwidth.c: New file.
16925         * modules/uniwidth/u16-strwidth: New file.
16926
16927         * tests/uniwidth/test-u8-strwidth.c: New file.
16928         * modules/uniwidth/u8-strwidth-tests: New file.
16929
16930         * lib/uniwidth/u8-strwidth.c: New file.
16931         * modules/uniwidth/u8-strwidth: New file.
16932
16933         * tests/uniwidth/test-u32-width.c: New file.
16934         * modules/uniwidth/u32-width-tests: New file.
16935
16936         * lib/uniwidth/u32-width.c: New file.
16937         * modules/uniwidth/u32-width: New file.
16938
16939         * tests/uniwidth/test-u16-width.c: New file.
16940         * modules/uniwidth/u16-width-tests: New file.
16941
16942         * lib/uniwidth/u16-width.c: New file.
16943         * modules/uniwidth/u16-width: New file.
16944
16945         * tests/uniwidth/test-u8-width.c: New file.
16946         * modules/uniwidth/u8-width-tests: New file.
16947
16948         * lib/uniwidth/u8-width.c: New file.
16949         * modules/uniwidth/u8-width: New file.
16950
16951         * tests/uniwidth/test-uc_width.c: New file.
16952         * modules/uniwidth/width-tests: New file.
16953
16954         * lib/uniwidth/width.c: New file, from GNU libiconv.
16955         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
16956         * modules/uniwidth/width: New file.
16957
16958         * lib/uniwidth.h: New file, from GNU libiconv.
16959         * modules/uniwidth/base: New file.
16960
16961 2007-07-07  Bruno Haible  <bruno@clisp.org>
16962
16963         * lib/uniname.h: New file, from GNU gettext.
16964         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
16965         * lib/uniname/uninames.h: New file, from GNU gettext.
16966         * lib/uniname/uniname.c: New file, from GNU gettext.
16967         * tests/uniname/test-uninames.sh: New file.
16968         * tests/uniname/test-uninames.c: New file, from GNU gettext.
16969         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
16970         * modules/uniname/base: New file.
16971         * modules/uniname/uniname: New file.
16972         * modules/uniname/uniname-tests: New file.
16973         * MODULES.html.sh (Unicode string functions): Add the new modules.
16974
16975 2007-07-06  Bruno Haible  <bruno@clisp.org>
16976
16977         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
16978
16979 2007-07-06  Bruno Haible  <bruno@clisp.org>
16980
16981         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
16982         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
16983         includes <cygwin/sys_time.h> which includes <sys/select.h> which
16984         include <sys/time.h>.
16985         Reported by Eric Blake.
16986
16987 2007-07-06  Eric Blake  <ebb9@byu.net>
16988
16989         Fix testing canonicalize on cygwin.
16990         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
16991         Revert patch from 2007-06-19.
16992         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
16993         canonicalize module is also in use.
16994         * tests/test-canonicalize.c: New file.
16995         * tests/test-canonicalize.sh: Likewise.
16996         * modules/canonicalize-tests: Likewise.
16997
16998 2007-07-06  Jim Meyering  <jim@meyering.net>
16999
17000         * lib/getugroups.c (getugroups): Detect getgrent failure.
17001         Adjust comment to reflect reality: this function may return -1.
17002
17003 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
17004
17005         * build-aux/bootstrap (TP_URL,get_translations): Update to use
17006         the new TP address.
17007         (usage): Fix typo
17008         (gnulib_mk): New variable.
17009
17010 2007-07-05  Jim Meyering  <jim@meyering.net>
17011
17012         Don't let endgrent clobber errno, no matter how improbable.
17013         * lib/getugroups.c (getugroups): Save and restore errno around
17014         endgrent call.
17015
17016         Close the group DB even when failing with 2^31 or more members.
17017         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
17018
17019 2007-07-04  Jim Meyering  <jim@meyering.net>
17020
17021         * lib/getugroups.h: New file.
17022         * lib/getugroups.c: Include "getugroups.h".
17023         Remove uses of "register" keyword.
17024         Move local variable, "cp", down into scope where used.
17025         Give "username" parameter the "const" attribute.
17026         * modules/getugroups (Files): Add lib/getugroups.h
17027
17028 2007-07-04  Karl Berry  <karl@gnu.org>
17029
17030         * MODULES.html.sh (func_all_modules): Complete rename of
17031         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
17032
17033 2007-07-02  Bruno Haible  <bruno@clisp.org>
17034
17035         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
17036         mode, when inttypes.h comes from gnulib.
17037         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17038
17039 2007-07-02  Simon Josefsson  <simon@josefsson.org>
17040
17041         * NEWS: Mention lgpl module name change.
17042
17043         * modules/lgpl-2.1: Renamed from lgpl.
17044
17045         * NEWS: Mention gpl module name change.
17046
17047         * modules/gpl-3.0: New file, based on gpl-2.0.
17048
17049         * modules/gpl-2.0: Renamed from gpl.
17050
17051         * modules/gpl: Fix filename, doc/gpl.texi is now found at
17052         doc/gpl-2.0.texi.
17053
17054 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
17055
17056         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
17057         #define __STDC_LIMIT_MACROS temporarily while including
17058         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
17059         Problem reported by Joel E. Denny in
17060         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
17061
17062 2007-07-01  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/unistdio.h: New file.
17065         * lib/unistdio/u-asnprintf.h: New file.
17066         * lib/unistdio/u-asprintf.h: New file.
17067         * lib/unistdio/u-printf-args.c: New file.
17068         * lib/unistdio/u-printf-args.h: New file.
17069         * lib/unistdio/u-printf-parse.h: New file.
17070         * lib/unistdio/u-snprintf.h: New file.
17071         * lib/unistdio/u-sprintf.h: New file.
17072         * lib/unistdio/u-vasprintf.h: New file.
17073         * lib/unistdio/u-vsnprintf.h: New file.
17074         * lib/unistdio/u-vsprintf.h: New file.
17075         * lib/unistdio/ulc-asnprintf.c: New file.
17076         * lib/unistdio/ulc-asprintf.c: New file.
17077         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
17078         * lib/unistdio/ulc-printf-parse.c: New file.
17079         * lib/unistdio/ulc-snprintf.c: New file.
17080         * lib/unistdio/ulc-sprintf.c: New file.
17081         * lib/unistdio/ulc-vasnprintf.c: New file.
17082         * lib/unistdio/ulc-vasprintf.c: New file.
17083         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
17084         * lib/unistdio/ulc-vsnprintf.c: New file.
17085         * lib/unistdio/ulc-vsprintf.c: New file.
17086         * lib/unistdio/u8-asnprintf.c: New file.
17087         * lib/unistdio/u8-asprintf.c: New file.
17088         * lib/unistdio/u8-printf-parse.c: New file.
17089         * lib/unistdio/u8-snprintf.c: New file.
17090         * lib/unistdio/u8-sprintf.c: New file.
17091         * lib/unistdio/u8-vasnprintf.c: New file.
17092         * lib/unistdio/u8-vasprintf.c: New file.
17093         * lib/unistdio/u8-vsnprintf.c: New file.
17094         * lib/unistdio/u8-vsprintf.c: New file.
17095         * lib/unistdio/u8-u8-asnprintf.c: New file.
17096         * lib/unistdio/u8-u8-asprintf.c: New file.
17097         * lib/unistdio/u8-u8-snprintf.c: New file.
17098         * lib/unistdio/u8-u8-sprintf.c: New file.
17099         * lib/unistdio/u8-u8-vasnprintf.c: New file.
17100         * lib/unistdio/u8-u8-vasprintf.c: New file.
17101         * lib/unistdio/u8-u8-vsnprintf.c: New file.
17102         * lib/unistdio/u8-u8-vsprintf.c: New file.
17103         * lib/unistdio/u16-asnprintf.c: New file.
17104         * lib/unistdio/u16-asprintf.c: New file.
17105         * lib/unistdio/u16-printf-parse.c: New file.
17106         * lib/unistdio/u16-snprintf.c: New file.
17107         * lib/unistdio/u16-sprintf.c: New file.
17108         * lib/unistdio/u16-vasnprintf.c: New file.
17109         * lib/unistdio/u16-vasprintf.c: New file.
17110         * lib/unistdio/u16-vsnprintf.c: New file.
17111         * lib/unistdio/u16-vsprintf.c: New file.
17112         * lib/unistdio/u16-u16-asnprintf.c: New file.
17113         * lib/unistdio/u16-u16-asprintf.c: New file.
17114         * lib/unistdio/u16-u16-snprintf.c: New file.
17115         * lib/unistdio/u16-u16-sprintf.c: New file.
17116         * lib/unistdio/u16-u16-vasnprintf.c: New file.
17117         * lib/unistdio/u16-u16-vasprintf.c: New file.
17118         * lib/unistdio/u16-u16-vsnprintf.c: New file.
17119         * lib/unistdio/u16-u16-vsprintf.c: New file.
17120         * lib/unistdio/u32-asnprintf.c: New file.
17121         * lib/unistdio/u32-asprintf.c: New file.
17122         * lib/unistdio/u32-printf-parse.c: New file.
17123         * lib/unistdio/u32-snprintf.c: New file.
17124         * lib/unistdio/u32-sprintf.c: New file.
17125         * lib/unistdio/u32-vasnprintf.c: New file.
17126         * lib/unistdio/u32-vasprintf.c: New file.
17127         * lib/unistdio/u32-vsnprintf.c: New file.
17128         * lib/unistdio/u32-vsprintf.c: New file.
17129         * lib/unistdio/u32-u32-asnprintf.c: New file.
17130         * lib/unistdio/u32-u32-asprintf.c: New file.
17131         * lib/unistdio/u32-u32-snprintf.c: New file.
17132         * lib/unistdio/u32-u32-sprintf.c: New file.
17133         * lib/unistdio/u32-u32-vasnprintf.c: New file.
17134         * lib/unistdio/u32-u32-vasprintf.c: New file.
17135         * lib/unistdio/u32-u32-vsnprintf.c: New file.
17136         * lib/unistdio/u32-u32-vsprintf.c: New file.
17137         * tests/unistdio/test-ulc-asnprintf1.c: New file.
17138         * tests/unistdio/test-ulc-asnprintf1.h: New file.
17139         * tests/unistdio/test-ulc-printf1.h: New file.
17140         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
17141         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
17142         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
17143         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
17144         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
17145         * tests/unistdio/test-ulc-vasprintf1.c: New file.
17146         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
17147         * tests/unistdio/test-ulc-vsprintf1.c: New file.
17148         * tests/unistdio/test-u8-asnprintf1.c: New file.
17149         * tests/unistdio/test-u8-asnprintf1.h: New file.
17150         * tests/unistdio/test-u8-printf1.h: New file.
17151         * tests/unistdio/test-u8-vasnprintf1.c: New file.
17152         * tests/unistdio/test-u8-vasnprintf2.c: New file.
17153         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
17154         * tests/unistdio/test-u8-vasnprintf3.c: New file.
17155         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
17156         * tests/unistdio/test-u8-vasprintf1.c: New file.
17157         * tests/unistdio/test-u8-vsnprintf1.c: New file.
17158         * tests/unistdio/test-u8-vsprintf1.c: New file.
17159         * tests/unistdio/test-u16-asnprintf1.c: New file.
17160         * tests/unistdio/test-u16-asnprintf1.h: New file.
17161         * tests/unistdio/test-u16-printf1.h: New file.
17162         * tests/unistdio/test-u16-vasnprintf1.c: New file.
17163         * tests/unistdio/test-u16-vasnprintf2.c: New file.
17164         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
17165         * tests/unistdio/test-u16-vasnprintf3.c: New file.
17166         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
17167         * tests/unistdio/test-u16-vasprintf1.c: New file.
17168         * tests/unistdio/test-u16-vsnprintf1.c: New file.
17169         * tests/unistdio/test-u16-vsprintf1.c: New file.
17170         * tests/unistdio/test-u32-asnprintf1.c: New file.
17171         * tests/unistdio/test-u32-asnprintf1.h: New file.
17172         * tests/unistdio/test-u32-printf1.h: New file.
17173         * tests/unistdio/test-u32-vasnprintf1.c: New file.
17174         * tests/unistdio/test-u32-vasnprintf2.c: New file.
17175         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
17176         * tests/unistdio/test-u32-vasnprintf3.c: New file.
17177         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
17178         * tests/unistdio/test-u32-vasprintf1.c: New file.
17179         * tests/unistdio/test-u32-vsnprintf1.c: New file.
17180         * tests/unistdio/test-u32-vsprintf1.c: New file.
17181         * modules/unistdio/base: New file.
17182         * modules/unistdio/u-printf-args: New file.
17183         * modules/unistdio/ulc-asnprintf: New file.
17184         * modules/unistdio/ulc-asprintf: New file.
17185         * modules/unistdio/ulc-fprintf: New file.
17186         * modules/unistdio/ulc-printf-parse: New file.
17187         * modules/unistdio/ulc-snprintf: New file.
17188         * modules/unistdio/ulc-sprintf: New file.
17189         * modules/unistdio/ulc-vasnprintf: New file.
17190         * modules/unistdio/ulc-vasprintf: New file.
17191         * modules/unistdio/ulc-vfprintf: New file.
17192         * modules/unistdio/ulc-vsnprintf: New file.
17193         * modules/unistdio/ulc-vsprintf: New file.
17194         * modules/unistdio/u8-asnprintf: New file.
17195         * modules/unistdio/u8-asprintf: New file.
17196         * modules/unistdio/u8-printf-parse: New file.
17197         * modules/unistdio/u8-snprintf: New file.
17198         * modules/unistdio/u8-sprintf: New file.
17199         * modules/unistdio/u8-vasnprintf: New file.
17200         * modules/unistdio/u8-vasprintf: New file.
17201         * modules/unistdio/u8-vsnprintf: New file.
17202         * modules/unistdio/u8-vsprintf: New file.
17203         * modules/unistdio/u8-u8-asnprintf: New file.
17204         * modules/unistdio/u8-u8-asprintf: New file.
17205         * modules/unistdio/u8-u8-snprintf: New file.
17206         * modules/unistdio/u8-u8-sprintf: New file.
17207         * modules/unistdio/u8-u8-vasnprintf: New file.
17208         * modules/unistdio/u8-u8-vasprintf: New file.
17209         * modules/unistdio/u8-u8-vsnprintf: New file.
17210         * modules/unistdio/u8-u8-vsprintf: New file.
17211         * modules/unistdio/u16-asnprintf: New file.
17212         * modules/unistdio/u16-asprintf: New file.
17213         * modules/unistdio/u16-printf-parse: New file.
17214         * modules/unistdio/u16-snprintf: New file.
17215         * modules/unistdio/u16-sprintf: New file.
17216         * modules/unistdio/u16-vasnprintf: New file.
17217         * modules/unistdio/u16-vasprintf: New file.
17218         * modules/unistdio/u16-vsnprintf: New file.
17219         * modules/unistdio/u16-vsprintf: New file.
17220         * modules/unistdio/u16-u16-asnprintf: New file.
17221         * modules/unistdio/u16-u16-asprintf: New file.
17222         * modules/unistdio/u16-u16-snprintf: New file.
17223         * modules/unistdio/u16-u16-sprintf: New file.
17224         * modules/unistdio/u16-u16-vasnprintf: New file.
17225         * modules/unistdio/u16-u16-vasprintf: New file.
17226         * modules/unistdio/u16-u16-vsnprintf: New file.
17227         * modules/unistdio/u16-u16-vsprintf: New file.
17228         * modules/unistdio/u32-asnprintf: New file.
17229         * modules/unistdio/u32-asprintf: New file.
17230         * modules/unistdio/u32-printf-parse: New file.
17231         * modules/unistdio/u32-snprintf: New file.
17232         * modules/unistdio/u32-sprintf: New file.
17233         * modules/unistdio/u32-vasnprintf: New file.
17234         * modules/unistdio/u32-vasprintf: New file.
17235         * modules/unistdio/u32-vsnprintf: New file.
17236         * modules/unistdio/u32-vsprintf: New file.
17237         * modules/unistdio/u32-u32-asnprintf: New file.
17238         * modules/unistdio/u32-u32-asprintf: New file.
17239         * modules/unistdio/u32-u32-snprintf: New file.
17240         * modules/unistdio/u32-u32-sprintf: New file.
17241         * modules/unistdio/u32-u32-vasnprintf: New file.
17242         * modules/unistdio/u32-u32-vasprintf: New file.
17243         * modules/unistdio/u32-u32-vsnprintf: New file.
17244         * modules/unistdio/u32-u32-vsprintf: New file.
17245         * modules/unistdio/ulc-asnprintf-tests: New file.
17246         * modules/unistdio/ulc-vasnprintf-tests: New file.
17247         * modules/unistdio/ulc-vasprintf-tests: New file.
17248         * modules/unistdio/ulc-vsnprintf-tests: New file.
17249         * modules/unistdio/ulc-vsprintf-tests: New file.
17250         * modules/unistdio/u8-asnprintf-tests: New file.
17251         * modules/unistdio/u8-vasnprintf-tests: New file.
17252         * modules/unistdio/u8-vasprintf-tests: New file.
17253         * modules/unistdio/u8-vsnprintf-tests: New file.
17254         * modules/unistdio/u8-vsprintf-tests: New file.
17255         * modules/unistdio/u16-asnprintf-tests: New file.
17256         * modules/unistdio/u16-vasnprintf-tests: New file.
17257         * modules/unistdio/u16-vasprintf-tests: New file.
17258         * modules/unistdio/u16-vsnprintf-tests: New file.
17259         * modules/unistdio/u16-vsprintf-tests: New file.
17260         * modules/unistdio/u32-asnprintf-tests: New file.
17261         * modules/unistdio/u32-vasnprintf-tests: New file.
17262         * modules/unistdio/u32-vasprintf-tests: New file.
17263         * modules/unistdio/u32-vsnprintf-tests: New file.
17264         * modules/unistdio/u32-vsprintf-tests: New file.
17265         * MODULES.html.sh (Unicode string functions): Add the new modules.
17266
17267 2007-07-01  Bruno Haible  <bruno@clisp.org>
17268
17269         * lib/sprintf.c (sprintf): Limit the available length estimation,
17270         to avoid address wraparound.
17271         * lib/vsprintf.c (vsprintf): Likewise.
17272         * modules/sprintf-posix (Dependencies): Add stdint.
17273         * modules/vsprintf-posix (Dependencies): Likewise.
17274
17275 2007-07-01  Bruno Haible  <bruno@clisp.org>
17276
17277         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
17278         Windows PATH as well. Conservative double-quoting. Comments.
17279
17280 2007-07-01  Bruno Haible  <bruno@clisp.org>
17281             Eric Blake  <ebb9@byu.net>
17282             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17283
17284         * gnulib-tool (self_abspathname): Fix algorithm to cope with
17285         empty components in $PATH, denoting '.'.
17286
17287 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17288
17289         * gnulib-tool: Fix indentation.
17290         (func_create_megatestdir): Likewise.
17291         Report by Bruno Haible.
17292
17293 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17294
17295         Sync from Automake.
17296         * build-aux/gnupload: Fix shell portability issues with for loops.
17297         Report by Karl Berry.
17298
17299 2007-06-29  Simon Josefsson  <simon@josefsson.org>
17300
17301         * build-aux/maint.mk (POURL): Use translationproject.org.
17302
17303 2007-06-27  Simon Josefsson  <simon@josefsson.org>
17304             Bruno Haible  <bruno@clisp.org>
17305
17306         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
17307         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
17308         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
17309         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
17310         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
17311
17312 2007-06-27  Bruno Haible  <bruno@clisp.org>
17313
17314         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
17315         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
17316
17317 2007-06-26  Karl Berry  <karl@gnu.org>
17318
17319         * MODULES.html.sh: remove xreadlink-with-size.
17320
17321 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
17324         method that I hope also handles the double-include problem noted
17325         by Bruno Haible in
17326         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
17327
17328 2007-06-23  Bruno Haible  <bruno@clisp.org>
17329
17330         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17331         Don't let the 'mostlyclean' target fail if the last subdirectory could
17332         not be removed.
17333         Reported by Karl Berry.
17334
17335 2007-06-23  Bruno Haible  <bruno@clisp.org>
17336
17337         * gnulib-tool (echo): Add a speedier workaround for ksh.
17338         * tests/test-echo.sh: Likewise.
17339
17340 2007-06-23  Bruno Haible  <bruno@clisp.org>
17341
17342         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
17343         * tests/test-echo.sh: Likewise.
17344
17345 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17346
17347         * gnulib-tool (IFS): Initialize early, so we don't set it to
17348         empty later.
17349         (self_abspathname): Rewrite algorithm to set it, reindent.
17350         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
17351         (func_create_megatestdir): Merge some sed scripts.
17352
17353 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17354
17355         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
17356         exposed by Sun Studio 11 cc on Solaris 8.
17357
17358 2007-06-22  Bruno Haible  <bruno@clisp.org>
17359
17360         * gnulib-tool (echo): Ensure the echo primitive does not interpret
17361         backslashes.
17362         * tests/test-echo.sh: New file.
17363
17364 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17365
17366         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
17367         simplify `sed_replace_build_aux' scripts, they are portable but
17368         echoing them with `echo' is not.
17369         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
17370
17371 2007-06-21  Karl Berry  <karl@gnu.org>
17372
17373         * config/srclist.txt: guess we can't handle the licenses via
17374         srclist at the moment.
17375
17376 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * MODULES.html.sh: Add include_next.
17379         * modules/include_next: New file.
17380
17381 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17382
17383         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
17384         INCLUDE_NEXT.
17385         (gl_CHECK_NEXT_HEADERS): New macro.
17386         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
17387         the obsolescent gl_ABSOLUTE_HEADER.
17388         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
17389         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
17390         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
17391         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
17392         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
17393         * m4/math_h.m4 (gl_MATH_H): Likewise.
17394         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
17395         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
17396         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
17397         * m4/stdint.m4 (gl_STDINT_H): Likewise.
17398         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
17399         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
17400         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
17401         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17402         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
17403         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
17404         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
17405         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
17406         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
17407         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
17408         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
17409         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17410         * m4/inttypes.m4 (gl_INTTYPES_H): Define
17411         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
17412         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
17413         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
17414         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
17415         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
17416         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
17417         * lib/float_.h: Likewise.
17418         * lib/inttypes_.h: Likewise.
17419         * lib/math_.h: Likewise.
17420         * lib/search_.h: Likewise.
17421         * lib/signal_.h: Likewise.
17422         * lib/stdint_.h: Likewise.
17423         * lib/stdio_.h: Likewise.
17424         * lib/stdlib_.h: Likewise.
17425         * lib/string_.h: Likewise.
17426         * lib/sys_stat_.h: Likewise.
17427         * lib/sys_time_.h: Likewise.
17428         * lib/time_.h: Likewise.
17429         * lib/unistd_.h: Likewise.
17430         * lib/wchar_.h: Likewise.
17431         * lib/wctype_.h: Likewise.
17432         * lib/dirent_.h: Likewise.
17433         * lib/iconv_.h: Likewise.
17434         * lib/locale_.h: Likewise.
17435         * lib/netinet_in_.h: Likewise.
17436         * lib/sys_select_.h: Likewise.
17437         * lib/sys_socket_.h: Likewise.
17438         * lib/sysexits_.h: Likewise.
17439         * modules/fcntl (Depends-on): Depend on include_next, not
17440         absolute_header.
17441         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
17442         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
17443         * modules/fchdir: Likewise.
17444         * modules/float: Likewise.
17445         * modules/iconv_open: Likewise.
17446         * modules/inttypes: Likewise.
17447         * modules/locale: Likewise.
17448         * modules/math: Likewise.
17449         * modules/netinet_in: Likewise.
17450         * modules/search: Likewise.
17451         * modules/signal: Likewise.
17452         * modules/stdint: Likewise.
17453         * modules/stdio: Likewise.
17454         * modules/stdlib: Likewise.
17455         * modules/string: Likewise.
17456         * modules/sys_select: Likewise.
17457         * modules/sys_socket: Likewise.
17458         * modules/sys_stat: Likewise.
17459         * modules/sys_time: Likewise.
17460         * modules/sysexits: Likewise.
17461         * modules/time: Likewise.
17462         * modules/unistd: Likewise.
17463         * modules/wchar: Likewise.
17464         * modules/wctype: Likewise.
17465         * modules/sys_stat: Change maintainer to "all".
17466         * modules/unistd: Likewise.
17467
17468 2007-06-20  Karl Berry  <karl@gnu.org>
17469
17470         * config/srclist.txt: track www changes in license files.
17471
17472 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
17473
17474         * build-aux/bootstrap: Remove stray dot.
17475         Make sure build_aux settings are honored when linking
17476         gnulib_extra_files.
17477
17478 2007-06-19  Eric Blake  <ebb9@byu.net>
17479
17480         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17481         Allow compilation on cygwin.
17482
17483 2007-06-19  Jim Meyering  <jim@meyering.net>
17484
17485         xreadlink-with-size: Remove module.  No longer used.
17486         Ex-callers now use xreadlink or mreadlink-with-size.
17487         * modules/xreadlink-with-size: Remove module.
17488         * lib/xreadlink-with-size.c: Remove file.
17489         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
17490         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
17491         just before the function definition *is* accurate.
17492
17493         Eliminate one way canonicalize_filename_mode could exit.
17494         * lib/canonicalize.c (canonicalize_filename_mode):
17495         Use mreadlink_with_size, not xreadlink_with_size.
17496
17497 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         Detect porting problems to FreeBSD/arm, which has time_t wider than
17500         long int.  Original problem reported for GNU diff by Xin Li in
17501         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
17502         * modules/getdate (Depends-on): Add intprops, verify.
17503         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
17504         is an integer type no wider than long int.
17505
17506 2007-06-18  Jim Meyering  <jim@meyering.net>
17507
17508         New module: mreadlink-with-size.
17509         * MODULES.html.sh: Add mreadlink-with-size.
17510         * modules/mreadlink-with-size: New module
17511         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
17512         not xreadlink-with-size.
17513         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
17514
17515 2007-06-16  Bruno Haible  <bruno@clisp.org>
17516
17517         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
17518         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
17519         Reported by Gary V. Vaughan <gary@gnu.org>.
17520
17521 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         Revamp lchown so that it lives in unistd.h where it belongs.
17524         * lib/lchown.h: Remove.
17525         * lib/dirchownmod.c: Don't include lib/lchown.h.
17526         * lib/fchownat.c: Likewise.
17527         * lib/openat.c: Likewise.
17528         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
17529         does not follow symlinks.
17530         (EOPNOTSUPP): Define if not defined.
17531         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
17532         is defined to 0.
17533         (lchown): New decl.
17534         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
17535         Do not check for lchown decl.
17536         Set REPLACE_LCHOWN.
17537         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
17538         REPLACE_LCHOWN.
17539         * modules/chown: Make it clear it follows symlinks.
17540         * modules/lchown: Make it clear it doesn't follow symlinks.
17541         (Files): Remove lib/lchown.h
17542         (Depends-on): Add unistd.
17543         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
17544         (Include): Include <unistd.h>, not "lchown.h".
17545         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
17546         REPLACE_LCHOWN.
17547
17548 2007-06-15  Jim Meyering  <jim@meyering.net>
17549
17550         Change license (GPL to LGPL) of fsusage and dependents.
17551         * modules/fsusage (License): Change to LGPL.
17552         * modules/full-read (License): Likewise.
17553         * modules/full-write (License): Likewise.
17554         * modules/safe-read (License): Likewise.
17555         * modules/safe-write (License): Likewise.
17556
17557 2007-06-14  Ben Pfaff  <blp@gnu.org>
17558
17559         Missing part of allocsa -> malloca transition.
17560         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
17561         gl_MALLOCA.
17562
17563 2007-06-12  Bruno Haible  <bruno@clisp.org>
17564
17565         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
17566         to ia64, x86_64, i386.
17567         Reported by Eric Blake.
17568
17569 2007-06-12  Bruno Haible  <bruno@clisp.org>
17570
17571         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
17572         cross-compiling to x86_64.
17573
17574 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17575
17576         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
17577         glitch reported by Ralf Wildenhues in
17578         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
17579
17580         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
17581         Vin Shelton.
17582
17583 2007-06-11  Bruno Haible  <bruno@clisp.org>
17584
17585         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
17586         replacement string.
17587         Reported by Eric Blake.
17588
17589 2007-06-10  Bruno Haible  <bruno@clisp.org>
17590
17591         Prepare vasnprintf code for use with Unicode strings.
17592         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
17593         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
17594         TYPE_U32_STRING.
17595         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
17596         a_u32_string variants.
17597         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17598         * lib/printf-args.c: Don't include config.h and the specification
17599         header if PRINTF_FETCHARGS is already defined.
17600         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17601         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
17602         TYPE_U16_STRING, TYPE_U32_STRING.
17603         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
17604         u16_directive, u16_directives, u32_directive, u32_directives): New
17605         types.
17606         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
17607         New declarations.
17608         * lib/printf-parse.c: Don't include config.h and the specification
17609         header if PRINTF_PARSE is already defined. Eliminate the set of
17610         parameters for WIDE_CHAR_VERSION; the user of this file must provide
17611         them now. Include c-ctype.h.
17612         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
17613         directive and CHAR_T_ONLY_ASCII.
17614         * lib/vasnprintf.c: Don't include config.h and the specification header
17615         if VASNPRINTF is already defined.
17616         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
17617         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
17618         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
17619         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
17620         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
17621         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
17622         code accordingly.
17623         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
17624         pad_ourselves also in this case, with the 'c' and 's' directives, and
17625         with a different notion of "width".
17626         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
17627
17628 2007-06-10  Bruno Haible  <bruno@clisp.org>
17629
17630         * modules/unistr/u32-mbsnlen: New file.
17631         * lib/unistr/u32-mbsnlen.c: New file.
17632
17633         * modules/unistr/u16-mbsnlen: New file.
17634         * lib/unistr/u16-mbsnlen.c: New file.
17635
17636         * modules/unistr/u8-mbsnlen: New file.
17637         * lib/unistr/u8-mbsnlen.c: New file.
17638
17639         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
17640         declarations.
17641
17642 2007-06-10  Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/string_.h (mbsnlen): New declaration.
17645         * lib/mbsnlen.c: New file.
17646         * m4/mbsnlen.m4: New file.
17647         * modules/mbsnlen: New file.
17648         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
17649         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
17650         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
17651
17652 2007-06-10  Bruno Haible  <bruno@clisp.org>
17653
17654         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
17655
17656 2007-06-10  Bruno Haible  <bruno@clisp.org>
17657
17658         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
17659         * lib/mbuiter.h: Likewise.
17660
17661 2007-06-10  Bruno Haible  <bruno@clisp.org>
17662
17663         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
17664         declaration.
17665
17666 2007-06-10  Karl Berry  <karl@gnu.org>
17667
17668         * config/srclist.txt: remove gettext entries, Bruno prefers
17669         to update individually.
17670
17671 2007-06-10  Bruno Haible  <bruno@clisp.org>
17672
17673         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
17674         'maxlen'. Ensure only length + width bytes are allocated, not
17675         length + 1 + width.
17676
17677 2007-06-09  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
17680         (CHAR_T): Remove macro.
17681         (VASNPRINTF): Update.
17682
17683 2007-06-09  Bruno Haible  <bruno@clisp.org>
17684
17685         * MODULES.html.sh (Unicode string functions): Add the new modules.
17686
17687         * modules/uniconv/u32-conv-to-enc: New file.
17688         * lib/uniconv/u32-conv-to-enc.c: New file.
17689         * modules/uniconv/u32-conv-to-enc-tests: New file.
17690         * tests/uniconv/test-u32-conv-to-enc.c: New file.
17691
17692         * modules/uniconv/u16-conv-to-enc: New file.
17693         * lib/uniconv/u16-conv-to-enc.c: New file.
17694         * lib/uniconv/u-conv-to-enc.h: New file.
17695         * modules/uniconv/u16-conv-to-enc-tests: New file.
17696         * tests/uniconv/test-u16-conv-to-enc.c: New file.
17697
17698         * modules/uniconv/u8-conv-to-enc: New file.
17699         * lib/uniconv/u8-conv-to-enc.c: New file.
17700         * modules/uniconv/u8-conv-to-enc-tests: New file.
17701         * tests/uniconv/test-u8-conv-to-enc.c: New file.
17702
17703         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
17704         u32_conv_to_encoding): New declarations.
17705
17706 2007-06-09  Bruno Haible  <bruno@clisp.org>
17707
17708         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
17709
17710 2007-06-09  Bruno Haible  <bruno@clisp.org>
17711
17712         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
17713         * modules/malloca: Renamed from modules/allocsa, updated.
17714         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
17715         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
17716         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
17717         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
17718         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
17719         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
17720         * modules/xmalloca: Renamed from modules/xallocsa, updated.
17721         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
17722         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
17723         * modules/c-strcasestr (Depends-on): Update.
17724         * lib/c-strcasestr.c: Update.
17725         * modules/c-strstr (Depends-on): Update.
17726         * lib/c-strstr.c: Update.
17727         * modules/canonicalize-lgpl (Depends-on): Update.
17728         * lib/canonicalize-lgpl.c: Update.
17729         * modules/clean-temp (Depends-on): Update.
17730         * lib/clean-temp.c: Update.
17731         * modules/csharpcomp (Depends-on): Update.
17732         * lib/csharpcomp.c: Update.
17733         * modules/csharpexec (Depends-on): Update.
17734         * lib/csharpexec.c: Update.
17735         * modules/javacomp (Depends-on): Update.
17736         * lib/javacomp.c: Update.
17737         * modules/javaexec (Depends-on): Update.
17738         * lib/javaexec.c: Update.
17739         * modules/mbscasestr (Depends-on): Update.
17740         * lib/mbscasestr.c: Update.
17741         * modules/mbsstr (Depends-on): Update.
17742         * lib/mbsstr.c: Update.
17743         * modules/setenv (Depends-on): Update.
17744         * lib/setenv.c: Update.
17745         * modules/strcasestr (Depends-on): Update.
17746         * lib/strcasestr.c: Update.
17747         * modules/striconveha (Depends-on): Update.
17748         * lib/striconveha.c: Update.
17749         * modules/relocatable-prog-wrapper (Files): Update.
17750         * lib/relocwrapper.c: Update.
17751         * build-aux/install-reloc: Update.
17752         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
17753
17754 2007-06-08  Bruno Haible  <bruno@clisp.org>
17755
17756         Port to uClibc.
17757         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
17758         * lib/fpurge.c (fpurge): Likewise.
17759         * lib/freading.c (freading): Likewise.
17760         * lib/fseeko.c (rpl_fseeko): Likewise.
17761         * lib/fseterr.c (fseterr): Likewise.
17762         * lib/fwriting.c (fwriting): Likewise.
17763         * tests/test-fflush.c (main): Avoid a failure on uClibc.
17764
17765 2007-06-08  Bruno Haible  <bruno@clisp.org>
17766
17767         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
17768         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
17769         * modules/gettext (Files): Add m4/intlmacosx.m4.
17770
17771 2007-06-07  Bruno Haible  <bruno@clisp.org>
17772
17773         * modules/localename-tests: New file.
17774         * tests/test-localename.c: New file.
17775
17776         New module 'localename'.
17777         * lib/localename.h: New file.
17778         * lib/localename.c: New file, from GNU gettext.
17779         * m4/localename.m4: New file.
17780         * modules/localename: New file.
17781
17782 2007-06-07  Bruno Haible  <bruno@clisp.org>
17783
17784         Work around the lack of <wchar.h> on some builds of uClibc.
17785         * doc/headers/wchar.texi: Update.
17786         * lib/wchar_.h: Include <wchar.h> only if it exists.
17787         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
17788         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
17789         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
17790         doesn't exist.
17791         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
17792         * modules/mbfile (Depends-on): Add wchar.
17793         * modules/mbiter (Depends-on): Likewise.
17794         * modules/mbuiter (Depends-on): Likewise.
17795         Reported by Simon Josefsson.
17796
17797 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17798
17799         Work around problem reported by Steven M. Schweda in
17800         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
17801         Tru64 5.1B with the Compaq compiler environment installed declares
17802         an 'isblank' function but does not define it in the C library.
17803         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
17804         * lib/regex_internal.h (isblank): Likewise.
17805         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
17806         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17807
17808 2007-06-05  Bruno Haible  <bruno@clisp.org>
17809
17810         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
17811         ia64.
17812         * modules/printf-safe: New file.
17813         * modules/fprintf-posix (Depends-on): Add printf-safe.
17814         * modules/printf-posix (Depends-on): Likewise.
17815         * modules/snprintf-posix (Depends-on): Likewise.
17816         * modules/sprintf-posix (Depends-on): Likewise.
17817         * modules/vasnprintf-posix (Depends-on): Likewise.
17818         * modules/vasprintf-posix (Depends-on): Likewise.
17819         * modules/vfprintf-posix (Depends-on): Likewise.
17820         * modules/vprintf-posix (Depends-on): Likewise.
17821         * modules/vsnprintf-posix (Depends-on): Likewise.
17822         * modules/vsprintf-posix (Depends-on): Likewise.
17823         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
17824         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
17825         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
17826         "no" on i386, x86_64, ia64.
17827         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
17828         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17829         on i386, x86_64, ia64.
17830         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
17831         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17832         on i386, x86_64, ia64.
17833         * tests/test-vasnprintf-posix.c: Include float.h.
17834         (LDBL80_WORDS): New macro.
17835         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17836         on i386, x86_64, ia64.
17837         * tests/test-vasprintf-posix.c: Include float.h.
17838         (LDBL80_WORDS): New macro.
17839         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
17840         on i386, x86_64, ia64.
17841         * tests/test-snprintf-posix.c: Include float.h.
17842         * tests/test-sprintf-posix.c: Likewise.
17843         * tests/test-vsnprintf-posix.c: Likewise.
17844         * tests/test-vsprintf-posix.c: Likewise.
17845
17846 2007-06-05  Bruno Haible  <bruno@clisp.org>
17847
17848         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
17849         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
17850         non-IEEE numbers on i386, x86_64, ia64.
17851         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
17852         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
17853         * tests/test-isnanl.h: Include float.h.
17854         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
17855
17856 2007-06-05  Bruno Haible  <bruno@clisp.org>
17857
17858         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
17859         also the %a / %A. Handle the %a / %A code before this extra handling.
17860
17861 2007-06-05  Bruno Haible  <bruno@clisp.org>
17862
17863         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
17864         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
17865
17866 2007-06-05  Bruno Haible  <bruno@clisp.org>
17867
17868         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
17869         typo in variable name.
17870
17871 2007-06-05  Eric Blake  <ebb9@byu.net>
17872
17873         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
17874         Reported by Simon Josefsson.
17875
17876 2007-06-04  Bruno Haible  <bruno@clisp.org>
17877
17878         Avoid test failures on some PowerPC platforms.
17879         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
17880         Define differently for PowerPC.
17881         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
17882         Reported by Gary V. Vaughan <gary@gnu.org>.
17883
17884 2007-06-02  Bruno Haible  <bruno@clisp.org>
17885
17886         Fix test-stdint failure on FreeBSD/ia64.
17887         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
17888         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
17889         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
17890         * doc/headers/stdint.texi: Update.
17891
17892 2007-06-01  Bruno Haible  <bruno@clisp.org>
17893
17894         * tests/test-binary-io.c (main): Pass a third argument to open().
17895         Reported by Gary V. Vaughan <gary@gnu.org>.
17896
17897 2007-06-01  Bruno Haible  <bruno@clisp.org>
17898
17899         * doc/functions/frexpl.texi: Update for mingw.
17900
17901 2007-06-01  Bruno Haible  <bruno@clisp.org>
17902
17903         * tests/test-lseek.c (main): Disable test of errno for invalid third
17904         argument.
17905         * doc/functions/lseek.texi: Update.
17906         Reported by Gary V. Vaughan <gary@gnu.org>.
17907
17908 2007-05-28  Bruno Haible  <bruno@clisp.org>
17909
17910         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
17911
17912 2007-05-31  Eric Blake  <ebb9@byu.net>
17913
17914         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
17915         cross compiling.
17916
17917 2007-05-30  Eric Blake  <ebb9@byu.net>
17918         and Bruno Haible  <bruno@clisp.org>
17919
17920         Work around mingw test failures exposed by m4-1.4.9b.
17921         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
17922         * tests/test-unistd.c: Disable uid_t and git_t tests for the
17923         moment.
17924
17925 2007-05-30  Bruno Haible  <bruno@clisp.org>
17926
17927         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
17928         assuming that they are closed. Needed on HP-UX 11.
17929
17930 2007-05-29  Bruno Haible  <bruno@clisp.org>
17931
17932         Fix a problem with #include_next.
17933         * lib/dirent_.h: Split the double-inclusion guard.
17934         * lib/fcntl_.h: Likewise.
17935         * lib/float_.h: Likewise.
17936         * lib/iconv_.h: Likewise.
17937         * lib/inttypes_.h: Likewise.
17938         * lib/locale_.h: Likewise.
17939         * lib/math_.h: Likewise.
17940         * lib/netinet_in_.h: Likewise.
17941         * lib/search_.h: Likewise.
17942         * lib/signal_.h: Likewise.
17943         * lib/stdint_.h: Likewise.
17944         * lib/stdio_.h: Likewise.
17945         * lib/stdlib_.h: Likewise.
17946         * lib/string_.h: Likewise.
17947         * lib/sys_select_.h: Likewise.
17948         * lib/sys_socket_.h: Likewise.
17949         * lib/sys_stat_.h: Likewise.
17950         * lib/sys_time_.h: Likewise.
17951         * lib/sysexits_.h: Likewise.
17952         * lib/time_.h: Likewise.
17953         * lib/unistd_.h: Likewise.
17954         * lib/wchar_.h: Likewise.
17955         * lib/wctype_.h: Likewise.
17956
17957 2007-05-29  Bruno Haible  <bruno@clisp.org>
17958
17959         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
17960         for the moment.
17961
17962 2007-05-29  Bruno Haible  <bruno@clisp.org>
17963
17964         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
17965         invocation.
17966         Reported by Eric Blake.
17967
17968 2007-05-29  Bruno Haible  <bruno@clisp.org>
17969
17970         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
17971         compiling case.
17972
17973 2007-05-29  Eric Blake  <ebb9@byu.net>
17974             Bruno Haible  <bruno@clisp.org>
17975
17976         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
17977         cross compiles.
17978
17979 2007-05-28  Eric Blake  <ebb9@byu.net>
17980
17981         * modules/closein-tests (test_closein_LDADD): Support test on
17982         cygwin with libtool.
17983
17984 2007-05-28  Bruno Haible  <bruno@clisp.org>
17985
17986         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
17987         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
17988         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
17989         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
17990         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
17991         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
17992         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
17993         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
17994         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
17995
17996 2007-05-28  Eric Blake  <ebb9@byu.net>
17997
17998         Unconditionally include <config.h> in unit tests.
17999         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
18000         * tests/test-allocsa.c, tests/test-arcfour.c,
18001         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
18002         tests/test-array_list.c, tests/test-array_oset.c,
18003         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
18004         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
18005         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
18006         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
18007         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
18008         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
18009         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
18010         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
18011         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
18012         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
18013         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
18014         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
18015         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
18016         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
18017         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
18018         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
18019         test-md5.c, test-memmem.c, test-printf-posix.c,
18020         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
18021         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
18022         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
18023         test-strcasestr.c, test-striconv.c, test-striconveh.c,
18024         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
18025         test-vasnprintf-posix2.c, test-vasnprintf.c,
18026         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
18027         test-vfprintf-posix.c, test-vprintf-posix.c,
18028         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
18029         test-xvasprintf.c: Likewise.
18030
18031 2007-05-28  Bruno Haible  <bruno@clisp.org>
18032
18033         * gnulib-tool (func_import): Remember the --with-tests command-line
18034         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
18035         Reported by Eric Blake.
18036
18037 2007-05-28  Bruno Haible  <bruno@clisp.org>
18038
18039         * modules/ftell-tests: New file.
18040         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
18041         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
18042
18043         * lib/ftell.c: New file.
18044         * modules/ftell: New file.
18045         * m4/ftell.m4: New file.
18046         * doc/functions/ftell.texi: Update.
18047         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
18048         REPLACE_FTELL.
18049         * lib/stdio_.h (rpl_ftell): New declaration.
18050         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
18051         REPLACE_FTELL.
18052
18053 2007-05-28  Eric Blake  <ebb9@byu.net>
18054
18055         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
18056
18057 2007-05-28  Bruno Haible  <bruno@clisp.org>
18058
18059         * modules/fseek-tests: New file.
18060         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
18061         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
18062
18063         * lib/fseek.c: New file.
18064         * modules/fseek: New file.
18065         * m4/fseek.m4: New file.
18066         * doc/functions/fseek.texi: Update.
18067         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
18068         REPLACE_FSEEK.
18069         * lib/stdio_.h (rpl_fseek): New declaration.
18070         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
18071         REPLACE_FSEEK.
18072
18073 2007-05-28  Bruno Haible  <bruno@clisp.org>
18074
18075         * lib/stdio_.h (fflush): More comments.
18076
18077 2007-05-28  Bruno Haible  <bruno@clisp.org>
18078
18079         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
18080         runtime test.
18081
18082 2007-05-28  Eric Blake  <ebb9@byu.net>
18083
18084         Improve lseek module.
18085         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
18086         * lib/unistd_.h (lseek): Scale back link warning message.
18087         * tests/test-lseek.c: Beef up test.
18088         * tests/test-lseek.sh: Exercise more facets of lseek.
18089         Reported by Bruno Haible.
18090
18091 2007-05-28  Bruno Haible  <bruno@clisp.org>
18092
18093         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
18094         to define.
18095
18096 2007-05-27  Bruno Haible  <bruno@clisp.org>
18097
18098         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
18099
18100 2007-05-27  Bruno Haible  <bruno@clisp.org>
18101
18102         * modules/openmp: New file.
18103         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
18104         Noah Misch.
18105
18106 2007-05-26  Bruno Haible  <bruno@clisp.org>
18107
18108         * modules/chdir-long (Depends-on): Add fchdir.
18109         * modules/chdir-safer (Depends-on): Likewise.
18110         * modules/fts (Depends-on): Likewise.
18111         * modules/fts-lgpl (Depends-on): Likewise.
18112         * modules/openat (Depends-on): Likewise.
18113         * modules/savewd (Depends-on): Likewise.
18114
18115 2007-05-24  Eric Blake  <ebb9@byu.net>
18116
18117         Fix lseek on mingw.
18118         * modules/lseek: New module.
18119         * m4/lseek.m4: New file.
18120         * lib/lseek.c: New file.
18121         * modules/lseek-tests: New file.
18122         * tests/test-lseek.c: New file.
18123         * tests/test-lseek.sh: New file.
18124         * MODULES.html.sh: Document lseek module.
18125         * modules/fflush (Depends-on): Add lseek, fseeko.
18126         * modules/fseeko (Depends-on): Likewise.
18127         * modules/ftello (Depends-on): Likewise.
18128         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
18129         broken.
18130         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
18131         broken.
18132         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
18133         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
18134         * lib/ftello.c (rpl_ftello): Likewise.
18135         * tests/test-fseeko.c (main): Test this.
18136         * tests/test-fseeko.sh: Likewise.
18137         * tests/test-ftello.c (main): Likewise.
18138         * tests/test-ftello.sh: Likewise.
18139         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
18140         implies replacing fseek.
18141         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
18142         HAVE_FTELLO.
18143         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
18144         * modules/unistd (Makefile.am): Likewise.
18145         * lib/unistd_.h (lseek): Declare a replacement.
18146         * doc/functions/lseek.texi (lseek): Document this fix.
18147         * doc/functions/fseek.texi (fseek): Likewise.
18148         * doc/functions/ftell.texi (ftell): Likewise.
18149
18150 2007-05-24  Bruno Haible  <bruno@clisp.org>
18151
18152         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
18153         in the printed representation of a NaN.
18154         * tests/test-vasprintf-posix.c (test_function): Likewise.
18155         * tests/test-snprintf-posix.h (test_function): Likewise.
18156         * tests/test-sprintf-posix.h (test_function): Likewise.
18157         Reported by Eric Blake.
18158
18159 2007-05-23  Eric Blake  <ebb9@byu.net>
18160
18161         Fix fseeko/ftello on cygwin 1.5.24.
18162         * doc/functions/fseeko.texi (fseeko): Document the fix.
18163         * doc/functions/ftello.texi (ftello): Document the fix.
18164         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
18165         * doc/functions/stdout.text (stdout): New file.
18166         * doc/functions/stderr.text (stderr): New file.
18167         * doc/gnulib.texi (Function Substitutes): Use new files.
18168         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
18169         prior to 1.7.0.
18170         * tests/test-ftello.c (main): Likewise for ftello.
18171         * tests/test-fseeko.sh: New file.
18172         * tests/test-ftello.sh: New file.
18173         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
18174         with seekable stdin.
18175         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
18176         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
18177         (gl_REPLACE_FSEEKO): New macro.
18178         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
18179         * modules/fseeko (Files): Distribute fseeko.c.
18180         * modules/ftello (Files): Distribute ftello.c.
18181         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
18182         mode.
18183         * lib/ftello.c (rpl_ftello): New file.
18184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
18185         fseeko, ftello.
18186         (gl_STDIN_LARGE_OFFSET): New macro.
18187         * modules/stdio (Makefile.am): Perform the replacement.
18188         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
18189
18190 2007-05-23  Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
18193         GNULIB_POSIXCHECK is defined.
18194
18195 2007-05-21  Bruno Haible  <bruno@clisp.org>
18196
18197         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
18198         Check also the output for NaN arguments. When cross-compiling, guess
18199         no on IRIX.
18200         * lib/vasnprintf.c: Update comments.
18201         * tests/test-vasnprintf-posix.c (strisnan): New function.
18202         (test_function): Use it.
18203         * tests/test-vasprintf-posix.c (strisnan): New function.
18204         (test_function): Use it.
18205         * tests/test-snprintf-posix.h (strisnan): New function.
18206         (test_function): Use it.
18207         * tests/test-sprintf-posix.h (strisnan): New function.
18208         (test_function): Use it.
18209         Reported by Eric Blake.
18210
18211 2007-05-20  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
18214         numbers that fails on BeOS.
18215         * doc/functions/frexpl.texi: Update.
18216
18217 2007-05-20  Jim Meyering  <jim@meyering.net>
18218
18219         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
18220         forced upon us by glibc-2.6.
18221
18222 2007-05-20  Bruno Haible  <bruno@clisp.org>
18223
18224         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
18225         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
18226         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
18227         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
18228         NEED_PRINTF_INFINITE.
18229         (is_infinitel): New function.
18230         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
18231         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
18232         gl_PREREQ_VASNPRINTF_INFINITE.
18233         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
18234         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18235         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
18236         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
18237         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
18238         gl_PREREQ_VASNPRINTF_INFINITE.
18239         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18240         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18241         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18242         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18243         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18244         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18245         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18246         * doc/functions/fprintf.texi: Update.
18247         * doc/functions/printf.texi: Update.
18248         * doc/functions/snprintf.texi: Update.
18249         * doc/functions/sprintf.texi: Update.
18250         * doc/functions/vfprintf.texi: Update.
18251         * doc/functions/vprintf.texi: Update.
18252         * doc/functions/vsnprintf.texi: Update.
18253         * doc/functions/vsprintf.texi: Update.
18254
18255 2007-05-20  Bruno Haible  <bruno@clisp.org>
18256
18257         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
18258         was not found in libc.
18259         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
18260
18261 2007-05-20  Bruno Haible  <bruno@clisp.org>
18262
18263         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18264         printed as "-nan" instead of "nan".
18265         * tests/test-vasprintf-posix.c (test_function): Likewise.
18266         * tests/test-snprintf-posix.h (test_function): Likewise.
18267         * tests/test-sprintf-posix.h (test_function): Likewise.
18268         Needed for HP-UX 11.
18269
18270 2007-05-20  Jim Meyering  <jim@meyering.net>
18271
18272         Fix buggy test for the fchownat-deref bug.
18273         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
18274         symlink required for the run-test.  Without it, this test would
18275         always declare that fchownat doesn't work, and client code would
18276         unnecessarily use the replacement function with fixed libc.
18277         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
18278         Reported by Greg Schafer.
18279
18280 2007-05-19  Bruno Haible  <bruno@clisp.org>
18281
18282         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
18283         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
18284         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
18285         Needed for IRIX 6.5 and Solaris 2.5.1.
18286
18287 2007-05-19  Bruno Haible  <bruno@clisp.org>
18288
18289         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
18290         (test_function): Skip tests involving -0.0 on platforms where
18291         -0.0 = 0.0.
18292         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
18293         (test_function): Skip tests involving -0.0 on platforms where
18294         -0.0 = 0.0.
18295         * tests/test-snprintf-posix.h (have_minus_zero): New function.
18296         (test_function): Skip tests involving -0.0 on platforms where
18297         -0.0 = 0.0.
18298         * tests/test-sprintf-posix.h (have_minus_zero): New function.
18299         (test_function): Skip tests involving -0.0 on platforms where
18300         -0.0 = 0.0.
18301         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
18302         tests.
18303         * tests/test-printf-posix.h (test_function): Likewise.
18304         * tests/test-printf-posix.output: Remove all -0.0 related results.
18305         Needed for IRIX 6.5.
18306
18307 2007-05-19  Bruno Haible  <bruno@clisp.org>
18308
18309         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18310         printed as "nan0x7fffffff" instead of "nan".
18311         * tests/test-vasprintf-posix.c (test_function): Likewise.
18312         * tests/test-snprintf-posix.h (test_function): Likewise.
18313         * tests/test-sprintf-posix.h (test_function): Likewise.
18314         * tests/test-fprintf-posix.h (NaN): Remove macro.
18315         (test_function): Remove all NaN related tests.
18316         * tests/test-printf-posix.h (NaN): Remove macro.
18317         (test_function): Remove all NaN related tests.
18318         * tests/test-printf-posix.output: Remove all NaN related results.
18319         Needed for IRIX 6.5.
18320
18321 2007-05-19  Bruno Haible  <bruno@clisp.org>
18322
18323         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
18324         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
18325
18326 2007-05-19  Bruno Haible  <bruno@clisp.org>
18327
18328         * lib/float_.h: New file.
18329         * m4/float_h.m4: New file.
18330         * modules/float: New file.
18331         * modules/isnanl (Dependencies): Add float.
18332         * modules/isnanl-nolibm (Dependencies): Likewise.
18333         * modules/mathl (Dependencies): Likewise.
18334         * modules/printf-frexpl (Dependencies): Likewise.
18335         * modules/signbit (Dependencies): Likewise.
18336         * modules/vasnprintf (Dependencies): Likewise.
18337         * doc/headers/float.texi: Update.
18338
18339 2007-05-19  Jim Meyering  <jim@meyering.net>
18340
18341         * lib/utimens.c (gl_futimens): Rename from futimens,
18342         now that glibc-2.6 declares futimens.
18343         * lib/utimens.h: Likewise.
18344
18345 2007-05-19  Bruno Haible  <bruno@clisp.org>
18346
18347         Avoid test failures on mingw.
18348         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
18349         * tests/test-printf-posix.sh: Likewise.
18350         * tests/test-vfprintf-posix.sh: Likewise.
18351         * tests/test-vprintf-posix.sh: Likewise.
18352
18353 2007-05-19  Bruno Haible  <bruno@clisp.org>
18354
18355         Fix *printf result for NaN, Inf, -0.0 on mingw.
18356         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
18357         * lib/vasnprintf.c: Include math.h and isnan.h.
18358         (is_infinite_or_zero): New function.
18359         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
18360         values in the %f, %F, %e, %E, %g, %G directives.
18361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
18362         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18363         gl_PRINTF_INFINITE and test its result. Invoke
18364         gl_PREREQ_VASNPRINTF_INFINITE.
18365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18366         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18367         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18368         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18369         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18370         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18371         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18372         * doc/functions/fprintf.texi: Update.
18373         * doc/functions/printf.texi: Update.
18374         * doc/functions/snprintf.texi: Update.
18375         * doc/functions/sprintf.texi: Update.
18376         * doc/functions/vfprintf.texi: Update.
18377         * doc/functions/vprintf.texi: Update.
18378         * doc/functions/vsnprintf.texi: Update.
18379         * doc/functions/vsprintf.texi: Update.
18380
18381 2007-05-19  Bruno Haible  <bruno@clisp.org>
18382
18383         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
18384         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
18385         Instead of multiplying with 10^k, set extra_zeroes to k.
18386         (scale10_round_long_double): Remove function.
18387
18388 2007-05-18  Bruno Haible  <bruno@clisp.org>
18389
18390         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
18391         introduced on 2007-05-06.
18392
18393 2007-05-18  Bruno Haible  <bruno@clisp.org>
18394
18395         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
18396         %g directives.
18397         * tests/test-vasprintf-posix.c (test_function): Likewise.
18398         * tests/test-snprintf-posix.h (test_function): Likewise.
18399         * tests/test-sprintf-posix.h (test_function): Likewise.
18400
18401 2007-05-18  Bruno Haible  <bruno@clisp.org>
18402
18403         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
18404         (strmatch): New function.
18405         (test_function): Test the %f directive on numbers of various exponents.
18406         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
18407         (strmatch): New function.
18408         (test_function): Test the %f directive on numbers of various exponents.
18409         * tests/test-snprintf-posix.h (strmatch): New function.
18410         (test_function): Test the %f directive on numbers of various exponents.
18411         * tests/test-sprintf-posix.h (strmatch): New function.
18412         (test_function): Test the %f directive on numbers of various exponents.
18413         * tests/test-snprintf-posix.c (SIZEOF): New macro.
18414         * tests/test-sprintf-posix.c (SIZEOF): New macro.
18415         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
18416         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
18417
18418 2007-05-18  Bruno Haible  <bruno@clisp.org>
18419
18420         Add support for 'long double' number output.
18421         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
18422         * lib/vasnprintf.c: Include math.h and float+.h.
18423         (mp_limb_t): New type.
18424         (GMP_LIMB_BITS): New macro.
18425         (mp_twolimb_t): New type.
18426         (GMP_TWOLIMB_BITS): New macro.
18427         (mpn_t): New type.
18428         (multiply, divide, convert_to_decimal, decode_long_double,
18429         scale10_round_long_double, scale10_round_decimal_long_double,
18430         floorlog10l): New functions.
18431         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
18432         for the %f, %F, %e, %E, %g, %G directives.
18433         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
18434         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18435         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
18436         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
18437         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18438         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18439         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18440         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18441         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18442         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18443         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18444         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
18445         * modules/snprintf-posix (Depends-on): Likewise.
18446         * modules/sprintf-posix (Depends-on): Likewise.
18447         * modules/vasnprintf-posix (Depends-on): Likewise.
18448         * modules/vasprintf-posix (Depends-on): Likewise.
18449         * modules/vfprintf-posix (Depends-on): Likewise.
18450         * modules/vsnprintf-posix (Depends-on): Likewise.
18451         * modules/vsprintf-posix (Depends-on): Likewise.
18452         * modules/vasnprintf (Files): Add lib/float+.h.
18453         * doc/functions/fprintf.texi: Update.
18454         * doc/functions/printf.texi: Update.
18455         * doc/functions/snprintf.texi: Update.
18456         * doc/functions/sprintf.texi: Update.
18457         * doc/functions/vfprintf.texi: Update.
18458         * doc/functions/vprintf.texi: Update.
18459         * doc/functions/vsnprintf.texi: Update.
18460         * doc/functions/vsprintf.texi: Update.
18461
18462 2007-05-18  Bruno Haible  <bruno@clisp.org>
18463
18464         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
18465
18466 2007-05-18  Bruno Haible  <bruno@clisp.org>
18467
18468         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
18469         for printing 64-bit integers. Needed for mingw.
18470
18471 2007-05-18  Bruno Haible  <bruno@clisp.org>
18472
18473         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
18474         gl_FUNC_FREXPL_WORKS.
18475         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
18476
18477 2007-05-18  Bruno Haible  <bruno@clisp.org>
18478
18479         * modules/frexpl-nolibm-tests: New file.
18480
18481         * modules/frexpl-nolibm: New file.
18482         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
18483
18484 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
18487         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18488         GCC 4.2, which otherwise issues a lot of warnings.
18489         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
18490         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
18491         Likewise.
18492         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
18493         * modules/iconv_open (iconv.h): Likewise.
18494         * modules/locale (locale.h): Likewise.
18495         * modules/netinet_in (netinet/in.h): Likewise.
18496         * modules/sys_select (sys_select.h): Likewise.
18497         * modules/sys_socket (sys/socket.h): Likewise.
18498         * modules/sys_stat (sys/stat.h): Likewise.
18499         * modules/sysexits (sysexits.h): Likewise.
18500         * modules/unistd (unistd.h): Likewise.
18501
18502 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18503
18504         * modules/closein-tests (Makefile.am): Distribute
18505         `test-closein.sh'.
18506
18507 2007-05-17  Bruno Haible  <bruno@clisp.org>
18508
18509         * tests/test-printf-posix.output: Renamed from
18510         tests/test-fprintf-posix.out.
18511         * modules/fprintf-posix-tests: Update.
18512         * modules/printf-posix-tests: Update.
18513         * modules/vfprintf-posix-tests: Update.
18514         * modules/vprintf-posix-tests: Update.
18515         * tests/test-fprintf-posix.sh: Update.
18516         * tests/test-printf-posix.sh: Update.
18517         * tests/test-vfprintf-posix.sh: Update.
18518         * tests/test-vprintf-posix.sh: Update.
18519         Reported by Ralf Wildenhues.
18520
18521 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18522
18523         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
18524         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18525         GCC 4.2, which otherwise issues a lot of warnings.
18526         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
18527         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
18528         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
18529         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
18530         it should no longer be needed.
18531         * lib/string_.h: Likewise.
18532         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
18533         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
18534         * modules/inttypes (inttypes.h): Likewise.
18535         * modules/math (math.h): Likewise.
18536         * modules/search (search.h): Likewise.
18537         * modules/signal (signal.h): Likewise.
18538         * modules/stdint (stdint.h): Likewise.
18539         * modules/stdio (stdio.h): Likewise.
18540         * modules/stdlib (stdlib.h): Likewise.
18541         * modules/string (string.h): Likewise.
18542         * modules/sys_time (sys/time.h): Likewise.
18543         * modules/time (time.h): Likewise.
18544         * modules/wchar (wchar.h): Likewise.
18545         * modules/wctype (wtype.h): Likewise.
18546
18547 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
18548
18549         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
18550
18551 2007-05-13  Bruno Haible  <bruno@clisp.org>
18552
18553         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
18554         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18555         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
18556         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18557         (gl_PREREQ_STRTOK_R): Don't require it here.
18558
18559 2007-05-13  Bruno Haible  <bruno@clisp.org>
18560
18561         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
18562         when used in C++ mode.
18563
18564 2007-05-12  Bruno Haible  <bruno@clisp.org>
18565
18566         * lib/linebuffer.h: Tweak doc.
18567         * lib/linebuffer.c: Likewise.
18568
18569 2007-05-12  James Youngman  <jay@gnu.org>
18570
18571         * lib/linebuffer.c (readlinebuffer_delim): New function,
18572         like readlinebuffer, but use a caller-specified delimiter.
18573         (readlinebuffer): Just call readlinebuffer_delim with '\n'
18574         as the delimiter.
18575         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
18576
18577 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18578
18579         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
18580         * modules/openat (Files): Remove openat-die.c.
18581         (Depends-on): Add openat-die.
18582         * modules/openat-die: New module.
18583
18584 2007-05-06  Bruno Haible  <bruno@clisp.org>
18585
18586         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
18587         Update with info about Cygwin.
18588         * doc/functions/fprintf.texi: Update.
18589         * doc/functions/printf.texi: Update.
18590         * doc/functions/snprintf.texi: Update.
18591         * doc/functions/sprintf.texi: Update.
18592         * doc/functions/vfprintf.texi: Update.
18593         * doc/functions/vprintf.texi: Update.
18594         * doc/functions/vsnprintf.texi: Update.
18595         * doc/functions/vsprintf.texi: Update.
18596         Reported by Eric Blake.
18597
18598 2007-05-06  Bruno Haible  <bruno@clisp.org>
18599
18600         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18601         padding ourselves for the floating-point directives.
18602         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
18603         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
18604         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18605         gl_PRINTF_FLAG_ZERO and test its result. Invoke
18606         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
18607         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18608         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18609         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18610         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18611         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18612         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18613         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18614         * tests/test-snprintf-posix.h (test_function): Also check the width
18615         and some flags in the %f directive.
18616         * tests/test-sprintf-posix.h (test_function): Likewise.
18617         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18618         * tests/test-vasprintf-posix.c (test_function): Likewise.
18619         * doc/functions/fprintf.texi: Update.
18620         * doc/functions/printf.texi: Update.
18621         * doc/functions/snprintf.texi: Update.
18622         * doc/functions/sprintf.texi: Update.
18623         * doc/functions/vfprintf.texi: Update.
18624         * doc/functions/vprintf.texi: Update.
18625         * doc/functions/vsnprintf.texi: Update.
18626         * doc/functions/vsprintf.texi: Update.
18627
18628 2007-05-06  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
18631         pass the ' flag character to sprintf or snprintf.
18632         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
18633         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
18634         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18635         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
18636         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
18637         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18638         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18639         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18640         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18641         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18642         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18643         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18644         * tests/test-snprintf-posix.h (test_function): Also check the grouping
18645         flag.
18646         * tests/test-sprintf-posix.h (test_function): Likewise.
18647         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18648         * tests/test-vasprintf-posix.c (test_function): Likewise.
18649         * doc/functions/fprintf.texi: Update.
18650         * doc/functions/printf.texi: Update.
18651         * doc/functions/snprintf.texi: Update.
18652         * doc/functions/sprintf.texi: Update.
18653         * doc/functions/vfprintf.texi: Update.
18654         * doc/functions/vprintf.texi: Update.
18655         * doc/functions/vsnprintf.texi: Update.
18656         * doc/functions/vsprintf.texi: Update.
18657
18658 2007-05-01  Bruno Haible  <bruno@clisp.org>
18659
18660         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
18661
18662 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
18665         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
18666
18667 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
18670         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
18671         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
18672
18673 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
18674
18675         * lib/argp-help.c (struct hol_entry): New member `ord'.
18676         (HOL_ENTRY_PTRCMP): Use ord for comparison
18677         (hol_sort): Initialize ord.
18678
18679 2007-05-01  Bruno Haible  <bruno@clisp.org>
18680
18681         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
18682         Reported by Eric Blake.
18683         * doc/gnulib.texi (Function Substitutes): Update.
18684
18685 2007-05-01  Bruno Haible  <bruno@clisp.org>
18686
18687         * doc/functions.texi: Remove file, now redundant through
18688         doc/functions/*.texi.
18689
18690 2007-05-01  Bruno Haible  <bruno@clisp.org>
18691
18692         * modules/argp (Depends-on): Add sleep.
18693
18694 2007-05-01  Bruno Haible  <bruno@clisp.org>
18695
18696         * modules/sleep-tests: New file.
18697         * tests/test-sleep.c: New file.
18698
18699         * modules/sleep: New file.
18700         * lib/sleep.c: New file.
18701         * m4/sleep.m4: New file.
18702         * lib/unistd_.h (sleep): New declaration.
18703         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
18704         HAVE_SLEEP.
18705         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
18706         * doc/functions/sleep.texi: Document the sleep module.
18707
18708 2007-05-01  Bruno Haible  <bruno@clisp.org>
18709
18710         * lib/sigprocmask.h: Remove file.
18711         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
18712         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
18713         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
18714         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
18715         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
18716         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
18717         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
18718         HAVE_SIGSET_T as a shell variable.
18719         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
18720         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
18721         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
18722         (Depends-on): Add signal. Remove verify.
18723         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
18724         (Include): Mention <signal.h> instead of sigprocmask.h.
18725         * NEWS: Mention the change.
18726         * lib/fatal-signal.c: Don't include sigprocmask.h.
18727
18728 2007-05-01  Bruno Haible  <bruno@clisp.org>
18729
18730         * modules/signal: New file.
18731         * lib/signal_.h: New file.
18732         * m4/signal_h.m4: New file.
18733
18734 2007-05-01  Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
18737         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
18738         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
18739         HAVE_WCTYPE_CTMP_BUG into wctype.h.
18740
18741 2007-05-01  Bruno Haible  <bruno@clisp.org>
18742
18743         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
18744         configure time.
18745         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
18746         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
18747         * modules/sys_stat (Makefile.am): Substitute their values into
18748         sys/stat.h.
18749
18750 2007-05-01  Bruno Haible  <bruno@clisp.org>
18751
18752         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
18753         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
18754         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
18755
18756 2007-05-01  Bruno Haible  <bruno@clisp.org>
18757
18758         * doc/header/assert.texi: Undo last change: don't mention the gnulib
18759         'assert' module here.
18760
18761 2007-05-01  Bruno Haible  <bruno@clisp.org>
18762
18763         * doc/functions/*.texi: New files.
18764         * doc/functions/google-ranking.txt: New file.
18765         * doc/gnulib.texi (Function Substitutes): New chapter.
18766         (ctime, inet_ntoa): Remove sections.
18767         * doc/ctime.texi: Remove file.
18768         * doc/inet_ntoa.texi: Remove file.
18769         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
18770         dependencies.
18771         (%.info): New rule, specifying a --reference-limit.
18772
18773 2007-05-01  Bruno Haible  <bruno@clisp.org>
18774
18775         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
18776
18777 2007-05-01  Bruno Haible  <bruno@clisp.org>
18778
18779         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
18780         the portability of 'mkdir' to mingw systems.
18781
18782 2007-05-01  Bruno Haible  <bruno@clisp.org>
18783
18784         * doc/headers/google-ranking.txt: New file.
18785
18786 2007-04-30  Eric Blake  <ebb9@byu.net>
18787
18788         Prefer fseeko to fseek.
18789         * modules/getpass (Depends-on): Add fseeko.
18790         * lib/getpass.c (getpass): Use fseeko, not fseek.
18791
18792 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
18793
18794         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
18795         assumes the sorting is stable, while most qsort implementations
18796         are not.  Use argument addresses to ensure they never compare as
18797         equal.
18798
18799         * tests/test-argp-2.sh (usage-indent test): Fix output
18800         (func_compare): Restore diff options
18801         * tests/test-argp.c: Restore #include "progname.h"
18802
18803 2007-04-29  Bruno Haible  <bruno@clisp.org>
18804
18805         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
18806         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18807         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
18808         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18809         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
18810         (configure.ac): Define CHECK_SNPRINTF_POSIX.
18811         (TESTS, check_PROGRAMS): Add test-snprintf.
18812         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
18813         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
18814         (TESTS, check_PROGRAMS): Add test-vsnprintf.
18815         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
18816         assertions that fail on HP-UX, OSF/1, or IRIX.
18817         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
18818
18819 2007-04-29  Bruno Haible  <bruno@clisp.org>
18820
18821         * MODULES.html.sh (posix_functions): Remove 'contents'.
18822
18823 2007-04-29  Karl Berry  <karl@gnu.org>
18824
18825         * config/srclist.txt (gendocs_template_min): new entry.
18826
18827 2007-04-29  Bruno Haible  <bruno@clisp.org>
18828
18829         Work around fpurge bug on BSD systems.
18830         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
18831         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
18832         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
18833         fpurge to rpl_fpurge if the system already has this function.
18834         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
18835         the case where the system already has this function. Correct invariants
18836         on BSD systems.
18837         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
18838         BSD systems.
18839
18840 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
18841
18842         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
18843         proposed by Sven Verdoolaege.
18844
18845         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
18846         options.
18847         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
18848         (usage and help tests): Update
18849
18850 2007-04-29  Bruno Haible  <bruno@clisp.org>
18851
18852         * tests/test-fflush.c (main): Use a file of size 17, not 10.
18853         Print more information in case of failure. Disable a test on BeOS.
18854
18855 2007-04-29  Bruno Haible  <bruno@clisp.org>
18856
18857         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
18858         This helps debugging on systems on which no gdb is available.
18859
18860 2007-04-29  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/freading.h: Improve comments.
18863         * lib/fwriting.h: Likewise.
18864         * tests/test-freading.c (main): Don't check freading immediately after
18865         repositioning. Needed for glibc.
18866
18867 2007-04-29  Bruno Haible  <bruno@clisp.org>
18868
18869         * lib/freading.c (freading): Trivial simplification.
18870
18871 2007-04-28  Bruno Haible  <bruno@clisp.org>
18872
18873         * tests/test-fwriting.c (main): Also test the interaction between
18874         fflush and fwriting.
18875         * modules/fwriting-tests (Depends-on): Add fflush.
18876
18877         * tests/test-freading.c (main): Also test the interaction between
18878         fflush and freading.
18879         * modules/freading-tests (Depends-on): Add fflush.
18880
18881 2007-04-28  Bruno Haible  <bruno@clisp.org>
18882
18883         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
18884         fseeko and ftello.
18885         Suggested by Eric Blake.
18886
18887 2007-04-28  Jim Meyering  <jim@meyering.net>
18888
18889         Avoid false-negative in gl_STDINT_H's C99 conformance test.
18890         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
18891         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
18892
18893 2007-04-27  Eric Blake  <ebb9@byu.net>
18894
18895         * doc/headers/assert.texi (assert.h): Document assert module use.
18896
18897 2007-04-27  Bruno Haible  <bruno@clisp.org>
18898
18899         * doc/headers/*.texi: New files.
18900         * doc/gnulib.texi (Header File Substitutes): New chapter.
18901         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
18902         dependencies.
18903         (standards.info ,standards.html, standards.dvi): Update dependencies.
18904         (mostlyclean, clean): New targets.
18905
18906 2007-04-27  Bruno Haible  <bruno@clisp.org>
18907
18908         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
18909         * modules/sysexits (Files, Makefile.am): Update.
18910
18911         * lib/sys_socket_.h: Renamed from lib/socket_.h.
18912         * modules/sys_socket (Files, Makefile.am): Update.
18913
18914         * lib/sys_stat_.h: Renamed from lib/stat_.h.
18915         * modules/sys_stat (Files, Makefile.am): Update.
18916
18917 2007-04-27  Eric Blake  <ebb9@byu.net>
18918
18919         * lib/freading.h: Improve comments.
18920         * lib/fwriting.h: Likewise.
18921         * lib/fflush.c: Likewise.
18922
18923         Fix closein for mingw.
18924         * modules/closein-tests: Add tests for closein.
18925         * tests/test-closein.c: New file.
18926         * tests/test-closein.sh: Likewise.
18927         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
18928         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
18929
18930 2007-04-27  Bruno Haible  <bruno@clisp.org>
18931
18932         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
18933         version is < 6.
18934         * lib/math_.h [__DECC]: Likewise.
18935         * lib/stdio_.h [__DECC]: Likewise.
18936         * lib/stdlib_.h [__DECC]: Likewise.
18937         * lib/string_.h [__DECC]: Likewise.
18938         * lib/time_.h [__DECC]: Likewise.
18939         * lib/wchar_.h [__DECC]: Likewise.
18940         * lib/wctype_.h [__DECC]: Likewise.
18941
18942 2007-04-27  Bruno Haible  <bruno@clisp.org>
18943
18944         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
18945
18946 2007-04-27  Bruno Haible  <bruno@clisp.org>
18947
18948         * lib/fflush.c: Add comments.
18949         * modules/fpurge-tests (Depends-on): Add fflush.
18950         * modules/freadable-tests (Depends-on): Likewise.
18951         * modules/fwritable-tests (Depends-on): Likewise.
18952
18953 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
18954
18955         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
18956         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
18957         Report by Bruno Haible <bruno@clisp.org>.
18958
18959 2007-04-26  Eric Blake  <ebb9@byu.net>
18960
18961         Fix fflush on mingw.
18962         * modules/fflush (Depends-on): Add freading.
18963         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
18964         but unread data.
18965
18966 2007-04-26  Eric Blake  <ebb9@byu.net>
18967         and Bruno Haible  <bruno@clisp.org>
18968
18969         Implement freading and fwriting.
18970         * lib/freading.c: New file.
18971         * lib/freading.h: Likewise.
18972         * m4/freading.m4: Likewise.
18973         * modules/freading: Likewise.
18974         * modules/freading-tests: Likewise.
18975         * tests/test-freading.c: Likewise.
18976         * lib/fwriting.c: New file.
18977         * lib/fwriting.h: Likewise.
18978         * m4/fwriting.m4: Likewise.
18979         * modules/fwriting: Likewise.
18980         * modules/fwriting-tests: Likewise.
18981         * tests/test-fwriting.c: Likewise.
18982         * MODULES.html.sh (File stream based Input/Output): Mention them.
18983
18984 2007-04-26  Bruno Haible  <bruno@clisp.org>
18985
18986         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
18987         'long' when we assume it.
18988         Suggested by Eric Blake.
18989
18990 2007-04-26  Bruno Haible  <bruno@clisp.org>
18991
18992         Ensure fseeko, ftello are declared on glibc systems.
18993         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
18994         * modules/fseeko (configure.ac-early): Likewise.
18995         * modules/ftello (configure.ac-early): Likewise.
18996         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
18997         AC_FUNC_FSEEKO for this.
18998         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
18999         (gl_CHECK_FSEEKO): Remove macro.
19000
19001 2007-04-26  Bruno Haible  <bruno@clisp.org>
19002
19003         * tests/test-fflush.c (main): Also check the ftell result after
19004         fflush and fseek/fseeko.
19005         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
19006         file descriptor position cache in the stream.
19007         * lib/fseeko.c (rpl_fseeko): Likewise.
19008
19009 2007-04-26  Bruno Haible  <bruno@clisp.org>
19010
19011         * modules/fflush-tests (Depends-on): Add fseeko.
19012
19013 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
19014             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19015
19016         * lib/argz_.h: ensure error_t definition is obtained in same
19017         mechanism system argz.h would have.
19018         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
19019         argz facilities are known bad.  Err on the side of caution if
19020         cross-compiling.
19021
19022 2007-04-25  Eric Blake  <ebb9@byu.net>
19023
19024         * lib/fpurge.c (includes): Use stdlib.h for free.
19025         * tests/test-fflush.c (main): Also test fflush-fseeko.
19026
19027 2007-04-25  Bruno Haible  <bruno@clisp.org>
19028
19029         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
19030         * lib/fseeko.c: New file.
19031         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
19032         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
19033         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
19034         gl_FUNC_FSEEKO.
19035         (gl_FUNC_FSEEKO): Invoke it.
19036         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
19037         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
19038         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
19039
19040 2007-04-25  Bruno Haible  <bruno@clisp.org>
19041
19042         * modules/fflush (Depends-on): Add ftello.
19043
19044 2007-04-25  Bruno Haible  <bruno@clisp.org>
19045
19046         * modules/ftello-tests: New file.
19047         * tests/test-ftello.c: New file.
19048
19049         * modules/ftello: New file.
19050         * m4/ftello.m4: New file.
19051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
19052         HAVE_FTELLO.
19053         * lib/stdio_.h (ftello): New declaration.
19054         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
19055         HAVE_FTELLO.
19056
19057 2007-04-25  Bruno Haible  <bruno@clisp.org>
19058
19059         * modules/fseeko-tests: New file.
19060         * tests/test-fseeko.c: New file.
19061
19062         * modules/fseeko: New file.
19063         * m4/fseeko.m4: New file.
19064         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
19065         HAVE_FSEEKO.
19066         * lib/stdio_.h (fseeko): New declaration.
19067         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
19068         HAVE_FSEEKO.
19069
19070 2007-04-25  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
19073
19074 2007-04-25  Bruno Haible  <bruno@clisp.org>
19075
19076         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
19077         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
19078         * tests/test-unistd.c: Likewise.
19079         * tests/test-fcntl.c: Likewise.
19080
19081 2007-04-23  Eric Blake  <ebb9@byu.net>
19082
19083         * lib/fflush.c: Fix missing include.
19084         Reported by Bruno Haible.
19085
19086 2007-04-23  Bruno Haible  <bruno@clisp.org>
19087
19088         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
19089         Reported by Eric Blake.
19090
19091 2007-04-23  Bruno Haible  <bruno@clisp.org>
19092
19093         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
19094
19095 2007-04-23  Bruno Haible  <bruno@clisp.org>
19096
19097         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
19098
19099 2007-04-23  Bruno Haible  <bruno@clisp.org>
19100
19101         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
19102         Needed on HP-UX 11.
19103
19104 2007-04-16  Eric Blake  <ebb9@byu.net>
19105
19106         Make fflush rely on fpurge.
19107         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
19108         open coding all variants.
19109         * modules/fflush (Depends-on): Add fpurge and unistd.
19110         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
19111         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
19112
19113         Fix --with-tests compilation on cygwin.
19114         * modules/argmatch-tests (Makefile.am): List gnulib library first
19115         in LDADD.
19116         * modules/argp-tests (Makefile.am): Likewise.
19117         * modules/array-list-tests (Makefile.am): Likewise.
19118         * modules/array-oset-tests (Makefile.am): Likewise.
19119         * modules/avltree-list-tests (Makefile.am): Likewise.
19120         * modules/avltree-oset-tests (Makefile.am): Likewise.
19121         * modules/avltreehash-list-tests (Makefile.am): Likewise.
19122         * modules/carray-list-tests (Makefile.am): Likewise.
19123         * modules/dirname-tests (Makefile.am): Likewise.
19124         * modules/frexp-tests (Makefile.am): Likewise.
19125         * modules/isnanl-tests (Makefile.am): Likewise.
19126         * modules/linked-list-tests (Makefile.am): Likewise.
19127         * modules/linkedhash-list-tests (Makefile.am): Likewise.
19128         * modules/lock-tests (Makefile.am): Likewise.
19129         * modules/rbtree-list-tests (Makefile.am): Likewise.
19130         * modules/rbtree-oset-tests (Makefile.am): Likewise.
19131         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
19132         * modules/tls-tests (Makefile.am): Likewise.
19133         * modules/tsearch-tests (Makefile.am): Likewise.
19134         * modules/xvasprintf-tests (Makefile.am): Likewise.
19135
19136         Fix fpurge for cygwin.
19137         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
19138         value.
19139         * modules/fpurge-tests (Depends-on): Clean up trash.
19140
19141 2007-04-16  Simon Josefsson  <simon@josefsson.org>
19142
19143         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
19144
19145         * m4/autobuild.m4: Re-indent.
19146
19147 2007-04-13  Bruno Haible  <bruno@clisp.org>
19148
19149         * modules/fpurge-tests: New file.
19150         * tests/test-fpurge.c: New file.
19151
19152         * modules/fpurge: New file.
19153         * lib/fpurge.h: New file.
19154         * lib/fpurge.c: New file.
19155         * m4/fpurge.m4: New file.
19156
19157 2007-04-13  Bruno Haible  <bruno@clisp.org>
19158
19159         * modules/fbufmode-tests: New file.
19160         * tests/test-fbufmode.c: New file.
19161
19162         * modules/fbufmode: New file.
19163         * lib/fbufmode.h: New file.
19164         * lib/fbufmode.c: New file.
19165         * m4/fbufmode.m4: New file.
19166
19167 2007-04-13  Bruno Haible  <bruno@clisp.org>
19168
19169         * modules/fwritable-tests: New file.
19170         * tests/test-fwritable.c: New file.
19171
19172         * modules/fwritable: New file.
19173         * lib/fwritable.h: New file.
19174         * lib/fwritable.c: New file.
19175         * m4/fwritable.m4: New file.
19176
19177 2007-04-13  Bruno Haible  <bruno@clisp.org>
19178
19179         * modules/freadable-tests: New file.
19180         * tests/test-freadable.c: New file.
19181
19182         * modules/freadable: New file.
19183         * lib/freadable.h: New file.
19184         * lib/freadable.c: New file.
19185         * m4/freadable.m4: New file.
19186
19187 2007-04-13  Bruno Haible  <bruno@clisp.org>
19188
19189         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
19190         MOSTLYCLEANFILES.
19191
19192 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
19195         gzip bootstrap.conf to avoid dragging in i18n machinery.
19196         (gnulib_tool_option): Use it.
19197
19198 2007-04-13  Bruno Haible  <bruno@clisp.org>
19199
19200         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
19201         %F directives.
19202         * tests/test-vasprintf-posix.c (test_function): Likewise.
19203         * tests/test-snprintf-posix.h (test_function): Likewise.
19204         * tests/test-sprintf-posix.h (test_function): Likewise.
19205         * tests/test-fprintf-posix.h (test_function): Likewise.
19206         * tests/test-printf-posix.h (test_function): Likewise.
19207         * tests/test-fprintf-posix.out: Likewise.
19208
19209 2007-04-13  Bruno Haible  <bruno@clisp.org>
19210
19211         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
19212         * modules/tls-tests (configure.ac): Likewise.
19213         Reported by Arto C. Nirkko <anirkko@insel.ch>.
19214
19215 2007-04-13  Bruno Haible  <bruno@clisp.org>
19216
19217         * lib/tls.c (glthread_tls_get): Fix return type.
19218         Patch by Arto C. Nirkko <anirkko@insel.ch>.
19219
19220 2007-04-12  Eric Blake  <ebb9@byu.net>
19221
19222         * modules/gettime (Depends-on): Remove gettime.
19223         Reported by Dmitry V. Levin.
19224
19225 2007-04-12  Bruno Haible  <bruno@clisp.org>
19226
19227         * modules/fflush (Include): Mention <stdio.h>.
19228         * modules/strtoimax (Include): Mention <inttypes.h>.
19229         * modules/strtoumax (Include): Likewise.
19230
19231 2007-04-12  Eric Blake  <ebb9@byu.net>
19232
19233         * .cvsignore: New file.
19234         * .gitignore: Likewise.
19235
19236 2007-04-12  Bruno Haible  <bruno@clisp.org>
19237
19238         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
19239         not before, since $(LDADD) often contains libgnu.a.
19240         * modules/striconv-tests (test_striconv_LDADD): Likewise.
19241         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
19242         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
19243         Needed on Cygwin.
19244
19245 2007-04-12  Eric Blake  <ebb9@byu.net>
19246
19247         Work around glibc's failure to flush stdin on fclose.
19248         * lib/closein.c (close_stdin): Flush stdin before closing.
19249
19250         Work around glibc's failure to reset seekable stdin on exit.
19251         * modules/closein: New module.
19252         * lib/closein.c: New file.
19253         * lib/closein.h: Likewise.
19254         * m4/closein.m4: Likewise.
19255         * MODULES.html.sh (File stream based Input/Output): Document it.
19256
19257 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19258
19259         * gnulib-tool: Rename generated 'autobuild' script to
19260         'do-autobuild' in --create-megatestdir output.
19261
19262         * doc/gnulib.texi (Build robot for gnulib): Fix.
19263
19264 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19265
19266         * modules/sysexits (Depends-on): Add absolute-header.
19267
19268 2007-04-12  Eric Blake  <ebb9@byu.net>
19269
19270         No need to preserve errno on success.
19271         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
19272         Reported by Bruno Haible.
19273
19274 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19275
19276         * MODULES.html.sh (Support for maintaining and releasing
19277         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
19278
19279 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19280
19281         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
19282
19283 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19284
19285         * modules/autobuild: New module.
19286
19287         * m4/autobuild.m4: New file.
19288
19289 2007-04-11  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
19292         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
19293         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
19294         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
19295         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19296         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19297         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19298         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19299         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19300         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19301         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
19302         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19303         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
19305         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19306         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19307         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
19308         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19309         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19310         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
19311         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19312         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19313         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
19314         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19315         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19316         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
19317         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19318         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19319         Reported by Eric Blake.
19320
19321 2007-04-11  Bruno Haible  <bruno@clisp.org>
19322
19323         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
19324
19325 2007-04-10  Bruno Haible  <bruno@clisp.org>
19326
19327         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
19328         for NaN and Infinity. Needed on FreeBSD 6.1.
19329         * tests/test-vasnprintf-posix.c (test_function): Undo last change
19330         regarding results for "%010a" of Infinity and NaN.
19331         * tests/test-vasprintf-posix.c (test_function): Likewise.
19332         * tests/test-snprintf-posix.h (test_function): Likewise.
19333         * tests/test-sprintf-posix.h (test_function): Likewise.
19334         * tests/test-fprintf-posix.h (test_function): Likewise.
19335         * tests/test-printf-posix.h (test_function): Likewise.
19336         * tests/test-fprintf-posix.out: Likewise.
19337
19338 2007-04-10  Bruno Haible  <bruno@clisp.org>
19339
19340         * modules/locale-tests: New file.
19341         * tests/test-locale.c: New file.
19342
19343         * modules/locale: New file.
19344         * lib/locale_.h: New file.
19345         * m4/locale_h.m4: New file.
19346
19347 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
19348             Bruno Haible  <bruno@clisp.org>
19349
19350         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
19351         be determined, test for availability of the copysignf, copysign,
19352         copysignl functions.
19353         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
19354         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
19355         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
19356
19357 2007-04-09  Eric Blake  <ebb9@byu.net>
19358
19359         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
19360         * modules/stdio (Makefile.am): Support fflush.
19361         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19362         * modules/fflush: New file.
19363         * lib/fflush.c: Likewise.
19364         * m4/fflush.m4: Likewise.
19365         * modules/fflush-tests: New test.
19366         * tests/test-fflush.c: Likewise.
19367         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
19368
19369 2007-04-06  Bruno Haible  <bruno@clisp.org>
19370
19371         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
19372         (VASNPRINTF): Use signbit for faster determination whether to print a
19373         minus sign.
19374         * modules/vasnprintf (Files): Remove lib/float+.h.
19375         * modules/fprintf-posix (Depends-on): Add signbit.
19376         * modules/snprintf-posix (Depends-on): Likewise.
19377         * modules/sprintf-posix (Depends-on): Likewise.
19378         * modules/vasnprintf-posix (Depends-on): Likewise.
19379         * modules/vasprintf-posix (Depends-on): Likewise.
19380         * modules/vfprintf-posix (Depends-on): Likewise.
19381         * modules/vsnprintf-posix (Depends-on): Likewise.
19382         * modules/vsprintf-posix (Depends-on): Likewise.
19383
19384 2007-04-06  Bruno Haible  <bruno@clisp.org>
19385
19386         * tests/test-frexp.c (main): Test also the sign bit of zero results.
19387         * tests/test-frexpl.c (main): Likewise.
19388         * tests/test-ldexpl.c (main): Likewise.
19389         * modules/frexp-tests (Depends-on): Add signbit.
19390         * modules/frexpl-tests (Depdends-on): Likewise.
19391         * modules/ldexpl-tests (Depdends-on): Likewise.
19392
19393 2007-04-06  Bruno Haible  <bruno@clisp.org>
19394
19395         * modules/signbit-tests: New file.
19396         * tests/test-signbit.c: New file.
19397
19398         * modules/signbit: New file.
19399         * lib/signbitf.c: New file.
19400         * lib/signbitd.c: New file.
19401         * lib/signbitl.c: New file.
19402         * m4/signbit.m4: New file.
19403         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
19404         (signbit): New macro.
19405         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
19406         REPLACE_SIGNBIT.
19407         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
19408         REPLACE_FREXPL into math.h.
19409
19410 2007-04-06  Bruno Haible  <bruno@clisp.org>
19411
19412         * modules/isnanf-nolibm-tests: New file.
19413         * tests/test-isnanf.c: New file.
19414
19415         * modules/isnanf-nolibm: New file.
19416         * lib/isnanf.h: New file.
19417         * lib/isnanf.c: New file.
19418         * lib/isnan.c: Consider the USE_FLOAT macro.
19419         * m4/isnanf.m4: New file.
19420
19421 2007-04-06  Bruno Haible  <bruno@clisp.org>
19422
19423         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
19424         (Link): New section.
19425
19426         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
19427
19428 2007-04-06  Bruno Haible  <bruno@clisp.org>
19429
19430         Assume the 'long double' type.
19431         * m4/longdouble.m4: Remove file.
19432         * config/srclist.txt: Don't mention longdouble.m4.
19433         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
19434         * lib/float+.h: Likewise.
19435         * lib/frexp.c: Likewise.
19436         * lib/printf-args.h: Likewise.
19437         * lib/printf-args.c: Likewise.
19438         * lib/printf-frexp.c: Likewise.
19439         * lib/printf-parse.c: Likewise.
19440         * lib/vasnprintf.c: Likewise.
19441         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
19442         * m4/intl.m4: Likewise.
19443         * m4/isnanl.m4: Likewise.
19444         * m4/printf.m4: Likewise.
19445         * m4/printf-frexpl.m4: Likewise.
19446         * m4/vasnprintf.m4: Likewise.
19447         * modules/allocsa (Files): Remove m4/longdouble.m4.
19448         * modules/gettext (Files): Likewise.
19449         * modules/relocatable-prog-wrapper (Files): Likewise.
19450         * modules/vasnprintf (Files): Likewise.
19451         * modules/isnanl (Files): Likewise.
19452         (Include): Simplify.
19453         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
19454         (Include): Simplify.
19455         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
19456         (Include): Simplify.
19457         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
19458         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19459         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
19460         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19461         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19462         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19463         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
19464         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19465         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19466         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19467         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
19468         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19469         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
19470         * tests/test-isnanl.c: Likewise.
19471         * tests/test-snprintf-posix.h: Likewise.
19472         * tests/test-sprintf-posix.h: Likewise.
19473         * tests/test-vasnprintf-posix.c: Likewise.
19474         * tests/test-vasnprintf-posix2.c: Likewise.
19475         * tests/test-vasprintf-posix.c: Likewise.
19476
19477 2007-04-06  Bruno Haible  <bruno@clisp.org>
19478
19479         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
19480         * lib/math_.h [__DECC]: Include the overridden include file through
19481         #include_next, outside the double-inclusion guard.
19482         * lib/stdio_.h [__DECC]: Likewise.
19483         * lib/stdlib_.h [__DECC]: Likewise.
19484         * lib/string_.h [__DECC]: Likewise.
19485         * lib/time_.h [__DECC]: Likewise.
19486         * lib/wchar_.h [__DECC]: Likewise.
19487         * lib/wctype_.h [__DECC]: Likewise.
19488         * lib/inttypes_.h [__DECC]: Likewise.
19489         Reported by Albert Chin <china@thewrittenword.com> in
19490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
19491
19492 2007-04-04  Eric Blake  <ebb9@byu.net>
19493
19494         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
19495         1.5.x.
19496
19497 2007-04-04  Bruno Haible  <bruno@clisp.org>
19498
19499         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
19500         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
19501
19502 2007-04-04  Bruno Haible  <bruno@clisp.org>
19503
19504         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
19505         results for "%010a" of Infinity and NaN.
19506         * tests/test-vasprintf-posix.c (test_function): Likewise.
19507         * tests/test-snprintf-posix.h (test_function): Likewise.
19508         * tests/test-sprintf-posix.h (test_function): Likewise.
19509         * tests/test-fprintf-posix.h (test_function): Remove these tests.
19510         * tests/test-printf-posix.h (test_function): Likewise.
19511         * tests/test-fprintf-posix.out: Update.
19512         Needed for FreeBSD 6.1.
19513
19514 2007-04-04  Bruno Haible  <bruno@clisp.org>
19515
19516         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
19517         directly used by the gnulib modules nor by gnulib-tool.
19518
19519 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19520
19521         * DEPENDENCIES: Give overall description of version dependency
19522         desirability.  Use more-typical names for apps.
19523         Add shell, coreutils, diffutils, grep, tar, gzip.
19524
19525 2007-04-04  Simon Josefsson  <simon@josefsson.org>
19526
19527         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
19528
19529 2007-04-04  Karl Berry  <karl@gnu.org>
19530
19531         * MODULES.html.sh (func_module): missing '.
19532
19533 2007-04-03  Bruno Haible  <bruno@clisp.org>
19534
19535         * modules/argmatch-tests (Makefile.am): New variable
19536         test_argmatch_LDADD.
19537         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
19538         * modules/array-list-tests (Makefile.am): New variable
19539         test_array_list_LDADD.
19540         * modules/array-oset-tests (Makefile.am): New variable
19541         test_array_oset_LDADD.
19542         * modules/avltree-list-tests (Makefile.am): New variable
19543         test_avltree_list_LDADD.
19544         * modules/avltree-oset-tests (Makefile.am): New variable
19545         test_avltree_oset_LDADD.
19546         * modules/avltreehash-list-tests (Makefile.am): New variable
19547         test_avltreehash_list_LDADD.
19548         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
19549         test_canonicalize_lgpl_LDADD.
19550         * modules/carray-list-tests (Makefile.am): New variable
19551         test_carray_list_LDADD.
19552         * modules/dirname-tests (Makefile.am): New variable
19553         test_dirname_LDADD.
19554         * modules/linked-list-tests (Makefile.am): New variable
19555         test_linked_list_LDADD.
19556         * modules/linkedhash-list-tests (Makefile.am): New variable
19557         test_linkedhash_list_LDADD.
19558         * modules/rbtree-list-tests (Makefile.am): New variable
19559         test_rbtree_list_LDADD.
19560         * modules/rbtree-oset-tests (Makefile.am): New variable
19561         test_rbtree_oset_LDADD.
19562         * modules/rbtreehash-list-tests (Makefile.am): New variable
19563         test_rbtreehash_list_LDADD.
19564         * modules/xvasprintf-tests (Makefile.am): New variable
19565         test_xvasprintf_LDADD.
19566         Reported by Eric Blake.
19567
19568 2007-04-03  Eric Blake  <ebb9@byu.net>
19569
19570         * DEPENDENCIES: Weaken m4 requirements.
19571
19572 2007-04-03  Bruno Haible  <bruno@clisp.org>
19573
19574         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
19575         * modules/isnanl-tests (configure.ac): Likewise.
19576
19577 2007-04-03  Ben Pfaff  <blp@gnu.org>
19578
19579         * modules/iconv_open: Add $(srcdir)/ to source directory
19580         references in Makefile fragments that call gperf, to fix VPATH
19581         builds.
19582
19583 2007-04-03  Bruno Haible  <bruno@clisp.org>
19584
19585         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
19586         * lib/ldexpl.c: Undo last change.
19587
19588 2007-04-03  Bruno Haible  <bruno@clisp.org>
19589
19590         * modules/printf-frexpl (Depends-on): Undo last change.
19591         (Files): Add m4/ldexpl.m4.
19592
19593 2007-04-03  Bruno Haible  <bruno@clisp.org>
19594
19595         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
19596         * modules/isnanl (Link): New section.
19597
19598         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
19599         * modules/frexp (Link): New section.
19600
19601         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
19602         * modules/frexpl (Link): New section.
19603
19604         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
19605         * modules/ldexpl (Link): New section.
19606
19607 2007-04-03  Bruno Haible  <bruno@clisp.org>
19608
19609         * modules/TEMPLATE-EXTENDED: New file.
19610         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
19611
19612 2007-04-03  Bruno Haible  <bruno@clisp.org>
19613
19614         * DEPENDENCIES: New file.
19615         Suggested by Simon Josefsson.
19616
19617 2007-04-03  Bruno Haible  <bruno@clisp.org>
19618
19619         * doc/gnulib.texi: Escape @.
19620
19621 2007-04-03  James Youngman  <jay@gnu.org>
19622         and Paul Eggert  <eggert@cs.ucla.edu>
19623
19624         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
19625         birthtime on all systems that have birthtime, not just those which
19626         use st_birthtimensec rather than st_birthtim.  Putting zero in
19627         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
19628         that the birth time is not available for files on an NFS mount.
19629
19630 2007-04-03  Simon Josefsson  <simon@josefsson.org>
19631
19632         * modules/memxor: Move back from crypto/, suggested by Bruno.
19633         * modules/crypto/hmac-sha1: Fix memxor dependency.
19634
19635         * modules/crypto/gc: Moved from ../.
19636
19637 2007-04-02  Eric Blake  <ebb9@byu.net>
19638
19639         * lib/ldexpl.c (includes): Avoid libm.
19640
19641         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
19642
19643 2007-04-02  Bruno Haible  <bruno@clisp.org>
19644
19645         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
19646         on IRIX.
19647
19648 2007-04-02  Bruno Haible  <bruno@clisp.org>
19649
19650         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
19651         x86 or x86_64 platforms running MacOS X.
19652         Reported by Ryan Schmidt <@ryandesign.com>.
19653
19654 2007-04-02  Bruno Haible  <bruno@clisp.org>
19655
19656         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
19657         i386.
19658
19659 2007-04-01  Simon Josefsson  <simon@josefsson.org>
19660
19661         * modules/crypto/arcfour: Moved from ../.
19662         * modules/crypto/arcfour-tests: Moved from ../.
19663         * modules/crypto/arctwo: Moved from ../.
19664         * modules/crypto/arctwo-tests: Moved from ../.
19665         * modules/crypto/des: Moved from ../.
19666         * modules/crypto/des-tests: Moved from ../.
19667         * modules/crypto/gc-arcfour: Moved from ../.
19668         * modules/crypto/gc-arcfour-tests: Moved from ../.
19669         * modules/crypto/gc-arctwo: Moved from ../.
19670         * modules/crypto/gc-arctwo-tests: Moved from ../.
19671         * modules/crypto/gc-des: Moved from ../.
19672         * modules/crypto/gc-des-tests: Moved from ../.
19673         * modules/crypto/gc-hmac-md5: Moved from ../.
19674         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
19675         * modules/crypto/gc-hmac-sha1: Moved from ../.
19676         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
19677         * modules/crypto/gc-md2: Moved from ../.
19678         * modules/crypto/gc-md2-tests: Moved from ../.
19679         * modules/crypto/gc-md4: Moved from ../.
19680         * modules/crypto/gc-md4-tests: Moved from ../.
19681         * modules/crypto/gc-md5: Moved from ../.
19682         * modules/crypto/gc-md5-tests: Moved from ../.
19683         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
19684         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
19685         * modules/crypto/gc-random: Moved from ../.
19686         * modules/crypto/gc-rijndael: Moved from ../.
19687         * modules/crypto/gc-rijndael-tests: Moved from ../.
19688         * modules/crypto/gc-sha1: Moved from ../.
19689         * modules/crypto/gc-sha1-tests: Moved from ../.
19690         * modules/crypto/gc-tests: Moved from ../.
19691         * modules/crypto/hmac-md5: Moved from ../.
19692         * modules/crypto/hmac-md5-tests: Moved from ../.
19693         * modules/crypto/hmac-sha1: Moved from ../.
19694         * modules/crypto/hmac-sha1-tests: Moved from ../.
19695         * modules/crypto/md2: Moved from ../.
19696         * modules/crypto/md2-tests: Moved from ../.
19697         * modules/crypto/md4: Moved from ../.
19698         * modules/crypto/md4-tests: Moved from ../.
19699         * modules/crypto/md5: Moved from ../.
19700         * modules/crypto/md5-tests: Moved from ../.
19701         * modules/crypto/memxor: Moved from ../.
19702         * modules/crypto/rijndael: Moved from ../.
19703         * modules/crypto/rijndael-tests: Moved from ../.
19704         * modules/crypto/sha1: Moved from ../.
19705
19706 2007-03-30  James Youngman  <jay@gnu.org>
19707
19708         * tests/test-stat-time.c (prepare_test): use chmod() rather than
19709         rename() to change the ctime of a file (because ctime is unaffected
19710         by rename on jfs2 on AIX 5.1).
19711         (main): Start by doing cleanup, in case a previous run failed leaving
19712         test files behind.
19713
19714 2007-03-31  Bruno Haible  <bruno@clisp.org>
19715
19716         Support old proprietary implementations of iconv.
19717         * modules/iconv_open: New file.
19718         * lib/iconv_.h: New file.
19719         * m4/iconv_h.m4: New file.
19720         * lib/iconv_open.c: New file.
19721         * lib/iconv_open-aix.gperf: New file.
19722         * lib/iconv_open-hpux.gperf: New file.
19723         * lib/iconv_open-irix.gperf: New file.
19724         * lib/iconv_open-osf.gperf: New file.
19725         * m4/iconv_open.m4: New file.
19726         * modules/linebreak (Depends-on): Add iconv_open.
19727         * modules/striconv (Depends-on): Likewise.
19728         * modules/striconveh (Depends-on): Likewise.
19729         * modules/unicodeio (Depends-on): Likewise.
19730         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
19731         (iconv_t)(-1).
19732         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
19733         conversion if cd is (iconv_t)(-1).
19734         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
19735         is not possible.
19736
19737 2007-03-31  Bruno Haible  <bruno@clisp.org>
19738
19739         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19740         work on Solaris either. Protect also second use of "autodetect_jp".
19741
19742 2007-03-31  Bruno Haible  <bruno@clisp.org>
19743
19744         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
19745         the function is not present.
19746
19747 2007-03-31  Bruno Haible  <bruno@clisp.org>
19748
19749         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
19750         the function is not present.
19751
19752 2007-03-31  Bruno Haible  <bruno@clisp.org>
19753
19754         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
19755         a bug in HP-UX iconv_open().
19756
19757 2007-03-31  Bruno Haible  <bruno@clisp.org>
19758
19759         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19760         (Mathematics <math.h>): New section, add fpieee.
19761         (Input/output <stdio.h>): Add fseterr.
19762         (Mathematics <math.h>): New section, add printf-frexp.
19763         (Container data structures): Add sublist.
19764         (Core language properties): Add fpucw, inline.
19765         (Functions for greatest-width integer types <inttypes.h>): Add
19766         imaxabs, imaxdiv, inttypes.
19767         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
19768         isnanl-nolibm, ldexp.
19769         (Mathematics <math.h>): New section, add printf-frexpl.
19770         (Support for systems lacking POSIX:2001): Add fprintf-posix,
19771         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
19772         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
19773         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
19774         (Unicode string functions): Add unistr/u*-mbtoucr.
19775         (Java): Add javacomp-script, javaexec-script.
19776         (C#): Add csharpcomp-script, csharpexec-script.
19777         (Support for building libraries and executables): Add havelib,
19778         relocatable-*.
19779         (Support for maintaining and releasing projects): Renamed from
19780         'Support for maintaining and release projects'. Add announce-gen.
19781
19782 2007-03-31  Bruno Haible  <bruno@clisp.org>
19783
19784         * README: Talk primarily about git.
19785         (git and CVS): Renamed from CVS.
19786         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
19787         gnulib is available through git.
19788         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
19789
19790 2007-03-30  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
19793         * lib/poll_.h: Likewise.
19794         * lib/stat_.h: Likewise.
19795         * lib/sys_time_.h: Likewise.
19796         * lib/sysexit_.h: Likewise.
19797         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
19798         * lib/stdbool_.h: Likewise.
19799         * lib/byteswap_.h: Add double-inclusion guard.
19800
19801 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
19802
19803         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
19804
19805 2007-03-30  Karl Berry  <karl@gnu.org>
19806
19807         * config/srclist-update: double space after USA in the license
19808         substitution, since that's how it's usually (?) written.
19809
19810 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19811
19812         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
19813         reported by Bruno Haible.
19814
19815 2007-03-29  Bruno Haible  <bruno@clisp.org>
19816
19817         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
19818         a bug in AIX iconv().
19819
19820 2007-03-29  Bruno Haible  <bruno@clisp.org>
19821
19822         * modules/ldexpl-tests: New file.
19823         * tests/test-ldexpl.c: New file.
19824
19825 2007-03-29  Bruno Haible  <bruno@clisp.org>
19826
19827         * lib/ldexpl.c: Include fpucw.h.
19828         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
19829         multiplication.
19830         * modules/ldexpl (Depends-on): Add fpucw.
19831
19832 2007-03-29  Bruno Haible  <bruno@clisp.org>
19833
19834         * modules/ldexpl: New file.
19835         * m4/ldexpl.m4: New file.
19836         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
19837         set.
19838         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
19839         REPLACE_LDEXPL.
19840         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
19841         REPLACE_LDEXPL.
19842         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19843         gl_FUNC_LDEXPL_WORKS.
19844         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
19845         * modules/mathl (Files): Remove lib/ldexpl.c.
19846         (Depends-on): Add ldexpl.
19847
19848 2007-03-29  Bruno Haible  <bruno@clisp.org>
19849
19850         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
19851
19852 2007-03-29  Bruno Haible  <bruno@clisp.org>
19853
19854         * tests/test-striconveh.c (main): Don't assume that a direct conversion
19855         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
19856         and possibly also HP-UX.
19857         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19858         work on AIX, IRIX, HP-UX, OSF/1.
19859         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
19860         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
19861         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
19862         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
19863         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
19864         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
19865
19866 2007-03-29  Bruno Haible  <bruno@clisp.org>
19867
19868         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
19869
19870 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19871
19872         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
19873         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
19874
19875 2007-03-29  Eric Blake  <ebb9@byu.net>
19876
19877         * lib/acl-internal.h: Remove redundant include.
19878         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
19879         Cygwin when a file is locked.
19880
19881 2007-03-29  Bruno Haible  <bruno@clisp.org>
19882
19883         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
19884         file.
19885         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
19886
19887 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
19888
19889         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
19890         try to remove a parent directory if the child couldn't be removed
19891         (except for the first rmdir, which could fail because the child
19892         doesn't exist).  Problem reported by Jeff Blaine in
19893         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
19894
19895 2007-03-28  Bruno Haible  <bruno@clisp.org>
19896
19897         * lib/striconveh.c (utf8conv_carefully): New function.
19898         (mem_cd_iconveh_internal): Invoke it.
19899
19900 2007-03-28  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
19903         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
19904         input.
19905         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
19906         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
19907         unistr/u8-uctomb.
19908
19909 2007-03-28  Bruno Haible  <bruno@clisp.org>
19910
19911         * modules/unistr/u8-mbtoucr: New file.
19912         * lib/unistr/u8-mbtoucr.c: New file.
19913         * modules/unistr/u16-mbtoucr: New file.
19914         * lib/unistr/u16-mbtoucr.c: New file.
19915         * modules/unistr/u16-mbtoucr: New file.
19916         * lib/unistr/u16-mbtoucr.c: New file.
19917         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
19918
19919 2007-03-27  Simon Josefsson  <simon@josefsson.org>
19920             Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
19923         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
19924         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
19925
19926         * m4/stdio_h.m4: Add stubs for vasprintf too.
19927
19928         * modules/stdio: Support vasprintf in sed command.
19929
19930         * modules/vasprintf: Depend on stdio for prototypes.  Remove
19931         vasprintf.h.  Add stdio module indicator.
19932
19933         * lib/stdio_.h: Declare asprintf and vasprintf, based on
19934         vasprintf.h.
19935
19936         * lib/vasprintf.h: File removed.
19937
19938         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
19939         * lib/vasprintf.c: Ditto.
19940         * lib/xvasprintf.c: Ditto.
19941         * tests/test-vasprintf-posix.c: Ditto.
19942         * tests/test-vasprintf.c: Ditto.
19943
19944 2007-03-27  Bruno Haible  <bruno@clisp.org>
19945
19946         Make vasnprintf multithread-safe.
19947         * lib/vasnprintf.c (decimal_point_char): New function.
19948         (VASNPRINTF): Use it.
19949         Suggested by Simon Josefsson.
19950
19951 2007-03-27  Eric Blake  <ebb9@byu.net>
19952
19953         Support sub-second birthtime on cygwin.
19954         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
19955         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
19956         (get_stat_birthtime): Also work with st_birthtim.
19957
19958 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         * lib/stat-time.h (USE_BIRTHTIME): Remove.
19961         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
19962         (get_stat_birthtime_ns): Do not try to use "spare" fields.
19963         (get_stat_birthtime_ns): Simplify compile-time tests.
19964         (get_stat_birthtime): Change the API to look like
19965         get_stat_mtime etc., except return a negative tv_nsec on error.
19966         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
19967         Don't check for "spare" fields.
19968         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
19969         or for struct stat.st_birthtime, as these tests aren't used.
19970         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
19971
19972 2007-03-27  Bruno Haible  <bruno@clisp.org>
19973
19974         * lib/stat-time.h: Include <sys/stat.h>.
19975
19976 2007-03-27  James Youngman  <jay@gnu.org>
19977
19978         * lib/stat-time.h (get_stat_birthtime): New function for
19979           retrieving st_birthtime as provided by UFS2 (hence *BSD).
19980         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
19981           and its variants.
19982         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
19983         * modules/stat-time-test: New file.
19984         * tests/test-stat-time.c: New test, devised by Bruno Haible.
19985
19986 2007-03-26  Bruno Haible  <bruno@clisp.org>
19987
19988         Better support of signalling NaNs.
19989         * lib/atanl.c: Include isnanl.h.
19990         (atanl): Perform test for NaN at the beginning of the function and
19991         through a call to isnanl.
19992         * lib/cosl.c: Include isnanl.h.
19993         (cosl): Perform test for NaN at the beginning of the function and
19994         through a call to isnanl.
19995         * lib/ldexpl.c: Include isnanl.h.
19996         (ldexpl): Perform test for NaN through a call to isnanl.
19997         * lib/logl.c: Include isnanl.h.
19998         (logl): Perform test for NaN at the beginning of the function and
19999         through a call to isnanl.
20000         * lib/sinl.c: Include isnanl.h.
20001         (sinl): Perform test for NaN at the beginning of the function and
20002         through a call to isnanl.
20003         * lib/sqrtl.c: Include isnanl.h.
20004         (sqrtl): Perform test for NaN at the beginning of the function and
20005         through a call to isnanl.
20006         * lib/tanl.c: Include isnanl.h.
20007         (tanl): Perform test for NaN at the beginning of the function and
20008         through a call to isnanl.
20009         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
20010         * modules/mathl (Depends-on): Add isnanl.
20011
20012 2007-03-26  Eric Blake  <ebb9@byu.net>
20013
20014         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
20015         regression in logic sense of previous patch.
20016
20017 2007-03-26  Bruno Haible  <bruno@clisp.org>
20018
20019         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
20020         unportable shell command "if ! ...".
20021         Reported by Ralf Wildenhues.
20022
20023 2007-03-25  Bruno Haible  <bruno@clisp.org>
20024
20025         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
20026         <sysexits.h> file, and only add EX_CONFIG.
20027         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
20028         absolute file name and whether it is sufficient. Substitute also
20029         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
20030         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
20031         ABSOLUTE_SYSEXITS_H into sysexits.h.
20032
20033 2007-03-25  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
20036         hints is NULL.
20037
20038 2007-03-25  Bruno Haible  <bruno@clisp.org>
20039
20040         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
20041         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
20042
20043 2007-03-25  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/vasnprintf.c: Include langinfo.h.
20046         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
20047         multithread-safe.
20048         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
20049         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
20050         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20051         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20052         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20053         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20054         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20055         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
20056         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20057         Reported by Simon Josefsson.
20058
20059 2007-03-25  Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
20062         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
20063         * modules/vasnprintf (Depends-on): Add stdint.
20064
20065 2007-03-25  Bruno Haible  <bruno@clisp.org>
20066
20067         * modules/fpieee: New file.
20068         * m4/fpieee.m4: New file.
20069         * modules/isnan-nolibm (Depends-on): Add fpieee.
20070         * modules/isnanl-nolibm (Depends-on): Add fpieee.
20071         * modules/isnanl (Depends-on): Add fpieee.
20072
20073 2007-03-25  Bruno Haible  <bruno@clisp.org>
20074
20075         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
20076
20077 2007-03-25  Bruno Haible  <bruno@clisp.org>
20078
20079         Avoid test failures on IRIX 6.5.
20080         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
20081         (main): Use it.
20082         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
20083         macros.
20084         (main): Use them.
20085
20086 2007-03-25  Bruno Haible  <bruno@clisp.org>
20087
20088         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
20089         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
20090         exists but doesn't work.
20091         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
20092         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
20093         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
20094         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
20095
20096 2007-03-25  Bruno Haible  <bruno@clisp.org>
20097
20098         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
20099         returns inf. Needed on IRIX 6.5.
20100
20101 2007-03-25  Bruno Haible  <bruno@clisp.org>
20102
20103         * tests/test-frexpl.c: Include isnanl-nolibm.h.
20104         (main): Use isnanl instead of x != x idiom.
20105         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
20106
20107         * tests/test-frexp.c: Include isnan.h.
20108         (main): Use isnan instead of x != x idiom.
20109         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
20110
20111 2007-03-25  Bruno Haible  <bruno@clisp.org>
20112
20113         * tests/test-frexp.c (NaN): New function/macro.
20114         (main): Use it instead of 0.0 / 0.0.
20115         * tests/test-isnan.c (NaN): New function/macro.
20116         (main): Use it instead of 0.0 / 0.0.
20117         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
20118         (test_function): Use it instead of 0.0 / 0.0.
20119         * tests/test-vasprintf-posix.c (NaN): New function/macro.
20120         (test_function): Use it instead of 0.0 / 0.0.
20121         * tests/test-snprintf-posix.h (NaN): New function/macro.
20122         (test_function): Use it instead of 0.0 / 0.0.
20123         * tests/test-sprintf-posix.h (NaN): New function/macro.
20124         (test_function): Use it instead of 0.0 / 0.0.
20125         * tests/test-fprintf-posix.h (NaN): New function/macro.
20126         (test_function): Use it instead of 0.0 / 0.0.
20127         * tests/test-printf-posix.h (NaN): New function/macro.
20128         (test_function): Use it instead of 0.0 / 0.0.
20129
20130         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
20131
20132 2007-03-25  Bruno Haible  <bruno@clisp.org>
20133
20134         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
20135
20136 2007-03-25  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/regexec.c (merge_state_with_log): Make static.
20139
20140 2007-03-25  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/trigl.c (kernel_rem_pio2): Make static.
20143
20144 2007-03-25  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/sincosl.c (sincosl_table): Make static.
20147
20148 2007-03-25  Bruno Haible  <bruno@clisp.org>
20149
20150         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
20151         if the compiler does not support C99.
20152
20153 2007-03-25  Bruno Haible  <bruno@clisp.org>
20154
20155         * modules/time (Makefile.am): Ensure all rule action lines start with a
20156         tab.
20157
20158 2007-03-24  Bruno Haible  <bruno@clisp.org>
20159
20160         * modules/tsearch-tests: New file.
20161         * tests/test-tsearch.sh: New file.
20162         * tests/test-tsearch.c: New file, mostly copied from glibc.
20163
20164         * modules/search-tests: New file.
20165         * tests/test-search.c: New file.
20166
20167         * modules/search: New file.
20168         * lib/search_.h: New file, incorporating lib/tsearch.h.
20169         * m4/search_h.m4: New file.
20170         * lib/tsearch.h: Remove file.
20171         * lib/tsearch.c: Include search.h instead of tsearch.h.
20172         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
20173         HAVE_TSEARCH.
20174         * modules/tsearch (Files): Remove lib/tsearch.h.
20175         (Depends-on): Add search.
20176         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
20177         (Include): Change tsearch.h into search.h.
20178
20179 2007-03-24  Bruno Haible  <bruno@clisp.org>
20180
20181         * modules/fpucw: New file.
20182         * lib/fpucw.h: New file.
20183         * lib/frexp.c: Include fpucw.h.
20184         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20185         (FUNC): Use them.
20186         * lib/printf-frexp.c: Include fpucw.h.
20187         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20188         (FUNC): Use them.
20189         * lib/vasnprintf.c: Include fpucw.h.
20190         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
20191         'long double' calculations.
20192         * tests/test-frexpl.c: Include fpucw.h.
20193         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20194         * tests/test-printf-frexpl.c: Include fpucw.h.
20195         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20196         * modules/frexpl (Depends-on): Add fpucw.
20197         * modules/printf-frexpl (Depends-on): Likewise.
20198         * modules/fprintf-posix (Depends-on): Likewise.
20199         * modules/snprintf-posix (Depends-on): Likewise.
20200         * modules/sprintf-posix (Depends-on): Likewise.
20201         * modules/vasnprintf-posix (Depends-on): Likewise.
20202         * modules/vasprintf-posix (Depends-on): Likewise.
20203         * modules/vfprintf-posix (Depends-on): Likewise.
20204         * modules/vsnprintf-posix (Depends-on): Likewise.
20205         * modules/vsprintf-posix (Depends-on): Likewise.
20206         * modules/frexpl-tests (Depends-on): Likewise.
20207         * modules/printf-frexpl-tests (Depends-on): Likewise.
20208
20209 2007-03-24  Bruno Haible  <bruno@clisp.org>
20210
20211         * lib/float+.h: New file.
20212         * lib/isnan.c: Include float+.h.
20213         (SIZE): New macro.
20214         (FUNC): Compare only SIZE bytes of the value.
20215         * lib/vasnprintf.c: Include float+.h.
20216         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
20217         SIZEOF_LDBL or SIZEOF_DBL bytes.
20218         * modules/isnan-nolibm (Files): Add lib/float+.h.
20219         * modules/isnanl-nolibm (Files): Add lib/float+.h.
20220         * modules/isnanl (Files): Add lib/float+.h.
20221         * modules/vasnprintf (Files): Add lib/float+.h.
20222
20223 2007-03-24  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
20226         include isnanl-nolibm.h.
20227
20228 2007-03-24  Bruno Haible  <bruno@clisp.org>
20229
20230         * tests/test-read-file.c (main): Don't produce spurious output for
20231         expected situations. Make the test fail if it encountered unexpected
20232         results.
20233
20234 2007-03-24  Bruno Haible  <bruno@clisp.org>
20235
20236         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
20237         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
20238
20239 2007-03-24  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
20242
20243 2007-03-24  Bruno Haible  <bruno@clisp.org>
20244
20245         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
20246         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
20247
20248         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
20249         * modules/utf8-ucs4: Turn into a symbolic link to module
20250         unistr/u8-mbtouc.
20251
20252         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
20253         utf8-ucs4-unsafe.
20254         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
20255         unistr/u8-mbtouc-unsafe.
20256
20257         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
20258         * modules/utf16-ucs4: Turn into a symbolic link to module
20259         unistr/u16-mbtouc.
20260
20261         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
20262         utf16-ucs4-unsafe.
20263         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
20264         unistr/u16-mbtouc-unsafe.
20265
20266         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
20267         * modules/ucs4-utf8: Turn into a symbolic link to module
20268         unistr/u8-ubtomb.
20269
20270         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
20271         * modules/ucs4-utf16: Turn into a symbolic link to module
20272         unistr/u16-ubtomb.
20273
20274 2007-03-24  Bruno Haible  <bruno@clisp.org>
20275
20276         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
20277         Enable the function only if HAVE_INLINE.
20278         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
20279         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20280         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
20281         Enable the function only if HAVE_INLINE.
20282         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
20283         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20284         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
20285         Enable the function only if HAVE_INLINE.
20286         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
20287         Enable the function only if HAVE_INLINE.
20288         * modules/utf8-ucs4: Update.
20289         * modules/utf8-ucs4-unsafe: Update.
20290         * modules/utf16-ucs4: Update.
20291         * modules/utf16-ucs4-unsafe: Update.
20292         * modules/ucs4-utf8: Update.
20293         * modules/ucs4-utf16: Update.
20294
20295 2007-03-24  Bruno Haible  <bruno@clisp.org>
20296
20297         * lib/utf8-ucs4.h: Remove file.
20298         * lib/utf8-ucs4-unsafe.h: Remove file.
20299         * lib/utf16-ucs4.h: Remove file.
20300         * lib/utf16-ucs4-unsafe.h: Remove file.
20301         * lib/ucs4-utf8.h: Remove file.
20302         * lib/ucs4-utf16.h: Remove file.
20303         * lib/unistr.h: Include their previous contents.
20304         * m4/utf-ucs4.m4: Remove file.
20305         * m4/ucs4-utf.m4: Remove file.
20306         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
20307         (Depends-on): Add unistr/base.
20308         (configure.ac): Remove gl_UTF_UCS4.
20309         (Makefile.am): Update.
20310         (Include): Change to unistr.h.
20311         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
20312         (Depends-on): Add unistr/base.
20313         (configure.ac): Remove gl_UTF_UCS4.
20314         (Makefile.am): Update.
20315         (Include): Change to unistr.h.
20316         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
20317         (Depends-on): Add unistr/base.
20318         (configure.ac): Remove gl_UTF_UCS4.
20319         (Makefile.am): Update.
20320         (Include): Change to unistr.h.
20321         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
20322         (Depends-on): Add unistr/base.
20323         (configure.ac): Remove gl_UTF_UCS4.
20324         (Makefile.am): Update.
20325         (Include): Change to unistr.h.
20326         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
20327         (Depends-on): Add unistr/base.
20328         (configure.ac): Remove gl_UCS4_UTF.
20329         (Makefile.am): Update.
20330         (Include): Change to unistr.h.
20331         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
20332         (Depends-on): Add unistr/base.
20333         (configure.ac): Remove gl_UCS4_UTF.
20334         (Makefile.am): Update.
20335         (Include): Change to unistr.h.
20336         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
20337         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
20338         utf8-ucs4-unsafe.h.
20339         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
20340         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
20341         utf16-ucs4-unsafe.h.
20342         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
20343         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
20344         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
20345         * lib/unistr/u8-strchr.c: Likewise.
20346         * lib/unistr/u8-strrchr.c: Likewise.
20347         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
20348         * lib/unistr/u16-strchr.c: Likewise.
20349         * lib/unistr/u16-strrchr.c: Likewise.
20350         * lib/striconveh.c: Update.
20351         * lib/linebreak.c: Update.
20352
20353 2007-03-24  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
20356         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
20357
20358 2007-03-22  Bruno Haible  <bruno@clisp.org>
20359
20360         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
20361
20362 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         * MODULES.html.sh (File system functions): New module write-any-file.
20365         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
20366         * m4/write-any-file.m4: New files.
20367
20368 2007-03-23  Eric Blake  <ebb9@byu.net>
20369
20370         * gnulib-tool: Rearrange space-tab sequences, since some editors
20371         like to eat them.
20372
20373 2007-03-23  Eric Blake  <ebb9@byu.net>
20374
20375         * lib/version-etc.c (version_etc_va): Update license wording to
20376         be more concise.  Recommended by Richard Stallman.
20377
20378 2007-03-22  Bruno Haible  <bruno@clisp.org>
20379
20380         * lib/poll.c (MSG_PEEK): New fallback definition.
20381
20382 2007-03-22  Bruno Haible  <bruno@clisp.org>
20383
20384         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
20385         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
20386         (main): Update.
20387         Fixes a compilation error on BeOS.
20388
20389 2007-03-22  Bruno Haible  <bruno@clisp.org>
20390
20391         * modules/frexpl-tests: New file.
20392         * tests/test-frexpl.c: New file.
20393
20394         * modules/frexpl: New file.
20395         * m4/frexpl.m4: New file.
20396         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
20397         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
20398         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
20399         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
20400         (Depends-on): Add frexpl. Remove isnanl-nolibm.
20401         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
20402
20403 2007-03-22  Bruno Haible  <bruno@clisp.org>
20404
20405         * lib/frexpl.c: Share code with lib/frexp.c.
20406         * modules/mathl (Files): Add lib/frexp.c.
20407         (Depends-on): Add isnanl-nolibm.
20408
20409 2007-03-22  Bruno Haible  <bruno@clisp.org>
20410
20411         * modules/printf-frexp (Files): Add m4/frexp.m4.
20412         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
20413         only if the found frexp function actually works.
20414
20415 2007-03-22  Bruno Haible  <bruno@clisp.org>
20416
20417         * lib/frexp.c: Remove older implementation that uses divisions.
20418
20419 2007-03-21  Bruno Haible  <bruno@clisp.org>
20420
20421         * modules/frexp-tests: New file.
20422         * tests/test-frexp.c: New file.
20423
20424         * modules/frexp: New file.
20425         * lib/frexp.c: New file.
20426         * m4/frexp.m4: New file.
20427         * lib/math_.h (frexp): New declaration.
20428         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
20429         REPLACE_FREXP.
20430         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
20431
20432 2007-03-21  Bruno Haible  <bruno@clisp.org>
20433
20434         * modules/isnanl-tests: New file.
20435         * tests/test-isnanl.c: New file.
20436
20437         * modules/isnanl: New file.
20438         * lib/isnanl.h: New file.
20439         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
20440         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
20441         gl_FUNC_ISNANL_WORKS.
20442         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
20443         New macros.
20444
20445 2007-03-21  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
20448         lib/isnanl.h.
20449         (Include): Update.
20450         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
20451         * lib/vasnprintf.c: Update.
20452         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
20453         tests/test-isnanl.h, remove tests/test-isnanl.c.
20454         (Makefile.am): Update.
20455         * tests/test-isnanl-nolibm.c: New file.
20456         * tests/test-isnanl.h: New file.
20457         * tests/test-isnanl.c: Remove file.
20458
20459 2007-03-21  Jim Meyering  <jim@meyering.net>
20460
20461         When trying to open ".", treat ESTALE like EACCES.
20462         * lib/savewd.c (savewd_save): Resort to forking not just upon
20463         failure with EACCES, but also when errno is ESTALE.
20464
20465 2007-03-20  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
20468         Needed on AIX 5.1. Reported by Matthew Woehlke.
20469
20470 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         Suggestions by Bruno Haible:
20473         * lib/acl-internal.h: Include "gettext.h" rather than rolling
20474         our own.
20475         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
20476         * modules/acl (Depends-on): Add gettext.
20477
20478 2007-03-19  Bruno Haible  <bruno@clisp.org>
20479
20480         * modules/iconvme: Remove file.
20481         * lib/iconvme.h: Remove file.
20482         * lib/iconvme.c: Remove file.
20483         * m4/iconvme.m4: Remove file.
20484
20485 2007-03-19  Bruno Haible  <bruno@clisp.org>
20486
20487         * doc/relocatable-maint.texi: Break long shell script line.
20488         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20489
20490 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20491
20492         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
20493         handle file_has_acl.
20494         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
20495         * lib/acl.c: Move header inclusions and related macro defns into
20496         lib/acl-internal.h.
20497         (S_ISLNK): Remove defn, since that's now done for us.
20498         (file_has_acl): Move to lib/file-has-acl.c.
20499         Call acl_trivial if available.  This is the crucial part of the fix.
20500         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
20501         shared within the library.  Rewrite a bit, partly to make it compatible
20502         with the GNU coding style.
20503         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
20504         Remove unnecessary double-quotes.
20505         Don't test for acl_to_text; the build will catch that.
20506         Replace acl_entries if it doesn't exist and it is needed.
20507         Check for -lsec and acl_trivial (as used on Solaris 10).
20508         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
20509         lib/file-has-acl.c.
20510         (Depends-on): Add sys_stat, for S_ISLNK.
20511
20512 2007-03-19  Ben Pfaff  <blp@gnu.org>
20513
20514         * doc/gnulib.texi: Fix typos.
20515         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20516
20517 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20518
20519         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
20520         If size is zero here, buf must be zero.
20521
20522 2007-03-19  Simon Josefsson  <simon@josefsson.org>
20523
20524         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
20525         <bruno@clisp.org>.
20526
20527 2007-03-18  Bruno Haible  <bruno@clisp.org>
20528
20529         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
20530         Suggested by Eric Blake.
20531
20532 2007-03-18  Ben Pfaff  <blp@gnu.org>
20533
20534         * doc/relocatable.texi: Recommend using as prefix a directory
20535         that does not exist and will never be created.  Based on
20536         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
20537         and others.
20538
20539 2007-03-17  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/fchownat.c: Include lchown.h.
20542
20543 2007-03-17  Bruno Haible  <bruno@clisp.org>
20544
20545         Fix endless loop when the given allocated size was > INT_MAX.
20546         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
20547         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
20548         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
20549         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
20550         * lib/sprintf.c (sprintf): Likewise.
20551
20552 2007-03-17  Bruno Haible  <bruno@clisp.org>
20553
20554         * tests/test-argp-2.sh (func_compare): Output a context diff.
20555
20556 2007-03-17  Bruno Haible  <bruno@clisp.org>
20557
20558         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
20559         locale's decimal-point character.
20560
20561 2007-03-17  Bruno Haible  <bruno@clisp.org>
20562
20563         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
20564         before comparing it. Needed because on some platforms (e.g. x86) a
20565         'long double' occupies less bytes than sizeof (long double).
20566
20567 2007-03-17  Bruno Haible  <bruno@clisp.org>
20568
20569         * tests/test-crc.c (main): Make printf statements 64-bit clean.
20570         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
20571         * tests/test-getaddrinfo.c (simple): Likewise.
20572         * tests/test-read-file.c (main): Likewise.
20573
20574 2007-03-17  Bruno Haible  <bruno@clisp.org>
20575
20576         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
20577
20578 2007-03-17  Bruno Haible  <bruno@clisp.org>
20579
20580         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
20581         unused variable.
20582
20583 2007-03-17  Bruno Haible  <bruno@clisp.org>
20584
20585         * tests/test-c-strcasecmp.c: Include c-strcase.h.
20586         * tests/test-c-strncasecmp.c: Likewise.
20587
20588 2007-03-17  Bruno Haible  <bruno@clisp.org>
20589
20590         * modules/stdlib (Depends-on): Add unistd.
20591         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
20592         Needed for MacOS X 10.3.
20593
20594 2007-03-17  Bruno Haible  <bruno@clisp.org>
20595
20596         * lib/unistr/u-strdup.h: Include <stdlib.h>.
20597
20598 2007-03-17  Bruno Haible  <bruno@clisp.org>
20599
20600         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
20601
20602 2007-03-17  Bruno Haible  <bruno@clisp.org>
20603
20604         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
20605         to reflect files copied from gnulib (with or without modifications).
20606         Suggested by Jim Meyering.
20607
20608 2007-03-17  Eric Blake  <ebb9@byu.net>
20609
20610         * NEWS: Document stdlib change from 2007-02-18.
20611
20612 2007-03-17  Jim Meyering  <jim@meyering.net>
20613
20614         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
20615         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
20616         someone uses a name containing shell meta-characters.
20617         Reported by Alfred M. Szmidt.
20618
20619         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
20620
20621 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20622
20623         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
20624         and copy gettext configuration files only if configure.ac contains
20625         a use of AM_GNU_GETTEXT_VERSION.
20626
20627 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20628
20629         * build-aux/bootstrap (gnulib_name): New variable.
20630         (gnulib_tool_options): Use it.
20631
20632 2007-03-13  Simon Josefsson  <simon@josefsson.org>
20633
20634         * tests/test-des.c: Use new namespace.
20635
20636 2007-03-15  Bruno Haible  <bruno@clisp.org>
20637
20638         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
20639         Reported by James Youngman <jay@gnu.org>.
20640
20641 2007-03-15  Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
20644         declared prototype. Needed with cc on OSF/1 5.1.
20645
20646 2007-03-15  Bruno Haible  <bruno@clisp.org>
20647
20648         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
20649         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
20650         (struct gl_list_implementation): Add dispose_fn argument to the
20651         'create_empty', 'create' methods.
20652         (struct gl_list_impl_base): Add field 'dispose_fn'.
20653         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
20654         argument.
20655         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
20656         dispose_fn argument.
20657         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
20658         dispose_fn on the dropped values.
20659         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
20660         dispose_fn argument.
20661         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
20662         dropped values.
20663         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
20664         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20665         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
20666         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20667         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
20668         argument.
20669         (gl_tree_list_free): Call dispose_fn on the dropped values.
20670         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
20671         the dropped values.
20672         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20673         Add dispose_fn argument.
20674         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
20675         Call dispose_fn on the dropped values.
20676         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
20677         Add dispose_fn argument.
20678         (gl_sublist_create): Initialize the 'dispose_fn' field.
20679         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
20680         * tests/test-array_list.c (main): Update.
20681         * tests/test-carray_list.c (main): Update.
20682         * tests/test-avltree_list.c (main): Update.
20683         * tests/test-rbtree_list.c (main): Update.
20684         * tests/test-avltreehash_list.c (main): Update.
20685         * tests/test-rbtreehash_list.c (main): Update.
20686         * tests/test-linked_list.c (main): Update.
20687         * tests/test-linkedhash_list.c (main): Update.
20688         * tests/test-array_oset.c (main): Update.
20689
20690 2007-03-15  Bruno Haible  <bruno@clisp.org>
20691
20692         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
20693         (gl_oset_create_empty): Add dispose_fn argument.
20694         (struct gl_oset_implementation): Add dispose_fn argument to
20695         'create_empty' method.
20696         (struct gl_oset_impl_base): Add dispose_fn field.
20697         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
20698         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
20699         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
20700         values.
20701         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
20702         (gl_tree_oset_free): Call dispose_fn on the dropped values.
20703         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20704         dropped value.
20705         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20706         dropped value.
20707         * tests/test-array_oset.c (main): Update.
20708         * tests/test-avltree_oset.c (main): Update.
20709         * tests/test-rbtree_oset.c (main): Update.
20710         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
20711
20712 2007-03-13  Bruno Haible  <bruno@clisp.org>
20713
20714         * tests/test-stdbool.c (i): Update after last patch.
20715
20716 2007-03-12  Bruno Haible  <bruno@clisp.org>
20717
20718         * lib/quotearg.c: Include <wctype.h> early, before the definition of
20719         the iswprint macro. Needed on Solaris 2.5.1.
20720
20721 2007-03-12  Bruno Haible  <bruno@clisp.org>
20722
20723         * tests/test-printf-frexp.c (main): Declare x as volatile.
20724
20725 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20726
20727         * doc/gnulib.texi (Build robot for gnulib): New section.
20728
20729 2007-03-12  Jim Meyering  <jim@meyering.net>
20730
20731         * build-aux/bootstrap: New file.
20732         * build-aux/bootstrap.conf: New file, from coreutils.
20733
20734 2007-03-11  Bruno Haible  <bruno@clisp.org>
20735
20736         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
20737
20738 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20739
20740         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
20741         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
20742         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
20743
20744 2007-03-11  Bruno Haible  <bruno@clisp.org>
20745
20746         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
20747         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
20748
20749 2007-03-11  Bruno Haible  <bruno@clisp.org>
20750
20751         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
20752         formula. Needed for SunPRO C 5.0.
20753
20754 2007-03-11  Bruno Haible  <bruno@clisp.org>
20755
20756         * modules/long-options (Depends-on): Add getopt.
20757
20758 2007-03-11  Bruno Haible  <bruno@clisp.org>
20759
20760         * modules/modechange (Depends-on): Add stdbool.
20761
20762 2007-03-11  Bruno Haible  <bruno@clisp.org>
20763
20764         * modules/i-ring (Depends-on): Add stdbool.
20765
20766 2007-03-11  Bruno Haible  <bruno@clisp.org>
20767
20768         * modules/gc-des (Depends-on): Add stdbool.
20769
20770 2007-03-11  Bruno Haible  <bruno@clisp.org>
20771
20772         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
20773
20774 2007-03-11  Bruno Haible  <bruno@clisp.org>
20775
20776         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
20777
20778 2007-03-11  Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
20781
20782 2007-03-11  Bruno Haible  <bruno@clisp.org>
20783
20784         * lib/vasnprintf.c (sprintf): Undefine.
20785
20786 2007-03-11  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
20789         initializers in SunPRO C and Compaq C compilers.
20790
20791 2007-03-11  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
20794         decrementing code ANSI C compliant.
20795
20796 2007-03-11  Bruno Haible  <bruno@clisp.org>
20797
20798         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
20799         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
20800
20801 2007-03-11  Bruno Haible  <bruno@clisp.org>
20802
20803         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
20804         <stdbool.h> substitute doesn't pass.
20805
20806 2007-03-11  Bruno Haible  <bruno@clisp.org>
20807
20808         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
20809
20810 2007-03-11  Bruno Haible  <bruno@clisp.org>
20811
20812         * gnulib-tool (func_create_megatestdir): Create also an autobuild
20813         script, for submission to autobuild.josefsson.org.
20814
20815 2007-03-10  Bruno Haible  <bruno@clisp.org>
20816
20817         * modules/canonicalize-lgpl-tests: New file.
20818         * tests/test-canonicalize-lgpl.sh: New file.
20819         * tests/test-canonicalize-lgpl.c: New file.
20820
20821         * modules/c-strcase-tests: New file.
20822         * tests/test-c-strcase.sh: New file.
20823         * tests/test-c-strcasecmp.c: New file.
20824         * tests/test-c-strncasecmp.c: New file.
20825
20826         * modules/atexit-tests: New file.
20827         * tests/test-atexit.sh: New file.
20828         * tests/test-atexit.c: New file.
20829
20830 2007-03-10  Bruno Haible  <bruno@clisp.org>
20831
20832         * tests/test-binary-io.sh: Use temporary filenames that are not so
20833         likely to clash with those of other tests (in a parallel make).
20834         * tests/test-binary-io.c: Likewise.
20835
20836 2007-03-10  Bruno Haible  <bruno@clisp.org>
20837
20838         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
20839         fallback; use #error instead.
20840         Suggested by Simon Josefsson.
20841
20842 2007-03-10  Bruno Haible  <bruno@clisp.org>
20843
20844         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
20845         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
20846         first and the last.
20847
20848 2007-03-10  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
20851
20852 2007-03-10  Bruno Haible  <bruno@clisp.org>
20853
20854         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
20855         "make distcheck".
20856         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
20857         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
20858         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
20859
20860 2007-03-10  Bruno Haible  <bruno@clisp.org>
20861
20862         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
20863         variable.
20864         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
20865         variable.
20866
20867 2007-03-09  Eric Blake  <ebb9@byu.net>
20868         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
20869
20870         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
20871         types are not being provided by gnulib.
20872         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
20873         types are supported.
20874
20875 2007-03-10  Bruno Haible  <bruno@clisp.org>
20876
20877         * lib/stdio_.h (__attribute__): New macro.
20878         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
20879         vsprintf): Specify __attribute__ __format__ for GCC.
20880         Suggested by Eric Blake.
20881
20882 2007-03-09  Bruno Haible  <bruno@clisp.org>
20883
20884         * modules/printf-posix-tests: New file.
20885         * tests/test-printf-posix.sh: New file.
20886         * tests/test-printf-posix.c: New file.
20887
20888         * modules/printf-posix: New file.
20889         * lib/printf.c: New file.
20890         * m4/printf-posix-rpl.m4: New file.
20891         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
20892         REPLACE_PRINTF.
20893         * lib/stdio_.h (printf): New declaration.
20894         (format, __format__, ____printf____, ____scanf____, ____strftime____,
20895         ____strfmon____): New macros.
20896         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
20897         REPLACE_PRINTF.
20898
20899 2007-03-09  Bruno Haible  <bruno@clisp.org>
20900
20901         * tests/test-vasnprintf-posix2.sh: New file.
20902         * tests/test-vasnprintf-posix2.c: New file.
20903         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
20904         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
20905         (Makefile.am): Activate test-vasnprintf-posix2.sh.
20906
20907         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
20908         a locale dependent decimal point, rather than always '.'.
20909
20910 2007-03-09  Eric Blake  <ebb9@byu.net>
20911
20912         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
20913         spite of platforms like Tandem/NSK that define it to -1.
20914
20915 2007-03-08  Bruno Haible  <bruno@clisp.org>
20916
20917         * modules/vprintf-posix-tests: New file.
20918         * tests/test-vprintf-posix.sh: New file.
20919         * tests/test-vprintf-posix.c: New file.
20920         * tests/test-printf-posix.h: New file.
20921
20922         * modules/vprintf-posix: New file.
20923         * lib/vprintf.c: New file.
20924         * m4/vprintf-posix.m4: New file.
20925         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
20926         REPLACE_VPRINTF.
20927         * lib/stdio_.h (vprintf): New declaration.
20928         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
20929         REPLACE_VPRINTF.
20930
20931 2007-03-08  Bruno Haible  <bruno@clisp.org>
20932
20933         * modules/fprintf-posix-tests: New file.
20934         * tests/test-fprintf-posix.sh: New file.
20935         * tests/test-fprintf-posix.c: New file.
20936
20937         * modules/fprintf-posix: New file.
20938         * lib/fprintf.c: New file.
20939         * m4/fprintf-posix.m4: New file.
20940         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
20941         REPLACE_FPRINTF.
20942         * lib/stdio_.h (fprintf): New declaration.
20943         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
20944         REPLACE_FPRINTF.
20945
20946 2007-03-08  Bruno Haible  <bruno@clisp.org>
20947
20948         * modules/vfprintf-posix-tests: New file.
20949         * tests/test-vfprintf-posix.sh: New file.
20950         * tests/test-vfprintf-posix.c: New file.
20951         * tests/test-fprintf-posix.h: New file.
20952         * tests/test-fprintf-posix.out: New file.
20953
20954         * modules/vfprintf-posix: New file.
20955         * lib/vfprintf.c: New file.
20956         * m4/vfprintf-posix.m4: New file.
20957         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
20958         REPLACE_VFPRINTF.
20959         * lib/stdio_.h (vfprintf): New declaration.
20960         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
20961         REPLACE_VFPRINTF.
20962
20963 2007-03-08  Bruno Haible  <bruno@clisp.org>
20964
20965         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
20966
20967 2007-03-08  Bruno Haible  <bruno@clisp.org>
20968
20969         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
20970         instead of 'expr' invocations.
20971         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20972         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20973         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20974         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20975         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20976         Suggested by Paul Eggert.
20977
20978 2007-03-08  Bruno Haible  <bruno@clisp.org>
20979
20980         * modules/fseterr-tests: New file.
20981         * tests/test-fseterr.c: New file.
20982
20983         * modules/fseterr: New file.
20984         * lib/fseterr.h: New file.
20985         * lib/fseterr.c: New file.
20986
20987 2007-03-08  Bruno Haible  <bruno@clisp.org>
20988
20989         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
20990         * lib/getopt_.h: Likewise.
20991         * lib/mbswidth.h: Likewise.
20992         * lib/setenv.h: Likewise.
20993         * lib/vasnprintf.h: Likewise.
20994         * lib/vasprintf.h: Likewise.
20995         * lib/verror.h: Likewise.
20996         * lib/xsetenv.h: Likewise.
20997         * lib/xvasprintf.h: Likewise.
20998
20999 2007-03-08  Jim Meyering  <jim@meyering.net>
21000
21001         * users.txt: Add parted.
21002
21003         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
21004
21005 2007-03-07  Bruno Haible  <bruno@clisp.org>
21006
21007         * m4/printf.m4: Make the shell script snippets copy&pastable.
21008
21009 2007-03-02  Bruno Haible  <bruno@clisp.org>
21010
21011         * lib/netinet_in_.h: New file.
21012         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
21013         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
21014         * modules/netinet_in (Files): Add lib/netinet_in_.h.
21015         (Depends-on): Add absolute-header.
21016         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
21017         into netinet/in.h.
21018
21019 2007-03-03  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/sys_select_.h: New file.
21022         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
21023         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
21024         * modules/sys_select (Files): Add lib/sys_select_.h.
21025         (Depends-on): Add absolute-header.
21026         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
21027         into sys/select.h.
21028
21029 2007-03-02  Bruno Haible  <bruno@clisp.org>
21030
21031         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
21032         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
21033         values.
21034         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
21035         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
21036         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
21037         * modules/sys_socket (Depends-on): Add absolute-header.
21038         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
21039         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
21040         (Include): Remove requirement of inclusion of <sys/types.h>.
21041
21042 2007-03-02  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/byteswap_.h (bswap_32): Fix formula.
21045
21046 2007-03-06  Bruno Haible  <bruno@clisp.org>
21047
21048         * modules/sprintf-posix-tests: New file.
21049         * tests/test-sprintf-posix.c: New file.
21050
21051         * modules/sprintf-posix: New file.
21052         * lib/sprintf.c: New file.
21053         * m4/sprintf-posix.m4: New file.
21054         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
21055         REPLACE_SPRINTF.
21056         * lib/stdio_.h (sprintf): New declaration.
21057         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
21058         REPLACE_SPRINTF.
21059
21060 2007-03-06  Bruno Haible  <bruno@clisp.org>
21061
21062         * modules/vsprintf-posix-tests: New file.
21063         * tests/test-vsprintf-posix.c: New file.
21064         * tests/test-sprintf-posix.h: New file.
21065
21066         * modules/vsprintf-posix: New file.
21067         * lib/vsprintf.c: New file.
21068         * m4/vsprintf-posix.m4: New file.
21069         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
21070         REPLACE_VSPRINTF.
21071         * lib/stdio_.h (vsprintf): New declaration.
21072         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
21073         REPLACE_VSPRINTF.
21074
21075 2007-03-06  Bruno Haible  <bruno@clisp.org>
21076
21077         * modules/vsnprintf (Depend-on): Remove minmax.
21078
21079 2007-03-06  Bruno Haible  <bruno@clisp.org>
21080
21081         * modules/snprintf-posix-tests: New file.
21082         * tests/test-snprintf-posix.c: New file.
21083
21084         * modules/snprintf-posix: New file.
21085         * m4/snprintf-posix.m4: New file.
21086         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
21087         gl_FUNC_SNPRINTF.
21088         (gl_FUNC_SNPRINTF): Invoke it.
21089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
21090         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
21091         is set.
21092         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
21093
21094 2007-03-06  Bruno Haible  <bruno@clisp.org>
21095
21096         * modules/vsnprintf-posix-tests: New file.
21097         * tests/test-vsnprintf-posix.c: New file.
21098         * tests/test-snprintf-posix.h: New file.
21099
21100         * modules/vsnprintf-posix: New file.
21101         * m4/vsnprintf-posix.m4: New file.
21102         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
21103         gl_FUNC_VSNPRINTF.
21104         (gl_FUNC_VSNPRINTF): Invoke it.
21105         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
21106         * lib/stdio_.h (vsnprintf): Define as a replacement if
21107         REPLACE_VSNPRINTF is set.
21108         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
21109
21110 2007-03-06  Bruno Haible  <bruno@clisp.org>
21111
21112         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
21113         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
21114
21115 2007-03-06  Bruno Haible  <bruno@clisp.org>
21116
21117         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
21118         (asinl): Declare also if HAVE_DECL_ASINL is set.
21119         (atanl): Declare also if HAVE_DECL_ATANL is set.
21120         (ceill): Declare also if HAVE_DECL_CEILL is set.
21121         (cosl): Declare also if HAVE_DECL_COSL is set.
21122         (expl): Declare also if HAVE_DECL_EXPL is set.
21123         (floorl): Declare also if HAVE_DECL_FLOORL is set.
21124         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
21125         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
21126         (logl): Declare also if HAVE_DECL_LOGL is set.
21127         (sinl): Declare also if HAVE_DECL_SINL is set.
21128         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
21129         (tanl): Declare also if HAVE_DECL_TANL is set.
21130         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
21131         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
21132         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
21133         declaration of frexpl, ldexpl.
21134         * modules/printf-frexpl (Depends-on): Add math.
21135         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
21136
21137 2007-03-05  Bruno Haible  <bruno@clisp.org>
21138
21139         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
21140         frexpl and ldexpl are declared.
21141         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
21142
21143 2007-03-05  Bruno Haible  <bruno@clisp.org>
21144
21145         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
21146         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
21147
21148 2007-03-05  Bruno Haible  <bruno@clisp.org>
21149
21150         * lib/stdio_.h: Include <stddef.h>.
21151
21152 2007-03-05  Bruno Haible  <bruno@clisp.org>
21153
21154         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
21155
21156 2007-03-05  Bruno Haible  <bruno@clisp.org>
21157
21158         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
21159         NetBSD 4, from Ralf Wildenhues.
21160
21161 2007-03-04  Bruno Haible  <bruno@clisp.org>
21162
21163         * lib/vasprintf.h: Update #if logic for the case when the functions
21164         exist but are overridden.
21165
21166 2007-03-04  Bruno Haible  <bruno@clisp.org>
21167
21168         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
21169         implementations: glibc-2.4 and MacOS X 10.3.
21170         * tests/test-vasnprintf-posix.c (test_function): Test also the case
21171         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
21172         * tests/test-vasprintf-posix.c (test_function): Likewise.
21173
21174 2007-03-04  Bruno Haible  <bruno@clisp.org>
21175
21176         * modules/vasprintf-posix-tests: New file.
21177         * tests/test-vasprintf-posix.c: New file.
21178
21179         * modules/vasprintf-posix: New file.
21180         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
21181         defined.
21182         * m4/vasprintf-posix.m4: New file.
21183         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
21184         gl_FUNC_VASPRINTF.
21185         (gl_FUNC_VASPRINTF): Invoke it.
21186         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
21187         here.
21188         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
21189
21190 2007-03-04  Bruno Haible  <bruno@clisp.org>
21191
21192         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
21193         REPLACE_GETTIMEOFDAY.
21194         * modules/sys_time (Makefile.am): Likewise.
21195         * m4/sys_time_h.m4: Likewise.
21196         * m4/gettimeofday.m4: Likewise.
21197
21198 2007-03-04  Bruno Haible  <bruno@clisp.org>
21199
21200         * modules/vasnprintf-posix-tests: New file.
21201         * tests/test-vasnprintf-posix.c: New file.
21202
21203         * modules/vasnprintf-posix: New file.
21204         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
21205         printf-frexpl.h.
21206         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
21207         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
21208         REPLACE_VASNPRINTF is defined.
21209         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
21210         gl_FUNC_VASNPRINTF.
21211         (gl_FUNC_VASNPRINTF): Invoke it.
21212         * m4/vasnprintf-posix.m4: New file.
21213         * m4/printf.m4: New file.
21214
21215 2007-03-04  Bruno Haible  <bruno@clisp.org>
21216
21217         Compile progreloc.c only if --enable-relocatable is specified.
21218         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
21219         if --enable-relocatable was specified.
21220         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
21221         lib_SOURCES.
21222
21223 2007-03-04  Jim Meyering  <jim@meyering.net>
21224
21225         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
21226         Use it consistently, rather than enumerating errno constants.
21227
21228 2007-03-04  Bruno Haible  <bruno@clisp.org>
21229
21230         * modules/xvasprintf-tests: New file.
21231         * tests/test-xvasprintf.c: New file.
21232
21233         * modules/vasprintf-tests: New file.
21234         * tests/test-vasprintf.c: New file.
21235
21236         * modules/vasnprintf-tests: New file.
21237         * tests/test-vasnprintf.c: New file.
21238
21239         * modules/vsnprintf-tests: New file.
21240         * tests/test-vsnprintf.c: New file.
21241
21242         * modules/snprintf-tests: New file.
21243         * tests/test-snprintf.c: New file.
21244
21245 2007-03-04  Bruno Haible  <bruno@clisp.org>
21246
21247         Compile relocatable.c only if --enable-relocatable is specified.
21248         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
21249         gl_RELOCATABLE_LIBRARY.
21250         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
21251         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
21252         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
21253         gl_RELOCATABLE_LIBRARY.
21254         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
21255         (Makefile.am): Remove lib_SOURCES.
21256         * modules/relocatable-lib-lgpl (configure.ac): Invoke
21257         gl_RELOCATABLE_LIBRARY.
21258         (Makefile.am): Remove lib_SOURCES.
21259         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
21260         always.
21261         * modules/relocatable-prog-wrapper (configure.ac): Invoke
21262         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
21263
21264 2007-03-04  Bruno Haible  <bruno@clisp.org>
21265
21266         * modules/argmatch-tests: New file.
21267         * tests/test-argmatch.c: New file.
21268
21269         * tests/test-allocsa.c (main): Halve the number of loop runs.
21270
21271         * modules/alloca-opt-tests: New file.
21272         * tests/test-alloca-opt.c: New file.
21273
21274 2007-03-04  Jim Meyering  <jim@meyering.net>
21275
21276         Work around difference between Linux ACLs and Solaris 10 ZFS.
21277         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
21278         for EINVAL.
21279
21280 2007-03-03  Bruno Haible  <bruno@clisp.org>
21281
21282         * modules/relocatable-prog (Depends-on): Add back progreloc's
21283         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
21284
21285 2007-03-03  Bruno Haible  <bruno@clisp.org>
21286
21287         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
21288         * modules/relocatable-lib: New file.
21289
21290 2007-03-03  Bruno Haible  <bruno@clisp.org>
21291
21292         * modules/relocatable-prog: Renamed from modules/relocatable.
21293         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
21294
21295 2007-03-03  Bruno Haible  <bruno@clisp.org>
21296
21297         * modules/relocatable-script (Files): Add doc/relocatable.texi,
21298         m4/relocatable-lib.m4.
21299         (Depends-on): Remove 'relocatable'.
21300         (configure.ac): Add gl_RELOCATABLE_NOP.
21301
21302 2007-03-03  Bruno Haible  <bruno@clisp.org>
21303
21304         * modules/relocatable-prog-wrapper: New file.
21305         * modules/relocatable (Depends-on): Add it. Remove all other
21306         dependencies except progname.
21307         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
21308
21309         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
21310         (gl_FUNC_STRERROR): Nop.
21311         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
21312
21313         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
21314         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
21315
21316         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
21317         (gl_FUNC_READLINK): Update.
21318
21319         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
21320
21321 2007-03-03  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/xreadlink.c: Include <unistd.h> unconditionally.
21324         * modules/xreadlink (Depends-on): Add unistd.
21325         * modules/xreadlink-with-size (Depends-on): Likewise.
21326
21327 2007-03-03  Bruno Haible  <bruno@clisp.org>
21328
21329         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
21330         extracted from gt_FUNC_SETENV.
21331         (gt_FUNC_SETENV): Remove macro.
21332         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
21333         remove gt_FUNC_SETENV.
21334
21335 2007-03-03  Bruno Haible  <bruno@clisp.org>
21336
21337         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
21338         ENABLE_RELOCATABLE here.
21339         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
21340
21341 2007-03-03  Bruno Haible  <bruno@clisp.org>
21342
21343         * modules/rbtreehash-list-tests (Depends-on): Add progname.
21344         * tests/test-rbtreehash_list.c: Include progname.h.
21345         (main): Call set_program_name.
21346
21347         * modules/rbtree-oset-tests (Depends-on): Add progname.
21348         * tests/test-rbtree_oset.c: Include progname.h.
21349         (main): Call set_program_name.
21350
21351         * modules/rbtree-list-tests (Depends-on): Add progname.
21352         * tests/test-rbtree_list.c: Include progname.h.
21353         (main): Call set_program_name.
21354
21355         * modules/linked-list-tests (Depends-on): Add progname.
21356         * tests/test-linked_list.c: Include progname.h.
21357         (main): Call set_program_name.
21358
21359 2007-03-03  Bruno Haible  <bruno@clisp.org>
21360
21361         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
21362         All uses of __restrict changed to _Restrict_.
21363         * lib/glob_.h (__restrict): Remove macro.
21364
21365 2007-03-02  Bruno Haible  <bruno@clisp.org>
21366
21367         * modules/gettext (configure.ac): Require gettext infrastructure
21368         from version 0.16.1.
21369
21370 2007-03-02  Bruno Haible  <bruno@clisp.org>
21371
21372         * modules/linkedhash-list-tests (Depends-on): Add progname.
21373         * tests/test-linkedhash_list.c: Include progname.h.
21374         (main): Call set_program_name.
21375
21376         * modules/carray-list-tests (Depends-on): Add progname.
21377         * tests/test-carray_list.c: Include progname.h.
21378         (main): Call set_program_name.
21379
21380         * modules/avltreehash-list-tests (Depends-on): Add progname.
21381         * tests/test-avltreehash_list.c: Include progname.h.
21382         (main): Call set_program_name.
21383
21384         * modules/avltree-oset-tests (Depends-on): Add progname.
21385         * tests/test-avltree_oset.c: Include progname.h.
21386         (main): Call set_program_name.
21387
21388         * modules/avltree-list-tests (Depends-on): Add progname.
21389         * tests/test-avltree_list.c: Include progname.h.
21390         (main): Call set_program_name.
21391
21392         * modules/array-oset-tests (Depends-on): Add progname.
21393         * tests/test-array_oset.c: Include progname.h.
21394         (main): Call set_program_name.
21395
21396         * modules/array-list-tests (Depends-on): Add progname.
21397         * tests/test-array_list.c: Include progname.h.
21398         (main): Call set_program_name.
21399
21400         * modules/argp-tests (Depends-on): Add progname.
21401         * tests/test-argp.c: Include argp.h first. Include progname.h.
21402         (main): Call set_program_name.
21403
21404 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
21405
21406         * doc/gnulib-tool.texi (Initial import): Reword description of
21407         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
21408         limited effect even if defined after the first system include.
21409
21410 2007-03-01  Bruno Haible  <bruno@clisp.org>
21411
21412         * build-aux/config.libpath: Update to libtool-1.5.22.
21413         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21414
21415 2007-03-01  Bruno Haible  <bruno@clisp.org>
21416
21417         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
21418         foo_CFLAGS.
21419         Reported by Ralf Wildenhues.
21420
21421 2007-03-01  Bruno Haible  <bruno@clisp.org>
21422
21423         * build-aux/install-reloc: Remove object files left over by some
21424         compilers.
21425         Reported by Ralf Wildenhues.
21426
21427 2007-03-01  Bruno Haible  <bruno@clisp.org>
21428
21429         * build-aux/install-reloc: Break long lines.
21430
21431 2007-03-01  Bruno Haible  <bruno@clisp.org>
21432
21433         * doc/relocatable.texi: Document that it may not work on OpenBSD.
21434         Reported by Ralf Wildenhues.
21435
21436 2007-03-01  Bruno Haible  <bruno@clisp.org>
21437
21438         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
21439         include ordering constraints.
21440
21441 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21442
21443         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
21444         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
21445         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
21446         as another example.
21447         * lib/time_.h: Fix misspelling.
21448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21449         Require gl_HEADER_TIME_H_DEFAULTS.
21450         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
21451         * m4/time_r.m4 (gl_TIME_R): Likewise.
21452         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
21453
21454 2007-03-01  Bruno Haible  <bruno@clisp.org>
21455
21456         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
21457         * m4/utimens.m4 (gl_UTIMENS): Likewise.
21458
21459 2007-03-01  Jim Meyering  <jim@meyering.net>
21460
21461         * modules/xreadlink (Maintainer): Add my name.
21462         * modules/xreadlink-with-size (Depends-on): Alphabetize.
21463
21464 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
21465             Bruno Haible  <bruno@clisp.org>
21466
21467         * build-aux/install-reloc: Compile also c-ctype.c.
21468         * build-aux/relocatable.sh.in: New file.
21469         * doc/relocatable.texi: New file.
21470         * doc/relocatable-maint.texi: New file.
21471         * doc/gnulib.texi: Include relocatable-maint.texi.
21472         * lib/progreloc.c: Include unistd.h unconditionally.
21473         * lib/relocwrapper.c: Include unistd.h unconditionally.
21474         Include c-ctype.h.
21475         (add_dotbin): Use c_tolower.
21476         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
21477         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
21478         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
21479         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
21480         to m4/relocatable-lib.m4.
21481         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
21482         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
21483         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
21484         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
21485         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
21486         * modules/relocatable: New file.
21487         * modules/relocatable-lib: New file.
21488         * modules/relocatable-script: New file.
21489
21490 2007-02-28  Bruno Haible  <bruno@clisp.org>
21491
21492         Import --enable-relocatable infrastructure.
21493         * build-aux/config.libpath: New file, from GNU gettext.
21494         * build-aux/install-reloc: New file, from GNU gettext.
21495         * build-aux/reloc-ldflags: New file, from GNU gettext.
21496         * lib/relocatable.h: New file, from GNU gettext.
21497         * lib/relocatable.c: New file, from GNU gettext.
21498         * lib/relocwrapper.c: New file, from GNU gettext.
21499         * m4/relocatable.m4: New file, from GNU gettext.
21500
21501 2007-02-28  Bruno Haible  <bruno@clisp.org>
21502
21503         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
21504
21505         * modules/xreadlink: New file, from GNU gettext with modifications.
21506         * lib/xreadlink.c: New file, from GNU gettext.
21507         * lib/xreadlink.h: Add comments.
21508         (xreadlink): New declaration.
21509
21510         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
21511         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
21512         lib/xreadlink-with-size.c.
21513         (configure.ac): Remove gl_XREADLINK invocation.
21514         (Makefile.am): Augment lib_SOURCES.
21515         * m4/xreadlink.m4: Remove file.
21516         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
21517         (xreadlink_with_size): Renamed from xreadink.
21518         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
21519         * modules/canonicalize (Depends-on): Replace xreadlink with
21520         xreadlink-with-size.
21521         * lib/canonicalize.c (canonicalize_filename_mode): Update.
21522
21523 2007-02-25  Jim Meyering  <jim@meyering.net>
21524
21525         * build-aux/announce-gen: When complaining about excess arguments,
21526         list them.
21527
21528 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21529
21530         * README: Document signed integer overflow situation more
21531         accurately.
21532
21533 2007-02-25  Bruno Haible  <bruno@clisp.org>
21534
21535         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
21536         'a' or 'A' conversion.
21537
21538 2007-02-25  Bruno Haible  <bruno@clisp.org>
21539
21540         * modules/filename: Renamed from modules/pathname.
21541         (Files): Replace lib/pathname.h with lib/filename.h. Replace
21542         lib/concatpath.c with lib/concat-filename.c.
21543         (Makefile.am): Update.
21544         (Include): Replace pathname.h with filename.h.
21545         * lib/filename.h: Renamed from lib/pathname.h.
21546         (concatenated_filename): Renamed from concatenated_pathname.
21547         * lib/concat-filename.c: Renamed from lib/concatpath.c.
21548         (concatenated_filename): Renamed from concatenated_pathname.
21549         * lib/findprog.c: Include filename.h instead of pathname.h.
21550         (find_in_path): Update.
21551         * lib/javacomp.c: Include filename.h instead of pathname.h.
21552         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21553         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21554         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21555         is_oldgcj_14_13_usable, is_javac_usable): Update.
21556         * lib/javaexec.c: Include filename.h instead of pathname.h.
21557         (execute_java_class): Update.
21558         * modules/findprog: Update.
21559         * modules/javacomp: Update.
21560         * modules/javaexec: Update.
21561         * MODULES.html.sh (File system functions): Add 'filename', remove
21562         'pathname'.
21563
21564 2007-02-25  Bruno Haible  <bruno@clisp.org>
21565
21566         * modules/printf-frexpl-tests: New file.
21567         * tests/test-printf-frexpl.c: New file.
21568
21569         * modules/printf-frexpl: New file.
21570         * lib/printf-frexpl.h: New file.
21571         * lib/printf-frexpl.c: New file.
21572         * m4/printf-frexpl.m4: New file.
21573
21574 2007-02-25  Bruno Haible  <bruno@clisp.org>
21575
21576         * modules/printf-frexp-tests: New file.
21577         * tests/test-printf-frexp.c: New file.
21578
21579         * modules/printf-frexp: New file.
21580         * lib/printf-frexp.h: New file.
21581         * lib/printf-frexp.c: New file.
21582         * m4/printf-frexp.m4: New file.
21583
21584 2007-02-25  Bruno Haible  <bruno@clisp.org>
21585
21586         Assume automake >= 1.10 for the tests.
21587         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
21588         * modules/arctwo-tests: Likewise.
21589         * modules/argp-tests: Likewise.
21590         * modules/avltree-list-tests: Likewise.
21591         * modules/avltree-oset-tests: Likewise.
21592         * modules/avltreehash-list-tests: Likewise.
21593         * modules/carray-list-tests: Likewise.
21594         * modules/crc-tests: Likewise.
21595         * modules/des-tests: Likewise.
21596         * modules/gc-arcfour-tests: Likewise.
21597         * modules/gc-arctwo-tests: Likewise.
21598         * modules/gc-des-tests: Likewise.
21599         * modules/gc-hmac-md5-tests: Likewise.
21600         * modules/gc-hmac-sha1-tests: Likewise.
21601         * modules/gc-md2-tests: Likewise.
21602         * modules/gc-md4-tests: Likewise.
21603         * modules/gc-md5-tests: Likewise.
21604         * modules/gc-pbkdf2-sha1-tests: Likewise.
21605         * modules/gc-rijndael-tests: Likewise.
21606         * modules/gc-sha1-tests: Likewise.
21607         * modules/gc-tests: Likewise.
21608         * modules/getaddrinfo-tests: Likewise.
21609         * modules/hmac-md5-tests: Likewise.
21610         * modules/hmac-sha1-tests: Likewise.
21611         * modules/linked-list-tests: Likewise.
21612         * modules/linkedhash-list-tests: Likewise.
21613         * modules/lock-tests: Likewise.
21614         * modules/md2-tests: Likewise.
21615         * modules/md4-tests: Likewise.
21616         * modules/md5-tests: Likewise.
21617         * modules/rbtree-list-tests: Likewise.
21618         * modules/rbtree-oset-tests: Likewise.
21619         * modules/rbtreehash-list-tests: Likewise.
21620         * modules/read-file-tests: Likewise.
21621         * modules/rijndael-tests: Likewise.
21622         * modules/stdint-tests: Likewise.
21623         * modules/tls-tests: Likewise.
21624
21625 2007-02-24  Bruno Haible  <bruno@clisp.org>
21626
21627         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
21628         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
21629         function; instead check whether isnan with a double argument links.
21630         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
21631         function; instead check whether isnan with a 'long double' argument
21632         links.
21633         Reported by Eric Blake <ebb9@byu.net>.
21634
21635 2007-02-24  Bruno Haible  <bruno@clisp.org>
21636
21637         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
21638         defined.
21639         * lib/isnanl.c: Remove all code. Just include isnan.c.
21640         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
21641
21642 2007-02-25  Jim Meyering  <jim@meyering.net>
21643
21644         Avoid conflicting types for 'unsetenv' on FreeBSD.
21645         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
21646         conflicting with FreeBSD's (5.0 and 6.1) function declaration
21647         in stdlib.h.
21648
21649 2007-02-24  Bruno Haible  <bruno@clisp.org>
21650
21651         * modules/isnanl-nolibm-tests: New file.
21652         * tests/test-isnanl.c: New file.
21653
21654         * modules/isnanl-nolibm: New file.
21655         * lib/isnanl.h: New file.
21656         * lib/isnanl.c: New file.
21657         * m4/isnanl.m4: New file.
21658
21659 2007-02-24  Bruno Haible  <bruno@clisp.org>
21660
21661         * modules/isnan-nolibm-tests: New file.
21662         * tests/test-isnan.c: New file.
21663
21664         * modules/isnan-nolibm: New file.
21665         * lib/isnan.h: New file.
21666         * lib/isnan.c: New file.
21667         * m4/isnan.m4: New file.
21668
21669 2007-02-24  Bruno Haible  <bruno@clisp.org>
21670
21671         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
21672         assume that an exponent fits in 20 bits.
21673
21674 2007-02-24  Jim Meyering  <jim@meyering.net>
21675
21676         * m4/regex.m4: Update the description of the configure-time option,
21677         --without-included-regex, to state accurately what the defaults are,
21678         and perhaps to give people an idea why using this option is risky.
21679
21680 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21681
21682         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
21683         loops on small arguments.  This attempts to avoid the problem
21684         Bruno Haible reported for AIX 4.3.2 in
21685         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
21686
21687 2007-02-23  Bruno Haible  <bruno@clisp.org>
21688
21689         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
21690         Needed for help2man.
21691
21692 2007-02-23  Karl Berry  <karl@gnu.org>
21693
21694         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
21695         exists, foo.h should be cvs-ignored, not committed.
21696
21697 2007-02-23  Eric Blake  <ebb9@byu.net>
21698
21699         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
21700         * lib/stat-time.h (includes): Likewise.
21701         * lib/utimecmp.c (includes): Likewise.
21702         * lib/utimens.h (includes): Likewise.
21703         * lib/getdate.y (includes): Also include "timespec.h" for use
21704         internal to the module.
21705         * modules/utimens (Depends-on): Revert yesterday's patch.
21706         * modules/nanosleep (Depends-on): Add missing dependency.
21707
21708 2007-02-22  Bruno Haible  <bruno@clisp.org>
21709
21710         * lib/glob.c: Don't include getlogin_r.h.
21711
21712 2007-02-22  Jim Meyering  <jim@meyering.net>
21713
21714         * modules/utimens (Depends-on): Add timespec, required for
21715         utimens.h's inclusion of timespec.h.
21716
21717 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
21718
21719         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
21720         long unreadable paths in GNU/Linux.  Problem reported by Andreas
21721         Schwab in
21722         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
21723         I'll try to think of a better way to fix the Solaris problem.
21724
21725         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
21726         like glibc; on Solaris 10, it fails with errno == EINVAL.
21727         POSIX says the behavior is unspecified if the first argument is NULL,
21728         so play it safe and never pass NULL to the system getcwd.
21729
21730 2007-02-21  Jim Meyering  <jim@meyering.net>
21731
21732         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
21733         of gettimeofday.  It would conflict with the one now always
21734         provided via sys_time_.h.  Reported by Matthew Woehlke, as
21735         an IRIX 6.5 build failure.
21736
21737 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21738
21739         Minor fixups to port to Solaris 10 with Sun C 5.8.
21740         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
21741         * modules/getcwd (Depends-on): Add dirfd.
21742         * lib/putenv.c (putenv): #undef it.
21743         (rpl_putenv): New decl.
21744         (malloc, free): Include <stdlib.h> rather than prototyping separately.
21745
21746 2007-02-20  Bruno Haible  <bruno@clisp.org>
21747
21748         * modules/stdio-tests: New file.
21749         * tests/test-stdio.c: New file.
21750
21751         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
21752         (Depends-on): Add stdio.
21753         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21754         (Include): Use <stdio.h> instead of vsnprintf.h.
21755         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21756         HAVE_DECL_VSNPRINTF.
21757         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
21758
21759         * modules/snprintf (Files): Remove lib/snprintf.h.
21760         (Depends-on): Add stdio.
21761         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21762         (Include): Use <stdio.h> instead of snprintf.h.
21763         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21764         HAVE_DECL_SNPRINTF.
21765         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
21766         * lib/getaddrinfo.c: Likewise.
21767
21768         * modules/stdio: New file.
21769         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
21770         * lib/snprintf.h: Remove file.
21771         * lib/vsnprintf.h: Remove file.
21772         * lib/.cppi-disable: Remove snprintf.h.
21773         * m4/stdio_h.m4: New file.
21774         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
21775
21776 2007-02-20  Jim Meyering  <jim@meyering.net>
21777
21778         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
21779         used by e.g., mingw.  From Bruno Haible.
21780
21781 2007-02-19  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
21784         warnings.
21785         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21786
21787 2007-02-19  Bruno Haible  <bruno@clisp.org>
21788
21789         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
21790         from mingw users.
21791
21792 2007-02-19  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
21795         warnings.
21796         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
21797
21798 2007-02-19  Jim Meyering  <jim@meyering.net>
21799
21800         Don't use FD after a successful "fdopendir (fd)".
21801         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
21802         Reset it by calling dirfd on the just-obtained DIR*.
21803
21804         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
21805         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
21806
21807 2007-02-18  Bruno Haible  <bruno@clisp.org>
21808
21809         * lib/readlink.c: Include <unistd.h>.
21810         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
21811         HAVE_READLINK.
21812         * modules/readlink (Depends-on): Add unistd.
21813         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21814         (Include): Add <unistd.h>.
21815
21816         * lib/getlogin_r.h: Remove file.
21817         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
21818         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
21819         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
21820         HAVE_DECL_GETLOGIN_R.
21821         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
21822         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21823         (Include): Use <unistd.h> instead of getlogin_r.h.
21824
21825         * lib/getcwd.h: Remove file.
21826         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
21827         * lib/xgetcwd.c: Likewise.
21828         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
21829         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
21830         * modules/getcwd (Files): Remove lib/getcwd.h.
21831         (Depends-on): Add unistd.
21832         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21833         (Include): Use <unistd.h> instad of getcwd.h.
21834
21835         * lib/ftruncate.c: Include <unistd.h> first.
21836         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
21837         Set HAVE_FTRUNCATE.
21838         * modules/ftruncate (Depends-on): Add unistd.
21839         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21840
21841         * lib/fchdir.c: Include <unistd.h> first.
21842         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
21843         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
21844         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
21845         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21846         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
21847
21848         * lib/dup2.c: Include <unistd.h> first.
21849         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
21850         HAVE_DUP2.
21851         * modules/dup2 (Depends-on): Add unistd.
21852         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21853
21854         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
21855         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
21856         REPLACE_CHOWN. Don't define chown as a macro here.
21857         * modules/chown (Depends-on): Add unistd.
21858         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21859
21860         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
21861         Add definition for GL_LINK_WARNING.
21862         (chown, dup2): New declarations.
21863         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
21864         link warning.
21865         (ftruncate): New declaration.
21866         (getcwd): New declaration, taken from old getcwd.h.
21867         (getlogin_r): New declaration, taken from old getlogin_r.h.
21868         (readlink): New declaration.
21869         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
21870         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
21871         (gl_PREREQ_UNISTD): Remove macro.
21872         (gl_UNISTD_MODULE_INDICATOR): New macro.
21873         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
21874         many new variables. Don't set UNISTD_H.
21875         * modules/unistd (Description): Change.
21876         (Depends-on): Add link-warning.
21877         (configure.ac): Update.
21878         (Makefile.am): Create unistd.h always. Substitute many new variables
21879         into it.
21880
21881 2007-02-18  Bruno Haible  <bruno@clisp.org>
21882
21883         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
21884         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
21885         HAVE_GETSUBOPT.
21886         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
21887         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
21888         * lib/getsubopt.h: Remove file.
21889         * modules/getsubopt (Files): Remove lib/getsubopt.h.
21890         (Depends-on): Add stdlib.
21891         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21892         (Includes): Use <stdlib.h> instead of getsubopt.h.
21893         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
21894         Set HAVE_GETSUBOPT.
21895         * lib/getsubopt.c: Don't include getsubopt.h.
21896
21897 2007-02-18  Bruno Haible  <bruno@clisp.org>
21898
21899         * modules/fchdir (Depends-on): Add dup2.
21900
21901 2007-02-18  Bruno Haible  <bruno@clisp.org>
21902
21903         * lib/stdlib_.h: Handle glibc's special invocation convention
21904         specially.
21905
21906 2007-02-18  Bruno Haible  <bruno@clisp.org>
21907
21908         * modules/stdlib-tests: New file.
21909         * tests/test-stdlib.c: New file.
21910
21911         * modules/mkstemp (Files): Remove lib/mkstemp.h.
21912         (Depends-on): Add stdlib.
21913         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21914         (Includes): Use <stdlib.h> instead of mkstemp.h.
21915         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21916         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
21917         * lib/mkstemp.c: Don't include mkstemp.h.
21918         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
21919         * lib/stdlib--.h: Don't include mkstemp.h.
21920
21921         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
21922         (Depends-on): Add stdlib.
21923         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21924         (Includes): Use <stdlib.h> instead of mkdtemp.h.
21925         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
21926         HAVE_MKDTEMP.
21927         * lib/mkdtemp.c: Don't include mkdtemp.h.
21928         * lib/clean-temp.c: Don't include mkdtemp.h.
21929
21930         * modules/exit (Files): Remove lib/exit.h.
21931         (Depends-on): Add stdlib.
21932         (Makefile.am): Remove lib_SOURCES.
21933         (Include): Use <stdlib.h> instead of exit.h.
21934         * lib/argmatch.c: Don't include exit.h.
21935         * lib/execute.c: Likewise.
21936         * lib/pagealign_alloc.c: Likewise.
21937         * lib/pipe.c: Likewise.
21938         * lib/wait-process.c: Likewise.
21939         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
21940         * lib/exitfail.c: Likewise.
21941         * lib/savewd.c: Likewise.
21942         * lib/xsetenv.c: Likewise.
21943
21944         * modules/stdlib: New file.
21945         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
21946         and extra comments about mkstemp().
21947         * lib/exit.h: Remove file.
21948         * lib/mkdtemp.h: Remove file.
21949         * lib/mkstemp.h: Remove file.
21950         * m4/stdlib_h.m4: New file.
21951         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
21952
21953 2007-02-18  Bruno Haible  <bruno@clisp.org>
21954
21955         * modules/math-tests: New file.
21956         * tests/test-math.c: New file.
21957
21958         * modules/math: New file.
21959         * modules/mathl (Files): Remove lib/mathl.h.
21960         (Depends-on): Add math.
21961         (Makefile.am): Don't mention mathl.h.
21962         (Include): Use <math.h> instead of mathl.h.
21963         * lib/math_.h: New file.
21964         * lib/mathl.h: Remove file.
21965         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
21966         mathl.h.
21967         * lib/asinl.c: Likewise.
21968         * lib/atanl.c: Likewise.
21969         * lib/ceill.c: Likewise.
21970         * lib/cosl.c: Likewise.
21971         * lib/expl.c: Likewise.
21972         * lib/floorl.c: Likewise.
21973         * lib/frexpl.c: Likewise.
21974         * lib/ldexpl.c: Likewise.
21975         * lib/logl.c: Likewise.
21976         * lib/sincosl.c: Likewise.
21977         * lib/sinl.c: Likewise.
21978         * lib/sqrtl.c: Likewise.
21979         * lib/tanl.c: Likewise.
21980         * lib/trigl.c: Likewise.
21981         * m4/math_h.m4: New file.
21982         * MODULES.html.sh (Mathematics): Add math.
21983
21984 2007-02-17  Bruno Haible  <bruno@clisp.org>
21985
21986         * modules/wctype-tests: New file.
21987         * tests/test-wctype.c: New file.
21988
21989         * modules/wchar-tests: New file.
21990         * tests/test-wchar.c: New file.
21991
21992         * modules/unistd-tests: New file.
21993         * tests/test-unistd.c: New file.
21994
21995         * modules/time-tests: New file.
21996         * tests/test-time.c: New file.
21997
21998         * modules/sysexits-tests: New file.
21999         * tests/test-sysexits.c: New file.
22000
22001         * modules/sys_time-tests: New file.
22002         * tests/test-sys_time.c: New file.
22003
22004         * modules/sys_stat-tests: New file.
22005         * tests/test-sys_stat.c: New file.
22006
22007         * modules/sys_socket-tests: New file.
22008         * tests/test-sys_socket.c: New file.
22009
22010         * modules/sys_select-tests: New file.
22011         * tests/test-sys_select.c: New file.
22012
22013         * modules/string-tests: New file.
22014         * tests/test-string.c: New file.
22015
22016         * modules/stdbool-tests: New file.
22017         * tests/test-stdbool.c: New file.
22018
22019         * modules/netinet_in-tests: New file.
22020         * tests/test-netinet_in.c: New file.
22021
22022         * modules/inttypes-tests: New file.
22023         * tests/test-inttypes.c: New file.
22024
22025         * modules/fcntl-tests: New file.
22026         * tests/test-fcntl.c: New file.
22027
22028         * modules/byteswap-tests: New file.
22029         * tests/test-byteswap.c: New file.
22030
22031         * modules/arpa_inet-tests: New file.
22032         * tests/test-arpa_inet.c: New file.
22033
22034 2007-02-17  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
22037         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
22038         if the corresponding module is not enabled. Emit link warnings if
22039         the function is used nevertheless.
22040         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
22041         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
22042         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
22043         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
22044         * modules/inttypes (Depends-on): Add link-warning.
22045         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22046         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
22047         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
22048         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
22049         * modules/imaxdiv (configure.ac): Likewise.
22050         * modules/strtoimax (configure.ac): Likewise.
22051         * modules/strtoumax (configure.ac): Likewise.
22052
22053 2007-02-17  Bruno Haible  <bruno@clisp.org>
22054
22055         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
22056         gl_STRING_MODULE_INDICATOR_DEFAULTS.
22057         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
22058         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
22059
22060 2007-02-17  Bruno Haible  <bruno@clisp.org>
22061
22062         * modules/link-warning: New file.
22063         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
22064         * lib/string_.h (GL_LINK_WARNING): Remove definition.
22065         * modules/string (Depends-on): Add link-warning.
22066         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22067         string.h.
22068         * MODULES.html.sh (Support for building libraries and executables): Add
22069         link-warning.
22070
22071 2007-02-17  Bruno Haible  <bruno@clisp.org>
22072
22073         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
22074         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
22075         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
22076         long lines.
22077
22078 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
22079             Bruno Haible  <bruno@clisp.org>
22080
22081         * modules/tmpfile: New file.
22082         * lib/tmpfile.c: New file.
22083         * m4/tmpfile.m4: New file.
22084         * MODULES.html.sh (func_all_modules): New section "Input/output".
22085
22086 2007-02-15  Bruno Haible  <bruno@clisp.org>
22087
22088         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
22089         (supports_delete_on_close): New function.
22090         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
22091
22092 2007-02-14  Bruno Haible  <bruno@clisp.org>
22093
22094         * modules/mbspcasecmp-tests: New file.
22095         * tests/test-mbspcasecmp.sh: New file.
22096         * tests/test-mbspcasecmp.c: New file.
22097
22098         New module mbspcasecmp.
22099         * modules/mbspcasecmp: New file.
22100         * lib/mbspcasecmp.c: New file.
22101         * lib/string_.h (strncasecmp): Change warning message.
22102         (mbspcasecmp): New declaration.
22103         * m4/mbspcasecmp.m4: New file.
22104         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22105         GNULIB_MBSPCASECMP.
22106         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
22107         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
22108
22109 2007-02-14  Bruno Haible  <bruno@clisp.org>
22110
22111         * modules/mbsncasecmp-tests: New file.
22112         * tests/test-mbsncasecmp.sh: New file.
22113         * tests/test-mbsncasecmp.c: New file.
22114
22115         New module mbsncasecmp.
22116         * modules/mbsncasecmp: New file.
22117         * lib/mbsncasecmp.c: New file.
22118         * lib/string_.h (mbsncasecmp): New declaration.
22119         * m4/mbsncasecmp.m4: New file.
22120         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22121         GNULIB_MBSNCASECMP.
22122         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
22123         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
22124
22125 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
22128         Verify that it doesn't overlap with our flags.
22129         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
22130         do not have the desired effect in multibyte locales; instead, use
22131         mbscasecmp.
22132         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
22133         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
22134         we don't require GNU fnmatch ourselves (if our users require it, they
22135         should do so explicitly).
22136
22137         Fix regex code so it doesn't rely on strcasecmp.
22138         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
22139         Otherwise, include gnulib's langinfo.h.
22140         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
22141         undesirable behavior in non-C locales.  Instead, rely on localecharset.
22142         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
22143         * modules/regex (FILES): Remove m4/codeset.m4.
22144         (Depends-on): Add localcharset.  Remove strcase.
22145
22146 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22147
22148         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
22149         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
22150
22151 2007-02-13  Bruno Haible  <bruno@clisp.org>
22152
22153         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
22154         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22155
22156 2007-02-12  Bruno Haible  <bruno@clisp.org>
22157
22158         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22159         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
22160         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
22161         time warning rather than a link error.
22162
22163 2007-02-12  Bruno Haible  <bruno@clisp.org>
22164
22165         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
22166         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22167         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22168
22169 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
22172         args, not 2.
22173
22174 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         New module 'time', so that apps can include <time.h> as per
22177         POSIX and GNU instead of separate include files like time_r.h
22178         and timegm.h.  This implementation tries out a simpler approach
22179         for replacing decls in standard include files (as compared to
22180         the string module), somewhat as an experiment.
22181
22182         * config/srclist.txt: Comment out mktime.c for now.
22183         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
22184         since it doesn't apply any more.  Use generic wording instead.
22185         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
22186         'time'.
22187         * lib/time_.h, m4/time_h.m4, modules/time: New files.
22188         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
22189         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
22190         Don't include <sys/types.h>; no longer needed since we assume C89.
22191         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
22192         * lib/strftime.c: Likewise.
22193         * lib/time_r.c: Likewise.
22194         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
22195         * lib/nanosleep.c: Include <time.h> first, to check interface.
22196         * lib/strptime.c: Likewise.
22197         * lib/time_r.c: Likewise.
22198         * lib/timegm.c: Likewise.
22199         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
22200         needed.
22201         * lib/timegm.c: Don't include timegm.h; no longer needed.
22202         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
22203         time.h now handles any problems in that area.
22204         (struct timespec, nanosleep): Remove; time.h now arranges for these.
22205         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
22206         that time.h defines struct timespec.
22207         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
22208         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
22209         handles that.
22210         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
22211         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
22212         needed.  Set REPLACE_LOCALTIME.
22213         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
22214         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
22215         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
22216         nanosleep; time_h.m4 now does that.  Don't require
22217         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
22218         module handles this now.
22219         * modules/getdate (Depends-on): Remove timespec.  Add time.
22220         * modules/nanosleep (Depends-on): Likewise.
22221         * modules/stat-time (Depends-on): Likewise.
22222         * modules/nanosleep (Include): Include time.h, not timespec.h.
22223         * modules/strptime (Files): Remove lib/strptime.h.
22224         (Depends-on): Add extensions, time.
22225         (Include): Include time.h, not strptime.h.
22226         * modules/time_r (Files): Remove lib/time_r.h.
22227         (Depends-on): Add time.
22228         (Include): Include time.h, not time_r.h.
22229         * modules/timegm: Likewise.
22230         * modules/timespec (Description): Now does timespec-related decls
22231         of our own, instead of struct timespec itself.
22232         (Depends-on): Add time; remove extensions.
22233         (Maintainer): Add self.
22234         * modules/utimecmp (Depends-on): Add time; remove timespec.
22235         * modules/utimens (Depends-on): Likewise.
22236         * modules/xnanosleep (Depends-on): Likewise.
22237
22238 2007-02-11  Bruno Haible  <bruno@clisp.org>
22239
22240         * lib/c-strstr.c: Include allocsa.h.
22241         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22242         * lib/c-strcasestr.c: Include allocsa.h.
22243         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22244         * lib/strcasestr.c: Include allocsa.h.
22245         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22246         * lib/mbsstr.c: Include allocsa.h.
22247         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22248         allocsa/freesa instead of malloc/free.
22249         * lib/mbscasestr.c: Include allocsa.h.
22250         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22251         allocsa/freesa instead of malloc/free.
22252         * modules/c-strstr (Depends-on): Add allocsa.
22253         * modules/c-strcasestr (Depends-on): Likewise.
22254         * modules/strcasestr (Depends-on): Likewise.
22255         * modules/mbsstr (Depends-on): Likewise.
22256         * modules/mbscasestr (Depends-on): Likewise.
22257
22258 2007-02-11  Bruno Haible  <bruno@clisp.org>
22259
22260         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
22261
22262         * modules/mbsspn-tests: New file.
22263         * tests/test-mbsspn.sh: New file.
22264         * tests/test-mbsspn.c: New file.
22265
22266 2007-02-11  Bruno Haible  <bruno@clisp.org>
22267
22268         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
22269
22270         * modules/mbspbrk-tests: New file.
22271         * tests/test-mbspbrk.sh: New file.
22272         * tests/test-mbspbrk.c: New file.
22273
22274 2007-02-11  Bruno Haible  <bruno@clisp.org>
22275
22276         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
22277         unneeded cast.
22278
22279         * modules/mbscspn-tests: New file.
22280         * tests/test-mbscspn.sh: New file.
22281         * tests/test-mbscspn.c: New file.
22282
22283 2007-02-11  Bruno Haible  <bruno@clisp.org>
22284
22285         * modules/mbscasecmp-tests: New file.
22286         * tests/test-mbscasecmp.sh: New file.
22287         * tests/test-mbscasecmp.c: New file.
22288
22289 2007-02-11  Bruno Haible  <bruno@clisp.org>
22290
22291         Ensure O(n) worst-case complexity of mbscasestr.
22292         * lib/mbscasestr.c: Include stdbool.h.
22293         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22294         functions.
22295         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
22296         the bookkeeping indicates that it's worth it.
22297         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
22298
22299         * modules/mbscasestr-tests: New file.
22300         * tests/test-mbscasestr1.c: New file.
22301         * tests/test-mbscasestr2.sh: New file.
22302         * tests/test-mbscasestr2.c: New file.
22303         * tests/test-mbscasestr3.sh: New file.
22304         * tests/test-mbscasestr3.c: New file.
22305         * tests/test-mbscasestr4.sh: New file.
22306         * tests/test-mbscasestr4.c: New file.
22307         * m4/locale-tr.m4: New file.
22308
22309 2007-02-11  Bruno Haible  <bruno@clisp.org>
22310
22311         Ensure O(n) worst-case complexity of mbsstr.
22312         * lib/mbsstr.c: Include stdbool.h.
22313         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22314         functions.
22315         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
22316         bookkeeping indicates that it's worth it.
22317         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
22318
22319         * modules/mbsstr-tests: New file.
22320         * tests/test-mbsstr1.c: New file.
22321         * tests/test-mbsstr2.sh: New file.
22322         * tests/test-mbsstr2.c: New file.
22323         * tests/test-mbsstr3.sh: New file.
22324         * tests/test-mbsstr3.c: New file.
22325         * m4/locale-fr.m4: New file.
22326
22327 2007-02-11  Bruno Haible  <bruno@clisp.org>
22328
22329         * lib/mbsrchr.c (mbsrchr): Fix bug.
22330
22331         * modules/mbsrchr-tests: New file.
22332         * tests/test-mbsrchr.sh: New file.
22333         * tests/test-mbsrchr.c: New file.
22334
22335 2007-02-11  Bruno Haible  <bruno@clisp.org>
22336
22337         * lib/mbschr.c (mbschr): Fix bug.
22338
22339         * modules/mbschr-tests: New file.
22340         * tests/test-mbschr.sh: New file.
22341         * tests/test-mbschr.c: New file.
22342         * m4/locale-zh.m4: New file.
22343
22344 2007-02-11  Bruno Haible  <bruno@clisp.org>
22345
22346         Support for copying multibyte string iterators.
22347         * lib/mbiter.h: Include <string.h>.
22348         (mbiter_multi_copy): New function.
22349         (mbi_copy): New macro.
22350         * lib/mbuiter.h: Include <string.h>.
22351         (mbuiter_multi_copy): New function.
22352         (mbui_copy): New macro.
22353
22354 2007-02-11  Bruno Haible  <bruno@clisp.org>
22355
22356         New module mbslen.
22357         * modules/mbslen: New file.
22358         * lib/mbslen.c: New file.
22359         * lib/string_.h (mbslen): New declaration.
22360         * m4/mbslen.m4: New file.
22361         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22362         GNULIB_MBSLEN.
22363         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
22364         * MODULES.html.sh (Internationalization functions): Add mbslen.
22365
22366 2007-02-11  Bruno Haible  <bruno@clisp.org>
22367
22368         Ensure O(n) worst-case complexity of strcasestr substitute.
22369         * lib/strcasestr.c: Include stdbool.h.
22370         (knuth_morris_pratt): New function.
22371         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22372         bookkeeping indicates that it's worth it.
22373         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
22374
22375         * modules/strcasestr-tests: New file.
22376         * tests/test-strcasestr.c: New file.
22377
22378 2007-02-11  Bruno Haible  <bruno@clisp.org>
22379
22380         Ensure O(n) worst-case complexity of c_strcasestr.
22381         * lib/c-strcasestr.c: Include stdbool.h, string.h.
22382         (knuth_morris_pratt): New function.
22383         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
22384         the bookkeeping indicates that it's worth it.
22385         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
22386
22387         * modules/c-strcasestr-tests: New file.
22388         * tests/test-c-strcasestr.c: New file.
22389
22390 2007-02-11  Bruno Haible  <bruno@clisp.org>
22391
22392         Ensure O(n) worst-case complexity of c_strstr.
22393         * lib/c-strstr.c: Include stdbool.h, string.h.
22394         (knuth_morris_pratt): New function.
22395         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22396         bookkeeping indicates that it's worth it.
22397         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
22398
22399         * lib/c-strstr.c: Complete rewrite for maintainability.
22400
22401         * modules/c-strstr-tests: New file.
22402         * tests/test-c-strstr.c: New file.
22403
22404 2007-02-11  Bruno Haible  <bruno@clisp.org>
22405
22406         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
22407         5.2.1 and earlier, whereby \055 was treated just like the range
22408         delimiter '-'.
22409         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22410
22411 2007-02-08  Bruno Haible  <bruno@clisp.org>
22412
22413         * modules/regex (Depends-on): Add stdbool.
22414         Reported by Dalibor Topic <robilad@kaffe.org>.
22415
22416 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
22419         Prefer returning from main to exiting from it.
22420         Remove unnecessary parens after sizeof.
22421
22422 2007-02-05  Bruno Haible  <bruno@clisp.org>
22423
22424         New module mbssep.
22425         * modules/mbssep: New file.
22426         * lib/mbssep.c: New file.
22427         * lib/string_.h (strsep): Add a conditional link warning.
22428         (mbssep): New declaration.
22429         * m4/mbssep.m4: New file.
22430         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22431         GNULIB_MBSSEP.
22432         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
22433         * MODULES.html.sh (Internationalization functions): Add mbssep.
22434
22435 2007-02-05  Bruno Haible  <bruno@clisp.org>
22436
22437         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
22438         Optimize search in case of 1 delimiter.
22439
22440 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22441
22442         * lib/acl.h: Include sys/types.h before sys/acl.h.
22443
22444 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22445
22446         Merge upstream fix for glibc bugzilla #3957:
22447
22448         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
22449
22450         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
22451         bit for RE_HAT_LISTS_NOT_NEWLINE.
22452         (build_charclass_op): Remove bogus comment.
22453
22454 2007-02-05  Simon Josefsson  <simon@josefsson.org>
22455
22456         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
22457
22458 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22459
22460         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
22461         * lib/memmem.c [!defined _LIBC]: Include config.h.
22462
22463 2007-02-04  Bruno Haible  <bruno@clisp.org>
22464
22465         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
22466         warning message.
22467
22468 2007-02-04  Bruno Haible  <bruno@clisp.org>
22469
22470         New module mbstok_r.
22471         * modules/mbstok_r: New file.
22472         * lib/mbstok_r.c: New file.
22473         * lib/string_.h (strtok_r): Change argument names to match the
22474         comments. Add a conditional link warning.
22475         (mbstok_r): New declaration.
22476         * m4/mbstok_r.m4: New file.
22477         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22478         GNULIB_MBSTOK_R.
22479         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
22480         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
22481
22482 2007-02-04  Bruno Haible  <bruno@clisp.org>
22483
22484         New module mbsspn.
22485         * modules/mbsspn: New file.
22486         * lib/mbsspn.c: New file.
22487         * lib/string_.h (strspn): Add a conditional link warning.
22488         (mbsspn): New declaration.
22489         * m4/mbsspn.m4: New file.
22490         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22491         GNULIB_MBSSPN.
22492         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
22493         * MODULES.html.sh (Internationalization functions): Add mbsspn.
22494
22495 2007-02-04  Bruno Haible  <bruno@clisp.org>
22496
22497         New module mbspbrk.
22498         * modules/mbspbrk: New file.
22499         * lib/mbspbrk.c: New file.
22500         * lib/string_.h (strpbrk): Add a conditional link warning.
22501         (mbspbrk): New declaration.
22502         * m4/mbspbrk.m4: New file.
22503         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22504         GNULIB_MBSPBRK.
22505         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
22506         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
22507
22508 2007-02-04  Bruno Haible  <bruno@clisp.org>
22509
22510         New module mbscspn.
22511         * modules/mbscspn: New file.
22512         * lib/mbscspn.c: New file.
22513         * lib/string_.h (strcspn): Add a conditional link warning.
22514         (mbscspn): New declaration.
22515         * m4/mbscspn.m4: New file.
22516         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22517         GNULIB_MBSCSPN.
22518         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
22519         * MODULES.html.sh (Internationalization functions): Add mbscspn.
22520
22521 2007-02-04  Bruno Haible  <bruno@clisp.org>
22522
22523         New module mbscasestr, reduced goal of strcasestr.
22524         * modules/mbscasestr: New file.
22525         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
22526         (mbscasestr): Renamed from strcasestr.
22527         * lib/strcasestr.c: Don't include mbuiter.h.
22528         (strcasestr): Remove support for multibyte locales.
22529         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
22530         Change the conditional link warning.
22531         (mbscasestr): New declaration.
22532         * m4/mbscasestr.m4: New file.
22533         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
22534         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
22535         REPLACE_STRCASESTR.
22536         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
22537         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22538         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22539         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
22540         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
22541         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22542         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
22543         (Depends-on): Remove mbuiter.
22544         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
22545
22546 2007-02-04  Bruno Haible  <bruno@clisp.org>
22547
22548         Simplify handling of strncasecmp.
22549         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
22550         the conditional link warning.
22551         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22552         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
22553         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
22554         * modules/strcase (configure.ac): Don't invoke
22555         gl_STRING_MODULE_INDICATOR.
22556         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
22557
22558 2007-02-04  Bruno Haible  <bruno@clisp.org>
22559
22560         New module mbscasecmp, reduced goal of strcasecmp.
22561         * modules/mbscasecmp: New file.
22562         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
22563         (mbscasecmp): Renamed from strcasecmp.
22564         * lib/strcasecmp.c: Don't include mbuiter.h.
22565         (strcasecmp): Remove support for multibyte locales.
22566         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
22567         Change the conditional link warning.
22568         (mbscasecmp): New declaration.
22569         * m4/mbscasecmp.m4: New file.
22570         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
22571         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
22572         REPLACE_STRCASECMP.
22573         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
22574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22575         GNULIB_MBSCASECMP.
22576         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
22577         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
22578         * modules/strcase (Files): Remove m4/mbrtowc.m4.
22579         (Depends-on): Remove mbuiter.
22580         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
22581
22582 2007-02-04  Bruno Haible  <bruno@clisp.org>
22583
22584         New module mbsstr. Remove module strstr.
22585         * modules/mbsstr: New file.
22586         * modules/strstr: Remove file.
22587         * lib/mbsstr.c: Renamed from lib/strstr.c.
22588         (mbsstr): Renamed from strstr.
22589         * lib/string_.h (strstr): Remove declaration. Change the conditional
22590         link warning.
22591         (mbsstr): New declaration.
22592         * m4/mbsstr.m4: New file.
22593         * m4/strstr.m4: Remove file.
22594         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
22595         REPLACE_STRSTR.
22596         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
22597         Don't initialize GNULIB_STRSTR.
22598         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
22599         substitute GNULIB_STRSTR and REPLACE_STRSTR.
22600         * MODULES.html.sh (Internationalization functions): Add mbsstr.
22601         (Support for systems lacking ANSI C 89): Remove strstr.
22602
22603 2007-02-04  Bruno Haible  <bruno@clisp.org>
22604
22605         New module mbsrchr.
22606         * modules/mbsrchr: New file.
22607         * lib/mbsrchr.c: New file.
22608         * lib/string_.h (strrchr): Add a conditional link warning.
22609         (mbsrchr): New declaration.
22610         * m4/mbsrchr.m4: New file.
22611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22612         GNULIB_MBSRCHR.
22613         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
22614         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
22615
22616 2007-02-04  Bruno Haible  <bruno@clisp.org>
22617
22618         New module mbschr.
22619         * modules/mbschr: New file.
22620         * lib/mbschr.c: New file.
22621         * lib/string_.h (strchr): Add a conditional link warning.
22622         (mbschr): New declaration.
22623         * m4/mbschr.m4: New file.
22624         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22625         GNULIB_MBSCHR.
22626         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
22627         * MODULES.html.sh (Internationalization functions): Add mbschr.
22628
22629 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22630
22631         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
22632
22633         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
22634
22635 2007-02-04  Bruno Haible  <bruno@clisp.org>
22636
22637         New module description section 'configure.ac-early'.
22638         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
22639         (func_get_autoconf_early_snippet): New function.
22640         (func_import, func_create_testdir): Use it. Remove special cases for
22641         modules 'extensions' and 'lock'.
22642         * modules/extensions (configure.ac-early): Require
22643         gl_USE_SYSTEM_EXTENSIONS.
22644         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
22645
22646 2007-02-04  Bruno Haible  <bruno@clisp.org>
22647
22648         Make use of gcj-4.3's -fsource and -ftarget option.
22649         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
22650         and if so try the options -fsource and -ftarget.
22651         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
22652         source_version, ftarget_option, target_version arguments.
22653         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
22654         (is_envjavac_oldgcj_14_14_usable): Renamed from
22655         is_envjavac_gcj_14_14_usable.
22656         (is_envjavac_oldgcj_14_13_usable): Renamed from
22657         is_envjavac_gcj_14_13_usable.
22658         (is_gcj_present): Update.
22659         (is_gcj_43, is_gcj43_usable): New functions.
22660         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
22661         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
22662         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
22663         try the options -fsource and -ftarget.
22664
22665 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22666
22667         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
22668         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
22669         larger value.
22670
22671 2007-02-03  Jim Meyering  <jim@meyering.net>
22672
22673         Give tools a better chance to allocate space for very large buffers.
22674         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
22675
22676         Make pwd and readlink work also when run with an unreadable parent dir
22677         on systems with openat support.
22678         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
22679         provided getcwd function, even when we have openat support.
22680         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
22681
22682 2007-02-02  Bruno Haible  <bruno@clisp.org>
22683
22684         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22685         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
22686         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
22687         portability problems if one of these functions is only used on specific
22688         platforms.
22689         Reported by Paul Eggert.
22690
22691 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
22692
22693         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
22694         is causing more trouble than it's curing.
22695         * lib/regex_internal.h (__mempcpy): Remove.
22696         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
22697         (and make the code a tad smaller to boot).
22698         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
22699
22700 2007-02-02  Jim Meyering  <jim@meyering.net>
22701
22702         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
22703         section, not in the Makefile.am: one.
22704
22705 2007-02-02  Eric Blake  <ebb9@byu.net>
22706
22707         * lib/strchrnul.c: Always include config.h first.
22708
22709         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
22710         gnulib strstr is not necessary here.
22711
22712 2007-02-02  Simon Josefsson  <simon@josefsson.org>
22713
22714         * m4/socklen.m4: Fix typo.
22715
22716 2007-02-02  Eric Blake  <ebb9@byu.net>
22717
22718         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
22719         * modules/netinet_in (Makefile.am): Likewise.
22720
22721 2007-02-01  Bruno Haible  <bruno@clisp.org>
22722
22723         * lib/string_.h (GL_LINK_WARNING): New macro.
22724         (strcasecmp, strstr, strcasestr): If provided by the system,
22725         conditionally define as a macro that leads to a warning instead of to
22726         an error.
22727         (strncasecmp): Conditionally define as a macro that leads to a warning.
22728
22729 2007-02-01  Karl Berry  <karl@gnu.org>
22730
22731         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22732
22733 2007-02-01  Bruno Haible  <bruno@clisp.org>
22734
22735         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
22736         renamings.
22737
22738 2007-02-01  Eric Blake  <ebb9@byu.net>
22739
22740         * modules/regex (Depends-on): Revert dependence on mempcpy.
22741         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
22742         module's definition of mempcpy.
22743         Reported by Paul Eggert.
22744
22745 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22746
22747         * lib/string_.h: If the gnulib module XYZ is not present, undefine
22748         the symbol XYZ before redefining it.  This fixes a problem with
22749         programs that don't use XYZ, when compiled on systems that define
22750         XYZ to something else.
22751
22752 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
22755         occurs when "mkdir -m foo" creates a setgid directory that is (1)
22756         writeable to group or other and (2) is intended to have a special
22757         mode bit that is set or cleared.  In such a case, the directory
22758         should be neither group- nor other-writeable until the special
22759         mode bits are right.
22760
22761 2007-01-31  Eric Blake  <ebb9@byu.net>
22762
22763         * modules/mountlist (Depends-on): Add strstr.
22764
22765         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
22766         bug.
22767         * modules/string (Makefile.am): Remove redundant replacement.
22768         * modules/regex (Depends-on): Add mempcpy.
22769
22770 2007-01-31  Bruno Haible  <bruno@clisp.org>
22771
22772         New module description field 'Link'.
22773         * gnulib-tool (func_usage): Document --extract-link-directive.
22774         (sed_extract_prog): Recognize 'Link' directive.
22775         (func_get_link_directive): New function.
22776         (func_import): Show summary of link directives.
22777         Handle --extract-link-directive option.
22778         * modules/acl (Link): New section.
22779         * modules/clock-time (Link): New section.
22780         * modules/euidaccess (Link): New section.
22781         * modules/gettext (Link): New section.
22782         * modules/iconv (Link): New section.
22783         * modules/lock (Link): New section.
22784         * modules/nanosleep (Link): New section.
22785         * modules/readline (Link): New section.
22786
22787 2007-01-27  Bruno Haible  <bruno@clisp.org>
22788
22789         Enforce the use of gnulib modules for unportable <string.h> functions.
22790         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
22791         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
22792         (gl_HEADER_STRING_H_BODY): Require it.
22793         * lib/string_.h: If the gnulib module XYZ is not present, redefine
22794         the symbol XYZ to one that gives a link error.
22795         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
22796         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
22797         * modules/mempcpy (configure.ac): Likewise.
22798         * modules/memrchr (configure.ac): Likewise.
22799         * modules/stpcpy (configure.ac): Likewise.
22800         * modules/stpncpy (configure.ac): Likewise.
22801         * modules/strcase (configure.ac): Likewise.
22802         * modules/strcasestr (configure.ac): Likewise.
22803         * modules/strchrnul (configure.ac): Likewise.
22804         * modules/strdup (configure.ac): Likewise.
22805         * modules/strndup (configure.ac): Likewise.
22806         * modules/strnlen (configure.ac): Likewise.
22807         * modules/strpbrk (configure.ac): Likewise.
22808         * modules/strsep (configure.ac): Likewise.
22809         * modules/strstr (configure.ac): Likewise.
22810         * modules/strtok_r (configure.ac): Likewise.
22811
22812 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
22813
22814         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
22815
22816 2007-01-30  Jim Meyering  <jim@meyering.net>
22817
22818         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
22819
22820 2007-01-29  Bruno Haible  <bruno@clisp.org>
22821
22822         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
22823         * lib/execute.c: Likewise.
22824         * lib/pipe.c: Likewise.
22825         * lib/printf-args.h: Likewise.
22826         * lib/printf-args.c: Likewise.
22827         * lib/printf-parse.c: Likewise.
22828         * lib/vasnprintf.c: Likewise.
22829
22830 2007-01-29  Eric Blake  <ebb9@byu.net>
22831
22832         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
22833         declaration.
22834
22835 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
22836
22837         * lib/strptime.h (strptime): Use 'restrict' for args where
22838         POSIX requires this.
22839         * lib/strptime.c (strptime): Likewise.
22840         Change license notice from LGPL to GPL, since gnulib-tool will
22841         change this as needed.
22842         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
22843         defined.
22844         Include "strptime.h" first, to check interface.
22845         Do not #undef _LIBC and _NL_CURRENT.
22846         Do not include <stdlib.h>; no longer needed.
22847         Include "time_r.h" and declare ptime_locale_status
22848         only if _LIBC is not defined.
22849         (__P): Remove unused macro.
22850         (match_string): Bring back glibc version, but use it only if _LIBC
22851         is defined.
22852         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
22853         Remove unnecessary assertion and abort() call.
22854         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
22855         * m4/strptime.m4: Fix serial number comment.
22856         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
22857         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
22858         (Depends-on): Add time_r.
22859
22860 2007-01-29  Bruno Haible  <bruno@clisp.org>
22861
22862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22863         strptime.
22864         * modules/strptime (Depends-on): Add stdbool.
22865         * lib/strptime.h: Include <time.h> always. Add comments.
22866
22867 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22868
22869         * modules/strptime: New file.
22870         * lib/strptime.h: New file.
22871         * lib/strptime.c: New file.
22872         * m4/strptime.m4: New file.
22873
22874 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22875
22876         * MODULES.html.sh: New module mpsort.
22877         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
22878
22879         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
22880         a circularity problem with HP-UX ia64 reported by Bob Proulx in
22881         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
22882         All uses changed.
22883         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
22884         All uses changed.
22885         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
22886         to _Restrict_.
22887         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
22888         the parameter matches the prototype.
22889
22890 2007-01-28  Jim Meyering  <jim@meyering.net>
22891
22892         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
22893         sys/time.h here, reverting that part of the previous patch:
22894         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
22895
22896 2007-01-28  Bruno Haible  <bruno@clisp.org>
22897
22898         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
22899         value of $(SYS_TIME_H).
22900         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
22901         remove it conditionally, too. [added by Jim Meyering]
22902         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
22903         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
22904         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
22905         GETTIMEOFDAY_REPLACEMENT to 1.
22906
22907 2007-01-28  Bruno Haible  <bruno@clisp.org>
22908
22909         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
22910         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
22911         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
22912         Set UNISTD_H instead of UNISTD_H2.
22913         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
22914
22915 2007-01-28  Bruno Haible  <bruno@clisp.org>
22916
22917         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
22918         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
22919
22920 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22921
22922         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
22923         (func_create_testdir): Ensure C locale for `grep' and `tr'
22924         character ranges.
22925         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
22926         ACLOCAL_AMFLAGS parsing state machine.
22927
22928 2007-01-27  Bruno Haible  <bruno@clisp.org>
22929
22930         * modules/unistr/base: Update.
22931
22932 2007-01-27  Bruno Haible  <bruno@clisp.org>
22933
22934         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
22935         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
22936         * modules/unistr/u32-mbtouc-unsafe: Renamed from
22937         modules/unistr/u32-mbtouc.
22938         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
22939         * lib/unistr.h: Update.
22940         * lib/linebreak.c: Update.
22941         * modules/unistr/u32-mbtouc: Renamed from
22942         modules/unistr/u32-mbtouc-safe.
22943         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
22944         * lib/unistr.h: Update.
22945         * lib/unistr/u32-to-u8.c: Update.
22946         * lib/unistr/u32-to-u16.c: Update.
22947
22948 2007-01-27  Bruno Haible  <bruno@clisp.org>
22949
22950         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
22951         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
22952         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
22953         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
22954         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
22955         * modules/unistr/u16-mbtouc-unsafe: Renamed from
22956         modules/unistr/u16-mbtouc.
22957         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
22958         * lib/unistr.h: Update.
22959         * lib/linebreak.c: Update.
22960         * modules/linebreak: Update.
22961         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
22962         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
22963         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
22964         * modules/unistr/u16-mbtouc: Renamed from
22965         modules/unistr/u16-mbtouc-safe.
22966         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
22967         * lib/unistr.h: Update.
22968         * lib/unistr/u16-to-u8.c: Update.
22969         * modules/unistr/u16-to-u8: Update.
22970         * lib/unistr/u16-to-u32.c: Update.
22971         * modules/unistr/u16-to-u32: Update.
22972
22973 2007-01-27  Bruno Haible  <bruno@clisp.org>
22974
22975         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
22976         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
22977         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
22978         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
22979         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
22980         * modules/unistr/u8-mbtouc-unsafe: Renamed from
22981         modules/unistr/u8-mbtouc.
22982         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
22983         * lib/unistr.h: Update.
22984         * lib/striconveh.c: Update.
22985         * modules/striconveh: Update.
22986         * lib/linebreak.c: Update.
22987         * modules/linebreak: Update.
22988         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
22989         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
22990         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
22991         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
22992         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
22993         * lib/unistr.h: Update.
22994         * lib/striconveh.c: Update.
22995         * modules/striconveh: Update.
22996         * lib/unistr/u8-to-u16.c: Update.
22997         * modules/unistr/u8-to-u16: Update.
22998         * lib/unistr/u8-to-u32.c: Update.
22999         * modules/unistr/u8-to-u32: Update.
23000
23001 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23002
23003         Sync from Libtool.
23004         * lib/argz.c: Do not include strings.h nor memory.h, include
23005         string.h unconditionally.  Patch by Simon Josefsson.
23006
23007 2007-01-27  Bruno Haible  <bruno@clisp.org>
23008
23009         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
23010         from gl_HEADER_STRING_H_BODY.
23011         (gl_HEADER_STRING_H_BODY): Require it.
23012         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
23013         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
23014         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
23015         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
23016         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23017         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
23018         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23019         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
23020         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
23021         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23022         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
23023         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
23024         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
23025         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23026         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23027
23028 2007-01-27  Bruno Haible  <bruno@clisp.org>
23029
23030         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
23031         check_PROGRAMS into noinst_PROGRAMS.
23032         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
23033         check_PROGRAMS in this case.
23034         (func_import): Set for_test to false.
23035         (func_create_testdir): Set for_test to true.
23036
23037 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23038             Bruno Haible  <bruno@clisp.org>
23039
23040         * modules/strcasestr (Files): Remove lib/strcasestr.h.
23041         (Depends-on): Add string.
23042         (Includes): Use <string.h> instead of strcasestr.h.
23043         * modules/string (Makefile.am): Also substitute the value of
23044         REPLACE_STRCASESTR.
23045         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
23046         assume strcasestr is declared in <string.h> not <strings.h>. Also
23047         set REPLACE_STRCASESTR.
23048         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
23049         REPLACE_STRCASESTR.
23050         * lib/strcasestr.h: Remove file.
23051         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
23052         * lib/string_.h (strcasestr): New declaration.
23053
23054 2007-01-27  Bruno Haible  <bruno@clisp.org>
23055
23056         * lib/string_.h: Use 'extern'.
23057
23058 2007-01-27  Jim Meyering  <jim@meyering.net>
23059
23060         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
23061         of set-but-not-used local, "q".
23062
23063         * lib/mempcpy.c: Include <config.h> before <string.h>.
23064         This fixes a compilation error on HP-UX, due to the system's
23065         "restrict"-using mempcpy prototype.
23066
23067 2007-01-26  Bruno Haible  <bruno@clisp.org>
23068
23069         Small optimization.
23070         * lib/javacomp.c: Include c-strstr.h.
23071          (is_envjavac_gcj): Use c_strstr instead of strstr.
23072         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
23073
23074 2007-01-26  Bruno Haible  <bruno@clisp.org>
23075
23076         * MODULES.html.sh (Unicode string functions): Add the new modules.
23077
23078         * modules/uniconv/u32-strconv-to-locale: New file.
23079         * lib/uniconv/u32-strconv-to-locale.c: New file.
23080
23081         * modules/uniconv/u16-strconv-to-locale: New file.
23082         * lib/uniconv/u16-strconv-to-locale.c: New file.
23083
23084         * modules/uniconv/u8-strconv-to-locale: New file.
23085         * lib/uniconv/u8-strconv-to-locale.c: New file.
23086
23087         * modules/uniconv/u32-strconv-from-locale: New file.
23088         * lib/uniconv/u32-strconv-from-locale.c: New file.
23089
23090         * modules/uniconv/u16-strconv-from-locale: New file.
23091         * lib/uniconv/u16-strconv-from-locale.c: New file.
23092
23093         * modules/uniconv/u8-strconv-from-locale: New file.
23094         * lib/uniconv/u8-strconv-from-locale.c: New file.
23095
23096         * modules/uniconv/u32-strconv-to-enc: New file.
23097         * lib/uniconv/u32-strconv-to-enc.c: New file.
23098         * modules/uniconv/u32-strconv-to-enc-tests: New file.
23099         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
23100
23101         * modules/uniconv/u16-strconv-to-enc: New file.
23102         * lib/uniconv/u16-strconv-to-enc.c: New file.
23103         * lib/uniconv/u-strconv-to-enc.h: New file.
23104         * modules/uniconv/u16-strconv-to-enc-tests: New file.
23105         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
23106
23107         * modules/uniconv/u8-strconv-to-enc: New file.
23108         * lib/uniconv/u8-strconv-to-enc.c: New file.
23109         * modules/uniconv/u8-strconv-to-enc-tests: New file.
23110         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
23111
23112         * modules/uniconv/u32-strconv-from-enc: New file.
23113         * lib/uniconv/u32-strconv-from-enc.c: New file.
23114         * modules/uniconv/u32-strconv-from-enc-tests: New file.
23115         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
23116
23117         * modules/uniconv/u16-strconv-from-enc: New file.
23118         * lib/uniconv/u16-strconv-from-enc.c: New file.
23119         * modules/uniconv/u16-strconv-from-enc-tests: New file.
23120         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
23121
23122         * modules/uniconv/u8-strconv-from-enc: New file.
23123         * lib/uniconv/u8-strconv-from-enc.c: New file.
23124         * lib/uniconv/u-strconv-from-enc.h: New file.
23125         * modules/uniconv/u8-strconv-from-enc-tests: New file.
23126         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
23127
23128         * modules/uniconv/u32-conv-from-enc: New file.
23129         * lib/uniconv/u32-conv-from-enc.c: New file.
23130         * modules/uniconv/u32-conv-from-enc-tests: New file.
23131         * tests/uniconv/test-u32-conv-from-enc.c: New file.
23132
23133         * modules/uniconv/u16-conv-from-enc: New file.
23134         * lib/uniconv/u16-conv-from-enc.c: New file.
23135         * lib/uniconv/u-conv-from-enc.h: New file.
23136         * modules/uniconv/u16-conv-from-enc-tests: New file.
23137         * tests/uniconv/test-u16-conv-from-enc.c: New file.
23138
23139         * modules/uniconv/u8-conv-from-enc: New file.
23140         * lib/uniconv/u8-conv-from-enc.c: New file.
23141         * modules/uniconv/u8-conv-from-enc-tests: New file.
23142         * tests/uniconv/test-u8-conv-from-enc.c: New file.
23143
23144         * modules/uniconv/base: New file.
23145         * lib/uniconv.h: New file.
23146
23147 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23148
23149         * doc/gnulib-tool.texi (Initial import): Update to match current
23150         behavior with strdup module.
23151         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
23152         * lib/memmem.h: Remove; all uses removed.  This is now done
23153         by <string.h>.
23154         * lib/mempcpy.h: Likewise.
23155         * lib/memrchr.h: Likewise.
23156         * lib/stpcpy.h: Likewise.
23157         * lib/stpncpy.h: Likewise.
23158         * lib/strcase.h: Likewise.
23159         * lib/strchrnul.h: Likewise.
23160         * lib/strdup.h: Likewise.
23161         * lib/strndup.h: Likewise.
23162         * lib/strnlen.h: Likewise.
23163         * lib/strpbrk.h: Likewise.
23164         * lib/strsep.h: Likewise.
23165         * lib/strstr.h: Likewise.
23166         * lib/strtok_r.h: Likewise.
23167         * lib/string_.h: New file.
23168         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
23169         Rely on <string.h> instead.
23170         * lib/canon-host.c: Likewise.
23171         * lib/chdir-long.c: Likewise.
23172         * lib/concatpath.c: Likewise.
23173         * lib/exclude.c: Likewise.
23174         * lib/fchdir.c: Likewise.
23175         * lib/getaddrinfo.c: Likewise.
23176         * lib/getcwd.c: Likewise.
23177         * lib/getsubopt.c: Likewise.
23178         * lib/glob.c: Likewise.
23179         * lib/hard-locale.c: Likewise.
23180         * lib/iconvme.c: Likewise.
23181         * lib/javacomp.c: Likewise.
23182         * lib/mempcpy.c: Likewise.
23183         * lib/memrchr.c: Likewise.
23184         * lib/regex_internal.h: Likewise.
23185         * lib/stpncpy.c: Likewise.
23186         * lib/strcasecmp.c: Likewise.
23187         * lib/strchrnul.c: Likewise.
23188         * lib/strdup.c: Likewise.
23189         * lib/striconv.c: Likewise.
23190         * lib/striconveh.c: Likewise.
23191         * lib/striconveha.c: Likewise.
23192         * lib/strncasecmp.c: Likewise.
23193         * lib/strndup.c: Likewise.
23194         * lib/strnlen.c: Likewise.
23195         * lib/strsep.c: Likewise.
23196         * lib/strstr.c: Likewise.
23197         * lib/strtok_r.c: Likewise.
23198         * lib/userspec.c: Likewise.
23199         * lib/w32spawn.h: Likewise.
23200         * lib/xstrndup.c: Likewise.
23201         * lib/mountlist.c (strstr): Remove decl.
23202         * m4/string_h.m4: New file.
23203         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
23204         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
23205         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
23206         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
23207         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
23208         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
23209         Set REPLACE_STRCASECMP if necessary.
23210         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
23211         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
23212         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
23213         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
23214         HAVE_DECL_STRDUP if necessary.
23215         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
23216         since gl_FUNC_STRNDUP does that now.
23217         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
23218         Check for decl here...
23219         (gl_PREREQ_STRNLEN): ... not here.
23220         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
23221         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
23222         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
23223         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
23224         necessary.
23225         * modules/string: New file.
23226         * modules/memmem (Files): Remove special-purpose include file.
23227         (Depends-on): Add string.
23228         (Include): Include <string.h>, not the removed file.
23229         * modules/mempcpy: Likewise.
23230         * modules/memrchr: Likewise.
23231         * modules/stpcpy: Likewise.
23232         * modules/stpncpy: Likewise.
23233         * modules/strcase: Likewise.
23234         * modules/strchrnul: Likewise.
23235         * modules/strdup: Likewise.
23236         * modules/strndup: Likewise.
23237         * modules/strnlen: Likewise.
23238         * modules/strpbrk: Likewise.
23239         * modules/strsep: Likewise.
23240         * modules/strstr: Likewise.
23241         * modules/strtok_r: Likewise.
23242         * tests/test-dirname.c: Don't include "strdup.h", since
23243         <string.h> now suffices.
23244         * tests/test-memmem.c: Don't include "memmem.h", since
23245         <string.h> now suffices.
23246
23247 2007-01-25  Bruno Haible  <bruno@clisp.org>
23248
23249         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
23250         *resultp is 0.
23251
23252         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
23253         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
23254         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
23255         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
23256
23257         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
23258         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
23259         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
23260         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
23261         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
23262         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
23263
23264 2007-01-24  Bruno Haible  <bruno@clisp.org>
23265
23266         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
23267         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
23268         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
23269         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
23270         gl_FUNC_FTS_CORE.
23271         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
23272         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
23273         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23274         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
23275         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
23276         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
23277         gl_FUNC_FCHOWNAT.
23278         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
23279         gl_FUNC_STRFTIME.
23280         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
23281         Reported by Ralf Wildenhues.
23282
23283 2007-01-24  Bruno Haible  <bruno@clisp.org>
23284
23285         Drop AC_REQUIRE calls that are redundant with the module dependencies.
23286         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
23287         gl_GETADDRINFO.
23288         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
23289         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
23290         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
23291
23292 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
23293
23294         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
23295         Don't use 'exit'; just return from 'main'.
23296         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
23297
23298         * lib/fnmatch_.h: Readjust white space and comments to match
23299         glibc, to avoid spurious diffs.
23300
23301 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
23304         2004-12-01 change by Jakub Jelinek, since this code won't compile
23305         if !LIBC.  Problem reported by Bob Proulx.
23306
23307 2007-01-23  Bruno Haible  <bruno@clisp.org>
23308
23309         * lib/striconveh.c: Include c-strcaseeq.h.
23310         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
23311         * modules/striconveh (Depends-on): Add c-strcaseeq.
23312
23313 2007-01-23  Bruno Haible  <bruno@clisp.org>
23314
23315         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
23316
23317         * modules/c-strcaseeq: New file.
23318         * lib/c-strcaseeq.h: New file.
23319
23320         * modules/streq: New file.
23321         * lib/streq.h: New file.
23322
23323 2007-01-23  Bruno Haible  <bruno@clisp.org>
23324
23325         * modules/striconveha-tests: New file.
23326         * tests/test-striconveha.c: New file.
23327
23328         * lib/striconveha.h: Include <stdbool.h>.
23329         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
23330         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
23331         (mem_iconveha_notranslit): Renamed from mem_iconveha.
23332         (mem_iconveha): New function.
23333         (str_iconveha_notranslit): Renamed from str_iconveha.
23334         (str_iconveha): New function.
23335         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
23336         c-strcase.
23337
23338 2007-01-23  Bruno Haible  <bruno@clisp.org>
23339
23340         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
23341         encodings without forgiving before trying any encoding with handler.
23342         (str_iconveha): Try all encodings without forgiving before trying any
23343         encoding with handler.
23344
23345 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23346
23347         Import the following changes from libc.
23348
23349         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23350
23351         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
23352
23353         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23354
23355         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
23356         normal_bracket label.
23357
23358         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
23359
23360         [BZ #361]
23361         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
23362         to normal_bracket after fetching the next character.
23363
23364 2007-01-22  Bruno Haible  <bruno@clisp.org>
23365
23366         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
23367         argument.
23368         * lib/striconveh.c (iconv_carefully_1): New function.
23369         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
23370         argument.
23371         (str_cd_iconveh): Update.
23372         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
23373         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
23374         * tests/test-striconveh.c (MAGIC): New macro.
23375         (new_offsets): New function.
23376         (main): Test call with and without offsets.
23377
23378 2007-01-22  Bruno Haible  <bruno@clisp.org>
23379
23380         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
23381         * modules/sys_select (Makefile.am): Likewise.
23382         * modules/sys_socket (Makefile.am): Likewise.
23383         * modules/sys_time (Makefile.am): Likewise.
23384
23385 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * modules/gettimeofday (License): Change from GPL to LGPL, since
23388         gettimeofday is a library function.
23389
23390 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23391
23392         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
23393
23394 2007-01-21  Bruno Haible  <bruno@clisp.org>
23395
23396         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
23397
23398 2007-01-21  Bruno Haible  <bruno@clisp.org>
23399
23400         * modules/striconveha: New file.
23401         * lib/striconveha.h: New file.
23402         * lib/striconveha.c: New file.
23403         * MODULES.html.sh (Internationalization functions): Add striconveha.
23404         * lib/striconv.c (str_iconv): Optimize the case of an empty input
23405         string.
23406         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
23407
23408 2007-01-21  Bruno Haible  <bruno@clisp.org>
23409
23410         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
23411         * lib/striconveh.c (str_iconveh): Likewise.
23412
23413 2007-01-21  Bruno Haible  <bruno@clisp.org>
23414
23415         * lib/striconveh.h (mem_iconveh): New declaration.
23416         * lib/striconveh.c (mem_iconveh): New function.
23417         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
23418
23419 2007-01-21  Bruno Haible  <bruno@clisp.org>
23420
23421         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
23422
23423         * lib/striconveh.h (mem_cd_iconveh): Change specification.
23424         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
23425         original result buffer.
23426         (str_cd_iconveh): Update.
23427         * tests/test-striconveh.c (main): Update.
23428
23429         * lib/striconv.h (mem_cd_iconv): Change specification.
23430         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
23431         result buffer.
23432         (str_cd_iconv): Update.
23433         * tests/test-striconv.c (main): Update.
23434
23435 2007-01-21  Bruno Haible  <bruno@clisp.org>
23436
23437         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
23438
23439 2007-01-20  Jim Meyering  <jim@meyering.net>
23440
23441         * lib/userspec.c (parse_with_separator): If a user or group string
23442         starts with "+", skip the corresponding name-to-ID look-up, since
23443         such a look-up must fail: user and group names may not include "+".
23444
23445 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23446
23447         * lib/poll.c: Include sys/time.h and time.h unconditionally,
23448         since we now assume the sys_time module.
23449         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
23450         check for sys/time.h; no longer needed.
23451         * modules/poll (Depends-on): Depend on sys_time.
23452
23453 2007-01-18  Bruno Haible  <bruno@clisp.org>
23454
23455         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
23456         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23457
23458         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
23459         gettimeofday.
23460
23461         * tests/test-gettimeofday.c: Include <time.h>.
23462         (dummy): Remove variable.
23463
23464         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
23465         gl_HEADER_SYS_TIME_H.
23466         (gl_HEADER_SYS_TIME_H): New macro.
23467
23468         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
23469         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23470         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
23471         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
23472         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23473         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
23474         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
23475         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23476         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
23477         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
23478         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23479
23480         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
23481         last change; it caused a compilation error when cross-compiling to
23482         Cygwin.
23483
23484 2007-01-18  Jim Meyering  <jim@meyering.net>
23485
23486         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
23487         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
23488         than the race-prone "test -d sys || mkdir sys".
23489         (configure.ac): Use AC_PROG_MKDIR_P.
23490         * modules/sys_select: Likewise.
23491         * modules/sys_socket: Likewise.
23492         * modules/sys_time: Likewise.
23493
23494 2007-01-18  Eric Blake  <ebb9@byu.net>
23495
23496         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
23497         replace gettimeofday.
23498         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
23499         name, to avoid infinite recursion.
23500
23501 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
23502
23503         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
23504         module sys_time.
23505         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
23506         assume timespec.h defines struct timeval.
23507         * lib/settime.c: Likewise.
23508         * lib/utimens.c: Likewise.
23509         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
23510         since we now assume the gettimeofday module.
23511         * lib/tempname.c (__gen_tempname): Likewise.
23512         * lib/gettimeofday.h: Remove.
23513         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
23514         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
23515         Include <time.h>, for 'time()'.
23516         (localtime_buffer_addr): Also use this workaround if
23517         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
23518         to simplify the uses.  All uses changed.
23519         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
23520         that #undef is inside {}, and 'const' follows type name consistently.
23521         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
23522         (gettimeofday): Do not use the maximum possible value for
23523         tv->tv_usec, since that might break usages other than ls.c.
23524         Instead, we'll leave ls.c alone.  This undoes today's patch
23525         by Bruno.  Add a compile-time warning for 1s-clock resolution;
23526         we've never observed the problem but might as well keep the
23527         canary.
23528         * lib/nanosleep.c: Include timespec.h first, for interface check.
23529         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
23530         now assume the sys_time module.
23531         * lib/tempname.c: Likewise.
23532         * lib/timespec.h: Likewise.
23533         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
23534         needed.
23535         * lib/strftime.c: Likewise.
23536         * lib/timespec.h: Likewise.
23537         * lib/posixtm.c: Include posixtm.h first, for interface check.
23538         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
23539         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
23540         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
23541         * lib/sys_time_.h: New file.
23542         * lib/timespec.h (struct timespec): Use long int, not long.
23543         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23544         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
23545         Remove obsolescent call to AC_HEADER_TIME.
23546         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
23547         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23548         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23549         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
23550         Likewise.
23551         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
23552         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
23553         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
23554         into the sys_time module.  Check for gettimeofday just once.
23555         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
23556         for gettimeofday signature to just check the signature.  Merely
23557         compile it, since linking doesn't test signature.  Improve test for
23558         whether gettimeofday.o is actually needed.
23559         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
23560         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
23561         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
23562         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23563         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
23564         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
23565         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
23566         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
23567         than worrying about sys/time.h.
23568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23569         Don't bother worrying about TIME_WITH_SYS_TIME.
23570         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
23571         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
23572         * m4/sys_time_h.m4: New file.
23573         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
23574         Don't include sys/time.h.  Return from main rather than exiting.
23575         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
23576         all uses changed.
23577         * modules/gethrxtime (Depends-on): Add sys_time.
23578         * modules/gettime (Depends-on): Likewise.
23579         * modules/gettimeofday (Depends-on): Likewise.
23580         * modules/nanosleep (Depends-on): Likewise.
23581         * modules/settime (Depends-on): Likewise.
23582         * modules/tempname (Depends-on): Likewise.
23583         * modules/utimens (Depends-on): Likewise.
23584         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
23585         (Include:) Change back to <sys/time.h>.
23586         (Maintainer:) Add self.
23587         * modules/sys_time: New file.
23588         * modules/tempname (Depends-on): Add gettimeofday.
23589         * tests/test-gettimeofday.c: Include <sys/time.h>
23590         rather than gettimeofday.h.
23591
23592 2007-01-17  Bruno Haible  <bruno@clisp.org>
23593
23594         * gnulib-tool (func_get_license): Revert last patch. Instead, let
23595         the license default to GPL.
23596         (func_create_testdir): Don't complain if a module is LGPL and its
23597         tests module depends on GPLed modules.
23598
23599 2007-01-17  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/gettimeofday.c (gettimeofday): Add code for the case
23602         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
23603         maximum possible value for tv->tv_usec, rather than the minimum one.
23604
23605 2005-10-08  Martin Lambers  <marlam@marlam.de>
23606 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23607 2007-01-16  Bruno Haible  <bruno@clisp.org>
23608
23609         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
23610         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
23611         gl_FUNC_GETTIMEOFDAY.
23612         (Include): Add gettimeofday.h.
23613         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
23614         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
23615         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
23616         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
23617         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
23618         * lib/gettimeofday.h: New file.
23619         * lib/gettimeofday.c: Include <sys/timeb.h>.
23620         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
23621         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23622         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
23623         fall back on time().
23624
23625         * tests/test-gettimeofday.c: New file.
23626         * modules/gettimeofday-tests: New file.
23627
23628 2007-01-16  Eric Blake  <ebb9@byu.net>
23629
23630         * modules/fnmatch (Depends-on): Depend on wchar.
23631         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
23632         * m4/fnmatch.m4: Likewise.
23633         * modules/mbchar (Makefile.am): Assume <wchar.h>.
23634         * m4/mbchar.m4: Likewise.
23635         * modules/mbswidth (Depends-on): Depend on wchar.
23636         * lib/mbswidth.c: Assume <wchar.h>.
23637         * m4/mbswidth.m4: Likewise.
23638         * modules/quotearg (Depends-on): Depend on wchar.
23639         * lib/quotearg.c: Assume <wchar.h>.
23640         * m4/quotearg.m4: Likewise.
23641         * modules/regex (Depends-on): Depend on wchar.
23642         * lib/regex_internal.h: Assume <wchar.h>.
23643         * m4/regex.m4: Likewise.
23644         * modules/stdint (Depends-on): Depend on wchar.
23645         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
23646         * m4/stdint.m4: Likewise.
23647         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
23648         * modules/strftime (Depends-on): Depend on wchar.
23649         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
23650         * modules/strtol (Depends-on): Depend on wchar.
23651         * lib/strtol.c: Assume <wchar.h>.
23652         * modules/wcwidth (Depends-on): Depend on wchar.
23653         * lib/wcwidth.h: Assume <wchar.h>.
23654         * m4/wcwidth.m4: Likewise.
23655
23656 2007-01-16  Bruno Haible  <bruno@clisp.org>
23657
23658         * modules/csharpexec-script: New, created from...
23659         * modules/csharpexec: ... this.
23660
23661 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23662
23663         * modules/javaexec-script: New, created from...
23664         * modules/javaexec: ... this.
23665
23666 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23667
23668         * modules/poll (Dependencies): Add sys_select.
23669
23670 2007-01-15  Jim Meyering  <jim@meyering.net>
23671
23672         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
23673         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
23674         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
23675         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
23676
23677 2007-01-15  Bruno Haible  <bruno@clisp.org>
23678
23679         * modules/striconveh: New file.
23680         * lib/striconveh.h: New file.
23681         * lib/striconveh.c: New file.
23682         * MODULES.html.sh (Internationalization functions): Add striconveh.
23683
23684         * modules/striconveh-tests: New file.
23685         * tests/test-striconveh.c: New file.
23686
23687 2007-01-15  Bruno Haible  <bruno@clisp.org>
23688
23689         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
23690         not from GNU libiconv or GNU libc.
23691
23692 2007-01-15  Bruno Haible  <bruno@clisp.org>
23693
23694         * doc/gnulib-intro.texi (Copyright): Explain the different license
23695         terms for module descriptions, autoconf macros, tests, documentation.
23696
23697 2007-01-14  Bruno Haible  <bruno@clisp.org>
23698
23699         * modules/striconv-tests: New file.
23700         * tests/test-striconv.c: New file.
23701
23702 2007-01-14  Bruno Haible  <bruno@clisp.org>
23703
23704         * modules/iconv-tests: New file.
23705         * tests/test-iconv.c: New file.
23706
23707 2007-01-14  Bruno Haible  <bruno@clisp.org>
23708
23709         * gnulib-tool (func_get_license): For test modules, use the license of
23710         the main module.
23711
23712 2007-01-14  Bruno Haible  <bruno@clisp.org>
23713
23714         * modules/iconv (Include): Clarify that <iconv.h> can only be included
23715         if iconv is found to exist.
23716
23717 2007-01-14  Bruno Haible  <bruno@clisp.org>
23718
23719         * modules/c-ctype-tests: New file.
23720         * tests/test-c-ctype.c: New file.
23721
23722 2007-01-14  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/binary-io-tests: New file.
23725         * tests/test-binary-io.sh: New file.
23726         * tests/test-binary-io.c: New file.
23727
23728 2007-01-14  Bruno Haible  <bruno@clisp.org>
23729
23730         * modules/array-oset-tests: New file.
23731         * tests/test-array_oset.c: New file.
23732
23733 2007-01-14  Bruno Haible  <bruno@clisp.org>
23734
23735         * modules/array-list-tests: New file.
23736         * tests/test-array_list.c: New file.
23737
23738 2007-01-14  Bruno Haible  <bruno@clisp.org>
23739
23740         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
23741         and make.
23742         Reported by Simon Josefsson in
23743         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
23744
23745 2007-01-14  Bruno Haible  <bruno@clisp.org>
23746
23747         * modules/allocsa-tests: New file.
23748         * tests/test-allocsa.c: New file.
23749
23750 2007-01-14  Bruno Haible  <bruno@clisp.org>
23751
23752         * modules/fchdir (Depends-on): Add absolute-header.
23753         * modules/unistd (Depends-on): Likewise.
23754
23755 2006-12-30  Bruno Haible  <bruno@clisp.org>
23756
23757         * modules/fchdir: New file.
23758         * modules/unistd (Files): Add lib/unistd_.h.
23759         (Makefile.am): Generate unistd.h from unistd_.h.
23760         * lib/fchdir.c: New file.
23761         * lib/dirent_.h: New file.
23762         * lib/unistd_.h: New file.
23763         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
23764         * m4/fchdir.m4: New file.
23765         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
23766         (gl_HEADER_UNISTD): Invoke it.
23767         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
23768         function.
23769         * lib/backupfile.c (opendir, closedir): Undefine.
23770         * lib/chown.c (open, close): Undefine.
23771         * lib/clean-temp.c (open, close): Undefine.
23772         * lib/copy-file.c (open, close): Undefine.
23773         * lib/execute.c (open, close): Undefine.
23774         * lib/fsusage.c (open, close): Undefine.
23775         * lib/gc-gnulib.c (open, close): Undefine.
23776         * lib/getcwd.c (opendir, closedir): Undefine.
23777         * lib/glob.c (opendir, closedir): Undefine.
23778         * lib/javacomp.c (open, close): Undefine.
23779         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
23780         * lib/openat-proc.c (open, close): Undefine.
23781         * lib/pagealign_alloc.c (open, close): Undefine.
23782         * lib/pipe.c (open, close): Undefine.
23783         * lib/progreloc.c (open, close): Undefine.
23784         * lib/savedir.c (opendir, closedir): Undefine.
23785         * lib/utime.c (open, close): Undefine.
23786         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
23787
23788 2007-01-10  Bruno Haible  <bruno@clisp.org>
23789
23790         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
23791
23792 2007-01-12  Eric Blake  <ebb9@byu.net>
23793
23794         Provide a robust <wchar.h>.  Further simplifications are now
23795         possible in other modules, but not included here.
23796         * modules/wchar: New module.
23797         * m4/wchar.m4: New file.
23798         * lib/wchar_.h: Likewise.
23799         * modules/mbchar (Depends-on): Depend on wchar, as the first use
23800         of the new module.
23801         * MODULES.html.sh (Extended multibyte and wide character utilities):
23802         New section.
23803
23804 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
23805
23806         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
23807         to a reasonable default for memory allocation.
23808         (xreadlink): Don't allocate a huge buffer, to work around a buggy
23809         file system that reports garbage st_size values for symlinks.
23810         Problem reported by Liyang Hu.
23811
23812 2007-01-11  Simon Josefsson  <simon@josefsson.org>
23813
23814         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
23815         Emacs .#* auto-save files).
23816
23817 2007-01-11  Bruno Haible  <bruno@clisp.org>
23818
23819         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
23820         directory.
23821
23822 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23823
23824         Use @...@ consistently in lib/wctype_.h.
23825         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
23826         on it being set to 1 or 0.
23827         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
23828         go back to AC_SUBSTing it.
23829         * modules/wctype (Makefile.am): Undo previous change.
23830
23831 2007-01-10  Eric Blake  <ebb9@byu.net>
23832
23833         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
23834         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
23835         * modules/wctype (Makefile.am): Likewise.
23836         Reported by Chris McGuire.
23837
23838 2007-01-10  Jim Meyering  <jim@meyering.net>
23839
23840         fts.c: a small readability/maintainability improvement
23841         * lib/fts.c (fts_read): Make this code slightly more readable and
23842         maintainable by hoisting the "sp->fts_cur = p" assignments to
23843         immediately follow the statements that set P.  Derived from
23844         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
23845
23846 2007-01-10  Eric Blake  <ebb9@byu.net>
23847
23848         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
23849         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
23850         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
23851         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
23852         Reported by Chris McGuire.
23853
23854 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23855
23856         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
23857         in sed script.
23858
23859 2007-01-09  Bruno Haible  <bruno@clisp.org>
23860
23861         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
23862         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
23863         variables.
23864         (func_module): Use them.
23865
23866 2007-01-09  Bruno Haible  <bruno@clisp.org>
23867
23868         * modules/unistr/base: New file.
23869         * lib/unistr.h: New file.
23870
23871         * modules/unistr/u8-to-u16: New file.
23872         * lib/unistr/u8-to-u16.c: New file.
23873
23874         * modules/unistr/u8-to-u32: New file.
23875         * lib/unistr/u8-to-u32.c: New file.
23876
23877         * modules/unistr/u16-to-u8: New file.
23878         * lib/unistr/u16-to-u8.c: New file.
23879
23880         * modules/unistr/u16-to-u32: New file.
23881         * lib/unistr/u16-to-u32.c: New file.
23882
23883         * modules/unistr/u32-to-u8: New file.
23884         * lib/unistr/u32-to-u8.c: New file.
23885
23886         * modules/unistr/u32-to-u16: New file.
23887         * lib/unistr/u32-to-u16.c: New file.
23888
23889         * modules/unistr/u8-check: New file.
23890         * modules/unistr/u16-check: New file.
23891         * modules/unistr/u32-check: New file.
23892         * lib/unistr/u8-check.c: New file.
23893         * lib/unistr/u16-check.c: New file.
23894         * lib/unistr/u32-check.c: New file.
23895
23896         * modules/unistr/u8-chr: New file.
23897         * modules/unistr/u16-chr: New file.
23898         * modules/unistr/u32-chr: New file.
23899         * lib/unistr/u8-chr.c: New file.
23900         * lib/unistr/u16-chr.c: New file.
23901         * lib/unistr/u32-chr.c: New file.
23902
23903         * modules/unistr/u8-cmp: New file.
23904         * modules/unistr/u16-cmp: New file.
23905         * modules/unistr/u32-cmp: New file.
23906         * lib/unistr/u8-cmp.c: New file.
23907         * lib/unistr/u16-cmp.c: New file.
23908         * lib/unistr/u32-cmp.c: New file.
23909
23910         * modules/unistr/u8-cpy: New file.
23911         * modules/unistr/u16-cpy: New file.
23912         * modules/unistr/u32-cpy: New file.
23913         * lib/unistr/u8-cpy.c: New file.
23914         * lib/unistr/u16-cpy.c: New file.
23915         * lib/unistr/u32-cpy.c: New file.
23916         * lib/unistr/u-cpy.h: New file.
23917
23918         * modules/unistr/u8-cpy-alloc: New file.
23919         * modules/unistr/u16-cpy-alloc: New file.
23920         * modules/unistr/u32-cpy-alloc: New file.
23921         * lib/unistr/u8-cpy-alloc.c: New file.
23922         * lib/unistr/u16-cpy-alloc.c: New file.
23923         * lib/unistr/u32-cpy-alloc.c: New file.
23924         * lib/unistr/u-cpy-alloc.h: New file.
23925
23926         * modules/unistr/u8-endswith: New file.
23927         * modules/unistr/u16-endswith: New file.
23928         * modules/unistr/u32-endswith: New file.
23929         * lib/unistr/u8-endswith.c: New file.
23930         * lib/unistr/u16-endswith.c: New file.
23931         * lib/unistr/u32-endswith.c: New file.
23932         * lib/unistr/u-endswith.h: New file.
23933
23934         * modules/unistr/u8-mblen: New file.
23935         * modules/unistr/u16-mblen: New file.
23936         * modules/unistr/u32-mblen: New file.
23937         * lib/unistr/u8-mblen.c: New file.
23938         * lib/unistr/u16-mblen.c: New file.
23939         * lib/unistr/u32-mblen.c: New file.
23940
23941         * modules/unistr/u8-mbtouc: New file.
23942         * modules/unistr/u16-mbtouc: New file.
23943         * modules/unistr/u32-mbtouc: New file.
23944         * lib/unistr/u8-mbtouc.c: New file.
23945         * lib/unistr/u16-mbtouc.c: New file.
23946         * lib/unistr/u32-mbtouc.c: New file.
23947
23948         * modules/unistr/u8-mbtouc-safe: New file.
23949         * modules/unistr/u16-mbtouc-safe: New file.
23950         * modules/unistr/u32-mbtouc-safe: New file.
23951         * lib/unistr/u8-mbtouc-safe.c: New file.
23952         * lib/unistr/u16-mbtouc-safe.c: New file.
23953         * lib/unistr/u32-mbtouc-safe.c: New file.
23954
23955         * modules/unistr/u8-move: New file.
23956         * modules/unistr/u16-move: New file.
23957         * modules/unistr/u32-move: New file.
23958         * lib/unistr/u8-move.c: New file.
23959         * lib/unistr/u16-move.c: New file.
23960         * lib/unistr/u32-move.c: New file.
23961         * lib/unistr/u-move.h: New file.
23962
23963         * modules/unistr/u8-next: New file.
23964         * modules/unistr/u16-next: New file.
23965         * modules/unistr/u32-next: New file.
23966         * lib/unistr/u8-next.c: New file.
23967         * lib/unistr/u16-next.c: New file.
23968         * lib/unistr/u32-next.c: New file.
23969
23970         * modules/unistr/u8-prev: New file.
23971         * modules/unistr/u16-prev: New file.
23972         * modules/unistr/u32-prev: New file.
23973         * lib/unistr/u8-prev.c: New file.
23974         * lib/unistr/u16-prev.c: New file.
23975         * lib/unistr/u32-prev.c: New file.
23976
23977         * modules/unistr/u8-set: New file.
23978         * modules/unistr/u16-set: New file.
23979         * modules/unistr/u32-set: New file.
23980         * lib/unistr/u8-set.c: New file.
23981         * lib/unistr/u16-set.c: New file.
23982         * lib/unistr/u32-set.c: New file.
23983         * lib/unistr/u-set.h: New file.
23984
23985         * modules/unistr/u8-startswith: New file.
23986         * modules/unistr/u16-startswith: New file.
23987         * modules/unistr/u32-startswith: New file.
23988         * lib/unistr/u8-startswith.c: New file.
23989         * lib/unistr/u16-startswith.c: New file.
23990         * lib/unistr/u32-startswith.c: New file.
23991         * lib/unistr/u-startswith.h: New file.
23992
23993         * modules/unistr/u8-stpcpy: New file.
23994         * modules/unistr/u16-stpcpy: New file.
23995         * modules/unistr/u32-stpcpy: New file.
23996         * lib/unistr/u8-stpcpy.c: New file.
23997         * lib/unistr/u16-stpcpy.c: New file.
23998         * lib/unistr/u32-stpcpy.c: New file.
23999         * lib/unistr/u-stpcpy.h: New file.
24000
24001         * modules/unistr/u8-stpncpy: New file.
24002         * modules/unistr/u16-stpncpy: New file.
24003         * modules/unistr/u32-stpncpy: New file.
24004         * lib/unistr/u8-stpncpy.c: New file.
24005         * lib/unistr/u16-stpncpy.c: New file.
24006         * lib/unistr/u32-stpncpy.c: New file.
24007         * lib/unistr/u-stpncpy.h: New file.
24008
24009         * modules/unistr/u8-strcat: New file.
24010         * modules/unistr/u16-strcat: New file.
24011         * modules/unistr/u32-strcat: New file.
24012         * lib/unistr/u8-strcat.c: New file.
24013         * lib/unistr/u16-strcat.c: New file.
24014         * lib/unistr/u32-strcat.c: New file.
24015         * lib/unistr/u-strcat.h: New file.
24016
24017         * modules/unistr/u8-strchr: New file.
24018         * modules/unistr/u16-strchr: New file.
24019         * modules/unistr/u32-strchr: New file.
24020         * lib/unistr/u8-strchr.c: New file.
24021         * lib/unistr/u16-strchr.c: New file.
24022         * lib/unistr/u32-strchr.c: New file.
24023
24024         * modules/unistr/u8-strcmp: New file.
24025         * modules/unistr/u16-strcmp: New file.
24026         * modules/unistr/u32-strcmp: New file.
24027         * lib/unistr/u8-strcmp.c: New file.
24028         * lib/unistr/u16-strcmp.c: New file.
24029         * lib/unistr/u32-strcmp.c: New file.
24030
24031         * modules/unistr/u8-strcpy: New file.
24032         * modules/unistr/u16-strcpy: New file.
24033         * modules/unistr/u32-strcpy: New file.
24034         * lib/unistr/u8-strcpy.c: New file.
24035         * lib/unistr/u16-strcpy.c: New file.
24036         * lib/unistr/u32-strcpy.c: New file.
24037         * lib/unistr/u-strcpy.h: New file.
24038
24039         * modules/unistr/u8-strcspn: New file.
24040         * modules/unistr/u16-strcspn: New file.
24041         * modules/unistr/u32-strcspn: New file.
24042         * lib/unistr/u8-strcspn.c: New file.
24043         * lib/unistr/u16-strcspn.c: New file.
24044         * lib/unistr/u32-strcspn.c: New file.
24045         * lib/unistr/u-strcspn.h: New file.
24046
24047         * modules/unistr/u8-strdup: New file.
24048         * modules/unistr/u16-strdup: New file.
24049         * modules/unistr/u32-strdup: New file.
24050         * lib/unistr/u8-strdup.c: New file.
24051         * lib/unistr/u16-strdup.c: New file.
24052         * lib/unistr/u32-strdup.c: New file.
24053         * lib/unistr/u-strdup.h: New file.
24054
24055         * modules/unistr/u8-strlen: New file.
24056         * modules/unistr/u16-strlen: New file.
24057         * modules/unistr/u32-strlen: New file.
24058         * lib/unistr/u8-strlen.c: New file.
24059         * lib/unistr/u16-strlen.c: New file.
24060         * lib/unistr/u32-strlen.c: New file.
24061         * lib/unistr/u-strlen.h: New file.
24062
24063         * modules/unistr/u8-strmblen: New file.
24064         * modules/unistr/u16-strmblen: New file.
24065         * modules/unistr/u32-strmblen: New file.
24066         * lib/unistr/u8-strmblen.c: New file.
24067         * lib/unistr/u16-strmblen.c: New file.
24068         * lib/unistr/u32-strmblen.c: New file.
24069
24070         * modules/unistr/u8-strmbtouc: New file.
24071         * modules/unistr/u16-strmbtouc: New file.
24072         * modules/unistr/u32-strmbtouc: New file.
24073         * lib/unistr/u8-strmbtouc.c: New file.
24074         * lib/unistr/u16-strmbtouc.c: New file.
24075         * lib/unistr/u32-strmbtouc.c: New file.
24076
24077         * modules/unistr/u8-strncat: New file.
24078         * modules/unistr/u16-strncat: New file.
24079         * modules/unistr/u32-strncat: New file.
24080         * lib/unistr/u8-strncat.c: New file.
24081         * lib/unistr/u16-strncat.c: New file.
24082         * lib/unistr/u32-strncat.c: New file.
24083         * lib/unistr/u-strncat.h: New file.
24084
24085         * modules/unistr/u8-strncmp: New file.
24086         * modules/unistr/u16-strncmp: New file.
24087         * modules/unistr/u32-strncmp: New file.
24088         * lib/unistr/u8-strncmp.c: New file.
24089         * lib/unistr/u16-strncmp.c: New file.
24090         * lib/unistr/u32-strncmp.c: New file.
24091
24092         * modules/unistr/u8-strncpy: New file.
24093         * modules/unistr/u16-strncpy: New file.
24094         * modules/unistr/u32-strncpy: New file.
24095         * lib/unistr/u8-strncpy.c: New file.
24096         * lib/unistr/u16-strncpy.c: New file.
24097         * lib/unistr/u32-strncpy.c: New file.
24098         * lib/unistr/u-strncpy.h: New file.
24099
24100         * modules/unistr/u8-strnlen: New file.
24101         * modules/unistr/u16-strnlen: New file.
24102         * modules/unistr/u32-strnlen: New file.
24103         * lib/unistr/u8-strnlen.c: New file.
24104         * lib/unistr/u16-strnlen.c: New file.
24105         * lib/unistr/u32-strnlen.c: New file.
24106         * lib/unistr/u-strnlen.h: New file.
24107
24108         * modules/unistr/u8-strpbrk: New file.
24109         * modules/unistr/u16-strpbrk: New file.
24110         * modules/unistr/u32-strpbrk: New file.
24111         * lib/unistr/u8-strpbrk.c: New file.
24112         * lib/unistr/u16-strpbrk.c: New file.
24113         * lib/unistr/u32-strpbrk.c: New file.
24114         * lib/unistr/u-strpbrk.h: New file.
24115
24116         * modules/unistr/u8-strrchr: New file.
24117         * modules/unistr/u16-strrchr: New file.
24118         * modules/unistr/u32-strrchr: New file.
24119         * lib/unistr/u8-strrchr.c: New file.
24120         * lib/unistr/u16-strrchr.c: New file.
24121         * lib/unistr/u32-strrchr.c: New file.
24122
24123         * modules/unistr/u8-strspn: New file.
24124         * modules/unistr/u16-strspn: New file.
24125         * modules/unistr/u32-strspn: New file.
24126         * lib/unistr/u8-strspn.c: New file.
24127         * lib/unistr/u16-strspn.c: New file.
24128         * lib/unistr/u32-strspn.c: New file.
24129         * lib/unistr/u-strspn.h: New file.
24130
24131         * modules/unistr/u8-strstr: New file.
24132         * modules/unistr/u16-strstr: New file.
24133         * modules/unistr/u32-strstr: New file.
24134         * lib/unistr/u8-strstr.c: New file.
24135         * lib/unistr/u16-strstr.c: New file.
24136         * lib/unistr/u32-strstr.c: New file.
24137         * lib/unistr/u-strstr.h: New file.
24138
24139         * modules/unistr/u8-strtok: New file.
24140         * modules/unistr/u16-strtok: New file.
24141         * modules/unistr/u32-strtok: New file.
24142         * lib/unistr/u8-strtok.c: New file.
24143         * lib/unistr/u16-strtok.c: New file.
24144         * lib/unistr/u32-strtok.c: New file.
24145         * lib/unistr/u-strtok.h: New file.
24146
24147         * modules/unistr/u8-uctomb: New file.
24148         * modules/unistr/u16-uctomb: New file.
24149         * modules/unistr/u32-uctomb: New file.
24150         * lib/unistr/u8-uctomb.c: New file.
24151         * lib/unistr/u16-uctomb.c: New file.
24152         * lib/unistr/u32-uctomb.c: New file.
24153
24154         * MODULES.html.sh (Unicode string functions): Add the new modules.
24155
24156 2007-01-08  Bruno Haible  <bruno@clisp.org>
24157
24158         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
24159         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
24160         subdirectories.
24161
24162 2007-01-08  Karl Berry  <karl@gnu.org>
24163
24164         * doc/error.texi: mention that main() fns must set program_name
24165         when progname is used.
24166
24167 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
24170         WCTYPE_H is empty, for the benefit of builds from non-distclean
24171         directories.  Problem reported by Eric Blake in
24172         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
24173
24174 2007-01-08  Bruno Haible  <bruno@clisp.org>
24175
24176         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
24177         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
24178         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
24179         PROVIDE_CANONICALIZE_FILENAME_MODE.
24180         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
24181
24182 2007-01-08  Bruno Haible  <bruno@clisp.org>
24183
24184         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
24185         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
24186         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
24187         * lib/fts.c: Likewise.
24188         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
24189
24190 2006-12-25  Bruno Haible  <bruno@clisp.org>
24191
24192         * modules/utf8-ucs4-safe: New file.
24193         * lib/utf8-ucs4-safe.h: New file.
24194         * lib/unistr/utf8-ucs4-safe.c: New file.
24195
24196         * modules/utf16-ucs4-safe: New file.
24197         * lib/utf16-ucs4-safe.h: New file.
24198         * lib/unistr/utf16-ucs4-safe.c: New file.
24199
24200         * MODULES.html.sh (Unicode string functions): Add the new modules.
24201
24202 2007-01-08  Bruno Haible  <bruno@clisp.org>
24203
24204         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
24205         (Depends-on): Add unitypes.
24206         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24207         (u8_mbtouc_aux): Move out to separate file.
24208         (u8_mbtouc): Use ucs4_t, uint8_t types.
24209         * lib/unistr/utf8-ucs4.c: New file.
24210
24211         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
24212         (Depends-on): Add unitypes.
24213         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24214         (u16_mbtouc_aux): Move out to separate file.
24215         (u16_mbtouc): Use ucs4_t, uint16_t types.
24216         * lib/unistr/utf16-ucs4.c: New file.
24217
24218         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
24219         (Depends-on): Add unitypes.
24220         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
24221         (u8_uctomb_aux): Move out to separate file.
24222         (u8_uctomb): Use ucs4_t, uint8_t types.
24223         * lib/unistr/ucs4-utf8.c: New file.
24224
24225         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
24226         (Depends-on): Add unitypes.
24227         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
24228         (u16_uctomb_aux): Move out to separate file.
24229         (u16_uctomb): Use ucs4_t, uint16_t types.
24230         * lib/unistr/ucs4-utf16.c: New file.
24231
24232 2006-12-25  Bruno Haible  <bruno@clisp.org>
24233
24234         * modules/unitypes: New file.
24235         * lib/unitypes.h: New file.
24236         * MODULES.html.sh (func_all_modules): New section "Unicode string
24237         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
24238         this section. Add unitypes.
24239
24240 2007-01-08  Bruno Haible  <bruno@clisp.org>
24241
24242         Avoid variable names that conflict with those from libtool.
24243         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
24244         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
24245         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
24246         library_names_spec to acl_library_names_spec, hardcode_* to
24247         acl_hardcode_*.
24248         Reported by Ralf Wildenhues.
24249
24250 2007-01-08  Bruno Haible  <bruno@clisp.org>
24251
24252         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
24253         definition.
24254         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
24255         definition.
24256         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
24257         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
24258         definition.
24259         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
24260         definition.
24261         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
24262         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
24263         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
24264         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
24265         definition.
24266         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
24267         definition.
24268         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
24269         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
24270         GC_USE_<algorithm>.
24271         * lib/gc-libgcrypt.c: Likewise.
24272         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
24273         * modules/gc-arctwo (configure.ac): Likewise.
24274         * modules/gc-des (configure.ac): Likewise.
24275         * modules/gc-hmac-md5 (configure.ac): Likewise.
24276         * modules/gc-hmac-sha1 (configure.ac): Likewise.
24277         * modules/gc-md2 (configure.ac): Likewise.
24278         * modules/gc-md4 (configure.ac): Likewise.
24279         * modules/gc-md5 (configure.ac): Likewise.
24280         * modules/gc-random (configure.ac): Likewise.
24281         * modules/gc-rijndael (configure.ac): Likewise.
24282         * modules/gc-sha1 (configure.ac): Likewise.
24283
24284 2007-01-08  Bruno Haible  <bruno@clisp.org>
24285
24286         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
24287         macro definition.
24288         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
24289         definition.
24290         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
24291         definition.
24292         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
24293         * modules/fcntl-safer (configure.ac): Likewise.
24294         * modules/fopen-safer (configure.ac): Likewise.
24295         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
24296         GNULIB_FWRITEERROR macro definition.
24297
24298 2007-01-08  Bruno Haible  <bruno@clisp.org>
24299
24300         * m4/gnulib-common.m4: New file.
24301         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
24302         (func_get_filelist): Add m4/gnulib-common.m4.
24303
24304 2007-01-08  Bruno Haible  <bruno@clisp.org>
24305
24306         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
24307         command.
24308
24309 2007-01-08  Jim Meyering  <jim@meyering.net>
24310
24311         Use a more robust test for a "can't happen" condition.
24312         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
24313         narrowed the st_size value.  Presuming the "can't happen" condition
24314         is true, that narrowing could conceivably convert an invalid st_size
24315         value into a valid one.  Instead, use a change based on Matthew
24316         Woehlke's original patch.
24317
24318         Slight readability improvement: use an assert-like macro
24319         in place of literal "abort ()" uses.
24320         * lib/fts.c (fts_assert): Define.
24321         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
24322         Use this macro instead of a bare 'abort'.
24323
24324 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
24325
24326         Don't worry about using IRIX 5.3's wctype.h broken definitions;
24327         simply work around them.
24328         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
24329         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
24330         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
24331         declaring.
24332         Don't bother to define as macros, since the standard doesn't require it.
24333         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
24334         longer worry about IRIX 5.3.
24335         (HAVE_WCTYPE_CTMP_BUG): Remove.
24336
24337 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24338
24339         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
24340         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
24341         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
24342         Problems reported by Georg Schwarz for IRIX 5.3.
24343
24344         * gnulib-tool (autoconf_minversion): Take the maximum version number
24345         found, not the minimum.  Problem reported by James Youngman.
24346
24347 2007-01-03  Karl Berry  <karl@gnu.org>
24348
24349         * doc/error.texi: new file, explaining interaction with progname.
24350         * doc/gnulib.texi: include it.  Update copyright.
24351
24352 2007-01-03  Simon Josefsson  <simon@josefsson.org>
24353
24354         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
24355         AC_CANONICAL_HOST, to improve autobuild outputs.
24356
24357 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
24358             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24359
24360         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
24361         sockets, server sockets, and other file descriptors.  Count errors
24362         to compute the return value.  Reorder the code a bit to be easier
24363         to follow.  Don't set event bits that were not requested (except
24364         POLLERR and POLLHUP).
24365
24366 2007-01-01  Bruno Haible  <bruno@clisp.org>
24367
24368         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
24369
24370 2007-01-03  Jim Meyering  <jim@meyering.net>
24371
24372         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
24373
24374 2007-01-02  Bruno Haible  <bruno@clisp.org>
24375
24376         * modules/settime (Include): Require timespec.h.
24377         * modules/nanosleep (Include): Likewise.
24378
24379 2007-01-01  Bruno Haible  <bruno@clisp.org>
24380
24381         * gnulib-tool (func_emit_copyright_notice): Bump year.
24382         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
24383
24384 2007-01-01  Bruno Haible  <bruno@clisp.org>
24385
24386         Improve support for OpenBSD.
24387         * build-aux/config.rpath (libname_spec): Export.
24388         (library_names_spec): New variable. Export.
24389         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
24390         library_names_spec from the config.rpath output. Locate shared library
24391         through the name pattern in library_names_spec.
24392
24393 2007-01-01  Eric Blake  <ebb9@byu.net>
24394
24395         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
24396
24397 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
24398
24399         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
24400         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
24401         assume the C locale, and avoid an "eval" that could cause trouble.
24402         Problem with SORT reported by Bob Proulx.
24403
24404         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
24405         Define.  Trivial patch from Henning Nielsen Lund, originally
24406         sent to bug-grep@gnu.org today.
24407
24408 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
24411         struct stat.  Problem reported by Henning Nielsen Lund.
24412         * lib/acl.c: Include acl.h first, to check interface.  Don't
24413         bother to include sys/types.h and sys/stat.h again.
24414
24415 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24416
24417         Import the following change from libc; problem reported by
24418         Sven Verdoolaege.
24419
24420         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
24421
24422         [BZ #1373]
24423         * lib/argp.h: Remove __NTH for __argp_usage inline function.
24424
24425 2006-12-28  Jim Meyering  <jim@meyering.net>
24426
24427         * build-aux/announce-gen: Do not assume that the package
24428         builds any of tar.gz, tar.bz2, and .xdelta files.
24429         Suggestion from Simon Josefsson.
24430
24431 2006-12-28  Simon Josefsson  <simon@josefsson.org>
24432
24433         * modules/announce-gen: New file.
24434
24435 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * lib/mbchar.h: Just include <wctype.h>; the wctype module
24438         handles its gotchas now.
24439         * lib/mbswidth.c: Likewise.
24440         * lib/wcwidth.h: Likewise.
24441         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
24442         and iswcntrl; the wctype module does this stuff now.
24443         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24444         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24445         * modules/mbchar (Depends-on): Add wctype.
24446         * modules/mbswidth (Depends-on): Likewise.
24447         * modules/wcwidth (Depends-on): Likewise.
24448
24449 2006-12-27  Eric Blake  <ebb9@byu.net>
24450
24451         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
24452         module uses more than what <wctype.h> is required to provide.
24453
24454 2006-12-26  Eric Blake  <ebb9@byu.net>
24455
24456         * gnulib-tool (sed_extract_prog): Avoid space-tab.
24457
24458 2006-12-26  Eric Blake  <ebb9@byu.net>
24459
24460         * modules/absolute-header: New module.
24461         * modules/fcntl (Depends-on): Depend on it.
24462         * modules/inttypes (Depends-on): Likewise.
24463         * modules/stdint (Depends-on): Likewise.
24464         * modules/sys_stat (Depends-on): Likewise.
24465         * modules/wctype (Depends-on): Likewise.
24466         * MODULES.html.sh (Support for building libraries and
24467         executables): Document it.
24468
24469 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24470
24471         * gnulib-tool (SED): Remove, undoing previous change.
24472         The problem was that it broke coreutils on Solaris, because
24473         "sed --posix" leaked into a makefile.
24474         (sed): New alias, if 'alias' and GNU sed.
24475
24476 2006-12-24  Jim Meyering  <jim@meyering.net>
24477
24478         Work around an fchownat bug in glibc-2.4:
24479         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
24480         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
24481         in spite of the -P option.
24482         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
24483         New macros.
24484         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
24485         * modules/openat (Files): Add lib/fchownat.c.
24486         * lib/openat.c (fchownat): Don't define here.  Move to...
24487         * lib/fchownat.c: ...this new file.
24488
24489 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24490
24491         Fix bug reported by Bruno Haible in
24492         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
24493         where quotearg.c didn't compile on Mac OS X 10.2 because it
24494         lacks <wchar.h> and wint_t.
24495         * lib/wctype_.h (__wctype_wint_t): New type.
24496         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
24497         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
24498         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
24499         Arg is now of type __wctype_wint_t, not wint_t.
24500         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
24501         substitute HAVE_WINT_T.
24502         * modules/wctype (Files): Add m4/wint_t.m4.
24503         (wctype.h): Substitute HAVE_WINT_T.
24504
24505 2006-12-23  Bruno Haible  <bruno@clisp.org>
24506
24507         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
24508
24509 2006-12-23  Bruno Haible  <bruno@clisp.org>
24510
24511         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
24512         S_ISLNK.
24513         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
24514         mingw.
24515
24516 2006-12-22  Bruno Haible  <bruno@clisp.org>
24517
24518         * lib/copy-file.c: Include acl.h.
24519         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
24520         Close the file descriptors only after being done with copy_acl.
24521         * modules/copy-file (Depends-on): Add acl.
24522
24523 2006-12-22  Bruno Haible  <bruno@clisp.org>
24524
24525         * gnulib-tool (SED): New variable.
24526         Use $SED instead of sed everywhere.
24527
24528 2006-12-22  Bruno Haible  <bruno@clisp.org>
24529
24530         * modules/no-c++: New file.
24531         * m4/no-c++.m4: New file.
24532         * MODULES.html.sh (Support for building libraries and executables):
24533         Add no-c++.
24534
24535 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
24536
24537         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24538         Include <limits.h>, and use its INT_MAX to rewrite the
24539         j loop so that it does not overflow 'int'.  Problem reported by
24540         Ralf Wildenhues in
24541         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
24542         Play it safe by shifting left by 1 rather than multiplying by 2,
24543         as GCC is less likely to optimize this away when the value
24544         is signed (when it assumes overflow leads to undefined behavior).
24545         Also, don't assume time_t uses two's complement.
24546
24547 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
24548
24549         * MODULES.html.sh: New module wctype.
24550         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
24551         * lib/fnmatch.c: Don't bother to include <wchar.h> before
24552         <wctype.h>, since the new wctype module should fix this.
24553         * lib/quotearg.c: Include <wctype.h> unconditionally, since
24554         the wctype module should arrange for it.
24555         * lib/regex_internal.h: Likewise.
24556         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
24557         since the wctype module should handle this now.
24558         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
24559         * modules/fnmatch (Depends-on): Add wctype.
24560         * modules/quotearg (Depends-on): Likewise.
24561         * modules/regex (Depends-on): Likewise.
24562
24563 2006-12-19  Bruno Haible  <bruno@clisp.org>
24564
24565         * lib/strdup.h [C++]: Wrap definitions in extern "C".
24566         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
24567
24568 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24569
24570         * modules/savewd (Depends-on): Fix dependency on fcntl.
24571
24572 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24573
24574         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
24575         conforms to C99, rather than relying on the user's environment
24576         setting of STDINT_H.
24577
24578 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24579         and Eric Blake  <ebb9@byu.net>
24580
24581         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
24582         This is more consistent with the other defines here.
24583         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
24584         Port to z/OS.  Problem reported by Paul Gilmartin.
24585         Change local vars to use gl_ prefix rather than ac_.
24586         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
24587         with other defines.
24588         * modules/double-slash-root: New module.
24589         * modules/dirname (Files): Remove m4/double-slash-root.m4.
24590         (Depends-on): Add double-slash-root.
24591         * MODULES.html.sh (File system functions): Mention new module.
24592
24593 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
24594
24595         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
24596         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
24597         This is for the benefit of gzip, which doesn't do i18n.
24598
24599 2006-12-12  Jim Meyering  <jim@meyering.net>
24600
24601         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
24602         Reported by Andreas Schwab <schwab@suse.de>.
24603
24604 2006-12-12  Bruno Haible  <bruno@clisp.org>
24605
24606         Merge these changes.
24607         2006-09-05  Bruno Haible  <bruno@clisp.org>
24608         * lib/iconvme.c (iconv_string): No need to save and restore errno when
24609         iconv_alloc succeeded.
24610         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
24611         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
24612         test for " && dest " at the end - dest is always != NULL there. Call
24613         iconv with 4xNULL arguments initially, to reset the state. Call iconv
24614         with 2xNULL arguments, also to flush the state storage. Handle the
24615         IRIX iconv behaviour. Realloc the final result, to throw away unused
24616         memory.
24617
24618 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
24621         and fchmodat unconditionally, since glibc 2.4 has them.
24622         Problem reported by Arkadiusz Miskiewicz.
24623
24624 2006-12-10  Bruno Haible  <bruno@clisp.org>
24625
24626         * gnulib-tool (func_import): Show the include files only for those
24627         modules that are copied and specified.
24628         Reported by Karl Berry.
24629
24630 2006-12-08  Jim Meyering  <jim@meyering.net>
24631
24632         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
24633         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
24634
24635         * build-aux/announce-gen: Add two new options, both optional:
24636         --bootstrap-tools=TOOL_LIST
24637               a comma-separated list of tools, e.g.,
24638               autoconf,automake,bison,gnulib
24639         --gnulib-snapshot-date=DATE
24640               if gnulib is in the bootstrap tool list,
24641               then report this as the snapshot date.
24642               If not specified, use the current date/time.
24643               If you specify a date here, be sure it's UTC.
24644
24645 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24646
24647         * tests/test-argp-2.sh: Fix test to match actual output.
24648         (func_compare): Fix sed script to be portable.
24649
24650 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
24651
24652         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
24653         workaround for this case.  It is not autoconfigured now; offhand
24654         it's hard to see how to autoconfigure it.
24655
24656 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24657
24658         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
24659         a directory that is about to be chowned.  Such a directory's
24660         initial file permissions should permit the owner only and this
24661         should not be changed until after the chown, since the group and
24662         other bits would be incorrect if they granted permission before
24663         the chown.
24664
24665         Fix porting problem for iswctype reported by Georg Schwarz in:
24666         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
24667         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
24668         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
24669         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
24670         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24671
24672 2006-12-03  Jim Meyering  <jim@meyering.net>
24673
24674         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
24675         p->fts_statp may not yet be defined.
24676         (fts_read): Instead, set it in the caller, once p->fts_statp is
24677         sure to be defined, and corresponds to a top-level directory.
24678         This bug made du -x fail.  Here's the coreutils test case:
24679         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
24680         Reported by Mike Frysinger.
24681
24682 2006-12-01  Jim Meyering  <jim@meyering.net>
24683
24684         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
24685         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
24686         Reported by Simon Josefsson.
24687
24688 2006-11-30  Jim Meyering  <jim@meyering.net>
24689
24690         * m4/warning.m4: Use the all-permissive copyright notice
24691         recommended by RMS (rather than LGPL).
24692         * m4/vararrays.m4: Likewise.
24693         * m4/flexmember.m4: Likewise.
24694
24695 2006-11-29  Bruno Haible  <bruno@clisp.org>
24696
24697         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24698         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
24699         using +=.
24700         Reported by Simon Josefsson <simon@josefsson.org>.
24701
24702 2006-11-28  James Youngman <jay@gnu.org>
24703
24704         * README: Advise users that they might find the bug-gnulib@gnu.org
24705         and autotools-announce@gnu.org mailing lists useful.
24706
24707 2006-11-28  Bruno Haible  <bruno@clisp.org>
24708
24709         * m4/ptrdiff_max.m4: Remove file.
24710
24711 2006-11-21  Bruno Haible  <bruno@clisp.org>
24712
24713         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
24714         _AC_COMPUTE_INT.
24715         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24716         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
24717         _AC_COMPUTE_INT.
24718         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24719         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
24720         _AC_COMPUTE_INT.
24721         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24722
24723 2006-11-28  Jim Meyering  <jim@meyering.net>
24724
24725         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
24726         warning from "gcc -Wshadow" about shadowing the builtin.
24727
24728 2006-11-27  Bruno Haible  <bruno@clisp.org>
24729
24730         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
24731         _AC_COMPUTE_INT.
24732         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24733
24734 2006-11-27  Bruno Haible  <bruno@clisp.org>
24735             Paul Eggert  <eggert@cs.ucla.edu>
24736
24737         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
24738
24739 2006-11-26  Bruno Haible  <bruno@clisp.org>
24740
24741         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24742         noinst_LTLIBRARIES.
24743
24744 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24745             Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
24748         if compiling with "gcc -ansi".
24749
24750 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24751
24752         Fix some incompatibilities with gcc -ansi -pedantic.
24753         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
24754         if compiling pedantically with GCC, unless it's C99 or later.
24755         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
24756         it mishandles gcc -ansi -pedantic as well.
24757         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
24758         if gcc -pedantic.
24759         * lib/regexec.c (check_node_accept_bytes): Don't use auto
24760         initializers for struct if -pedantic, unless it's C99 or later.
24761
24762 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
24763
24764         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
24765         Don't close an fd more than once. Identical atimes indicate
24766         success, not failure.
24767
24768 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
24769
24770         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
24771
24772 2006-11-23  Jim Meyering  <jim@meyering.net>
24773
24774         * build-aux/announce-gen: New file.  From coreutils.
24775
24776 2006-11-22  Jim Meyering  <jim@meyering.net>
24777
24778         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
24779         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
24780         (fts_read): Use a temporary to narrow the overused st_size member
24781         before using it in a switch statement.  Reported by Matthew Woehlke.
24782
24783         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
24784         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
24785
24786 2006-11-20  Bruno Haible  <bruno@clisp.org>
24787
24788         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
24789         changequote instead of pairs of brackets.
24790         Reported by Andreas Schwab <schwab@suse.de>.
24791
24792 2006-11-21  Jim Meyering  <jim@meyering.net>
24793
24794         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
24795         so as to remain compatible with older compilers.
24796         Patch from Michael Deutschmann.
24797
24798 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24799
24800         * MODULES.html.sh (File system functions): Add openat.
24801
24802         * lib/openat.h (rpl_fstatat): New macro, if
24803         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
24804         (fstatat): Define to rpl_fstatat under the same conditions,
24805         unless COMPILING_FSTATAT.
24806         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
24807         seems to have the bug.
24808         * lib/fstatat.c: New file.
24809         * modules/openat (Files): Add it.
24810
24811 2006-11-20  Bruno Haible  <bruno@clisp.org>
24812
24813         * Makefile: New file.
24814
24815 2006-11-20  Jim Meyering  <jim@meyering.net>
24816
24817         The beginnings of syntax-related checks for gnulib.
24818         * lib/Makefile: New file.
24819         * lib/t-idcache: New script.  Ensure that the two halves of
24820         idcache.c stay in sync.
24821
24822         * lib/idcache.c: Adjust comments in user- and group- portions to
24823         be more accurate, and to be consistent with one another.
24824
24825 2006-11-20  Jim Meyering  <jim@meyering.net>
24826
24827         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
24828         continue using the flexible array member (thus, this module performs
24829         half as many malloc calls), with the addition that...
24830         (getgroup, getuser): Consistently record a non-match via an empty
24831         "name" string, and map an empty string match to a NULL return value.
24832         * modules/idcache (Depends-on): Re-add flexmember.
24833
24834         * lib/idcache.c (getuser): Remove all uses of the register keyword.
24835         (getuidbyname, getgroup, getgidbyname): Likewise.
24836
24837         Use cleaner syntax: NULL rather than 0.
24838         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
24839
24840 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24841
24842         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
24843         It mishandled the case where the group was missing.
24844         Problem reported by Greg Schafer.
24845         * modules/idcache: Likewise.
24846
24847 2006-11-18  Jim Meyering  <jim@meyering.net>
24848
24849         * check-module (%exempt_header): Add exception for some
24850         conditionally-included headers.
24851
24852         * modules/i-ring (Depends-on): Add verify.
24853         (License): Change to LGPL.
24854
24855 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24856
24857         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
24858         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
24859         and inttostr.h.  Use snprintf rather than uinttostr, so that
24860         LGPLed code doesn't depend on GPLed.
24861
24862 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24863
24864         * modules/inline (License): Change from GPL to LGPL.
24865
24866 2006-11-17  Jim Meyering  <jim@meyering.net>
24867
24868         * modules/d-type (License): Switch to LGPL.
24869
24870 2006-11-15  Bruno Haible  <bruno@clisp.org>
24871
24872         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
24873
24874 2006-11-15  Eric Blake  <ebb9@byu.net>
24875
24876         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
24877         the module dependency.
24878
24879 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24880             Bruno Haible  <bruno@clisp.org>
24881
24882         * gnulib-tool (func_create_testdir): Add license consistency check.
24883
24884 2006-11-15  Eric Blake  <ebb9@byu.net>
24885
24886         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
24887         random "(cached)" in configure output.
24888
24889 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24890
24891         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
24892         test for conforming inttypes.h is both announced and cached.
24893
24894         * MODULES.html.sh (seen_modules, seen_files): New variables.
24895         (func_module): Rewrite to use a few less gnulib-tool and sed
24896         invocations.  Avoid a couple of quadratic algorithms for ...
24897         (missed_modules, missed_files): ... these, with ...
24898         (func_append, func_tmpdir): ... these new functions, from
24899         gnulib-tool.  Analogously, install traps for cleanup.
24900
24901         * tests/test-gc.c (main): Remove unused variables.
24902         * tests/test-read-file.c: Include stdlib.h, for 'free'.
24903
24904 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
24905
24906         * modules/inttostr (License): Change to LGPL.
24907
24908 2006-11-14  Eric Blake  <ebb9@byu.net>
24909
24910         * modules/tempname (License): Change to LGPL.
24911
24912 2006-11-14  Eric Blake  <ebb9@byu.net>
24913
24914         * doc/functions.texi (Function Portability): *printf functions on
24915         Cygwin now understand all POSIX size specifiers.
24916
24917 2006-11-14  Bruno Haible  <bruno@clisp.org>
24918
24919         * modules/c-ctype (License): Change to LGPL.
24920
24921 2006-11-12  Bruno Haible  <bruno@clisp.org>
24922
24923         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24924         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
24925         for GNOME libraries, for which the include files are installed in
24926         subdirectories of $prefix/include.
24927
24928 2006-11-12  Bruno Haible  <bruno@clisp.org>
24929
24930         * m4/lib-link.m4: Require at least autoconf-2.54.
24931         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
24932         name to underscores for the --with option.
24933
24934 2006-11-13  Bruno Haible  <bruno@clisp.org>
24935
24936         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
24937         the tests directory.
24938         Reported by Ralf Wildenhues.
24939
24940 2006-11-13  Bruno Haible  <bruno@clisp.org>
24941
24942         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
24943         (func_emit_initmacro_end): Undo the override here.
24944         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
24945         Works around the famous automake error in coreutils.
24946
24947 2006-11-13  Eric Blake  <ebb9@byu.net>
24948
24949         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
24950         element, not its node.
24951
24952 2006-11-12  Bruno Haible  <bruno@clisp.org>
24953
24954         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
24955         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
24956
24957 2006-11-12  Bruno Haible  <bruno@clisp.org>
24958
24959         * gnulib-tool: New option --local-symlink.
24960         (func_usage): Document it.
24961         (lsymbolic): New variable.
24962         (func_import, func_create_testdir): If --symlink was not specified,
24963         test whether --local-symlink was specified and the file comes from
24964         the local_gnulib_dir.
24965
24966 2006-11-12  Bruno Haible  <bruno@clisp.org>
24967
24968         * gnulib-tool (func_ln): New function.
24969         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
24970
24971 2006-11-12  Bruno Haible  <bruno@clisp.org>
24972
24973         Finish support for source files in subdirectories.
24974         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
24975         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
24976         AUTOMAKE_OPTIONS.
24977         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
24978
24979 2006-11-12  Bruno Haible  <bruno@clisp.org>
24980
24981         * gnulib-tool (func_get_automake_snippet): Synthesize also an
24982         EXTRA_lib_SOURCES augmentation.
24983         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
24984
24985 2006-11-12  Jim Meyering  <jim@meyering.net>
24986
24987         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
24988         file descriptors.  This also averts a failure on systems with
24989         native openat support when a traversed directory lacks "x" access.
24990         * lib/fts_.h: Include "i-ring.h"
24991         (struct FTS) [fts_fd_ring]: New member.
24992         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
24993         (FCHDIR): Add parentheses.
24994         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
24995         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
24996         When descending, rather than simply closing the previous
24997         fts_cwd_fd value, push that file descriptor onto the ring.
24998         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
24999         (fts_open): Initialize the new fd_ring member.
25000         (fts_close): Clear the ring.
25001         (fts_safe_changedir): When possible, use our new fd_ring to skip
25002         the diropen and fstat and dev/ino comparison that would normally
25003         accompany a virtual `chdir ("..")'.
25004
25005         * modules/fts (Depends-on): Add i-ring.
25006         * modules/i-ring: New module.
25007         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
25008         * m4/i-ring.m4: New file.
25009
25010 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25011
25012         * gnulib-tool (func_create_testdir): Fix replacement of
25013         `build-aux' in configure.ac.  Run autotools in gltests
25014         subdirectory.
25015         (func_create_testdir, func_create_megatestdir, test): There is
25016         no need for '--force' in most autotool invocations in a new
25017         tree.  Actually fail the whole test if any of the tools, or the
25018         configure or make stages fail.
25019
25020         Sync from Automake.
25021         * build-aux/gnupload: Revert last change.  Add pointer to upload
25022         instructions of the GNU Maintenance Instructions.
25023         Suggestion by Karl Berry.
25024
25025 2006-11-10  Jim Meyering  <jim@meyering.net>
25026
25027         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
25028
25029 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25030
25031         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
25032         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
25033         (bind_textdomain_codeset) [! ENABLE_NLS]:
25034         Evaluate all the arguments.  That way, callers get compatible behavior
25035         if the arguments have side effects.  Also, it avoids some GCC
25036         diagnostics in some cases; Joel E. Denny reported problems when Bison
25037         was configured with --enable-gcc-warnigs.
25038
25039 2006-11-10  Jim Meyering  <jim@meyering.net>
25040
25041         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
25042         relevant options in CFLAGS (like -O, -fno-inline) are taken into
25043         account.
25044
25045 2006-11-10  Jim Meyering  <jim@meyering.net>
25046
25047         * modules/inline: New file/module.
25048         * modules/xalloc (Files): Remove m4/inline.m4.
25049         (Depends-on): Add inline, instead.
25050         * modules/oset: Likewise.
25051         * modules/list: Likewise.
25052
25053 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
25056         Problem reported by Matthew Woehlke.
25057
25058 2006-11-09  Bruno Haible  <bruno@clisp.org>
25059
25060         * lib/tempname.c (gen_tempname): Remove variant that invokes
25061         __gen_tempname.
25062         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
25063         __gen_tempname.
25064
25065 2006-11-08  Bruno Haible  <bruno@clisp.org>
25066
25067         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
25068         to 'yes' instead of 'cross-compiling'.
25069
25070 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
25071
25072         * lib/quotearg.h (quotearg_free): New decl.
25073         * lib/quotearg.c (quotearg_free): New function.
25074         (slot0, nslots, slotvec0, slotvec):
25075         Now file-scope so that quotearg_free can get at them.
25076
25077 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25078
25079         Sync from Automake.
25080         * build-aux/gnupload: Add missing 'gnu' to example URL.
25081         Report by Karl Berry.
25082
25083 2006-11-08  Bruno Haible  <bruno@clisp.org>
25084
25085         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
25086         Suggested by Paul Eggert.
25087
25088 2006-11-08  Jim Meyering  <jim@meyering.net>
25089
25090         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
25091         It's already included if !_LIBC.
25092         (fts_safe_changedir): Add a comment.
25093
25094 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25095
25096         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
25097         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
25098         Matthew Woehlke.
25099
25100         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
25101         definitions up, to avoid colliding with change below.
25102         (static_inline) [HAVE_INLINE]: New macro.
25103         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
25104         Provide extern decls when !HAVE_INLINE.  Do not define unless
25105         static_inline is defined, either by us or by xmalloc.c.  Use
25106         static_inline rather than static inline.
25107         (XCALLOC): Optimize sizeof(T) = 1 case.
25108         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
25109
25110 2006-11-07  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
25113         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
25114         AC_C_INLINE.
25115         * modules/xalloc (Files): Add m4/inline.m4.
25116
25117 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25118
25119         * README: Fix typo.
25120         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
25121         (Miscellanous Notes): ...from this.
25122
25123 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
25126         Mention that offsetof should be used instead of sizeof.
25127         From Bruno Haible.
25128
25129 2006-11-07  Bruno Haible  <bruno@clisp.org>
25130
25131         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
25132
25133 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25134
25135         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25136         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
25137         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25138         (gl_tree_add_before, gl_tree_add_after):
25139         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
25140         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
25141         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
25142         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
25143         (gl_linked_add_after, gl_linked_add_at): Likewise.
25144         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
25145         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25146         (gl_tree_add_before, gl_tree_add_after): Likewise.
25147         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
25148         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
25149         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
25150
25151 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25152
25153         * lib/gl_oset.h: Use C comment style, not C++ comment style.
25154
25155 2006-11-06  Bruno Haible  <bruno@clisp.org>
25156
25157         * m4/inline.m4: New file.
25158         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
25159         * modules/list (Files): Add m4/inline.m4.
25160         * modules/oset (Files): Likewise.
25161
25162 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25163
25164         * lib/idcache.c: Include <stddef.h>, for offsetof.
25165         (struct userid.name): Change from char * to a flexible array member.
25166         All uses changed.
25167         * modules/idcache (Depends-on): Add flexmember.
25168
25169         * MODULES.html.sh (Core language properties): New module flexmember.
25170         * modules/flexmember, m4/flexmember.m4: New files.
25171
25172         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
25173         inline functions that are identical with the old xnmalloc_inline,
25174         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
25175         that we can avoid some unnecessary integer multiplications and
25176         divisions in the common case where the element size is known at
25177         compile time.
25178         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
25179         needed.
25180         (xnboundedmalloc): Remove.
25181         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
25182         arguments, for consistency with rest of this header.
25183         (xcharalloc): Rewrite using XNMALLOC.
25184         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
25185         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
25186         versions have been moved to lib/xalloc.h and renamed to be the
25187         non-*_inline versions.
25188         (xmalloc, xrealloc): Implement without reference to the xnmalloc
25189         and xnrealloc functions, since those functions are now inline and
25190         now call us.
25191         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
25192         renaming described above.
25193         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
25194         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
25195         captures the dependency in AC_C_INLINE.
25196
25197         New module canonicalize-lgpl, proposed by Charles Wilson in
25198         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
25199         with a few small changes afterwards.
25200         * MODULES.html.sh (File system functions): New module
25201         canonicalize-lgpl.
25202         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
25203         and canonicalize_file_name.
25204         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
25205         * modules/canonicalize-lgpl: New files.
25206
25207 2006-11-05  Bruno Haible  <bruno@clisp.org>
25208
25209         * gnulib-tool (func_import, func_create_testdir): Create directories
25210         also for files in subdirectories of lib/.
25211
25212 2006-11-05  Bruno Haible  <bruno@clisp.org>
25213
25214         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
25215         ANSI C compliant.
25216
25217 2006-11-03  Bruno Haible  <bruno@clisp.org>
25218
25219         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25220         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
25221         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
25222         (xnboundedmalloc): New inline function.
25223         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
25224         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
25225         xmalloc.
25226         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
25227         xmalloc.
25228         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
25229         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
25230         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
25231         xmalloc.
25232         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25233         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
25234         xmalloc.
25235         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
25236         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25237         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
25238         xmalloc.
25239         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25240         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
25241         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25242         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
25243         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
25244         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
25245         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
25246
25247 2006-11-03  Bruno Haible  <bruno@clisp.org>
25248
25249         * lib/c-ctype.h [C++]: Define functions without name mangling.
25250         * lib/fwriteerror.h [C++]: Likewise.
25251         * lib/gcd.h [C++]: Likewise.
25252         * lib/linebreak.h [C++]: Likewise.
25253
25254 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
25255
25256         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
25257         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
25258         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
25259         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25260         Check for functions and headers just once.
25261         Check for declaration of canonicalize_file_name.
25262         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
25263
25264 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25265
25266         * gnulib-tool (func_import): Fix typo in actioncmd.
25267
25268 2006-11-02  Bruno Haible  <bruno@clisp.org>
25269
25270         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
25271         newline sequence in the Makefile.am snippet as a space, like "make"
25272         does.
25273         Reported by Roger Persson <perrog@gmail.com>.
25274
25275 2006-11-01  Bruno Haible  <bruno@clisp.org>
25276
25277         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
25278         already declared in <string.h>.
25279         * lib/strcase.h (strncasecmp): Don't declare it if yes.
25280
25281 2006-11-01  Bruno Haible  <bruno@clisp.org>
25282
25283         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
25284         * lib/strcase.h: Include <string.h>.
25285         (strcasecmp): Define to rpl_strcasecmp here.
25286
25287 2006-11-01  Bruno Haible  <bruno@clisp.org>
25288
25289         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
25290
25291 2006-11-01  Eric Blake  <ebb9@byu.net>
25292
25293         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
25294
25295         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
25296
25297 2006-10-29  Bruno Haible  <bruno@clisp.org>
25298
25299         Make it compile in C++ mode.
25300         * lib/full-write.c (full_rw): Add a cast.
25301
25302 2006-11-01  Bruno Haible  <bruno@clisp.org>
25303
25304         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
25305         be POSIX compliant.
25306         Reported by Roger Persson <perrog@gmail.com>.
25307
25308 2006-11-01  Eric Blake  <ebb9@byu.net>
25309
25310         * lib/getopt_.h: Fix comments.
25311
25312 2006-10-31  Eric Blake  <ebb9@byu.net>
25313
25314         * modules/tmpdir (Depends-on): Add sys_stat.
25315         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
25316         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
25317         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
25318         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
25319         tempname.
25320
25321 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
25322
25323         Avoid some C++ diagnostics reported by Bruno Haible.
25324         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
25325         xmalloc.
25326         (quotearg_alloc): Use xcharalloc rather than xmalloc.
25327         (struct slotvec): Move to top level.
25328         (quotearg_n_options): Rewrite to avoid xmalloc.
25329         * lib/xalloc.h (xcharalloc): New function.
25330         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
25331         [defined __cplusplus]: Add function template that provides result
25332         type propagation.  This part of the change is from Bruno Haible.
25333
25334 2006-10-29  Bruno Haible  <bruno@clisp.org>
25335
25336         Make it compile in C++ mode.
25337         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
25338         * lib/strnlen1.c (strnlen1): Cast memchr result.
25339         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
25340         * lib/clean-temp.c (string_equals, string_hash): Add casts.
25341         (create_temp_dir): Rename local variable 'template'.
25342         (compile_csharp_using_sscli): Add cast.
25343         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
25344         * lib/findprog.c (find_in_path): Likewise.
25345         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
25346         * lib/wait-process.c (register_slave_subprocess): Likewise.
25347
25348 2006-10-22  Bruno Haible  <bruno@clisp.org>
25349
25350         * modules/tsearch: New file.
25351         * lib/tsearch.h: New file.
25352         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
25353         * m4/tsearch.m4: New file.
25354         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
25355
25356 2006-10-29  Eric Blake  <ebb9@byu.net>
25357
25358         * lib/arcfour.c: Assume config.h.
25359         * lib/arctwo.c: Likewise.
25360         * lib/base64.c: Likewise.
25361         * lib/check-version.c: Likewise.
25362         * lib/crc.c: Likewise.
25363         * lib/des.c: Likewise.
25364         * lib/gc-gnulib.c: Likewise.
25365         * lib/gc-libgcrypt.c: Likewise.
25366         * lib/gc-pbkdf2-sha1.c: Likewise.
25367         * lib/getaddrinfo.c: Likewise.
25368         * lib/getdelim.c: Likewise.
25369         * lib/getline.c: Likewise.
25370         * lib/hmac-md5.c: Likewise.
25371         * lib/hmac-sha1.c: Likewise.
25372         * lib/iconvme.c: Likewise.
25373         * lib/md2.c: Likewise.
25374         * lib/md4.c: Likewise.
25375         * lib/memxor.c: Likewise.
25376         * lib/read-file.c: Likewise.
25377         * lib/readline.c: Likewise.
25378         * lib/rijndael-alg-fst.c: Likewise.
25379         * lib/rijndael-api-fst.c: Likewise.
25380         * lib/xgetdomainname.c: Likewise.
25381
25382 2006-10-28  Eric Blake  <ebb9@byu.net>
25383
25384         * lib/xstrndup.c: Assume config.h.
25385
25386 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25387
25388         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
25389         stat-macros.h is now for our own macros, whereas stat_h is for
25390         macros in the <sys/stat.h> name space.
25391         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
25392         (STAT_MACROS_H): Remove.
25393         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
25394         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
25395         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
25396         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
25397         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
25398         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
25399         Move these macros to ...
25400         * lib/stat_.h: here.  Don't include stat-macros.h.
25401         * lib/canonicalize.c: Don't include stat-macros.h.
25402         * lib/chown.c: Likewise.
25403         * lib/euidaccess.c: Likewise.
25404         * lib/file-type.c: Likewise.
25405         * lib/filemode.c: Likewise.
25406         * lib/glob.c: Likewise.
25407         * lib/isapipe.c: Likewise.
25408         * lib/lchown.c: Likewise.
25409         * lib/lstat.c: Likewise.
25410         * lib/mkdir-p.c: Likewise.
25411         * lib/rmdir.c: Likewise.
25412         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
25413         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
25414         unless mkdir isn't declared, to speed up 'configure'.
25415         Always create sys/stat.h, since it's unlikely any real sys/stat.h
25416         would define all the S_* symbols.
25417         * modules/canonicalize (Depends-on):
25418         Depend on sys_stat, not stat-macros.
25419         * modules/chown: Likewise.
25420         * modules/euidaccess: Likewise.
25421         * modules/filemode: Likewise.
25422         * modules/file-type: Likewise.
25423         * modules/glob: Likewise.
25424         * modules/isapipe: Likewise.
25425         * modules/lchown: Likewise.
25426         * modules/lstat: Likewise.
25427         * modules/mkancesdirs: Likewise.
25428         * modules/rmdir: Likewise.
25429         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
25430         * modules/modechange: Likewise.
25431         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
25432         (configure.ac): Remove gl_STAT_MACROS.
25433         * modules/sys_stat (Depends-on): Remove stat-macros.
25434
25435 2006-10-27  Bruno Haible  <bruno@clisp.org>
25436
25437         * m4/signed.m4: Remove file.
25438         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
25439         invocation.
25440         * modules/vasnprintf (Files): Remove m4/signed.m4.
25441
25442 2006-10-27  Bruno Haible  <bruno@clisp.org>
25443
25444         Update to GNU gettext 0.16.
25445         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
25446         m4/inttypes-h.m4, m4/signed.m4.
25447         * m4/gettext.m4: Update to GNU gettext 0.16.
25448         * m4/intl.m4: New file, from GNU gettext.
25449         * m4/intldir.m4: New file, from GNU gettext.
25450         * config/srclist.txt: Update
25451
25452 2006-10-27  Eric Blake  <ebb9@byu.net>
25453
25454         * MODULES.html.sh: Document tempname.
25455         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
25456         dependencies.
25457         (Files): Move lib/tempname.c...
25458         * modules/tempname: ...to this new module.
25459         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
25460         (gl_PREREQ_TEMPNAME): Move...
25461         * m4/tempname.m4: ...to this new file.
25462         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
25463         * modules/sys_stat (Depends-on): Add stat-macros.
25464         * lib/stat_.h (includes): Pick up stat macros.
25465         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
25466         if stat macros are broken.
25467         * lib/tempname.c (includes): No need to include "stat-macros.h".
25468         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
25469         (direxists, __path_search) [!_LIBC]: Don't compile these in
25470         gnulib; the tmpdir module covers that.
25471         * lib/tempname.h: New file.
25472
25473 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
25474
25475         * COPYING: Explain how gnulib-tool converts licence headers.
25476         Almost all wording by Eric Blake.
25477
25478 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
25479
25480         * lib/mbchar.h (is_basic_table): Make read-only.
25481         * lib/mbchar.c (is_basic_table): Likewise.
25482         Reported by John Darrington.
25483
25484 2006-10-25  Bruno Haible  <bruno@clisp.org>
25485
25486         * lib/progname.h (set_program_name): Undefine before defining.
25487
25488 2006-10-25  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
25491         false for non-gcc C++ compilers.
25492         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25493
25494 2006-10-24  Bruno Haible  <bruno@clisp.org>
25495
25496         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
25497         iconv implementations like Irix iconv.
25498
25499 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25500
25501         * modules/vararrays: New file.
25502         * m4/vararrays.m4: New file, taken from diffutils.
25503         * MODULES.html.sh: New module vararrays.
25504
25505 2006-10-24  Karl Berry  <karl@gnu.org>
25506
25507         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
25508         Don't call GNU Unix.
25509
25510 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25511
25512         * users.txt: Add Libtool.
25513
25514         Sync from Libtool:
25515
25516         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25517
25518         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
25519         to gnulib's policy of including config.h unconditionally.
25520
25521 2006-10-24  Bruno Haible  <bruno@clisp.org>
25522
25523         * modules/wcwidth (Files): Add m4/wint_t.m4.
25524         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
25525         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
25526
25527 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25528
25529         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
25530         to pacify GCC with some -W flags enabled.  Problem reported by
25531         Bruno Haible.
25532
25533 2006-10-24  Jim Meyering  <jim@meyering.net>
25534
25535         * MODULES.html.sh: Remove uinttostr.  It's not a module.
25536         Reported by Karl Berry.
25537
25538 2006-10-23  Bruno Haible  <bruno@clisp.org>
25539
25540         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
25541
25542 2006-10-24  Bruno Haible  <bruno@clisp.org>
25543
25544         * lib/gl_list.h: Use C comment style, not C++ comment style.
25545
25546 2006-10-23  Eric Blake  <ebb9@byu.net>
25547
25548         * lib/getaddrinfo.c (includes): Add missing include.
25549
25550 2006-10-23  Bruno Haible  <bruno@clisp.org>
25551             Paul Eggert  <eggert@cs.ucla.edu>
25552
25553         Ability to rename obstack_free.
25554         * lib/obstack.h (__obstack_free): New macro. Declare instead of
25555         obstack_free.
25556         (obstack_free): Invoke the __obstack_free macro.
25557         * lib/obstack.c (obstack_free): Use __obstack_free macro.
25558
25559 2006-10-23  Bruno Haible  <bruno@clisp.org>
25560             Paul Eggert  <eggert@cs.ucla.edu>
25561
25562         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
25563         __argc, __argv from the declaration. (They are defined as macros on
25564         mingw.)
25565
25566 2006-10-22  Bruno Haible  <bruno@clisp.org>
25567
25568         * doc/gnulib-intro.texi: New file.
25569         * doc/gnulib.texi: Include it.
25570
25571 2006-10-21  Bruno Haible  <bruno@clisp.org>
25572
25573         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
25574         "Introduction", "Miscellanous Notes", "Particular Modules".
25575
25576 2006-10-21  Bruno Haible  <bruno@clisp.org>
25577
25578         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25579         Change mostlyclean-local rule to avoid sh syntax error from bash
25580         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
25581
25582 2006-10-23  Jim Meyering  <jim@meyering.net>
25583
25584         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
25585         in place of snprintf.
25586
25587         * modules/inttostr (Files): Add lib/uinttostr.c.
25588         * lib/uinttostr.c (inttostr): New file/function.
25589         * lib/inttostr.h (uinttostr): Declare.
25590         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
25591         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25592         Add uinttostr.
25593         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
25594
25595 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25596
25597         * lib/canonicalize.c (ELOOP): Define if not already defined.
25598         Problem reported by Bruno Haible in
25599         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
25600
25601 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25602
25603         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
25604         Problem reported by Perry Smith and Ville Laurikari.
25605
25606         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
25607         uses.
25608
25609 2006-10-19  Bruno Haible  <bruno@clisp.org>
25610
25611         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
25612         for mingw.
25613
25614 2006-10-19  Bruno Haible  <bruno@clisp.org>
25615
25616         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
25617         Needed for mingw.
25618
25619 2006-10-19  Bruno Haible  <bruno@clisp.org>
25620
25621         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
25622
25623 2006-10-19  Bruno Haible  <bruno@clisp.org>
25624
25625         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
25626         it.
25627
25628 2006-10-19  Bruno Haible  <bruno@clisp.org>
25629
25630         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
25631         invocation.
25632
25633 2006-10-19  Bruno Haible  <bruno@clisp.org>
25634
25635         * gnulib-tool (func_create_testdir): Don't include ftruncate and
25636         mountlist by default.
25637
25638 2006-10-16  Bruno Haible  <bruno@clisp.org>
25639
25640         * lib/c-strstr.c: Include c-strstr.h.
25641
25642 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25643
25644         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
25645         in a slash.
25646
25647 2006-10-18  Bruno Haible  <bruno@clisp.org>
25648
25649         * lib/lock.h [C++]: Wrap definitions in extern "C".
25650
25651 2006-10-18  Bruno Haible  <bruno@clisp.org>
25652
25653         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
25654         gl_LIBOBJS list.
25655
25656 2006-10-18  Bruno Haible  <bruno@clisp.org>
25657
25658         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
25659
25660 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
25661
25662         * lib/xstrtol.h: Include gettext.h.
25663         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
25664         Problem reported by Eric Blake.
25665         * modules/xstrtol (Depends-on): Add gettext-h.
25666
25667 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
25668
25669         * lib/strftime.c (advance): New macro.
25670         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
25671         incomplete type, so you can't add 0 to it.  Problem and patch
25672         reported by Eelco Dolstra for dietlibc.
25673
25674 2006-10-18  Jim Meyering  <jim@meyering.net>
25675
25676         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
25677         type for a local, and rename it: s/up/user_proc/.
25678
25679 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25680
25681         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
25682         READ_UTMP_USER_PROCESS.
25683         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
25684
25685 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25686
25687         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
25688         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
25689
25690 2006-10-17  Eric Blake  <ebb9@byu.net>
25691
25692         * lib/sigprocmask.c (sigprocmask): Fix typo.
25693
25694         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
25695
25696         * modules/clean-temp (Makefile.am): Don't add to make output...
25697         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
25698         config.h.
25699
25700 2006-10-17  Bruno Haible  <bruno@clisp.org>
25701
25702         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
25703         differently if DEFAULT_TEXT_DOMAIN is set.
25704
25705 2006-10-16  Bruno Haible  <bruno@clisp.org>
25706
25707         * lib/clean-temp.c: Include fwriteerror.h.
25708
25709 2006-10-16  Bruno Haible  <bruno@clisp.org>
25710
25711         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
25712
25713 2006-10-16  Bruno Haible  <bruno@clisp.org>
25714
25715         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
25716         * lib/sigprocmask.h: Include <sys/types.h>.
25717         (sigset_t): Use the system's definition if present.
25718
25719 2006-10-17  Eric Blake  <ebb9@byu.net>
25720
25721         * lib/xvasprintf.c (includes): Assume config.h.
25722         * lib/xasprintf.c (includes): Likewise.
25723
25724 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25725
25726         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
25727         at least as wide as intmax_t.
25728
25729 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
25730
25731         (Imported from Automake.)
25732         * build-aux/gnupload: Update to version 1.1 of directive file.
25733
25734 2006-10-16  Eric Blake  <ebb9@byu.net>
25735
25736         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
25737         match Automake 1.10a.
25738
25739 2006-10-14  Bruno Haible  <bruno@clisp.org>
25740
25741         * modules/sigprocmask: New file.
25742         * lib/sigprocmask.h: New file.
25743         * lib/sigprocmask.c: New file.
25744         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
25745         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
25746         request sigprocmask.o.
25747         (gl_PREREQ_SIGPROCMASK): New macro.
25748         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
25749         (Depends-on): Add sigprocmask.
25750         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
25751         gt_SIGNALBLOCKING. Test for 'raise' only once.
25752         * lib/fatal-signal.c: Include sigprocmask.h.
25753         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
25754         unblock_fatal_signals): Define always.
25755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25756         sigprocmask.
25757
25758 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25759
25760         Sync from Automake.
25761         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
25762         which incorrectly sets the mode of an existing destination
25763         directory.  In some cases the unpatched install-sh could do the
25764         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
25765         system.  We hope this is rare in practice, but it's clearly worth
25766         fixing.  Problem reported by Alex Unleashed in
25767         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
25768         Also, don't bother to check for -m bugs unless we're using -m;
25769         suggested by Stepan Kasal.
25770
25771 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25772
25773         Sync from Automake.
25774         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
25775         `-c' flag, so they appear at the same position as in %FASTDEP%
25776         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
25777         which ignores unknown options only after the first non-option.
25778         Bug report against M4 by Nelson H. F. Beebe.
25779
25780 2006-10-13  Jim Meyering  <jim@meyering.net>
25781
25782         Fix a bug in yesterday's change.
25783         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
25784         p->fts_statp->st_dev would be used uninitialized.
25785         Ensures that we always call fts_stat on the very first entry.
25786         Miklos Szeredi reported that find -xdev stopped working.
25787
25788 2006-10-12  Bruno Haible  <bruno@clisp.org>
25789
25790         * gnulib-tool (func_get_automake_snippet): Append an automatically
25791         computed EXTRA_DIST augmentation.
25792         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
25793         * modules/alloca-opt (Makefile.am): Likewise.
25794         * modules/allocsa (Makefile.am): Likewise.
25795         * modules/arcfour (Makefile.am): Likewise.
25796         * modules/arctwo (Makefile.am): Likewise.
25797         * modules/argmatch (Makefile.am): Likewise.
25798         * modules/argz (Makefile.am): Likewise.
25799         * modules/atexit (Makefile.am): Likewise.
25800         * modules/backupfile (Makefile.am): Likewise.
25801         * modules/byteswap (Makefile.am): Likewise.
25802         * modules/c-strtod (Makefile.am): Likewise.
25803         * modules/c-strtold (Makefile.am): Likewise.
25804         * modules/calloc (Makefile.am): Likewise.
25805         * modules/canon-host (Makefile.am): Likewise.
25806         * modules/canonicalize (Makefile.am): Likewise.
25807         * modules/chdir-long (Makefile.am): Likewise.
25808         * modules/chdir-safer (Makefile.am): Likewise.
25809         * modules/check-version (Makefile.am): Likewise.
25810         * modules/chown (Makefile.am): Likewise.
25811         * modules/cloexec (Makefile.am): Likewise.
25812         * modules/close-stream (Makefile.am): Likewise.
25813         * modules/closeout (Makefile.am): Likewise.
25814         * modules/crc (Makefile.am): Likewise.
25815         * modules/csharpexec (Makefile.am): Likewise.
25816         * modules/cycle-check (Makefile.am): Likewise.
25817         * modules/des (Makefile.am): Likewise.
25818         * modules/dev-ino (Makefile.am): Likewise.
25819         * modules/dirfd (Makefile.am): Likewise.
25820         * modules/dirname (Makefile.am): Likewise.
25821         * modules/dup2 (Makefile.am): Likewise.
25822         * modules/eealloc (Makefile.am): Likewise.
25823         * modules/error (Makefile.am): Likewise.
25824         * modules/euidaccess (Makefile.am): Likewise.
25825         * modules/exclude (Makefile.am): Likewise.
25826         * modules/exitfail (Makefile.am): Likewise.
25827         * modules/fcntl-safer (Makefile.am): Likewise.
25828         * modules/fcntl (Makefile.am): Likewise.
25829         * modules/file-type (Makefile.am): Likewise.
25830         * modules/fileblocks (Makefile.am): Likewise.
25831         * modules/filemode (Makefile.am): Likewise.
25832         * modules/filenamecat (Makefile.am): Likewise.
25833         * modules/fnmatch (Makefile.am): Likewise.
25834         * modules/fopen-safer (Makefile.am): Likewise.
25835         * modules/fpending (Makefile.am): Likewise.
25836         * modules/fprintftime (Makefile.am): Likewise.
25837         * modules/free (Makefile.am): Likewise.
25838         * modules/fsusage (Makefile.am): Likewise.
25839         * modules/ftruncate (Makefile.am): Likewise.
25840         * modules/fts (Makefile.am): Likewise.
25841         * modules/gc-arcfour (Makefile.am): Likewise.
25842         * modules/gc-des (Makefile.am): Likewise.
25843         * modules/gc-hmac-md5 (Makefile.am): Likewise.
25844         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
25845         * modules/gc-md4 (Makefile.am): Likewise.
25846         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
25847         * modules/gc-sha1 (Makefile.am): Likewise.
25848         * modules/gc (Makefile.am): Likewise.
25849         * modules/getaddrinfo (Makefile.am): Likewise.
25850         * modules/getcwd (Makefile.am): Likewise.
25851         * modules/getdelim (Makefile.am): Likewise.
25852         * modules/getdomainname (Makefile.am): Likewise.
25853         * modules/getgroups (Makefile.am): Likewise.
25854         * modules/gethostname (Makefile.am): Likewise.
25855         * modules/gethrxtime (Makefile.am): Likewise.
25856         * modules/getline (Makefile.am): Likewise.
25857         * modules/getloadavg (Makefile.am): Likewise.
25858         * modules/getlogin_r (Makefile.am): Likewise.
25859         * modules/getndelim2 (Makefile.am): Likewise.
25860         * modules/getopt (Makefile.am): Likewise.
25861         * modules/getpagesize (Makefile.am): Likewise.
25862         * modules/getpass-gnu (Makefile.am): Likewise.
25863         * modules/getpass (Makefile.am): Likewise.
25864         * modules/getsubopt (Makefile.am): Likewise.
25865         * modules/gettime (Makefile.am): Likewise.
25866         * modules/gettimeofday (Makefile.am): Likewise.
25867         * modules/getugroups (Makefile.am): Likewise.
25868         * modules/getusershell (Makefile.am): Likewise.
25869         * modules/glob (Makefile.am): Likewise.
25870         * modules/group-member (Makefile.am): Likewise.
25871         * modules/hard-locale (Makefile.am): Likewise.
25872         * modules/hash (Makefile.am): Likewise.
25873         * modules/hmac-md5 (Makefile.am): Likewise.
25874         * modules/hmac-sha1 (Makefile.am): Likewise.
25875         * modules/human (Makefile.am): Likewise.
25876         * modules/idcache (Makefile.am): Likewise.
25877         * modules/imaxabs (Makefile.am): Likewise.
25878         * modules/imaxdiv (Makefile.am): Likewise.
25879         * modules/inet_ntop (Makefile.am): Likewise.
25880         * modules/inet_pton (Makefile.am): Likewise.
25881         * modules/intprops (Makefile.am): Likewise.
25882         * modules/inttostr (Makefile.am): Likewise.
25883         * modules/inttypes (Makefile.am): Likewise.
25884         * modules/isapipe (Makefile.am): Likewise.
25885         * modules/javaversion (Makefile.am): Likewise.
25886         * modules/lchmod (Makefile.am): Likewise.
25887         * modules/lchown (Makefile.am): Likewise.
25888         * modules/localcharset (Makefile.am): Likewise.
25889         * modules/long-options (Makefile.am): Likewise.
25890         * modules/lstat (Makefile.am): Likewise.
25891         * modules/malloc (Makefile.am): Likewise.
25892         * modules/mathl (Makefile.am): Likewise.
25893         * modules/mbchar (Makefile.am): Likewise.
25894         * modules/md2 (Makefile.am): Likewise.
25895         * modules/md4 (Makefile.am): Likewise.
25896         * modules/md5 (Makefile.am): Likewise.
25897         * modules/memcasecmp (Makefile.am): Likewise.
25898         * modules/memchr (Makefile.am): Likewise.
25899         * modules/memcmp (Makefile.am): Likewise.
25900         * modules/memcoll (Makefile.am): Likewise.
25901         * modules/memcpy (Makefile.am): Likewise.
25902         * modules/memmem (Makefile.am): Likewise.
25903         * modules/memmove (Makefile.am): Likewise.
25904         * modules/mempcpy (Makefile.am): Likewise.
25905         * modules/memrchr (Makefile.am): Likewise.
25906         * modules/memset (Makefile.am): Likewise.
25907         * modules/memxor (Makefile.am): Likewise.
25908         * modules/mkancesdirs (Makefile.am): Likewise.
25909         * modules/mkdir-p (Makefile.am): Likewise.
25910         * modules/mkdir (Makefile.am): Likewise.
25911         * modules/mkdtemp (Makefile.am): Likewise.
25912         * modules/mkstemp (Makefile.am): Likewise.
25913         * modules/mktime (Makefile.am): Likewise.
25914         * modules/modechange (Makefile.am): Likewise.
25915         * modules/mountlist (Makefile.am): Likewise.
25916         * modules/nanosleep (Makefile.am): Likewise.
25917         * modules/obstack (Makefile.am): Likewise.
25918         * modules/openat (Makefile.am): Likewise.
25919         * modules/pagealign_alloc (Makefile.am): Likewise.
25920         * modules/pathmax (Makefile.am): Likewise.
25921         * modules/physmem (Makefile.am): Likewise.
25922         * modules/poll (Makefile.am): Likewise.
25923         * modules/posixtm (Makefile.am): Likewise.
25924         * modules/posixver (Makefile.am): Likewise.
25925         * modules/putenv (Makefile.am): Likewise.
25926         * modules/quote (Makefile.am): Likewise.
25927         * modules/quotearg (Makefile.am): Likewise.
25928         * modules/raise (Makefile.am): Likewise.
25929         * modules/read-file (Makefile.am): Likewise.
25930         * modules/readline (Makefile.am): Likewise.
25931         * modules/readlink (Makefile.am): Likewise.
25932         * modules/readtokens (Makefile.am): Likewise.
25933         * modules/readutmp (Makefile.am): Likewise.
25934         * modules/realloc (Makefile.am): Likewise.
25935         * modules/regex (Makefile.am): Likewise.
25936         * modules/rename-dest-slash (Makefile.am): Likewise.
25937         * modules/rename (Makefile.am): Likewise.
25938         * modules/rijndael (Makefile.am): Likewise.
25939         * modules/rmdir (Makefile.am): Likewise.
25940         * modules/rpmatch (Makefile.am): Likewise.
25941         * modules/safe-read (Makefile.am): Likewise.
25942         * modules/safe-write (Makefile.am): Likewise.
25943         * modules/same-inode (Makefile.am): Likewise.
25944         * modules/same (Makefile.am): Likewise.
25945         * modules/save-cwd (Makefile.am): Likewise.
25946         * modules/savedir (Makefile.am): Likewise.
25947         * modules/setenv (Makefile.am): Likewise.
25948         * modules/settime (Makefile.am): Likewise.
25949         * modules/sha1 (Makefile.am): Likewise.
25950         * modules/sig2str (Makefile.am): Likewise.
25951         * modules/snprintf (Makefile.am): Likewise.
25952         * modules/stat-macros (Makefile.am): Likewise.
25953         * modules/stat-time (Makefile.am): Likewise.
25954         * modules/stdbool (Makefile.am): Likewise.
25955         * modules/stdint (Makefile.am): Likewise.
25956         * modules/stdlib-safer (Makefile.am): Likewise.
25957         * modules/stpcpy (Makefile.am): Likewise.
25958         * modules/stpncpy (Makefile.am): Likewise.
25959         * modules/strcase (Makefile.am): Likewise.
25960         * modules/strcasestr (Makefile.am): Likewise.
25961         * modules/strchrnul (Makefile.am): Likewise.
25962         * modules/strcspn (Makefile.am): Likewise.
25963         * modules/strdup (Makefile.am): Likewise.
25964         * modules/strerror (Makefile.am): Likewise.
25965         * modules/strftime (Makefile.am): Likewise.
25966         * modules/strndup (Makefile.am): Likewise.
25967         * modules/strnlen (Makefile.am): Likewise.
25968         * modules/strpbrk (Makefile.am): Likewise.
25969         * modules/strsep (Makefile.am): Likewise.
25970         * modules/strstr (Makefile.am): Likewise.
25971         * modules/strtod (Makefile.am): Likewise.
25972         * modules/strtoimax (Makefile.am): Likewise.
25973         * modules/strtok_r (Makefile.am): Likewise.
25974         * modules/strtol (Makefile.am): Likewise.
25975         * modules/strtoll (Makefile.am): Likewise.
25976         * modules/strtoul (Makefile.am): Likewise.
25977         * modules/strtoull (Makefile.am): Likewise.
25978         * modules/strtoumax (Makefile.am): Likewise.
25979         * modules/strverscmp (Makefile.am): Likewise.
25980         * modules/sys_socket (Makefile.am): Likewise.
25981         * modules/sys_stat (Makefile.am): Likewise.
25982         * modules/sysexits (Makefile.am): Likewise.
25983         * modules/time_r (Makefile.am): Likewise.
25984         * modules/timegm (Makefile.am): Likewise.
25985         * modules/timespec (Makefile.am): Likewise.
25986         * modules/tmpfile-safer (Makefile.am): Likewise.
25987         * modules/trim (Makefile.am): Likewise.
25988         * modules/unistd-safer (Makefile.am): Likewise.
25989         * modules/unlinkdir (Makefile.am): Likewise.
25990         * modules/unlocked-io (Makefile.am): Likewise.
25991         * modules/userspec (Makefile.am): Likewise.
25992         * modules/utime (Makefile.am): Likewise.
25993         * modules/utimecmp (Makefile.am): Likewise.
25994         * modules/utimens (Makefile.am): Likewise.
25995         * modules/vasnprintf (Makefile.am): Likewise.
25996         * modules/vasprintf (Makefile.am): Likewise.
25997         * modules/vsnprintf (Makefile.am): Likewise.
25998         * modules/xalloc (Makefile.am): Likewise.
25999         * modules/xgetcwd (Makefile.am): Likewise.
26000         * modules/xnanosleep (Makefile.am): Likewise.
26001         * modules/xreadlink (Makefile.am): Likewise.
26002         * modules/xstrtod (Makefile.am): Likewise.
26003         * modules/xstrtol (Makefile.am): Likewise.
26004         * modules/xstrtold (Makefile.am): Likewise.
26005         * modules/yesno (Makefile.am): Likewise.
26006         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
26007
26008 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26009
26010         * modules/error (Makefile.am): Distribute files through
26011         EXTRA_DIST, not lib_SOURCES.
26012
26013 2006-10-12  Eric Blake  <ebb9@byu.net>
26014
26015         * modules/error (Makefile.am): Distribute files in /lib.
26016         * modules/obstack (Makefile.am): Likewise.
26017
26018 2006-10-12  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/acl (Makefile.am): Distribute all files in lib/ through
26021         EXTRA_DIST.
26022         * modules/arcfour (Makefile.am): Likewise.
26023         * modules/arctwo (Makefile.am): Likewise.
26024         * modules/argmatch (Makefile.am): Likewise.
26025         * modules/argz (Makefile.am): Likewise.
26026         * modules/atexit (Makefile.am): Likewise.
26027         * modules/backupfile (Makefile.am): Likewise.
26028         * modules/c-strtod (Makefile.am): Likewise.
26029         * modules/c-strtold (Makefile.am): Likewise.
26030         * modules/calloc (Makefile.am): Likewise.
26031         * modules/canon-host (Makefile.am): Likewise.
26032         * modules/canonicalize (Makefile.am): Likewise.
26033         * modules/chdir-long (Makefile.am): Likewise.
26034         * modules/chdir-safer (Makefile.am): Likewise.
26035         * modules/check-version (Makefile.am): Likewise.
26036         * modules/chown (Makefile.am): Likewise.
26037         * modules/cloexec (Makefile.am): Likewise.
26038         * modules/close-stream (Makefile.am): Likewise.
26039         * modules/closeout (Makefile.am): Likewise.
26040         * modules/crc (Makefile.am): Likewise.
26041         * modules/cycle-check (Makefile.am): Likewise.
26042         * modules/des (Makefile.am): Likewise.
26043         * modules/dirfd (Makefile.am): Likewise.
26044         * modules/dirname (Makefile.am): Likewise.
26045         * modules/dup2 (Makefile.am): Likewise.
26046         * modules/euidaccess (Makefile.am): Likewise.
26047         * modules/exclude (Makefile.am): Likewise.
26048         * modules/exitfail (Makefile.am): Likewise.
26049         * modules/fcntl-safer (Makefile.am): Likewise.
26050         * modules/file-type (Makefile.am): Likewise.
26051         * modules/fileblocks (Makefile.am): Likewise.
26052         * modules/filemode (Makefile.am): Likewise.
26053         * modules/filenamecat (Makefile.am): Likewise.
26054         * modules/fnmatch (Makefile.am): Likewise.
26055         * modules/fopen-safer (Makefile.am): Likewise.
26056         * modules/fpending (Makefile.am): Likewise.
26057         * modules/fprintftime (Makefile.am): Likewise.
26058         * modules/free (Makefile.am): Likewise.
26059         * modules/fsusage (Makefile.am): Likewise.
26060         * modules/ftruncate (Makefile.am): Likewise.
26061         * modules/fts (Makefile.am): Likewise.
26062         * modules/gc (Makefile.am): Likewise.
26063         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26064         * modules/getaddrinfo (Makefile.am): Likewise.
26065         * modules/getcwd (Makefile.am): Likewise.
26066         * modules/getdelim (Makefile.am): Likewise.
26067         * modules/getdomainname (Makefile.am): Likewise.
26068         * modules/getgroups (Makefile.am): Likewise.
26069         * modules/gethostname (Makefile.am): Likewise.
26070         * modules/gethrxtime (Makefile.am): Likewise.
26071         * modules/getline (Makefile.am): Likewise.
26072         * modules/getloadavg (Makefile.am): Likewise.
26073         * modules/getlogin_r (Makefile.am): Likewise.
26074         * modules/getopt (Makefile.am): Likewise.
26075         * modules/getpass (Makefile.am): Likewise.
26076         * modules/getpass-gnu (Makefile.am): Likewise.
26077         * modules/getsubopt (Makefile.am): Likewise.
26078         * modules/gettime (Makefile.am): Likewise.
26079         * modules/gettimeofday (Makefile.am): Likewise.
26080         * modules/getugroups (Makefile.am): Likewise.
26081         * modules/getusershell (Makefile.am): Likewise.
26082         * modules/glob (Makefile.am): Likewise.
26083         * modules/group-member (Makefile.am): Likewise.
26084         * modules/hard-locale (Makefile.am): Likewise.
26085         * modules/hash (Makefile.am): Likewise.
26086         * modules/hmac-md5 (Makefile.am): Likewise.
26087         * modules/hmac-sha1 (Makefile.am): Likewise.
26088         * modules/human (Makefile.am): Likewise.
26089         * modules/idcache (Makefile.am): Likewise.
26090         * modules/imaxabs (Makefile.am): Likewise.
26091         * modules/imaxdiv (Makefile.am): Likewise.
26092         * modules/inet_ntop (Makefile.am): Likewise.
26093         * modules/inet_pton (Makefile.am): Likewise.
26094         * modules/inttostr (Makefile.am): Likewise.
26095         * modules/isapipe (Makefile.am): Likewise.
26096         * modules/lchown (Makefile.am): Likewise.
26097         * modules/long-options (Makefile.am): Likewise.
26098         * modules/lstat (Makefile.am): Likewise.
26099         * modules/malloc (Makefile.am): Likewise.
26100         * modules/mathl (Makefile.am): Likewise.
26101         * modules/mbchar (Makefile.am): Likewise.
26102         * modules/md2 (Makefile.am): Likewise.
26103         * modules/md4 (Makefile.am): Likewise.
26104         * modules/md5 (Makefile.am): Likewise.
26105         * modules/memcasecmp (Makefile.am): Likewise.
26106         * modules/memchr (Makefile.am): Likewise.
26107         * modules/memcmp (Makefile.am): Likewise.
26108         * modules/memcoll (Makefile.am): Likewise.
26109         * modules/memcpy (Makefile.am): Likewise.
26110         * modules/memmem (Makefile.am): Likewise.
26111         * modules/memmove (Makefile.am): Likewise.
26112         * modules/mempcpy (Makefile.am): Likewise.
26113         * modules/memrchr (Makefile.am): Likewise.
26114         * modules/memset (Makefile.am): Likewise.
26115         * modules/memxor (Makefile.am): Likewise.
26116         * modules/mkancesdirs (Makefile.am): Likewise.
26117         * modules/mkdir (Makefile.am): Likewise.
26118         * modules/mkdir-p (Makefile.am): Likewise.
26119         * modules/mkdtemp (Makefile.am): Likewise.
26120         * modules/mkstemp (Makefile.am): Likewise.
26121         * modules/mktime (Makefile.am): Likewise.
26122         * modules/modechange (Makefile.am): Likewise.
26123         * modules/mountlist (Makefile.am): Likewise.
26124         * modules/nanosleep (Makefile.am): Likewise.
26125         * modules/openat (Makefile.am): Likewise.
26126         * modules/pagealign_alloc (Makefile.am): Likewise.
26127         * modules/physmem (Makefile.am): Likewise.
26128         * modules/poll (Makefile.am): Likewise.
26129         * modules/posixtm (Makefile.am): Likewise.
26130         * modules/posixver (Makefile.am): Likewise.
26131         * modules/putenv (Makefile.am): Likewise.
26132         * modules/quote (Makefile.am): Likewise.
26133         * modules/quotearg (Makefile.am): Likewise.
26134         * modules/raise (Makefile.am): Likewise.
26135         * modules/read-file (Makefile.am): Likewise.
26136         * modules/readline (Makefile.am): Likewise.
26137         * modules/readlink (Makefile.am): Likewise.
26138         * modules/readtokens (Makefile.am): Likewise.
26139         * modules/readutmp (Makefile.am): Likewise.
26140         * modules/realloc (Makefile.am): Likewise.
26141         * modules/regex (Makefile.am): Likewise.
26142         * modules/rename (Makefile.am): Likewise.
26143         * modules/rename-dest-slash (Makefile.am): Likewise.
26144         * modules/rijndael (Makefile.am): Likewise.
26145         * modules/rmdir (Makefile.am): Likewise.
26146         * modules/rpmatch (Makefile.am): Likewise.
26147         * modules/safe-read (Makefile.am): Likewise.
26148         * modules/safe-write (Makefile.am): Likewise.
26149         * modules/same (Makefile.am): Likewise.
26150         * modules/save-cwd (Makefile.am): Likewise.
26151         * modules/savedir (Makefile.am): Likewise.
26152         * modules/setenv (Makefile.am): Likewise.
26153         * modules/settime (Makefile.am): Likewise.
26154         * modules/sha1 (Makefile.am): Likewise.
26155         * modules/sig2str (Makefile.am): Likewise.
26156         * modules/snprintf (Makefile.am): Likewise.
26157         * modules/stdlib-safer (Makefile.am): Likewise.
26158         * modules/stpcpy (Makefile.am): Likewise.
26159         * modules/stpncpy (Makefile.am): Likewise.
26160         * modules/strcase (Makefile.am): Likewise.
26161         * modules/strcasestr (Makefile.am): Likewise.
26162         * modules/strchrnul (Makefile.am): Likewise.
26163         * modules/strcspn (Makefile.am): Likewise.
26164         * modules/strdup (Makefile.am): Likewise.
26165         * modules/strerror (Makefile.am): Likewise.
26166         * modules/strftime (Makefile.am): Likewise.
26167         * modules/strndup (Makefile.am): Likewise.
26168         * modules/strnlen (Makefile.am): Likewise.
26169         * modules/strpbrk (Makefile.am): Likewise.
26170         * modules/strsep (Makefile.am): Likewise.
26171         * modules/strstr (Makefile.am): Likewise.
26172         * modules/strtod (Makefile.am): Likewise.
26173         * modules/strtoimax (Makefile.am): Likewise.
26174         * modules/strtok_r (Makefile.am): Likewise.
26175         * modules/strtol (Makefile.am): Likewise.
26176         * modules/strtoll (Makefile.am): Likewise.
26177         * modules/strtoul (Makefile.am): Likewise.
26178         * modules/strtoull (Makefile.am): Likewise.
26179         * modules/strtoumax (Makefile.am): Likewise.
26180         * modules/strverscmp (Makefile.am): Likewise.
26181         * modules/time_r (Makefile.am): Likewise.
26182         * modules/timegm (Makefile.am): Likewise.
26183         * modules/tmpfile-safer (Makefile.am): Likewise.
26184         * modules/unistd-safer (Makefile.am): Likewise.
26185         * modules/unlinkdir (Makefile.am): Likewise.
26186         * modules/userspec (Makefile.am): Likewise.
26187         * modules/utime (Makefile.am): Likewise.
26188         * modules/utimecmp (Makefile.am): Likewise.
26189         * modules/utimens (Makefile.am): Likewise.
26190         * modules/vasnprintf (Makefile.am): Likewise.
26191         * modules/vasprintf (Makefile.am): Likewise.
26192         * modules/vsnprintf (Makefile.am): Likewise.
26193         * modules/xalloc (Makefile.am): Likewise.
26194         * modules/xgetcwd (Makefile.am): Likewise.
26195         * modules/xnanosleep (Makefile.am): Likewise.
26196         * modules/xreadlink (Makefile.am): Likewise.
26197         * modules/xstrtod (Makefile.am): Likewise.
26198         * modules/xstrtol (Makefile.am): Likewise.
26199         * modules/xstrtold (Makefile.am): Likewise.
26200         * modules/yesno (Makefile.am): Likewise.
26201
26202 2006-10-12  Jim Meyering  <jim@meyering.net>
26203
26204         * m4/getloadavg.m4: Revert the change below.
26205
26206         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
26207         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
26208         fail with a symlink, which is what coreutils' ./bootstrap now
26209         creates by default.
26210
26211 2006-10-12  Bruno Haible  <bruno@clisp.org>
26212
26213         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
26214         mingw.
26215         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
26216         MSVC and mingw explicitly.
26217
26218 2006-10-11  Simon Josefsson  <jas@extundo.com>
26219             Bruno Haible  <bruno@clisp.org>
26220
26221         Add support for multiple gnulib-tool invocations in the scope of a
26222         single configure.ac file.
26223         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
26224         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
26225         with the same contents as the _LIBADD variable.
26226         (func_emit_initmacro_start, func_emit_initmacro_end,
26227         func_emit_initmacro_done): New functions.
26228         (func_import, func_create_testdir): Invoke them. Allow the identifiers
26229         gl_LIBOBJS and gl_LTLIBOBJS.
26230
26231 2006-10-11  Bruno Haible  <bruno@clisp.org>
26232
26233         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
26234         (func_create_testdir): Don't create po/Makefile.am, don't invoke
26235         autoreconf. Instead, invoke autopoint explicitly but move back the
26236         *.m4 files from gnulib.
26237
26238 2006-10-11  Bruno Haible  <bruno@clisp.org>
26239
26240         * gnulib-tool (func_usage): Make module names after --create-testdir
26241         optional.
26242         (func_create_testdir): If no module was specified, use nearly all
26243         modules.
26244
26245 2006-10-12  Jim Meyering  <jim@meyering.net>
26246
26247         Big performance improvement for fts-based tools that use FTS_NOSTAT.
26248         Avoid spurious inode-mismatch problems on non-POSIX file systems.
26249         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
26250         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
26251         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
26252         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
26253         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
26254         (fts_set_stat_required): New function.
26255         (fts_open): Defer the calls to fts_stat, if possible or requested.
26256         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
26257         into fts_stat itself.
26258         (fts_read): Perform any required (deferred) fts_stat call.
26259         (fts_build): Likewise, for the directory we're about to open and read.
26260         In the readdir loop, carefully decide whether each entry will require
26261         an eventual call to fts_stat, using dirent.d_type info if available.
26262         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
26263         a command line argument into this function.  Update all callers.
26264         Map a return value of FTS_DOT to FTS_D for a command line argument.
26265         * modules/fts (Depends-on): Add d-type.  Alphabetize.
26266         Thanks to Miklos Szeredi for his tenacity and for the initial
26267         bug report about "find" failing on a FUSE-based file system.
26268
26269         * lib/fts.c (fts_open): Use consistent indentation.
26270
26271 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26272
26273         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
26274         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
26275         reported by Jim Meyering.  All uses of cache variables renamed
26276         to match Autoconf's.
26277         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
26278         the other one.
26279
26280         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
26281         Fix misspelling in diagnostic.
26282
26283 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26284
26285         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
26286         defined.  Problem reported by Matthew Woehlke.
26287
26288         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
26289         Add support for Tandem NonStop R series.
26290         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
26291         Use new macro.
26292
26293         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
26294         (has_trailing_slash): Omit size arg; all callers changed.
26295         Omit 'inline', since it doesn't help performance and we'd
26296         need to configure it.
26297         Don't count //, ///, etc. as having a trailing slash.
26298         As a side effect, this removes a C99ism reported by Matthew Woehlke.
26299         (rpl_rename_dest_slash): On failure, use rename's errno rather
26300         than (in some cases) an incorrect or junk errno.
26301         Simplify code by removing need to compute length; this does
26302         cause it to make two passes instead of one over the file name,
26303         but it's worth it.
26304
26305         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
26306         change, since Autoconf's version may no longer be appropriate now
26307         that we are using CVS Autoconf's version.  Add support for Tandem.
26308
26309 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26310             Bruno Haible  <bruno@clisp.org>
26311
26312         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
26313         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
26314         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
26315         gl_AC_TYPE_LONG_LONG.
26316
26317         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
26318         instead of HAVE_LONG_LONG.
26319         * lib/printf-args.c (printf_fetchargs): Likewise.
26320         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
26321         * lib/vasnprintf.c (VASNPRINTF): Likewise.
26322         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
26323         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
26324         gl_AC_TYPE_LONG_LONG.
26325
26326 2006-10-11  Bruno Haible  <bruno@clisp.org>
26327
26328         * m4/longlong.m4: Add comments.
26329         * m4/ulonglong.m4: Likewise.
26330
26331 2006-10-10  Bruno Haible  <bruno@clisp.org>
26332
26333         Make it possible to #define stpcpy, strdup to aliases.
26334         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
26335         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
26336
26337 2006-10-10  Bruno Haible  <bruno@clisp.org>
26338
26339         Make it possible to #define gcd to an alias.
26340         * lib/gcd.c: Include config.h.
26341
26342 2006-10-10  Bruno Haible  <bruno@clisp.org>
26343
26344         Make it possible to #define c_isascii to an alias.
26345         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
26346         defined. Undefine the macros before defining them, to avoid gcc
26347         warnings.
26348         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
26349         define NO_C_CTYPE_MACROS early.
26350
26351 2006-10-10  Bruno Haible  <bruno@clisp.org>
26352
26353         Make it possible to #define set_program_name to an alias.
26354         * lib/progname.c: Don't undefine set_program_name; instead, undefine
26355         ENABLE_RELOCATABLE early.
26356
26357 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26358
26359         Port to Tandem NSK OSS, which has 64-bit signed int but at most
26360         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
26361         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
26362         More generally, don't assume that 64-bit signed int is available
26363         if unsigned int is, and vice versa.
26364         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
26365         unsigned symbols, not on their signed counterparts.
26366         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
26367         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
26368         (UINT64_C, UINTMAX_C):
26369         Likewise.
26370         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
26371         unsigned counterparts.
26372         (Have_long_long, Unsigned): New macros.
26373         (Int): Renamed from INT.
26374         (strtoimax): Use the new macros.
26375         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
26376         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
26377         * modules/inttypes (inttypes.h): Substitute
26378         HAVE_UNSIGNED_LONG_LONG_INT.
26379         * modules/stdint (stdint.h): Likewise.
26380         (Files): Add m4/ulonglong.m4.
26381
26382 2006-10-10  Bruno Haible  <bruno@clisp.org>
26383
26384         Fix a gcc -Wshadow warning.
26385         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
26386         to 'bucket'.
26387         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
26388         gl_linked_indexof_from_to): Likewise.
26389         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
26390         Likewise.
26391         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
26392         Likewise.
26393         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
26394         Reported by Eric Blake.
26395
26396 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
26399         for NetBSD.  Problem reported by Bruno Haible.
26400
26401 2006-10-09  Jim Meyering  <jim@meyering.net>
26402
26403         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
26404         Patch from Bruno Haible.
26405
26406 2006-10-09  Jim Meyering  <jim@meyering.net>
26407
26408         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
26409         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
26410         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
26411
26412 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26413
26414         Don't include <config.h> twice; this doesn't work in some cases,
26415         e.g., when config.h has "#define intmax_t long long int" and
26416         we include <config.h>, <inttypes.h>, <config.h> in that order.
26417         Problem reported by Matthew Woehlke in:
26418         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
26419         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
26420         * lib/fts-cycle.c: Don't include config.h.
26421         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
26422         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
26423         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
26424         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
26425         inttypes.h.
26426         * lib/xstrtoumax.c: Likewise.
26427         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
26428         __strtol and the like, so that this module is more like its siblings.
26429         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
26430         Remove; no longer needed now that we assume gnulib inttypes.h.
26431
26432 2006-10-08  Bruno Haible  <bruno@clisp.org>
26433
26434         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
26435         option.
26436
26437 2006-10-07  Jim Meyering  <jim@meyering.net>
26438
26439         * modules/inttypes (inttypes.h): Revert what seems to have been
26440         an inadvertent part of today's change: use "|", not "/" in the
26441         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
26442
26443 2006-10-07  Bruno Haible  <bruno@clisp.org>
26444
26445         * modules/sublist: New file.
26446
26447 2006-10-07  Bruno Haible  <bruno@clisp.org>
26448
26449         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
26450         * modules/argz (argz.h): Likewise.
26451         * modules/arpa_inet (arpa/inet.h): Likewise.
26452         * modules/byteswap (byteswap.h): Likewise.
26453         * modules/configmake (configmake.h): Likewise.
26454         * modules/fcntl (fcntl.h): Likewise.
26455         * modules/fnmatch (fnmatch.h): Likewise.
26456         * modules/getopt (getopt.h): Likewise.
26457         * modules/glob (glob.h): Likewise.
26458         * modules/inttypes (inttypes.h): Likewise.
26459         * modules/netinet_in (netinet/in.h): Likewise.
26460         * modules/poll (poll.h): Likewise.
26461         * modules/stdbool (stdbool.h): Likewise.
26462         * modules/stdint (stdint.h): Likewise.
26463         * modules/sys_select (sys/select.h): Likewise.
26464         * modules/sys_socket (sys/socket.h): Likewise.
26465         * modules/sys_stat (sys/stat.h): Likewise.
26466         * modules/sysexits (sysexits.h): Likewise.
26467         * modules/unistd (unistd.h): Likewise.
26468         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26469         Add a "DO NOT EDIT" comment to the generated file.
26470         (func_import): Likewise for gnulib-comp.m4.
26471
26472 2006-10-07  Bruno Haible  <bruno@clisp.org>
26473
26474         * lib/gl_sublist.h: New file.
26475         * lib/gl_sublist.c: New file.
26476
26477 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26478
26479         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
26480         name (relative to the original working directory) and the file
26481         name component (relative to the temporary working directory).  All
26482         callers changed.
26483         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
26484         * lib/mkdir-p.c (make_dir_parents): Likewise.
26485         * lib/mkdir-p.h (make_dir_parents): Likewise.
26486
26487 2006-10-06  Eric Blake  <ebb9@byu.net>
26488
26489         Define several macros for use by the clean-temp module.
26490         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
26491         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
26492         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
26493
26494         * lib/clean-temp.h (close_stream_temp): New declaration.
26495         * lib/clean-temp.c (includes): Pull in headers according to what
26496         other modules are in use.
26497         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
26498
26499 2006-10-06  Bruno Haible  <bruno@clisp.org>
26500
26501         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
26502         instead of fopen, fwriteerror.
26503
26504 2006-10-06  Bruno Haible  <bruno@clisp.org>
26505
26506         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
26507         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
26508         int.
26509         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
26510         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
26511         Return an error indicator.
26512         Suggested by Eric Blake.
26513
26514 2006-10-06  Bruno Haible  <bruno@clisp.org>
26515
26516         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
26517         Reported by Eric Blake.
26518
26519 2006-10-06  Bruno Haible  <bruno@clisp.org>
26520
26521         * modules/closeout (Description): Mention stderr too.
26522
26523 2006-10-06  Bruno Haible  <bruno@clisp.org>
26524         and Paul Eggert  <eggert@cs.ucla.edu>
26525
26526         * lib/closeout.c (close_stdout): Also close stderr.
26527         * lib/closeout.h: Update comment.
26528
26529 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26530
26531         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
26532         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
26533         * lib/dirchownmod.c: Include lchown.h.
26534         * lib/lchown.c: Don't include files that lchown.h now includes.
26535         Don't declare chown, since lchown.h now does that.
26536         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
26537         (lchown): Define to rpl_chown if lchown is declared but
26538         does not exist.  Declare using a prototype if lchown is not
26539         declared.  Add a copyright notice.
26540         * lib/mkstemp.h: Include <unistd.h>.
26541         * lib/openat.c: Include lchown.h.
26542
26543         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
26544         we now test for that separately.
26545         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
26546         rather than O_NOFOLLOW, when testing whether it's possible to
26547         avoid a race condition reliably.
26548         * lib/savewd.c (savewd_chdir): Likewise.
26549
26550         Remove macros that are no longer needed now that stdint.h is
26551         reliable.
26552         * lib/fsusage.c (UINTMAX_MAX): Remove.
26553         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
26554         * lib/utimecmp.c (SIZE_MAX): Remove.
26555
26556         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
26557
26558         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
26559         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
26560         O_NOATIME works.
26561
26562 2006-10-05  Bruno Haible  <bruno@clisp.org>
26563
26564         * lib/gl_list.h (gl_sortedlist_search_from_to,
26565         gl_sortedlist_indexof_from_to): New declarations.
26566         (gl_list_implementation): New fields sortedlist_search_from_to,
26567         sortedlist_indexof_from_to.
26568         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
26569         inline functions.
26570         * lib/gl_list.c (gl_sortedlist_search_from_to,
26571         gl_sortedlist_indexof_from_to): New functions.
26572         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
26573         function.
26574         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
26575         (gl_array_sortedlist_search_from_to): New function.
26576         (gl_array_list_implementation): Update.
26577         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
26578         function.
26579         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
26580         (gl_carray_sortedlist_search_from_to): New function.
26581         (gl_carray_list_implementation): Update.
26582         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
26583         gl_linked_sortedlist_indexof_from_to): New functions.
26584         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26585         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26586         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
26587         gl_tree_sortedlist_indexof_from_to): New functions.
26588         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26589         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26590         Update.
26591         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26592         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
26593         Update.
26594
26595 2006-10-05  Bruno Haible  <bruno@clisp.org>
26596
26597         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
26598         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
26599         (struct gl_list_implementation): Add fields search_from_to,
26600         indexof_from_to. Remove fields search, indexof.
26601         (gl_list_search): Use the search_from_to method.
26602         (gl_list_search_from, gl_list_search_from_to): New functions.
26603         (gl_list_indexof): Use the indexof_from_to method.
26604         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26605         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
26606         (gl_list_search_from, gl_list_search_from_to): New functions.
26607         (gl_list_indexof): Use the indexof_from_to method.
26608         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26609         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
26610         gl_array_indexof. Add start_index, end_index arguments.
26611         (gl_array_search_from_to): Renamed from gl_array_search. Add
26612         start_index, end_index arguments.
26613         (gl_array_remove, gl_array_list_implementation): Update.
26614         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
26615         gl_carray_indexof. Add start_index, end_index arguments.
26616         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
26617         start_index, end_index arguments.
26618         (gl_carray_remove, gl_carray_list_implementation): Update.
26619         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
26620         gl_linked_search. Add start_index, end_index arguments.
26621         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
26622         start_index, end_index arguments.
26623         (gl_linked_remove): Update.
26624         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26625         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26626         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
26627         field to 'size_t'.
26628         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
26629         gl_tree_search. Add start_index, end_index arguments.
26630         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26631         start_index, end_index arguments.
26632         (gl_tree_remove): Update.
26633         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26634         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26635         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
26636         function.
26637         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
26638         gl_tree_search. Add start_index, end_index arguments.
26639         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26640         start_index, end_index arguments.
26641         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26642         Update.
26643         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26644
26645 2006-10-05  Bruno Haible  <bruno@clisp.org>
26646
26647         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
26648
26649         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
26650         fwriteerror_temp): New declarations.
26651         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
26652         (descriptors): New variable.
26653         (cleanup): First, close the descriptors.
26654         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
26655         fclose_temp, fwriteerror_temp): New functions.
26656
26657 2006-10-04  Jim Meyering  <jim@meyering.net>
26658
26659         * lib/fts.c (fts_open): Tiny comment change.
26660
26661 2006-10-04  Bruno Haible  <bruno@clisp.org>
26662
26663         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
26664         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
26665         gl_LOCK_BODY.
26666         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
26667         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
26668         gl_LOCK_EARLY_BODY.
26669         (gl_LOCK): Require gl_LOCK_BODY.
26670
26671 2006-10-04  Bruno Haible  <bruno@clisp.org>
26672
26673         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
26674         (gl_oset_search_atleast): New declaration.
26675         (struct gl_oset_implementation): Add field 'search_atleast'.
26676         (gl_oset_search_atleast): New inline function.
26677         * lib/gl_oset.c (gl_oset_search_atleast): New function.
26678         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
26679         (gl_array_oset_implementation): Update.
26680         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
26681         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
26682         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
26683
26684 2006-10-04  Bruno Haible  <bruno@clisp.org>
26685
26686         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
26687
26688 2006-10-03  Bruno Haible  <bruno@clisp.org>
26689
26690         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
26691         from gl_avltreehash_list_implementation.
26692
26693 2006-10-03  Bruno Haible  <bruno@clisp.org>
26694
26695         * lib/gl_oset.c (gl_oset_add): Fix return type.
26696
26697 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
26698
26699         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
26700
26701 2006-10-02  Eric Blake  <ebb9@byu.net>
26702
26703         * modules/strnlen (Depends-on): Add extensions.
26704
26705 2006-10-02  Eric Blake  <ebb9@byu.net>
26706
26707         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
26708         definition in 2.60+.
26709
26710 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
26711
26712         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
26713         checks.
26714
26715 2006-10-02  Bruno Haible  <bruno@clisp.org>
26716
26717         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
26718         to the AUTOMAKE_OPTIONS.
26719         Reported by Jim Meyering.
26720
26721 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26722
26723         Work around bug in Solaris 10 /proc file system:
26724         /proc/self/fd/NNN/.. isn't the parent directory of
26725         the directory whose file descriptor is NNN.  This needs to
26726         be worked around at run time, not compile time, since a
26727         program might be built on Solaris 8, where things work, and
26728         run on Solaris 10.
26729         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
26730         to use the following interface instead:
26731         (OPENAT_BUFFER_SIZE): New macro.
26732         (openat_proc_name): New function.
26733         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
26734         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
26735         Likewise.
26736         * lib/openat-proc.c: New file.
26737         * modules/openat (Files): Add lib/openat-proc.c.
26738         (Depends-on): Add same-inode, stdbool.
26739         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
26740
26741 2006-09-29  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
26744         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
26745         argument. Set stdout_closed before testing for ferror, not after.
26746         (fwriteerror, fwriteerror_no_ebadf): New functions.
26747
26748 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26749
26750         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
26751
26752 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
26753
26754         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
26755         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
26756
26757 2006-09-28  Jim Meyering  <jim@meyering.net>
26758
26759         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
26760         Include <unistd.h>.
26761
26762 2006-09-28  Bruno Haible  <bruno@clisp.org>
26763
26764         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
26765         * modules/linkedhash-list (Depends-on): Likewise.
26766         * modules/rbtreehash-list (Depends-on): Likewise.
26767
26768 2006-09-28  Bruno Haible  <bruno@clisp.org>
26769
26770         * lib/strndup.h: Simplify the redefinition of strndup.
26771         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
26772         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
26773
26774 2006-09-28  Bruno Haible  <bruno@clisp.org>
26775
26776         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
26777         * lib/gl_linkedhash_list.c: Likewise.
26778         * lib/gl_rbtreehash_list.c: Likewise.
26779
26780 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26781
26782         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
26783         getaddrinfo.
26784
26785         * lib/__fpending.h: Don't include <stdio_ext.h> unless
26786         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
26787         it causes <stdio_ext.h> to cause a compile-time error.
26788         Problem reported by Nelson H. F. Beebe.
26789         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
26790         of HAVE_DECL___PENDING.
26791
26792         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
26793         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
26794         declaration.
26795
26796 2006-09-27  Jim Meyering  <jim@meyering.net>
26797
26798         This file could end up with a definition for a function
26799         named __strndup, rather than rpl_strndup on a system with
26800         incomplete weak_alias support.
26801         * lib/strndup.c (strndup): Rename from __strndup.
26802         Remove #defines that used to map __strndup to strndup.
26803         Don't use K&R prototypes.
26804         Remove LIBC-related code, since this file is not sync'd with glibc.
26805         * lib/strndup.h: Revamp, accordingly.
26806         * m4/strndup.m4: Modernize.
26807
26808 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26809
26810         * modules/savewd (Depends-on): Add 'raise'.
26811         * lib/savewd.c: Include <signal.h>, for 'raise'.
26812
26813 2006-09-26  Jim Meyering  <jim@meyering.net>
26814
26815         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
26816         when we detect Darwin 8.7.0's acl_get_file bug.
26817         Rearrange to perform the new (below) run-test while $LIBS
26818         contains any acl-related library.  Set USE_ACL at the end.
26819         (gl_ACL_GET_FILE): New function.
26820
26821 2006-09-26  Eric Blake  <ebb9@byu.net>
26822
26823         * lib/verror.c: Include <config.h> unconditionally.
26824
26825 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
26826
26827         * modules/clock-time (Maintainer): Add self.
26828         * modules/getlogin_r (Depends-on): Add extensions.
26829
26830 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26831
26832         * modules/clock-time: New module.
26833         * modules/nanosleep (Depends-on): Add clock-time.
26834         * modules/gethrxtime (Depends-on): Likewise.
26835         * modules/gettime (Depends-on): Likewise.
26836         * modules/settime (Depends-on): Likewise.
26837
26838         * modules/fts-lgpl: Depend on openat.
26839         * modules/mkancesdirs: Depend on savewd.
26840         * modules/mkdir-p: Likewise.
26841
26842 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26843
26844         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
26845
26846         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
26847         `gl_have_arbitrary_file_name_length_limit' to
26848         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
26849         actually works between configure runs.
26850
26851 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26852             Bruno Haible  <bruno@clisp.org>
26853
26854         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
26855
26856 2006-09-25  Jim Meyering  <jim@meyering.net>
26857
26858         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
26859         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
26860
26861 2006-09-25  Eric Blake  <ebb9@byu.net>
26862
26863         * gnulib-tool (func_import, func_create_testdir): Fix typos in
26864         exec's in 2006-09-18 patch when shuffling fds.
26865
26866 2006-09-25  Bruno Haible  <bruno@clisp.org>
26867
26868         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
26869         Reported by Jim Meyering.
26870
26871 2006-09-24  Jim Meyering  <jim@meyering.net>
26872
26873         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
26874         compare a pointer against a literal "0".  That caused failures with
26875         at least HP-UX's hpcc.
26876
26877 2006-09-22  Simon Josefsson  <jas@extundo.com>
26878
26879         * modules/gc-sha1:
26880         * modules/gc-md4:
26881         * modules/gc-hmac-sha1:
26882         * modules/gc-hmac-md5:
26883         * modules/gc-des:
26884         * modules/gc-arcfour: Distribute more files.
26885
26886 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26887
26888         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
26889         (gl_linked_iterator_from_to): Initialize struct completely.
26890         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
26891         (gl_tree_iterator_from_to): Likewise
26892         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
26893         * lib/gl_array_list.c [lint] (gl_array_iterator)
26894         (gl_array_iterator_from_to): Likewise.
26895         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
26896         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
26897         (gl_carray_iterator_from_to): Likewise.
26898
26899         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
26900         * lib/md4.c (md4_process_block): Remove unused variable.
26901         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
26902         parentheses for clarity.
26903
26904 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26905
26906         * modules/bison-i18n (Depends-on): Add gettext.
26907
26908 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26909
26910         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
26911         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
26912         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
26913         also add missing comma that caused broken test.
26914         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
26915         stdlib.h, for `abort'.
26916         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
26917         variables.
26918         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
26919         include unistd.h if present, for `rmdir'.
26920         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
26921         variables.
26922         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
26923         in the process include standard headers for prototypes.
26924         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
26925         gets declared on GNU/Linux.
26926         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
26927         unistd.h, for `rmdir'.
26928         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
26929
26930         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
26931         always true.
26932         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
26933
26934         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
26935
26936 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26937
26938         * gnulib-tool (func_version): Create output all at once.  This
26939         may help avoid triggering unnecessary SIGPIPEs, and at any
26940         rate it doesn't hurt.
26941
26942 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26943             Bruno Haible  <bruno@clisp.org>
26944
26945         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
26946         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
26947         * m4/signed.m4 (bh_C_SIGNED): Likewise.
26948
26949         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
26950         (gl_FUNC_VASPRINTF): Invoke it.
26951
26952 2006-09-22  Bruno Haible  <bruno@clisp.org>
26953
26954         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
26955         getloadavg.c as first argument.
26956
26957 2006-09-22  Bruno Haible  <bruno@clisp.org>
26958
26959         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
26960         at the beginning of the gl_INIT macro.
26961         * modules/getloadavg (configure.ac): Pass $gl_source_base to
26962         gl_GETLOADAVG.
26963
26964 2006-09-22  Bruno Haible  <bruno@clisp.org>
26965
26966         * gnulib-tool (func_create_megatestdir): Don't include the config-h
26967         module.
26968         Suggested by Ralf Wildenhues.
26969
26970 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26971
26972         Import this patch from libc:
26973
26974         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
26975
26976         * lib/regex_internal.c (re_string_reconstruct): Handle
26977         offset < pstr->valid_raw_len && pstr->offsets_needed case.
26978         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
26979         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
26980         re_string_context_at.
26981
26982         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
26983         now requires it.
26984         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
26985         gl_REGEX now does it for us.
26986         (gl_REGEX): Add test taken from
26987         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
26988
26989         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
26990         Check that large offsets work.  Modernize Autoconf usages.
26991         Prefer "yes" to mean a good thing rather than a bad.
26992         Don't put "#define mkstemp" in config.h, as this might interfere
26993         with standard system headers that "#define mkstemp mkstemp64".
26994
26995         * modules/mkstemp (Depends-on): Add extensions, so that
26996         mkstemp is visible on some platforms.
26997         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
26998         (Include): Change to "mkstemp.h" from <stdlib.h>.
26999         (Files): Add mkstemp.h.
27000
27001         * lib/mkstemp.h: New file, since some standard headers
27002         #define mkstemp.
27003         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
27004         Include "mkstemp.h".
27005         Make the _LIBC code resemble glibc original more,
27006         e.g., use K&R style.
27007         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
27008         (mkstemp): Remove, since mkstemp.h does this for us.
27009         * lib/stdlib--.h: Include mkstemp.h.
27010
27011         Import this patch from libc:
27012
27013         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27014
27015         * lib/tempname.c (__gen_tempname): Change attempts_min
27016         into a macro.  Use preprocessor to decide how to initialize
27017         attempts [Coverity CID 67].
27018
27019 2006-09-20  Bruno Haible  <bruno@clisp.org>
27020
27021         * lib/mkdtemp.c: Import from libc.
27022         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27023                 * sysdeps/posix/tempname.c (__gen_tempname): Change
27024                 attempts_min into a macro.  Use preprocessor to decide how to
27025                 initialize attempts [Coverity CID 67].
27026         2001-11-27  Paul Eggert  <eggert@twinsun.com>
27027                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
27028                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
27029
27030 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27031
27032         * gnulib-tool (func_exit): New function, to allow to pass the
27033         exit status portably through the trap.  Use everywhere.
27034         (--help, --version): Signal a write error.
27035         (trap): catch SIGPIPE, for write errors.
27036         Exit at the end of the trap, with the correct exit status.
27037
27038 2006-09-19  Karl Berry  <karl@gnu.org>
27039
27040         * doc/gnulib.texi: note about the license texinfo files.
27041
27042 2006-09-19  Eric Blake  <ebb9@byu.net>
27043
27044         * gnulib-tool: Avoid space-tab.
27045
27046 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27047
27048         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
27049         that prevented coreutils 6.1 from building.  Problem reported
27050         by Petter Reinholdtsen.
27051
27052 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         * gnulib-tool (avoidlist): Fix typo that broke options like
27055         --avoid=lock that are used by coreutils bootstrap.
27056
27057 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
27058
27059         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
27060         more systematically.
27061
27062 2006-09-18  Jim Meyering  <jim@meyering.net>
27063
27064         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
27065
27066 2006-09-18  Bruno Haible  <bruno@clisp.org>
27067
27068         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
27069
27070 2006-09-18  Bruno Haible  <bruno@clisp.org>
27071
27072         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
27073         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
27074         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
27075         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
27076         * m4/gettext.m4: Require autoconf >= 2.52.
27077         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
27078         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
27079         of gl_cv_header_inttypes_h.
27080
27081 2006-09-18  Bruno Haible  <bruno@clisp.org>
27082
27083         * lib/javaversion.c: Include configmake.h.
27084
27085 2006-09-18  Bruno Haible  <bruno@clisp.org>
27086
27087         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
27088         avoid that the while loops be executed in a subshell.
27089
27090 2006-09-18  Bruno Haible  <bruno@clisp.org>
27091
27092         * MODULES.html.sh (func_module): Break long lines.
27093         Suggested by Bruce Korb <bkorb@gnu.org>.
27094
27095 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27096
27097         Speed up by a factor of 1.12.
27098         * gnulib-tool (nl): New variable.
27099         (func_import): Rewrite include directive extraction to only read each
27100         directive once.
27101
27102 2006-09-17  Bruno Haible  <bruno@clisp.org>
27103
27104         * modules/javaversion (Makefile.am): Remove DEFS setting.
27105         (Depends-on): Add configmake, for PKGDATADIR definition.
27106
27107 2006-09-17  Bruno Haible  <bruno@clisp.org>
27108
27109         * gnulib-tool (func_create_testdir): Rewrite all files at once.
27110
27111 2006-09-17  Bruno Haible  <bruno@clisp.org>
27112
27113         * gnulib-tool (func_append): New function, stolen from libtool.m4.
27114         (func_modules_transitive_closure, func_modules_add_dummy,
27115         func_modules_to_filelist, func_import, func_create_testdir,
27116         func_create_megatestdir, ...): Use it wherever possible.
27117         Suggested by Ralf Wildenhues.
27118
27119 2006-09-16  Karl Berry  <karl@gnu.org>
27120
27121         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
27122         to avoid sectioning errors.
27123         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
27124         [ifinfo]: blank line after @center-ed titles.
27125         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
27126         Spell FSF address consistently with others.
27127         (These changes approved by rms.)
27128
27129 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27130
27131         Speed up by a factor of 1.61.
27132         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
27133         already checked module names again.
27134
27135 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27136
27137         Speed up by a factor of 1.13.
27138         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
27139         for new_files, and the input to func_add_or_update.
27140
27141 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27142
27143         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
27144         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
27145
27146 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27147
27148         * modules/mkancesdirs (Depends-on): Add fcntl.
27149         * modules/savewd: New file.
27150         * MODULES.html.sh (File system functions): Add savewd.
27151
27152         * modules/configmake (Makefile.am): Add support for the
27153         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
27154
27155 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27156
27157         * m4/savewd.m4: New file.
27158
27159 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27160
27161         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
27162         (dirchownmod): New arg FD.  All callers changed.
27163         Use FD rather than opening the directory ourself, as opening is
27164         now the caller's responsibility.
27165         * lib/dirchownmod.h: Likewise.
27166         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
27167         hosts that require <sys/types.h> before <sys/stat.h>.  Include
27168         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
27169         (test_dir): Remove.
27170         (mkancesdirs): Return length of prefix of FILE that has already
27171         been made, or -2 if there is a child doing the work.  Redo
27172         algorithm so that it is O(N) rather than O(N**2).  Optimize away
27173         ".", and treat ".." specially since it might stray back into
27174         already-created areas.  Use a subprocess if necessary.  New arg
27175         WD; all users changed.  MAKE_DIR function should now return 1
27176         if it creates a directory that is not readable.  Return -2 if
27177         a child process is spun off.
27178         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
27179         Adjust signature to match code.
27180         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
27181         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
27182         all users changed.
27183         * lib/savewd.c, lib/savewd.h: New files.
27184
27185 2006-09-15  Jim Meyering  <jim@meyering.net>
27186
27187         * modules/rename-dest-slash: New module.
27188         * MODULES.html.sh (posix_compat): Add it here.
27189
27190         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
27191
27192 2006-09-15  Jim Meyering  <jim@meyering.net>
27193
27194         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
27195         file.
27196
27197         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
27198
27199 2006-09-15  Jim Meyering  <jim@meyering.net>
27200
27201         * lib/rename-dest-slash.c (has_trailing_slash): Use
27202         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
27203         (rpl_rename_dest_slash): Perform the cheaper trailing slash
27204         test before testing whether SRC is a directory.
27205         Suggestions from Bruno Haible.
27206
27207         Avoid a warning about an unused variable.
27208         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
27209         into the #ifdef block where it's used.
27210
27211         * lib/rename-dest-slash.c: New file.
27212
27213 2006-09-14  Bruno Haible  <bruno@clisp.org>
27214
27215         * lib/allocsa.c: Include <config.h> unconditionally.
27216         * lib/asnprintf.c: Likewise.
27217         * lib/asprintf.c: Likewise.
27218         * lib/c-strcasecmp.c: Likewise.
27219         * lib/c-strcasestr.c: Likewise.
27220         * lib/c-strncasecmp.c: Likewise.
27221         * lib/c-strstr.c: Likewise.
27222         * lib/classpath.c: Likewise.
27223         * lib/clean-temp.c: Likewise.
27224         * lib/concatpath.c: Likewise.
27225         * lib/copy-file.c: Likewise.
27226         * lib/csharpcomp.c: Likewise.
27227         * lib/csharpexec.c: Likewise.
27228         * lib/execute.c: Likewise.
27229         * lib/fatal-signal.c: Likewise.
27230         * lib/findprog.c: Likewise.
27231         * lib/fwriteerror.c: Likewise.
27232         * lib/gl_array_list.c: Likewise.
27233         * lib/gl_array_oset.c: Likewise.
27234         * lib/gl_avltree_list.c: Likewise.
27235         * lib/gl_avltree_oset.c: Likewise.
27236         * lib/gl_avltreehash_list.c: Likewise.
27237         * lib/gl_carray_list.c: Likewise.
27238         * lib/gl_linked_list.c: Likewise.
27239         * lib/gl_linkedhash_list.c: Likewise.
27240         * lib/gl_list.c: Likewise.
27241         * lib/gl_oset.c: Likewise.
27242         * lib/gl_rbtree_list.c: Likewise.
27243         * lib/gl_rbtree_oset.c: Likewise.
27244         * lib/gl_rbtreehash_list.c: Likewise.
27245         * lib/imaxabs.c: Likewise.
27246         * lib/imaxdiv.c: Likewise.
27247         * lib/javacomp.c: Likewise.
27248         * lib/javaexec.c: Likewise.
27249         * lib/javaversion.c: Likewise.
27250         * lib/linebreak.c: Likewise.
27251         * lib/localcharset.c: Likewise.
27252         * lib/lock.c: Likewise.
27253         * lib/mbchar.c: Likewise.
27254         * lib/mbswidth.c: Likewise.
27255         * lib/mkdtemp.c: Likewise.
27256         * lib/pipe.c: Likewise.
27257         * lib/printf-args.c: Likewise.
27258         * lib/printf-parse.c: Likewise.
27259         * lib/progname.c: Likewise.
27260         * lib/progreloc.c: Likewise.
27261         * lib/readlink.c: Likewise.
27262         * lib/sh-quote.c: Likewise.
27263         * lib/stpcpy.c: Likewise.
27264         * lib/stpncpy.c: Likewise.
27265         * lib/strcasecmp.c: Likewise.
27266         * lib/strcasestr.c: Likewise.
27267         * lib/strcspn.c: Likewise.
27268         * lib/striconv.c: Likewise.
27269         * lib/strncasecmp.c: Likewise.
27270         * lib/strnlen1.c: Likewise.
27271         * lib/strstr.c: Likewise.
27272         * lib/strtok_r.c: Likewise.
27273         * lib/tls.c: Likewise.
27274         * lib/tmpdir.c: Likewise.
27275         * lib/unicodeio.c: Likewise.
27276         * lib/unsetenv.c: Likewise.
27277         * lib/vasnprintf.c: Likewise.
27278         * lib/vasprintf.c: Likewise.
27279         * lib/wait-process.c: Likewise.
27280         * lib/xallocsa.c: Likewise.
27281         * lib/xsetenv.c: Likewise.
27282         * lib/xstriconv.c: Likewise.
27283
27284 2006-09-13  Simon Josefsson  <jas@extundo.com>
27285
27286         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
27287         that internally, suggested by Ralf Wildenhues
27288         <Ralf.Wildenhues@gmx.de>.
27289
27290 2006-09-13  Simon Josefsson  <jas@extundo.com>
27291
27292         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
27293         @LIBOBJS@.
27294         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27295
27296 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27297
27298         * lib/_fpending.c: Include <config.h> unconditionally, since we no
27299         longer worry about uses that don't define HAVE_CONFIG_H.
27300         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
27301         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
27302         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
27303         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
27304         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
27305         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
27306         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
27307         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
27308         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
27309         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
27310         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
27311         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
27312         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
27313         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
27314         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
27315         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
27316         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
27317         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
27318         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
27319         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
27320         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
27321         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
27322         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
27323         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
27324         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
27325         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
27326         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
27327         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
27328         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
27329         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
27330         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
27331         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
27332         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
27333         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
27334         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
27335         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
27336         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
27337         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
27338         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
27339         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
27340         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
27341         Likewise.
27342
27343 2006-09-13  Eric Blake  <ebb9@byu.net>
27344
27345         * lib/getopt.c: Fix typo in last commit.
27346
27347 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27348
27349         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
27350         dgettext.
27351
27352 2006-09-12  Jim Meyering  <jim@meyering.net>
27353
27354         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
27355         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
27356         Reported by Nelson H. F. Beebe.
27357
27358 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27359
27360         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
27361         program_invocation_name and program_invocation_short_name are
27362         initialized.
27363         * lib/argp-namefrob.h: Move declarations of program_invocation_name
27364         and program_invocation_short_name to argp.h, so they are visible
27365         to user programs.
27366         * lib/argp.h: Likewise
27367
27368 2006-09-10  Bruno Haible  <bruno@clisp.org>
27369
27370         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27371         m4/inttypes_h.m4, m4/uintmax_t.m4.
27372
27373 2006-09-10  Bruno Haible  <bruno@clisp.org>
27374
27375         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
27376         gl_AC_TYPE_UINTMAX_T.
27377
27378 2006-09-10  Bruno Haible  <bruno@clisp.org>
27379
27380         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
27381
27382 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27383
27384         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
27385         convention.  Text proposed by Bruno Haible.
27386         (struct argp_option): Document the use of N_() wrappers.
27387
27388         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
27389         '\v', and translate the two parts separately, instead of feeding
27390         the whole string to gettext.  This allows to exclude
27391         '\v' from the strings visible to the translator by writing doc
27392         strings as N_("..") "\v" N_("..").
27393
27394 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
27395
27396         * config/srclist.txt: Undo latest change; the bug was fixed.
27397
27398 2006-09-09  Bruno Haible  <bruno@clisp.org>
27399
27400         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
27401         assignments if building a library without libtool.
27402         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
27403         in func_emit_lib_Makefile_am.
27404         (func_import): When building a static library libfoo.a, arrange to
27405         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
27406         (func_create_testdir): Likewise.
27407         * modules/gc (configure.ac, Makefile.am): If building statically,
27408         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
27409         * modules/iconvme (configure.ac, Makefile.am): Likewise.
27410         * modules/striconv (configure.ac, Makefile.am): Likewise.
27411         Based on a suggestion by Ralf Wildenhues.
27412
27413 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27414
27415         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27416         Check for unistd.h too, since Autoconf doesn't assume POSIX.
27417         Also:
27418
27419         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27420         Add year_2050_test to catch glibc bug 2821
27421         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27422
27423         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27424         Prefer #ifdef to #if.
27425
27426         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
27427         Return from 'main' instead of calling 'exit'.
27428
27429 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27430
27431         * lib/mktime.c (guess_time_tm): Fix bug where mktime
27432         returned the maximum time_t value rather than (time_t) -1.
27433         Problem originally reported by William Bardwell
27434         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27435
27436         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27437         Moved to here ...
27438         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27439         ... from here.
27440
27441 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27442
27443         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
27444         2821 is fixed.
27445
27446 2006-09-08  Jim Meyering  <jim@meyering.net>
27447
27448         Don't make generated files read-only.  That would bother too many
27449         people.  However, do retain the ability to work when targets are
27450         read-only: remove the destination and temporary files before writing
27451         them (when generated via sed or echo), or by using the -f option for
27452         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
27453         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27454         * modules/byteswap, modules/configmake, modules/fcntl:
27455         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27456         * modules/localcharset, modules/netinet_in, modules/poll:
27457         * modules/stdbool, modules/stdint, modules/sys_select:
27458         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27459
27460 2006-09-08  Jim Meyering  <jim@meyering.net>
27461
27462         Avoid new build failure on FreeBSD 6.0.
27463         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
27464         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
27465         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
27466
27467 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27468
27469         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
27470
27471 2006-09-07  Jim Meyering  <jim@meyering.net>
27472
27473         Fix global typo in last change: use chmod u-w, not chmod u-x.
27474         Spotted by Paul Eggert and Bruce Korb.
27475         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27476         * modules/byteswap, modules/configmake, modules/fcntl:
27477         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27478         * modules/localcharset, modules/netinet_in, modules/poll:
27479         * modules/stdbool, modules/stdint, modules/sys_select:
27480         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27481
27482 2006-09-06  Jim Meyering  <jim@meyering.net>
27483
27484         Make generated files be read-only.
27485         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
27486         Ensure that each generated file is now read-only.
27487         * modules/argz: Likewise.
27488         * modules/arpa_inet: Likewise.
27489         * modules/byteswap: Likewise.
27490         * modules/configmake: Likewise.
27491         * modules/fcntl: Likewise.
27492         * modules/fnmatch: Likewise.
27493         * modules/getopt: Likewise.
27494         * modules/glob: Likewise.
27495         * modules/inttypes: Likewise.
27496         * modules/netinet_in: Likewise.
27497         * modules/poll: Likewise.
27498         * modules/stdbool: Likewise.
27499         * modules/stdint: Likewise.
27500         * modules/sys_select: Likewise.
27501         * modules/sys_socket: Likewise.
27502         * modules/sys_stat: Likewise.
27503         * modules/sysexits: Likewise.
27504         * modules/localcharset: Same as above, but continue using temporary
27505         file named "t-$@" (why different?) rather than the "$@-t" used
27506         everywhere else.
27507
27508         * modules/sysexits (Makefile.am): Replace literal occurrences
27509         of "sysexit.h" more readable, and more consistent, "$@".
27510
27511 2006-09-06  Bruno Haible  <bruno@clisp.org>
27512
27513         * modules/striconv: New file.
27514         * modules/xstriconv: New file.
27515         * MODULES.html.sh (Internationalization functions): Add striconv,
27516         xstriconv.
27517
27518 2006-09-06  Bruno Haible  <bruno@clisp.org>
27519
27520         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
27521         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
27522         not using libtool correctly.
27523
27524 2006-09-06  Bruno Haible  <bruno@clisp.org>
27525
27526         * lib/striconv.h: New file.
27527         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
27528         iconvstring.c.
27529         * lib/xstriconv.h: New file.
27530         * lib/xstriconv.c: New file.
27531
27532 2006-09-06  Bruno Haible  <bruno@clisp.org>
27533
27534         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27535         lib_..._LDFLAGS.
27536
27537 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27538
27539         * lib/argz_.h: Sync from Libtool.
27540
27541         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
27542                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27543
27544         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
27545
27546 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27547
27548         * modules/trim: New file.
27549
27550 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27551
27552         * lib/trim.h: New file.
27553         * lib/trim.c: New file.
27554
27555 2006-09-05  Bruno Haible  <bruno@clisp.org>
27556
27557         * MODULES.html.sh (String handling): Add trim.
27558
27559 2006-09-04  Karl Berry  <karl@gnu.org>
27560
27561         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
27562         until next release.
27563
27564 2006-09-03  Bruno Haible  <bruno@clisp.org>
27565
27566         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
27567         correctly.
27568
27569 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27570
27571         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
27572         not gl_GETLOADAVG.  Omit unneeded semicolons.
27573         Problems reported by Ralf Wildenhues in
27574         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27575         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
27576         at the end, which is the usual gnulib style.
27577
27578         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
27579         of doing all the work ourselves.
27580         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
27581         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
27582
27583 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27584
27585         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
27586         Problem reported by Ralf Wildenhues in
27587         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27588
27589         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
27590         HAVE_STRUCT_STATFS_F_FSTYPENAME.
27591
27592 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27593
27594         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
27595         yesterday's patch by changing test -n to test -z.
27596
27597 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27598
27599         * modules/getloadavg (Files): Add m4/getloadavg.m4.
27600         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
27601         the former is now obsolescent.
27602
27603         * modules/chdir-long (Depends-on): Add fcntl.
27604
27605 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27606
27607         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
27608         obsolescent, and programs should use gnulib instead.
27609         * m4/getloadavg.m4: New file, with contents taken from Autoconf
27610         but with prefixes changed.
27611
27612 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27613
27614         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
27615         or stdbool.h, because they might not exist while configuring.
27616
27617         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
27618         Don't include unistd.h or limits.h; not needed, since chdir-long.h
27619         does that for us.
27620         (O_DIRECTORY): Remove.
27621
27622 2006-08-31  Eric Blake  <ebb9@byu.net>
27623
27624         * gnulib-tool: Don't let emacs change spaces to TAB.
27625
27626 2006-08-31  Bruno Haible  <bruno@clisp.org>
27627
27628         * gnulib-tool: When calling func_import more than once, do it in a
27629         subshell.
27630         Reported by Eric Blake <ebb9@byu.net>.
27631
27632 2006-08-31  Bruno Haible  <bruno@clisp.org>
27633
27634         * gnulib-tool (nl): Remove variable.
27635         (sed_transform_lib_file): Use more robust test for config-h module.
27636         (func_import): Fix typo in 2006-08-25 patch.
27637
27638 2006-08-31  Bruno Haible  <bruno@clisp.org>
27639
27640         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
27641         specified, augment Makefile.am variables instead of assigning them.
27642
27643 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27644
27645         Work around a bug in both the Linux and SunOS 64-bit kernels:
27646         nanosleep mishandles sleeps for longer than 2**31 seconds.
27647         Problem reported by Frank v Waveren in
27648         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27649         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
27650         Check for nanosleep bug.
27651         (LIB_NANOSLEEP): Append clock_gettime library if needed.
27652
27653 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27654
27655         Work around a bug in both the Linux and SunOS 64-bit kernels:
27656         nanosleep mishandles sleeps for longer than 2**31 seconds.
27657         Problem reported by Frank v Waveren in
27658         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27659         * lib/nanosleep.c (BILLION): New constant.
27660         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
27661         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
27662         implementation.
27663
27664 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27665
27666         * modules/nanosleep (Depends-on): Add gettime.
27667
27668 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27669         and Simon Josefsson  <jas@extundo.com>
27670         and Oskar Liljeblad  <oskar@osk.mine.nu>
27671
27672         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
27673         * gnulib-tool (func_import): New license type 'unmodifiable license
27674         text'.
27675         * modules/fdl: Use it.  Longer description.
27676         * module/gpl, module/lgpl: New files.
27677
27678 2006-08-30  Jim Meyering  <jim@meyering.net>
27679
27680         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
27681         shadowing the parameter.
27682
27683 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27684
27685         Sync from Libtool:
27686
27687         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27688
27689         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
27690         sharing with gnulib.  Report by Eric Blake.
27691
27692 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * modules/isapipe: New file.
27695         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
27696
27697 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27698
27699         * modules/configmake (Makefile.am): Add a comment, and omit
27700         the CONFIGMAKE_ prefix from generated macro names.  Suggested
27701         by Bruno Haible.
27702
27703 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27704
27705         * m4/isapipe.m4: New file.
27706
27707 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27708
27709         * lib/isapipe.c, lib/isapipe.h: New files.
27710
27711 2006-08-29  Jim Meyering  <jim@meyering.net>
27712
27713         * modules/configmake (Makefile.am): Make configmake.h depend on
27714         Makefile.  Otherwise, a stale configmake.h could hang around.
27715
27716 2006-08-29  Eric Blake  <ebb9@byu.net>
27717
27718         * lib/error.c (error_at_line, print_errno_message): Match libc, after
27719         resolution of upstream bug 3044.
27720
27721 2006-08-29  Bruno Haible  <bruno@clisp.org>
27722
27723         * modules/localcharset (Depends-on): Add configmake.
27724         (Makefile.am): Remove setting of LIBDIR through DEFS.
27725
27726 2006-08-29  Bruno Haible  <bruno@clisp.org>
27727
27728         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
27729         defined.
27730
27731 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27732
27733         * modules/fcntl: New file.
27734         * modules/chdir-safer (Depends-on): Add fcntl.
27735         * modules/fts: Likewise.
27736         * modules/mkdir-p: Likewise.
27737
27738         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
27739         This undoes the most recent change, since we're now addressing the
27740         problem in a different way.
27741
27742         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
27743         into output, since the output might be called Makefile.am even
27744         if $makefile_name is something different.
27745         (func_import): Use $makefile_am rather than
27746         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
27747         empty.
27748
27749         * modules/inttypes (Files): Add m4/inttypes-h.m4.
27750
27751 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27752
27753         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
27754         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
27755         recent change to stdint.m4, since we're now addressing the problem in a
27756         different way.
27757
27758 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27759
27760         * m4/fcntl_h.m4: New file.
27761
27762 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27763
27764         * lib/fcntl_.h: New file.
27765         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
27766         the fcntl module.
27767         * lib/dirchownmod.c: Likewise.
27768         * lib/fts.c: Likewise.
27769
27770         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
27771         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
27772         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
27773         just before including <inttypes.h>, to avoid circular inclusion.
27774
27775 2006-08-28  Jim Meyering  <jim@meyering.net>
27776
27777         * doc/visibility.texi: Actually read and correct the grammar of the
27778         sentence affected by yesterday's change.
27779
27780 2006-08-28  Eric Blake  <ebb9@byu.net>
27781
27782         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
27783         needs wrapper.
27784
27785 2006-08-28  Eric Blake  <ebb9@byu.net>
27786
27787         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
27788
27789 2006-08-28  Eric Blake  <ebb9@byu.net>
27790
27791         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
27792
27793 2006-08-28  Bruno Haible  <bruno@clisp.org>
27794
27795         * modules/c-strstr: New file, from GNU gettext.
27796         * MODULES.html.sh (String handling): Add c-strstr.
27797
27798 2006-08-28  Bruno Haible  <bruno@clisp.org>
27799
27800         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
27801         macros.
27802         Reported by Eric Blake.
27803
27804 2006-08-28  Bruno Haible  <bruno@clisp.org>
27805
27806         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
27807         (VASNPRINTF): Return a string of length > INT_MAX without failing.
27808         * lib/vasprintf.c: Include errno.h, limits.h.
27809         (EOVERFLOW): New fallback definition.
27810         (vasprintf): Test here whether the string length is > INT_MAX.
27811         * lib/vsnprintf.c: Include errno.h, limits.h.
27812         (EOVERFLOW): New fallback definition.
27813         (vsnprintf): Fix bug when generated string was too long for the buffer.
27814         Test here whether the string length is > INT_MAX.
27815
27816 2006-08-28  Bruno Haible  <bruno@clisp.org>
27817
27818         * lib/inttypes_.h (SCNX*): Remove definitions.
27819         Reported by Eric Blake.
27820
27821 2006-08-28  Bruno Haible  <bruno@clisp.org>
27822
27823         * lib/c-strstr.h: New file, from GNU gettext.
27824         * lib/c-strstr.c: New file, from GNU gettext.
27825
27826 2006-08-28  Bruno Haible  <bruno@clisp.org>
27827
27828         * gnulib-tool: Reorder some statements.
27829
27830 2006-08-28  Bruno Haible  <bruno@clisp.org>
27831
27832         * gnulib-tool: New option --makefile-name.
27833         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
27834         $makefile_name.
27835         (func_import): Write $makefile_name to the cache file, and read it from
27836         there unless explicitly specified. Use $makefile_name as file name
27837         instead of Makefile.am. Adjust the recommendations accordingly.
27838
27839 2006-08-28  Bruno Haible  <bruno@clisp.org>
27840
27841         * gnulib-tool (func_verify_module): Check against misapplying patch.
27842
27843 2006-08-28  Bruno Haible  <bruno@clisp.org>
27844
27845         * gnulib-tool (func_relativize, func_relconcat): New functions.
27846         Give an error if --local-dir is given with --update.
27847         Remove trailing slashes from $local_gnulib_dir.
27848         (func_import): Store the relativized $local_gnulib_dir in
27849         gnulib-cache.m4, and read it from there if not specified explicitly.
27850
27851 2006-08-28  Bruno Haible  <bruno@clisp.org>
27852
27853         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
27854         is the current directory. Respect also $local_gnulib_dir.
27855
27856 2006-08-28  Bruno Haible  <bruno@clisp.org>
27857             Simon Josefsson  <jas@extundo.com>
27858
27859         BeOS portability.
27860         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
27861
27862 2006-08-27  Jim Meyering  <jim@meyering.net>
27863
27864         * doc/visibility.texi: Remove duplicate word: "pointer".
27865
27866 2006-08-26  Bruno Haible  <bruno@clisp.org>
27867
27868         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
27869         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
27870         (Makefile.am): Create inttypes.h from inttypes_.h.
27871         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
27872
27873         * modules/imaxabs: New file.
27874
27875         * modules/imaxdiv: New file.
27876
27877 2006-08-26  Bruno Haible  <bruno@clisp.org>
27878
27879         * m4/inttypes.m4: New file.
27880         * m4/_inttypes_h.m4: Remove file.
27881         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
27882         PRI_MACROS_BROKEN.
27883         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
27884
27885         * m4/imaxabs.m4: New file.
27886
27887         * m4/imaxdiv.m4: New file.
27888
27889 2006-08-26  Bruno Haible  <bruno@clisp.org>
27890
27891         * lib/inttypes_.h: New file.
27892         * lib/inttypes.h: Remove file.
27893         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
27894
27895         * lib/imaxabs.c: New file.
27896
27897         * lib/imaxdiv.c: New file.
27898
27899 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27900
27901         New config-h module, so that "make" output needn't be cluttered
27902         by -DHAVE_CONFIG_H.
27903         * MODULES.html.sh (Support for building libraries and executables):
27904         Add config-h.
27905         * modules/config-h: New file.
27906         * gnulib-tool (nl, sed_transform_lib_file): New vars.
27907         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
27908         the config-h module is used.
27909
27910         New configmake module, so that "make" output needn't be cluttered
27911         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
27912         * MODULES.html.sh (Support for building libraries and executables):
27913         Add configmake.
27914         * modules/configmake: New file.
27915
27916 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27917
27918         * m4/config-h.m4: New file.
27919
27920 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27921
27922         * config/srclist.txt: Add elisp-comp.
27923
27924 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27925
27926         * MODULES.html.sh (Support for building libraries and executables):
27927         Add elisp-comp.
27928         * build-aux/elisp-comp: New file.
27929         * modules/elisp-comp: New file.
27930
27931 2006-08-24  Bruno Haible  <bruno@clisp.org>
27932
27933         * gnulib-tool (func_create_testdir): Use non-default values of
27934         sourcebase and m4base.
27935
27936 2006-08-24  Bruno Haible  <bruno@clisp.org>
27937
27938         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
27939         HTML structure.
27940
27941 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27942
27943         * modules/openat (Depends-on): Add lchown.
27944
27945 2006-08-23  Bruno Haible  <bruno@clisp.org>
27946
27947         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
27948         of gl_LOCK_EARLY instead of gl_LOCK.
27949
27950 2006-08-23  Bruno Haible  <bruno@clisp.org>
27951
27952         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
27953         on OSF/1 to no.
27954         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
27955
27956 2006-08-23  Bruno Haible  <bruno@clisp.org>
27957
27958         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
27959         as unusable.
27960
27961         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
27962         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
27963         (gl_LOCK): New macro.
27964
27965 2006-08-22  Simon Josefsson  <jas@extundo.com>
27966
27967         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
27968         to md5 module.
27969
27970 2006-08-22  Simon Josefsson  <jas@extundo.com>
27971
27972         * MODULES.html.sh: Add "Support for maintaining and release
27973         projects".
27974
27975         * build-aux/gnupload: New file, from coreutils.
27976
27977 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
27978
27979         Avoid the need for AC_LIBSOURCES in m4 macros.
27980         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
27981         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
27982         * modules/check-version (EXTRA_DIST): Add check-version.h.
27983         * modules/crc (EXTRA_DIST): Add crc.h.
27984         * modules/des (EXTRA_DIST): Add des.h.
27985         * modules/gc (EXTRA_DIST): Add gc.h.
27986         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
27987         * modules/getline (EXTRA_DIST): Add getline.h.
27988         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
27989         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
27990         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
27991         * modules/md2 (EXTRA_DIST): Add md2.h.
27992         * modules/md4 (EXTRA_DIST): Add md4.h.
27993         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
27994         * modules/read-file (EXTRA_DIST): Add read-file.h.
27995         * modules/readline (EXTRA_DIST): Add readline.h.
27996         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
27997         rijndael-api-fst.h.
27998
27999 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28000
28001         * m4/rijndael.m4 (gl_ARCFOUR):
28002         * m4/arctwo.m4 (gl_ARCTWO):
28003         * m4/check-version.m4 (gl_CHECK_VERSION):
28004         * m4/crc.m4 (gl_CRC):
28005         * m4/des.m4 (gl_DES):
28006         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
28007         * m4/gc.m4 (gl_GC):
28008         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
28009         * m4/getline.m4 (gl_FUNC_GETLINE):
28010         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
28011         * m4/hmac-md5.m4 (gl_HMAC_MD5):
28012         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
28013         * m4/md2.m4 (gl_MD2):
28014         * m4/md4.m4 (gl_MD4):
28015         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
28016         * m4/read-file.m4 (gl_FUNC_READ_FILE):
28017         * m4/readline.m4 (gl_FUNC_READLINE):
28018         * m4/rijndael.m4 (gl_RIJNDAEL):
28019         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28020         to get the necessary .h files and whatnot.
28021
28022 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28023
28024         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
28025         gnulib rather than the other way around.
28026         * config/srclistvars.sh (COREUTILS): Remove.
28027
28028 2006-08-22  Jim Meyering  <jim@meyering.net>
28029
28030         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
28031
28032         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
28033
28034 2006-08-22  Eric Blake  <ebb9@byu.net>
28035
28036         * modules/regexprops-generic: New file.
28037         * MODULES.html.sh (Support for building documentation): List it.
28038
28039 2006-08-22  Eric Blake  <ebb9@byu.net>
28040
28041         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
28042         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
28043         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
28044         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
28045
28046 2006-08-22  Bruno Haible  <bruno@clisp.org>
28047
28048         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
28049         and lib_LTLIBRARIES like the other lib_* variables.
28050
28051 2006-08-22  Bruno Haible  <bruno@clisp.org>
28052
28053         * build-aux/x-to-1.in: New file, from GNU gettext.
28054
28055 2006-08-22  Bruno Haible  <bruno@clisp.org>
28056
28057         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
28058         <utmpx.h> exists.
28059
28060 2006-08-22  Bruno Haible  <bruno@clisp.org>
28061
28062         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
28063         <utmpx.h> exists.
28064
28065 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28066
28067         BeOS portability.
28068         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
28069         exist.
28070         Problem reported by Bruno Haible.
28071
28072 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28073
28074         Avoid the need for AC_LIBSOURCES in m4 macros.
28075         * modules/acl (EXTRA_DIST): Add acl.h.
28076         * modules/argmatch (Files): Add m4/argmatch.m4.
28077         (configure.ac): Add gl_ARGMATCH.
28078         (EXTRA_DIST): Renamed from lib_SOURCES, for
28079         consistency with the other modules.  Remove argmatch.c.
28080         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
28081         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
28082         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
28083         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
28084         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
28085         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
28086         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
28087         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
28088         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
28089         * modules/closeout (EXTRA_DIST): Add closeout.h.
28090         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
28091         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
28092         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
28093         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
28094         dirname.h; remove basename.c and stripslash.c.
28095         * modules/exclude (EXTRA_DIST): Add exclude.h.
28096         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
28097         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
28098         * modules/file-type (EXTRA_DIST): Add file-type.h.
28099         * modules/filemode (EXTRA_DIST): Add filemode.h.
28100         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
28101         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28102         * modules/fpending (EXTRA_DIST): Add __fpending.h.
28103         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
28104         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
28105         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
28106         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
28107         * modules/getdate (EXTRA_DIST): Add getdate.c.
28108         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
28109         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
28110         * modules/getpass (EXTRA_DIST): Add getpass.h.
28111         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
28112         * modules/group-member (EXTRA_DIST): Add group-member.h.
28113         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
28114         * modules/hash (EXTRA_DIST): Add hash.h.
28115         * modules/human (EXTRA_DIST): Add human.h.
28116         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
28117         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
28118         * modules/lchown (EXTRA_DIST): Add lchown.h.
28119         * modules/long-options (EXTRA_DIST): Add long-options.h.
28120         * modules/lstat (EXTRA_DIST): Add lstat.h.
28121         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
28122         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
28123         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
28124         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
28125         * modules/memxor (EXTRA_DIST): Add memxor.h.
28126         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
28127         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
28128         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
28129         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
28130         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
28131         * modules/physmem (EXTRA_DIST): Add physmem.h.
28132         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
28133         * modules/posixver (EXTRA_DIST): Add posixver.h.
28134         * modules/quote (EXTRA_DIST): Add quote.h.
28135         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
28136         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
28137         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
28138         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
28139         regex_internal.h regexec.c.
28140         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
28141         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
28142         * modules/same (EXTRA_DIST): Add same.h.
28143         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
28144         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
28145         * modules/savedir (EXTRA_DIST): Add savedir.h.
28146         * modules/sha1 (EXTRA_DIST): Add sha1.h.
28147         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
28148         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
28149         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
28150         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
28151         * modules/strdup (EXTRA_DIST): Add strdup.h.
28152         * modules/strftime (EXTRA_DIST): Add strftime.h.
28153         * modules/strndup (EXTRA_DIST): Add strndup.h.
28154         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
28155         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
28156         * modules/time_r (EXTRA_DIST): Add time_r.h.
28157         * modules/timespec (EXTRA_DIST): Add timespec.h.
28158         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28159         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
28160         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
28161         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
28162         * modules/userspec (EXTRA_DIST): Add userspec.h.
28163         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
28164         * modules/utimens (EXTRA_DIST): Add utimens.h.
28165         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
28166         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
28167         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
28168         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
28169         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
28170         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
28171         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
28172         * modules/yesno (EXTRA_DIST): Add yesno.h.
28173
28174 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28175
28176         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
28177
28178         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
28179         * m4/dev-ino.m4, same-inode.m4: Remove.
28180
28181         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
28182         * m4/acl.m4 (AC_FUNC_ACL):
28183         * m4/backupfile.m4 (gl_BACKUPFILE):
28184         * m4/c-strtod.m4 (gl_C99_STRTOLD):
28185         * m4/canon-host.m4 (gl_CANON_HOST):
28186         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28187         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
28188         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
28189         * m4/cloexec.m4 (gl_CLOEXEC):
28190         * m4/close-stream.m4 (gl_CLOSE_STREAM):
28191         * m4/closeout.m4 (gl_CLOSEOUT):
28192         * m4/dirfd.m4 (gl_FUNC_DIRFD):
28193         * m4/dirname.m4 (gl_DIRNAME):
28194         * m4/exclude.m4 (gl_EXCLUDE):
28195         * m4/exitfail.m4 (gl_EXITFAIL):
28196         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
28197         * m4/file-type.m4 (gl_FILE_TYPE):
28198         * m4/filemode.m4 (gl_FILEMODE):
28199         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
28200         * m4/fpending.m4 (gl_FUNC_FPENDING):
28201         * m4/fprintftime.m4 (gl_FPRINTFTIME):
28202         * m4/fts.m4 (gl_FUNC_FTS):
28203         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
28204         * m4/getdate.m4 (gl_GETDATE):
28205         * m4/gethrxtime.m4 (gl_GETHRXTIME):
28206         * m4/getpagesize.m4 (gl_GETPAGESIZE):
28207         * m4/getpass.m4 (gl_FUNC_GETPASS):
28208         * m4/gettime.m4 (gl_GETTIME):
28209         * m4/getugroups.m4 (gl_GETUGROUPS):
28210         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
28211         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
28212         * m4/hard-locale.m4 (gl_HARD_LOCALE):
28213         * m4/hash.m4 (gl_HASH):
28214         * m4/idcache.m4 (gl_IDCACHE):
28215         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
28216         * m4/lchown.m4 (gl_FUNC_LCHOWN):
28217         * m4/long-options.m4 (gl_LONG_OPTIONS):
28218         * m4/lstat.m4 (gl_FUNC_LSTAT):
28219         * m4/md5.m4 (gl_MD5):
28220         * m4/memcasecmp.m4 (gl_MEMCASECMP):
28221         * m4/memcoll.m4 (gl_MEMCOLL):
28222         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
28223         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
28224         * m4/memxor.m4 (gl_MEMXOR):
28225         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
28226         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
28227         * m4/modechange.m4 (gl_MODECHANGE):
28228         * m4/mountlist.m4 (gl_MOUNTLIST):
28229         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28230         * m4/openat.m4 (gl_FUNC_OPENAT):
28231         * m4/pathmax.m4 (gl_PATHMAX):
28232         * m4/physmem.m4 (gl_PHYSMEM):
28233         * m4/posixtm.m4 (gl_POSIXTM):
28234         * m4/posixver.m4 (gl_POSIXVER):
28235         * m4/quote.m4 (gl_QUOTE):
28236         * m4/quotearg.m4 (gl_QUOTEARG):
28237         * m4/readtokens.m4 (gl_READTOKENS):
28238         * m4/readutmp.m4 (gl_READUTMP):
28239         * m4/regex.m4 (gl_REGEX):
28240         * m4/safe-read.m4 (gl_SAFE_READ):
28241         * m4/safe-write.m4 (gl_SAFE_WRITE):
28242         * m4/same.m4 (gl_SAME):
28243         * m4/save-cwd.m4 (gl_SAVE_CWD):
28244         * m4/savedir.m4 (gl_SAVEDIR):
28245         * m4/settime.m4 (gl_SETTIME):
28246         * m4/sha1.m4 (gl_SHA1):
28247         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
28248         * m4/stat-macros.m4 (gl_STAT_MACROS):
28249         * m4/stat-time.m4 (gl_STAT_TIME):
28250         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
28251         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
28252         * m4/strdup.m4 (gl_FUNC_STRDUP):
28253         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
28254         * m4/strndup.m4 (gl_FUNC_STRNDUP):
28255         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
28256         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
28257         * m4/time_r.m4 (gl_TIME_R):
28258         * m4/timespec.m4 (gl_TIMESPEC):
28259         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
28260         * m4/unlinkdir.m4 (gl_UNLINKDIR):
28261         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
28262         * m4/userspec.m4 (gl_USERSPEC):
28263         * m4/utimecmp.m4 (gl_UTIMECMP):
28264         * m4/utimens.m4 (gl_UTIMENS):
28265         * m4/xalloc.m4 (gl_XALLOC):
28266         * m4/xgetcwd.m4 (gl_XGETCWD):
28267         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
28268         * m4/xreadlink.m4 (gl_XREADLINK):
28269         * m4/xstrtod.m4 (gl_XSTRTOD):
28270         * m4/yesno.m4 (gl_YESNO):
28271         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28272         to get the necessary .h files and whatnot.
28273
28274 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
28275             Bruno Haible  <bruno@clisp.org>
28276
28277         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
28278         /bin/sh understanding of '!' conditional negation.
28279
28280 2006-08-21  Jim Meyering  <jim@meyering.net>
28281
28282         * modules/openat (Depends-on): Really alphabetize.
28283
28284         * modules/acl (Depends-on): Add error and quote.
28285
28286         * check-module (find_included_lib_files): Add at-func.c to the
28287         ok-to-include-more-than-once white list.
28288
28289         * modules/openat (Depends-on): Add lstat.  Alphabetize.
28290
28291 2006-08-21  Bruno Haible  <bruno@clisp.org>
28292
28293         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28294         Emit a pkgdata_DATA variable only if some snippets add contents to it.
28295         Reported by Martin Lambers <marlam@marlam.de>.
28296
28297 2006-08-21  Bruno Haible  <bruno@clisp.org>
28298
28299         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
28300         specify an installation location, don't emit a noinst_LIBRARIES or
28301         noinst_LTLIBRARIES assignment.
28302
28303 2006-08-21  Bruno Haible  <bruno@clisp.org>
28304
28305         BeOS portability.
28306         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
28307         BeOS has mbrtowc() but no <wctype.h>.
28308
28309 2006-08-21  Bruno Haible  <bruno@clisp.org>
28310
28311         BeOS portability.
28312         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
28313         exist.
28314
28315 2006-08-21  Bruno Haible  <bruno@clisp.org>
28316
28317         BeOS portability.
28318         * lib/mbchar.h: Include <wctype.h> only if it exists.
28319
28320 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28321
28322         Remove files that are no longer needed by their respective modules.
28323         * m4/obstack.m4: Remove.
28324         * m4/strerror_r.m4: Remove.
28325         * m4/uint32_t.m4: Remove.
28326         * m4/uintptr_t.m4: Remove.
28327         * m4/ullong_max.m4: Remove.
28328         * m4/xstrtoimax.m4: Remove.
28329         * m4/xstrtoumax.m4: Remove.
28330
28331         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
28332         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
28333         dependencies now capture this.
28334
28335         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
28336         Do not use AC_LIBSOURCES, since gnulib modules now do this.
28337         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
28338         * m4/human.m4 (gl_HUMAN): Likewise.
28339         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
28340         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
28341
28342         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
28343
28344         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
28345         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
28346         stdint.
28347         * m4/human.m4 (gl_HUMAN): Likewise.
28348         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
28349         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
28350         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28351         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28352         * m4/xstrtol (gl_XSTRTOL): Likewise.
28353
28354         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
28355         AC_TYPE_LONG_LONG_INT.
28356         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28357         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
28358         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
28359         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28360
28361         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
28362         on stdbool.
28363
28364         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
28365         (gl_PREREQ_XSTRTOUL): Remove.
28366
28367         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
28368
28369         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
28370         mode.
28371
28372 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28373
28374         Add and change modules to make it easier for coreutils to use
28375         gnulib-tool.
28376         * modules/backupfile (Files): Remove m4/d-ino.m4.
28377         (Depends-on): Add d-ino.
28378         * modules/cycle-check (Depends-on): Add stdint.
28379         (lib_SOURCES): Add cycle-check.h.
28380         * modules/d-ino: New module.
28381         * modules/d-type: New module.
28382         * modules/error (Files): Remove m4/strerror_r.m4.
28383         * modules/filemode (Files): Add m4/st_dm_mode.m4.
28384         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28385         m4/inttypes_h.m4, m4/uintmax_t.m4.
28386         (Depends-on): Add stdint.
28387         (lib_SOURCES): Add fsusage.h.
28388         * modules/getcwd (Files): Remove d-ino.m4.
28389         (Depends-on): Add d-ino.
28390         * modules/getndelim2 (Depends-on): Add stdint.
28391         * modules/glob (Files): Remove m4/d-type.m4.
28392         (Depends-on): Add d-type.
28393         * modules/host-os: New module.
28394         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
28395         m4/inttypes_h.m4, m4/uintmax_t.m4.
28396         * Depends-on: Add stdint.
28397         (lib_SOURCES): Add human.h.
28398         * modules/inttostr (Files): Remove m4/intmax_t.m4,
28399         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
28400         m4/uintmax_t.m4, m4/ulonglong.m4.
28401         (Depends-on): Add stdint.
28402         (EXTRA_DIST): Add inttostr.h.
28403         * modules/lchmod: New module.
28404         * modules/link-follow: New module.
28405         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
28406         (Depends-on): Add lchmod.
28407         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
28408         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
28409         (Depends-on): Add stdint.
28410         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
28411         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
28412         (Depends-on): Add stdint.
28413         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
28414         * modules/perl: New module.
28415         * modules/regex (Depends-on): Add stdint.
28416         * modules/rmdir-errno: New module.
28417         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28418         m4/intmax_t.m4.
28419         (Depends-on): Add stdint.
28420         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28421         m4/uintmax_t.m4.
28422         (Depends-on): Add stdint.
28423         * modules/unlink-busy: New module.
28424         * modules/utimecmp (Depends-on): Add stdint.
28425         * modules/uptime: New module.
28426         * modules/winsz-ioctl: New module.
28427         * modules/winsz-termios: New module.
28428         * modules/xnanosleep (Depends-on): Add nanosleep.
28429         * modules/ullong_max: Remove.
28430         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
28431         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
28432         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
28433         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
28434         (Depends-on): Add inttypes.
28435         (lib_SOURCES): Add xstrtol.h.
28436         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
28437         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
28438         * MODULES.html.sh: Move 'assert' into the assert section.
28439         Move 'dummy' into the linking section.
28440         Remove ullong_max.
28441         Add section for compatibility checks for POSIX:2001 functions,
28442         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
28443         winsz-ioctl, and winsz-termios into it.
28444         Add lchmod.
28445         Add top-level Misc section and put host-os, perl, and uptime
28446         into it.
28447
28448 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28449
28450         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
28451         now assume the stdint module.  Do not include inttypes.h.
28452         * lib/fsusage.h: Likewise.
28453         * lib/getndelim2.c: Likewise.
28454         * lib/human.h: Likewise.
28455         * lib/inttostr.h: Likewise.
28456         * lib/obstack.c: Likewise.
28457         * lib/regex_internal.h: Likewise.
28458         * lib/tempname.c: Likewise.
28459         * lib/utimecmp.c: Likewise.
28460         * lib/xstrtol.h: Likewise.
28461
28462         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
28463
28464         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
28465         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
28466         * lib/xtime.h: Likewise.
28467
28468 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28469
28470         * modules/openat (Files): Add lib/fchmodat.c.
28471         Fixes problem reported by Jay Youngman.
28472
28473 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28474
28475         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
28476         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
28477
28478 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
28479             Bruno Haible  <bruno@clisp.org>
28480
28481         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
28482         and is a script that invokes bison. Tighten the code. Add comments.
28483
28484 2006-08-18  Jim Meyering  <jim@meyering.net>
28485
28486         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
28487         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
28488         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
28489         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
28490
28491 2006-08-18  Bruno Haible  <bruno@clisp.org>
28492
28493         * modules/bison-i18n: New file.
28494         * MODULES.html.sh (Internationalization functions): Add it.
28495
28496 2006-08-18  Bruno Haible  <bruno@clisp.org>
28497
28498         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
28499         sys/statvfs.h. When getmntinfo was found, check its declaration and
28500         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
28501
28502 2006-08-18  Bruno Haible  <bruno@clisp.org>
28503
28504         * m4/bison-i18n.m4: New file, from bison.
28505
28506 2006-08-18  Bruno Haible  <bruno@clisp.org>
28507
28508         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
28509         (ME_DUMMY): Treat "kernfs" as a dummy.
28510         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
28511
28512 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28513
28514         Update from coreutils.
28515
28516         2006-08-15  Jim Meyering  <jim@meyering.net>
28517
28518         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
28519
28520         2006-01-17  Jim Meyering  <jim@meyering.net>
28521
28522         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
28523
28524         2006-01-11  Jim Meyering  <jim@meyering.net>
28525
28526         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
28527         Check for the lchmod function.
28528
28529 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28530
28531         Update from coreutils.
28532
28533         * lib/__fpending.h: Add copyright notice.
28534         * lib/fprintftime.h: Likewise.
28535         * lib/savedir.c: Use (C) in copyright notice.
28536         * lib/savedir.h: Likewise.
28537
28538         2006-08-15  Jim Meyering  <jim@meyering.net>
28539
28540         * lib/at-func.c: New file, with the logic of all emulated at-functions.
28541         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
28542         in support of the EXPECTED_ERRNO macro.
28543         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
28544         definitions.  Instead, define the appropriate symbols and include
28545         "at-func.c".
28546         * lib/mkdirat.c (mkdirat): Likewise.
28547         * lib/fchmodat.c (fchmodat): Likewise.
28548         (ENOSYS): Remove definition.
28549         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
28550         it.  Don't include "unistd--.h" -- it wasn't ever used.
28551
28552         2006-01-17  Jim Meyering  <jim@meyering.net>
28553
28554         Rewrite fts.c not to change the current working directory,
28555         by using openat, fstatat, fdopendir, etc..
28556
28557         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
28558         (HAVE_OPENAT_SUPPORT): Define.
28559         [_LIBC] (fchdir): Don't undef or define; no longer used.
28560         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
28561         Now, this `function' always succeeds, and consumes its file descriptor
28562         parameter -- so callers must not close such FDs.  Update callers.
28563         (diropen_fd, opendirat, cwd_advance_fd): New functions.
28564         (diropen): Add parameter, SP.  Adjust all callers.
28565         Implement using diropen_fd, rather than open.
28566         (fts_open): Initialize new member, fts_cwd_fd.
28567         Remove fts_rft-setting code.
28568         (fts_close): Close fts_cwd_fd, if necessary.
28569         (__opendir2): Define in terms of opendir or opendirat,
28570         depending on whether the FST_NOCHDIR flag is set.
28571         (fts_build): Since fts_safe_changedir consumes its FD, and since
28572         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
28573         and close the dup'd file descriptor upon failure.
28574         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
28575         (fts_safe_changedir): Tweak semantics to reflect that this function
28576         now calls cwd_advance_fd and hence consumes its FD argument.
28577         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
28578         [struct FTS] (fts_rft): Remove now-unused member.
28579         [struct FTS] (fts_cycle.state): Improve comment.
28580
28581         * lib/openat.c (openat_needs_fchdir): New function.
28582         * lib/openat.h (openat_needs_fchdir): Declare it.
28583
28584 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28585
28586         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
28587         Problem and fix reported by Pádraig Brady in
28588         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
28589
28590 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28591
28592         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
28593
28594 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28595
28596         * lib/memcoll.c (memcoll): Optimize for the common case where the
28597         arguments are bytewise equal.
28598
28599 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28600
28601         * doc/regexprops-generic.texi: Add a copyright notice.
28602
28603 2006-08-15  Bruno Haible  <bruno@clisp.org>
28604
28605         * modules/tmpdir (License): Change to LGPL.
28606
28607 2006-08-15  Bruno Haible  <bruno@clisp.org>
28608
28609         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
28610         module.
28611
28612 2006-08-14  Simon Josefsson  <jas@extundo.com>
28613
28614         * config/srclist.txt: Add gnupload.
28615
28616 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28617
28618         Change copyright notice from LGPL 2 to GPL 2, since that's the
28619         standard form used in the gnulib repository.
28620         * tests/test-lock.c: Likewise.
28621         * tests/test-stdint.c: Likewise.
28622         * tests/test-tls.c: Likewise.
28623
28624         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
28625         prelude-manager.  User shorter URLs for GNU projects, without '?'.
28626         Add copyright notice.
28627
28628         * check-module: Add copyright notice.  Output a copyright
28629         notice if "--version" is specified.
28630         * modules/COPYING: New file.
28631         * tests/test-getaddrinfo.c: Add copyright notice.
28632         * tests/test-verify.c: Likewise.
28633
28634 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28635
28636         Change copyright notice from LGPL 2 to GPL 2, since that's the
28637         standard form used in the gnulib repository.
28638         * lib/lock.c: LGPL -> GPL.
28639         * lib/lock.h: Likewise.
28640         * lib/strnlen1.c: Likewise.
28641         * lib/strnlen1.h: Likewise.
28642         * lib/tls.c: Likewise.
28643         * lib/tls.h: Likewise.
28644         * lib/tmpdir.c: Likewise.
28645
28646         * lib/TODO: Remove; this belongs only in coreutils.
28647
28648 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28649
28650         Add copyright notices to long-enough files that lack them, since
28651         otherwise the files aren't clearly free.  Use the same notice that
28652         getdate.texi already uses.
28653         * doc/alloca-opt.texi: Add copyright notice.
28654         * doc/alloca.texi: Likewise.
28655         * doc/ctime.texi: Likewise.
28656         * doc/functions.texi: Likewise.
28657         * doc/gcd.texi: Likewise.
28658         * doc/gnulib-tool.texi: Likewise.
28659         * doc/inet_ntoa.texi: Likewise.
28660         * doc/visibility.texi: Likewise.
28661
28662         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
28663         * doc/quote.texi: Add copyright notice.
28664
28665         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
28666         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
28667         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
28668         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
28669         is now obsolete, and give a pointer to the Sun list.
28670         Add copyright notice.
28671
28672 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28673
28674         * config/srclistvars.sh: Add copyright notice.
28675
28676 2006-08-14  Eric Blake  <ebb9@byu.net>
28677
28678         Import the following change from libc:
28679
28680         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
28681
28682         Upstream bug 2997.
28683         * lib/misc/error.c: Add space between program name and message if file
28684         name is missing.
28685
28686 2006-08-12  Karl Berry  <karl@gnu.org>
28687
28688         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
28689         remove, these originate in gnulib now.
28690
28691 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28692
28693         * doc/Makefile (standards.info standards.html standards.dvi):
28694         Also depend on make-stds.texi.
28695
28696 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28697
28698         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
28699         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
28700
28701         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
28702         in wchar_t.  Problem reported by Eric Blake.
28703
28704         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
28705         LEN is smaller than SIZE.  Suggested by Bruno Haible.
28706         Also, help the compiler to keep LEN in a register.
28707
28708 2006-08-11  Eric Blake  <ebb9@byu.net>
28709
28710         * users.txt: Sort.  Add tar.
28711
28712 2006-08-11  Bruno Haible  <bruno@clisp.org>
28713
28714         * users.txt: New file.
28715
28716 2006-08-11  Bruno Haible  <bruno@clisp.org>
28717
28718         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
28719         before <wchar.h>. Needed for OSF/1 and BSD/OS.
28720
28721 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28722
28723         * modules/snprintf (Depends-on): Remove minmax.
28724         (Maintainer): Add self and Bruno.
28725
28726 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28727
28728         * lib/.cppi-disable: Add snprintf.h, socket_.h.
28729         * lib/snprintf.c: Include <errno.h> and <limits.h>.
28730         (EOVERFLOW): Define if the system does not.
28731         Do not include "minmax.h"; it wasn't used.
28732         (snprintf): Don't assume size_t promotes to an unsigned type.
28733         Fix bug when generated string was too long for the buffer: the
28734         buffer's contents are supposed to be the initial prefix of the
28735         output.  Don't assume vasnprintf returns EOVERFLOW if the size
28736         exceeds INT_MAX; do the check ourselves.
28737
28738         Import the following changes from libc:
28739
28740         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
28741
28742         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
28743         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
28744         set wc to the byte which couldn't be converted.
28745         (re_string_reconstruct): Don't clear valid_raw_len before calling
28746         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
28747         tip_context using re_string_context_at.
28748
28749         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
28750
28751         * lib/posix/regex.h: g++ still cannot handled [restrict].
28752
28753         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
28754
28755         * lib/posix/regex.h: Remove special handling for VMS.
28756
28757 2006-08-10  Jim Meyering  <jim@meyering.net>
28758
28759         * modules/same-inode: New module.
28760         * modules/dev-ino: New module.
28761         * modules/cycle-check: Depend on these modules, rather than simply
28762         including their .h files.
28763         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
28764         required via m4/cycle-check.m4.
28765         * modules/same: Depend on new same-inode module, rather than
28766         including same-inode.h.
28767         * modules/chdir-safer: New file.
28768
28769         * modules/chown (Depends-on): Add stat-macros.
28770
28771 2006-08-10  Jim Meyering  <jim@meyering.net>
28772
28773         * m4/cycle-check.m4: New file.
28774         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
28775         * m4/dev-ino.m4, m4/same-inode.m4: New files.
28776
28777 2006-08-10  Eric Blake  <ebb9@byu.net>
28778
28779         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
28780         in from original proposal.
28781
28782 2006-08-10  Eric Blake  <ebb9@byu.net>
28783         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28784
28785         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
28786         namespace.
28787
28788 2006-08-10  Bruno Haible  <bruno@clisp.org>
28789
28790         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
28791         as well.
28792
28793 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28794
28795         Sync from coreutils.
28796
28797         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
28798
28799         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
28800         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
28801
28802 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28803
28804         * modules/restrict: Remove; no longer needed now that we assume
28805         Autoconf 2.59 or later.
28806         * MODULES.html.sh: Remove 'restrict'.
28807         * modules/argp (Depends-on): Remove 'restrict'.
28808         * modules/base64 (Depends-on): Likewise.
28809         * modules/gc (Depends-on): Likewise.
28810         * modules/getaddrinfo (Depends-on): Likewise.
28811         * modules/glob (Depends-on): Likewise.
28812         * modules/inet_ntop (Depends-on): Likewise.
28813         * modules/inet_pton (Depends-on): Likewise.
28814         * modules/memxor (Depends-on): Likewise.
28815         * modules/regex (Depends-on): Likewise.
28816         * modules/strtok_r (Depends-on): Likewise.
28817         * modules/time_r (Depends-on): Likewise.
28818
28819 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28820
28821         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
28822         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
28823         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28824         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
28825         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
28826         * m4/memxor.m4 (gl_MEMXOR): Likewise.
28827         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
28828         gl_C_RESTRICT replaced by AC_C_RESTRICT.
28829
28830         Merge from coreutils.
28831         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
28832         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
28833         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
28834         * m4/time_r.m4 (gl_TIME_R): Likewise.
28835
28836 2006-08-09  Karl Berry  <karl@gnu.org>
28837
28838         * config/srclist.txt: no more gettext-tools, per Bruno.
28839
28840 2006-08-08  Eric Blake  <ebb9@byu.net>
28841
28842         * modules/verror: New module.
28843         * MODULES.html.sh: Document it.
28844
28845 2006-08-08  Eric Blake  <ebb9@byu.net>
28846
28847         * lib/verror.h, lib/verror.c: New files.
28848
28849 2006-08-08  Eric Blake  <ebb9@byu.net>
28850
28851         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
28852         verror_at_line output complies with GNU Coding Standards even when
28853         file is NULL.
28854
28855 2006-08-07  Bruno Haible  <bruno@clisp.org>
28856
28857         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
28858         versions of AIX.
28859         Reported by Ralf Wildenhues.
28860
28861 2006-08-07  Bruno Haible  <bruno@clisp.org>
28862
28863         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
28864         in an AC_DEFUN. Needed so that the autoconf snippets can use
28865         AC_REQUIRE.
28866
28867 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28868
28869         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28870         Initialize pkgdata_DATA.
28871         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
28872         overriding it.
28873
28874 2006-08-06  Eric Blake  <ebb9@byu.net>
28875
28876         * lib/error.h: Fold in some upstream changes from glibc.
28877         * lib/error.c: Likewise.
28878
28879 2006-08-04  Bruno Haible  <bruno@clisp.org>
28880
28881         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28882         Make the mostlyclean-local rule depend on mostlyclean-generic.
28883         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
28884
28885 2006-07-31  Bruno Haible  <bruno@clisp.org>
28886
28887         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
28888         <stdlib.h>, <string.h>.
28889
28890 2006-07-30  Bruno Haible  <bruno@clisp.org>
28891
28892         * modules/readlink (License): Change to LGPL.
28893
28894 2006-07-30  Bruno Haible  <bruno@clisp.org>
28895
28896         * modules/javaversion (Makefile.am): Distribute javaversion.java and
28897         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
28898         set PKGDATADIR to point to it.
28899
28900 2006-07-30  Bruno Haible  <bruno@clisp.org>
28901
28902         * modules/csharpexec (configure.ac): Comment out macro invocation.
28903         * modules/javaexec (configure.ac): Likewise.
28904         * modules/javacomp-script (configure.ac): Likewise.
28905
28906         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
28907
28908 2006-07-30  Bruno Haible  <bruno@clisp.org>
28909
28910         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
28911         linked-list.
28912
28913 2006-07-30  Bruno Haible  <bruno@clisp.org>
28914
28915         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
28916
28917 2006-07-30  Bruno Haible  <bruno@clisp.org>
28918
28919         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28920         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
28921         get removed.
28922
28923 2006-07-29  Bruno Haible  <bruno@clisp.org>
28924
28925         Make it possible for gnulib-tool to work with locally modified or
28926         augmented gnulib repositories.
28927         * gnulib-tool (func_usage): Document --local-dir option.
28928         (local_gnulib_dir): New variable.
28929         Handle --local-dir option.
28930         (func_lookup_file): New function.
28931         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
28932         (func_get_description, func_get_filelist, func_get_description,
28933         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
28934         func_get_automake_snippet, func_get_include_directive,
28935         func_get_license, func_get_maintainer): Use func_lookup_file.
28936         (func_import, func_create_testdir): Use func_lookup_file.
28937
28938 2006-07-29  Bruno Haible  <bruno@clisp.org>
28939
28940         * modules/setenv (Depends-on): Add unistd.
28941
28942 2006-07-29  Bruno Haible  <bruno@clisp.org>
28943
28944         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
28945
28946 2006-07-29  Bruno Haible  <bruno@clisp.org>
28947
28948         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
28949
28950 2006-07-29  Bruno Haible  <bruno@clisp.org>
28951
28952         * gnulib-tool (import, update): If there is no Makefile.am, look at
28953         aclocal.m4, instead of bailing out.
28954
28955 2006-07-29  Bruno Haible  <bruno@clisp.org>
28956
28957         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
28958         Categorize the options by when they are useful.
28959
28960 2006-07-29  Bruno Haible  <bruno@clisp.org>
28961
28962         * gnulib-tool (func_usage): Document option --no-libtool.
28963         Handle option --no-libtool.
28964         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
28965         for changed semantics of $libtool variable.
28966         (func_import): Likewise. If libtool is not used, show this through
28967         an option --no-libtool.
28968         (func_create_testdir): Update.
28969
28970 2006-07-29  Bruno Haible  <bruno@clisp.org>
28971
28972         * gnulib-tool (func_import): Extend error message about missing
28973         --doc-base.
28974
28975 2006-07-29  Bruno Haible  <bruno@clisp.org>
28976
28977         * gnulib-tool (func_import): Don't create the $docbase directory if
28978         there is no file to store there.
28979
28980 2006-07-29  Bruno Haible  <bruno@clisp.org>
28981
28982         * gnulib-tool (autoconf_minversion): If a --dir option is given and
28983         relevant, look for configure.ac there, not in the current directory.
28984         Also use a simple search for AC_PREREQ, not "autoconf --trace".
28985
28986 2006-07-29  Bruno Haible  <bruno@clisp.org>
28987
28988         * gnulib-tool (SORT): New variable.
28989         (func_usage): Undocument --assume-autoconf option.
28990         Remove --assume-autoconf option handling.
28991         (autoconf_minversion): Determine from the contents of configure.ac.
28992         (func_import): Remove autoconf_minversion handling.
28993         Suggested by Eric Blake.
28994
28995 2006-07-29  Bruno Haible  <bruno@clisp.org>
28996
28997         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
28998
28999 2006-07-29  Bruno Haible  <bruno@clisp.org>
29000
29001         * config/srclist.txt (*setenv.[ch]): Remove rules.
29002
29003 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29004
29005         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
29006
29007 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29008
29009         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
29010         arpa/inet.h.
29011
29012 2006-07-28  Simon Josefsson  <jas@extundo.com>
29013
29014         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
29015         * modules/inet_pton (Depends-on): Likewise.
29016
29017 2006-07-28  Simon Josefsson  <jas@extundo.com>
29018
29019         * m4/netinet_in_h.m4: New file.
29020
29021 2006-07-28  Simon Josefsson  <jas@extundo.com>
29022
29023         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
29024         #include's.
29025
29026 2006-07-28  Simon Josefsson  <jas@extundo.com>
29027
29028         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
29029         #include's.
29030
29031 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
29032
29033         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
29034         setgid on directories only if they set these bits.
29035         * lib/modechange.h: Remove obsolete comment about masks.
29036
29037 2006-07-28  Eric Blake  <ebb9@byu.net>
29038
29039         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
29040         macro expansion.
29041
29042 2006-07-28  Bruno Haible  <bruno@clisp.org>
29043
29044         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
29045
29046 2006-07-28  Bruno Haible  <bruno@clisp.org>
29047
29048         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
29049
29050 2006-07-28  Bruno Haible  <bruno@clisp.org>
29051
29052         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
29053         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
29054         Define fallbacks.
29055         Avoids link error on FreeBSD 4.x.
29056         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29057
29058         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
29059         encoding.
29060         * lib/mbswidth.c (iswcntrl): Likewise.
29061
29062 2006-07-27  Bruno Haible  <bruno@clisp.org>
29063
29064         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
29065         test.
29066
29067 2006-07-27  Bruno Haible  <bruno@clisp.org>
29068
29069         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
29070         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
29071         defined.
29072
29073 2006-07-26  Eric Blake  <ebb9@byu.net>
29074
29075         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
29076
29077 2006-07-26  Eric Blake  <ebb9@byu.net>
29078
29079         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
29080         like mingw that lack mkstemp.
29081         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
29082         avoid compilation warning on mingw.
29083
29084 2006-07-26  Bruno Haible  <bruno@clisp.org>
29085
29086         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
29087         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
29088         INT_FAST*_MIN, INTPTR_MIN.
29089
29090 2006-07-25  Bruno Haible  <bruno@clisp.org>
29091
29092         * modules/version-etc (Depends-on): Add stdarg.
29093
29094 2006-07-25  Bruno Haible  <bruno@clisp.org>
29095
29096         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
29097         complex commands.
29098
29099 2006-07-25  Bruno Haible  <bruno@clisp.org>
29100
29101         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
29102         defined in <stdarg.h> or config.h.
29103
29104 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29105
29106         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
29107         (gl_STDIO_SAFER): Remove.
29108
29109 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29110
29111         * MODULES.html.sh (File stream based Input/Output):
29112         Add fopen-safer, tmpfile-safer; remove stdio-safer.
29113         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
29114         * modules/fopen-safer, modules/tmpfile-safer: New files.
29115         * modules/stdio-safer: Remove.
29116
29117 2006-07-24  Bruno Haible  <bruno@clisp.org>
29118
29119         * modules/tmpdir: New file.
29120         * MODULES.html.sh (File system functions): Add it.
29121
29122 2006-07-24  Bruno Haible  <bruno@clisp.org>
29123
29124         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
29125         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
29126
29127 2006-07-24  Bruno Haible  <bruno@clisp.org>
29128
29129         * modules/clean-temp: New file.
29130
29131 2006-07-24  Bruno Haible  <bruno@clisp.org>
29132
29133         * m4/tmpdir.m4: New file, from GNU gettext.
29134
29135 2006-07-24  Bruno Haible  <bruno@clisp.org>
29136
29137         * lib/tmpdir.h: New file, from GNU gettext.
29138         * lib/tmpdir.c: New file, from GNU gettext.
29139
29140 2006-07-24  Bruno Haible  <bruno@clisp.org>
29141
29142         * lib/clean-temp.h: New file, from GNU gettext.
29143         * lib/clean-temp.c: New file, from GNU gettext.
29144
29145 2006-07-23  Eric Blake  <ebb9@byu.net>
29146
29147         * modules/stdio-safer (Files): Add tmpfile-safer.c.
29148         (Depends-on): Add binary-io.
29149
29150 2006-07-23  Eric Blake  <ebb9@byu.net>
29151
29152         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
29153
29154 2006-07-23  Eric Blake  <ebb9@byu.net>
29155
29156         * lib/tmpfile-safer.c: New file.
29157         * lib/stdio-safer.h (fopen_safer): Add prototype.
29158         * lib/stdio--.h (tmpfile): Make safer.
29159
29160 2006-07-23  Bruno Haible  <bruno@clisp.org>
29161
29162         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
29163         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
29164         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
29165         gl_linked_remove_at): Use it.
29166
29167 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29168         and Simon Josefsson <jas@extundo.com>
29169
29170         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
29171
29172         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
29173
29174 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29175
29176         * modules/close-stream: New file.
29177         * modules/closeout (Description): Make it clear that it exits
29178         with a diagnostic on error.
29179         (Depends-on): Add close-stream.  Remove fpending, stdbool.
29180         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
29181
29182 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29183
29184         * m4/close-stream.m4: New file.
29185
29186 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29187
29188         * lib/close-stream.c, lib/close-stream.h: New files.
29189
29190 2006-07-22  Bruno Haible  <bruno@clisp.org>
29191
29192         Merge from GNU gettext 0.15.
29193
29194         2006-05-01  Bruno Haible  <bruno@clisp.org>
29195
29196                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
29197
29198         2006-07-22  Bruno Haible  <bruno@clisp.org>
29199
29200                 * modules/javaversion: New file.
29201                 * MODULES.html.sh (Java): Add javaversion.
29202
29203         2006-03-12  Bruno Haible  <bruno@clisp.org>
29204
29205                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
29206
29207         2005-12-04  Bruno Haible  <bruno@clisp.org>
29208
29209                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
29210                 (untested).
29211
29212         2006-06-21  Bruno Haible  <bruno@clisp.org>
29213
29214                 Avoid warnings from recent versions of mcs.
29215                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
29216                 -o, -L, -r any more. Use options documented since mcs-1.0
29217                 instead. Similarly for -g.
29218
29219         2005-12-04  Bruno Haible  <bruno@clisp.org>
29220
29221                 * build-aux/csharpcomp.sh.in: Suffix for resources is
29222                 .resources, not .resource.
29223
29224         2005-07-09  Bruno Haible  <bruno@clisp.org>
29225
29226                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
29227                 add a .dll suffix.
29228                 Reported by Mark Junker <mjscod@gmx.de>.
29229
29230         2006-07-22  Bruno Haible  <bruno@clisp.org>
29231
29232                 * modules/gettext: Upgrade to gettext-0.15.
29233                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
29234                 m4/visibility.m4.
29235                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
29236
29237 2006-07-22  Bruno Haible  <bruno@clisp.org>
29238
29239         Merge from GNU gettext 0.15.
29240
29241         2006-03-25  Bruno Haible  <bruno@clisp.org>
29242
29243                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
29244
29245         2006-07-21  Bruno Haible  <bruno@clisp.org>
29246
29247                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
29248                 "1.1".
29249
29250         2006-05-09  Bruno Haible  <bruno@clisp.org>
29251
29252                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
29253                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
29254                 for the conftestver execution.
29255
29256         2006-05-01  Bruno Haible  <bruno@clisp.org>
29257
29258                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
29259                 optional target-version argument. Verify that the compiler
29260                 groks source of the specified source-version, or add -source
29261                 option as necessary. Verify that the compiler produces
29262                 bytecode in the specified target-version, or add -target and
29263                 -source options as necessary. Make the result of the test
29264                 available as variable CONF_JAVAC. Also log error output in
29265                 config.log.
29266
29267         2006-03-11  Bruno Haible  <bruno@clisp.org>
29268
29269                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
29270
29271         2006-05-09  Bruno Haible  <bruno@clisp.org>
29272
29273                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
29274                 CLASSPATH_SEPARATOR to a semicolon.
29275
29276         2006-03-12  Bruno Haible  <bruno@clisp.org>
29277
29278                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
29279                 available as variable CONF_JAVA, for subsequent autoconf
29280                 tests. Also log error output in config.log.
29281
29282         2006-07-19  Bruno Haible  <bruno@clisp.org>
29283
29284                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
29285                 that getline works on glibc2 systems. Needed to avoid trouble
29286                 in relocatable.c.
29287                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
29288
29289         2005-12-04  Bruno Haible  <bruno@clisp.org>
29290
29291                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
29292                 launcher (untested).
29293
29294         2005-12-04  Bruno Haible  <bruno@clisp.org>
29295
29296                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
29297
29298         2006-07-22  Bruno Haible  <bruno@clisp.org>
29299
29300                 * gettext.m4: Update from GNU gettext-0.15.
29301                 * nls.m4: Likewise.
29302                 * po.m4: Likewise.
29303                 * inttypes-pri.m4: Likewise.
29304                 * inttypes-h.m4: Renamed from inttypes.m4.
29305                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
29306
29307 2006-07-22  Bruno Haible  <bruno@clisp.org>
29308
29309         Merge from GNU gettext 0.15.
29310
29311         2005-07-05  Bruno Haible  <bruno@clisp.org>
29312
29313                 * printf-args.c (printf_fetchargs): Work around broken
29314                 definition of wint_t on mingw.
29315
29316         2005-02-12  Bruno Haible  <bruno@clisp.org>
29317
29318                 * xallocsa.h: Add extern "C" for C++.
29319
29320         2006-05-17  Bruno Haible  <bruno@clisp.org>
29321
29322                 Cygwin portability.
29323                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
29324
29325         2006-04-30  Bruno Haible  <bruno@clisp.org>
29326
29327                 * progreloc.c: Include <mach-o/dyld.h> if available.
29328                 (find_executable): Use _NSGetExecutablePath when possible.
29329
29330         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29331
29332                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
29333                 function.
29334
29335         2005-12-29  Bruno Haible  <bruno@clisp.org>
29336
29337                 * progreloc.c (set_program_name_and_installdir): Fix
29338                 compilation error.
29339
29340         2005-12-04  Bruno Haible  <bruno@clisp.org>
29341
29342                 Cygwin portability.
29343                 * progreloc.c: Include <windows.h> also on Cygwin.
29344                 (find_executable): Add support for Cygwin.
29345                 (set_program_name_and_installdir): Handle also platforms with
29346                 nonempty EXEEXT.
29347
29348         2006-07-11  Bruno Haible  <bruno@clisp.org>
29349
29350                 * javacomp.c: Fix a comment.
29351                 Reported by Jim Meyering.
29352
29353         2006-04-30  Bruno Haible  <bruno@clisp.org>
29354
29355                 * javacomp.h (compile_java_class): Add source_version,
29356                 target_version arguments.
29357                 * javacomp.c: Rewritten to choose only a compiler that
29358                 respects the specified source_version and target_version.
29359
29360         2006-06-27  Bruno Haible  <bruno@clisp.org>
29361
29362                 Assume correct S_ISDIR macro.
29363                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
29364
29365         2006-07-22  Bruno Haible  <bruno@clisp.org>
29366
29367                 * javaversion.h: New file, from GNU gettext.
29368                 * javaversion.c: New file, from GNU gettext.
29369                 * javaversion.java: New file, from GNU gettext.
29370                 * javaversion.class: New file, from GNU gettext.
29371
29372         2006-05-17  Bruno Haible  <bruno@clisp.org>
29373
29374                 Cygwin portability.
29375                 * javaexec.c (execute_java_class): Test for jview program
29376                 also on Cygwin.
29377
29378         2006-04-09  Bruno Haible  <bruno@clisp.org>
29379
29380                 * fatal-signal.c: Don't include string.h.
29381                 (at_fatal_signal): Use a copying loop instead of memcpy.
29382
29383         2005-12-04  Bruno Haible  <bruno@clisp.org>
29384
29385                 * csharpexec.c: Add support for 'clix' launcher (untested).
29386                 (execute_csharp_using_sscli): New function.
29387                 (execute_csharp_program): Call it.
29388
29389         2006-06-21  Bruno Haible  <bruno@clisp.org>
29390
29391                 Avoid warnings from recent versions of mcs.
29392                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
29393                 -o, -L, -r any more. Use options documented since mcs-1.0
29394                 instead. Similarly for -g.
29395
29396         2005-07-09  Bruno Haible  <bruno@clisp.org>
29397
29398                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
29399                 add a .dll suffix.
29400                 Reported by Mark Junker <mjscod@gmx.de>.
29401
29402         2006-06-17  Bruno Haible  <bruno@clisp.org>
29403
29404                 * config.charset: Update for NetBSD 3.0.
29405
29406         2006-05-17  Bruno Haible  <bruno@clisp.org>
29407
29408                 Cygwin portability.
29409                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
29410
29411         2006-05-16  Bruno Haible  <bruno@clisp.org>
29412
29413                 * localcharset.c [CYGWIN]: Include <windows.h>.
29414                 (get_charset_aliases): For Cygwin, return the same CPxxx
29415                 aliases list as under WIN32.
29416                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
29417                 the environment variables. Fall back to GetACP().
29418
29419         2006-04-05  Bruno Haible  <bruno@clisp.org>
29420
29421                 * config.charset: Update Juan Manuel Guerrero's address.
29422
29423         2005-02-12  Bruno Haible  <bruno@clisp.org>
29424
29425                 * allocsa.h: Add extern "C" for C++.
29426
29427         2005-02-10  Bruno Haible  <bruno@clisp.org>
29428
29429                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
29430                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
29431
29432         2006-07-22  Bruno Haible  <bruno@clisp.org>
29433
29434                 * gettext.h: Update to GNU gettext-0.15.
29435
29436 2006-07-22  Bruno Haible  <bruno@clisp.org>
29437
29438         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
29439         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
29440         lib-prefix.m4, longdouble.m4, ssize_t.m4.
29441
29442 2006-07-21  Eric Blake  <ebb9@byu.net>
29443
29444         * modules/stdlib-safer: New file.
29445         * MODULES.html.sh (File stream based Input/Output): Add
29446         stdlib-safer.
29447
29448 2006-07-21  Eric Blake  <ebb9@byu.net>
29449
29450         * lib/stdlib-safer.h: New file from coreutils, required by
29451         stdlib--.h.
29452
29453 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
29454
29455         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
29456
29457 2006-07-20  Bruno Haible  <bruno@clisp.org>
29458
29459         * gnulib-tool: Recognize new option --assume-autoconf.
29460         (autoconf_minversion): New variable.
29461         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
29462
29463 2006-07-20  Bruno Haible  <bruno@clisp.org>
29464
29465         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
29466
29467 2006-07-19  Derek R. Price  <derek@ximbiot.com>
29468
29469         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
29470         Reindent and repaginate.
29471
29472 2006-07-19  Derek Price  <derek@ximbiot.com>
29473
29474         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
29475         Correct grammar.
29476
29477 2006-07-17  Bruno Haible  <bruno@clisp.org>
29478
29479         * modules/list: New file.
29480         * modules/array-list: New file.
29481         * modules/carray-list, modules/carray-list-tests: New files.
29482         * modules/linked-list, modules/linked-list-tests: New files.
29483         * modules/avltree-list, modules/avltree-list-tests: New files.
29484         * modules/rbtree-list, modules/rbtree-list-tests: New files.
29485         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
29486         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
29487         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
29488         * modules/oset: New file.
29489         * modules/array-oset: New file.
29490         * modules/avltree-oset, modules/avltree-oset-tests: New files.
29491         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
29492         * tests/test-carray_list.c: New file.
29493         * tests/test-linked_list.c: New file.
29494         * tests/test-avltree_list.c: New file.
29495         * tests/test-rbtree_list.c: New file.
29496         * tests/test-linkedhash_list.c: New file.
29497         * tests/test-avltreehash_list.c: New file.
29498         * tests/test-rbtreehash_list.c: New file.
29499         * tests/test-avltree_oset.c: New file.
29500         * tests/test-rbtree_oset.c: New file.
29501         * MODULES.html.sh (Container data structures): New section.
29502
29503 2006-07-17  Bruno Haible  <bruno@clisp.org>
29504
29505         * m4/gl_list.m4: New file.
29506
29507 2006-07-17  Bruno Haible  <bruno@clisp.org>
29508
29509         * lib/gl_list.h: New file.
29510         * lib/gl_list.c: New file.
29511         * lib/gl_array_list.h: New file.
29512         * lib/gl_array_list.c: New file.
29513         * lib/gl_carray_list.h: New file.
29514         * lib/gl_carray_list.c: New file.
29515         * lib/gl_linked_list.h: New file.
29516         * lib/gl_linked_list.c: New file.
29517         * lib/gl_anylinked_list1.h: New file.
29518         * lib/gl_anylinked_list2.h: New file.
29519         * lib/gl_avltree_list.h: New file.
29520         * lib/gl_avltree_list.c: New file.
29521         * lib/gl_anyavltree_list1.h: New file.
29522         * lib/gl_anyavltree_list2.h: New file.
29523         * lib/gl_rbtree_list.h: New file.
29524         * lib/gl_rbtree_list.c: New file.
29525         * lib/gl_anyrbtree_list1.h: New file.
29526         * lib/gl_anyrbtree_list2.h: New file.
29527         * lib/gl_anytree_list1.h: New file.
29528         * lib/gl_anytree_list2.h: New file.
29529         * lib/gl_linkedhash_list.h: New file.
29530         * lib/gl_linkedhash_list.c: New file.
29531         * lib/gl_anyhash_list1.h: New file.
29532         * lib/gl_anyhash_list2.h: New file.
29533         * lib/gl_avltreehash_list.h: New file.
29534         * lib/gl_avltreehash_list.c: New file.
29535         * lib/gl_rbtreehash_list.h: New file.
29536         * lib/gl_rbtreehash_list.c: New file.
29537         * lib/gl_anytreehash_list1.h: New file.
29538         * lib/gl_anytreehash_list2.h: New file.
29539
29540         * lib/gl_oset.h: New file.
29541         * lib/gl_oset.c: New file.
29542         * lib/gl_array_oset.h: New file.
29543         * lib/gl_array_oset.c: New file.
29544         * lib/gl_avltree_oset.h: New file.
29545         * lib/gl_avltree_oset.c: New file.
29546         * lib/gl_rbtree_oset.h: New file.
29547         * lib/gl_rbtree_oset.c: New file.
29548         * lib/gl_anytree_oset.h: New file.
29549
29550 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29551
29552         * m4/mkancesdirs.m4: New file.
29553         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
29554         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
29555         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
29556         it.
29557
29558 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
29561         * lib/mkancesdirs.h: New files.
29562         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
29563         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
29564         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
29565         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
29566         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
29567         callers changed.  Revamp internals significantly, by not
29568         attempting to create directories that are temporarily more
29569         permissive than the final results.  Do not attempt to use
29570         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
29571         This removes some race conditions, fixes some bugs, and simplifies
29572         things.  Use new dirchownmod function to do owner and mode changes.
29573         * lib/mkdir-p.h: Likewise.
29574         * lib/modechange.c (octal_to_mode): New function.
29575         (struct mode_change): New member mentioned.
29576         (make_node_op_equals): New arg mentioned.  All callers changed.
29577         (mode_compile): Keep track of which mode bits the user has explicitly
29578         mentioned.
29579         (mode_adjust): New arg DIR, so that we implement the X op correctly.
29580         New arg PMODE_BITS, to keep track of which mode bits the user
29581         mentioned; it treats S_ISUID and S_ISGID speciall.
29582         All callers changed.
29583         * lib/modechange.h: Likewise.
29584
29585 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29586
29587         * MODULES.html.sh: Add mkancestors.
29588         * modules/mkancesdirs: New module.
29589         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
29590         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
29591         The chdir-safer and afs files are now orphans; I'll remove them
29592         unless someone speaks up.
29593         Add lib/dirchownmod.c, lib/dirchownmod.h.
29594         (Depends-on): Remove alloca, chown, save-cwd, dirname.
29595         Add lchown, mkancesdirs.
29596         (Maintainer): Add self.
29597
29598 2006-07-15  Karl Berry  <karl@gnu.org>
29599
29600         * gnulib-tool: help message wording/arrangement.
29601
29602 2006-07-14  Simon Josefsson  <jas@extundo.com>
29603
29604         * doc/gnulib.texi (Libtool and Windows): New section.
29605
29606 2006-07-12  Simon Josefsson  <jas@extundo.com>
29607
29608         * modules/gendocs (License): Fix license, approved by Karl.
29609
29610 2006-07-12  Eric Blake  <ebb9@byu.net>
29611
29612         * MODULES.html.sh: Add gendocs.
29613
29614 2006-07-11  Eric Blake  <ebb9@byu.net>
29615
29616         * modules/fdl: New module, to install doc/fdl.texi.
29617         * MODULES.html.sh: Add new section for documentation modules.
29618         * gnulib-tool: Avoid space-tab.
29619         (--doc-base): New option, to manage files from doc.
29620
29621 2006-07-11  Eric Blake  <ebb9@byu.net>
29622
29623         * m4/absolute-header.m4: Fix comments to match recent change.
29624
29625 2006-07-11  Eric Blake  <ebb9@byu.net>
29626
29627         * gnulib-tool: List --doc-base before --tests-base.
29628
29629 2006-07-11  Derek R. Price  <derek@ximbiot.com>
29630
29631         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
29632
29633 2006-07-11  Bruno Haible  <bruno@clisp.org>
29634
29635         * README: Mention where to put documentation.
29636
29637 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29638
29639         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
29640
29641 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29642
29643         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
29644         to stdint.m4.
29645
29646 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29647
29648         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
29649         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
29650         "no/such/file/stdint.h" when there is no such file, so that
29651         the resulting C code can be parsed by dodgy compilers.
29652         Problems reported by Bob Proulx.
29653
29654 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29655
29656         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
29657         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29658         macros into the GNU _D_EXACT_NAMLEN.
29659         * lib/savedir.c:  Likewise.
29660         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
29661
29662 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29663         and Paul Eggert  <eggert@cs.ucla.edu>
29664
29665         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
29666         * m4/savedir.m4:
29667         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29668         macros into the GNU _D_EXACT_NAMLEN.
29669
29670 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29671
29672         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
29673         around the absolute name, to work around a problem with the HP-UX
29674         11.23 native C compiler, reported by Bob Proulx.
29675
29676 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29677
29678         * doc/maintain.texi, make-stds.texi: Sync from
29679         <http://savannah.gnu.org/projects/gnustandards>.
29680
29681 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29682
29683         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
29684
29685 2006-07-09  Jim Meyering  <jim@meyering.net>
29686
29687         * m4/glob.m4: Remove a doubled word in a comment.
29688
29689 2006-07-09  Jim Meyering  <jim@meyering.net>
29690
29691         * lib/argp-pv.c: Remove a doubled word in a comment.
29692         * lib/check-version.c (check_version): Likewise.
29693         * lib/javacomp.c (compile_java_class): Likewise.
29694
29695 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29696
29697         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
29698         for the benefit of people using Autoconf 2.60.  If you want to
29699         support older Autoconf versions you can copy m4/onceonly_2_57.m4
29700         (or m4/onceonly.m4, if pre-2.57) manually.
29701
29702 2006-07-08  Jim Meyering  <jim@meyering.net>
29703
29704         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
29705         comment.
29706         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
29707         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
29708         comment.
29709
29710 2006-07-08  Jim Meyering  <jim@meyering.net>
29711
29712         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
29713
29714 2006-07-07  Simon Josefsson  <jas@extundo.com>
29715
29716         * tests/test-crc.c: Change expected crc value, the test vector
29717         were probably computed using the old broken crc.c?
29718
29719 2006-07-06  Simon Josefsson  <jas@extundo.com>
29720
29721         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
29722         now the canonical place for the M4 file).
29723
29724         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
29725         from the sys_socket dependency now.
29726
29727         * modules/inet_pton (Files): Ditto.
29728
29729         * modules/inet_ntop (Files): Ditto.
29730
29731 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29732
29733         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
29734         not gl_PREREQ_GETUSERSHELL.
29735
29736 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29737
29738         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
29739         with only one argument, for Autoconf 2.60.
29740         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
29741         expand to nothing, so add a shell command to avoid syntax error.
29742         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29743
29744 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29745
29746         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
29747
29748 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29749
29750         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
29751         no longer needed.  Check for isblank decl.
29752         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
29753         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
29754         of existence.
29755
29756 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29757
29758         * lib/getloadavg.c: Use __VMS, not VMS.
29759         * lib/getopt.c: Likewise.
29760         * lib/getpagesize.h: Likewise.
29761         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
29762         and probably does not work.
29763
29764 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29765
29766         * lib/.cppi-disable: Add wcwidth.
29767         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
29768         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
29769         (ISGRAPH): Remove.  All uses changed to isgraph.
29770         (FOLD) [!defined _LIBC]: Remove special case.
29771         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
29772         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
29773         HAVE_ISBLANK.
29774         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
29775         case.
29776
29777 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29778
29779         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
29780         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
29781         brackets.  Other minor changes to suppress some compiler
29782         warnings.
29783
29784 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29785         and Paul Eggert  <eggert@cs.ucla.edu>
29786
29787         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
29788         of invoking obsolescent AC_HEADER_DIRENT macro.
29789         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
29790         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
29791         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
29792         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
29793         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
29794         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29795         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
29796         * m4/readdir.m4: Remove; no longer needed.
29797
29798 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29799         and Paul Eggert  <eggert@cs.ucla.edu>
29800
29801         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
29802         Don't worry about this obsolete case any more.
29803         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
29804         directories.
29805         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
29806         worry about this obsolete case any more.
29807         * lib/fts.c: Likewise.
29808         * lib/getcwd.c: Likewise.
29809         * lib/glob.h: Likewise.
29810         * lib/savedir.c: Likewise.
29811
29812 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29813
29814         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
29815         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
29816         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
29817         needed.
29818         All uses removed.
29819         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29820         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29821         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
29822         needed.
29823         * m4/getdate.m4 (gl_GETDATE): Likewise.
29824         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29825         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29826         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29827         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29828         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
29829         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29830         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
29831         needed.
29832
29833 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
29834
29835         * lib/memcasecmp.c: Include <limits.h>.
29836         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
29837         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
29838         Don't assume isdigit succeeds only on '0' through '9'.
29839
29840 2006-07-05  Eric Blake  <ebb9@byu.net>
29841
29842         * modules/getaddrinfo (Depends-on): Add snprintf.
29843
29844 2006-07-05  Eric Blake  <ebb9@byu.net>
29845
29846         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
29847         to avoid 'header present but could not be compiled' on cygwin.
29848
29849 2006-07-05  Eric Blake  <ebb9@byu.net>
29850
29851         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
29852         missing from netdb.h.
29853         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
29854
29855 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29856
29857         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
29858         no longer needed.
29859         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
29860         * m4/getdate.m4 (gl_GETDATE): Likewise.
29861         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
29862         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
29863         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
29864         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
29865         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29866
29867 2006-07-05  Derek R. Price  <derek@ximbiot.com>
29868
29869         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
29870         All uses of is_space replaced by isspace.
29871         * lib/exit.h: Don't talk about STDC_HEADERS.
29872         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
29873         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
29874         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
29875         replaced by isprint etc.
29876         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
29877         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29878         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
29879         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
29880         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
29881         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
29882
29883 2006-07-05  Bruno Haible  <bruno@clisp.org>
29884
29885         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
29886         the function exists, before testing against AIX.
29887         Reported by Martin Lambers <marlam@marlam.de>.
29888
29889 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
29892         From Mark D. Baushke.
29893
29894 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
29897         to the absolute name, not just one, to bypass Sun C 5.8's
29898         "warning: #include of /usr/include/... may be non-portable".
29899
29900 2006-07-04  Eric Blake  <ebb9@byu.net>
29901
29902         * modules/dirname-tests: New test module.
29903         * tests/test-dirname.c: New file, replacing dirname.c
29904         TEST_DIRNAME section that was recently deleted.
29905
29906 2006-07-04  Bruno Haible  <bruno@clisp.org>
29907
29908         Assume ANSI C header files and <ctype.h> functions.
29909         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
29910         (mbsnwidth): Use isprint, iscntrl instead.
29911
29912 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29913
29914         Merge from coreutils.
29915         * MODULES.html.sh: Add xstrtold.
29916         * modules/xstrtold: New file.
29917         * modules/cycle-check (Files): Add lib/same-inode.h.
29918         * modules/dirname (Files): Add m4/double-slash-root.m4.
29919         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
29920         * modules/mkdir-p (Files): Add lib/same-inode.h.
29921         * modules/same (Files): Add lib/same-inode.h.
29922
29923 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29924
29925         * m4/absolute-header.m4: Renamed from full-header-path.m4.
29926         This is to keep the terminology clean; POSIX talks about
29927         "absolute pathnames", not "full pathnames", but the GNU
29928         Coding Standards say to use "path" for something else;
29929         so use "absolute" to keep both sides happy.
29930         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
29931         Set gl_absolute_header, not gl_full_header_path.
29932         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
29933         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
29934         All uses changed.
29935
29936         Merge from coreutils.
29937
29938         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
29939
29940         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
29941         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
29942         want to require the building of c-strtod.o.
29943         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
29944         needs -lm directly.
29945         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
29946
29947         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
29948
29949         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
29950         --as-needed option if available.  Problem reported by Albert Chin in
29951         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
29952         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
29953         cc merely issues a bunch of annoying warnings for --as-needed
29954         (this problem was reported by Bob Proulx).  Also, try linking with
29955         -lm to detect a bug in binutils 2.16 (this problem was reported
29956         by Ralf Wildenhues).
29957
29958         2006-06-18  Jim Meyering  <jim@meyering.net>
29959
29960         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
29961         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
29962         macro.
29963         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
29964         also check for glibc-2.4's abort-inducing bug.
29965
29966         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
29967         Low-probability clean-up should be to use rmdir to get rid of
29968         the just-created directory, not unlink.
29969
29970         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
29971         configure fail, and request a bug report to inform us about it.
29972         Add a comment that, barring reports to the contrary, in 2007 we'll
29973         assume ftruncate is universally available.
29974
29975         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
29976
29977         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
29978
29979         2006-03-12  Jim Meyering  <jim@meyering.net>
29980
29981         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
29982         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
29983         * m4/same.m4 (gl_SAME): Likewise.
29984         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
29985
29986         2006-03-11  Eric Blake  <ebb9@byu.net>
29987
29988         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
29989         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
29990         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
29991         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
29992
29993 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
29994
29995         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
29996         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
29997         reported by Mark D. Baushke, one in
29998         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
29999
30000         Merge from coreutils.
30001
30002         * lib/.cppi-disable: Add stdint_.h.
30003         * lib/.cvsignore: Add stdint.h.
30004
30005         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30006
30007         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
30008         both double and long double versions.
30009         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
30010         * lib/xstrtold.c: New file.
30011         * lib/xstrtod.h (xstrtold): New decl.
30012
30013         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30014
30015         * lib/filemode.c (setst): Remove.
30016         (strmode): Rewrite to avoid setst.  This makes the code shorter,
30017         (arguably) clearer, and the generated code is a bit smaller on my
30018         Debian GNU/Linux stable x86 host.
30019
30020         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30021
30022         * lib/filemode.c: Include "filemode.h" first, to test the interface.
30023         Assume that filemode.h includes sys/types.h and sys/stat.h.
30024         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
30025         (ftypelet): Reorder to put common cases first, for efficiency.
30026         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
30027         to do 'M'.
30028         (strmode): Renamed from mode_string, and now stores 12 bytes instead
30029         of 10, for compatibility with FreeBSD.  All callers changed.
30030         (filemodestring): Now stores 12 bytes instead of 10, and sets file
30031         types that can't be deduced solely from st_mode.  First arg is now a
30032         const pointer.
30033         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
30034         (strmode): Renamed from mode_string.
30035         (filemodestring): New decl.
30036         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
30037         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
30038         needed.
30039         (S_ISPORT, S_ISWHT): New macros, if not already defined.
30040
30041         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
30044         fsusage.h now does that.  Include fsusage.h first, to test interface.
30045         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
30046         at most one method (the old code could have generated decls that
30047         didn't conform to C89, not that this was ever exercised).
30048         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
30049
30050         2006-03-19  Jim Meyering  <jim@meyering.net>
30051
30052         Work even in a chroot where d_ino values for entries in "/"
30053         don't match the stat.st_ino values for the same names.
30054         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
30055         number, iterate through all entries again, using lstat instead.
30056         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
30057         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
30058
30059         * lib/getcwd.c (__getcwd): Clarify a comment.
30060         Use memcpy in place of a call to strcpy.
30061
30062         2006-03-12  Jim Meyering  <jim@meyering.net>
30063
30064         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
30065         matches that of the current directory (which we're about to chdir ".."
30066         out of), then save the dev-ino of the parent, instead.
30067
30068         * lib/same-inode.h (SAME_INODE): New file/macro.
30069         * lib/chdir-safer.c (SAME_INODE): Remove definition.
30070         Include "same-inode.h", instead.
30071         * lib/same.c: Likewise.
30072         * lib/cycle-check.h: Include "same-inode.h".
30073         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
30074         * lib/cycle-check.c (SAME_INODE): Remove definition.
30075         * lib/root-dev-ino.h: Include "same-inode.h".
30076
30077         2006-03-11  Eric Blake  <ebb9@byu.net>
30078
30079         * lib/same.c (same_name): s/base_name/last_component/
30080         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
30081         * lib/filenamecat.c (file_name_concat): Likewise.
30082
30083         2006-03-11  Eric Blake  <ebb9@byu.net>,
30084                     Paul Eggert  <eggert@cs.ucla.edu>
30085
30086         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
30087         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
30088         drive prefix.
30089         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
30090         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
30091         (last_component): New method.
30092         * lib/dirname.c (dir_len): Determine when drive letters need a
30093         subsequent slash.  Preserve // when it is special.
30094         (dir_name): Don't append dot when drive letter is absolute.
30095         [TEST_DIRNAME]: Move into a full-blown gnulib test.
30096         * lib/basename.c (base_name): New semantics - malloc the result.
30097         Preserve // when it is special.  Preserve relative files that look
30098         like drive letters.
30099         (base_len): Preserve // when it is special.
30100         (last_component): New method, similar to old base_name semantics.
30101         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
30102         base_name.  Strip redundant slashes from ///.
30103
30104 2006-07-03  Jim Meyering  <jim@meyering.net>
30105
30106         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
30107         macro is used before the first cycle_check call.
30108
30109 2006-07-03  Eric Blake  <ebb9@byu.net>
30110
30111         * modules/dirname (Depends-on): Add xstrndup.
30112
30113 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30114
30115         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
30116         test cases, so that config.log is a bit easier to follow.
30117
30118 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30119
30120         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
30121         both are 64 bits, since this seems to be the tradition, and this
30122         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
30123         we ever run into a host that prefers long long to long in this
30124         case, we'll need another configure-time test.  Problem reported by
30125         Jim Meyering.
30126
30127 2006-07-02  Eric Blake  <ebb9@byu.net>
30128
30129         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
30130
30131 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30132
30133         * modules/inttypes (Depends-on): No longer depends on stdint.
30134         * modules/stdint (Description): Say more about assumptions.
30135         Say that the fast types might differ.  Say macros are used.
30136         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
30137         (Makefile.am): Revise list of substituted symbols to match
30138         new stdint.m4.
30139         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
30140         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
30141         * tests/test-stdint.c (verify_same_types)
30142         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
30143         the code conforms to C99/C89.
30144         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
30145         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
30146
30147 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30148
30149         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
30150         but fix a bug, by requiring at least 64 bits.
30151         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30152         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
30153         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
30154         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
30155
30156         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
30157         changes.  Make 2.59 a prerequisite.  Check and substitute for
30158         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
30159         inttypes.h.  Do not use special include files; just use the
30160         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
30161         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
30162         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
30163         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
30164         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
30165         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
30166         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
30167         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
30168         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
30169         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
30170         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
30171         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
30172         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
30173         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
30174         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
30175         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
30176         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
30177         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
30178         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
30179         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
30180         WINT_MAX.  Check for C99 conformance more strictly, by detecting
30181         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
30182         not check for things that C99 does not require, e.g., int8_t.  If
30183         a test isn't needed unless <stdint.h> isn't working, and is
30184         unlikely to be needed for any other reason, then don't do it
30185         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
30186         size_t, since we assume C89 freestanding at least.  Do not check
30187         for sig_atomic_t, wchar_t, or wint_t, since the code now does
30188         the right thing even if the types are not defined.  Instead use:
30189         (gl_STDINT_TYPE_PROPERTIES): New macro.
30190         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
30191         testing whether <sys/types.h> clashes, as Autoconf does this for
30192         us now.  All uses removed.
30193         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
30194         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
30195         (gl_CHECK_TYPE_SAME):
30196         Remove; no longer needed.
30197         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
30198         exists, since we'll return 0 anyway in that case.
30199         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
30200
30201 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30202
30203         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
30204         possible collision with system files.
30205         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
30206         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
30207         WCHAR_MIN and WCHAR_MAX in this case.
30208         (<stddef.h>): Do not include; no longer needed.
30209         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
30210         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
30211         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
30212         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
30213         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
30214         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
30215         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
30216         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
30217         !defined(__c99))]: Include in this case too, since it's harmless
30218         now.
30219         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
30220         dangerous to do so.
30221         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
30222         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
30223         (_STDINT_MIN, _STDINT_MAX): New macros.
30224         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
30225         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
30226         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
30227         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
30228         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
30229         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
30230         macros, not typedefs; this simplifies things quite a bit.
30231         Use long int for all types narrower than int64_t.
30232         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
30233         Define in terms of long long int or int64_t or long int,
30234         not int64_t or int32_t.  This saves some compile-time testing.
30235         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
30236         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
30237         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
30238         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
30239         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
30240         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
30241         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
30242         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
30243         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
30244         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
30245         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30246         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30247         undef any previous version and define our own version, for
30248         simplicity and consistency with the new macros for types.
30249         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30250         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30251         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
30252         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
30253         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
30254         @WINT_T_SUFFIX@ to keep things simple here.
30255         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
30256         Simplify by assuming typical 8/16/32/64 host, since we're
30257         already doing that elsewhere anyway.
30258         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
30259         and assume long long int is 64 bits if available.  This
30260         speeds up 'configure'.
30261
30262 2006-07-01  Eric Blake  <ebb9@byu.net>
30263
30264         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
30265         Reported by Andreas Buening.
30266
30267 2006-07-01  Eric Blake  <ebb9@byu.net>
30268
30269         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
30270
30271 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
30272
30273         * lib/getaddrinfo.c: fixed typo
30274
30275 2006-06-29  Jim Meyering  <jim@meyering.net>
30276
30277         * modules/strftime (Maintainer): Add my name, since with the
30278         FPRINTFTIME changes strftime.c has forked from glibc.
30279
30280 2006-06-29  Eric Blake  <ebb9@byu.net>
30281
30282         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
30283
30284 2006-06-29  Eric Blake  <ebb9@byu.net>
30285
30286         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
30287
30288 2006-06-29  Eric Blake  <ebb9@byu.net>
30289
30290         * lib/stat_.h: New file.
30291
30292 2006-06-29  Eric Blake  <ebb9@byu.net>
30293
30294         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
30295         unused static function.
30296
30297 2006-06-29  Eric Blake  <ebb9@byu.net>
30298
30299         * doc/functions.texi (Function Portability): Document missing lstat
30300         on mingw.
30301
30302 2006-06-29  Eric Blake  <ebb9@byu.net>
30303
30304         * MODULES.html.sh: Add sys_stat.
30305         * modules/sys_stat: New module.
30306         * modules/mkstemp (Depends-on): Add sys_stat.
30307
30308 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30309
30310         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
30311
30312 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30313
30314         * m4/c-bs-a.m4: Removed.
30315
30316 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30317
30318         * lib/strftime.c: Assume strftime() exists.
30319
30320 2006-06-29  Derek Price  <derek@ximbiot.com>
30321
30322         * modules/c-bs-a: Removed - \a is C89.
30323         * MODULES.html.sh: Remove c-bs-a.
30324
30325 2006-06-29  Bruno Haible  <bruno@clisp.org>
30326
30327         * modules/wcwidth (License): Change to LGPL.
30328
30329 2006-06-28  Simon Josefsson  <jas@extundo.com>
30330
30331         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
30332         on _WIN32.
30333
30334         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
30335         getnameinfo.
30336
30337 2006-06-28  Simon Josefsson  <jas@extundo.com>
30338
30339         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
30340
30341 2006-06-28  Simon Josefsson  <jas@extundo.com>
30342
30343         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
30344         functions there.  It will succeed on Windows XP, but on Windows
30345         2000 and (presumably) earlier, it will fail, and use the internal
30346         re-implementation.
30347         (use_win32_p): New function.
30348         (getaddrinfo): Use strtoul on servname, to support numeric ports.
30349         Support AI_NUMERICSERV to disable getservbyname.
30350         (getnameinfo): New function, only supports
30351         NI_NUMERICHOST|NI_NUMERICSERV for now.
30352
30353         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
30354         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
30355         getnameinfo.
30356
30357 2006-06-28  Eric Blake  <ebb9@byu.net>
30358
30359         * modules/wcwidth: New file.
30360         * modules/mbchar (Depends-on): Add wcwidth.
30361         * modules/mbswidth (Depends-on): Add wcwidth.
30362         * MODULES.html.sh: Add wcwidth.
30363
30364 2006-06-28  Eric Blake  <ebb9@byu.net>
30365
30366         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
30367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
30368
30369 2006-06-28  Eric Blake  <ebb9@byu.net>
30370
30371         * lib/xvasprintf.h: Fix comments.
30372
30373 2006-06-28  Eric Blake  <ebb9@byu.net>
30374
30375         * lib/mbchar.h (wcwidth): Include wcwidth.h.
30376         * lib/mbswidth.c (wcwidth): Move from here...
30377         * lib/wcwidth.h: ...to this new file.
30378
30379 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30380
30381         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
30382
30383         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
30384         it's obsolete.
30385         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
30386
30387 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30388
30389         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
30390         Autoconf 2.60 says this stuff was obsolete.
30391
30392 2006-06-28  Bruno Haible  <bruno@clisp.org>
30393
30394         * modules/wcwidth (Files): Add m4/wchar_t.m4.
30395
30396 2006-06-28  Bruno Haible  <bruno@clisp.org>
30397
30398         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
30399         gt_TYPE_WCHAR_T.
30400
30401 2006-06-28  Bruno Haible  <bruno@clisp.org>
30402
30403         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
30404         declaration for wcwidth.
30405         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
30406
30407 2006-06-28  Bruno Haible  <bruno@clisp.org>
30408
30409         * lib/mkdtemp.c [MINGW]: Include <io.h>.
30410         (mkdir): Define using _mkdir.
30411
30412 2006-06-28  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/getaddrinfo.h: Fix POSIX URL.
30415         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
30416         _WIN32.
30417         (use_win32_p): Make static.
30418         (getaddrinfo): Reject service name if it is empty or does not consist
30419         solely of decimal digits, or if its value is > 65535.
30420         (getnameinfo): Remove useless casts.
30421
30422 2006-06-27  Simon Josefsson  <jas@extundo.com>
30423
30424         * modules/sys_select: New file, suggested by Bruno Haible, Paul
30425         Eggert and Martin Lambers.
30426
30427 2006-06-27  Simon Josefsson  <jas@extundo.com>
30428
30429         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
30430         Eggert and Martin Lambers.
30431
30432 2006-06-27  Bruno Haible  <bruno@clisp.org>
30433
30434         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
30435         result to 0, not to empty.
30436         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
30437
30438 2006-06-27  Bruno Haible  <bruno@clisp.org>
30439
30440         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
30441
30442 2006-06-26  Simon Josefsson  <jas@extundo.com>
30443
30444         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
30445         present.
30446
30447 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
30450         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
30451         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
30452
30453 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
30454
30455         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
30456
30457 2006-06-26  Bruno Haible  <bruno@clisp.org>
30458
30459         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
30460
30461 2006-06-26  Bruno Haible  <bruno@clisp.org>
30462
30463         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
30464
30465 2006-06-26  Bruno Haible  <bruno@clisp.org>
30466
30467         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
30468         SGI C compiler in pre-C99 mode.
30469         Suggested by Mark D. Baushke and Larry Jones.
30470
30471 2006-06-26  Bruno Haible  <bruno@clisp.org>
30472
30473         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
30474         WCHAR_MAX.
30475         Reported by Mark D. Baushke and Larry Jones.
30476
30477 2006-06-26  Bruno Haible  <bruno@clisp.org>
30478
30479         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
30480         in pre-C99 mode.
30481         Suggested by Mark D. Baushke and Larry Jones.
30482
30483 2006-06-23  Simon Josefsson  <jas@extundo.com>
30484             Bruno Haible  <bruno@clisp.org>
30485
30486         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
30487         Emit mostlyclean-local rule.
30488         (func_emit_tests_Makefile_am): Likewise.
30489         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
30490
30491 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
30492
30493         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
30494
30495 2006-06-23  Bruno Haible  <bruno@clisp.org>
30496
30497         * tests/test-stdint.c: Update to match ISO C 99 Technical
30498         Corrigendum 1.
30499
30500 2006-06-23  Bruno Haible  <bruno@clisp.org>
30501
30502         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
30503
30504 2006-06-23  Bruno Haible  <bruno@clisp.org>
30505
30506         * lib/stdint_.h: Treat IRIX like OpenBSD.
30507
30508 2006-06-23  Bruno Haible  <bruno@clisp.org>
30509
30510         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
30511         ISO C 99 Technical Corrigendum 1.
30512
30513 2006-06-22  Simon Josefsson  <jas@extundo.com>
30514
30515         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
30516         MinGW.
30517
30518 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30519
30520         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
30521         needed.  Some compiler complained about some of them.  Problem reported
30522         by Larry Jones in
30523         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
30524
30525 2006-06-21  Simon Josefsson  <jas@extundo.com>
30526
30527         * tests/test-getaddrinfo.c: New file.
30528
30529         * modules/getaddrinfo-tests: New file.
30530
30531         * MODULES.html.sh: Add inet_pton.
30532
30533         * modules/inet_pton: New file.
30534
30535 2006-06-21  Simon Josefsson  <jas@extundo.com>
30536
30537         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
30538         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
30539         of using the (limited) gnulib implementation on Windows XP.
30540
30541         * m4/inet_pton.m4: New file.
30542
30543 2006-06-21  Simon Josefsson  <jas@extundo.com>
30544
30545         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
30546         variable.
30547
30548         * lib/socket_.h: Don't define WINVER.
30549
30550         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
30551         slightly modified to work in gnulib.
30552
30553 2006-06-21  Simon Josefsson  <jas@extundo.com>
30554
30555         * doc/gnulib.texi (Windows sockets): Add.
30556
30557 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30558
30559         * lib/read-file.c (fread_file): Start with buffer allocation of
30560         0 bytes rather than 1 byte; this simplifies the code.
30561         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
30562         code to free buffer and save/restore errno.
30563         (internal_read_file): Remove unused local.
30564
30565 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30566
30567         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
30568         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
30569         Problem reported by Denis Excoffier in
30570         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
30571
30572 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30573
30574         * modules/sys_socket, modules/socklen: Include sys/types since
30575         FreeBSD 4.x's sys/socket.h needs it.
30576
30577 2006-06-19  Simon Josefsson  <jas@extundo.com>
30578
30579         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
30580
30581 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30582
30583         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
30584
30585 2006-06-19  Bruno Haible  <bruno@clisp.org>
30586
30587         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
30588         and FULL_PATH_INTTYPES_H in angle brackets.
30589         Reported by Mark D. Baushke <mdb@gnu.org>.
30590
30591 2006-06-17  Eric Blake  <ebb9@byu.net>
30592
30593         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
30594         errno.
30595
30596 2006-06-17  Bruno Haible  <bruno@clisp.org>
30597
30598         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
30599         <sys/inttypes.h>.
30600
30601 2006-06-17  Bruno Haible  <bruno@clisp.org>
30602
30603         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
30604         whether errno is declared. Assume <errno.h> declares errno.
30605
30606 2006-06-17  Bruno Haible  <bruno@clisp.org>
30607
30608         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
30609
30610 2006-06-17  Bruno Haible  <bruno@clisp.org>
30611
30612         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
30613         problem on Solaris 2.5.1.
30614
30615 2006-06-16  Eric Blake  <ebb9@byu.net>
30616
30617         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
30618         * lib/unicodeio.c [!defined errno]: Likewise.
30619         * lib/strtol.c [!defined errno]: Likewise.
30620         * lib/strtod.c [!defined errno]: Likewise.
30621
30622 2006-06-15  Eric Blake  <ebb9@byu.net>
30623
30624         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
30625
30626 2006-06-15  Eric Blake  <ebb9@byu.net>
30627
30628         * config/srclist.txt (ssize_t.m4): Lose sync.
30629
30630 2006-06-15  Bruno Haible  <bruno@clisp.org>
30631
30632         * modules/stdint (Files): Include m4/full-header-path.m4,
30633         m4/size_max.m4, m4/wchar_t.m4.
30634         (Makefile.am): Many more substitutions.
30635         * modules/stdint-tests: New file.
30636         * tests/test-stdint.c: New file.
30637
30638 2006-06-15  Bruno Haible  <bruno@clisp.org>
30639
30640         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
30641         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
30642         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
30643         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
30644         gl_CHECK_TYPE_SAME): New macros.
30645
30646 2006-06-15  Bruno Haible  <bruno@clisp.org>
30647
30648         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
30649
30650 2006-06-15  Bruno Haible  <bruno@clisp.org>
30651
30652         * lib/stdint_.h: Rewritten to be fully auto-configured.
30653         Fixes bug on HP-UX/IA64.
30654
30655 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
30656
30657         * lib/getdate.y (__attribute__): Don't define if already defined.
30658         Problem reported by Larry Jones.
30659         * lib/utimens.c (__attribute__): Likewise.
30660
30661 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
30662
30663         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
30664         reported by Andreas Schwab.
30665
30666 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30667             Bruno Haible  <bruno@clisp.org>
30668
30669         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
30670         check for the declaration of strnlen and a run test that exposes the
30671         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
30672         rpl_strndup.
30673
30674 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30675             Bruno Haible  <bruno@clisp.org>
30676
30677         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
30678
30679 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30680
30681         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
30682         compile test, for Tru64 4.0D.
30683
30684 2006-05-28  Karl Berry  <karl@gnu.org>
30685
30686         * config/srclist.txt (printf-args.c): lose sync.
30687
30688 2006-05-26  Martin Lambers  <marlam@marlam.de>
30689
30690         * lib/getpass.c: Updates the test for the native W32 API, and adds
30691         missing includes, thus fixing compilation warnings.
30692
30693 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30694
30695         * lib/exclude.c (exclude_fnmatch): New function.
30696         (excluded_file_name): Call exclude_fnmatch.
30697         * lib/exclude.h (excluded_file_name): New prototype
30698
30699 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
30700
30701         * lib/tempname.c (small_open, large_open): New macros.
30702         (__open, __open64) [!_LIBC]: Remove.
30703         (__gen_tempname): Use small_open and large_open instead of __open
30704         and __open64.  This fixes a portability bug on HP-UX 11.11i
30705         reported by Simon Wing-Tang in
30706         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
30707
30708 2006-05-24  Bruno Haible  <bruno@clisp.org>
30709
30710         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
30711         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
30712         Reported by Thorsten Maerz <torte@netztorte.de> via
30713         Aaron Stone <aaron@serendipity.cx>.
30714
30715 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30716
30717         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
30718         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
30719         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
30720         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
30721         not really conditional on the cache.
30722         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
30723
30724 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30725
30726         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
30727         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
30728         (my_usleep): Don't mishandle maximum value.
30729
30730 2006-05-19  Jim Meyering  <jim@meyering.net>
30731
30732         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
30733
30734 2006-05-17  Bruno Haible  <bruno@clisp.org>
30735
30736         Cygwin portability.
30737         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
30738
30739 2006-05-17  Bruno Haible  <bruno@clisp.org>
30740
30741         * lib/stdint_.h: Fix recognition of Cygwin.
30742
30743 2006-05-15  Bruno Haible  <bruno@clisp.org>
30744
30745         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
30746         on libtool patch by Ralf Wildenhues.
30747
30748 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30749
30750         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
30751         test for C99 conformance; (bool) 0.5 is an integer constant
30752         expression, but (bool) -0.5 is not.  Problem reported by Fedor
30753         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
30754
30755 2006-05-11  Simon Josefsson  <jas@extundo.com>
30756
30757         * m4/xvasprintf.m4: Fix obvious typo.
30758
30759 2006-05-11  Jim Meyering  <jim@meyering.net>
30760
30761         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
30762         James Lemley.
30763
30764 2006-05-10  Simon Josefsson  <jas@extundo.com>
30765
30766         * lib/md4.c: Typo fix, update copyright years.
30767         (K1, K2): Don't use L because it turn computations into 64-bit on
30768         64-bit platforms.
30769
30770 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
30773         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
30774         unwanted sign propagation, e.g., on hosts with 64-bit int.
30775         There still are some problems with reeelly weird theoretical hosts
30776         (e.g., 33-bit int) but it's not worth worrying about now.
30777         * lib/sha1.c (rol): Likewise.
30778         (K1, K2, K3, K4): Remove unnecessary L suffix.
30779
30780 2006-05-10  Bruno Haible  <bruno@clisp.org>
30781
30782         * lib/des.c: Cast to avoid warnings.
30783
30784 2006-05-09  Bruno Haible  <bruno@clisp.org>
30785
30786         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
30787         (Depends-on): Depend also on xsize, stdarg.
30788         (configure.ac): Add gl_XVASPRINTF.
30789
30790 2006-05-09  Bruno Haible  <bruno@clisp.org>
30791
30792         * m4/xvasprintf.m4: New file.
30793
30794 2006-05-09  Bruno Haible  <bruno@clisp.org>
30795
30796         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
30797         (EOVERFLOW): Define fallback value.
30798         (xstrcat): New function.
30799         (xvasprintf): Recognize the special case of a string concatenation.
30800
30801 2006-05-08  Eric Blake  <ebb9@byu.net>
30802
30803         * gnulib-tool (func_version): Base copyright year on CVS date.
30804         (func_emit_copyright_notice): New function.
30805         (func_emit_lib_Makefile_am): Use it.
30806         (func_emit_tests_Makefile_am): Likewise.
30807         (func_import): Likewise.
30808
30809 2006-05-08  Bruno Haible  <bruno@clisp.org>
30810
30811         * modules/stdarg: New file.
30812         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
30813
30814 2006-05-08  Bruno Haible  <bruno@clisp.org>
30815
30816         * m4/stdarg.m4: New file, from GNU gettext.
30817
30818 2006-05-08  Bruno Haible  <bruno@clisp.org>
30819
30820         * config/srclist.txt (build-aux/config.rpath): different from latest
30821         release.
30822
30823 2006-05-08  Bruno Haible  <bruno@clisp.org>
30824
30825         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
30826
30827 2006-05-05  Jim Meyering  <jim@meyering.net>
30828
30829         * m4/warning.m4: New file, derived from bison's file by the same name.
30830
30831 2006-05-03  Bruno Haible  <bruno@clisp.org>
30832
30833         * lib/stdint_.h: Shorter URL.
30834         * lib/inttypes.h: Likewise.
30835
30836 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30837
30838         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
30839
30840 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30841
30842         * lib/verify.h: Document the internals better.  Most of this change
30843         was written by Bruno Haible.
30844
30845 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30846
30847         * doc/verify.texi: New file, partly based on a proposal by
30848         Bruno Haible.
30849
30850 2006-05-02  Bruno Haible  <bruno@clisp.org>
30851
30852         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
30853         test from here...
30854         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
30855
30856 2006-04-29  Bruno Haible  <bruno@clisp.org>
30857
30858         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
30859         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
30860
30861 2006-04-29  Bruno Haible  <bruno@clisp.org>
30862
30863         * gnulib-tool: Make --update option actually work.
30864
30865 2006-04-29  Bruno Haible  <bruno@clisp.org>
30866
30867         * doc/gcd.texi: New file.
30868         * doc/gnulib.texi: Include it.
30869
30870 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
30871
30872         * lib/getdate.y (get_date): When adding relative date, start with the
30873         initial time, not with the result of the first mktime call.
30874
30875 2006-04-25  Bruno Haible  <bruno@clisp.org>
30876
30877         * gnulib-tool (func_import): Output the include directives in three
30878         blocks, sorted separately.
30879         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30880
30881 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
30884         to define main with arguments, for C++.  Reported by Eric Blake.
30885         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
30886         Prefer 'int main ()' to 'int main (void)', for C++.
30887         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
30888         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
30889         for 'main', for C99 and C++.
30890
30891 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
30892
30893         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
30894         Don't assume that exit status -1 is valid.
30895         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30896         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
30897         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
30898         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
30899         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
30900         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
30901         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
30902         functions can be used without declaring them, or that you can
30903         exit with status -1.
30904         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
30905
30906 2006-04-24  Karl Berry  <karl@gnu.org>
30907
30908         * config/srclist.txt (longdouble.m4): sync lost.
30909
30910 2006-04-24  Eric Blake  <ebb9@byu.net>
30911
30912         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
30913
30914 2006-04-24  Bruno Haible  <bruno@clisp.org>
30915
30916         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
30917         poll() implementation in AIX.
30918         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30919
30920 2006-04-24  Bruno Haible  <bruno@clisp.org>
30921
30922         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
30923         assigned exactly once.
30924
30925 2006-04-23  Claudio Fontana  <claudio@gnu.org>
30926             Bruno Haible  <bruno@clisp.org>
30927
30928         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
30929         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
30930         for AM_CPPFLAGS.
30931
30932 2006-04-23  Bruno Haible  <bruno@clisp.org>
30933
30934         * modules/copy-file: Depend on unistd.
30935         * modules/execute: Likewise.
30936         * modules/fatal-signal: Likewise.
30937         * modules/findprog: Likewise.
30938         * modules/mkdtemp : Likewise.
30939         * modules/pipe: Likewise.
30940         * modules/wait-process: Likewise.
30941
30942 2006-04-23  Bruno Haible  <bruno@clisp.org>
30943
30944         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
30945         condition was already detected.
30946         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30947
30948 2006-04-23  Bruno Haible  <bruno@clisp.org>
30949
30950         * lib/copy-file.c: Include <unistd.h> unconditionally.
30951         * lib/execute.c: Likewise.
30952         * lib/fatal-signal.c: Likewise.
30953         * lib/findprog.c: Likewise.
30954         * lib/mkdtemp.c: Likewise.
30955         * lib/pipe.h: Likewise.
30956         * lib/pipe.c: Likewise.
30957         * lib/wait-process.h: Likewise.
30958
30959 2006-04-23  Bruno Haible  <bruno@clisp.org>
30960
30961         * gnulib-tool (func_usage): Fix --import description. Document
30962         --update.
30963         (func_import): Create temporary file in a temporary directory, if
30964         --dry-run is specified. Silence errors from 'grep' when there are no
30965         m4 files in $m4dir.
30966         (func_create_testdir): Silence errors from 'grep' when there are no
30967         m4 files in $m4dir.
30968         Reported by Karl Berry <karl@freefriends.org>.
30969
30970 2006-04-20  Bruno Haible  <bruno@clisp.org>
30971
30972         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
30973         one argument, so that the code will be portable to Autoconf 2.60.
30974         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
30975         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
30976         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
30977
30978 2006-04-19  Derek Price  <derek@ximbiot.com>
30979             Eric Blake  <ebb9@byu.net>
30980
30981         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
30982         rather than "/full/path.h".  Update comment to match.  Shorten &
30983         generalize m4_translit call via AS_TR_CPP.
30984
30985 2006-04-19  Derek Price  <derek@ximbiot.com>
30986             Eric Blake  <ebb9@byu.net>
30987
30988         * lib/inttypes.h: Correct grammar in comment.
30989
30990 2006-04-18  Derek Price  <derek@ximbiot.com>
30991             Paul Eggert  <eggert@cs.ucla.edu>
30992
30993         * modules/inttypes: New file.
30994         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
30995
30996 2006-04-18  Derek Price  <derek@ximbiot.com>
30997             Paul Eggert  <eggert@cs.ucla.edu>
30998
30999         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
31000         New files.
31001
31002 2006-04-18  Derek Price  <derek@ximbiot.com>
31003             Paul Eggert  <eggert@cs.ucla.edu>
31004
31005         * lib/inttypes.h: New file.
31006         * lib/strtoimax.c: Assume <inttypes.h>.
31007
31008 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
31009
31010         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
31011         isn't mounted.  Problem reported by Kir Kolyshkin.
31012
31013 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31014
31015         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
31016         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
31017         Derek R. Price.
31018         * lib/regex.h (RE_DUP_MAX): Update comment to match current
31019         implementation.
31020
31021 2006-04-12  Eric Blake  <ebb9@byu.net>
31022
31023         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
31024         is now done automatically by the corresponding Autoconf macro.
31025
31026 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
31027
31028         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
31029         time_r.h.
31030
31031 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31032
31033         Merge regex changes from libc, removing some of our
31034         POSIX-conformance changes that were rejected and redoing them in a
31035         less-intrusive way.
31036
31037         * lib/regcomp.c (re_compile_internal, init_dfa):
31038         Length arg is now size_t, not Idx.  All uses changed.
31039         (peek_token): Forward decl now says internal_function.
31040         (__re_error_msgid, __re_error_msgid_idx):
31041         Now static rather than extern with attribute_hidden.
31042         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
31043         For some reason libc prefers K&R style defns for external functions.
31044         (regerror) [!defined _LIBC]: Likewise.
31045         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
31046         (seek_collating_symbol_entry, lookup_collation_sequence_value):
31047         (build_range_exp, build_collating_symbol):
31048         Use K&R-style defn.
31049         (re_compile_fastmap): Use '\0' to memset, not 0.
31050         (utf8_sb_map): Make the calculations more obvious.
31051         (init_dfa, parse_bracket_exp, build_charclass_op):
31052         Call calloc and cast result, as glibc does.
31053         (init_word_char, fetch_token, peek_token, peek_token_bracket):
31054         (build_range_exp, build_collating_symbol):
31055         Now internal functions.
31056
31057         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
31058
31059         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
31060         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
31061         Don't depend on VMS; depend on __VMS instead, for POSIX
31062         namespace cleanness.
31063         (regoff_t): Define to ssize_t, not long int.
31064
31065         Remove the REG_ macros named below.  Instead, make the old names
31066         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
31067         __USE_GNU_REGEX.
31068         (REG_BACKSLASH_ESCAPE_IN_LISTS):
31069         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
31070         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
31071         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
31072         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
31073         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
31074         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
31075         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
31076         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
31077         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
31078         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
31079         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
31080         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
31081         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
31082         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
31083         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
31084         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
31085         (REG_NREGS):
31086         Remove.  All uses replaced by the old RE_* names.
31087         (RE_BACKSLASH_ESCAPE_IN_LISTS):
31088         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
31089         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
31090         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
31091         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
31092         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
31093         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
31094         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
31095         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
31096         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
31097         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
31098         Don't bother having these macros be independent of each others'
31099         values, since they no longer exist in the POSIX name space.
31100
31101         Rename the following member names back to their old names,
31102         unless !__USE_GNU_REGEX.  All uses changed back.
31103         (buffer): Renamed from re_buffer.
31104         (allocated): Renamed from re_allocated.
31105         (used): Renamed from re_used.
31106         (syntax): Renamed from re_syntax.
31107         (fastmap): Renamed from re_fastmap.
31108         (translate): Renamed from re_translate.
31109         (can_be_null): Renamed from re_can_be_null.
31110         (regs_allocated): Renamed from re_regs_allocated.
31111         (fastmap_accurate): Renamed from re_fastmap_accurate.
31112         (no_sub): Renamed from re_no_sub.
31113         (not_bol): Renamed from re_not_bol.
31114         (not_eol): Renamed from re_not_eol.
31115         (newline_anchor): Renamed from re_newline_anchor.
31116         (num_regs): Renamed from rm_num_regs.
31117         (start): Renamed from rm_start.
31118         (end): Renamed from rm_end.
31119
31120         (free_state): Move up a bit.
31121
31122         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
31123         #define to be empty.
31124         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
31125         when that is what is intended.
31126         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
31127         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
31128         (MAX): New macro.
31129         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
31130         All uses changed back to re_malloc, etc.  It's now the caller's
31131         responsibility to check for overflow; all callers changed.
31132         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
31133         (re_x2nrealloc): Remove.
31134         (free_state): Remove decl.
31135
31136         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
31137         (re_set_registers, re_exec):
31138         Use K&R-style defn.
31139
31140         2006-01-31  Roland McGrath  <roland@redhat.com>
31141
31142         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
31143         Reported by Mike Frysinger <vapier@gentoo.org>.
31144
31145         2006-01-15  Andreas Jaeger  <aj@suse.de>
31146
31147         [BZ #1950]
31148         * lib/regex_internal.c (re_string_reconstruct): Adjust for
31149         build_wcs_upper_buffer change.
31150         (build_wcs_upper_buffer): Change return type.
31151
31152         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
31153
31154         * lib/regex_internal.h: Include <stdint.h> if available.
31155
31156         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
31157
31158         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
31159
31160         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
31161
31162         * lib/regcomp.c: Adjust for changed secondary hash function.
31163
31164         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
31165
31166         * lib/regex.h: Pretty printing.
31167         Clean up namespace a bit.
31168
31169         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
31170
31171         * lib/regexec.c (update_cur_sifted_state, check_arrival,
31172         check_arrival_add_next_nodes): Avoid using uninitialized variable.
31173
31174         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31175                     Ulrich Drepper  <drepper@redhat.com>
31176
31177         [BZ #1302]
31178         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
31179         changed.
31180         (bitset_word_t): Renamed from bitset_word.  All uses changed.
31181
31182         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
31183
31184         [BZ #281]
31185         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
31186         * lib/regcomp.c: Remove unnecessary uses of
31187         unsigned RE_TRANSLATE_TYPE.
31188         * lib/regex_internal.h: Likewise.
31189         * lib/regex_internal.c: Likewise.
31190         * lib/regexec.c: Likewise.
31191         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
31192
31193         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
31194
31195         * lib/regexec.c (find_recover_state): Remove unnecessary
31196         initialization.
31197         (transit_state_bkref): Make DFA a const pointer.
31198         (get_subexp): Likewise.
31199         (check_arrival): Likewise.
31200         (update_cur_sifted_state): Likewise.
31201         (re_search_internal): Likewise.
31202         (prune_impossible_nodes): Likewise.
31203         (acquire_init_state_context): Likewise.
31204         (proceed_next_node): Likewise.
31205         (set_regs): Likewise.
31206         (free_fail_stack_return): Likewise.
31207         (check_arrival_expand_ecl): Mark DFA parameter as const.
31208         (check_arrival_expand_ecl_sub): Likewise.
31209         (check_subexp_limits): Likewise.
31210         (sub_epsilon_src_nodes):  Likewise.
31211         (add_epsilon_src_nodes):  Likewise.
31212         (merge_state_array): Likewise.
31213         (update_regs): Likewise.
31214         (build_trtable): Likewise.
31215         (sift_states_backward): Mark MCTX parameter as const.
31216         (build_sifted_states): Likewise.
31217         (update_cur_sifted_state): Likewise.
31218         (sift_states_mkref): Likewise.
31219         (check_arrival_expand_ecl): Mark eclosure as const.
31220         (check_dst_limits_calc_pos_1): Likewise.
31221         * lib/regex_internal.h (re_match_context_t): Make dfa a const
31222         pointer.
31223
31224         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
31225
31226         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
31227         (transit_state_sb): Likewise.
31228         (transit_state_mb): Likewise.
31229         (sift_states_iter_mb): Likewise.
31230         (check_arrival_add_next_nodes): Likewise.
31231         (check_node_accept_bytes): Change first parameter to pointer-to-const.
31232         [_LIBC] (re_search_2_stub): Use mempcpy.
31233
31234         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
31235         mbrtowc for very simple UTF-8 case.
31236
31237         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
31238         a pointer-to-const.
31239         (re_acquire_state_context): Likewise.
31240         * lib/regex_internal.h: Adjust prototypes.
31241
31242         * lib/regex.c: Prevent using C++ compilers.
31243
31244         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
31245         (re_acquire_state_context): Likewise.
31246
31247 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31248
31249         * modules/regex (Depends-on): Add ssize_t.
31250
31251 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31252
31253         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
31254         translation table.
31255
31256 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31257
31258         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
31259
31260 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
31261             Bruno Haible  <bruno@clisp.org>
31262
31263         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
31264         <sys/types.h> and <inttypes.h>.
31265
31266 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31267
31268         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
31269         `__error_t_defined', so argp.h will not typedef the former.
31270
31271 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
31272
31273         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
31274         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
31275         glibc names.  Even if glibc is changed to conform to POSIX, the
31276         traditional names will be available anyway, since regex depends on
31277         the extensions module.  Also, fix a longstanding typo in the
31278         implementation of Spencer ERE test #75 from grep 2.3.  Problems
31279         reported by Emanuele Giaquinta.  Also, change sense of cached
31280         variable, so that the message makes sense.
31281
31282 2006-03-24  Simon Josefsson  <jas@extundo.com>
31283
31284         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
31285         including some doc fixes.
31286         (base64_encode_alloc): Fix +1 bug on allocation failures.
31287
31288 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31289
31290         * lib/base64.c (base64_encode): Do not read past end of array with
31291         unsanitized input on systems with CHAR_BIT > 8.
31292
31293 2006-03-24  Eric Blake  <ebb9@byu.net>
31294
31295         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
31296
31297 2006-03-22  Karl Berry  <karl@gnu.org>
31298
31299         * config/srclist.txt (*setenv.[ch]): get from coreutils.
31300         * config/srclistvars.sh (COREUTILS): new var.
31301
31302 2006-03-17  Jim Meyering  <jim@meyering.net>
31303
31304         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
31305         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
31306
31307 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31308
31309         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
31310         no longer needs it.  Instead, check that regoff_t is as least
31311         as wide as ptrdiff_t.
31312
31313         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
31314         so that our regex.h stays compatible with the installed regex.
31315         This is helpful for installers who configure --without-included-regex.
31316         Problem reported by Emanuele Giaquinta.
31317
31318 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31319
31320         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
31321         Typedef to long int, not to off_, as POSIX will likely change
31322         in that direction.
31323
31324 2006-03-15  Eric Blake  <ebb9@byu.net>
31325
31326         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
31327
31328 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31329
31330         * lib/argp-help.c (validate_uparams): Fix typo
31331         * lib/argp-parse.c (argp_default_options): Consistently begin help
31332         messages with a lowercase letter.
31333
31334 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
31335
31336         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
31337         overrun buffers and shouldn't be used (much as gets shouldn't be
31338         used).
31339         * lib/time_r.c (asctime_r, ctime_r): Likewise.
31340
31341 2006-03-08  Simon Josefsson  <jas@extundo.com>
31342
31343         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
31344         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31345
31346 2006-03-08  Simon Josefsson  <jas@extundo.com>
31347
31348         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
31349         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31350
31351 2006-03-08  Simon Josefsson  <jas@extundo.com>
31352
31353         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
31354         signal that configure disabled the device.
31355
31356 2006-03-08  Simon Josefsson  <jas@extundo.com>
31357
31358         * build-aux/maint.mk: Fix refresh-po, to handle no translated
31359         languages.
31360
31361 2006-03-07  Simon Josefsson  <jas@extundo.com>
31362
31363         * modules/getopt (Depends-on): Add unistd.
31364
31365         * modules/unistd: New file.
31366
31367 2006-03-07  Simon Josefsson  <jas@extundo.com>
31368
31369         * modules/gc-random: New file.
31370
31371 2006-03-07  Simon Josefsson  <jas@extundo.com>
31372
31373         * m4/unistd_h.m4: New file.
31374
31375 2006-03-07  Simon Josefsson  <jas@extundo.com>
31376
31377         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
31378         test to be side-effect free by storing the result in the cache
31379         variable gl_cv_lib_readline, and moving the assignment of
31380         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
31381         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31382
31383 2006-03-07  Simon Josefsson  <jas@extundo.com>
31384
31385         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
31386         error on missing devices (the functions will return an error).
31387
31388         * m4/gc.m4: Move random stuff to gc-random.m4
31389
31390 2006-03-07  Simon Josefsson  <jas@extundo.com>
31391
31392         * lib/unistd_.h: New file.
31393
31394 2006-03-07  Simon Josefsson  <jas@extundo.com>
31395
31396         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
31397
31398 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31399
31400         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
31401         Problem reported by Juan Manuel Guerrero.
31402
31403 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31404
31405         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
31406         the unistd module.
31407         * lib/getlogin_r.c: Likewise.
31408         * lib/getlogin_r.h: Likewise.
31409         * lib/glob.c: Likewise.
31410         * lib/pagealign_alloc.c: Likewise.
31411         * lib/unistd_.h: Remove; no longer needed.
31412
31413 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31414
31415         * MODULES.html.sh (Support for systems lacking POSIX:2001):
31416         Add unistd.
31417         * modules/c-stack (Depends-on): Add unistd.
31418         * modules/getlogin_r: Likewise.
31419         * modules/glob: Likewise.
31420         * modules/pagealign_alloc: Likewise.
31421         * modules/unistd (Files): Remove lib/unistd_.h.
31422         (EXTRA_DIST): Remove.
31423         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
31424         need unistd_.h.
31425         (MOSTLYCLEANFILES): Remove unistd.h-t.
31426
31427 2006-03-03  Simon Josefsson  <jas@extundo.com>
31428
31429         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
31430
31431 2006-03-03  Simon Josefsson  <jas@extundo.com>
31432
31433         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
31434         libidn and bison.
31435
31436 2006-03-03  Simon Josefsson  <jas@extundo.com>
31437
31438         * build-aux/maint.mk: Add indent target.
31439
31440 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
31441
31442         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
31443         our replacement poll.h in any case, to avoid a differing
31444         declaration from a system header.  Seen on AIX.
31445
31446 2006-03-01  Simon Josefsson  <jas@extundo.com>
31447
31448         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
31449         <kasal@ucw.cz>.
31450
31451 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31452
31453         * modules/gettime (Depends-on): Add extensions module.
31454         * modules/nanosleep (Depends-on): Likewise.
31455         * modules/settime (Depends-on): Likewise.
31456
31457 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31458
31459         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
31460         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
31461         pedantically.
31462         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31463         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
31464
31465         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
31466         not "==".  Reported by Ralf Wildenhues.
31467
31468 2006-03-01  Karl Berry  <karl@gnu.org>
31469
31470         * doc/Copyright/request-*: new files, synced from gnuorg.
31471
31472 2006-03-01  Karl Berry  <karl@gnu.org>
31473
31474         * config/srclist.txt (Copyright/*): new entries.
31475
31476 2006-02-28  Simon Josefsson  <jas@extundo.com>
31477
31478         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
31479
31480 2006-02-27  Simon Josefsson  <jas@extundo.com>
31481
31482         * lib/base64.h: Indent #define's.  From Jim Meyering
31483         <jim@meyering.net>.
31484
31485 2006-02-27  Jim Meyering  <jim@meyering.net>
31486
31487         Revert the change of 2006-02-24, so these files can continue
31488         to be sync'd from gettext.
31489         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
31490         of `config.h'.
31491
31492 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31493
31494         * modules/intprops: New file.
31495         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
31496         Add intprops.
31497         * modules/getloadavg (Files): Remove lib/intprops.h.
31498         (Depends-on): Add intprops.
31499         * modules/human: Likewise.
31500         * modules/inttostr: Likewise.
31501         * modules/openat: Likewise.
31502         * modules/sig2str: Likewise.
31503         * modules/userspec: Likewise.
31504         * modules/utimecmp: Likewise.
31505         * modules/xnanosleep: Likewise.
31506         * modules/xstrtol: Likewise.
31507
31508 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
31509
31510         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
31511         * modules/lock-tests (TESTS): Use $(EXEEXT).
31512         * modules/tls-tests: Likewise.
31513         * modules/argp-tests: Likewise.
31514         (check_PROGRAMS): New var, replacing...
31515         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
31516
31517 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31518
31519         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
31520         `config.h'.
31521
31522 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31523
31524         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
31525
31526 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31527
31528         Sync from coreutils.
31529         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
31530         gl_CHDIR_SAFER.
31531
31532 2006-02-22  Jim Meyering  <jim@meyering.net>
31533
31534         Sync from coreutils.
31535         * m4/chdir-safer.m4: New file.
31536
31537 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31538
31539         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
31540         AT_FDCWD exceeds INT_MAX.
31541         * lib/openat.h (AT_FDCWD): Likewise.
31542
31543 2006-02-17  Eric Blake  <address@hidden>
31544
31545         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
31546
31547 2006-02-16  Simon Josefsson  <jas@extundo.com>
31548
31549         * modules/getaddrinfo (Depends-on): Add sys_socket.
31550
31551 2006-02-15  Simon Josefsson  <jas@extundo.com>
31552
31553         * build-aux/maint.mk: Add dsyntax-check rule.
31554
31555 2006-02-15  Eric Blake  <ebb9@byu.net>
31556
31557         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
31558         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
31559         'present but cannot compile' warnings on cygwin.
31560         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
31561         use ws2tcpip.h if sys/socket.h works.
31562         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
31563         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
31564
31565 2006-02-14  Simon Josefsson  <jas@extundo.com>
31566
31567         * modules/maintainer-makefile (Files): Rename.
31568
31569         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
31570         and (the local) Makefile.cfg to maint-cfg.mk.
31571
31572         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
31573         to the latter.
31574
31575         * modules/maintainer-makefile: New module.
31576
31577         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
31578         severaly stripped to make it possible to build it up from scratch
31579         with reliable tests.
31580
31581         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
31582         fixes to permit overriding the default actions when configure and
31583         makefile are not available.
31584
31585 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31586
31587         Sync from coreutils.
31588         * modules/lstat (Depends-on): Don't depend on xalloc.
31589         (License): Change from GPL to LGPL, since this is now simply a
31590         replacement for a libc function.
31591
31592 2006-02-14  Jim Meyering  <jim@meyering.net>
31593
31594         Sync from coreutils.
31595
31596         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
31597         failure on deficient systems, and simplify gnulib lgpl dependencies.
31598         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
31599         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
31600
31601         * lib/xalloc-die.c: Remove unused definition of N_.
31602
31603 2006-02-14  Jim Meyering  <jim@meyering.net>
31604
31605         Sync from coreutils.
31606         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
31607         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
31608         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
31609         double-quote uses of that variable, to accommodate the rare case in
31610         which getmntent is available in none of the libraries checked.  This
31611         happens at least on FreeBSD 5.0.
31612
31613 2006-02-13  Simon Josefsson  <jas@extundo.com>
31614
31615         * gnulib-tool (Usage): Fix --import, from
31616         karl@freefriends.org (Karl Berry).
31617
31618 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31619
31620         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
31621
31622 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
31623
31624         * lib/argp-namefrob.h: Restore changes accidentally lost during the
31625         "autoupdate" on 2005-12-12.
31626
31627 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31628
31629         * modules/closeout (Depends-on): Remove atexit.
31630
31631 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
31634         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
31635
31636 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31637
31638         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
31639         __EXTENSIONS__ if this causes compilation to fail.  Problem
31640         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
31641         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
31642
31643 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
31644
31645         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
31646         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
31647         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
31648         All uses changed.
31649
31650 2006-01-26  Simon Josefsson  <jas@extundo.com>
31651
31652         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
31653         prototype is visible on mingw32.
31654
31655         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
31656         for mingw32.
31657
31658         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
31659         mingw32).
31660
31661 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31662
31663         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
31664         attempt to open for write; this always fails, at least on POSIX
31665         hosts.  This reinstates the 2006-01-09 change, which was
31666         inadvertently removed.
31667
31668 2006-01-26  Bruno Haible  <bruno@clisp.org>
31669
31670         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
31671         Reported by Paul Eggert.
31672
31673 2006-01-26  Bruno Haible  <bruno@clisp.org>
31674             Paul Eggert  <eggert@cs.ucla.edu>
31675
31676         * lib/stdbool_.h (_Bool)
31677         [(! (defined __cplusplus || defined __BEOS__)
31678           && !defined __GNUC__
31679           && !(defined __HP_cc || defined __xlc__
31680                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
31681                || defined __sgi))]:
31682         #define to signed char in these cases too; this simplifies
31683         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
31684         etc., separately) and makes it more conservative.
31685
31686 2006-01-25  Simon Josefsson  <jas@extundo.com>
31687
31688         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
31689         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
31690         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
31691
31692 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31693
31694         * lib/argp-namefrob.h: Bugfix. Remove stray #
31695
31696 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
31697
31698         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
31699         so that we test the test.
31700         Check for yet another HP-UX cc bug involving *bool |= bool.
31701
31702 2006-01-25  Karl Berry  <karl@gnu.org>
31703
31704         * config/srclist.txt (vasnprintf.c): sync lost.
31705
31706 2006-01-25  Jim Meyering  <jim@meyering.net>
31707
31708         Sync from the stable (b5) branch of coreutils:
31709
31710         * lib/fts.c (fts_children): Don't let close() clobber errno from
31711         failed fchdir().
31712
31713         * lib/fts.c (fts_stat): When following a symlink-to-directory,
31714         don't necessarily interpret stat-fails+lstat-succeeds as indicating
31715         a dangling symlink.  That can also happen at least for ELOOP.
31716         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
31717         FYI, this bug predates the inclusion of fts.c in coreutils.
31718
31719         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
31720         in their own block, so pre-c99 compilers don't object.
31721
31722         Avoid the double-free (first in fts_read, second in fts_close) that
31723         would occur when an `active' directory is made inaccessible (e.g.,
31724         via chmod a-x) during a traversal.
31725         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31726         before returning.  Reproduce this failure by
31727         mkdir -p a/b; cd a; chmod a-x . b
31728         Reported by Stavros Passas.
31729
31730 2006-01-25  Jim Meyering  <jim@meyering.net>
31731
31732         * lib/fileblocks.c: Remove more useless parentheses.
31733         * lib/readutmp.h: Likewise.
31734
31735 2006-01-25  Bruno Haible  <bruno@clisp.org>
31736
31737         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
31738         warnings.
31739         Reported by Paul Eggert.
31740
31741 2006-01-25  Bruno Haible  <bruno@clisp.org>
31742
31743         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
31744         rid of a trap command. For Solaris sh.
31745         Reported by Mark D. Baushke <mdb@gnu.org>.
31746
31747 2006-01-24  Simon Josefsson  <jas@extundo.com>
31748
31749         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
31750         Bruno.
31751
31752 2006-01-24  Karl Berry  <karl@gnu.org>
31753
31754         * config/srclist.txt (argp-namefrob.h): sync lost.
31755
31756 2006-01-24  Jim Meyering  <jim@meyering.net>
31757
31758         * modules/openat (Files): Add lib/intprops.h.
31759         From Mark D. Baushke.
31760
31761 2006-01-24  Jim Meyering  <jim@meyering.net>
31762
31763         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
31764         Reported by Mark D. Baushke.
31765
31766 2006-01-24  Jim Meyering  <jim@meyering.net>
31767
31768         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
31769
31770 2006-01-24  Bruno Haible  <bruno@clisp.org>
31771
31772         * modules/strnlen (Maintainer): Change from glibc to all.
31773
31774 2006-01-24  Bruno Haible  <bruno@clisp.org>
31775
31776         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
31777         Patch by Paul Eggert.
31778
31779 2006-01-24  Bruno Haible  <bruno@clisp.org>
31780
31781         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
31782         already has it.
31783         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
31784         2005-11-26.
31785
31786         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
31787         'signed char' to avoid problems with the built-in _Bool type.
31788         Reported by Paul Eggert on 2005-11-26.
31789
31790 2006-01-24  Bruno Haible  <bruno@clisp.org>
31791
31792         * gnulib-tool (func_import): Avoid constructing complicated sed
31793         expressions inside backquote.
31794         Report and solution by Mark D. Baushke <mdb@gnu.org>.
31795
31796 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
31797
31798         These changes imported from libc.
31799         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
31800         test and two separate function calls.
31801         * lib/strndup.c (__strndup): Add libc_hidden_def.
31802
31803 2006-01-23  Simon Josefsson  <jas@extundo.com>
31804
31805         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
31806         Remove the test_*_SOURCES variable: automake infers it by default.
31807         * modules/tls-tests: Likewise.
31808
31809 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31810
31811         Work around porting bugs reported by Dieter in
31812         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
31813         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
31814         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
31815         Include "getopt.h" first, to check interface.
31816         (getenv): Declare only if defined HAVE_DECL_GETENV &&
31817         !HAVE_DECL_GETENV.
31818         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
31819         (__strndup): Revert to K&R-style function dfns, the glibc style.
31820         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
31821         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
31822         Include strnlen.h first, to get prototype properly.
31823         (strnlen): Renamed from __strnlen.
31824         Remove weak alias.
31825
31826 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31827
31828         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
31829
31830 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31831
31832         * config/srclist.txt: Adjust to reflect glibc reorganization.
31833         This affects only comments.
31834
31835 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31836
31837          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
31838          Reported by Bruce Korb <bkorb@gnu.org>.
31839
31840 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
31841
31842         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
31843         to pacify gcc -Wswitch-default.
31844
31845 2006-01-22  Bruno Haible  <bruno@clisp.org>
31846
31847         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
31848         temporary buffer for sprintf, take into account the precision also
31849         for 'd', 'i', 'u', 'o', 'x', 'X'.
31850
31851 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31852
31853         * modules/argp-tests: New module
31854         * tests/test-argp.c: New file
31855         * tests/test-argp-2.sh: New file
31856
31857 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
31858
31859         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
31860         (__argp_base_name): Removed
31861         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
31862         typo.
31863         (__argp_base_name): Provide macro definition or extern declaration
31864         depending on the configuration
31865
31866 2006-01-20  Simon Josefsson  <jas@extundo.com>
31867
31868         * modules/inet_ntop (Depends-on): Depend on sys_socket.
31869
31870 2006-01-20  Simon Josefsson  <jas@extundo.com>
31871
31872         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
31873
31874 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31875
31876         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
31877         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
31878         Suggested by Bruno Haible.
31879
31880 2006-01-20  Karl Berry  <karl@gnu.org>
31881
31882         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
31883         until changes propagate, I guess.
31884
31885 2006-01-19  Simon Josefsson  <jas@extundo.com>
31886
31887         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
31888
31889 2006-01-19  Simon Josefsson  <jas@extundo.com>
31890
31891         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
31892
31893 2006-01-19  Simon Josefsson  <jas@extundo.com>
31894
31895         * gnulib-tool: Set check_PROGRAMS.
31896
31897         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31898         modules/des-tests, modules/gc-arcfour-tests,
31899         modules/gc-arctwo-tests, modules/gc-des-tests,
31900         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31901         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31902         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31903         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31904         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31905         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
31906         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
31907         test_*_SOURCES.
31908
31909 2006-01-18  Simon Josefsson  <jas@extundo.com>
31910
31911         * modules/socklen (Depends-on): Depend on sys_socket.
31912
31913 2006-01-18  Simon Josefsson  <jas@extundo.com>
31914
31915         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
31916         modules/des-tests, modules/gc-arcfour-tests,
31917         modules/gc-arctwo-tests, modules/gc-des-tests,
31918         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
31919         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
31920         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
31921         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
31922         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
31923         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
31924         $(EXEEXT) to automake TESTS variable, for mingw32.
31925
31926 2006-01-17  Simon Josefsson  <jas@extundo.com>
31927
31928         * modules/socklen (Include): Need sys/socket.h.
31929
31930 2006-01-17  Bruno Haible  <bruno@clisp.org>
31931
31932         * modules/ssize_t (Include): Add <sys/types.h>.
31933
31934 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
31935
31936         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
31937         it's not portable and it doesn't work with cross-compiles.
31938         Problem reported by Bruno Haible.  Fix missing-$ typo in
31939         'test "gl_cv_ignore_unused_libraries" ...' that prevented
31940         -zignore from being used with Sun's C compiler.
31941
31942 2006-01-12  Simon Josefsson  <jas@extundo.com>
31943
31944         * lib/base64.c: Fix warning, reported by Bruno Haible
31945         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
31946
31947 2006-01-12  Bruno Haible  <bruno@clisp.org>
31948
31949         * modules/ldd: New file.
31950         * build-aux/ldd.sh.in: New file.
31951         * MODULES.html.sh (Support for building libraries and executables): Add
31952         ldd.
31953
31954 2006-01-12  Bruno Haible  <bruno@clisp.org>
31955
31956         * m4/ldd.m4: New file.
31957
31958 2006-01-12  Bruno Haible  <bruno@clisp.org>
31959
31960         * gnulib-tool (func_import, func_create_testdir): Don't go into an
31961         endless loop while replacing $auxdir with build-aux.
31962
31963 2006-01-11  Simon Josefsson  <jas@extundo.com>
31964
31965         * lib/stdint_.h (SIZE_MAX): Add missing (.
31966
31967 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
31968
31969         Sync from coreutils.
31970         * lib/md5.c: Fix commentary typos.
31971         (alignof, UNALIGNED_P): No need for a GCC-specific version.
31972         * lib/md5.h (__attribute__): Remove; unused.
31973         * lib/sha1.c: Fix commentary to match md5 better.
31974         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
31975         so that we don't need to worry about alignment.  All uses changed.
31976         This merges the 2005-10-28 md5 change into sha1.
31977
31978 2006-01-11  Jim Meyering  <jim@meyering.net>
31979
31980         Sync from coreutils.
31981         * lib/md5.c (OP): Fix spacing.
31982
31983 2006-01-11  Bruno Haible  <bruno@clisp.org>
31984
31985         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31986         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
31987         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
31988
31989 2006-01-11  Bruno Haible  <bruno@clisp.org>
31990
31991         Ensure automatic ordering between gl_LOCK and gl_ARGP.
31992         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
31993         the "early" section as well.
31994
31995 2006-01-11  Bruno Haible  <bruno@clisp.org>
31996
31997         Avoid "ar: no archive members specified" error on MacOS X.
31998         * gnulib-tool (func_modules_add_dummy): New function.
31999         (func_import, func_create_testdir): Invoke it.
32000
32001 2006-01-11  Bruno Haible  <bruno@clisp.org>
32002
32003         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
32004         with $auxdir in AC_CONFIG_FILES statements.
32005
32006 2006-01-11  Bruno Haible  <bruno@clisp.org>
32007
32008         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32009         Initialize also noinst_HEADERS to empty.
32010
32011 2006-01-11  Bruno Haible  <bruno@clisp.org>
32012
32013         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
32014         variables.
32015         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
32016         autoreconf.
32017
32018 2006-01-11  Bruno Haible  <bruno@clisp.org>
32019
32020         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
32021         overridable by the user.
32022         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32023
32024 2006-01-10  Simon Josefsson  <jas@extundo.com>
32025
32026         * modules/sys_socket: New file.
32027
32028 2006-01-10  Simon Josefsson  <jas@extundo.com>
32029
32030         * m4/sys_socket_h.m4: New file.
32031
32032 2006-01-10  Simon Josefsson  <jas@extundo.com>
32033
32034         * lib/socket_.h: New file.
32035
32036 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32037
32038         * modules/readutmp (Maintainer): Add myself.
32039
32040 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32041
32042         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
32043         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
32044         People who are still concerned with buggy memcmp implementations
32045         can invoke gl_FUNC_MEMCMP themselves.
32046
32047 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32048
32049         * lib/regex_internal.h (BITSET_WORD_BITS):
32050         Work around a bug in 64-bit PGC (before version 6.1-2), where the
32051         preprocessor mishandles large unsigned values as if they were signed.
32052         Problem reported by Claudio Fontana in
32053         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
32054
32055 2006-01-10  Jim Meyering  <jim@meyering.net>
32056
32057         Avoid the double-free (first in fts_read, second in fts_close) that
32058         would occur when an `active' directory is made inaccessible (e.g.,
32059         via chmod a-x) during a traversal.
32060         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
32061         before returning.  Reproduce this failure by
32062         mkdir -p a/b; cd a; chmod a-x . b
32063         Reported by Stavros Passas.
32064
32065         Sync from coreutils.
32066         * lib/sha1.c: Tweak grammar in a comment.
32067
32068 2006-01-10  Jim Meyering  <jim@meyering.net>
32069
32070         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
32071         Patch by Joerg Sonnenberger.
32072
32073 2006-01-10  Bruno Haible  <bruno@clisp.org>
32074
32075         * modules/readutmp: Depend on module free.
32076         * modules/strtok_r: Depend on module restrict.
32077
32078 2006-01-10  Bruno Haible  <bruno@clisp.org>
32079
32080         * modules/gettext (configure.ac): Add an invocation of
32081         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
32082
32083 2006-01-10  Bruno Haible  <bruno@clisp.org>
32084
32085         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
32086         Reported by Werner Lemberg <wl@gnu.org>.
32087
32088 2006-01-10  Bruno Haible  <bruno@clisp.org>
32089
32090         * lib/localcharset.c: Update from GNU gettext.
32091
32092 2006-01-10  Bruno Haible  <bruno@clisp.org>
32093
32094         * lib/argp.h (__const): Remove macro. Use const instead.
32095         * lib/argp-fmtstream.h (__const): Likewise.
32096         * lib/glob_.h (__const): Remove macro.
32097         * lib/glob-libc.h: Use const instead of __const.
32098
32099 2006-01-10  Bruno Haible  <bruno@clisp.org>
32100
32101         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
32102         variable.
32103         Needed to avoid an automake error regarding the 'gettext' module.
32104
32105 2006-01-09  Simon Josefsson  <jas@extundo.com>
32106
32107         * modules/inet_ntop (Depends-on): Add restrict.
32108
32109 2006-01-09  Simon Josefsson  <jas@extundo.com>
32110
32111         * modules/gc-rijndael-tests (License): Put under LGPL.
32112
32113         * modules/gc-des-tests (License): Likewise.
32114
32115         * modules/gc-arcfour-tests (License): Likewise.
32116
32117         * modules/gc-arctwo-tests (License): Likewise.
32118
32119         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
32120
32121         * modules/gc-hmac-sha1-tests (Files): Likewise.
32122
32123         * modules/gc-hmac-md5-tests (License): Likewise.
32124
32125         * modules/gc-sha1-tests (License): Likewise.
32126
32127         * modules/gc-md5-tests (License): Likewise.
32128
32129         * modules/gc-md4-tests (License): Likewise.
32130
32131         * modules/gc-md2-tests (License): Likewise.
32132
32133         * modules/gc-tests (License): Likewise.
32134
32135         * modules/des-tests (License): Likewise.
32136
32137         * modules/md4-tests (License): Likewise.
32138
32139         * modules/md2-tests (License): Likewise.
32140
32141 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32142
32143         Sync from coreutils:
32144
32145         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
32146         * modules/lib-ignore: New file.
32147         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
32148         chdir-safer.m4, lchmod.m4.
32149         * modules/openat: Add mkdirat.c, openat-priv.h.
32150
32151 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32152
32153         Sync from coreutils.
32154         * m4/lib-ignore.m4: New file.
32155         * m4/lchmod.m4: New file.
32156
32157 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32158
32159         Sync from coreutils.
32160         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
32161         for write access: POSIX says that must fail.
32162         * lib/fts.c (diropen): Likewise.
32163         * lib/save-cwd.c (save_cwd): Likewise.
32164         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
32165         well, for minor improvements on hosts that lack O_DIRECTORY.
32166         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
32167         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
32168         Fall back on chown if open failed with EACCES.
32169
32170         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
32171         Report an error at compile-time if only a 1-second nominal clock
32172         resolution is found.
32173
32174         * lib/lchmod.h: New file.
32175         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
32176         (make_dir_parents): Use lchown rather than chown, and
32177         lchmod rather than chmod.
32178
32179         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
32180         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
32181         "proc" reported by n0dalus.
32182
32183         * lib/mountlist.c: Include <limits.h>.
32184         (dev_from_mount_options)
32185         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
32186         New function.  It no longer assumes "dev=" has the System V meaning
32187         on Linux (since it doesn't).  It also parses "dev=" more carefully.
32188         (read_file_system_list)
32189         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
32190         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
32191         dev= in that case.
32192
32193         * lib/posixtm.h (PDS_PRE_2000): New macro.
32194         * lib/posixtm.c (year): Arg is now syntax_bits rather than
32195         allow_century.  All usages changed.  Reject dates outside the range
32196         1969-1999 if PDS_PRE_2000 is used.
32197
32198 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32199
32200         Sync from coreutils.
32201         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
32202         (Time of day items): Mention the possibility of leap seconds.
32203         Problem reported by Dr. David Alan Gilbert.
32204
32205 2006-01-09  Jim Meyering  <jim@meyering.net>
32206
32207         Sync from coreutils.
32208
32209         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
32210
32211         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
32212
32213         * lib/modechange.c (mode_compile): Reject an invalid mode string
32214         that starts with an octal digit.  From Andreas Gruenbacher.
32215
32216         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
32217         and dup to open_safer and dup_safer, respectively.
32218         (openat_permissive): Fix typo in comment.
32219
32220         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
32221         "gettext.h"; either no longer needed or are guaranteed by openat.h.
32222         (_): Remove; no longer needed.
32223         (openat): Renamed from rpl_openat; no need for rpl_openat
32224         since openat.h renames openat for us.
32225         Replace most of the body with a call to openat_permissive,
32226         to avoid duplicate code.
32227         Port to (probably hypothetical) environments were mode_t is
32228         wider than int.
32229         (openat_permissive): Require mode arg, so that we can check
32230         types better.  Put it just after flags.  Change cwd failure
32231         indicator from pointer-to-bool to pointer-to-errno-value.
32232         All callers changed.
32233         Invoke openat_save_fail and/or openat_restore_fail if
32234         cwd_errno is null, so that openat can call us.
32235         (openat_permissive, fdopendir, fstatat, unlinkat):
32236         Simplify errno handling to avoid some duplicate code,
32237         as it's OK to set errno on success.
32238         * lib/openat.h: Revamp code so that function macros depend on
32239         __OPENAT_PREFIX only, not also on AT_FDCWD.
32240         (openat_ro): Remove.  Caller changed to use openat_permissive.
32241         (openat_permissive): Now a macro, if not a function.
32242         (openat_restore_fail, openat_save_fail): Now always functions,
32243         since mkdirat needs them even if __OPENAT_PREFIX is defined.
32244
32245         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
32246         and openat.c.
32247         * lib/mkdirat.c: Include openat-priv.h.
32248         Remove definitions of macros defined therein.
32249         * lib/openat.c: Likewise.
32250
32251         * lib/mkdirat.c (mkdirat): New file and function.
32252         * lib/openat.h (mkdirat): Declare.
32253
32254         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
32255
32256         * lib/openat.h (openat_permissive): Declare.
32257         (openat_ro): Define.
32258
32259         * lib/openat.c (EXPECTED_ERRNO): New macro.
32260         (openat_permissive): New function -- used in remove.c rewrite.
32261         (all functions): Set errno just before returning, only if there
32262         was an actual failure.
32263         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
32264
32265         Emulate openat-family functions using Linux's procfs, if possible.
32266         Idea and some code based on Ulrich Drepper's glibc changes.
32267
32268         * lib/openat.c: (BUILD_PROC_NAME): New macro.
32269         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
32270         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
32271         before falling back on save_cwd and restore_cwd.
32272         (fdopendir, fstatat, unlinkat): Likewise.
32273
32274         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
32275         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
32276
32277         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
32278         as second argument to va_arg.  Otherwise, some versions of gcc
32279         warn that `if this code is reached, the program will abort'.
32280
32281 2006-01-09  Jim Meyering  <jim@meyering.net>
32282
32283         Sync from coreutils.
32284         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
32285         Require openat-priv.h.
32286
32287 2006-01-09  Bruno Haible  <bruno@clisp.org>
32288
32289         * modules/strnlen (Include): Use strnlen.h.
32290
32291 2006-01-09  Bruno Haible  <bruno@clisp.org>
32292
32293         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
32294
32295 2006-01-09  Bruno Haible  <bruno@clisp.org>
32296
32297         * lib/sysexit_.h (EX_OK): New macro.
32298         Suggested by Martin Lambers <marlam@marlam.de>.
32299
32300 2006-01-09  Bruno Haible  <bruno@clisp.org>
32301
32302         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
32303         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
32304
32305 2006-01-09  Bruno Haible  <bruno@clisp.org>
32306
32307         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
32308         numbers.
32309
32310 2006-01-09  Bruno Haible  <bruno@clisp.org>
32311
32312         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
32313         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
32314         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
32315         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
32316
32317 2006-01-09  Bruno Haible  <bruno@clisp.org>
32318
32319         * build-aux/javacomp.sh.in: New file, moved from lib/.
32320         * modules/javacomp-script (Files): Update.
32321         (configure.ac): Add AC_CONFIG_FILES invocation.
32322         (EXTRA_DIST): Remove variable.
32323
32324         * build-aux/javaexec.sh.in: New file, moved from lib/.
32325         * modules/javaexec (Files): Update.
32326         (configure.ac): Add AC_CONFIG_FILES invocation.
32327         (EXTRA_DIST): Remove javaexec.sh.in.
32328
32329         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
32330         * modules/csharpcomp-script (Files): Update.
32331         (configure.ac): Add AC_CONFIG_FILES invocation.
32332         (EXTRA_DIST): Remove variable.
32333
32334         * build-aux/csharpexec.sh.in: New file, moved from lib/.
32335         * modules/csharpexec (Files): Update.
32336         (configure.ac): Add AC_CONFIG_FILES invocation.
32337         (EXTRA_DIST): Remove csharpexec.sh.in.
32338
32339 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32340
32341         Sync from coreutils.
32342
32343         Add POSIX ACL support
32344         * lib/acl.h (copy_acl, set_acl): Add declarations.
32345         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
32346         systems other than Linux.
32347         (chmod_or_fchmod): New function: use fchmod when possible,
32348         and chmod otherwise.
32349         (file_has_acl): Add a POSIX ACL implementation, with a
32350         Linux-specific subcase.
32351         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
32352         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
32353         acls are unsupported.
32354         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
32355         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
32356         are unsupported.
32357
32358 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32359
32360         Sync from coreutils.
32361         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
32362
32363 2006-01-07  Bruno Haible  <bruno@clisp.org>
32364
32365         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
32366         gl_EARLY.
32367
32368 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32369
32370         * lib/strftime.c (tzname): Don't declare if it is already #defined.
32371         Problem reported for Mingw by Mark Junker.
32372
32373 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * README: Gnulib normally doesn't generate a tarball.
32376
32377 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
32378
32379         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
32380         long int, not int, for nanosecond counts, so that people who are
32381         used to POSIX struct timespec won't be surprised.  Reported by Jim
32382         Meyering.
32383
32384 2005-12-28  Bruno Haible  <bruno@clisp.org>
32385
32386         * build-aux/config.rpath: Update from GNU gettext.
32387
32388 2005-12-16  Jim Meyering  <jim@meyering.net>
32389
32390         * modules/fprintftime: New module.
32391         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
32392
32393 2005-12-16  Jim Meyering  <jim@meyering.net>
32394
32395         * m4/fprintftime.m4: New file.
32396
32397 2005-12-16  Jim Meyering  <jim@meyering.net>
32398
32399         * lib/fprintftime.c, lib/fprintftime.h: New files.
32400
32401 2005-12-15  Simon Josefsson  <jas@extundo.com>
32402
32403         * modules/socklen (configure.ac): Fix M4 macro name, to align with
32404         new m4/socklen.m4.
32405
32406 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32407
32408         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
32409         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
32410
32411 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32412
32413         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
32414         * lib/argp-help.c (fill_in_uparams): Check if the constructed
32415         struct uparams is valid. Fall back to the default values if it is
32416         not.
32417
32418 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32419
32420         * modules/argp (Files): Add argp-pin.c
32421         (Depends-on): dirname
32422         (lib_SOURCES): Add argp-pin.c
32423
32424 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32425
32426         * m4/argp.m4:  Check if program_invocation_name and
32427         program_invocation_short_name are declared and define appropriate
32428         macros if they are not.
32429
32430 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32431
32432         * lib/argp-help.c (__argp_base_name): New function
32433         (__argp_short_program_name): Rewrite using __argp_base_name
32434         * lib/argp-namefrob.h: Define program_invocation_name and
32435         program_invocation_short_name if requested
32436         (__argp_base_name): Add prototype
32437         * lib/argp-parse.c (argp_def): Use gettext wrappers
32438         (argp_default_parser): Use __argp_base_name
32439         * lib/argp-pin.c: New file. Defines program_invocation_name and
32440         program_invocation_short_name on systems that lack them.
32441
32442 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32443
32444         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
32445         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32446         porting problem reported by Georg Schwarz in
32447         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32448
32449 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32450
32451         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
32452         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32453         porting problem reported by Georg Schwarz in
32454         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32455
32456 2005-12-05  Bruno Haible  <bruno@clisp.org>
32457
32458         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
32459         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
32460         Reported by Mark Junker <mjscod@gmx.de>.
32461
32462 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
32463
32464         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
32465         Use implementation from Albert Chin, with some
32466         comments/corrections by Stepan Kasal and myself.
32467
32468 2005-12-02  Bruno Haible  <bruno@clisp.org>
32469
32470         * gnulib-tool (func_import): Accept GPLed build tool modules when
32471         --lgpl is given.
32472         * modules/csharpcomp-script: New file.
32473         * modules/csharpcomp: Depend on it.
32474         * modules/javacomp-script: New file.
32475         * modules/javacomp: Depend on it.
32476         Suggested by Simon Josefsson.
32477
32478 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
32479
32480         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
32481         statement, to work around an HP-UX 10.20 compiler bug reported by
32482         Peter O'Gorman.
32483
32484 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32485
32486         * modules/savedir (Depends-on): Add openat.
32487
32488 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32489
32490         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
32491         (uintmax_t) [defined uintmax_t]: Do not declare.
32492         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
32493         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
32494         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
32495         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
32496         sake of portability to weird hosts that C allows (though we don't
32497         know of any practical examples).
32498
32499         * lib/savedir.h (fdsavedir): New decl.
32500         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
32501         contains most of the former guts of savedir.
32502         (savedir): Use savedirstream.
32503         Include "openat.h".
32504
32505 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32506
32507         * modules/obstack (Files): Add m4/ulonglong.m4.
32508         Problem reported by Davide Angelocola.
32509
32510 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
32511
32512         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
32513         coreutils no longer futzes with rounding modes.
32514
32515 2005-11-14  Jim Meyering  <jim@meyering.net>
32516
32517         * lib/mkstemp-safer.c: Include <config.h>, required for possible
32518         replacement of mkstemp.
32519
32520 2005-11-10  Simon Josefsson  <jas@extundo.com>
32521
32522         * lib/readline.c: Remove EOL.
32523
32524 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32525
32526         * modules/gethrxtime (Depends-on): Add gettime.
32527
32528 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32529
32530         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
32531         or gettimeofday; no longer needed.
32532
32533 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32534
32535         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
32536         time business.
32537         (gethrxtime) [! (HAVE_NANOUPTIME
32538         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
32539         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
32540         our own approximation.
32541
32542 2005-11-08  Eric Blake  <ebb9@byu.net>
32543
32544         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32545
32546 2005-11-08  Eric Blake  <ebb9@byu.net>
32547
32548         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32549
32550 2005-11-04  Bruno Haible  <bruno@clisp.org>
32551
32552         * gnulib-tool: Implement --update mode.
32553
32554 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32555
32556         Fix porting problem reported by Theodoros V. Kalamatianos.
32557         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
32558         Don't assume that futimes failing means we must fail.
32559
32560 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32561
32562         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
32563         variables to suggest the intended function of the PATH_MAX check.
32564
32565 2005-10-30  Kean Johnston  <jkj@sco.com>
32566
32567         Trivial changes to support SCO systems.
32568         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
32569         as PATH_MAX.
32570         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
32571         where __ptr is null when no I/O is pending.
32572
32573 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32574
32575         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
32576         leave errno alone.  Problem reported by Dmitry V. Levin.
32577
32578 2005-10-28  Simon Josefsson  <jas@extundo.com>
32579
32580         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
32581         Test more.
32582
32583         * tests/test-gc-md2.c, tests/test-md2.c: New files.
32584
32585         * modules/md2, modules/md2-tests: New files.
32586
32587 2005-10-28  Simon Josefsson  <jas@extundo.com>
32588
32589         * m4/inet_ntop.m4: More tests.
32590
32591         * m4/gc-md2.m4, md2.m4: New file.
32592
32593 2005-10-28  Simon Josefsson  <jas@extundo.com>
32594
32595         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
32596         "restrict" keywords, as per POSIX.  Protect the function
32597         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
32598         Don't use K&R prototypes.  Check the sprintf return values.
32599         Re-define EAFNOSUPPORT if not present.  Indent.
32600
32601         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
32602         suggested by Bruno Haible <bruno@clisp.org>.
32603
32604         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
32605
32606         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
32607
32608         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
32609         libgcrypt).
32610
32611         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
32612
32613         * lib/md2.h, lib/md2.c: New files.
32614
32615 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
32616
32617         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
32618         errno alone.  Problem reported by Frederic Jolliton.
32619
32620 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32621
32622         * modules/verify (License): Change from GPL to LGPL.  This is a
32623         tiny module and there are apparently near-equivalents that are
32624         under the BSD license.
32625
32626 2005-10-24  Simon Josefsson  <jas@extundo.com>
32627
32628         * modules/sha1: Relicense to LGPL.
32629
32630 2005-10-24  Simon Josefsson  <jas@extundo.com>
32631
32632         * lib/md4.h: Shrink buffer size, now that we changed the type.
32633
32634 2005-10-23  Simon Josefsson  <jas@extundo.com>
32635
32636         * gnulib-tool (func_import): Fix --tests-base.
32637
32638 2005-10-22  Simon Josefsson  <jas@extundo.com>
32639
32640         * modules/arcfour (Depends-on): Need stdint.
32641
32642 2005-10-22  Simon Josefsson  <jas@extundo.com>
32643
32644         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
32645         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
32646
32647 2005-10-22  Simon Josefsson  <jas@extundo.com>
32648
32649         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
32650         suggested by Bruno Haible <bruno@clisp.org>.
32651
32652 2005-10-22  Simon Josefsson  <jas@extundo.com>
32653
32654         * lib/crc.h: Include stddef.h, for size_t.
32655
32656 2005-10-22  Simon Josefsson  <jas@extundo.com>
32657
32658         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
32659         arcfour_context struct (simplify test vector testing in GNU
32660         Shishi).
32661
32662 2005-10-21  Simon Josefsson  <jas@extundo.com>
32663
32664         * modules/des, modules/des-tests: New files.
32665
32666         * modules/gc-des, modules/gc-des-tests: New files.
32667
32668         * tests/test-des.c, tests/test-gc-des.c: New file.
32669
32670 2005-10-21  Simon Josefsson  <jas@extundo.com>
32671
32672         * modules/arctwo, modules/arctwo-tests: New files.
32673
32674         * tests/test-arctwo.c: New file.
32675
32676         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
32677
32678         * tests/test-gc-arctwo.c: New file.
32679
32680 2005-10-21  Simon Josefsson  <jas@extundo.com>
32681
32682         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
32683         Bruno Haible <bruno@clisp.org>.
32684
32685         * m4/gc-des.m4: New file.
32686
32687 2005-10-21  Simon Josefsson  <jas@extundo.com>
32688
32689         * m4/arctwo.m4: New file.
32690
32691         * m4/gc-arctwo.m4: New file.
32692
32693 2005-10-21  Simon Josefsson  <jas@extundo.com>
32694
32695         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
32696         block.
32697
32698 2005-10-21  Simon Josefsson  <jas@extundo.com>
32699
32700         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
32701         <bruno@clisp.org>.
32702
32703         * lib/hmac-sha1.c (hmac_sha1): Likewise.
32704
32705         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
32706         Bruno Haible <bruno@clisp.org>.
32707
32708         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
32709         <bruno@clisp.org>.
32710
32711 2005-10-21  Simon Josefsson  <jas@extundo.com>
32712
32713         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
32714
32715 2005-10-21  Simon Josefsson  <jas@extundo.com>
32716
32717         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
32718
32719 2005-10-21  Simon Josefsson  <jas@extundo.com>
32720
32721         * lib/des.h, lib/des.c: New files.
32722
32723         * lib/gc-gnulib.c: Support DES.c
32724
32725 2005-10-21  Simon Josefsson  <jas@extundo.com>
32726
32727         * lib/arctwo.h, lib/arctwo.c: New files.
32728
32729         * lib/gc-gnulib.c: Support ARCTWO.
32730
32731 2005-10-21  Simon Josefsson  <jas@extundo.com>
32732
32733         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
32734         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32735
32736 2005-10-21  Simon Josefsson  <jas@extundo.com>
32737
32738         * gnulib-tool (func_import, func_create_testdir): Define automake
32739         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
32740         Makefile.am snippet),
32741         suggested by Bruno Haible <bruno@clisp.org>.
32742
32743         * modules/gc (Makefile.am): Use it.
32744
32745 2005-10-21  Bruno Haible  <bruno@clisp.org>
32746
32747         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
32748         patch.
32749
32750 2005-10-19  Simon Josefsson  <jas@extundo.com>
32751
32752         * tests/test-gc-rijndael.c: New file.
32753
32754         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
32755
32756 2005-10-19  Simon Josefsson  <jas@extundo.com>
32757
32758         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
32759         interface too.
32760
32761 2005-10-19  Simon Josefsson  <jas@extundo.com>
32762
32763         * tests/test-gc-arcfour.c: New file.
32764
32765         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
32766
32767 2005-10-19  Simon Josefsson  <jas@extundo.com>
32768
32769         * modules/gc-md4, modules/gc-md4-tests: New file.
32770
32771         * tests/test-gc-md4.c: New file.
32772
32773 2005-10-19  Simon Josefsson  <jas@extundo.com>
32774
32775         * m4/gc-md4.m4: New file.
32776
32777 2005-10-19  Simon Josefsson  <jas@extundo.com>
32778
32779         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
32780         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
32781         <kasal@ucw.cz>.
32782
32783 2005-10-19  Simon Josefsson  <jas@extundo.com>
32784
32785         * m4/gc-arcfour.m4: New file.
32786
32787         * m4/gc-rijndael.m4: New file.
32788
32789 2005-10-19  Simon Josefsson  <jas@extundo.com>
32790
32791         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
32792
32793 2005-10-19  Simon Josefsson  <jas@extundo.com>
32794
32795         * lib/gc-gnulib.c: Support ARCFOUR.
32796
32797 2005-10-19  Simon Josefsson  <jas@extundo.com>
32798
32799         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
32800         support.
32801
32802         * lib/gc.h: Add ECB enum type.
32803
32804         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
32805
32806 2005-10-18  Simon Josefsson  <jas@extundo.com>
32807
32808         * tests/test-md5.c: New file.
32809
32810         * modules/md5-tests: New file.
32811
32812 2005-10-18  Simon Josefsson  <jas@extundo.com>
32813
32814         * tests/test-md4.c: New file.
32815
32816         * modules/md4, modules/md4-tests: New files.
32817
32818 2005-10-18  Simon Josefsson  <jas@extundo.com>
32819
32820         * m4/md4.m4: New file.
32821
32822 2005-10-18  Simon Josefsson  <jas@extundo.com>
32823
32824         * lib/md4.h, lib/md4.c: New files, based on md5.?.
32825
32826 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
32827
32828         * gnulib-tool (func_create_testdir): Omit the second check whether
32829         BUILT_SOURCES in nonempty.
32830
32831 2005-10-17  Simon Josefsson  <jas@extundo.com>
32832
32833         * tests/test-rijndael.c: New file.
32834
32835 2005-10-17  Simon Josefsson  <jas@extundo.com>
32836
32837         * modules/sha1: Depend on stdint instead of md5.
32838
32839         * modules/md5: Depend on stdint, remove uint32_t.
32840
32841 2005-10-17  Simon Josefsson  <jas@extundo.com>
32842
32843         * modules/gc-sha1-tests: New file.
32844
32845         * tests/test-gc-sha1.c: New file.
32846
32847 2005-10-17  Simon Josefsson  <jas@extundo.com>
32848
32849         * m4/md5.m4: Remove call to uint32_t.m4.
32850
32851 2005-10-17  Simon Josefsson  <jas@extundo.com>
32852
32853         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
32854
32855         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
32856         md5.h.
32857
32858         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
32859
32860         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
32861
32862 2005-10-17  Simon Josefsson  <jas@extundo.com>
32863
32864         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
32865
32866 2005-10-17  Simon Josefsson  <jas@extundo.com>
32867
32868         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
32869
32870 2005-10-17  Simon Josefsson  <jas@extundo.com>
32871
32872         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
32873
32874         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
32875
32876 2005-10-17  Bruno Haible  <bruno@clisp.org>
32877
32878         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
32879         that it can also be used in a test.
32880
32881 2005-10-16  Bruno Haible  <bruno@clisp.org>
32882
32883         * gnulib-tool (func_emit_tests_Makefile_am): Also define
32884         TESTS_ENVIRONMENT, so that individual tests can augment it.
32885
32886         * gnulib-tool (func_create_testdir): Use an intermediate target for
32887         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
32888         macros, like $(ALLOCA_H), which cannot be passed through the command
32889         line.
32890
32891 2005-10-15  Simon Josefsson  <jas@extundo.com>
32892
32893         * modules/rijndael-tests: New file.
32894
32895         * modules/rijndael: New file.
32896
32897 2005-10-15  Simon Josefsson  <jas@extundo.com>
32898
32899         * m4/rijndael.m4: New file.
32900
32901 2005-10-15  Simon Josefsson  <jas@extundo.com>
32902
32903         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
32904
32905         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
32906
32907 2005-10-14  Simon Josefsson  <jas@extundo.com>
32908
32909         * tests/test-arcfour.c: New file.
32910
32911         * modules/arcfour, modules/arcfour-tests: New files.
32912
32913 2005-10-14  Simon Josefsson  <jas@extundo.com>
32914
32915         * m4/arcfour.m4: New file.
32916
32917 2005-10-14  Simon Josefsson  <jas@extundo.com>
32918
32919         * lib/arcfour.h, lib/arcfour.c: New files.
32920
32921 2005-10-14  Roland McGrath  <roland@redhat.com>
32922
32923         Import from libc.  [BZ #1331]
32924         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
32925         macro argument.
32926         Reported by Matej Vela <vela@debian.org>.
32927
32928 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32929
32930         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
32931         include <wchar.h>; no longer needed.
32932
32933 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
32936
32937 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
32938         and  Ulrich Drepper  <drepper@redhat.com>
32939
32940         Import from libc.
32941         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
32942         instead of inline stream orientation test and two separate
32943         function calls.  Pay no attention to USE_IN_LIBIO.
32944
32945 2005-10-13  Simon Josefsson  <jas@extundo.com>
32946
32947         * modules/gc-hmac-md5-tests: New file.
32948
32949         * tests/test-gc-hmac-sha1.c: New file.
32950
32951         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
32952
32953         * modules/gc-hmac-md5-tests: New file.
32954
32955         * tests/test-gc-md5.c: New file.
32956
32957         * modules/gc-md5-tests: New file.
32958
32959 2005-10-13  Simon Josefsson  <jas@extundo.com>
32960
32961         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
32962         Move memory allocation outside of loop.
32963
32964 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
32965
32966         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
32967         intermediate directory is in a read-only file system.  Problem
32968         reported by Eric Blake.
32969
32970 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
32971
32972         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
32973
32974 2005-10-12  Simon Josefsson  <jas@extundo.com>
32975
32976         * tests/test-hmac-sha1.c: New file.
32977
32978         * modules/hmac-sha1-tests: New file.
32979
32980         * modules/hmac-sha1: New file.
32981
32982 2005-10-12  Simon Josefsson  <jas@extundo.com>
32983
32984         * modules/gc-sha1: New file.
32985
32986 2005-10-12  Simon Josefsson  <jas@extundo.com>
32987
32988         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
32989
32990         * tests/test-gc-pbkdf2-sha1.c: New file.
32991
32992 2005-10-12  Simon Josefsson  <jas@extundo.com>
32993
32994         * modules/gc-md5, modules/gc-hmac-md5: New files.
32995
32996         * modules/gc (Files): Remove md5, memxor and hmac files.
32997
32998 2005-10-12  Simon Josefsson  <jas@extundo.com>
32999
33000         * m4/gc-pbkdf2-sha1.m4: New file.
33001
33002         * m4/gc-hmac-sha1.m4: New file.
33003
33004         * m4/gc-sha1: New file.
33005
33006         * m4/hmac-sha1.m4: New file.
33007
33008 2005-10-12  Simon Josefsson  <jas@extundo.com>
33009
33010         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
33011
33012         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
33013
33014 2005-10-12  Simon Josefsson  <jas@extundo.com>
33015
33016         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
33017         suggested by Bruno Haible <bruno@clisp.org>.
33018
33019 2005-10-12  Simon Josefsson  <jas@extundo.com>
33020
33021         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
33022
33023 2005-10-12  Simon Josefsson  <jas@extundo.com>
33024
33025         * lib/gc-pbkdf2-sha1.c: New file.
33026
33027         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
33028
33029 2005-10-12  Simon Josefsson  <jas@extundo.com>
33030
33031         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
33032
33033         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
33034
33035 2005-10-12  Simon Josefsson  <jas@extundo.com>
33036
33037         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
33038         GC_USE_HMAC_MD5, respectively.
33039
33040         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
33041         (gc_md5): Fix typo.
33042
33043         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
33044
33045         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
33046
33047         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
33048
33049 2005-10-12  Bruno Haible  <bruno@clisp.org>
33050
33051         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
33052         Reported by Stepan Kasal <kasal@ucw.cz>.
33053
33054 2005-10-11  Simon Josefsson  <jas@extundo.com>
33055
33056         * tests/test-crc.c: New file.
33057
33058         * modules/crc, modules/crc-tests: New files.
33059
33060 2005-10-11  Simon Josefsson  <jas@extundo.com>
33061
33062         * m4/crc.m4: New file.
33063
33064 2005-10-11  Simon Josefsson  <jas@extundo.com>
33065
33066         * lib/gc.h: Add gc_hash and gc_hash_buffer.
33067
33068         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
33069
33070         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
33071
33072 2005-10-11  Simon Josefsson  <jas@extundo.com>
33073
33074         * lib/crc.h, lib/crc.c: New files.
33075
33076         * lib/gc.h (gc_hash_buffer): Add doc.
33077
33078 2005-10-11  Bruno Haible  <bruno@clisp.org>
33079
33080         * modules/c-strcasestr: New file.
33081         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
33082
33083 2005-10-11  Bruno Haible  <bruno@clisp.org>
33084
33085         * modules/c-strcase: New file.
33086         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
33087
33088 2005-10-11  Bruno Haible  <bruno@clisp.org>
33089
33090         * lib/strcasecmp.c: Include limits.h.
33091         (strcasecmp): Avoid integer overflow on exotic platforms.
33092         * lib/strncasecmp.c: Include limits.h.
33093         (strncasecmp): Avoid integer overflow on exotic platforms.
33094         Reported by Paul Eggert.
33095
33096 2005-10-11  Bruno Haible  <bruno@clisp.org>
33097
33098         * lib/c-strcasestr.h: New file, from GNU gettext.
33099         * lib/c-strcasestr.c: New file, from GNU gettext.
33100
33101 2005-10-11  Bruno Haible  <bruno@clisp.org>
33102
33103         * lib/c-strcase.h: New file, from GNU gettext.
33104         * lib/c-strcasecmp.c: New file, from GNU gettext.
33105         * lib/c-strncasecmp.c: New file, from GNU gettext.
33106
33107 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33108
33109         * modules/mempcpy (License): GPL -> LGPL.
33110         * modules/strchrnul (License): Likewise.
33111         * modules/sysexits (License): Likewise.
33112
33113 2005-10-08  Simon Josefsson  <jas@extundo.com>
33114
33115         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
33116
33117 2005-10-07  Simon Josefsson  <jas@extundo.com>
33118
33119         * m4/memxor.m4: Remove gl_C_RESTRICT call.
33120
33121 2005-10-06  Simon Josefsson  <jas@extundo.com>
33122
33123         * tests/test-hmac-md5.c: New file.
33124
33125         * modules/hmac-md5-tests: New file.
33126
33127         * modules/hmac-md5: New file.
33128
33129 2005-10-06  Simon Josefsson  <jas@extundo.com>
33130
33131         * m4/hmac-md5.m4: New file.
33132
33133         * m4/memxor.m4: Require gl_C_RESTRICT.
33134
33135 2005-10-06  Simon Josefsson  <jas@extundo.com>
33136
33137         * lib/memxor.c (memxor): Avoid casts and warnings.
33138
33139 2005-10-06  Simon Josefsson  <jas@extundo.com>
33140
33141         * lib/hmac-md5.c: New file.
33142
33143         * lib/hmac.h: New file.
33144
33145 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33146
33147         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
33148         promotes to int, not unsigned int, to catch the AIX 5.3
33149         compiler bug.
33150
33151 2005-10-05  Simon Josefsson  <jas@extundo.com>
33152
33153         * modules/memxor: New file.
33154
33155         * modules/iconv (Files): Move config.rpath to havelib, it is used
33156         there.
33157
33158         * modules/havelib (Files): Add config.rpath.
33159
33160 2005-10-05  Simon Josefsson  <jas@extundo.com>
33161
33162         * m4/memxor.m4: New file.
33163
33164 2005-10-05  Simon Josefsson  <jas@extundo.com>
33165
33166         * lib/memxor.c (memxor): Fix compiler error.
33167
33168         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
33169         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
33170
33171         * lib/memxor.h, lib/memxor.c: New files.
33172
33173         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
33174         we assume all systems have it, suggested by Jim Meyering
33175         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
33176         any systems lack sys/socket.h; mingw32 is known to lack it, but we
33177         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
33178         same reasons.
33179
33180 2005-10-05  Simon Josefsson  <jas@extundo.com>
33181
33182         * config/srclist.txt: Add glibc bug 1423 for md5.h.
33183
33184 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
33185
33186         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
33187         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
33188         needed, since the source code now assumes these .h files.
33189
33190 2005-10-05  Derek Price  <derek@ximbiot.com>
33191
33192         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
33193
33194 2005-10-05  Bruno Haible  <bruno@clisp.org>
33195
33196         * modules/stdint (License): Change to LGPL.
33197
33198 2005-10-04  Simon Josefsson  <jas@extundo.com>
33199
33200         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
33201         D. Baushke" <mdb@gnu.org>.
33202
33203 2005-10-04  Bruno Haible  <bruno@clisp.org>
33204
33205         * lib/verify.h (verify_true): Provide alternative definition for C++.
33206
33207 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
33208
33209         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
33210         (SSIZE_MAX): New macro, if not already defined.
33211         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
33212         than 2 GiB.
33213
33214 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33215
33216         Sync from coreutils.
33217         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
33218         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
33219         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
33220         ULLONG_MAX doesn't work with 2.7.2.1.
33221
33222 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33223
33224         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
33225         From Ben Pfaff.
33226
33227         * modules/exclude (Depends-on): Depend on verify.
33228         * modules/strtoimax (Depends-on): Likewise.
33229         * modules/utimecmp (Depends-on): Likewise.
33230
33231 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33232
33233         * lib/exclude.c: Include verify.h.
33234         (verify): Remove.  All callers changed to use verify.h's version.
33235         * lib/strtoimax.c: Likewise.
33236         * lib/utimecmp.c: Likewis.e
33237
33238         Sync from coreutils.
33239         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
33240         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
33241         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
33242         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
33243         bother returning ENOSYS if settimeofday or stime fails; just let
33244         them return whatever errno they want to return.
33245         * lib/utimens.c: Include unistd.h, for dup2.
33246         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
33247         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
33248
33249 2005-10-02  Jim Meyering  <jim@meyering.net>
33250
33251         Sync from coreutils.
33252         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
33253         from glibc-2.2.5 that fails for read-only files.
33254
33255 2005-10-02  Jim Meyering  <jim@meyering.net>
33256
33257         Sync from coreutils.
33258         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
33259         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
33260         `#if HAVE_CONFIG_H'.
33261         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
33262         Remove AT_FDCWD test.
33263         Do not consume the fd unless successful.
33264         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
33265         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
33266         block, so that we don't even try to compile it if settimeofday is
33267         available.  This works around a compilation failure on OSF1 V5.1,
33268         due to stime requiring a `long int*' while tv_sec is `int'.
33269
33270 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
33271
33272         Sync from coreutils.
33273         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
33274         against `yes', rather than just testing for nonempty.
33275
33276 2005-10-01  Simon Josefsson  <jas@extundo.com>
33277
33278         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
33279         and Darwin.
33280
33281         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
33282         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
33283         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
33284         freeaddrinfo and gai_strerror are declared by the POSIX headers.
33285         Check if struct addrinfo is declared.
33286
33287 2005-10-01  Simon Josefsson  <jas@extundo.com>
33288
33289         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
33290         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
33291         AI_* and EAI_* definitions.  Protect function declarations.
33292
33293 2005-10-01  Jim Meyering  <jim@meyering.net>
33294
33295         Sync from coreutils.
33296
33297         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
33298         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
33299         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
33300         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33301         in the inet and nsl libraries.  Required on Solaris 5.7.
33302
33303 2005-10-01  Jim Meyering  <jim@meyering.net>
33304
33305         Sync from coreutils.
33306         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33307         in the inet and nsl libraries.  Required on Solaris 5.7.
33308
33309 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
33310
33311         * lib/getdelim.c (getdelim): Remove unused variables.
33312
33313 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
33314
33315         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
33316         so that the code works even with ancient cpp.  Portability problem
33317         with GCC 2.7.2.1 reported by Thomas M.Ott.
33318
33319 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
33320
33321         * modules/regex (Depends-on): Add strcase.
33322
33323         * modules/gethostname (Licence): Change from GPL to LGPL, since
33324         gethostname.c is a trivial implementation of a standard library
33325         function.
33326         * modules/poll (License): Change from GPL to LGPL, since it's
33327         derived from LGPL code.
33328
33329 2005-09-27  Jim Meyering  <jim@meyering.net>
33330
33331         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
33332         HAVE_CONFIG_H.
33333
33334         * lib/intprops.h (signed_type_or_expr__): Define.
33335         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
33336         for unsigned types.
33337
33338 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
33339
33340         * lib/verify.h (verify_expr): Remove, replacing with:
33341         (verify_true): New macro that returns true instead of void.
33342         (verify_type__): Remove.
33343         (verify): Use verify_true rather than verify_type__.
33344
33345 2005-09-26  Bruno Haible  <bruno@clisp.org>
33346
33347         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
33348         is necessary.
33349         (lib_SOURCES): Remove mbchar.c.
33350         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
33351         (Files): Add m4/mbrtowc.m4.
33352         * modules/mbiter: Likewise.
33353         * modules/mbuiter: Likewise.
33354
33355 2005-09-26  Bruno Haible  <bruno@clisp.org>
33356
33357         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
33358         compile mbchar.c if they are not both present.
33359         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
33360         * m4/mbiter.m4 (gl_MBITER): Likewise.
33361         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
33362         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
33363         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
33364
33365 2005-09-25  Jim Meyering  <jim@meyering.net>
33366
33367         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
33368         also uses socklen_t.
33369
33370 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
33371
33372         * lib/utimens.c (ENOSYS): Define if not already defined.
33373         (futimens): Support having a null PATH if the file descriptor
33374         is nonnegative.
33375
33376         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
33377         Remove.
33378         (__attribute): Define to empty unless GCC 3.1 or later.
33379         This works around a core dump on OpenBSD 3.4, which has GCC
33380         2.95.3, which dumps core when given __attribute__(()).  It also
33381         simplifies other tests, since we really don't want to bother with
33382         worrying about which ancient version of GCC supported what.
33383         Original problem reported by Yoann Vandoorselaere, with part of
33384         the fix suggested by Derek Price.
33385
33386 2005-09-24  Jim Meyering  <jim@meyering.net>
33387
33388         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
33389         so we can once again use a positive bitfield width of 1 -- now we
33390         don't have to explain why we were using a bitfield width of 2.
33391
33392 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
33395         and similarly for the other external symbols.  Problem reported
33396         by James Gallager.
33397
33398         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
33399         bug reported by Jim Meyering.
33400
33401         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
33402         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
33403         not needed, since socklen is a prerequisite module.
33404
33405 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33406
33407         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
33408         Problem reported by Eric Blake.
33409         (getaddrinfo): Initialize se so that it's not garbage.
33410         Redo internal storage allocation so that it doesn't make unportable
33411         assumptions about alignment.
33412         Fix a memory leak.
33413
33414         * lib/utimens.c (futimens): Use futimesat if available.
33415         Prefer it to futimes since it doesn't have the futimes bug.
33416
33417         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
33418         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
33419         Instead, declare a function that returns a pointer to an array,
33420         and use verify_type__ to declare the size of the array.
33421         Problem and germ of a solution reported by Bruno Haible.
33422         (verify_type__): Use 2, not 1, for bitfield size, to avoid
33423         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
33424
33425 2005-09-23  Jim Meyering  <jim@meyering.net>
33426
33427         Sync from coreutils.
33428         Correct build failure (socklen_t not defined) on at least
33429         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
33430         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
33431
33432 2005-09-23  Jim Meyering  <jim@meyering.net>
33433
33434         * modules/getaddrinfo (Depends-on): Add socklen.
33435
33436 2005-09-23  Bruno Haible  <bruno@clisp.org>
33437
33438         * tests/test-verify.c: New file.
33439
33440 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33441
33442         Sync from coreutils.
33443
33444         * modules/argmatch (Depends-on): Add verify.
33445         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
33446         unistd-safer.
33447         * modules/save-cwd (Depends-on): Likewise.
33448
33449         * modules/openat (Files): Add lib/openat-die.c.
33450         (Depends-on): Remove error, exitfail.
33451         Add dirname.
33452
33453         * modules/verify: New file.
33454         * MODULES.html.sh (Diagnostics <assert.h>): New section,
33455         with "verify" module.
33456
33457 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33458
33459         Sync from coreutils.
33460
33461         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
33462         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
33463         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
33464         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
33465         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
33466         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
33467         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
33468         Don't bother checking for string.h, stdlib.h, unistd.h.
33469         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
33470         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
33471         module's job.
33472         * m4/jm-macros.m4 (gl_MACROS): Likewise.
33473         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
33474
33475         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
33476         (gl_GETDATE): Use it.
33477
33478         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
33479
33480 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33481
33482         Sync from coreutils.
33483
33484         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
33485         stat-time.h.
33486         * lib/argmatch.h: Include verify.h
33487         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
33488         (ARGMATCH_ASSERT): Remove; unused.
33489         * lib/canonicalize.c: Assume STDC_HEADERS.
33490         * lib/exclude.c: Include "strcase.h".
33491         * lib/regex_internal.h [!defined _LIBC]: Likewise.
33492         * lib/getusershell.c: Include stdio--.h rather than stdio.h
33493         and stdio-safer.h.
33494         (getusershell): Call fopen, not fopen_safer.
33495         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
33496         Do not include unistd-safer.h.
33497         (save_cwd): Don't call fd_safer; no longer needed
33498         now that we include fcntl--.h.
33499
33500         * lib/getdate.y (relative_time): New type.
33501         (RELATIVE_TIME_0): New constant.
33502         (parser_control): Use relative_time instead of doing it ourselves.
33503         (%union): Add new relative_time rel member.
33504         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
33505         Now typeless.
33506         (relunit, relunit_snumber): Now of type rel.
33507         (zone, rel, relunit, get_date): Adjust to above changes.
33508
33509         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
33510         Do not include unistd-safer.h.
33511         (getloadavg): Don't call fd_safer; no longer needed
33512         now that we include fcntl--.h.
33513
33514         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
33515         (make_dir_parents): Treat ENOSYS like EEXIST.
33516
33517         Improve quality of diagnostics on restore_cwd failure.
33518         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
33519         (make_dir_parents): Last arg is now int * (for errno), not bool *.
33520         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
33521         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
33522         each time through the loop.  Do not diagnose restore_cwd failure;
33523         that is the caller's job (and perhaps the caller does not care).
33524
33525         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
33526         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
33527         If the file already exists but is not a directory, don't bother
33528         to try to make its parents.
33529         Close potential file descriptor leak if we can't chdir("/") (!).
33530         Don't always return true if chdir($PWD) fails; return true only
33531         if the requested action was done successfully (except for the
33532         chdir($PWD)).
33533         Don't log final directory unless we actually made it.
33534         Refactor to avoid duplicate code to fix up permissions.
33535         Don't attempt to fix up parent permissions if chdir($PWD) fails.
33536
33537         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
33538         to make it a bit faster and (I hope) clearer.
33539         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
33540         Fix bug in formats like %2N.
33541
33542         * lib/verify.h: New file.
33543
33544 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33545
33546         Sync from coreutils.
33547         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
33548
33549 2005-09-22  Jim Meyering  <jim@meyering.net>
33550
33551         Sync from coreutils.
33552
33553         * m4/lstat.m4 (gl_FUNC_LSTAT):
33554         Use AC_LIBSOURCES to require lstat.c and lstat.h.
33555         Remove obsolete comment.
33556         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
33557         * m4/xstrtod.m4: Likewise.
33558
33559         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
33560
33561 2005-09-22  Jim Meyering  <jim@meyering.net>
33562
33563         Sync from coreutils.
33564
33565         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
33566
33567         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
33568         the .tm_year member, since otherwise gcc-4.0 would now warn about
33569         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
33570
33571         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
33572         order to avoid an unsuppressible warning from gcc on 64-bit systems.
33573
33574         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
33575         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
33576         when run in a time zone for which daylight savings time is in effect
33577         for the starting date.
33578
33579         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
33580         stop us from restricting permissions of just-created absolute-named
33581         directories.
33582         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
33583         to restore initial working directory.
33584         * lib/mkdir-p.c (make_dir_parents): New parameter:
33585         different_working_dir, to tell caller if/when we change the working
33586         directory and are unable to return to the initial one.
33587         * lib/mkdir-p.h (make_dir_parents): Update prototype.
33588         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
33589         `return false'.  This fixes a bug introduced on 2004-07-30.
33590
33591         * lib/openat.c (fdopendir): Be sure to close the supplied
33592         file descriptor before returning.  This makes our replacement
33593         implementation a little closer to Solaris's, where fdopendir
33594         ties the file descriptor to the returned DIR* pointer.
33595         * lib/openat.c (unlinkat): New function.
33596         * lib/openat.h (unlinkat): Add prototype.
33597         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
33598         (openat_restore_fail): Rename from openat_restore_die.
33599         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
33600
33601         Provide an alternative to exiting immediately upon save_cwd or
33602         restore_cwd failure.  Now, an application can arrange e.g.,
33603         to perform a longjump in that case.
33604         * lib/openat.c: Include dirname.h.
33605         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
33606         (rpl_openat, fdopendir, fstatat): Call openat_save_die
33607         and openat_restore_die rather than calling error directly.
33608         Don't include "error.h" or "exitfail.h"; they're no longer needed.
33609
33610         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
33611         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
33612         define.
33613
33614         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
33615         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
33616                             int utc, int nanoseconds);
33617         Background:
33618         date should not have to allocate a megabyte of virtual memory to
33619         handle a format argument like +%1048575T.  When implemented with
33620         strftime, it must allocate such a buffer, use strftime to fill it
33621         in, print it, then free it.
33622         With fprintftime, it simply prints everything and exits.
33623         With no need for memory allocation, that's one fewer way to fail.
33624         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
33625         optional field width, not before, so we accept %9:z, not %:9z.
33626         (my_strftime): Be sure to use L_('x') for literals.
33627
33628         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
33629         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
33630         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
33631         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
33632         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
33633         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
33634         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
33635         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
33636         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
33637         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
33638         * lib/xgethostname.c, lib/xreadlink.c:
33639         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
33640
33641         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
33642         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
33643         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
33644         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33645         and don't include <sys/file.h>).
33646
33647 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
33648
33649         Sync from coreutils.
33650
33651         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
33652         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
33653         [!LDAV_DONE]: Avoid unused variable warning.
33654
33655 2005-09-21  Bruno Haible  <bruno@clisp.org>
33656
33657         * lib/unicodeio.h (unicode_to_mb): New declaration.
33658
33659 2005-09-20  Derek Price  <derek@ximbiot.com>
33660
33661         * lib/getaddrinfo.c: Don't include <netdb.h> included from
33662         getaddrinfo.h.
33663
33664 2005-09-20  Bruno Haible  <bruno@clisp.org>
33665
33666         * gnulib-tool: Remove trailing slashes from the values specified for
33667         --source-base, --m4-base, --tests-base, --aux-dir.
33668         Suggested by Simon Josefsson <jas@extundo.com>.
33669
33670 2005-09-20  Bruno Haible  <bruno@clisp.org>
33671
33672         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
33673         func_modules_to_filelist, func_import, func_create_testdir): Make all
33674         sorting results locale-independent, so that gnulib-cache.m4 doesn't
33675         change when gnulib-tool is invoked in a different locale.
33676
33677 2005-09-19  Simon Josefsson  <jas@extundo.com>
33678
33679         * m4/socklen.m4: Fix typo.
33680
33681 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33682
33683         Use a consistent style for including <config.h>.
33684         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
33685         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
33686         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
33687         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
33688         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
33689         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
33690         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
33691         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
33692         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
33693         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
33694         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
33695         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
33696         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
33697         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
33698         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
33699         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
33700         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
33701         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
33702         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
33703         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
33704         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
33705         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
33706         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
33707         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
33708         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
33709         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
33710         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
33711         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
33712         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
33713         lib/xstrtoumax.c, lib/yesno.c:
33714         Standardize inclusion of config.h.
33715         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
33716         lib/inttostr.h:  Removed inclusion of config.h from header files.
33717         * lib/inttostr.c:  Adjusted in-tree users.
33718         * lib/timespec.h: Remove superfluous warning to include config.h.
33719         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
33720         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
33721         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
33722         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
33723         config.h with HAVE_CONFIG_H.
33724
33725 2005-09-19  Jim Meyering  <jim@meyering.net>
33726
33727         * modules/pathmax (License): Change to LGPL.
33728
33729 2005-09-19  Derek Price  <derek@ximbiot.com>
33730
33731         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
33732
33733 2005-09-19  Bruno Haible  <bruno@clisp.org>
33734
33735         * gnulib-tool (import): Provide default for --tests-base.
33736
33737 2005-09-19  Bruno Haible  <bruno@clisp.org>
33738
33739         * doc/quote.texi: New file, extracted from gnulib.texi.
33740         * doc/ctime.texi: New file, extracted from gnulib.texi.
33741         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
33742         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
33743         * doc/gnulib.texi: Include them.
33744
33745 2005-09-18  Bruno Haible  <bruno@clisp.org>
33746
33747         Portability fix.
33748         * gnulib-tool (func_readlink): New function.
33749         (func_ln_if_changed): Use it.
33750
33751 2005-09-18  Bruno Haible  <bruno@clisp.org>
33752
33753         * gnulib-tool: Support --with-tests also with --import.
33754         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
33755         (func_import): Use variables $testsbase and $inctests. Emit a
33756         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
33757         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
33758         SUBDIRS += $testsdir.
33759         (func_create_testdir): Update.
33760
33761 2005-09-18  Bruno Haible  <bruno@clisp.org>
33762
33763         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
33764         instead of $dry_run.
33765         (func_cp_if_changed, func_mv_if_changed): Remove functions.
33766         (func_ln_if_changed): Don't handle dry-run here.
33767         (func_import): In dry-run mode, detect more precisely which actions
33768         would be performed, and don't use "...ing" verbs.
33769
33770 2005-09-18  Bruno Haible  <bruno@clisp.org>
33771
33772         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
33773         (func_import): Use join on two temporary files instead of three nested
33774         loops, in order to determine which files are new or old.
33775
33776 2005-09-18  Bruno Haible  <bruno@clisp.org>
33777
33778         * gnulib-tool (func_import): Comment out code that spits out the
33779         new files with --dry-run.
33780
33781 2005-09-18  Bruno Haible  <bruno@clisp.org>
33782
33783         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
33784
33785 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33786
33787         * lib/stat-time.h: New file.
33788         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
33789         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
33790         in a different way.
33791         (timespec_cmp): New function.
33792         * lib/utimecmp.c: Include stat-time.h.
33793         (SYSCALL_RESOLUTION): Depend on whether various struct stat
33794         members exist, not on the obsolescent ST_MTIM_NSEC.
33795         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
33796
33797 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33798
33799         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
33800
33801 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33802
33803         * MODULES.html.sh (File system functions): Add stat-time.
33804         * modules/stat-time: New file.
33805         * modules/timespec (Files): Remove m4/st_mtim.m4; this
33806         is now done in a different way, by the stat-time module.
33807         * modules/utimecmp (Depends-on): Add stat-time.
33808
33809 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * m4/st_mtim.m4: Remove.  Superseded by...
33812         * m4/stat-time.m4: New file.
33813         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
33814         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
33815
33816 2005-09-15  Derek Price  <derek@ximbiot.com>
33817
33818         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
33819
33820 2005-09-15  Derek Price  <derek@ximbiot.com>
33821
33822         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
33823         * lib/regex_internal.c: Ditto, using this...
33824         (__GNUC_PREREQ): ...new macro.
33825         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
33826         using...
33827         (__GNUC_PREREQ): ...this new macro.
33828
33829         * lib/strstr.h: Include string.h. Define strstr as a macro here.
33830
33831 2005-09-15  Derek Price  <derek@ximbiot.com>
33832             Paul Eggert  <eggert@cs.ucla.edu>
33833
33834         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
33835         changes, consolidating in...
33836         * lib/regex_internal.h: ...this file.
33837
33838 2005-09-13  Jim Meyering  <jim@meyering.net>
33839
33840         * lib/canon-host.c: Filter through gnu indent and reword comments
33841         slightly.
33842         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
33843
33844 2005-09-13  Derek Price  <derek@ximbiot.com>
33845
33846         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
33847         failure.
33848         Reported by Jim Meyering  <jim@meyering.net>.
33849
33850 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33851
33852         * lib/base64.c: Typo.
33853         (base64_encode): Put b64str in initialized data section.
33854
33855 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
33856
33857         Merge glibc and coreutils changes into gnulib, plus a few
33858         extra fixes.
33859         * lib/md5.c: Use #error rather than a string.
33860         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
33861         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
33862         (__attribute__): Define to empty for non recent-GCC.
33863         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
33864         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
33865         Renamed from their non-__ counterparts, with new macros replacing
33866         them if not _LIBC.  Add __THROW attribute.
33867         (rol): Remove.
33868         (struct md5_ctx): Align buffer if using GCC.
33869         * lib/sha1.h (struct sha1_ctx): Likewise.
33870         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
33871         The old name was backwards.
33872         (NOTSWAP): Remove; not used.
33873         (rol): New macro, moved here from md5.h.
33874         (sha1_process_block): Remove a FIXME that doesn't make sense.
33875
33876 2005-09-12  Derek Price  <derek@ximbiot.com>
33877
33878         Return usable errors from canon-host.
33879         * lib/canon-host.h: New file.
33880         * lib/canon-host.c (canon_host): Wrap...
33881         (canon_host_r): ...this new function, which now relies exclusively on
33882         getaddrinfo.
33883         (ch_strerror): New function.
33884         (last_cherror): New global.
33885         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
33886         interface.
33887         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
33888         void *.
33889         (freeaddrinfo): Free ai->ai_canonname when set.
33890
33891 2005-09-12  Derek Price  <derek@ximbiot.com>
33892
33893         Make canon-host require getaddrinfo.
33894         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
33895         AC_LIBSOURCE canon-host.h.  Call...
33896         (gl_PREREQ_CANON_HOST): ...this new function, which requires
33897         gl_GETADDRINFO.
33898         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
33899
33900 2005-09-12  Derek Price  <derek@ximbiot.com>
33901
33902         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
33903         LGPL.
33904         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
33905
33906 2005-09-12  Derek Price  <derek@ximbiot.com>
33907
33908         * lib/gai_strerror.c: Include config.h when available.  Include
33909         getaddrinfo.h before other headers to test interface.
33910         Reported by Larry Jones <lawrence.jones@ugs.com>.
33911
33912 2005-09-12  Derek Price  <derek@ximbiot.com>
33913             Paul Eggert  <eggert@cs.ucla.edu>
33914
33915         * modules/glob (Files): Add glob-libc.h.
33916
33917 2005-09-12  Derek Price  <derek@ximbiot.com>
33918             Paul Eggert  <eggert@cs.ucla.edu>
33919
33920         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
33921         glob_.h, glob-libc.h.
33922         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
33923
33924 2005-09-12  Derek Price  <derek@ximbiot.com>
33925             Paul Eggert  <eggert@cs.ucla.edu>
33926
33927         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
33928         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
33929         protecting things that should be done only in gnulib contexts.
33930         * lib/glob_.h: New file, containing only the glob things needed for
33931         gnulib.
33932         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
33933         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
33934         (glob, globfree, glob_pattern_p): Now defined simply in terms of
33935         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
33936         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
33937         and to respect the namespace rules better.
33938
33939 2005-09-08  Simon Josefsson  <jas@extundo.com>
33940
33941         * modules/socklen: New file.
33942
33943 2005-09-08  Simon Josefsson  <jas@extundo.com>
33944
33945         * m4/socklen.m4: New file.
33946
33947 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33948
33949         * modules/utimens (Files): Add m4/utimbuf.m4, since
33950         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
33951         Reported by Sergey Poznyakoff.
33952
33953 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33954
33955         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
33956         definitions, since that's the preferred style in glibc.
33957         Fix a minor spacing issue, and update copyright notice to match
33958         glibc's.
33959
33960 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
33961
33962         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
33963
33964 2005-09-06  Simon Josefsson  <jas@extundo.com>
33965
33966         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
33967         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
33968
33969 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33970
33971         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
33972         warning.
33973
33974 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33975
33976         * config/srclist.txt: Add glibc bug 1302.
33977
33978 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
33979
33980         Change bitset word type from unsigned int to unsigned long int,
33981         as this has better performance on typical 64-bit hosts.
33982         Port bitset code to hosts with unusual word sizes.
33983         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
33984         (build_collating_symbol):
33985         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
33986         argument is a bitset.  This is merely a style issue, but it makes
33987         it clearer that an entire array is expected.
33988         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
33989         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
33990         Port to the case where bitset_word is not the same as unsigned int.
33991         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
33992         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
33993         Likewise.
33994         * lib/regexec.c (check_dst_limits_calc_pos_1,
33995         check_subexp_matching_top):
33996         (build_trtable, group_nodes_into_DFAstates):
33997         Likewise.
33998         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
33999         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
34000         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
34001         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
34002         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
34003         * lib/regcomp.c (optimize_subexps, lower_subexp):
34004         Work even if bitset_word has holes in its bitwise representation.
34005         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
34006         * lib/regexec.c (check_dst_limits_calc_pos_1,
34007         check_subexp_matching_top):
34008         Likewise.
34009         * lib/regex_internal.c (re_string_reconstruct):
34010         Don't assume UCHAR_MAX == 255.
34011         * lib/regex_internal.h (bitset_set_all): Likewise.
34012         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
34013         All uses changed.
34014         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
34015         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
34016         All uses changed.
34017         (BITSET_WORD_MAX): New macro.
34018         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
34019         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
34020         (bitset_empty, bitset_copy):
34021         Prefer sizeof (bitset) to multiplying it out ourselves.
34022         (bitset_not_merge): Remove; unused.
34023         (bitset_contain): Return bool, not unsigned int with one bit on.
34024         All callers changed.
34025         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
34026         alignment than re_node_set; do this by defining a new internal
34027         type struct dests_alloc and using it to allocate memory.
34028
34029 2005-09-05  Bruno Haible  <bruno@clisp.org>
34030
34031         * gnulib-tool (func_import): Fix comparison in handling of symbolic
34032         links.
34033
34034 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
34035
34036         * modules/size_max (Makefile.am): Add size_max.h
34037
34038 2005-09-04  Derek Price  <derek@ximbiot.com>
34039
34040         * gnulib-tool (func_import): Fix reversed $symbolic logic.
34041
34042 2005-09-03  Simon Josefsson  <jas@extundo.com>
34043
34044         * gnulib-tool: Fix typo.
34045
34046 2005-09-03  Simon Josefsson  <jas@extundo.com>
34047
34048         * config/srclist.txt: Add glibc bug 1293.
34049
34050 2005-09-03  Derek Price  <derek@ximbiot.com>
34051
34052         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
34053         From Larry Jones <lawrence.jones@ugs.com>.
34054
34055 2005-09-02  Simon Josefsson  <jas@extundo.com>
34056
34057         * modules/socklen: New file.
34058
34059 2005-09-02  Simon Josefsson  <jas@extundo.com>
34060
34061         * modules/havelib: New module.
34062
34063         * modules/gettext, modules/iconv, modules/lock, modules/readline:
34064         Use havelib.
34065
34066 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34067
34068         Check for arithmetic overflow when calculating sizes, to prevent
34069         some buffer-overflow issues.  These patches are conservative, in the
34070         sense that when I couldn't determine whether an overflow was possible,
34071         I inserted a run-time check.
34072         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
34073         macros.
34074         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
34075         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
34076         (re_xnrealloc, re_x2nrealloc): New inline functions.
34077         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
34078         parse_bracket_exp):
34079         (build_equiv_class, build_charclass): Check for arithmetic overflow
34080         in size expression calculations.
34081         * lib/regex_internal.c (re_string_realloc_buffers):
34082         (build_wcs_upper_buffer, re_node_set_add_intersect):
34083         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
34084         (re_dfa_add_node, register_state): Likewise.
34085         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
34086         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
34087         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
34088         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
34089
34090 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34091
34092         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
34093         m4/ulonglong.m4.  Problem reported by Martin Lambers.
34094
34095 2005-09-02  Bruno Haible  <bruno@clisp.org>
34096
34097         Support for lib vs. lib64 distinction on biarch platforms.
34098         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
34099         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
34100         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
34101
34102 2005-09-02  Bruno Haible  <bruno@clisp.org>
34103
34104         * gnulib-tool (import): In the other first-use case, provide defaults
34105         as well.
34106
34107 2005-09-02  Bruno Haible  <bruno@clisp.org>
34108
34109         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
34110         patches not yet found in the latest gettext release.
34111
34112 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34113
34114         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
34115         to avoid a collision with bits/local_lim.h in glibc.
34116         All uses changed.  Problem reported by Dmitry V. Levin in
34117         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
34118
34119         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
34120         bugs in int versus size_t comparisons.
34121         (re_string_context_at): Fix bug where the code assumed that
34122         Idx is signed.
34123
34124         Use bool where appropriate.
34125         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
34126         All callers changed.
34127         (calc_eclosure_iter): Likewise, for ROOT arg.
34128         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
34129         (build_charclass_op): Likewise, for NON_MATCH arg.
34130         * lib/regex_internal.c (re_string_allocate, re_string_construct):
34131         (re_string_construct_common): Likewise, for ICASE arg.
34132         * lib/regexec.c (re_search_2_stub, re_search_stub):
34133         Likewise, for RET_LEN arg.
34134         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
34135         (set_regs): Likewise, for FL_BACKTRACK arg.
34136         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
34137         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
34138         (calc_eclosure_iter, parse_bracket_exp):
34139         Use bool for internal variables that are booleans.
34140         * lib/regexec.c (re_search_internal, check_matching,
34141         proceed_next_node):
34142         (set_regs, build_sifted_states, sift_states_bkref):
34143         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
34144         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34145         (find_collation_sequence_value):
34146         Likewise.
34147         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
34148         (re_node_set_compare):
34149         Return bool, not int. All callers changed.
34150         * lib/regexec.c (check_halt_node_context, check_dst_limits):
34151         (build_trtable, check_node_accept): Likewise.
34152         * lib/regex_internal.h: Include stdbool.h.
34153
34154         Fix bugs uncovered when converting to bool.
34155         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
34156         failure instead of charging ahead blindly.
34157         * lib/regex_internal.c (register_state): Likewise.
34158         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
34159         for freeing internal storage.
34160         (group_nodes_into_DFA_states): Use unsigned int, not int, for
34161         bitset pieces used as boolean, to avoid undefined behavior
34162         on hosts that do int overflow checking.
34163
34164 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         * config/srclist.txt: Add glibc bugs 1285-1287.
34167
34168 2005-09-01  Jim Meyering  <jim@meyering.net>
34169
34170         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
34171         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
34172         Require gl_STAT_MACROS, too.
34173
34174 2005-09-01  Bruno Haible  <bruno@clisp.org>
34175
34176         * gnulib-tool (import): In the first-use case, provide defaults.
34177
34178 2005-09-01  Bruno Haible  <bruno@clisp.org>
34179
34180         * gnulib-tool (func_import): Remove the .tmp files.
34181
34182 2005-09-01  Bruno Haible  <bruno@clisp.org>
34183
34184         * gnulib-tool (func_import): Fix handling of symbolic links.
34185
34186 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34187
34188         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
34189         old glibc regex code mishandles strings longer than 2**31 bytes.
34190         This patch fixes this when the regex code is used in gnulib
34191         (i.e., outside glibc).
34192
34193         This patch should not affect the use of the regex code inside
34194         glibc.  No doubt this problem also needs to be handled for glibc
34195         as well, but the result will be an incompatible change to the
34196         glibc ABI, and the old ABI will have to be supported too.  That
34197         can be the the subject for another patch.
34198
34199         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
34200         governing whether the rest of this patch is active.  By default,
34201         the macro is disabled and the patch has no effect.
34202         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
34203         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
34204         (struct re_pattern_buffer, re_search, re_search_2, re_match):
34205         (re_match_2, re_set_registers): Use the new types.
34206         * lib/regex_internal.h (Idx, re_hashval_t): New types.
34207         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
34208         New macros.
34209         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
34210         (re_string_context_at, bin_tree_t, re_dfastate_t):
34211         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
34212         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
34213         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
34214         (re_string_char_size_at, re_string_wchar_at):
34215         (re_string_elem_size_at):
34216         Use the new types and macros to port to 64-bit hosts.
34217         Use unsigned types for internal values, so that the code
34218         mostly works even for arrays larger than SSIZE_MAX.
34219         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
34220         (search_duplicated_node, calc_eclosure_iter, fetch_number):
34221         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
34222         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
34223         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
34224         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
34225         (calc_inveclosure, parse_dup_op, build_range_exp):
34226         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
34227         (fetch_number, create_token_tree, mark_opt_subexp):
34228         Likewise.
34229         * lib/regex_internal.c (re_string_construct_common,
34230         create_ci_newstate):
34231         (create_cd_newstate, re_string_allocate, re_string_construct):
34232         (re_string_realloc_buffers, build_wcs_upper_buffer):
34233         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34234         (re_string_reconstruct, re_string_peek_byte_case):
34235         (re_string_fetch_byte_case, re_string_context_at):
34236         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34237         (re_node_set_init_copy, re_node_set_add_intersect):
34238         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34239         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34240         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34241         (re_acquire_state, re_acquire_state_context, register_state):
34242         Likewise.
34243         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
34244         search_cur_bkref_entry):
34245         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
34246         (re_search_internal, re_search_2_stub, re_search_stub)
34247         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
34248         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
34249         (update_cur_sifted_state, check_dst_limits):
34250         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34251         (check_subexp_limits, sift_states_bkref, merge_state_array):
34252         (check_subexp_matching_top, get_subexp, get_subexp_sub):
34253         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
34254         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34255         (expand_bkref_cache, check_node_accept_bytes):
34256         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
34257         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
34258         (acquire_init_state_context, check_halt_node_context):
34259         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
34260         (sift_states_backward, clean_state_log_if_needed):
34261         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
34262         (find_recover_state, transit_state_sb, transit_state_mb):
34263         (transit_state_bkref, build_trtable, match_ctx_clean):
34264         Likewise.
34265         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
34266         to work around an assumption that REG_MISSING is negative.
34267
34268         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
34269         (seek_collating_symbol_entry) [defined _LIBC]:
34270         (lookup_collation_sequence_value) [defined _LIBC]:
34271         (build_range_exp, build_collating_symbol) [defined _LIBC]:
34272         Use prototypes rather than old-style function definitions.
34273         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
34274         (transit_state_sb) [0]:
34275         (find_collation_sequence_value) [defined _LIBC]: Likewise.
34276
34277         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
34278         rm_eo.
34279
34280         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
34281         (optimize_subexps, lower_subexp):
34282         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
34283         since the signed shift might overflow.  Use 1u<<31 instead.
34284         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34285         Likewise.
34286         * lib/regexec.c (check_dst_limits_calc_pos_1,
34287         check_subexp_matching_top): Likewise.
34288
34289         * lib/regcomp.c (optimize_subexps, lower_subexp):
34290         Use CHAR_BIT rather than 8, for clarity.
34291         * lib/regexec.c (check_dst_limits_calc_pos_1):
34292         (check_subexp_matching_top): Likewise.
34293         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
34294         have to worry about portability issues when shifting it left.
34295         Remove no-longer-needed test for table_size > 0.
34296         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
34297         in a word, as the resulting behavior is undefined.
34298         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
34299         in one case, a <= should have been an <, and in another case the
34300         whole test was missing.
34301         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
34302         the standard name CHAR_BIT.
34303         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
34304         this is not true on one's complement and signed-magnitude hosts.
34305
34306         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
34307         next_last_offset.
34308         (struct re_dfa_t): Remove unused member states_alloc.
34309         * lib/regcomp.c (init_dfa): Don't initialize unused members.
34310
34311 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34312
34313         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
34314         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
34315         and large-file glibc and in 32-bit large-file Solaris.
34316
34317 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34318
34319         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
34320         lengths fit in regoff_t; this isn't true if regoff_t is the same
34321         width as size_t.
34322         * lib/regex.c (re_search_internal): 5th arg is LAST_START
34323         (= START + RANGE) instead of RANGE.  This avoids overflow
34324         problems when regoff_t is the same width as size_t.
34325         All callers changed.
34326         (re_search_2_stub): Check for overflow when adding the
34327         sizes of the two strings.
34328         (re_search_stub): Check for overflow when adding START
34329         to RANGE; if it occurs, substitute the extreme value.
34330
34331 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34332
34333         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
34334
34335 2005-08-31  Jim Meyering  <jim@meyering.net>
34336
34337         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
34338         a pointer-to-const.
34339         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
34340         (register_state): Likewise.
34341         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
34342         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34343         (group_nodes_into_DFAstates): Likewise.
34344
34345 2005-08-31  Jim Meyering  <jim@meyering.net>
34346
34347         * check-module: Add a FIXME comment.
34348
34349 2005-08-31  Eric Blake  <ebb9@byu.net>
34350
34351         * modules/unistd-safer (Files): Add unistd--.h.
34352         * modules/stdio-safer (Files): Add stdio--.h.
34353
34354 2005-08-31  Derek Price  <derek@ximbiot.com>
34355
34356         * lib/getdelim.c (getdelim): Return EOF on EOF.
34357         Reported by Larry Jones <lawrence.jones@ugs.com>.
34358
34359 2005-08-31  Bruno Haible  <bruno@clisp.org>
34360
34361         Avoid unnecessary diffs in the generated lib/Makefile.am.
34362         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
34363         the generated files.
34364         (func_import): Don't set cmd.
34365
34366 2005-08-31  Bruno Haible  <bruno@clisp.org>
34367
34368         * lib/strstr.c: Include <stddef.h>, for NULL.
34369         * lib/strcasestr.c: Likewise.
34370         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34371
34372 2005-08-31  Bruno Haible  <bruno@clisp.org>
34373
34374         * gnulib-tool: New option --macro-prefix.
34375         (func_import): Use macro_prefix.
34376         (import): Handle option --macro-prefix.
34377
34378 2005-08-31  Bruno Haible  <bruno@clisp.org>
34379
34380         * gnulib-tool (import): Rename most ac_* variables to cached_*.
34381         Also use new variables cached_lgpl, cached_libtool.
34382
34383 2005-08-31  Bruno Haible  <bruno@clisp.org>
34384
34385         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
34386         always instantiating them.
34387
34388 2005-08-31  Bruno Haible  <bruno@clisp.org>
34389
34390         * gnulib-tool (func_import): Read the previous cached settings
34391         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
34392         earlier added by gnulib but are now dropped. Warn when a gnulib file
34393         overwrites a non-gnulib file.
34394
34395 2005-08-31  Bruno Haible  <bruno@clisp.org>
34396
34397         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
34398         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
34399         projects that don't keep autogenerated files in CVS. Put into
34400         actioncmd only the specified modules, not the transitive closure.
34401
34402 2005-08-31  Bruno Haible  <bruno@clisp.org>
34403
34404         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
34405         Create directories that shall be filled.
34406         (import): Don't look for gl_* macros in configure.ac. Recurse across
34407         all directories containing a gnulib-cache.m4 files, if meaningful.
34408
34409 2005-08-31  Bruno Haible  <bruno@clisp.org>
34410
34411         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
34412         (import): Set seen_libtool when we see gl_LIBTOOL.
34413
34414 2005-08-31  Bruno Haible  <bruno@clisp.org>
34415
34416         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
34417         declaration macro definitions from generated gnulib.m4.
34418
34419 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
34420
34421         * lib/iconvme.h: Add prototype for iconv_alloc.
34422
34423 2005-08-29  Simon Josefsson  <jas@extundo.com>
34424
34425         * lib/iconvme.c: Fix errno.
34426
34427 2005-08-29  Bruno Haible  <bruno@clisp.org>
34428
34429         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
34430         that it works when the directory contains spaces.
34431
34432 2005-08-29  Bruno Haible  <bruno@clisp.org>
34433
34434         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
34435
34436 2005-08-29  Bruno Haible  <bruno@clisp.org>
34437
34438         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
34439         Emit more advice.
34440
34441 2005-08-29  Bruno Haible  <bruno@clisp.org>
34442         and Stepan Kasal  <kasal@ucw.cz>
34443
34444         * check-module: If more parameters are given, check each of them
34445         separately; add more exceptions, as noted by Jim Meyering.
34446         (check_module): New procedure.
34447         (%exempt_header): Now contains all exceptions.
34448
34449 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
34450
34451         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
34452
34453 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34454
34455         * lib/iconvme.c: Split iconv_string into iconv_alloc.
34456
34457 2005-08-28  Bruno Haible  <bruno@clisp.org>
34458
34459         * m4/gnulib-tool.m4: New file.
34460
34461 2005-08-27  Jim Meyering  <jim@meyering.net>
34462
34463         * modules/unistd-safer (Files): Add pipe-safer.c.
34464         * modules/fcntl-safer (Files): Add creat-safer.c.
34465
34466 2005-08-27  Jim Meyering  <jim@meyering.net>
34467
34468         * m4/stdlib-safer.m4: New file.  From coreutils.
34469         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
34470         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
34471         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
34472         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
34473         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
34474
34475 2005-08-27  Jim Meyering  <jim@meyering.net>
34476
34477         * lib/fopen-safer.c: Merge minor changes from coreutils.
34478         * lib/dup-safer.c: Likewise.
34479         * lib/fd-safer.c: Likewise.
34480
34481         Merge from coreutils.
34482         * lib/stdio--.h: New file.
34483         * lib/stdlib--.h: New file.
34484         * lib/mkstemp-safer.c: New file.
34485
34486         GNU tar needs these.
34487         * lib/pipe-safer.c: New file.
34488         * lib/creat-safer.c: New file.
34489         * lib/fcntl--.h (creat): Define to creat_safer.
34490         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
34491         * lib/unistd--.h (pipe): Define to pipe_safer.
34492         * lib/unistd-safer.h: Declare pipe_safer.
34493
34494 2005-08-26  Simon Josefsson  <jas@extundo.com>
34495
34496         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
34497         Haible <bruno@clisp.org>.
34498
34499 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
34500
34501         * lib/regex_internal.h: Remove all references to
34502         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
34503         or better.
34504         (bitset_not, bitset_merge, bitset_not_merge):
34505         (bitset_mask, re_string_allocate, re_string_construct):
34506         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
34507         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
34508         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
34509         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
34510         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34511         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34512         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
34513         (re_acquire_state_context):
34514         Remove unnecessary forward decls.
34515         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
34516         Put __attribute at function definition,
34517         now that the function decl has been removed.
34518         * lib/regex_internal.c (re_string_peek_byte_case):
34519         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
34520         Likewise.
34521
34522 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
34523
34524         * m4/regex.m4: Add AC_PREREQ(2.50).
34525         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
34526
34527 2005-08-25  Simon Josefsson  <jas@extundo.com>
34528
34529         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
34530         __fsetlocking.
34531
34532 2005-08-25  Simon Josefsson  <jas@extundo.com>
34533
34534         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
34535         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
34536         GLIBC specific code.
34537
34538 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34539
34540         Make regex safe for g++.  This fixes one real bug (an "err"
34541         that should have been "*err").  g++ problem reported by
34542         Sam Steingold.
34543         * lib/regex_internal.h (re_calloc): New macro, consistent with
34544         re_malloc etc.  All callers of calloc changed to use re_calloc.
34545         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
34546         not int.  All callers changed.
34547         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
34548         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
34549         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
34550         (find_recover_state): Change "err" to "*err"; this fixes what
34551         appears to be a real bug.
34552         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
34553         versus int.
34554
34555 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34556
34557         * modules/regex (Depends-on): Add malloc, since the code
34558         assumes that !malloc(0) means failure.
34559
34560 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34561
34562         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
34563
34564         alloca modernization/simplification for regex.
34565         * lib/regex.c: Remove portability cruft for alloca.  This no longer
34566         needs to be at the start of the file, and can be moved into
34567         regex_internal.h and simplified.
34568         * lib/regex_internal.h: Include <alloca.h>.
34569         (__libc_use_alloca) [!defined _LIBC]: New macro.
34570         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
34571         now works outside glibc.
34572
34573 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34574
34575         * config/srclist.txt: Add glibc bugs 1241, 1245.
34576
34577 2005-08-25  Jim Meyering  <jim@meyering.net>
34578
34579         * lib/open-safer.c: Include <config.h>.
34580         Otherwise, we'd lose LARGEFILE support in any file using
34581         e.g. "fcntl--.h"
34582
34583 2005-08-25  Bruno Haible  <bruno@clisp.org>
34584
34585         * m4/minmax.m4: Require autoconf 2.52.
34586         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
34587         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
34588         alternatives of translit over the alphabet.
34589         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
34590
34591 2005-08-24  Simon Josefsson  <jas@extundo.com>
34592
34593         * tests/test-getpass.c: New file.
34594
34595 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34596
34597         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
34598         for GNU regex features.
34599
34600 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34601
34602         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
34603         * lib/regex.h (regerror): Likewise.
34604
34605         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
34606         requires this.  (The code never needed it.)
34607
34608         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
34609         All uses of recently-renamed identifiers changed to use the new,
34610         POSIX-compliant names.  The code will build and run just fine
34611         without these changes, but it's better to eat our own dog food
34612         and use the standard-conforming names.
34613
34614         * lib/regex.h: Fix a multitude of POSIX name space violations.
34615         These changes have an effect only for programs that define
34616         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
34617         do not change anything for programs compiled in the normal way.
34618         Also, there is no effect on the ABI.
34619
34620         (_REGEX_SOURCE): New macro.
34621         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
34622         defined and _GNU_SOURCE is not; this fixes a name space violation.
34623
34624         Rename the following macros to obey POSIX requirements.
34625         The old names are still visible as macros if _REGEX_SOURCE is defined.
34626         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
34627         RE_BACKSLASH_ESCAPE_IN_LISTS.
34628         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
34629         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
34630         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
34631         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
34632         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
34633         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
34634         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
34635         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
34636         (REG_INTERVALS): renamed from RE_INTERVALS.
34637         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
34638         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
34639         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
34640         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
34641         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
34642         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
34643         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
34644         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
34645         RE_UNMATCHED_RIGHT_PAREN_ORD.
34646         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
34647         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
34648         (REG_DEBUG): renamed from RE_DEBUG.
34649         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
34650         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
34651         unusual, since we can't clash with the POSIX REG_ICASE.
34652         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
34653         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
34654         (REG_NO_SUB): renamed from RE_NO_SUB.
34655         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
34656         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
34657         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
34658         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
34659         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
34660         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
34661         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
34662         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
34663         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
34664         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
34665         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
34666         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
34667         RE_SYNTAX_POSIX_MINIMAL_BASIC.
34668         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
34669         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
34670         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
34671         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
34672         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
34673         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
34674         (REG_FIXED): Renamed from REGS_FIXED.
34675         (REG_NREGS): Renamed from RE_NREGS.
34676
34677         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
34678         of other REG_* macros, since POSIX says the user is allowed to
34679         #undef these macros selectively.
34680
34681         (reg_errcode_t): Update comment stating what other tables need
34682         to be consistent.
34683
34684         Rename the following enum values to obey POSIX requirements.
34685         The old names are still visible as macros.
34686         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
34687         is not defined, since GNU is supposed to be a superset of POSIX as
34688         much as possible, and since we want reg_errcode_t to be a signed
34689         type for implementation consistency.
34690         (_REG_NOERROR): Renamed from REG_NOERROR.
34691         (_REG_NOMATCH): Renamed from REG_NOMATCH.
34692         (_REG_BADPAT): Renamed from REG_BADPAT.
34693         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
34694         (_REG_ECTYPE): Renamed from REG_ECTYPE.
34695         (_REG_EESCAPE): Renamed from REG_EESCAPE.
34696         (_REG_ESUBREG): Renamed from REG_ESUBREG.
34697         (_REG_EBRACK): Renamed from REG_EBRACK.
34698         (_REG_EPAREN): Renamed from REG_EPAREN.
34699         (_REG_EBRACE): Renamed from REG_EBRACE.
34700         (_REG_BADBR): Renamed from REG_BADBR.
34701         (_REG_ERANGE): Renamed from REG_ERANGE.
34702         (_REG_ESPACE): Renamed from REG_ESPACE.
34703         (_REG_BADRPT): Renamed from REG_BADRPT.
34704         (_REG_EEND): Renamed from REG_EEND.
34705         (_REG_ESIZE): Renamed from REG_ESIZE.
34706         (_REG_ERPAREN): Renamed from REG_ERPAREN.
34707         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
34708         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
34709         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
34710         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
34711
34712         (_REG_RE_NAME, _REG_RM_NAME): New macros.
34713         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
34714         changed.  But support the old name if the new one is not defined
34715         and if _REGEX_SOURCE.
34716
34717         Change the following member names in struct re_pattern_buffer.
34718         The old names are still supported if !_REGEX_SOURCE.
34719         The new names are always supported, regardless of _REGEX_SOURCE.
34720         (re_buffer): Renamed from buffer.
34721         (re_allocated): Renamed from allocated.
34722         (re_used): Renamed from used.
34723         (re_syntax): Renamed from syntax.
34724         (re_fastmap): Renamed from fastmap.
34725         (re_translate): Renamed from translate.
34726         (re_can_be_null): Renamed from can_be_null.
34727         (re_regs_allocated): Renamed from regs_allocated.
34728         (re_fastmap_accurate): Renamed from fastmap_accurate.
34729         (re_no_sub): Renamed from no_sub.
34730         (re_not_bol): Renamed from not_bol.
34731         (re_not_eol): Renamed from not_eol.
34732         (re_newline_anchor): Renamed from newline_anchor.
34733
34734         Change the following member names in struct re_registers.
34735         The old names are still supported if !_REGEX_SOURCE.
34736         The new names are always supported, regardless of _REGEX_SOURCE.
34737         (rm_num_regs): Renamed from num_regs.
34738         (rm_start): Renamed from start.
34739         (rm_end): Renamed from end.
34740
34741         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
34742         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
34743         Prepend __ to parameter names.
34744
34745         Undo yesterday's changes.
34746
34747 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34748
34749         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
34750         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
34751         lib/regex.c.
34752
34753 2005-08-24  Jim Meyering  <jim@meyering.net>
34754
34755         Sync from coreutils.
34756         * m4/fcntl-safer.m4: New file.
34757
34758         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
34759         and object files for this module.
34760
34761 2005-08-24  Jim Meyering  <jim@meyering.net>
34762
34763         Sync from coreutils.
34764         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
34765
34766 2005-08-24  Jim Meyering  <jim@meyering.net>
34767
34768         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
34769         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
34770
34771 2005-08-24  Jim Meyering  <jim@meyering.net>
34772
34773         * modules/fcntl-safer: New module.
34774         * modules/fts (Depends-on): Add fcntl-safer.
34775         * MODULES.html.sh (File descriptor based Input/Output):
34776         Add fcntl-safer.
34777
34778 2005-08-24  Bruno Haible  <bruno@clisp.org>
34779
34780         Support for unit test modules.
34781         * modules/README: Mention tests modules.
34782         * modules/TEMPLATE-TESTS: New file.
34783         * gnulib-tool: New options --extract-tests-module, --with-tests and
34784         --tests-base (unused for the moment).
34785         (testsbase, inctests): New variables.
34786         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
34787         (func_verify_module): Exclude TEMPLATE-TESTS.
34788         (func_verify_nontests_module, func_verify_tests_module): New functions.
34789         (func_get_dependencies): Add implicit dependency for tests modules.
34790         (func_get_tests_module): New function.
34791         (func_modules_transitive_closure): When --with-tests was specified,
34792         include the unit tests as well, unless explicitly avoided.
34793         (func_emit_lib_Makefile_am): Ignore the tests modules here.
34794         (func_emit_tests_Makefile_am): New function.
34795         (func_create_testdir): When --with-tests was specified, emit a
34796         tests/ directory.
34797         * MODULES.html.sh (Future developments): Update.
34798
34799 2005-08-24  Bruno Haible  <bruno@clisp.org>
34800
34801         * modules/tls-tests: New file.
34802         * tests/test-tls.c: New file, from GNU gettext.
34803
34804 2005-08-24  Bruno Haible  <bruno@clisp.org>
34805
34806         * modules/lock-tests: New file.
34807         * tests/test-lock.c: New file, from GNU gettext.
34808
34809 2005-08-24  Bruno Haible  <bruno@clisp.org>
34810
34811         * lib/lock.h: Add multiple inclusion guard.
34812         * lib/tls.h: Add multiple inclusion guard.
34813
34814 2005-08-24  Bruno Haible  <bruno@clisp.org>
34815
34816         * gnulib-tool: Add support for the --aux-dir option to
34817         --create-testdir, --create-megatestdir, --test, --megatest.
34818         (func_create_testdir, func_create_megatestdir): Optionally emit a
34819         AC_CONFIG_AUX_DIR directive.
34820         (create-testdir, create-megatestdir, test, megatest): Provide a
34821         default value for $auxdir.
34822
34823 2005-08-24  Bruno Haible  <bruno@clisp.org>
34824
34825         * gnulib-tool (import): Use compound statement instead of subshell
34826         where possible.
34827
34828 2005-08-24  Bruno Haible  <bruno@clisp.org>
34829
34830         * gnulib-tool (import): Change --aux-dir default to "build-aux".
34831
34832 2005-08-24  Bruno Haible  <bruno@clisp.org>
34833
34834         * gnulib-tool (func_version): Update.
34835
34836 2005-08-24  Bruno Haible  <bruno@clisp.org>
34837
34838         * gnulib-tool (func_import, func_create_testdir,
34839         func_create_megatestdir): Quote all autoconf macro arguments.
34840
34841 2005-08-24  Bruno Haible  <bruno@clisp.org>
34842
34843         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
34844         option --force, because --force causes the aclocal.m4 of each
34845         subdirectory to be newer than the corresponding config.h.in.
34846
34847 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34848
34849         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
34850         All contents moved to gl_REGEX.
34851         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
34852         assume that it does.
34853
34854 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34855
34856         * lib/regex.h (REG_NOSYS)
34857         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
34858         Define, since POSIX requires it as of 2001.
34859         (_REG_ENOSYS)
34860         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
34861         New private symbol, used to keep the enum signed in all cases.
34862         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
34863         Youngman in
34864         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
34865
34866         * lib/regex_internal.c (re_string_skip_chars, register_state):
34867         (calc_state_hash):
34868         Remove forward decls; no longer needed now that we use prototypes.
34869         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
34870         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
34871         (clean_state_log_if_needed): Likewise.
34872
34873 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34874
34875         * config/srclist.txt: Add glibc bugs 1231-1233.
34876
34877 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34878
34879         Fix problems reported by Sam Steingold in
34880         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
34881         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
34882         assumed that reg_errcode_t is a signed type, which is not
34883         necessarily true if _XOPEN_SOURCE is not defined.
34884         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
34885         since some compilers warn about it otherwise.
34886
34887 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34888
34889         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
34890         (init_word_char, create_initial_state, duplicate_node_closure):
34891         (fetch_token, peek_token_bracket, build_range_exp):
34892         (build_collating_symbol): Remove forward decls; no longer needed
34893         now that we use prototypes.
34894
34895         * lib/regcomp.c:
34896         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
34897         (re_compile_fastmap_iter, regcomp, regerror, regfree):
34898         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
34899         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
34900         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
34901         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
34902         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
34903         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
34904         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
34905         (build_range_exp, build_collating_symbol, parse_bracket_exp):
34906         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
34907         (build_charclass, build_charclass_op, fetch_number, create_tree):
34908         (create_token_tree, mark_opt_subexp, duplicate_tree):
34909         Use prototypes rather than old-style definitions.
34910
34911         * lib/regex_internal.c:
34912         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
34913         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
34914         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34915         (re_string_reconstruct, re_string_peek_byte_case):
34916         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
34917         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34918         (re_node_set_init_copy, re_node_set_add_intersect):
34919         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34920         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34921         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34922         (re_acquire_state, re_acquire_state_context, register_state):
34923         (create_ci_newstate, create_cd_newstate, free_state):
34924         Likewise.
34925         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
34926         re_search_2):
34927         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
34928         (re_search_internal, prune_impossible_nodes):
34929         (acquire_init_state_context, check_matching, static):
34930         (check_halt_node_context, check_halt_state_context, proceed_next_node):
34931         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
34932         (update_regs, sift_states_backward, build_sifted_states):
34933         (clean_state_log_if_needed, merge_state_array):
34934         (update_cur_sifted_state, add_epsilon_src_nodes):
34935         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
34936         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
34937         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
34938         (find_recover_state, check_subexp_matching_top, transit_state_mb):
34939         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
34940         (check_arrival, check_arrival_add_next_nodes):
34941         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34942         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34943         (check_node_accept_bytes, check_node_accept, extend_buffers):
34944         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
34945         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
34946         (sift_ctx_init):
34947         Likewise.
34948
34949         * lib/regex_internal.h:
34950         (re_string_allocate, re_string_construct, re_string_reconstruct):
34951         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
34952         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
34953         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
34954         (re_string_context_at, re_string_peek_byte_case):
34955         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
34956         is defined, since we now use prototypes always.
34957
34958         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
34959         C89 or better.  All uses removed.
34960
34961 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34962
34963         * config/srclist.txt: Add glibc bugs 1220-1227.
34964
34965 2005-08-20  Jim Meyering  <jim@meyering.net>
34966
34967         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
34968         of unused local, dfa.
34969
34970 2005-08-20  Bruno Haible  <bruno@clisp.org>
34971
34972         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
34973
34974 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34975
34976         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
34977         (re_node_set_insert_last, re_dfa_add_node):
34978         Rename local variables to avoid GCC shadowing warnings.
34979
34980 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34981
34982         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
34983         [defined lint]: Suppress bogus uninitialized-variable warnings.
34984
34985         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
34986         and let the caller return REG_ESPACE if out of space.  This
34987         removes an uninitialied-variable warning with GCC 4.0.1, and also
34988         avoids taking the address of a local variable.  All callers
34989         changed.
34990
34991 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
34992
34993         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
34994         $LIBCSRC/posix/regexec.c.
34995         Add glibc bug 1217 for regcomp.c.
34996
34997 2005-08-19  Jim Meyering  <jim@meyering.net>
34998
34999         * lib/regexec.c (proceed_next_node): Redo local variables to
35000         avoid GCC shadowing warnings.
35001
35002 2005-08-18  Bruno Haible  <bruno@clisp.org>
35003
35004         * lib/strstr.c (strstr): Fix return value in multibyte case.
35005         * lib/strcasestr.c (strcasestr): Likewise.
35006
35007 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35008
35009         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
35010
35011 2005-08-17  Jim Meyering  <jim@meyering.net>
35012
35013         Make the %s format (seconds since the epoch) work for a negative
35014         number and when used with a zero-padded field width, e.g. %015s.
35015
35016         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
35017         label so that it precedes the code to set `digits'.  Otherwise,
35018         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
35019         print `00-22'.  Now, it prints `-0022', as it should.
35020
35021 2005-08-17  Bruno Haible  <bruno@clisp.org>
35022
35023         * modules/strstr (Files): Add m4/mbrtowc.m4.
35024         (Depends-on): Add mbuiter.
35025
35026 2005-08-17  Bruno Haible  <bruno@clisp.org>
35027
35028         * modules/strcasestr: New file.
35029         * MODULES.html.sh (String handling, based on ANSI C 89): Add
35030         strcasestr.
35031
35032 2005-08-17  Bruno Haible  <bruno@clisp.org>
35033
35034         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
35035
35036 2005-08-17  Bruno Haible  <bruno@clisp.org>
35037
35038         * modules/mbuiter: New file.
35039         * MODULES.html.sh (Extended multibyte and wide character utilities):
35040         Add mbuiter.
35041
35042 2005-08-17  Bruno Haible  <bruno@clisp.org>
35043
35044         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
35045         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
35046
35047 2005-08-17  Bruno Haible  <bruno@clisp.org>
35048
35049         * m4/strcasestr.m4: New file.
35050
35051 2005-08-17  Bruno Haible  <bruno@clisp.org>
35052
35053         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
35054         * lib/strstr.c: Completely rewritten, with multibyte locale support.
35055
35056 2005-08-17  Bruno Haible  <bruno@clisp.org>
35057
35058         * lib/strcasestr.h: New file.
35059         * lib/strcasestr.c: New file.
35060
35061 2005-08-17  Bruno Haible  <bruno@clisp.org>
35062
35063         * lib/strcasecmp.c: Use mbuiter.h.
35064
35065 2005-08-17  Bruno Haible  <bruno@clisp.org>
35066
35067         * lib/mbuiter.h: New file.
35068
35069 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
35072         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
35073         and gl_GETOPT are both invoked via different paths (as happens
35074         with GNU tar CVS because it uses both argp and getopt), the former
35075         wins.
35076
35077 2005-08-16  Bruno Haible  <bruno@clisp.org>
35078
35079         * modules/tls: New file.
35080         * MODULES.html.sh (Multithreading): Add tls.
35081
35082 2005-08-16  Bruno Haible  <bruno@clisp.org>
35083
35084         * modules/strnlen1: New file.
35085         * MODULES.html.sh (String handling): Add strnlen1.
35086
35087 2005-08-16  Bruno Haible  <bruno@clisp.org>
35088
35089         * modules/strcase (Files): Add m4/mbrtowc.m4.
35090         (Depends-on): Add strnlen1, mbchar.
35091
35092 2005-08-16  Bruno Haible  <bruno@clisp.org>
35093
35094         * modules/mbiter: New file.
35095         * MODULES.html.sh (Extended multibyte and wide character utilities):
35096         Add mbiter.
35097
35098 2005-08-16  Bruno Haible  <bruno@clisp.org>
35099
35100         * modules/mbfile: New file.
35101         * MODULES.html.sh (Extended multibyte and wide character utilities):
35102         Add mbfile.
35103
35104 2005-08-16  Bruno Haible  <bruno@clisp.org>
35105
35106         * modules/mbchar: New file.
35107         * MODULES.html.sh (Extended multibyte and wide character utilities):
35108         New section.
35109
35110 2005-08-16  Bruno Haible  <bruno@clisp.org>
35111
35112         * m4/tls.m4: New file, from GNU gettext.
35113
35114 2005-08-16  Bruno Haible  <bruno@clisp.org>
35115
35116         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
35117         always.
35118         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
35119
35120 2005-08-16  Bruno Haible  <bruno@clisp.org>
35121
35122         * m4/mbiter.m4: New file.
35123
35124 2005-08-16  Bruno Haible  <bruno@clisp.org>
35125
35126         * m4/mbfile.m4: New file.
35127
35128 2005-08-16  Bruno Haible  <bruno@clisp.org>
35129
35130         * m4/mbchar.m4: New file.
35131
35132 2005-08-16  Bruno Haible  <bruno@clisp.org>
35133
35134         * lib/tls.h: New file, from GNU gettext.
35135         * lib/tls.c: New file, from GNU gettext.
35136
35137 2005-08-16  Bruno Haible  <bruno@clisp.org>
35138
35139         * lib/strnlen1.h: New file.
35140         * lib/strnlen1.c: New file.
35141
35142 2005-08-16  Bruno Haible  <bruno@clisp.org>
35143
35144         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
35145         (mbi_init): Update.
35146         (mbi_avail, mbi_advance): Let the iteration end before the terminating
35147         NUL byte, not after it.
35148
35149 2005-08-16  Bruno Haible  <bruno@clisp.org>
35150
35151         * lib/strcase.h (strcasecmp): Add note in comments.
35152         * lib/strncasecmp.c: Use code from strcasecmp.c.
35153         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
35154         (strcasecmp): Work correctly in multibyte locales.
35155
35156 2005-08-16  Bruno Haible  <bruno@clisp.org>
35157
35158         * lib/mbiter.h: New file.
35159
35160 2005-08-16  Bruno Haible  <bruno@clisp.org>
35161
35162         * lib/mbfile.h: New file.
35163
35164 2005-08-16  Bruno Haible  <bruno@clisp.org>
35165
35166         * lib/mbchar.h: New file.
35167         * lib/mbchar.c: New file.
35168
35169 2005-08-16  Bruno Haible  <bruno@clisp.org>
35170
35171         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
35172         the valid ones. Makes the comparison operations transitive:
35173         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
35174         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
35175
35176 2005-08-15  Simon Josefsson  <jas@extundo.com>
35177
35178         * modules/ssize_t (License): Change to 'unlimited'.
35179
35180         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
35181
35182 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35183
35184         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
35185         Add comments for each pending glibc patch.
35186
35187 2005-08-15  Bruno Haible  <bruno@clisp.org>
35188
35189         * lib/regex.h (__restrict_arr): Don't define to __restrict if
35190         __cplusplus is defined.
35191
35192 2005-08-14  Jim Meyering  <jim@meyering.net>
35193
35194         Sync from coreutils.
35195
35196         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
35197         Use the hash-table-based cycle-detection code not just when
35198         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
35199         Reported by James Youngman in
35200         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
35201         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
35202         FTS_TIGHT_CYCLE_CHECK.
35203         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
35204         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
35205         once again.
35206         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
35207         * lib/fts.c (fd_safer): Remove decl.
35208         Include fcntl--.h rather than unistd-safer.h
35209         (fts_safe_changedir): Don't call fd_safer; no longer needed
35210         now that we include fcntl--.h.
35211
35212 2005-08-12  Simon Josefsson  <jas@extundo.com>
35213
35214         * modules/getndelim2: Use ssize_t module.
35215         * modules/getnline: Likewise.
35216         * modules/safe-read: Likewise.
35217         * modules/xreadlink: Likewise.
35218
35219         * modules/ssize_t: New file.
35220
35221 2005-08-12  Simon Josefsson  <jas@extundo.com>
35222
35223         * m4/readline.m4: Look for termcap, curses or ncurses if required.
35224
35225 2005-08-12  Simon Josefsson  <jas@extundo.com>
35226
35227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35228         ssize_t.
35229
35230 2005-08-12  Simon Josefsson  <jas@extundo.com>
35231
35232         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
35233         readline, getdelim and check_version.
35234         (Support for systems lacking ISO C 99: Sizes of integer types):
35235         Add size_max.
35236
35237 2005-08-12  Bruno Haible  <bruno@clisp.org>
35238
35239         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
35240
35241 2005-08-11  Simon Josefsson  <jas@extundo.com>
35242
35243         * modules/readline: New file.
35244
35245         * modules/strnlen (Files): Add strnlen.h.
35246
35247 2005-08-11  Simon Josefsson  <jas@extundo.com>
35248
35249         * m4/readline.m4: New file.
35250
35251 2005-08-11  Simon Josefsson  <jas@extundo.com>
35252
35253         * lib/readline.h, readline.c: New file.
35254
35255 2005-08-11  Simon Josefsson  <jas@extundo.com>
35256
35257         * doc/gnulib.texi (Initial import, Finishing touches): Mention
35258         gl_AVOID.
35259
35260 2005-08-11  Bruno Haible  <bruno@clisp.org>
35261
35262         * lib/strnlen.h (strnlen): Change parameter name to match comment.
35263
35264 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
35265
35266         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
35267
35268 2005-08-10  Simon Josefsson  <jas@extundo.com>
35269
35270         * tests/test-iconvme.c: New file.
35271
35272 2005-08-10  Simon Josefsson  <jas@extundo.com>
35273
35274         * m4/strnlen.m4: New file.
35275
35276         * m4/strndup.m4: Don't check for strnlen declaration, done in
35277         strnlen.m4.
35278
35279 2005-08-10  Simon Josefsson  <jas@extundo.com>
35280
35281         * lib/strndup.c: Use strnlen.h.
35282
35283         * lib/strnlen.h: New file.
35284
35285 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35286
35287         * README: Typos.
35288
35289 2005-08-02  Simon Josefsson  <jas@extundo.com>
35290
35291         * modules/readline: New file.
35292
35293 2005-08-02  Simon Josefsson  <jas@extundo.com>
35294
35295         * modules/getdelim: New file.
35296
35297         * modules/getline: Rewrite, don't use getndelim2.
35298
35299 2005-08-02  Simon Josefsson  <jas@extundo.com>
35300
35301         * m4/getline.m4: Separate out getdelim stuff into separate module.
35302
35303         * m4/getdelim.m4: New file.
35304
35305 2005-08-02  Simon Josefsson  <jas@extundo.com>
35306
35307         * lib/getline.h, getline.c: Rewrite.
35308
35309         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
35310
35311 2005-07-31  Bruno Haible  <bruno@clisp.org>
35312
35313         * lib/lock.h (gl_lock_initializer): New macro.
35314         (gl_lock_define_initialized): Use it.
35315         (gl_rwlock_initializer): New macro.
35316         (gl_rwlock_define_initialized): Use it.
35317         (gl_recursive_lock_initializer): New macro.
35318         (gl_recursive_lock_define_initialized): Use it.
35319
35320 2005-07-30  Karl Berry  <karl@gnu.org>
35321
35322         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
35323         Report from Ben Pfaff, regarding getopt.
35324
35325 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
35326
35327         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
35328         normal way.
35329         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
35330         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
35331         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
35332         (gl_GETOPT): Use the new macros.  Most of the implementation
35333         is moved to the new macros.  This is for programs like Emacs
35334         that don't want all the functionality of gl_GETOPT.
35335
35336 2005-07-26  Bruno Haible  <bruno@clisp.org>
35337
35338         * m4/lock.m4: Update from GNU gettext.
35339
35340 2005-07-26  Bruno Haible  <bruno@clisp.org>
35341
35342         * lib/lock.h: Update from GNU gettext.
35343         * lib/lock.c: Update from GNU gettext.
35344
35345 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
35348         obsolescent AC_TRY_RUN.  Include the default includes files, for
35349         'exit'.
35350
35351 2005-07-24  Bruno Haible  <bruno@clisp.org>
35352
35353         * modules/visibility: New file.
35354         * MODULES.html.sh (Misc): Add visibility.
35355
35356 2005-07-24  Bruno Haible  <bruno@clisp.org>
35357
35358         * m4/visibility.m4: New file.
35359
35360 2005-07-24  Bruno Haible  <bruno@clisp.org>
35361
35362         * doc/visibility.texi: New file.
35363
35364 2005-07-22  Bruno Haible  <bruno@clisp.org>
35365
35366         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
35367         $(ALLOCA_H), redundant through BUILT_SOURCES.
35368         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
35369         redundant through BUILT_SOURCES.
35370         * modules/byteswap (Makefile.am): Remove explicit dependency on
35371         $(BYTESWAP_H), redundant through BUILT_SOURCES.
35372         * modules/fnmatch (Makefile.am): Remove explicit dependency on
35373         $(FNMATCH_H), redundant through BUILT_SOURCES.
35374         * modules/getopt (Makefile.am): Remove explicit dependency on
35375         $(GETOPT_H), redundant through BUILT_SOURCES.
35376         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
35377         redundant through BUILT_SOURCES.
35378         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
35379         redundant through BUILT_SOURCES.
35380         * modules/stdbool (Makefile.am): Remove explicit dependency on
35381         $(STDBOOL_H), redundant through BUILT_SOURCES.
35382         * modules/stdint (Makefile.am): Remove explicit dependency on
35383         $(STDINT_H), redundant through BUILT_SOURCES.
35384         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
35385         Remove explicit dependency on $(SYSEXITS_H).
35386         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
35387
35388 2005-07-18  Simon Josefsson  <jas@extundo.com>
35389
35390         * lib/check-version.c (check_version): Accept identical versions too.
35391
35392 2005-07-18  Bruno Haible  <bruno@clisp.org>
35393
35394         * modules/lock: New file.
35395         * MODULES.html.sh (Multithreading): New section.
35396
35397 2005-07-18  Bruno Haible  <bruno@clisp.org>
35398
35399         * m4/lock.m4: New file, from GNU gettext.
35400
35401 2005-07-18  Bruno Haible  <bruno@clisp.org>
35402
35403         * lib/lock.h: New file, from GNU gettext.
35404         * lib/lock.c: New file, from GNU gettext.
35405
35406 2005-07-18  Bruno Haible  <bruno@clisp.org>
35407
35408         * lib/lock.h (gl_once_t): New type.
35409         (gl_once_define, gl_once): New macros.
35410         * lib/lock.c (fresh_once): New variable.
35411         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
35412         functions.
35413
35414 2005-07-16  Simon Josefsson  <jas@extundo.com>
35415
35416         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
35417         workaround, suggested by Bruno.
35418
35419 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35420
35421         * modules/xalloc (Depends-on): Add xalloc-die.
35422         * modules/xvasprintf (Depends-on): Add xalloc-die.
35423
35424 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35425
35426         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
35427         with a minor change.
35428
35429 2005-07-15  Bruno Haible  <bruno@clisp.org>
35430
35431         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
35432         When using lib/poll.c, define poll as rpl_poll.
35433
35434 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
35435
35436         * modules/argp (Depends-on): Remove unlocked-io.
35437
35438 2005-07-14  Derek Price  <derek@ximbiot.com>
35439
35440         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
35441         for glob symlink bug.
35442
35443 2005-07-14  Bruno Haible  <bruno@clisp.org>
35444
35445         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
35446         Instead, test for *_unlocked function declarations directly.
35447
35448 2005-07-11  Simon Josefsson  <jas@extundo.com>
35449
35450         * modules/size_max: New file.
35451
35452         * modules/xsize: Depend on size_max module for size_max.m4.
35453
35454 2005-07-11  Simon Josefsson  <jas@extundo.com>
35455
35456         * lib/size_max.h: New file.
35457
35458 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
35459
35460         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
35461         copyright symbol and the year.
35462         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
35463         (version_etc_va): Use parameterized copyright notice.
35464         Reword to conform to the current GNU coding standards.
35465
35466 2005-07-11  Karl Berry  <karl@gnu.org>
35467
35468         * doc/gnulib.texi (Quoting): new node.
35469         (Initial import): more info, from Patrice.
35470
35471 2005-07-11  Bruno Haible  <bruno@clisp.org>
35472
35473         * gnulib-tool (func_usage): Document option --avoid.
35474         (Command line options): Handle --avoid.
35475         (func_acceptable): New function.
35476         (func_modules_transitive_closure): Use it.
35477
35478 2005-07-11  Bruno Haible  <bruno@clisp.org>
35479
35480         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
35481         Reported by Jim Meyering.
35482
35483 2005-07-10  Bruno Haible  <bruno@clisp.org>
35484
35485         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
35486         Needed when size_t is smaller than 'unsigned int'.
35487         Reported by Paul Eggert.
35488
35489 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35490
35491         * modules/argp (Depends-on): Add unlocked-io
35492
35493 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35494
35495         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
35496         block of defines.
35497
35498 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35499
35500         * config/srclist.txt: Comment out regcomp.c, since we have a porting
35501         fix now.
35502
35503 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
35504         and Paul Eggert  <eggert@cs.ucla.edu>
35505
35506         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
35507         in wint_t, not wchar_t.  Remove now-unnecessary cast.
35508
35509 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35510
35511         * modules/regex (Files): Add lib/regex_internal.c,
35512         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
35513         (Depends-on): Add extensions.
35514         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
35515
35516 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35517
35518         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
35519         pathconf.
35520         * m4/same.m4 (gl_SAME): Likewise.
35521         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
35522
35523         * m4/regex.m4: Adjust to new libc regex implementation.
35524         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
35525         all the .c and .h parts of (the new) regex.
35526         Quote the m4 stuff better.
35527         Check for RE_ICASE bug of old gnulib.
35528         Check for REG_STARTEND of recent libc.
35529         Rename local variables from jm_* to gl_*.
35530         Quote operand of "test -f".
35531         Say "recent enough" version of libc, not "version 2".
35532         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
35533         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
35534         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
35535         Remove check for btowc, isascii.
35536         Require AM_LANGINFO_CODESET.
35537
35538 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35539
35540         * lib/regex.c, regex.h: Sync from libc.
35541         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
35542         * lib/regexec.c:
35543         New files, synced from libc, except that regex_internal.h
35544         currently has a small porting fix.
35545
35546 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35547
35548         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
35549         regex_internal.c, regexec.c.
35550         Add regex_internal.h too, but as a comment, since the libc version
35551         is currently broken in gnulib mode.
35552
35553 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         Support programs like Emacs that use gnulib but not gettext.
35556         * MODULES.html.sh (Internationalization functions): Add gettext-h.
35557         * modules/gettext-h: New file.
35558         * modules/gettext (Files): Remove lib/gettext.h.
35559         (Depends-on): Add gettext-h.
35560         (Makefile.am): Remove lib_SOURCES.
35561         * modules/argmatch, modules/c-stack, modules/closeout:
35562         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
35563         * modules/execute, modules/file-type, modules/getaddrinfo:
35564         * modules/getopt, modules/human, modules/javacomp:
35565         * modules/javaexec, modules/mkdir-p, modules/obstack:
35566         * modules/openat, modules/pagealign_alloc, modules/pipe:
35567         * modules/quotearg, modules/regex, modules/rpmatch:
35568         * modules/unicodeio, modules/userspec, modules/version-etc:
35569         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
35570         * modules/xsetenv:
35571         Depend on gettext-h, not gettext.
35572
35573 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35574
35575         * gnulib-tool (func_import): Add support for 'public domain' license.
35576         * modules/alloca, modules/atexit, modules/memmove:
35577         Now public domain, not GPL.
35578         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
35579         * modules/realloc, modules/strerror, modules/strtod:
35580         Now LGPL, not GPL.
35581
35582 2005-07-05  Bruno Haible  <bruno@clisp.org>
35583
35584         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
35585         autoconf CVS. Needed for mingw.
35586
35587 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35588
35589         Remove the dependency of the strftime module on the tzset module.
35590         * modules/strftime (Depends-on): Remove dependency on tzset.
35591
35592 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35593
35594         Remove the dependency of the strftime module on the tzset module.
35595         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
35596         gl_FUNC_TZSET_CLOBBER.
35597
35598 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35599
35600         Remove the dependency of the strftime module on the tzset module.
35601         * lib/strftime.c (my_strftime)
35602         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
35603         Copy the input structure, to work around some of the bug with
35604         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
35605         Solaris releases, you should also use the tzset module, but we won't
35606         require it as a dependency any more since we don't want LGPLed code
35607         to depend on GPLed code.
35608
35609 2005-07-02  Jim Meyering  <jim@meyering.net>
35610
35611         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
35612         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
35613         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
35614         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
35615
35616 2005-07-02  Jim Meyering  <jim@meyering.net>
35617
35618         * lib/backupfile.c (backup_args): Change a `0' to NULL.
35619
35620 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35621
35622         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
35623         declares only 'struct timespec;' (!).
35624
35625 2005-07-01  Jim Meyering  <jim@meyering.net>
35626
35627         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
35628         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
35629         * lib/save-cwd.c, tempname.c:
35630         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35631         and don't include <sys/file.h>).
35632
35633 2005-06-29  Jim Meyering  <jim@meyering.net>
35634
35635         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
35636         type name.  Use the variable name instead.
35637         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
35638         Likewise.
35639
35640 2005-06-28  Simon Josefsson  <jas@extundo.com>
35641
35642         * modules/check-version (Files): Add check-version.m4.
35643
35644 2005-06-28  Simon Josefsson  <jas@extundo.com>
35645
35646         * m4/check-version.m4: New file, suggested by Jim Meyering
35647         <jim@meyering.net>.
35648
35649 2005-06-28  Simon Josefsson  <jas@extundo.com>
35650
35651         * lib/check-version.h, lib/check-version.c: New files.
35652
35653 2005-06-28  Simon Josefsson  <jas@extundo.com>
35654
35655         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
35656         collision with global variable.  Better indentation.  Don't
35657         increment buffer pointer beyond buffer end.  Based on comments
35658         from Paul Eggert <eggert@cs.ucla.edu>.
35659
35660         * lib/base64.h: Indent.
35661
35662 2005-06-28  Simon Josefsson  <jas@extundo.com>
35663
35664         * doc/gnulib.texi (Library version handling): New section.
35665
35666 2005-06-28  Jim Meyering  <jim@meyering.net>
35667
35668         * check-module (find_included_lib_files): Hard-code another
35669         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
35670         but modules/fts-lgpl (correctly) does not list those files.
35671
35672         * modules/canonicalize (Files): Add lib/pathmax.h.
35673
35674 2005-06-25  Simon Josefsson  <jas@extundo.com>
35675
35676         * modules/check-version: New file.
35677
35678 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
35679
35680         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
35681         initializer of struct addrinfo, as an indication that we don't
35682         care how many members the structure has.
35683
35684 2005-06-24  Derek Price  <derek@ximbiot.com>
35685         and Bruno Haible  <bruno@clisp.org>
35686
35687         Remove stat module & update lstat.
35688         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
35689         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35690         * m4/stat.m4: Remove this file.
35691
35692 2005-06-24  Derek Price  <derek@ximbiot.com>
35693         and Bruno Haible  <bruno@clisp.org>
35694
35695         Remove stat module & update lstat.
35696         * lib/stat.c: Remove this file...
35697         (slash_aware_lstat): ...moving this content and its support...
35698         * lib/lstat.c (rpl_lstat): ...into here.
35699         * lib/lstat.h: New file.
35700
35701 2005-06-24  Derek Price  <derek@ximbiot.com>
35702         and Bruno Haible  <bruno@clisp.org>
35703
35704         Remove stat module & update lstat.
35705         * config/srclist.txt (libc sources): Remove stat.
35706
35707 2005-06-24  Derek Price  <derek@ximbiot.com>
35708         and Bruno Haible  <bruno@clisp.org>
35709
35710         Remove stat module & update lstat.
35711         * MODULES.html.sh (stat): Remove.
35712         * MODULES.html: Regenerated.
35713         * modules/lstat (Description): Correct function name.
35714         (Files): Add "lstat.h".
35715         (Depends-on): Remove stat, add xalloc, stat-macros.
35716         * modules/stat: Remove this file.
35717         (Include): Add "lstat.h", remove <sys/stat.h>.
35718
35719 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35720
35721         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
35722         (ranged_convert): Don't save conversion in a temporary struct.
35723         This causes a warning with GCC 4.0.0, and anyway in the typical
35724         case it's not worth the extra 100 bytes or so of code.
35725         (ranged_convert, __mktime_internal): When calling a function via a
35726         pointer P, use P () rather than (*P) (), as we now assume C89 or
35727         better.
35728
35729 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35730
35731         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
35732         "who -r" failed to give output.  Problem reported by Tim Waugh.
35733
35734         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
35735         (xcalloc): Use it to avoid needless tests.
35736         Problem reported by Jim Meyering.
35737
35738 2005-06-20  Derek Price  <derek@ximbiot.com>
35739
35740         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
35741         unnecessary for Autoconfs > 2.59c.
35742
35743 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35744
35745         * lib/argp.h (__option_is_short): Check upper limit of
35746         __key. Isprint() requires its argument to have the value
35747         of an unsigned char or EOF.
35748
35749 2005-06-16  Jim Meyering  <jim@meyering.net>
35750
35751         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
35752         when either N or S is zero.
35753
35754 2005-06-16  Derek Price  <derek@ximbiot.com>
35755
35756         * m4/bison.m4: Declare YACC & YFLAGS precious.
35757
35758 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
35759
35760         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
35761         multibyte string or pattern, fall back on unibyte matching.
35762         Problem reported by James Youngman.
35763
35764 2005-06-08  Bruno Haible  <bruno@clisp.org>
35765
35766         * modules/csharpcomp: New file.
35767         * MODULES.html.sh (C#): Add csharpcomp.
35768
35769 2005-06-08  Bruno Haible  <bruno@clisp.org>
35770
35771         * m4/csharpcomp.m4: New file, from GNU gettext.
35772
35773 2005-06-08  Bruno Haible  <bruno@clisp.org>
35774
35775         * lib/csharpcomp.h: New file, from GNU gettext.
35776         * lib/csharpcomp.c: New file, from GNU gettext.
35777         * lib/csharpcomp.sh.in: New file, from GNU gettext.
35778
35779 2005-06-08  Bruno Haible  <bruno@clisp.org>
35780
35781         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
35782         warning on mingw.
35783
35784 2005-06-07  Derek Price  <derek@ximbiot.com>
35785
35786         Sync from CVS.
35787         * lib/glob_.h: Indent nested #ifdef.
35788
35789 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35790
35791         Sync from coreutils.
35792         Use "file name" when talking about file names, instead of "filename"
35793         or "path", as per the GNU coding standards.
35794         * lib/mkdir-p.c: Renamed from makepath.c.
35795         (make_dir_parents): Renamed from make_path.  All callers changed.
35796         * lib/mkdir-p.h: Likewise.  All includers changed.
35797         * lib/filenamecat.c: Renamed from path-concat.c.
35798         (file_name_concat): Renamed from path_concat.  All callers changed.
35799         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
35800         * lib/filenamecat.h: Likewise.  All includers changed.
35801         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
35802         in comments or local variable names.
35803         * lib/basename.c: Likewise.
35804         * lib/canonicalize.c, canonicalize.h: Likewise.
35805         * lib/dirname.c, dirname.h: Likewise.
35806         * lib/euidaccess.c: Likewise.
35807         * lib/exclude.c: Likewise
35808         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
35809         * lib/fsusage.c, fsuage.h: Likewise.
35810         * lib/fts.c, fts_.h: Likewise.
35811         * lib/getcwd.c: Likewise.
35812         * lib/getloadavg.c: Likewise.
35813         * lib/mkstemp.c: Likewise.
35814         * lib/mountlist.c, mountlist.h: Likewise.
35815         * lib/openat.c, openat.h: Likewise.
35816         * lib/readlink-stub.c: Likewise.
35817         * lib/readutmp.c, readutmp.h: Likewise.
35818         * lib/rename.c: Likewise.
35819         * lib/rmdir.c: Likewise.
35820         * lib/same.c: Likewise.
35821         * lib/savedir.c: Likewise.
35822         * lib/stripslash.c: Likewise.
35823         * lib/tempname.c: Likewise.
35824         * lib/xreadlink.c: Likewise.
35825         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
35826         All uses changed.
35827         * lib/exclude.h: Likewise.
35828
35829         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
35830         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35831         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
35832         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35833         * lib/pathmax.h: Include <limits.h> unconditionally, since other
35834         files have been getting away with it for years (MORE/BSD 4.3
35835         is extinct now).
35836         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
35837         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
35838
35839         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
35840         Define to 256, not 255, as per modern POSIX.
35841
35842 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35843
35844         Sync from coreutils.
35845         Use "file name" when talking about file names, instead of "filename"
35846         or "path", as per the GNU coding standards.
35847         * MODULES.html.sh: mkdir-p renamed from makepath.
35848         filenamecat renamed from path-concat.
35849         * modules/filenamecat: Renamed from modules/path-concat.
35850         (Files): filenamecat.h and filenamecat.c renamed from
35851         path-concat.h and path-concat.c.
35852         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
35853         (Include): filenamecat.h, not path-concat.h.
35854         * modules/mkdir-p: Renamed from modules/makepath.
35855         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
35856         makepath.c.
35857         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
35858         (Include): mkdir-p.h, not makepath.h.
35859
35860 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35861
35862         Sync from coreutils.
35863         * m4/mkdir-p.m4: Renamed from makepath.m4.
35864         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
35865         Rename files from makepath.c to mkdir-p.c, and from
35866         makepath.h to mkdir-p.h.
35867         * m4/filenamecat.m4: Renamed from path-concat.m4.
35868         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
35869         Rename files from path-concat.c to filenamecat.c,
35870         and from path-concat.h to filenamecat.h.
35871         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
35872         "file name" in local variables or comments.
35873         * m4/rename.m4: Likewise.
35874
35875 2005-06-01  Bruno Haible  <bruno@clisp.org>
35876
35877         * modules/csharpexec: New file.
35878         * MODULES.html.sh (C#): New section.
35879
35880 2005-06-01  Bruno Haible  <bruno@clisp.org>
35881
35882         * m4/csharp.m4: New file, from GNU gettext.
35883         * m4/csharpexec.m4: New file, from GNU gettext.
35884
35885 2005-06-01  Bruno Haible  <bruno@clisp.org>
35886
35887         * lib/csharpexec.h: New file, from GNU gettext.
35888         * lib/csharpexec.c: New file, from GNU gettext.
35889         * lib/csharpexec.sh.in: New file, from GNU gettext.
35890
35891 2005-05-31  Derek Price  <derek@ximbiot.com>
35892             Paul Eggert  <eggert@cs.ucla.edu>
35893
35894         Sync from cvs.
35895         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35896
35897 2005-05-31  Derek Price  <derek@ximbiot.com>
35898             Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         Sync from cvs.
35901         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
35902
35903 2005-05-29  Derek Price  <derek@ximbiot.com>
35904
35905         * config/srclist.txt (glob_.h, glob.c): Add these files.
35906
35907 2005-05-29  Derek Price  <derek@ximbiot.com>
35908
35909         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
35910         * modules/glob: New file.
35911         * modules/getlogin_r: Add link to POSIX spec in description.
35912
35913 2005-05-29  Derek Price  <derek@ximbiot.com>
35914             Paul Eggert  <eggert@cs.ucla.edu>
35915
35916         * m4/glob.m4: New file.
35917
35918 2005-05-29  Derek Price  <derek@ximbiot.com>
35919             Paul Eggert  <eggert@cs.ucla.edu>
35920
35921         * lib/glob_.h, lib/glob.c: New files.
35922
35923 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35924
35925         * modules/fts (Files): Remove m4/inttypes-pri.m4.
35926         * modules/fts-lgpl (Depends-on): Remove gettext.
35927
35928 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35929
35930         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
35931         and don't require gt_INTTYPES_PRI.
35932
35933 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
35934
35935         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
35936
35937         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
35938         the configuration hassle isn't worth it.
35939         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
35940         (LONGEST_MODIFIER, PRIuMAX): Remove.
35941
35942 2005-05-27  Bruno Haible  <bruno@clisp.org>
35943
35944         * lib/getlogin_r.h: Remove second include of <stddef.h>.
35945
35946 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
35947
35948         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
35949         _POSIX_PTHREAD_SEMANTICS for Solaris.
35950
35951 2005-05-25  Derek Price  <derek@ximbiot.com>
35952
35953         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
35954
35955 2005-05-25  Derek Price  <derek@ximbiot.com>
35956             Paul Eggert  <eggert@cs.ucla.edu>
35957
35958         * modules/getlogin_r, m4/getlogin_r.m4: New files.
35959         * lib/getlogin_r.c, getlogin_r.h: New files.
35960
35961 2005-05-25  Bruno Haible  <bruno@clisp.org>
35962             Derek Price  <derek@ximbiot.com>
35963
35964         * lib/getlogin_r.h: Simplify API documentation.
35965
35966 2005-05-23  Derek Price  <derek@ximbiot.com>
35967
35968         * modules/minmax (Files): Add m4/minmax.m4.
35969         (configure.ac): Add gl_MINMAX.
35970
35971 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35972
35973         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
35974         so that unistd-safer.h (GPL'ed code) need not be included.
35975
35976 2005-05-22  Bruno Haible  <bruno@clisp.org>
35977
35978         * m4/minmax.m4: New file.
35979         Based on a patch by Derek Price <derek@ximbiot.com>.
35980
35981 2005-05-22  Bruno Haible  <bruno@clisp.org>
35982
35983         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
35984         (INT64_MIN): Fix definition.
35985         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
35986
35987         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
35988         NEED_SIGNED_INT_TYPES.
35989
35990         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
35991         HAVE_SYSTEM_INTTYPES.
35992
35993 2005-05-22  Bruno Haible  <bruno@clisp.org>
35994
35995         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
35996         Also include <sys/param.h> if it defines MIN, MAX.
35997         Based on a patch by Derek Price <derek@ximbiot.com>.
35998
35999 2005-05-21  Jim Meyering  <jim@meyering.net>
36000
36001         * modules/fts (Files): Add m4/inttypes-pri.m4.
36002         (Depends-on): Add lstat and remove gettext.  Alphabetize.
36003
36004 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36005
36006         New fts module.
36007         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
36008         (setup_dir, free_dir): New functions.
36009         (enter_dir, leave_dir): Define trivial
36010         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
36011         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
36012         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
36013         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
36014         Move to fts-cycle.c.
36015         (fts_open): Use setup_dir.
36016         (fts_close): Use free_dir.
36017         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
36018         This adds a label and some gotos, but the alternatives were messier.
36019         Check for memory allocation failure when entering a dir.
36020         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
36021         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
36022         (FTS): New member fts_cycle, that is a union that contains the
36023         old active_dir_ht and cycle_state.  All uses changed to mention
36024         fts_cycle.ht and fts_cycle.state.
36025         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
36026         fts.c, with the following changes:
36027         (setup_dir, free_dir): New functions.
36028         (enter_dir): Now returns bool.  Return true if successful, false
36029         if memory exhausted.  All callers changed.
36030         Do not bother partly cleaning up on
36031         memory allocation failure; that is free_dir's job.
36032         However, free ad if hash_insert fails, to avoid memory leak.
36033         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
36034         fts->fts_options to see which union member to use.
36035
36036 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36037
36038         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
36039         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
36040
36041 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36042
36043         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
36044
36045 2005-05-20  Jim Meyering  <jim@meyering.net>
36046
36047         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
36048         Now a macro, to pacify GCC.
36049
36050 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36051
36052         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
36053         of -1.
36054
36055 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36056
36057         * lib/chown.c (rpl_chown): Return -1 on failure.
36058
36059 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36060
36061         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
36062         Don't check for stddef.h.
36063         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
36064         don't use its results.
36065         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
36066         since we include them unconditionally.  Don't require
36067         AM_STDBOOL_H, since stdbool is a prerequisite.
36068         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
36069         since we assume C89 or better.
36070         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
36071         as we don't use their results.
36072         Don't check for fchdir, memmove, memset, strrchr, as we use
36073         them unconditionally.
36074         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
36075         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
36076
36077 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36078
36079         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
36080         Include <stddef.h> unconditionally, since we assume C89 now.
36081         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
36082         * lib/fts.c: Include fts_.h first, to check interface.
36083         Do not include intprops.h; no longer needed.
36084         Include cycle-check.h and hash.h, since fts_.h no longer does.
36085         Remove unnecessary casts of closedir to void.
36086         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
36087         decide whether to decrement nlinks.
36088         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
36089         (FTS): Use struct hash_table * instead of Hash_table, so that
36090         we no longer need to include hash.h here.
36091
36092 2005-05-18  Jim Meyering  <jim@meyering.net>
36093
36094         * modules/dirfd (License): Change to LGPL.  Most of the code
36095         is already in the public domain.
36096
36097 2005-05-18  Jim Meyering  <jim@meyering.net>
36098
36099         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
36100         Reported by Yoann Vandoorselaere.
36101
36102 2005-05-17  Jim Meyering  <jim@meyering.net>
36103
36104         * m4/fts.m4: New file, from coreutils.
36105
36106 2005-05-17  Jim Meyering  <jim@meyering.net>
36107
36108         * lib/fts.c, lib/fts_.h: New files, from coreutils.
36109
36110 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36111
36112         Sync from coreutils.
36113         * m4/unlinkdir.m4: New file.
36114
36115 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36116
36117         Sync from coreutils.
36118         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
36119         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
36120         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
36121         White space changes only.
36122         * lib/makepath.c (make_path): Port to hosts where leading "//" is
36123         special.
36124         * lib/yesno.c: Include getline.h, not ctype.h.
36125         (yesno): Don't remove leading white space; POSIX doesn't allow it.
36126         Use getline to remove arbitrary restriction on response length.
36127
36128 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36129
36130         * config/srclist-update: Spell out "Street" in FSF postal
36131         mail address; this is the style the FSF seems to prefer.
36132
36133         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
36134         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
36135         this updates FSF postal mail address.
36136
36137         Sync from coreutils.
36138         * modules/unlinkdir: New file.
36139         * modules/yesno (Depends-on): Add getline.
36140         * MODULES.html.sh (File system functions): Add unlinkdir.
36141
36142 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36143
36144         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
36145         lib/strsep.h:
36146         Change the initial comment to refer to GPL, not LGPL.
36147         gnulib-tool will change it to LGPL as needed.
36148
36149         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
36150         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
36151         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
36152         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
36153         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
36154         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
36155         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
36156         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
36157         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
36158         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
36159         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
36160         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
36161         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
36162         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
36163         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
36164         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
36165         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
36166         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
36167         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
36168         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
36169         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
36170         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
36171         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
36172         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
36173         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
36174         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
36175         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
36176         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
36177         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
36178         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
36179         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
36180         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
36181         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
36182         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
36183         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
36184         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
36185         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
36186         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
36187         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
36188         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
36189         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
36190         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
36191         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
36192         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
36193         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
36194         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
36195         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
36196         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
36197         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
36198         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
36199         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36200         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
36201         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
36202         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
36203         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
36204         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
36205         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
36206         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
36207         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
36208         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
36209         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
36210         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
36211         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
36212         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
36213         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
36214         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
36215         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
36216         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
36217         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
36218         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
36219         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
36220         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
36221         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
36222         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
36223         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
36224         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
36225         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
36226         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
36227         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
36228         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
36229         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
36230         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
36231         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
36232         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
36233         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
36234         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
36235         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
36236         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
36237         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
36238         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
36239         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
36240         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
36241         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
36242         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
36243         lib/yesno.c, lib/yesno.h:
36244         Update FSF postal mail address.
36245
36246 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36247
36248         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
36249         tests/test-memmem.c, tests/test-stpncpy.c:
36250         Update FSF postal mail address.
36251
36252 2005-05-13  Bruno Haible  <bruno@clisp.org>
36253
36254         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
36255         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
36256         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
36257         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
36258         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
36259         Add support for 64-bit integers in the MSVC compiler.
36260
36261 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36262
36263         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
36264
36265 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
36266
36267         * gnulib-tool (func_import): Sort and uniquify recommended includes.
36268
36269 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
36270
36271         * doc/getdate.texi (General date syntax): Don't say that date
36272         date --iso-8601=ns generates acceptable dates; it doesn't yet.
36273         Problem reported by Nic Ferrier.
36274
36275 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36276
36277         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
36278         specified in ai_socktype. Fix invalid ai_protocol
36279         check. ai_protocol is usually set to 0 or depending on
36280         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
36281         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
36282         ai_socktype / ai_protocol in the returned addrinfo structure.
36283
36284 2005-05-10  Simon Josefsson  <jas@extundo.com>
36285
36286         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
36287         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
36288
36289 2005-05-10  Karl Berry  <karl@gnu.org>
36290
36291         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
36292         (from http://www.gnu.org/licenses).
36293         * doc/COPYING.LIB: also rename to COPYING.LESSER.
36294         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
36295         fdl.texi suffices.
36296
36297 2005-05-10  Karl Berry  <karl@gnu.org>
36298
36299         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
36300         (COPYING.DOC): remove.
36301
36302         * config/srclist-update: new FSF address.
36303
36304 2005-05-10  Derek Price  <derek@ximbiot.com>
36305
36306         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
36307         possible.
36308
36309 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36310             Bruno Haible  <bruno@clisp.org>
36311
36312         * modules/inet_ntop: New file.
36313         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36314         inet_ntop.
36315
36316 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36317             Bruno Haible  <bruno@clisp.org>
36318
36319         * m4/inet_ntop.m4: New file.
36320
36321 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36322             Bruno Haible  <bruno@clisp.org>
36323
36324         * lib/inet_ntop.h: New file.
36325         * lib/inet_ntop.c: New file, from glibc with modifications.
36326
36327 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
36328
36329         * modules/time_r (License): Change to LGPL.
36330         * modules/extensions (License): Change to LGPL.  Actually,
36331         the license is more permissive than that, but currently gnulib-tool
36332         doesn't know how to handle more-permissive licenses.
36333
36334         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
36335         Problem reported by Dave Love.
36336
36337 2005-05-08  Jim Meyering  <jim@meyering.net>
36338
36339         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
36340         blank.
36341
36342 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36343
36344         * modules/argmatch (Depends-on): Add stdbool.
36345         * modules/backupfile (Depends-on): Likewise.
36346         * modules/chdir-long (Depends-on): Likewise.
36347         * modules/closeout (Depends-on): Likewise.
36348         * modules/cycle-check (Depends-on): Likewise.
36349         * modules/dirname (Depends-on): Likewise.
36350         * modules/fnmatch (Depends-on): Likewise.
36351         * modules/fsusage (Depends-on): Likewise.
36352         * modules/fwriteerror (Depends-on): Likewise.
36353         * modules/getcwd (Depends-on): Likewise.
36354         * modules/getloadavg (Depends-on): Likewise.
36355         * modules/hard-locale (Depends-on): Likewise.
36356         * modules/makepath (Depends-on): Likewise.
36357         * modules/mountlist (Depends-on): Likewise.
36358         * modules/nanosleep (Depends-on): Likewise.
36359         * modules/posixtm (Depends-on): Likewise.
36360         * modules/quotearg (Depends-on): Likewise.
36361         * modules/readtokens (Depends-on): Likewise.
36362         * modules/readtokens0 (Depends-on): Likewise.
36363         * modules/readutmp (Depends-on): Likewise.
36364         * modules/save-cwd (Depends-on): Likewise.
36365         * modules/strftime (Depends-on): Likewise.
36366         * modules/userspec (Depends-on): Likewise.
36367         * modules/utimecmp (Depends-on): Likewise.
36368         * modules/xgetcwd (Depends-on): Likewise.
36369         * modules/xnanosleep (Depends-on): Likewise.
36370         * modules/xstrtod (Depends-on): Likewise.
36371         * modules/yesno (Depends-on): Likewise.
36372
36373 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
36374
36375         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
36376         needless checks.
36377
36378 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36379
36380         Merge from coreutils.  Among other things,
36381         add bulletproofing for cases where stdin, stdout, or stderr are closed.
36382         * lib/fd-safer.c: New file.
36383         * lib/fcntl-safer.h, open-safer.c: Remove.
36384         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
36385         * lib/dup-safer.c: Include unistd-safer.h first.
36386         Don't include errno.h.
36387         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
36388         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
36389         * lib/file-type.c: Rely on file-type.h change.
36390         * lib/getloadavg.c: Include unistd-safer.h.
36391         (getloadavg): Use safer open.
36392         * lib/getusershell.c: Include "stdio-safer.h".
36393         (getusershell): Use safer fopen.
36394         * lib/long-options.c (long_options): Use NULL rather than 0.
36395         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
36396         'free'.
36397         * lib/modechange.c: Likewise.
36398         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
36399         (MODE_DONE): New constant.
36400         (struct mode_change): Remove 'next' member.
36401         (make_node_op_equals): New function; like the old one of the
36402         same name, except it allocates an array.
36403         (mode_compile, mode_create_from_ref): Use it.
36404         (mode_compile): Allocate result as an array, not a linked list.
36405         Parse octal string ourself, so that we catch mistakes like "+0".
36406         (mode_adjust): Arg is an array, not a linked list.
36407         * lib/modechange.c: Include stat-macros.h, xalloc.h.
36408         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
36409         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
36410         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
36411         Remove.  This is now stat-macros.h's job.
36412         (talloc): Remove.  All callers replaced by xalloc, so that
36413         our invokers don't have to worry about reporting memory failures.
36414         (make_node_op_equals): Remove.
36415         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36416         New constants.
36417         (struct mode_change): Moved here from modechange.h.
36418         (mode_append_entry): Remove.
36419         (mode_compile): Remove MASKED_OPS arg, since it encouraged
36420         apps to have incorrect behavior.  Use simpler algorithm for head
36421         and tail.  Don't futz with umask; that's now the job of mode_adjust.
36422         Detect more invalid usages rather than having somewhat-random behavior.
36423         Don't insert an "a=" action, as that leads to incorrect behavior.
36424         (mode_compile, mode_create_from_ref): Return NULL on error instead
36425         of an enum, since now there's only one way to have an error.  All
36426         callers changed.
36427         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
36428         at the correct time.  Simplify calculation of "+u" and its ilk.
36429         Don't mishandle "+X".
36430         (mode_free): Remove "register" and localize decls.
36431         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36432         (struct mode_change): Move to modechange.c; callers don't
36433         need to see this stuff.
36434         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
36435         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
36436         (mode_change, mode_adjust): Reflect the new signatures noted above.
36437         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
36438         that might redefine system include files.
36439         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
36440         (my_usleep): Use NULL rather than (void *) 0.
36441         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
36442         Use siginterrupt to specify that system calls should be interrupted.
36443         (rpl_nanosleep): Move initialization of suspended closer to call of
36444         my_usleep.
36445         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
36446         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
36447         (desirable_utmp_entry): New function.
36448         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
36449         using x2nrealloc, to simplify logic.
36450         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
36451         size calculation.  Do not assume utmp file is a regular file.
36452         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
36453         (READ_UTMP_CHECK_PIDS): New constant.
36454         * lib/save-cwd.c: Include unistd-safer.h.
36455         (save_cwd): Use fd_safer.
36456         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
36457         [!_LIBC] Include "stat-macros.h" instead.
36458         * lib/unistd-safer.h (fd_safer): New decl.
36459
36460 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36461
36462         * modules/getloadavg (Depends-on): Add unistd-safer.
36463         * modules/getusershell (Depends-on): Add stdio-safer.
36464         * modules/lstat (Depends-on): Remove xalloc.
36465         * modules/mkstemp (Depends-on): Add stat-macros.
36466         * modules/modechange (Depends-on): Remove xstrtol.
36467         Add stat-macros, xalloc.
36468         * modules/save-cwd (Depends-on): Add unistd-safer.
36469         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
36470         * modules/unistd-safer (Files): Add lib/fd-safer.c
36471         (Makefile.am): Remove lib_SOURCES.
36472
36473         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
36474         Remove fcntl-safer; unistd-safer supersedes it.
36475
36476 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36477
36478         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
36479         AC_HEADER_STAT.
36480         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
36481         (gl_PREREQ_CHOWN): Remove.
36482         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
36483         it.  Don't require AC_HEADER_STAT.
36484         (gl_PREREQ_LSTAT): Remove.
36485         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
36486         Don't require AC_HEADER_STAT.
36487         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
36488         (gl_PREREQ_RMDIR): Remove.
36489         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
36490         mention stat-macros.h or AC_HEADER_STAT, since we'll make
36491         the stat-macros module a prerequisite.
36492         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
36493         * m4/filemode.m4 (gl_FILEMODE): Likewise.
36494         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
36495         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
36496         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
36497         variable names.
36498         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
36499         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
36500         variable prefixes.
36501         * m4/fcntl-safer.m4: Remove.
36502         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
36503         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
36504         Invoke gl_PREREQ_FD_SAFER.
36505         (gl_PREREQ_FD_SAFER): New macro.
36506         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
36507         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
36508         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
36509         Remove duplicate call to AC_LIBOBJ(readutmp).
36510         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
36511
36512         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
36513         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
36514
36515 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36516
36517         * MODULES.html.sh (Misc): Add byteswap.
36518
36519 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36520
36521         * modules/getcwd (Depends-on): Add extensions.
36522         * modules/openat (Depends-on): Likewise.
36523
36524 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36525
36526         * modules/byteswap: New file.
36527
36528 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36529
36530         * m4/byteswap.m4: New file.
36531
36532 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36533
36534         * lib/byteswap_.h: New file.
36535
36536 2005-04-25  Karl Berry  <karl@gnu.org>
36537
36538         * m4/gettext.m4: Update from GNU gettext 0.14.4.
36539
36540 2005-04-25  Albert Chin  <china@thewrittenword.com>
36541
36542         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
36543         Toolkit C bug.
36544
36545 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
36546
36547         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
36548         (func_ln_if_changed) Remove forcibly for no error message
36549         in case file does not exist.
36550
36551 2005-04-19  Simon Josefsson  <jas@extundo.com>
36552
36553         * gnulib-tool (Options): Make --symlink mean --symbolic.
36554
36555 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
36556
36557         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
36558
36559 2005-04-16  Simon Josefsson  <jas@extundo.com>
36560
36561         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
36562
36563 2005-04-15  Simon Josefsson  <jas@extundo.com>
36564
36565         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
36566
36567 2005-04-15  Simon Josefsson  <jas@extundo.com>
36568
36569         * gnulib-tool: Rename --symlink to --symbolic.
36570
36571 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
36572
36573         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
36574         symbolic links to files instead of copying/moving.  Add --aux-dir,
36575         specifying directory relative --dir where auxiliary build tools
36576         are placed.
36577
36578 2005-04-14  Bruno Haible  <bruno@clisp.org>
36579
36580         * modules/allocsa (License): Change to LGPL.
36581         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
36582
36583 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
36586         that "UTC +1 second" continues to work.  Problem reported
36587         by Dmitry V. Levin.
36588         (relunit_snumber): New rule.
36589         (relunit): Use it.
36590
36591 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36592
36593         * lib/getdate.y (universal_time_zone_table): New constant.
36594         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
36595         universal_time_zone_table.
36596         (lookup_zone): Prefer universal_time_zone_table to
36597         local_time_zone_table, so that "GMT" time stamps are allowed in
36598         London during the summer.  Problem reported by Ian Abbott.
36599
36600 2005-04-12  Jim Meyering  <jim@meyering.net>
36601
36602         * lib/human.c (humblock): Set *options even when returning due to
36603         xstrtoumax conversion failure.  Thanks to a used-uninitialized
36604         warning from gcc-4.
36605
36606 2005-04-09  Jim Meyering  <jim@meyering.net>
36607
36608         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
36609         -Wuninitialized: initialize tm0.tm_year.
36610
36611 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36612
36613         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
36614         count, since there's no maximum.  All uses changed.
36615         Add member dsts_seen.
36616         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
36617         not being INT_MAX.
36618         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
36619         Use pc_rels_seen to decide whther a date is absolute.
36620
36621         * lib/getdate.y (number): Don't overwrite year.
36622         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
36623         check.
36624
36625 2005-04-02  Simon Josefsson  <jas@extundo.com>
36626
36627         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
36628         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
36629
36630 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
36631
36632         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
36633         where no absolute path name can be longer than PATH_MAX.
36634
36635 2005-03-27  Jim Meyering  <jim@meyering.net>
36636
36637         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
36638
36639 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
36640
36641         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
36642         "one's complement" -> "ones' complement" in comment, as per Knuth.
36643         "value of type" -> "type or expression" in comment.
36644         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
36645
36646 2005-03-26  Jim Meyering  <jim@meyering.net>
36647
36648         Comment nits.
36649         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
36650         Correct typos: s/or/of/.
36651
36652 2005-03-26  Jim Meyering  <jim@meyering.net>
36653
36654         * modules/check-include-files: Move to ../ and rename to...
36655         * check-module: ...this.
36656
36657 2005-03-25  Jim Meyering  <jim@meyering.net>
36658
36659         * modules/xvasprintf (Files): Add xalloc.h.
36660
36661 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36662
36663         * modules/gettext (Files): config/config.rpath ->
36664         build-aux/config.rpath
36665         * modules/iconv (Files): Likewise.
36666         Problem reported by Oskar Liljeblad.
36667
36668 2005-03-23  Jim Meyering  <jim@meyering.net>
36669
36670         * modules/check-include-files: New script to check for
36671         missing dependencies, multiple includes, etc.
36672
36673         * modules/c-strtold (Depends-on): Add xalloc.
36674         * modules/c-strtod (Depends-on): Add xalloc.
36675         * modules/hash (Depends-on): Add xalloc.
36676         (Files): Remove lib/xalloc.h.
36677
36678         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
36679         * modules/userspec (Files): Add lib/inttostr.h.
36680
36681 2005-03-23  Jim Meyering  <jim@meyering.net>
36682
36683         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
36684
36685 2005-03-22  Jim Meyering  <jim@meyering.net>
36686
36687         * modules/stat-macros: New module.
36688         * modules/canonicalize, modules/euidaccess, modules/file-type,
36689         * modules/filemode, modules/lchown, modules/makepath,
36690         * modules/rmdir, modules/stat: Depend on new stat-macros module
36691         rather than listing lib/stat-macros.h manually.
36692         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
36693
36694 2005-03-22  Jim Meyering  <jim@meyering.net>
36695
36696         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
36697
36698 2005-03-22  Bruno Haible  <bruno@clisp.org>
36699
36700         * config/srclist.txt: Replace target directory 'config' with
36701         'build-aux'.
36702         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
36703         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
36704         ../build-aux/.
36705
36706 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
36707
36708         * modules/chdir-long (Depends-on): Add mempcpy.
36709
36710         * modules/acl, modules/backupfile, modules/c-strtod,
36711         modules/c-strtold, modules/canon-host, modules/canonicalize,
36712         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
36713         modules/exclude, modules/exitfail, modules/file-type,
36714         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
36715         modules/getdate, modules/getline, modules/getpagesize,
36716         modules/getpass, modules/getugroups, modules/group-member,
36717         modules/hard-locale, modules/hash, modules/human, modules/idcache,
36718         modules/inttostr, modules/long-options, modules/makepath,
36719         modules/md5, modules/memcasecmp, modules/memcoll,
36720         modules/modechange, modules/mountlist, modules/path-concat,
36721         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
36722         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
36723         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
36724         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
36725         modules/strftime, modules/strndup, modules/strverscmp,
36726         modules/timespec, modules/unlocked-io, modules/userspec,
36727         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
36728         modules/yesno:
36729         Remove lib_SOURCES line from Makefile.am section, as this is now
36730         done automatically by the corresponding Autoconf macro.
36731
36732 2005-03-21  Jim Meyering  <jim@meyering.net>
36733
36734         Changes imported from coreutils.
36735
36736         * lib/cycle-check.c: Don't include xalloc.h.
36737
36738         * lib/path-concat.c: Don't include assert.h.
36739         (path_concat): Remove assertion that would have triggered
36740         for ABASE starting with more than one slash.
36741         Reported by Andreas Schwab.
36742
36743         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
36744         properly when ABASE is an absolute file name.
36745         Correct the description of this function.
36746         Include <assert.h>.
36747         Add an assertion and a test driver.
36748         This fixes a bug introduced on 2004-07-02.
36749         Andreas Schwab reported the resulting failure of cp --parents:
36750         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
36751
36752 2005-03-21  Jim Meyering  <jim@meyering.net>
36753
36754         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
36755         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
36756
36757 2005-03-21  Jim Meyering  <jim@meyering.net>
36758         and  Paul Eggert  <eggert@cs.ucla.edu>
36759
36760         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
36761         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
36762         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
36763         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
36764         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
36765         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
36766         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
36767         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
36768         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
36769         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
36770         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
36771         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
36772         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
36773         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
36774         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
36775         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
36776         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
36777         for these modules.
36778
36779 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
36780
36781         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
36782         (which shouldn't happen), generate nothing instead of returning 0
36783         immediately, so that nstrftime (NULL, ...) doesn't return 0.
36784
36785 2005-03-16  Bruno Haible  <bruno@clisp.org>
36786
36787         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
36788         HAVE_LONGLONG_64BIT.
36789
36790 2005-03-16  Bruno Haible  <bruno@clisp.org>
36791
36792         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
36793         HAVE_LONGLONG_64BIT.
36794
36795 2005-03-16  Bruno Haible  <bruno@clisp.org>
36796
36797         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
36798         HAVE_LONGLONG_64BIT.
36799
36800 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36801
36802         * lib/strftime.c (my_strftime): Prepend space to format so that we can
36803         reliably distinguish strftime failure from empty output on POSIX
36804         hosts.
36805
36806 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
36807
36808         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
36809         (iconv_string): Don't guess a size-zero buffer, as that might cause
36810         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
36811         result would be 'too large', where 'too large' is (heuristically)
36812         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
36813         overflow concerns.  This will prevent some unwanted malloc failures
36814         when the inputs are very large.
36815
36816 2005-03-15  Karl Berry  <karl@gnu.org>
36817
36818         * config/srclist.txt (config.rpath): from gettext.
36819         * config/config.rpath: update.
36820
36821 2005-03-15  Bruno Haible  <bruno@clisp.org>
36822
36823         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
36824         to 'negate'.
36825
36826         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
36827         variable.
36828
36829         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
36830         results.
36831
36832 2005-03-14  Simon Josefsson  <jas@extundo.com>
36833
36834         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
36835         <fx@gnu.org>.
36836
36837 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
36838
36839         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
36840         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
36841         intprops.h.
36842         * lib/strtol.c: Likewise.
36843
36844 2005-03-14  Jim Meyering  <jim@meyering.net>
36845
36846         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
36847         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
36848         to be nonzero so that we (and caller) can detect the difference
36849         between a valid zero-length expansion and an error return, even
36850         when the underlying strftime fails before writing anything into
36851         that location.
36852
36853 2005-03-14  Bruno Haible  <bruno@clisp.org>
36854
36855         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
36856         Update from GNU gettext 0.14.3.
36857
36858 2005-03-10  Jim Meyering  <jim@meyering.net>
36859
36860         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
36861
36862 2005-03-10  Jim Meyering  <jim@meyering.net>
36863
36864         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
36865         so that this module works on systems without fchdir.
36866
36867 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
36868
36869         Factor int-properties macros into a single file, except for
36870         glibc-related files.
36871         * lib/intprops.h: New file.
36872         * lib/getloadavg.c: Include it instead of limits.h.
36873         (INT_STRLEN_BOUND): Remove.
36874         * lib/human.c: Include intprops.h.
36875         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
36876         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
36877         302/1000.
36878         * lib/inttostr.h: Include intprops.h instead of limits.h.
36879         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
36880         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
36881         for consistency with intprops.h.
36882         (time_t_is_integer, twos_complement_arithmetic): Use them.
36883         * lib/sig2str.h: Include <signal.h>, intprops.h.
36884         (INT_STRLEN_BOUND): Remove.
36885         * lib/strftime.c (TYPE_SIGNED): Remove.
36886         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
36887         * lib/strtol.c: Adjust comments to match intprops.h.
36888         * lib/userspec.c: Include intprops.h.
36889         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
36890         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
36891         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
36892         instead of rolling our own expressions.
36893         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
36894
36895         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
36896         instead of int.
36897         (my_strftime): Do not mishandle years close to INT_MAX, by doing
36898         the right thing even if adding 1900 would overflow.  Similarly
36899         for tm_mon + 1 and tm_yday + 1.
36900         Make %Y always equivalent to %C%y, and similarly for %G and %g.
36901         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
36902         (DO_SIGNED_NUMBER): New macro.
36903         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
36904
36905 2005-03-07  Bruno Haible  <bruno@clisp.org>
36906
36907         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
36908
36909 2005-03-07  Bruno Haible  <bruno@clisp.org>
36910
36911         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
36912
36913 2005-03-04  Derek R. Price  <derek@ximbiot.com>
36914
36915         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
36916         (func_import): Only replace files via --import when they have actually
36917         changed.
36918
36919 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36920
36921         * m4/mmap-anon.m4: New file.
36922         * m4/pagealign_alloc.m4: New file.
36923
36924 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36925             Bruno Haible  <bruno@clisp.org>
36926
36927         * modules/pagealign_alloc: New file.
36928         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
36929
36930 2005-03-03  Derek R. Price  <derek@ximbiot.com>
36931             Bruno Haible  <bruno@clisp.org>
36932
36933         * lib/pagealign_alloc.h: New file.
36934         * lib/pagealign_alloc.c: New file.
36935
36936 2005-03-03  Bruno Haible  <bruno@clisp.org>
36937
36938         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
36939         Use an all-permissive copyright notice, recommended by RMS.
36940
36941 2005-03-02  Bruno Haible  <bruno@clisp.org>
36942
36943         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
36944         of AIX, the replacement has to be done only after <string.h> is
36945         included, therefore not in config.h. stpncpy.h does the replacement,
36946         and stpncpy.c uses it.
36947
36948 2005-03-02  Bruno Haible  <bruno@clisp.org>
36949
36950         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
36951         stpncpy.c uses it.
36952
36953 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36954
36955         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
36956         The workaround isn't strictly needed for POSIX conformance, and
36957         it's too much of a pain to configure and maintain.  We'll ask
36958         people to fix their kernels instead.
36959         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
36960         (NANOSLEEP_BUG_WORKAROUND): Remove.
36961         (xnanosleep): Remove the workaround.
36962
36963 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36964
36965         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
36966         Reported by Derek Price.
36967         (Include): Add "timespec.h".
36968
36969         * modules/xnanosleep (Depends-on): Remove gethrxtime.
36970
36971 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36972
36973         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
36974         to detect nanosleep bug.
36975
36976 2005-03-01  Bruno Haible  <bruno@clisp.org>
36977
36978         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
36979
36980 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36981
36982         * modules/gethrxtime: New file.
36983         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
36984         (Depends-on): Add gethrxtime.
36985         (configure.ac): Add gl_XNANOSLEEP.
36986         (Makefile.am): Remove lib_SOURCES line.
36987
36988 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36989
36990         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
36991         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
36992
36993 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
36994
36995         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
36996         * lib/timespec.h (gettime): Return void, since it always
36997         succeeds now.  All uses changed.
36998         * lib/gettime.c (gettime) Likewise.
36999         [HAVE_NANOTIME]: Prefer nanotime.
37000         Assume gettimeofday succeeds, as POSIX requires.
37001         Assime time () succeeds, since other code already does.
37002         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
37003         (timespec_subtract): Remove.
37004         (NANOSLEEP_BUG_WORKAROUND): New constant.
37005         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
37006         things considerably.  Use it only on GNU/Linux hosts, since the
37007         workaround shouldn't be needed elsewhere.
37008
37009 2005-02-24  Bruno Haible  <bruno@clisp.org>
37010
37011         * modules/gettext (Files): Add m4/glibc2.m4.
37012
37013 2005-02-24  Bruno Haible  <bruno@clisp.org>
37014
37015         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
37016         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
37017         * m4/progtest.m4:
37018         Update from GNU gettext 0.14.2.
37019         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
37020
37021 2005-02-24  Bruno Haible  <bruno@clisp.org>
37022
37023         * lib/localcharset.c: Update from GNU gettext 0.14.2.
37024         * lib/config.charset: Update from GNU gettext 0.14.2.
37025
37026 2005-02-24  Bruno Haible  <bruno@clisp.org>
37027
37028         * lib/gettext.h: Update from GNU gettext 0.14.2.
37029
37030 2005-02-23  Simon Josefsson  <jas@extundo.com>
37031
37032         * m4/iconvme.m4: New file.
37033
37034 2005-02-23  Jim Meyering  <jim@meyering.net>
37035
37036         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
37037         change.
37038         Thanks to Bruno Haible for catching it.
37039
37040 2005-02-22  Simon Josefsson  <jas@extundo.com>
37041
37042         * modules/iconvme: New file.
37043
37044         * MODULES.html.sh: Add iconvme.
37045
37046 2005-02-22  Simon Josefsson  <jas@extundo.com>
37047
37048         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
37049
37050 2005-02-22  Simon Josefsson  <jas@extundo.com>
37051
37052         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
37053
37054 2005-02-22  Jim Meyering  <jim@meyering.net>
37055
37056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
37057         s/ifndef/ifdef/.
37058
37059 2005-02-20  Neil Conway  <neilc@samurai.com>
37060
37061         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
37062         returned by OSX/Darwin if the specified buffer is not large
37063         enough for the hostname.
37064
37065 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37066
37067         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
37068         pass it to _help, otherwise the latter coredumps trying to
37069         dereference state.root_argp.
37070
37071 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37072
37073         * modules/chdir-long (Depends-on): Add memrchr.
37074         * modules/memrchr (Files): Add lib/memrchr.h.
37075         (Include): "memrchr.h".
37076
37077 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37078
37079         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
37080
37081 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37082
37083         * lib/memrchr.h: New file.
37084         * lib/chdir-long.c: Include it.
37085         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
37086         Don't bother including stddef.h.
37087
37088 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
37091         inclusion.
37092         Include <sys/types.h>, for dev_t.
37093         (ME_DUMMY, ME_REMOTE): Move from here....
37094         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
37095         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
37096         Dmitry V. Levin.
37097         Include mountlist.h first, to test the interface.
37098
37099 2005-01-29  Bruno Haible  <bruno@clisp.org>
37100
37101         * lib/progname.c (program_name): Initialize.
37102         Needed when linking statically on MacOS X.
37103
37104 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37105
37106         Sync from coreutils.
37107         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
37108         (Depends-on): Add c-strtod.
37109         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
37110
37111 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37112
37113         Sync from coreutils.
37114         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
37115
37116         Remove files that are specific to coreutils.
37117         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
37118
37119 2005-01-28  Bruno Haible  <bruno@clisp.org>
37120
37121         * modules/javacomp: New file.
37122         * MODULES.html.sh (Java): Add javacomp.
37123
37124 2005-01-28  Bruno Haible  <bruno@clisp.org>
37125
37126         * m4/javacomp.m4: New file, from GNU gettext.
37127
37128 2005-01-28  Bruno Haible  <bruno@clisp.org>
37129
37130         * lib/javacomp.sh.in: New file, from GNU gettext.
37131         * lib/javacomp.h: New file, from GNU gettext.
37132         * lib/javacomp.c: New file, from GNU gettext.
37133
37134 2005-01-26  Simon Josefsson  <jas@extundo.com>
37135
37136         * lib/gai_strerror.c: Use GPL in header.
37137
37138 2005-01-26  Bruno Haible  <bruno@clisp.org>
37139
37140         * modules/javaexec: New file.
37141         * MODULES.html.sh (Java): Add javaexec.
37142
37143 2005-01-26  Bruno Haible  <bruno@clisp.org>
37144
37145         * m4/javaexec.m4: New file, from GNU gettext.
37146
37147 2005-01-26  Bruno Haible  <bruno@clisp.org>
37148
37149         * lib/javaexec.sh.in: New file, from GNU gettext.
37150         * lib/javaexec.h: New file, from GNU gettext.
37151         * lib/javaexec.c: New file, from GNU gettext.
37152
37153 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37154
37155         * modules/lchown (Depends-on): Remove lchown.h
37156
37157 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37158
37159         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
37160         must be defined if the header file was not found, in order
37161         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
37162
37163 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37164
37165         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
37166         initializers for struct pentry_state.
37167         (__argp_error): Check return value of __asprintf
37168         (__argp_failure): Translate error message
37169
37170         * lib/argp-parse.c: Removed braces around the expansion of N_()
37171
37172 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37173
37174         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
37175         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
37176         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
37177         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
37178         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
37179         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
37180         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
37181         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
37182         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
37183         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
37184         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
37185         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
37186         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
37187         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
37188         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
37189         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
37190         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
37191         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
37192         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
37193         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
37194         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
37195         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
37196         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
37197         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
37198         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
37199         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
37200         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
37201         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
37202         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
37203         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
37204         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
37205         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
37206         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
37207         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
37208         xstrtol.m4, xstrtoumax.m4, yesno.m4:
37209         Use an all-permissive copyright notice, recommended by RMS.
37210
37211 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
37212
37213         * modules/chdir-long (Depends-on): Remove mempcpy.
37214
37215 2005-01-21  Jim Meyering  <jim@meyering.net>
37216
37217         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
37218         same value as for Solaris 9.
37219
37220         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
37221         component length.  This included changing the parameter to be
37222         of type `char *' rather than `char const *'.
37223         * lib/chdir-long.h (chdir_long): Update prototype.
37224
37225         * lib/openat.c (fdopendir, fstatat): New functions.
37226         * lib/openat.h: Include headers required for use of DIR and struct
37227         stat.
37228         [AT_SYMLINK_NOFOLLOW]: Define.
37229         (fdopendir, fstatat): Add prototypes.
37230
37231 2005-01-21  Bruno Haible  <bruno@clisp.org>
37232
37233         * modules/classpath: New file.
37234         * MODULES.html.sh (Java): Add classpath.
37235
37236 2005-01-21  Bruno Haible  <bruno@clisp.org>
37237
37238         * lib/classpath.h: New file, from GNU gettext.
37239         * lib/classpath.c: New file, from GNU gettext.
37240
37241 2005-01-20  Simon Josefsson  <jas@extundo.com>
37242
37243         * modules/version-etc-fsf: New file.
37244
37245 2005-01-20  Simon Josefsson  <jas@extundo.com>
37246
37247         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
37248         * lib/version-etc.c: Remove version_etc_copyright.
37249         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
37250         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
37251
37252 2005-01-20  Simon Josefsson  <jas@extundo.com>
37253
37254         * lib/base64.h (isbase64): Add.
37255
37256         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
37257         using a unsigned prototype, don't inline.
37258         (base64_decode): Use it.
37259
37260 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37261
37262         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
37263         it.
37264
37265 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37266
37267         * lib/save-cwd.c (save_cwd): Remove code to support the case
37268         where fchdir is missing or flaky.
37269
37270 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37271
37272         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
37273
37274 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37275
37276         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
37277         AC_LIBSOURCES now does this.
37278         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
37279         with new ullong_max module.
37280
37281 2005-01-19  Bruno Haible  <bruno@clisp.org>
37282
37283         * modules/sh-quote: New file.
37284         * MODULES.html.sh (Executing programs): Add sh-quote.
37285
37286 2005-01-19  Bruno Haible  <bruno@clisp.org>
37287
37288         * lib/sh-quote.h: New file, from GNU gettext.
37289         * lib/sh-quote.c: New file, from GNU gettext.
37290
37291 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37292
37293         Merge from coreutils.
37294         * m4/ullong_max.m4: New file.
37295         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
37296         (gl_MACROS): Assume localeconv exists.
37297
37298 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37299
37300         Merge changes from coreutils, as described below in several
37301         changelogs dated today.
37302
37303         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
37304         (O_DIRECTORY): Remove; not needed here, since "." must be
37305         a directory.  All uses removed.
37306         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
37307         universal on Suns, and we also need to test for IRIX.
37308         Revamp code to use 'if' rather than '#if'.
37309         Avoid unnecessary comparison of cwd->desc to 0.
37310
37311         * lib/utimens.c (futimens): Robustify the previous patch, by checking
37312         for known valid error numbers rather than observed invalid ones.
37313
37314 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37315
37316         * modules/ullong_max: New file.
37317
37318         * modules/chdir-long, modules/openat: New files.
37319         * modules/save-cwd (Depends-on): Depend on chdir-long.
37320         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
37321
37322 2005-01-18  Jim Meyering  <jim@meyering.net>
37323
37324         Merge from coreutils.
37325         * m4/chdir-long.m4, m4/openat.m4: New files.
37326         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
37327         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
37328         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
37329         is sane and DOES follow symlinks.  Besides, testing 20 different
37330         systems found no broken chown implementations.
37331         Prompted by a change in rsync's copy of this macro.
37332         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
37333
37334         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
37335
37336         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
37337         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
37338         NULL-means-set-to-current-time semantics.
37339         Remove temporary file immediately, rather than waiting
37340         for configure's at-exit trap code to do it.
37341
37342 2005-01-18  Jim Meyering  <jim@meyering.net>
37343
37344         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37345
37346         * lib/utimens.c (futimens): Account for the fact that futimes
37347         can also fail with errno == ENOSYS or errno == ENOENT.
37348         Patch from Dmitry V. Levin.
37349
37350         Change the name of the robust chdir function from chdir to chdir_long.
37351         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
37352         (restore_cwd): Use chdir_long, not chdir.
37353         * lib/chdir-long.c: Renamed from chdir.c.
37354         * lib/chdir-long.h: Renamed from chdir.h.
37355         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
37356         Hurd.
37357
37358 2005-01-18  Bruno Haible  <bruno@clisp.org>
37359
37360         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
37361         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
37362         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
37363         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
37364         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
37365         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
37366         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
37367         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
37368         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
37369         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
37370         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
37371         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
37372         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
37373         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
37374         Use an all-permissive copyright notice, recommended by RMS.
37375
37376 2005-01-18  Bob Proulx  <bob@proulx.com>
37377
37378         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
37379         simplify offsetof() macro construct to avoid compile failure with
37380         native HP-UX 11.0 ANSI C compiler.
37381
37382 2005-01-17  Bruno Haible  <bruno@clisp.org>
37383
37384         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
37385         redundant because stpncpy.m4 takes care of it.
37386
37387 2005-01-17  Bruno Haible  <bruno@clisp.org>
37388
37389         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
37390
37391 2005-01-17  Bruno Haible  <bruno@clisp.org>
37392
37393         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
37394         used.
37395
37396 2005-01-17  Bruno Haible  <bruno@clisp.org>
37397
37398         * lib/fwriteerror.h (fwriteerror): Change specification to include
37399         fclose.
37400         * lib/fwriteerror.c: Include <stdbool.h>.
37401         (fwriteerror): At the end, close the file stream. Record whether
37402         stdout was already closed.
37403
37404 2005-01-17  Bruno Haible  <bruno@clisp.org>
37405
37406         * lib/execute.c (environ): Declare if needed.
37407         * lib/pipe.c (environ): Likewise.
37408         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
37409
37410 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37411
37412         * modules/argp: Depend on vsnprintf
37413
37414 2005-01-10  Jim Meyering  <jim@meyering.net>
37415
37416         * modules/closeout (Depends-on): Add atexit.
37417
37418 2005-01-06  Bruno Haible  <bruno@clisp.org>
37419
37420         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
37421
37422 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37423
37424         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
37425         definitions to be after all include files, to avoid collisions.
37426         Problem reported by Bob Proulx.
37427
37428 2005-01-04  Jim Meyering  <jim@meyering.net>
37429
37430         Changes imported from coreutils.
37431         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
37432         as the mkstemp template, use a temporary directory and an
37433         8.3-friendly template to avoid trouble on systems like DJGPP.
37434         Reported by Juan M. Guerrero via Stepan Kasal.
37435         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
37436         close. Remove the temporary directory right away, rather than waiting
37437         for configure's at-exit trap code to do it.
37438         Suggestion from Stepan Kasal.
37439
37440 2005-01-01  Simon Josefsson  <jas@extundo.com>
37441
37442         * gnulib-tool: Print #include directives when --import'ing.
37443
37444 2004-12-28  Simon Josefsson  <jas@extundo.com>
37445
37446         * tests/test-base64.c: Include required header files.  Remove
37447         unused variables.
37448
37449 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37450
37451         * modules/error (Depends-on): Remove gettext.
37452
37453 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37454
37455         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
37456         not needed.  This removes a dependency on the gettext module.
37457         [defined _LIBC]: Do not include <libintl.h>; not needed.
37458
37459 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37460
37461         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
37462         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
37463
37464 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37465
37466         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
37467         HAVE_DECL_STRTOLD.
37468
37469 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37470
37471         * modules/getdate (Depends-on): Remove alloca-opt.
37472
37473 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37474
37475         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
37476
37477 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37478
37479         * lib/argp-parse.c: Include <stddef.h>.
37480         (alignof, alignto): New macros.
37481         (parser_init): Don't assume that void * is aligned sufficiently
37482         for struct option.
37483
37484         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
37485         need to extend the stack.
37486         (YYINITDEPTH): New macro, so that the initial stack isn't overly
37487         large.
37488
37489 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37490
37491         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
37492
37493 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37494
37495         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
37496         (2004-10-24) change.  Apparently this was a false alarm.
37497
37498         * modules/getdate: Depend on alloca-opt, not alloca.
37499
37500 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37501
37502         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
37503         Remove now-obsolete comment about AIX.
37504         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
37505         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
37506         (YYMAXDEPTH): New macro.
37507
37508 2004-12-18  Simon Josefsson  <jas@extundo.com>
37509
37510         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
37511
37512 2004-12-18  Bruno Haible  <bruno@clisp.org>
37513
37514         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
37515
37516 2004-12-18  Bruno Haible  <bruno@clisp.org>
37517
37518         * lib/fatal-signal.c (fatal_signals): Make non-const.
37519         (init_fatal_signals): New function.
37520         (uninstall_handlers, install_handlers): Ignore signals that were set to
37521         SIG_IGN.
37522         (at_fatal_signal): Call init_fatal_signals.
37523         (init_fatal_signal_set): Likewise. Ignore signals that were set to
37524         SIG_IGN.
37525         Reported by Paul Eggert.
37526
37527 2004-12-18  Bruno Haible  <bruno@clisp.org>
37528
37529         * doc/alloca.texi: New file.
37530         * doc/alloca-opt.texi: New file.
37531
37532 2004-12-17  Jim Meyering  <jim@meyering.net>
37533
37534         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
37535         Otherwise, install-sh could exit with improper exit status when
37536         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
37537
37538 2004-12-16  Simon Josefsson  <jas@extundo.com>
37539
37540         * tests/test-base64.c: Add license.
37541
37542 2004-12-15  Stepan Kasal  <address@hidden>
37543
37544         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
37545
37546 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
37547
37548         * modules/getcwd (Files): Add m4/d-ino.m4.
37549         Suggested by Mark D. Baushke.
37550
37551 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37552
37553         * lib/getdate.y (textint): New member "negative".
37554         (time_zone_hhmm): New function.
37555         Expect 14 shift-reduce conflicts, not 13.
37556         (o_colon_minutes): New rule.
37557         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
37558         (yylex): Set the "negative" member of signed numbers.
37559
37560 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37561
37562         * doc/getdate.texi (Time of day items, Time zone items):
37563         Describe new formats +00:00, UTC+00:00.
37564
37565 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37566
37567         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
37568         spurious "-l"s.  Problem reported by Stepan Kasal.
37569
37570 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
37571
37572         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
37573         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
37574
37575 2004-12-04  Simon Josefsson  <jas@extundo.com>
37576
37577         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
37578         Vandoorselaere <yoann@prelude-ids.org>.
37579
37580 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37581
37582         Changes imported from coreutils.
37583         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
37584         exist.
37585         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
37586
37587 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37588
37589         Changes imported from coreutils.
37590         * lib/hard-locale.c: Assume <locale.h> exists.
37591         Include "strdup.h".
37592         (GLIBC_VERSION): New macro.
37593         (hard_locale): Assume setlocale exists.
37594         Rewrite to avoid #ifdef.
37595         Use strdup rather than malloc + strcpy.
37596         * lib/human.c: Assume <locale.h> exists.
37597         (human_readable): Assume localeconv exists.
37598
37599 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37600
37601         * modules/hard-locale (Depends-on): Add strdup.
37602
37603 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37604
37605         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
37606         convert T2, not T.  (Imported from libc.)
37607
37608 2004-11-30  Simon Josefsson  <jas@extundo.com>
37609
37610         * modules/restrict (License): Change to LGPL.
37611
37612 2004-11-30  Simon Josefsson  <jas@extundo.com>
37613
37614         * m4/restrict.m4: Add copyright and copying conditions.
37615
37616 2004-11-30  Simon Josefsson  <jas@extundo.com>
37617
37618         * m4/base64.m4: New file.
37619
37620 2004-11-30  Simon Josefsson  <jas@extundo.com>
37621
37622         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
37623         base64.
37624
37625         * tests/test-base64.c: New file.
37626
37627         * modules/base64: New file.
37628
37629 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37630
37631         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
37632         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
37633
37634         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
37635
37636 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37637
37638         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
37639         (__getcwd.c): Don't restore errno; glibc doesn't.
37640         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
37641         first, falling back to our code only if its results look suspicious.
37642         Ensure that the resulting buffer is only as large as necessary.
37643
37644         * lib/readutmp.c: Include readutmp.h first.
37645         Include <errno.h>, since readutmp.h no longer does that.
37646         * lib/readutmp.h: Don't include <errno.h>,
37647         <sys/param.h>, <time.h>; not needed to establish interface.
37648         (errno): Remove decl.
37649         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
37650         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
37651         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
37652
37653 2004-11-28  Simon Josefsson  <jas@extundo.com>
37654
37655         * lib/base64.h, base64.c: New file.
37656
37657 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
37660
37661 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37662
37663         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
37664         (Depends-on): Remove pathmax, same.  Add mempcpy.
37665         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
37666         (Makefile.am): Append getcwd.h to lib_SOURCES.
37667         (Include): Add getcwd.h.
37668         (Maintainer): Change from Jim Meyering to "all, glibc",
37669         since getdate now uses intended-for-glibc code.
37670         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
37671         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
37672
37673 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37674
37675         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
37676         HP's ANSI C compiler.
37677         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
37678         Declaring int functions causes warnings on some modern systems and
37679         shouldn't be needed to compile on ancient ones.
37680         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
37681         defined.
37682
37683         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
37684         with the following changes.
37685         (__set_errno): Parenthesize properly.
37686         Include <stdbool.h>.
37687         (MIN, MAX, MATCHING_INO): New macros.
37688         (__getcwd): Define with prototype, not K&R form.
37689         Use heuristics to allocate default buffer on stack if possible.
37690         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
37691         behavior, and to avoid the PATH_MAX limit when computing
37692         ../../../../...
37693         Use MATCHING_INO to compare inode number to file.
37694         Check for arithmetic overflow in size calculations.
37695         Fix bug in reallocation of dot array that caused getcwd to fail
37696         on directories nested deeper than 75.
37697         Be more careful about saving errno on error.
37698         Do not use realloc; use only free+malloc, as this is a bit
37699         more flexible and avoids a needless copy operation.
37700         Do not inspect st_dev and st_ino for symbolic links; POSIX
37701         doesn't specify the latter.
37702         Check for closedir errors.
37703         Avoid needless casts.
37704         Use "#ifdef weak_alias" around weak_alias, to be like other
37705         glibc code.
37706         The following changes to getcwd.c have effect only when used in
37707         gnulib; they have no effect inside glibc proper.
37708         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
37709         as alloca isn't used.
37710         (alloca, __alloca): Likewise.
37711         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
37712         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37713         unconditionally, as gnulib assumes C89 or better.
37714         Do not include <sys/param.h>.
37715         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
37716         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
37717         better.
37718         (NULL) [!defined NULL]: Remove; we assume C89 or better.
37719         Include <dirent.h> in a way that is compatible with modern Autoconf.
37720         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
37721         New macros, if not already defined.
37722         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
37723         Use "_LIBC", not "defined _LIBC", for consistency.
37724         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
37725         a mempcpy module.
37726         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
37727         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
37728         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
37729         credit only to Jim Meyering and adjust the copyright dates.
37730         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
37731         <stdlib.h>, <unistd.h>, "pathmax.h".
37732         Instead, include "xgetcwd.h" (first) and "getcwd.h".
37733         (INITIAL_BUFFER_SIZE): Remove.
37734         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
37735
37736 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37737
37738         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
37739         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
37740         Use the _ONCE methods, for efficiency.
37741         Check for fcntl.h.  In test program, include <errno.h>
37742         and <fcntl.h> if available.  Remove old K&R cruft from
37743         test program.  Check for common errors in GNU/Linux,
37744         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
37745         don't do AC_LIBOBJ, as that's getcwd.m4's job.
37746         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
37747         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
37748         name accordingly.
37749         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
37750         accommodate new getcwd.c.
37751         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
37752         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
37753         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
37754         that's all we need now.
37755
37756 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37757
37758         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
37759         argp-parse.c depends on getopt internals, that means we should
37760         always use our getopt, to be on the safe side.
37761         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
37762         order not to spoil the result of an eventual previous invocation
37763         of gl_GETOPT_SUBSTITUTE.
37764
37765 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37766
37767         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
37768         redefinition warnings. To avoid them, include the defines
37769         in `#if !defined __need_getopt ... #endif'. The only place
37770         where __getopt_argv_const is used is in definitions
37771         of getopt_long and getopt_long_only below, which are as well
37772         protected by `#ifndef __need_getopt'.
37773         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
37774         __need_getopt after including <stdio.h> and <unistd.h> These
37775         headers might have defined it.
37776
37777 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37778
37779         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
37780
37781 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37782
37783         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
37784         (futimens): New function, which uses futimes if available.
37785         (futimens, utimens): Support timespec==NULL, with same semantics
37786         as utime and utimens.
37787         * lib/utimens.h (futimens): New decl.
37788
37789 2004-11-23  Jim Meyering  <jim@meyering.net>
37790
37791         * lib/getopt_.h: Remove trailing blanks.
37792
37793 2004-11-23  Jim Meyering  <jim@meyering.net>
37794
37795         * lib/__fpending.c: Add comment.
37796
37797 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
37798
37799         * modules/canonicalize (Depends-on): Add xreadlink.
37800         Problem reported by James Youngman.
37801
37802 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37803
37804         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
37805         New macros.
37806         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
37807         optopt): Use them instead of invoking ## directly; otherwise, the
37808         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
37809
37810 2004-11-19  Bruno Haible  <bruno@clisp.org>
37811
37812         * lib/strtok_r.c: Move comments from here...
37813         * lib/strtok_r.h: ... to here.
37814
37815 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37816
37817         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
37818         implementations that mishandle size_t overflow.
37819
37820 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37821
37822         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
37823         might fail.  Problem reported by Yoann Vandoorselaere.
37824         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
37825         implementations that mishandle size_t overflow.
37826
37827 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37828
37829         * modules/canon-host (Depends-on): Add strdup.
37830
37831 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37832
37833         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
37834
37835 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37836
37837         * lib/canon-host.c: Include "strdup.h".
37838         (canon_host): Use getaddrinfo if available, so that IPv6 works.
37839         Use strdup instead of malloc/strcpy to duplicate strings.
37840
37841         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
37842         (human_space_before_unit): New constant.
37843         * lib/human.c (human_readable): Support it.
37844
37845         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
37846         (xgetcwd): Set errno correctly when failing.
37847         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
37848         the failure is actually due to a PATH_MAX problem.
37849
37850         Further getopt changes to make it more likely that glibc will
37851         buy the changes back.
37852         * lib/getopt.c (POSIXLY_CORRECT): New constant.
37853         (getopt): Use it, so to preserve glibc semantic
37854         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
37855         when compiling for libc.
37856         * lib/getopt_.h (__getopt_argv_const): Bring it back.
37857         (getopt_long, getopt_long_only): Use it.
37858
37859         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37860         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
37861         (getopt): Argv is now char * const *, as per standard.
37862         (_getopt_internal_r, _getopt_internal): Argv is now char **,
37863         not char *__getopt_argv_const *.
37864         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37865         _getopt_long_only_r): Likewise.
37866         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
37867         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37868         _getopt_long_r, _getopt_long_only_r): Likewise.
37869         * lib/getopt_.h (__getopt_argv_const): Remove.
37870         (getopt): Argv is now char * const *, as per standard.
37871
37872         * lib/getdate.y (tORDINAL): New token.
37873         (day, relunit): Allow it for relative times.
37874         (relative_time_table): Use tORDINAL for ordinals.
37875
37876 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37877
37878         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
37879         Document that "second" isn't allowed as an ordinal number.
37880
37881 2004-11-16  Jim Meyering  <jim@meyering.net>
37882
37883         * modules/closeout (Depends-on): Add fpending.
37884
37885 2004-11-15  Jim Meyering  <jim@meyering.net>
37886
37887         * lib/closeout.c: Include "__fpending.h" once again.
37888         Include <stdbool.h>.
37889         (close_stdout): Don't fail just because stdout was closed initially,
37890         since some programs don't write to stdout in the normal course of
37891         operation (other than --version and --help), and we don't want this
37892         function to make e.g. `touch file >&-' fail.
37893         But do fail if it was closed and someone has tried to write to it.
37894         E.g., `printf foo >&-' must fail.
37895
37896 2004-11-13  Jim Meyering  <jim@meyering.net>
37897
37898         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
37899
37900 2004-11-12  Simon Josefsson  <jas@extundo.com>
37901
37902         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
37903         small doc fix is still pending.
37904
37905 2004-11-11  Simon Josefsson  <jas@extundo.com>
37906
37907         * modules/strtok_r: New file.
37908
37909         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37910         strtok_r.
37911
37912 2004-11-11  Simon Josefsson  <jas@extundo.com>
37913
37914         * m4/strtok_r.m4: New file.
37915
37916         * m4/getopt.m4: Replace opterr.
37917
37918 2004-11-11  Simon Josefsson  <jas@extundo.com>
37919
37920         * lib/strtok_r.h, strtok_r.c: New file.
37921
37922 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37923
37924         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
37925         of replacing opterr, getopt, etc.  This should handle the
37926         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
37927
37928 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
37929
37930         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
37931         we can stop lying to compilers about the constness of argv when we
37932         are compiled outside glibc.
37933         (getopt, getopt_long, getopt_long_only): Use it.
37934         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
37935         _getopt_internal, getopt): Likewise.
37936         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
37937         _getopt_long_only_r): Likewise.
37938         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
37939         _getopt_long_r, _getopt_long_only_r): Likewise.
37940
37941         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
37942         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
37943         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
37944         the other external symbols.
37945         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
37946         declaration, since the above renaming now works around collisions.
37947
37948 2004-11-11  Jim Meyering  <jim@meyering.net>
37949
37950         * lib/linebreak.c: Remove trailing blanks.
37951         * lib/alloca_.h: Likewise.
37952         * lib/acosl.c: Likewise.
37953         * lib/euidaccess.c: Likewise.
37954         * lib/allocsa.h: Likewise.
37955
37956 2004-11-10  Simon Josefsson  <jas@extundo.com>
37957
37958         * m4/getaddrinfo.m4: New file.
37959
37960 2004-11-10  Simon Josefsson  <jas@extundo.com>
37961
37962         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
37963
37964 2004-11-10  Simon Josefsson  <jas@extundo.com>
37965
37966         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37967         getaddrinfo.
37968
37969         * modules/getaddrinfo: New file.
37970
37971 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37972
37973         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
37974
37975 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37976
37977         * lib/mktime.c (SHR): New macro, which is a portable
37978         substitute for >> that should work even on Crays.
37979         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
37980         Problem reported by Mark D. Baushke in
37981         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
37982         * lib/getdate.y (SHR): Likewise.
37983         (tm_diff): Use it.
37984         * lib/strftime.c (SHR): Likewise.
37985         (tm_diff): Use it.
37986         * lib/quotearg.c (struct quoting_options): Use unsigned int for
37987         quote_these_too, so that right shifts are well defined.  All uses
37988         changed.
37989
37990 2004-11-10  Jim Meyering  <jim@meyering.net>
37991
37992         Ensure that no close failure goes unreported.
37993         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
37994         return early when it seems there's nothing to flush.
37995         Don't include __fpending.h.
37996
37997 2004-11-10  Jim Meyering  <jim@meyering.net>
37998
37999         * modules/closeout (Depends-on): Remove fpending.
38000
38001 2004-11-10  Jim Meyering  <jim@meyering.net>
38002
38003         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
38004
38005 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38006
38007         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
38008         gl_FUNC_STRFTIME.
38009         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
38010         and AC_REQUIRE when possible, to avoid duplicate checks.
38011         Check for <wchar.h>.
38012
38013 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38014
38015         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
38016
38017 2004-11-09  Bruno Haible  <bruno@clisp.org>
38018
38019         * m4/sockpfaf.m4: New file.
38020
38021 2004-11-05  Bruno Haible  <bruno@clisp.org>
38022
38023         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
38024         Reported by Mark D. Baushke <mdb@cvshome.org>.
38025
38026 2004-11-04  Bruno Haible  <bruno@clisp.org>
38027
38028         2004-09-11  Bruno Haible  <bruno@clisp.org>
38029                 * allocsa.valgrind: New file.
38030         2004-02-06  Bruno Haible  <bruno@clisp.org>
38031                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
38032                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
38033                 Reported by Christopher Seip <chris.seip@hp.com>.
38034
38035 2004-11-04  Bruno Haible  <bruno@clisp.org>
38036
38037         * modules/allocsa (Files): Add lib/allocsa.valgrind.
38038         (Makefile.am): Distribute it.
38039
38040 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38041
38042         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
38043         with errno == ERANGE if the buffer is too small.
38044         Problem reported by Mark D. Baushke.
38045
38046 2004-11-03  Albert Chin  <china@thewrittenword.com>
38047             Paul Eggert  <eggert@cs.ucla.edu>
38048
38049         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
38050         equivalent, substitute $ac_type for equivalent type rather than
38051         blindly using uint32_t *always* which won't work if uint32_t is not
38052         available.  Define _UINT32_T to work around typedef of uint32_t if
38053         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
38054         2.5.1.
38055
38056 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38057
38058         * m4/jm-macros.m4: Sync from coreutils.
38059         (gl_MACROS): Check for mbrlen, for pathchk.
38060         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
38061
38062 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38063
38064         * lib/xreadlink.c (MAXSIZE): New macro.
38065         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
38066         size does not exceed MAXSIZE.  Avoid cast.
38067         As suggested by Mark D. Baushke in
38068         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
38069         if readlink fails with buffer size just under MAXSIZE, try again
38070         with MAXSIZE.
38071
38072 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38073
38074         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
38075
38076 2004-11-02  Derek R. Price  <derek@ximbiot.com>
38077         and  Paul Eggert  <eggert@cs.ucla.edu>
38078
38079         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
38080         (get_date): Overparenthesize to avoid GCC warning.
38081
38082 2004-11-02  Bruno Haible  <bruno@clisp.org>
38083
38084         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
38085         returns void.
38086
38087 2004-11-02  Bruno Haible  <bruno@clisp.org>
38088
38089         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
38090         function returns void.
38091
38092 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38093
38094         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
38095         fflush_unlocked, flockfile, funlockfile, funlockfile,
38096         fputs_unlocked, putc_unlocked.
38097
38098 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38099
38100         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38101         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
38102         already declared.
38103
38104 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38105
38106         * modules/getdate (Files): Add doc/getdate.texi.
38107         (Depends-on): Add setenv, xalloc.
38108
38109 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38110
38111         * lib/getdate.y: Add support for TZ="foo" within a date string.
38112         Fix some bugs near time_t boundaries.  Reject dates with
38113         out-of-range components, e.g., "Sept 31".
38114         Include <stdlib.h>, "setenv.h", "xalloc.h".
38115         (ISDIGIT_LOCALE): Remove; unused.
38116         Note that the TZ and time functions used here are not reentrant.
38117         (mktime_ok, get_tz): New functions.
38118         (TZBUFSIZE): New constant.
38119         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
38120         This requires that we sometimes generate our own TZ="XXX..." setting.
38121
38122 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38123
38124         * doc/getdate.texi: New file, from coreutils with modifications for
38125         the new TZ parsing.
38126
38127 2004-10-27  Derek R. Price  <derek@ximbiot.com>
38128
38129         * lib/mktime.c (not_equal_tm): Remove redundant check.
38130
38131 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38132
38133         * modules/regex (lib_SOURCES): Add regex.c.
38134         Reported by James Youngman in
38135         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
38136
38137 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38138
38139         * lib/getdate.y: Use Bison 1.875 features, and some minor
38140         code cleanups.  This change does not affect semantics.
38141         Don't include <stdlib.h>; no longer needed.
38142         Don't include unlocked-io.h; only the "#if TEST" code uses
38143         stdio, and performance isn't crucial there.
38144         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
38145         Bison 1.875 features as described below.
38146         All uses of "PC." replaced by "pc->".
38147         (YYSTYPE): Add a forward declaration.
38148         (yylex, yyerror): Use full prototypes in forward decls.
38149         Use "%pure-parser" rather than obsolescent "%pure_parser".
38150         Use %parse-param and %lex-param instead of obsolescent
38151         YYPARSE_PARAM and YYLEX_PARAM.
38152         (meridian_table, month_and_day_table, time_units_table,
38153         relative_time_table, time_zone_table, military_table,
38154         lookup_zone, lookup_word, get_date):
38155         Use NULL instead of 0 where appropriate.
38156         (to_hour): Avoid abort (), to avoid a dependency on
38157         stdlib.h.
38158         (yyerror, yylex): Now accepts parser_control * arg.
38159         (main) [TEST]: Use '\0' rather than 0 for char.
38160
38161 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38162
38163         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
38164
38165 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38166
38167         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
38168         It's now the caller's responsibility to handle the case where
38169         !HAVE_GETPAGESIZE && !defined getpagesize.
38170
38171         * lib/mktime.c (leapyear): Arg is long int, not int.
38172
38173 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
38174
38175         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
38176
38177 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38178
38179         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
38180         missing.  Problem reported by James Youngman.
38181
38182 2004-10-16  Simon Josefsson  <jas@extundo.com>
38183
38184         * gnulib-tool: Fix comments.  Fix parse problem.
38185         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
38186
38187 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
38188
38189         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
38190         implementation of getopt_long.  Problem reported by Alexander Taler in:
38191         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
38192
38193 2004-10-15  Bruno Haible  <bruno@clisp.org>
38194
38195         * gnulib-tool: Untabify. Initialize supplied_libname.
38196         (func_usage): More homogenous output.
38197         (func_modules_transitive_closure, func_modules_to_filelist,
38198         func_emit_lib_Makefile_am): New functions.
38199         (func_import): New function, extracted from big case statement. Use
38200         func_get_license, func_modules_transitive_closure,
38201         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
38202         opt_lgpl. Don't use test -a, as it's not portable.
38203         (func_create_testdir): Use func_modules_transitive_closure,
38204         func_modules_to_filelist, func_emit_lib_Makefile_am.
38205
38206 2004-10-15  Bruno Haible  <bruno@clisp.org>
38207
38208         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
38209
38210 2004-10-15  Bruno Haible  <bruno@clisp.org>
38211
38212         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
38213         the portions belonging to each module.
38214         Suggested by Derek Robert Price <derek@ximbiot.com>.
38215
38216 2004-10-12  Simon Josefsson  <jas@extundo.com>
38217
38218         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38219         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
38220         to real functions.
38221
38222 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38223
38224         * modules/vsnprintf: New file.
38225
38226 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38227
38228         * m4/vsnprintf.m4: New file.
38229
38230 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38231
38232         * lib/vsnprintf.h: New file.
38233         * lib/vsnprintf.c: New file.
38234
38235 2004-10-11  Bruno Haible  <bruno@clisp.org>
38236
38237         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
38238         vsnprintf.
38239
38240 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38241
38242         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
38243
38244 2004-10-07  Bruno Haible  <bruno@clisp.org>
38245
38246         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
38247         fits into the provided buffer.
38248
38249 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38250
38251         * lib/diacrit.c, diacrit.h: Add GPL notice.
38252
38253         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
38254         notice.
38255         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
38256         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
38257         This avoids a potential constant-folding bug.
38258
38259 2004-10-05  Bruno Haible  <bruno@clisp.org>
38260
38261         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
38262         for the declaration of strsep.
38263
38264 2004-10-05  Bruno Haible  <bruno@clisp.org>
38265
38266         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
38267
38268 2004-10-04  Simon Josefsson  <jas@extundo.com>
38269
38270         * modules/memmem: New file.
38271         * tests/test-memmem.c: New file.
38272         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
38273
38274 2004-10-04  Simon Josefsson  <jas@extundo.com>
38275
38276         * m4/memmem.m4: New file.
38277
38278 2004-10-04  Simon Josefsson  <jas@extundo.com>
38279
38280         * lib/memmem.h: New file.
38281         * lib/memmem.c: New file, taken from glibc.
38282
38283 2004-10-04  Simon Josefsson  <jas@extundo.com>
38284
38285         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
38286         '#ifdef USE_UNLOCKED_IO'.
38287
38288 2004-10-04  Simon Josefsson  <jas@extundo.com>
38289
38290         * config/srclist.txt: Add memmem from glibc.
38291
38292 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38293
38294         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
38295
38296         * modules/argmatch, modules/argp, modules/closeout, modules/error,
38297         modules/exclude, modules/getdate, modules/getline,
38298         modules/getndelim2, modules/getpass, modules/getpass-gnu,
38299         modules/getusershell, modules/linebuffer, modules/md5,
38300         modules/mountlist, modules/posixtm, modules/readtokens,
38301         modules/readutmp, modules/regex, modules/sha1,
38302         modules/version-etc, modules/yesno:
38303         Remove dependency on unlocked-io.
38304
38305 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38306
38307         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
38308
38309         * m4/unlocked-io.m4: Add copyright notice.
38310         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
38311
38312 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38313
38314         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
38315         * lib/xmalloc.c (xmemdup): Likewise.
38316         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
38317         XFREE): Remove these long-obsolescent macros.
38318         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
38319         * lib/xstrdup.c: Remove.
38320
38321         * lib/regex.c (re_comp): Cast gettext return value to char *,
38322         Problem reported by Martin Neitzel via Mark D. Baushke.
38323
38324 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38325
38326         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
38327         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
38328         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
38329         regex.c, sha1.c, version-etc.c, yesno.c:
38330         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
38331         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
38332         the includer's responsibility.
38333
38334         Sync from coreutils.
38335
38336         * lib/modechange.c (mode_compile): Don't decrement a pointer that
38337         points to the start of a string, as the C Standard says the
38338         resulting behavior is undefined.
38339
38340         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
38341         simple -> simple_backups, numbered_existing ->
38342         numbered_existing_backups, numbered -> numbered_backups
38343         to avoid shadowing problems.  All uses changed.
38344         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
38345         * lib/backupfile.c (check_extension, numbered_backup):
38346         Rename locals to avoid shadowing 'basename'.
38347         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
38348         once.
38349
38350         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
38351         * lib/.cvsignore: Add getopt.h.
38352
38353 2004-10-04  Bruno Haible  <bruno@clisp.org>
38354
38355         * modules/README: New file.
38356         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
38357         not a module.
38358
38359 2004-10-02  Jim Meyering  <jim@meyering.net>
38360
38361         * lib/dirfd.h, getpagesize.h: Add copyright notice.
38362
38363 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38364
38365         * modules/strsep: New file.
38366
38367 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38368
38369         * m4/strsep.m4: New file.
38370
38371 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38372
38373         * lib/strsep.h: New file.
38374         * lib/strsep.c: New file.
38375
38376 2004-10-01  Simon Josefsson  <jas@extundo.com>
38377
38378         * lib/snprintf.c (snprintf): Handle size==0.
38379
38380 2004-10-01  Simon Josefsson  <jas@extundo.com>
38381             Bruno Haible  <bruno@clisp.org>
38382
38383         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
38384         (snprintf): Declare 'args'.
38385
38386 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
38387
38388         * lib/snprintf.c: Remove comments as to why each header is needed.
38389
38390 2004-10-01  Bruno Haible  <bruno@clisp.org>
38391
38392         * MODULES.html.sh: Add strsep.
38393
38394 2004-09-30  Simon Josefsson  <jas@extundo.com>
38395
38396         * modules/snprintf: New file.
38397
38398 2004-09-30  Simon Josefsson  <jas@extundo.com>
38399
38400         * m4/snprintf.m4: New file.
38401
38402 2004-09-30  Simon Josefsson  <jas@extundo.com>
38403
38404         * lib/snprintf.h, lib/snprintf.c: New files.
38405
38406 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38407
38408         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
38409         (hol_entry_help): Never translate an empty string.
38410         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
38411         * lib/argp.h (OPTION_NO_TRANS): New option.
38412
38413 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38414
38415         * modules/argp (Maintainer): Replace Simon Josefsson
38416         by Sergey Poznyakoff.
38417
38418 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38419
38420         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
38421         changes merged back into glibc.
38422
38423 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38424
38425         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
38426
38427 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
38428
38429         * lib/xvasprintf.c: Include xalloc.h.
38430         (xvasprintf): Use xalloc_die, not xmalloc_die.
38431
38432 2004-09-29  Bruno Haible  <bruno@clisp.org>
38433
38434         * modules/alloca-opt: New file, derived from modules/alloca.
38435         * modules/allocsa: Depend on alloca-opt instead of alloca.
38436         * modules/setenv: Likewise.
38437         * modules/vasnprintf: Likewise.
38438         * MODULES.html.sh: Add alloca-opt.
38439
38440 2004-09-28  Simon Josefsson  <jas@extundo.com>
38441
38442         * gnulib-tool: New parameter --lgpl, to asseert that modules are
38443         LGPL, and to replace license template from GPL to LGPL.
38444
38445 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38446
38447         * modules/dummy: Change license to LGPL.
38448
38449 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38450
38451         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
38452
38453 2004-09-24  Simon Josefsson  <jas@extundo.com>
38454
38455         * modules/minmax (License): Change from GPL to LGPL.
38456
38457 2004-09-23  Simon Josefsson  <jas@extundo.com>
38458
38459         * gnulib-tool (--import): Typo.
38460
38461 2004-09-23  Simon Josefsson  <jas@extundo.com>
38462
38463         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
38464
38465 2004-09-22  Bruno Haible  <bruno@clisp.org>
38466
38467         * modules/*: Add 'License' field.
38468         * gnulib-tool: Accept --extract-license option.
38469         (func_get_license): New function.
38470
38471 2004-09-21  Bruno Haible  <bruno@clisp.org>
38472
38473         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
38474         Reported by Simon Josefsson.
38475
38476 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38477
38478         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
38479         gl_AC_TYPE_LONG_LONG.
38480
38481 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38482
38483         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
38484
38485 2004-09-18  Simon Josefsson  <jas@extundo.com>
38486         and  Paul Eggert  <eggert@cs.ucla.edu>
38487
38488         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
38489         calls with autoreconf.  Define GL_LIB.
38490
38491 2004-09-14  Karl Berry  <karl@gnu.org>
38492
38493         * config/srclist.txt: unsync setenv.c, sigh.
38494
38495 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38496
38497         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
38498         Problem reported by Bruno Haible in:
38499         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
38500
38501 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38502
38503         * config/srclist.txt: Comment out argp-pvh.c.
38504
38505 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
38506
38507         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
38508         in case some system header has #define'd it.  Problem reported by
38509         Soeren D. Schulze in
38510         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
38511
38512 2004-09-09  Karl Berry  <karl@gnu.org>
38513
38514         * regex.[ch]: delete from the root.  These were supposed to be
38515                 synced with emacs cvs, but this has not happened for about
38516                 a year, and anyway nothing else uses emacs regex.[ch].
38517                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
38518                 lib/regex[.ch] is untouched.
38519
38520 2004-09-09  Bruno Haible  <bruno@clisp.org>
38521
38522         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
38523
38524 2004-09-09  Bruno Haible  <bruno@clisp.org>
38525
38526         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
38527         modifications.
38528         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
38529
38530 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38531
38532         * modules/xvasprintf: New file.
38533         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
38534
38535 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38536
38537         * lib/xvasprintf.h: New file.
38538         * lib/xvasprintf.c: New file.
38539         * lib/xasprintf.c: New file.
38540
38541 2004-09-08  Bruno Haible  <bruno@clisp.org>
38542
38543         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
38544
38545 2004-09-08  Bruno Haible  <bruno@clisp.org>
38546
38547         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
38548         length is > INT_MAX.
38549         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
38550         more.
38551
38552 2004-09-08  Bruno Haible  <bruno@clisp.org>
38553
38554         * lib/stdint_.h: New file, taken from GNU clisp.
38555
38556 2004-09-08  Bruno Haible  <bruno@clisp.org>
38557             Oskar Liljeblad  <oskar@osk.mine.nu>
38558
38559         * modules/stdint: New file.
38560         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
38561
38562 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38563
38564         Import from coreutils.
38565         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
38566         strings on unbounded length.  alloca's performance benefits aren't
38567         that important here.
38568         (V_STRDUP): Remove.
38569         (parse_with_separator): New function, with most of the internals
38570         of the old parse_user_spec.  Allow user to omit both user and group,
38571         for compatibility with FreeBSD.
38572         Clone only the user name, not the entire spec.
38573         Do not set *uid, *gid unless entirely successful.
38574         Avoid memory leak in some failing cases.
38575         Fix regression for USER.GROUP reported by Dmitry V. Levin in
38576         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
38577         (parse_user_spec): Rewrite to use parse_with_separator.
38578
38579 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38580
38581         * modules/userspec: Don't depend on alloca.
38582
38583 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38584
38585         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
38586
38587 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38588
38589         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
38590         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
38591         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
38592
38593 2004-08-16  Simon Josefsson  <jas@extundo.com>
38594
38595         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
38596         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
38597         Add --dry-run for --import.
38598         Let user provided command line parameters override configure.ac
38599         settings.
38600
38601 2004-08-12  Simon Josefsson  <jas@extundo.com>
38602
38603         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
38604         as discussed with Paul Eggert in threads rooted at
38605         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
38606         and
38607         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
38608         Before, the test was empty, and relied on ELIDE_CODE in source
38609         code.)
38610         (gl_PREREQ_GETOPT): New macro.
38611         (gl_GETOPT): Use them.
38612
38613 2004-08-12  Simon Josefsson  <jas@extundo.com>
38614
38615         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
38616         * lib/getopt_.h: Renamed from getopt.h.
38617
38618 2004-08-12  Simon Josefsson  <jas@extundo.com>
38619
38620         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
38621         Change default library name from libfoo to libgnu.
38622         Now, if you have a configure.ac that says:
38623                 gl_SOURCE_BASE(gl)
38624                 gl_M4_BASE(gl/m4)
38625                 gl_MODULES(error getopt etcetera)
38626                 gl_INIT
38627         you can import all you need by running:
38628                 ../gnulib/gnulib-tool --import
38629
38630         * modules/getopt (Files): Rename getopt.h to getopt_.h.
38631         (Makefile.am): Rewrite, use logic from argz.
38632         (Include): Use <getopt.h> instead of "getopt.h".
38633
38634 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38635
38636         * modules/argp (Files): Add m4/unlocked-io.m4.
38637         (Depends-on): Add extensions.
38638
38639 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38640
38641         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
38642         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
38643         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
38644         Check for program_invocation_name, program_invocation_short_name,
38645         flockfile, funlockfile, features.h, _getopt_long_only_r.
38646
38647 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38648
38649         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
38650         its complicated substitute.
38651         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
38652         and program_invocation_name.
38653         (__argp_basename) [!_LIBC]: Remove; the only use was
38654         replaced by its body.
38655         (__argp_short_program_name): Change condition from
38656         !defined __argp_short_program_name to
38657         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
38658         to match argp-namefrob.h.
38659         (__argp_failure): Don't assume strerror_r returns char *.
38660         * lib/argp-parse.c (N_): Define unconditionally.
38661         (argp_default_options): Fill out initializers with 0 to avoid
38662         gcc warnings.
38663
38664 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38665
38666         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
38667         getopt1.c.
38668
38669 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38670
38671         Merge from coreutils.
38672
38673         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
38674
38675         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
38676         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
38677
38678 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38679
38680         Merge from coreutils.
38681
38682         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
38683         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
38684         for Reliant Unix 5.43.
38685
38686         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
38687         (union fooround): Use uintmax_t, not long int.
38688         The rest is a merge from libc:
38689         [defined _LIBC]: Include <shlib-compat.h>.
38690         (_obstack) [defined _LIBC]: Remove after 2.3.4.
38691
38692         * lib/settime.c (settime): Recode to avoid warning with
38693         Sun Forte C 6U2.
38694
38695         * lib/strverscmp.c: Convert to UTF-8.
38696
38697 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38698
38699         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38700         m4/uintmax_t.m4.
38701
38702 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38703
38704         * modules/xalloc-die: New file.
38705         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
38706
38707         * modules/md5 (Files): Add m4/uint32_t.m4.
38708         * modules/sha1: Renamed from modules/sha.
38709         (Files):
38710         Rename lib/sha.h to lib/sha1.h.
38711         Rename lib/sha.c to lib/sha1.c.
38712         Rename m4/sha.m4 to m4/sha1.m4.
38713         (lib_SOURCES): Likewise.
38714         (configure.ac): Rename gl_SHA to gl_SHA1.
38715         (Include): sha.h -> sha1.h.
38716
38717 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38718
38719         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
38720         * m4/sha1.m4: Renamed from sha.m4.
38721         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
38722
38723 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38724
38725         * lib/obstack.h (obstack_empty_p):
38726         Don't assume that chunk->contents is suitably aligned.
38727         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
38728         Likewise. Problem reported by Benno in
38729         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
38730
38731         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
38732         readable.  This could be improved further but it'd take some work.
38733
38734 2004-08-08  Simon Josefsson  <jas@extundo.com>
38735
38736         * modules/xgethostname (Depends-on): Remove exit and error (not
38737         used).
38738
38739         * modules/getpass-gnu: Add getpass.h.
38740         (Depends-on): Add stdbool.
38741         * modules/getpass: Add getpass.h.
38742
38743 2004-08-08  Simon Josefsson  <jas@extundo.com>
38744
38745         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
38746         Check getpass declaration.
38747
38748 2004-08-08  Simon Josefsson  <jas@extundo.com>
38749
38750         * lib/xgethostname.c: Don't include error.h (not used).
38751
38752         * lib/getpass.h: Add.
38753         * lib/getpass.c: Include getpass.h first.
38754
38755 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
38756
38757         * lib/xalloc-die.c: New file.
38758         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
38759         All uses removed.
38760         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
38761         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
38762         xalloc-die.c.
38763         (_, N_, xalloc_die): Move to xalloc-die.c.
38764         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
38765         so that we needn't mess with xalloc_msg_memory_exhausted.
38766
38767         * lib/sha1.h: Renamed from sha.h.
38768         (SHA1_H): Renamed from _SHA_H.
38769         (sha1_ctx): Renamed from sha_ctx.
38770         (sha1_init_ctx): Renamed from sha_init_ctx.
38771         (sha1_process_block): Renamed from sha_process_block.
38772         (sha1_process_bytes): Renamed from sha_process_bytes.
38773         (sha1_finish_ctx): Renamed from sha_finish_ctx.
38774         (sha1_read_ctx): Renamed from sha_read_ctx.
38775         (sha1_stream): Renamed from sha_stream.
38776         (sha1_buffer): Renamed from sha_buffer.
38777         * lib/sha1.c: Likewise; renamed from sha.c.
38778         Do not include <sys/types.h>.
38779         Include <stddef.h> rather than <stdlib.h>.
38780
38781 2004-08-08  Bruno Haible  <bruno@clisp.org>
38782
38783         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
38784         FILESYSTEM_PREFIX_LEN.
38785         * lib/progreloc.c: Likewise.
38786         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
38787
38788 2004-08-06  Simon Josefsson  <jas@extundo.com>
38789
38790         * modules/progname (Depends-on): Don't depend on stdbool.
38791
38792 2004-08-06  Simon Josefsson  <jas@extundo.com>
38793
38794         * modules/getsubopt: New file.
38795         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38796         getsubopt.
38797
38798 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38799
38800         More merge from coreutils.
38801
38802         * m4/utimens.m4, m4/utimecmp.m4: New files.
38803         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
38804         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
38805         prereq.m4, sha.m4: Import changes from coreutils.
38806
38807 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38808
38809         More merge from coreutils.
38810         * modules/raise, modules/readtokens0, modules/utimens:
38811         * modules/utimecmp, module/xnanosleep: New files.
38812         * modules/strftime: Add lib/strftime.h.
38813         Change include from <time.h> to "strftime.h".
38814         * modules/yesno: Add lib/yesno.h.
38815         * modules/backupfile: Remove lib/addext.c.
38816         * modules/euidaccess: Add stat-macros.h.
38817         * modules/canonicalize, modules/euidaccess,
38818         modules/filemode, modules/lchown, modules/makepath,
38819         modules/rmdir, modules/stat: Likewise.
38820
38821 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
38822
38823         Merge from tar.
38824         * lib/argp-help.c (make_hol, hol_append): Don't assume that
38825         SIZE_MAX is a valid preprocessor constant.
38826         (__argp_basename): Change from "#ifndef _LIBC"
38827         to "#ifndef __argp_short_program_name", so that
38828         we don't compile these functions for tar.
38829
38830         More merges from coreutils.
38831         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
38832         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
38833         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
38834         * lib/addext.c: Remove; no longer needed.
38835         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
38836         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
38837         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
38838         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
38839         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
38840         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
38841         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
38842         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
38843         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
38844         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
38845         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
38846         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
38847         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
38848         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
38849         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
38850         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
38851         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
38852         Import changes from coreutils.
38853
38854 2004-08-05  Simon Josefsson  <jas@extundo.com>
38855
38856         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
38857
38858 2004-08-05  Simon Josefsson  <jas@extundo.com>
38859
38860         * m4/getsubopt.m4: New file.
38861
38862 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38863
38864         Merge from coreutils.
38865
38866         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
38867         * m4/getcwd-path-max.m4: New files.
38868
38869         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
38870         FILESYSTEM_PREFIX_LEN ->
38871         FILE_SYSTEM_PREFIX_LEN.
38872         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
38873         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
38874         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
38875         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
38876
38877         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
38878         prerequisite modules now handle the DOS stuff.
38879         Don't check for unistd.h.
38880
38881 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38882
38883         Merge from coreutils.
38884
38885         * lib/.gdb-history: Remove; this doesn't belong here.
38886
38887         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
38888         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
38889         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
38890         * lib/getcwd.c: New files.
38891
38892         * lib/dirname.h: Include <stdbool.h>.
38893         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
38894         for consistency with POSIX terminology.  All uses changed.
38895         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
38896         (strip_trailing_slashes): Use bool for booleans.
38897         * lib/stripslash.c (strip_trailing_slashes): Likewise.
38898
38899         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
38900         sometimes returns a positive errno value even when it succeeds.
38901         (print_errno_message) [!LIBC]: Fall back on strerror if
38902         __strerror_r fails.
38903
38904         * lib/path-concat.c (mempcpy): Don't define if a system header defines
38905         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
38906         (longest_relative_suffix): New function.
38907         (path_concat): Use it.  Assume first argument is not NULL.
38908         Port to DOS.  Omit redundant separators.
38909         Report an error instead of returning NULL.
38910         Use mempcpy instead of memcpy.
38911         (xpath_concat): Remove: not declared or used.
38912
38913         * lib/same.h: Include <stdbool.h>
38914         (same_name): Return bool, not int.
38915         * lib/same.c (same_name): Likewise.
38916         (errno): Don't declare; we assume C89 or better now.
38917
38918         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
38919         if not already defined.
38920
38921         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
38922         * lib/dup-safer.c (errno): Likewise.
38923
38924 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
38925
38926         Merge from coreutils.
38927         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
38928         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
38929         * modules/path-concat: Don't depend on strdup.
38930
38931 2004-08-03  Simon Josefsson  <jas@extundo.com>
38932
38933         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
38934         * lib/progname.h: Don't include stdbool.h.
38935
38936 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38937
38938         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
38939         * MODULES.html.sh (func_all_modules): Remove fatal.
38940
38941 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38942
38943         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
38944
38945 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
38946
38947         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
38948         working.
38949
38950 2004-08-02  Simon Josefsson  <jas@extundo.com>
38951
38952         * lib/getsubopt.h: New file, with comments from Bruno Haible.
38953         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
38954         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
38955
38956 2004-08-01  Simon Josefsson  <jas@extundo.com>
38957
38958         * lib/xgetdomainname.c: Include stdlib.h, for free().
38959
38960 2004-07-19  Bruno Haible  <bruno@clisp.org>
38961
38962         * MODULES.html.sh (func_all_modules): Add dummy.
38963
38964 2004-07-16  Simon Josefsson  <jas@extundo.com>
38965
38966         * modules/dummy: New file.
38967
38968 2004-07-16  Simon Josefsson  <jas@extundo.com>
38969
38970         * lib/dummy.c: New file.
38971
38972 2004-07-16  Bruno Haible  <bruno@clisp.org>
38973
38974         * lib/backupfile.h: Add extern "C" for C++.
38975         * lib/closeout.h: Likewise.
38976         * lib/copy-file.h: Likewise.
38977         * lib/findprog.h: Likewise.
38978         * lib/full-write.h: Likewise.
38979         * lib/pathname.h: Likewise.
38980         * lib/progname.h: Likewise.
38981         * lib/stpcpy.h: Likewise.
38982         * lib/stpncpy.h: Likewise.
38983         * lib/strcase.h: Likewise.
38984         * lib/strstr.h: Likewise.
38985         * lib/xalloc.h: Likewise.
38986
38987         * lib/mbswidth.h: Add extern "C" for C++.
38988         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
38989
38990 2004-07-13  Robert Millan  <robertmh@gnu.org>
38991
38992         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
38993
38994 2004-07-09  Simon Josefsson  <jas@extundo.com>
38995
38996         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
38997         failed without this.)
38998
38999 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39000
39001         * modules/chown (Files): Add lib/fchown-stub.c, since
39002         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
39003
39004 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39005
39006         * lib/fchown-stub.c: New file.
39007
39008 2004-06-24  Jim Meyering  <jim@meyering.net>
39009
39010         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
39011
39012 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39013
39014         * modules/argz: Omit "#include".
39015
39016         * MODULES.html.sh (func_all_modules): Add calloc, to match
39017         2004-06-01 addition of calloc module.
39018
39019 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39020
39021         * m4/argz.m4: New file, which is autoupdated from libtool.
39022
39023 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39024
39025         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
39026         libtool.
39027
39028 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39029
39030         * config/srclist-update: Don't insist on "USA." before the
39031         close-comment, as libtool omits the period and puts the */ on a
39032         separate line.
39033         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
39034         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
39035
39036 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
39037
39038         * modules/argz: New file.
39039         * MODULES.html.sh (func_all_modules): Add argz.
39040
39041 2004-06-12  Jim Meyering  <jim@meyering.net>
39042         and  Paul Eggert  <eggert@cs.ucla.edu>
39043
39044         * modules/hash (Files): Add lib/xalloc.h.
39045         * modules/pipe (Depends-on): Add wait-process.
39046         * modules/stat (Depends-on): Add xalloc.
39047         * modules/userspec (Files): Add lib/userspec.h.
39048         * modules/xstrto
39049
39050         Upgrade from gettext-0.13.
39051         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
39052         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
39053         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
39054
39055 2004-06-10  Jim Meyering  <jim@meyering.net>
39056
39057         * lib/calloc.c: New file.
39058
39059 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
39060
39061         * lib/getdate.y (yylex): Allow space between sign and number.
39062         Problem reported by Dan Jacobson.
39063
39064 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39065
39066         Merge from coreutils CVS.
39067
39068         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
39069         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
39070         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
39071         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
39072         xstrtol.m4: Fix copyright date and/or serial number.
39073
39074         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
39075         See if we need an fchown replacement.
39076         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
39077         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
39078         and use the replacement function if we detect either defect.
39079
39080         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
39081         gl_UTIMECMP.
39082
39083 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39084         and  Jim Meyering  <jim@meyering.net>
39085
39086         Merge from coreutils CVS.
39087
39088         * lib/stat-macros.h: New file, with contents from file-type.h
39089         and coreutils' system.h.
39090         * lib/file-type.c: Include "stat-macros.h".
39091         * lib/file-type.h (file_type): Move all macro definitions to new file,
39092         stat-macros.h.
39093
39094         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
39095         Wrap old code with this conditional.
39096         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
39097         function that does not dereference symlinks.
39098         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
39099
39100         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
39101         dependency problems.
39102         (xreadlink): Accept new arg SIZE, for efficiency.
39103         All decls and uses changed.
39104         * lib/xreadlink.h: Include <stddef.h>, for size_t.
39105
39106         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
39107         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
39108
39109         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
39110         sysexits.h.
39111
39112 2004-06-01  Jim Meyering  <jim@meyering.net>
39113
39114         * m4/calloc.m4: New file.
39115
39116 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
39117
39118         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
39119         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
39120         Also, fix a typo in a diagnostic.
39121
39122 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39123
39124         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
39125         or AC_FUNC_REALLOC.
39126
39127 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39128
39129         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
39130         macros to be defined.
39131         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
39132         the allocator returns NULL because the requested size is zero.
39133
39134 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39135
39136         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
39137         var.  Add comment explaining why libc still defines it.  This
39138         merges the following patch from glibc:
39139         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
39140
39141 2004-05-20  Andreas Schwab  <schwab@suse.de>
39142
39143         * m4/free.m4: Replace free if it not known to work, not the other
39144         way round.
39145
39146 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
39147
39148         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
39149         present in glibc since revision 1.1 of this file.
39150         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
39151         obstack_alignment_mask, obstack_alloc, obstack_base,
39152         obstack_blank, obstack_blank_fast, obstack_chunk_size,
39153         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
39154         obstack_grow0, obstack_init, obstack_int_grow,
39155         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
39156         obstack_next_free, obstack_object_size, obstack_ptr_grow,
39157         obstack_ptr_grow_fast, obstack_room): Remove declarations of
39158         nonexistent functions.
39159
39160 2004-05-18  Karl Berry  <karl@gnu.org>
39161
39162         * config/srclist.txt: break link for vasnprintf.c.
39163
39164 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39165
39166         Port obstack to the AS/400, where pointers are 16 bytes wide and
39167         you cannot cast an integer to a valid pointer.  This patch is
39168         currently waiting to be integrated into glibc; see
39169         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
39170
39171         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
39172         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
39173         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
39174         (struct obstack): temp member is now a union of a pointer and
39175         an integer, instead of an integer.  All integer uses changed.
39176         This does not affect the physical layout of struct obstack,
39177         except on hosts (like the AS/400) where the size or alignment of
39178         void * is greater than that of ptrdiff_t.
39179         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
39180         __STDC__)]: Store temporary in pointer member of union, not
39181         integer member.
39182         * lib/obstack.c: Include <stddef.h>, for offsetof.
39183         (struct fooalign): Remove; it doesn't need a name.
39184         (union fooround): Change double to long double, and add void *.
39185         (DEFAULT_ALIGNMENT): Use offsetof to compute.
39186         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
39187         not a macro.  Hence the values are always int; so remove all
39188         casts-to-int in uses.
39189
39190 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39191
39192         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
39193         we can get this patch merged into glibc.
39194
39195 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39196             Paul Eggert  <eggert@cs.ucla.edu>
39197
39198         * m4/argp: Depend on alloca.
39199
39200 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39201             Paul Eggert  <eggert@cs.ucla.edu>
39202
39203         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
39204         freecoding.
39205
39206 2004-05-17  Bruno Haible  <bruno@clisp.org>
39207
39208         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
39209         precision that consists of a '.' followed by an empty digit string.
39210         Patch by Tor Lillqvist <tml@iki.fi>.
39211
39212 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39213
39214         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
39215         for backward compatibility with older code.  We need our own
39216         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
39217         it under some other name, and our alloca.h will define it.
39218
39219 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39220             Derek Price  <derek@ximbiot.com>
39221
39222         * lib/alloca.c: Include <alloca.h>, to get our interface.
39223         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
39224         include <alloca.h> first.  Use C89 prototype for alloca; this
39225         requires including <stddef.h> for size_t.  Use extern "C" if C++.
39226         Use #elif for simplicity, since we can assume C89 now.
39227         Don't try to source the system alloca.h since it will not be found
39228         and to prevent recursively including its replacement.
39229         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
39230         * lib/regex.c: Likewise.
39231
39232 2004-05-16  Derek Price  <derek@ximbiot.com>
39233             Paul Eggert  <eggert@cs.ucla.edu>
39234
39235         getline cleanup.  This changes the getndelim2 API: both order of
39236         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
39237         no delimiter).
39238
39239         * lib/getline.c: Don't include stddef.h or stdio.h, since our
39240         interface does that.
39241         (getline): Always use getdelim, so that we don't have two
39242         copies of this code.
39243         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
39244         if available.
39245         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
39246         (GETNDELIM2_MAXIMUM): New macro.
39247         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
39248         instead of the old practice of delim2==0.  All callers changed.
39249         Return -1 on overflow, instead of returning junk.
39250         Do not set *linesize unless allocation succeeds.
39251         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
39252         that we include sys/types.h.
39253         * lib/getnline.h: Likewise.
39254         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
39255         (getndelim2): Reorder arguments.
39256         * lib/getnline.c (getnline, getndelim):
39257         Don't discard the NMAX argument.
39258         (getnline): Invoke getndelim, to avoid code duplication.
39259         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
39260         of (size_t) -1 by callers of the getnline family.
39261
39262 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39263
39264         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
39265         Check for gettimeofday.
39266         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
39267         Check for settimeofday, stime.
39268
39269 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39270
39271         * lib/nanosleep.c (suspended): Change its type from int to
39272         sig_atomic_t volatile.
39273         (first_call): Make it private to rpl_nanosleep, and have it
39274         be zero initially as that's a bit faster.
39275         (my_usleep): Round up fractional times instead of truncating them,
39276         as this is the usual meaning for 'sleep'.
39277
39278         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
39279         doesn't work.
39280         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
39281         (ENOSYS): Define if not defined.
39282         (settime): Fall back on stime if it exists and settimeofday fails.
39283         But don't bother with fallbacks if a method fails with errno == EPERM.
39284
39285 2004-05-11  Jim Meyering  <jim@meyering.net>
39286
39287         Prior to this change, the save_cwd caller required read access to the
39288         current directory on most systems (ones with the fchdir function).
39289
39290         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
39291         fails, try write-only, and finally, resort to using xgetcwd.
39292
39293 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39294
39295         * lib/obstack.c, obstack.h: Import changes from libc.
39296
39297 2004-04-28  Bruno Haible  <bruno@clisp.org>
39298
39299         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
39300         also implicitly appends .exe to executables.
39301         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
39302         accepts Windows pathnames.
39303         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39304         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39305         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39306         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39307         Reported by Derek Robert Price <derek@ximbiot.com>.
39308
39309 2004-04-21  Karl Berry  <karl@gnu.org>
39310
39311         * config/srclist.txt (localcharset.c): break sync.
39312
39313 2004-04-20  Paul Eggert  <eggert@twinsun.com>
39314
39315         * m4/host-os.m4: Add a copyright notice.
39316
39317 2004-04-20  Jim Meyering  <jim@meyering.net>
39318
39319         Change UTILS_ to gl_ in AC_DEFINE'd names.
39320         Change utils_- and jm_-prefixed variables, too.
39321         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
39322         UTILS_FUNC_MKDIR_TRAILING_SLASH.
39323         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
39324
39325         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
39326         Don't emit trailing blanks.
39327         Also rename jm_-prefixed variables to have gl_ prefix.
39328
39329         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
39330         Also rename jm_-prefixed variables to have gl_ prefix.
39331
39332         * m4/jm-macros.m4: Reflect the renamings.
39333         * m4/prereq.m4: Likewise.
39334
39335 2004-04-20  Jim Meyering  <jim@meyering.net>
39336
39337         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
39338         memory.
39339
39340 2004-04-20  Jim Meyering  <jim@meyering.net>
39341             Bruno Haible  <bruno@clisp.org>
39342
39343         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
39344         memory when realloc fails.
39345
39346 2004-04-19  Jim Meyering  <jim@meyering.net>
39347
39348         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
39349         now that readutmp.c may call `free (0)'.
39350
39351 2004-04-19  Bruno Haible  <bruno@clisp.org>
39352
39353         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
39354         * m4/inttypes_h.m4: Likewise.
39355         * m4/stdint_h.m4: Likewise.
39356         * m4/intmax_t.m4: Likewise.
39357         * m4/uintmax_t.m4: Likewise.
39358
39359 2004-04-18  Jim Meyering  <jim@meyering.net>
39360
39361         * m4/prereq.m4: Don't forbid jm_ prefix.
39362
39363         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
39364         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
39365         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
39366         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
39367         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
39368         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
39369         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
39370         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
39371         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
39372         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
39373         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
39374         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
39375         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
39376         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
39377         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
39378         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
39379         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
39380         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
39381         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
39382
39383 2004-04-18  Jim Meyering  <jim@meyering.net>
39384
39385         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
39386         failure, don't leak memory and do call END_UTMP_ENT.
39387
39388 2004-04-16  Jim Meyering  <jim@meyering.net>
39389
39390         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
39391         coreutils' stat program.
39392         (gl_PREREQ): Don't require jm_PREREQ_STAT.
39393
39394 2004-04-11  Paul Eggert  <eggert@twinsun.com>
39395
39396         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
39397         C89.
39398         (CHAR_BIT): Remove, since we assume C89.
39399         Include <stdint.h> if available, as per current Autoconf CVS advice.
39400
39401 2004-03-31  Jim Meyering  <jim@meyering.net>
39402
39403         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
39404         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
39405         * m4/xalloc.m4: Likewise.
39406
39407 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39408
39409         Merge from coreutils.
39410
39411         * m4/inttostr.m4: New file.
39412         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
39413         Require AM_STDBOOL_H and gl_TIMESPEC instead.
39414         Require gl_CLOCK_TIME.
39415         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
39416
39417 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39418
39419         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
39420         not bool, to be more consistent with Unix conventions.
39421         Suggested by Bruno Haible.
39422
39423         Merge from coreutils.
39424
39425         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
39426         * lib/umaxtostr.c: New files.
39427
39428         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
39429         the usual <time.h> dance.
39430         (get_date): Change signature to support fractional time stamps.
39431         All callers changed.
39432         * lib/getdate.y: Include "getdate.h" first, as we can now
39433         assume C89 and don't need to worry about 'const'.
39434         Similarly, include "unlocked-io.h" near start, not in middle.
39435         Include <limits.h>.
39436         (textint.value): Use long int rather than int.
39437         (textint.digits): Use size_t rather than int.
39438         (BILLION, LOG10_BILLION): New constants.
39439         (parser_control): New member rel_ns.  Members day_ordinal,
39440         time_zone, month, day, hour, minutes, rel_year, rel_month,
39441         rel_day, rel_hour, rel_minutes, rel_seconds
39442         are now long int, not int.  Member seconds is now struct timespec,
39443         not int.  New member timespec_seen.  Members dates_seen, days_seen,
39444         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
39445         not int.
39446         (%union.intval): Now long int, not int.
39447         New member timespec.
39448         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
39449         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
39450         (spec): Now is a timespec or an item list.
39451         (timespec, items): New nonterminals.
39452         (time, rel, relunit, number, get_date):
39453         Add support for fractional seconds.
39454         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
39455         (gmtime, localtime, mktime): Remove decls; not needed with C89.
39456         (to_hour): First arg is now long int, not int.
39457         (to_year): Returns long int, not int.
39458         Don't treat year -70 like 70.
39459         (tm_diff): Returns long int, not int.
39460         (lookup_word): Use bool instead of int when appropriate.
39461         (yylex): Use size_t for count, not int.
39462         Detect overflow when parsing large integer constants.
39463         Add support for fractions.
39464         (get_date): Make pointers 'const' if possible.
39465         Use more-portable code to detect integer overflow.
39466         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
39467         Don't use ctime; it's not reliable if the year has >4 digits.
39468
39469         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
39470         This is for compatibility with BSD.
39471
39472         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
39473         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
39474         From coreutils' system.h.
39475
39476         * lib/userspec.c: Don't include "posixver.h".
39477         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
39478         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
39479         compatible extension.  Simplify code by removing a boolean int
39480         that was always nonzero if a string was nonnull.
39481
39482 2004-03-30  Jim Meyering  <jim@meyering.net>
39483
39484         Merge from coreutils.
39485
39486         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
39487         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
39488         on some systems one must include <grp.h> before it.
39489         Reported by Christian Krackowizer.
39490
39491 2004-03-30  Jim Meyering  <jim@meyering.net>
39492
39493         Merge from coreutils.
39494
39495         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
39496
39497         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
39498         an empty input stream.
39499
39500         * lib/readtokens.c: Include <stdbool.h>.
39501         (readtoken): Use `size_t' rather than int/long.
39502         All callers adjusted.
39503         Use `bool' rather than `int' where appropriate.
39504         Use memset rather than an explicit loop.
39505         Use x2nrealloc rather than xrealloc.
39506         Allow the use of `\0' as a delimiter.
39507         (readtokens): Likewise.
39508         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
39509
39510 2004-03-30  Jim Meyering  <jim@meyering.net>
39511
39512         * m4/realloc.m4: Remove file, since now it does no more than
39513         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
39514         the `configure.ac' section of module/realloc.
39515         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
39516
39517 2004-03-30  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
39520         nonnull.
39521
39522 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39523
39524         Merge changes to getloadavg.c from coreutils and Emacs.
39525
39526         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
39527         Define to an expression, not to the empty string.
39528         Include cloexec.h and xalloc.h.
39529         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
39530         Use set_cloexec_flag rather than rolling our own.
39531         * lib/cloexec.c, lib/cloexec.h: New files.
39532
39533 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39534
39535         * m4/cloexec.m4: New file.
39536
39537 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39538
39539         * lib/getopt.h: Sync with libc CVS.
39540
39541 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39542             Bruno Haible  <bruno@clisp.org>
39543
39544         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
39545         mbswidth.
39546
39547 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39548             Bruno Haible  <bruno@clisp.org>
39549
39550         * lib/mbswidth.h: Include <wchar.h> only if
39551         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
39552         <wchar.h>.
39553         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
39554
39555 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39556
39557         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
39558         Sync with libc CVS.
39559         * lib/getopt_int.h: New file, also synced from libc.
39560
39561 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39562
39563         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
39564         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
39565         Bring back getopt.c, getopt.h, getopt1.c.
39566
39567 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39568
39569         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
39570         All uses changed.  Check for sa_sigaction member; this fixes
39571         a bug first reported by Jason Andrade in
39572         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39573
39574 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39575
39576         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
39577         '#if' expressions.  Unlike the code it replaces, it does not
39578         depend on (defined _SC_PAGESIZE).  However, it does depend on
39579         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
39580         first reported by Jason Andrade in
39581         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39582
39583 2004-02-25  Simon Josefsson  <jas@extundo.com>
39584
39585         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
39586
39587 2004-02-25  Simon Josefsson  <jas@extundo.com>
39588
39589         * lib/strdup.h: New file.
39590         * lib/strdup.c: Include it.
39591         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
39592         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
39593
39594 2004-02-23  Karl Berry  <karl@gnu.org>
39595
39596         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
39597         (from fencepost.gnu.org:/gd/gnuorg).
39598
39599 2004-02-23  Karl Berry  <karl@gnu.org>
39600
39601         * config/srclistvars.sh (GNUORG) [karl]: redefine.
39602         * config/srclist.txt: add maintain/standards documents.
39603
39604 2004-02-18  Bruno Haible  <bruno@clisp.org>
39605
39606         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
39607         Reported by Derek Robert Price <derek@ximbiot.com>.
39608
39609 2004-02-16  Karl Berry  <karl@gnu.org>
39610
39611         * config/mkinstalldirs, install-sh: update from automake.
39612
39613 2004-02-06  Karl Berry  <karl@gnu.org>
39614
39615         * m4/po.m4: update from gettext 0.14.1.
39616
39617 2004-02-06  Karl Berry  <karl@gnu.org>
39618
39619         * lib/config.charset: update from gettext 0.14.1.
39620
39621 2004-02-05  Paul Eggert  <eggert@twinsun.com>
39622
39623         Add comments and code, prompted by suggestions from Bruno Haible
39624         for sh-quote.
39625         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
39626         describing the enum quoting_style values.
39627         * lib/quotearg.c (quotearg_alloc): New function.
39628         (quotearg_buffer_restyled): Treat lone { and } as special.
39629         Treat = as special.  Work around bug with older shells
39630         that "see" a '\' that is really the 2nd byte of a multibyte char.
39631         Quote empty string with shell_quoting_style.
39632
39633 2004-02-03  Bruno Haible  <bruno@clisp.org>
39634
39635         * m4/pipe.m4: New file, from GNU gettext.
39636
39637 2004-02-03  Bruno Haible  <bruno@clisp.org>
39638
39639         * lib/pipe.h: New file, from GNU gettext.
39640         * lib/pipe.c: New file, from GNU gettext.
39641
39642 2004-01-27  Bruno Haible  <bruno@clisp.org>
39643
39644         * m4/execute.m4: New file, from GNU gettext.
39645
39646 2004-01-27  Bruno Haible  <bruno@clisp.org>
39647
39648         * lib/execute.h: New file, from GNU gettext.
39649         * lib/execute.c: New file, from GNU gettext.
39650         * lib/w32spawn.h: New file, from GNU gettext.
39651
39652 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39653
39654         Merge from diffutils.
39655
39656         * lib/file-type.c (file_type): Add typed memory objects.
39657         * lib/file-type.h (S_TYPEISTMO): New macro.
39658
39659         * lib/c-stack.h (c_stack_action): Remove argv argument.
39660         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
39661         (die): Don't calculate message unless segv_action returns.
39662         (get_stack_location, min_address_from_argv, max_address_from_argv,
39663         volatile stack_base, volatile_stack_size): Remove.
39664         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
39665         that every segmentation violation is a stack overflow.  (Ouch!)
39666         See Debian bug 136249 (still outstanding) for more info about why
39667         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
39668
39669 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39670
39671         Exit-status fix from coreutils.
39672
39673         Use exit_failure consistently in place of EXIT_FAILURE,
39674         so that program exit statuses are consistent on failure.
39675
39676         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
39677         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
39678         * lib/argmatch.h: Comment fix to match the above.
39679         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
39680         Now a macro referring to exit_failure, instead of a separate
39681         variable.  Include "exitfail.h" to get it.
39682         * lib/xstrtol.h: Include "exitfail.h".
39683         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
39684
39685         * lib/long-options.c (parse_long_options): Use prototype
39686         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
39687         for clarity.
39688
39689 2004-01-21  Jim Meyering  <jim@meyering.net>
39690
39691         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
39692         so as not to conflict with a different-sized __mktime_internal
39693         function in GNU libc.
39694         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
39695         Problem building statically-linked `ls' reported by Michael Brunnbauer.
39696
39697 2004-01-20  Karl Berry  <karl@gnu.org>
39698
39699         * config/config.guess: update from config.
39700
39701         * config/srclistvars.sh: GNUWWWLICENSES for karl.
39702
39703 2004-01-20  Bruno Haible  <bruno@clisp.org>
39704
39705         Safer stack allocation.
39706         * lib/setenv.c: Include allocsa.h.
39707         (alloca): Remove fallback definition.
39708         (freea): Remove macro.
39709         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
39710         instead of freea.
39711
39712 2004-01-20  Bruno Haible  <bruno@clisp.org>
39713
39714         * m4/eealloc.m4: New file, from GNU gettext.
39715
39716 2004-01-20  Bruno Haible  <bruno@clisp.org>
39717
39718         * m4/allocsa.m4: New file, from GNU gettext.
39719
39720 2004-01-20  Bruno Haible  <bruno@clisp.org>
39721
39722         * lib/xallocsa.h: New file, from GNU gettext.
39723         * lib/xallocsa.c: New file, from GNU gettext.
39724
39725 2004-01-20  Bruno Haible  <bruno@clisp.org>
39726
39727         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
39728
39729 2004-01-20  Bruno Haible  <bruno@clisp.org>
39730
39731         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
39732         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
39733         specially.
39734
39735 2004-01-20  Bruno Haible  <bruno@clisp.org>
39736
39737         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
39738         patch.
39739
39740 2004-01-20  Bruno Haible  <bruno@clisp.org>
39741
39742         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
39743
39744 2004-01-20  Bruno Haible  <bruno@clisp.org>
39745
39746         * lib/eealloc.h: New file.
39747
39748 2004-01-20  Bruno Haible  <bruno@clisp.org>
39749
39750         * lib/binary-io.h: Avoid warnings on Cygwin.
39751
39752 2004-01-20  Bruno Haible  <bruno@clisp.org>
39753
39754         * lib/allocsa.h: New file, from GNU gettext.
39755         * lib/allocsa.c: New file, from GNU gettext.
39756
39757 2004-01-18  Karl Berry  <karl@gnu.org>
39758
39759         * doc/gpl.texi, doc/lgpl.texi: new files.
39760
39761 2004-01-18  Karl Berry  <karl@gnu.org>
39762
39763         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
39764         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
39765
39766 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39767
39768         Merge from coreutils.
39769
39770         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
39771         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
39772         (gl_DEFAULT_POSIX2_VERSION): Move
39773         the documentation from 'configure' into 'config.hin',
39774         so that 'configure --help' isn't burdened by it and
39775         we don't have to worry about its formatting there.
39776         Reword the documentation so that it's more succinct
39777         and can be run together into a single paragraph.
39778         * m4/same.m4 (gl_SAME): Check for pathconf.
39779
39780 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39781
39782         Merge from coreutils.
39783
39784         * lib/posixver.c: Include posixver.h.
39785
39786         * lib/same.c: Include <stdbool.h>, <limits.h>.
39787         (_POSIX_NAME_MAX): Define if not defined.
39788         (MIN): New macro.
39789         (same_name): If file names are silently truncated, report
39790         that the file names are the same if they are the same after
39791         the silent truncation.
39792
39793         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
39794         conversion function.
39795         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
39796         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
39797         longer needed.
39798
39799 2004-01-15  Jim Meyering  <jim@meyering.net>
39800
39801         Merge from coreutils.
39802
39803         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
39804         if no library is required.
39805         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
39806         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
39807         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
39808         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
39809         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
39810         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
39811         value, $ac_cv_search_crypt, if it's "none required".
39812         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
39813         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
39814         not gl_FUNC_GETLOADAVG.
39815         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
39816         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
39817
39818 2004-01-15  Jim Meyering  <jim@meyering.net>
39819
39820         Merge from coreutils.
39821
39822         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
39823         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
39824         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
39825
39826         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
39827         optional configure-time default.
39828
39829         * lib/version-etc.c (version_etc_copyright): Update copyright date.
39830
39831         * lib/xreadlink.c (xreadlink): Correct outdated comment.
39832
39833 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
39834
39835         Merge from coreutils.
39836
39837         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
39838         value, $ac_cv_search_nanosleep, if it's "none required".
39839
39840 2004-01-14  Paul Eggert  <eggert@twinsun.com>
39841
39842         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
39843         with like-named macro in fnmatch.c.
39844         (EXT): Use an internal constant instead.
39845
39846         Merge fnmatch patches from glibc.
39847         * lib/fnmatch.c (mbsinit): Remove define.
39848         Add libc_hidden_ver (__fnmatch, fnmatch).
39849         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
39850         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
39851
39852 2004-01-14  Karl Berry  <karl@gnu.org>
39853
39854         * config/install-sh: update from automake.
39855
39856 2004-01-13  Karl Berry  <karl@gnu.org>
39857
39858         * config/install-sh: update from automake.
39859
39860 2004-01-09  Karl Berry  <karl@gnu.org>
39861
39862         * config/install-sh: update from automake.
39863
39864 2004-01-05  Karl Berry  <karl@gnu.org>
39865
39866         * config/config.{sub,guess}: update from config.
39867
39868 2003-12-31  Karl Berry  <karl@gnu.org>
39869
39870         * config/depcomp: update from automake.
39871
39872 2003-12-14  Karl Berry  <karl@gnu.org>
39873
39874         * lib/config.charset: update from gettext-runtime.
39875
39876 2003-12-03  Paul Eggert  <eggert@twinsun.com>
39877
39878         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
39879         Bug reported by Alfred M. Szmidt.
39880
39881 2003-12-03  Bruno Haible  <bruno@clisp.org>
39882
39883         * m4/gettext.m4: Upgrade from gettext-0.13.
39884         * m4/po.m4: Upgrade from gettext-0.13.
39885         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
39886         * m4/intmax.m4: New file, from gettext-0.13.
39887         * m4/printf-posix.m4: New file, from gettext-0.13.
39888
39889 2003-11-29  Karl Berry  <karl@gnu.org>
39890
39891         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
39892
39893 2003-11-25  Paul Eggert  <eggert@twinsun.com>
39894             Bruno Haible  <bruno@clisp.org>
39895
39896         * lib/printf-parse.h: Don't include sys/types.h.
39897         (ARG_NONE): New macro.
39898         (char_directive): Change type of *arg_index fields to size_t.
39899         * lib/printf-parse.c: Don't include sys/types.h.
39900         (SSIZE_MAX): Remove macro.
39901         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
39902         Remove unnecessary overflow check.
39903         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
39904         fields.
39905
39906 2003-11-25  Bruno Haible  <bruno@clisp.org>
39907
39908         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
39909
39910 2003-11-25  Bruno Haible  <bruno@clisp.org>
39911
39912         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
39913         gt_TYPE_SSIZE_T.
39914
39915 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39916
39917         * modules/alloca: Remove dependency on xalloc.
39918
39919 2003-11-24  Paul Eggert  <eggert@twinsun.com>
39920
39921         * lib/alloca.c: Remove dependency on xalloc module.
39922         (xalloc_die): Remove.
39923         (memory_full) [!defined emacs]: New macro.
39924         [!defined emacs]: Don't include xalloc.h.
39925         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
39926         address arithmetic overflows.  Change datatypes a bit to avoid
39927         unnecessary casts.
39928
39929 2003-11-22  Jim Meyering  <jim@meyering.net>
39930
39931         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
39932         s/size/size_t/.
39933
39934 2003-11-21  Karl Berry  <karl@gnu.org>
39935
39936         * config/config.{sub,guess}: update from config.
39937
39938 2003-11-18  Karl Berry  <karl@gnu.org>
39939
39940         * config/config.{sub,guess}: update from config.
39941
39942         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
39943
39944 2003-11-17  Paul Eggert  <eggert@twinsun.com>
39945
39946         * README: Mention that S+T cannot overflow if S is the size of
39947         an existing object and T is sufficiently small.
39948
39949 2003-11-17  Jim Meyering  <jim@meyering.net>
39950
39951         On systems without utime and without a utimes function capable of
39952         dealing with a NULL struct utimbuf* argument, this utime replacement
39953         could -- in unusual circumstances -- leak a file descriptor.
39954         * lib/utime.c: Include <unistd.h> and <errno.h>.
39955         (utime_null): Be sure to close `fd' and to preserve errno.
39956         Reported by Geoff Collyer via Arnold Robbins.
39957
39958 2003-11-17  Bruno Haible  <bruno@clisp.org>
39959
39960         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
39961         (Depends-on): Add xsize.
39962
39963 2003-11-17  Bruno Haible  <bruno@clisp.org>
39964
39965         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
39966
39967 2003-11-17  Bruno Haible  <bruno@clisp.org>
39968
39969         * lib/vasnprintf.c (alloca): Remove fallback definition.
39970         (freea): Remove definition.
39971         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
39972         Reported by Paul Eggert.
39973
39974 2003-11-16  Paul Eggert  <eggert@twinsun.com>
39975             Bruno Haible  <bruno@clisp.org>
39976
39977         Protect against address arithmetic overflow.
39978         * lib/printf-args.h: Include stddef.h.
39979         (arguments): Change type of field 'count' to size_t.
39980         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
39981         'unsigned int' where appropriate.
39982         * lib/printf-parse.h: Include sys/types.h.
39983         (char_directive): Change type of *arg_index fields to ssize_t.
39984         (char_directives): Change type of fields 'count', max_*_length to
39985         size_t.
39986         * lib/printf-parse.c: Include sys/types.h and xsize.h.
39987         (SSIZE_MAX): Define fallback value.
39988         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
39989         instead of 'int' where appropriate. Check a_allocated, d_allocated
39990         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
39991         * lib/vasnprintf.c: Include xsize.h.
39992         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
39993         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
39994         overflow. Avoid wraparound when converting a width or precision from
39995         decimal to binary.
39996
39997 2003-11-16  Bruno Haible  <bruno@clisp.org>
39998
39999         Update from GNU gettext.
40000         * lib/printf-parse.c: Generalize to it can be compiled for wide
40001         strings.
40002         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
40003         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
40004         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
40005         SNPRINTF): New macros.
40006         Don't include <alloca.h> if the file is used inside libintl.
40007         (local_wcslen): New function, for Solaris 2.5.1.
40008         (VASNPRINTF): Use it instead of wcslen.
40009
40010 2003-11-16  Bruno Haible  <bruno@clisp.org>
40011
40012         * lib/xsize.h (xmax): New function.
40013         (xsum, xsum3, xsum4): Declare as "pure" functions.
40014
40015 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40016
40017         * modules/xalloc (Files): Undo latest change, since xalloc.h
40018         no longer needs SIZE_MAX or PTRDIFF_MAX.
40019
40020 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40021
40022         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
40023         gl_PTRDIFF_MAX.
40024
40025 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40026
40027         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
40028         "return", to pacify some unknown compiler.  Problem reported
40029         by Joerg Schilling.
40030
40031 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40032
40033         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
40034         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
40035         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
40036         heuristic is just as accurate as far as we know, and it removes a
40037         dependency on size_max.m4 and ptrdiff_max.m4.
40038
40039 2003-11-11  Bruno Haible  <bruno@clisp.org>
40040
40041         * modules/xsize (Files): Add m4/size_max.m4.
40042         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
40043
40044 2003-11-11  Bruno Haible  <bruno@clisp.org>
40045
40046         * m4/size_max.m4: New file.
40047         * m4/ptrdiff_max.m4: New file.
40048         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
40049         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
40050         (gl_XALLOC): Invoke it.
40051
40052 2003-11-11  Bruno Haible  <bruno@clisp.org>
40053
40054         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
40055         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
40056         defined.
40057
40058 2003-11-10  Paul Eggert  <eggert@twinsun.com>
40059
40060         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
40061         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
40062         rejected some allocations of exactly SIZE_MAX - 2 bytes.
40063         From Bruno Haible.
40064         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
40065         not (size_t) -1, since it's defined here.
40066
40067 2003-11-09  Karl Berry  <karl@gnu.org>
40068
40069         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
40070
40071 2003-11-06  Paul Eggert  <eggert@twinsun.com>
40072
40073         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
40074         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
40075         Reject sizes of exactly SIZE_MAX bytes.
40076         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
40077         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
40078
40079 2003-11-05  Bruno Haible  <bruno@clisp.org>
40080
40081         * lib/xsize.h: Include limits.h, to avoid a possible collision with
40082         SIZE_MAX defined in <limits.h> on Solaris.
40083
40084 2003-11-04  Jim Meyering  <jim@meyering.net>
40085
40086         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
40087         variable names, rather than @VAR@.
40088         * modules/poll: Likewise.
40089
40090 2003-11-04  Bruno Haible  <bruno@clisp.org>
40091
40092         * modules/xsize: New file.
40093         * modules/linebreak: Depend on xsize.
40094         * MODULES.html.sh (func_all_modules): Add xsize.
40095
40096 2003-11-04  Bruno Haible  <bruno@clisp.org>
40097
40098         * m4/xsize.m4: New file.
40099
40100 2003-11-04  Bruno Haible  <bruno@clisp.org>
40101
40102         * lib/xsize.h: New file.
40103         * lib/linebreak.c: Include xsize.h.
40104         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
40105         argument for overflow.
40106         Suggested by Paul Eggert.
40107
40108 2003-11-03  Karl Berry  <karl@gnu.org>
40109
40110         * config/config.{guess,sub}: update from config.
40111
40112 2003-11-03  Jim Meyering  <jim@meyering.net>
40113
40114         * modules/userspec (lib_SOURCES): Add userspec.h.
40115         (Include): Add "userspec.h".
40116         Improve description.
40117
40118 2003-11-03  Jim Meyering  <jim@meyering.net>
40119
40120         * lib/userspec.c: Include "userspec.h".
40121         * lib/userspec.h: New file.
40122
40123 2003-11-03  Bruno Haible  <bruno@clisp.org>
40124
40125         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
40126
40127 2003-11-03  Bruno Haible  <bruno@clisp.org>
40128
40129         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
40130         available, to avoid (extremely rare) race condition.
40131         Suggested by Paul Eggert.
40132
40133 2003-11-02  Karl Berry  <karl@gnu.org>
40134
40135         * config/srclist.txt (vasprintf.c): sync broken, sigh.
40136
40137 2003-10-31  Paul Eggert  <eggert@twinsun.com>
40138
40139         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
40140         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
40141         (read_filesystem_list): Set and use me_type_malloced.
40142         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
40143         whatever the type happens to be), for brevity and consistency.
40144         Check for size calculation overflow on Alphas running OSF/1.
40145
40146 2003-10-31  Jim Meyering  <jim@meyering.net>
40147
40148         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
40149
40150         * lib/linebuffer.c: Include <string.h> for declaration of memset.
40151
40152 2003-10-30  Paul Eggert  <eggert@twinsun.com>
40153             Bruno Haible  <bruno@clisp.org>
40154
40155         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
40156         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
40157
40158 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
40159
40160         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
40161         netbsd*-gnu*.  Suggested by Robert Millan.
40162
40163 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40164
40165         * modules/group-member: Depend on stdbool.
40166
40167 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40168
40169         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
40170
40171 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40172
40173         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
40174         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
40175         after the 'gnu' in these cases.  This fixes some bugs in the
40176         previous change, and is based on suggestions by Robert Millan.
40177
40178 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40179
40180         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
40181         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
40182         no longer needed.
40183         * lib/quotearg.c (quotearg_n_options): Use it.
40184         * lib/group-member.c: Include <stdbool.h>.
40185         (free_group_info): Arg is now const *; don't free arg.
40186         (get_group_info): Now returns bool and accepts struct group_info *,
40187         rather than returning a malloc'ed struct group_info *.
40188         All uses changed.  Check for overflow in internal size calculation.
40189
40190         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
40191         rather than xmalloc/xrealloc.
40192         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
40193         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
40194         conformance bug: the old code used a pointer after freeing the
40195         storage that it addressed.
40196         * lib/hash.c (hash_initialize): Simplify the code by using
40197         xalloc_oversized rather than doing it by hand.
40198         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
40199         the buffer preserved.  Use free and xmalloc instead.
40200         * lib/quotearg.c (quotearg_n_options): Likewise.
40201         Use a simpler test for size overflow.  Don't use xalloc_oversized
40202         because unsigned int might be wider than size_t (!); this suggests
40203         that we should switch from unsigned int to size_t for slot numbers.
40204
40205 2003-10-28  Paul Eggert  <eggert@twinsun.com>
40206
40207         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
40208         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
40209         NetBSD kernels.  Requested by Richard Stallman.
40210
40211 2003-10-27  Paul Eggert  <eggert@twinsun.com>
40212
40213         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
40214         to allocate the returned structure.  Do not allocate a subarray,
40215         as x2nrealloc will do that.
40216         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
40217         instead of xnrealloc.
40218         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
40219
40220 2003-10-27  Bruno Haible  <bruno@clisp.org>
40221
40222         * lib/stdbool_.h: Better support for BeOS.
40223
40224 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40225
40226         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
40227         now uses inline.
40228
40229 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40230
40231         * lib/xalloc.h (xalloc_oversized): New static inline function, for
40232         callers that want to do their own size-overflow checking.  Include
40233         <stdbool.h>, since xalloc_oversized returns bool.
40234         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
40235         to use xalloc_oversized.
40236
40237         Add two functions x2realloc, x2nrealloc, for programs that grow
40238         arrays dynamically by doubling their sizes.
40239         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
40240         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
40241         New functions.
40242
40243         Port to C99 semantics for 'inline' of external functions.
40244         Bug reported by Bruno Haible.
40245         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
40246         with the old contents of xnmalloc.
40247         (xnmalloc, xmalloc): Use it.
40248         (xnrealloc_inline): New static inline function,
40249         with the old contents of xnrealloc.
40250         (xnrealloc, xrealloc): Use it.
40251
40252         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
40253         that.
40254
40255 2003-10-26  Karl Berry  <karl@gnu.org>
40256
40257         * config/srclist.txt (COPYING.DOC): no longer available from
40258         /gd/gnuorg; don't know where the ultimate source is.
40259
40260 2003-10-25  Paul Eggert  <eggert@twinsun.com>
40261
40262         Fix several address-calculation bugs in the hash modules,
40263         plus some minor code cleanup.
40264
40265         * lib/hash.h: Include <stdbool.h>, for bool.
40266         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
40267         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
40268         hash_get_n_entries, hash_get_max_bucket_length,
40269         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
40270         hash_rehash): Use size_t rather than unsigned.
40271         * lib/hash.c (struct hash_table, hash_get_n_buckets,
40272         hash_get_n_buckets_used, hash_get_n_entries,
40273         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
40274         hash_get_entries, hash_do_for_each, hash_string, is_prime,
40275         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
40276         Likewise.
40277         (SIZE_MAX): Define if not defined.
40278         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
40279         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
40280         hash_print):
40281         Use const * when possible.
40282         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
40283         (check_tuning): Fix bug: if tuning parameters were very close to
40284         0 or 1, rounding errors could have caused subscript violations.
40285         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
40286         (hash_initialize): Add 'fail:' label
40287         to free table and return NULL, and use it to simplify code.
40288         Use calloc rather than clearing the storage ourself.
40289         (hash_initialize, hash_rehash): Check for arithmetic overflow in
40290         buffer size calculations.
40291         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
40292         Include <stddef.h>, for size_t.
40293         * lib/hash-pjw.c (hash_pjw): Likewise.
40294         Switch to method described by Bruno Haible.
40295         Include <limits.h>, for CHAR_BIT.
40296         (SIZE_BITS): New macro.
40297
40298 2003-10-23  Paul Eggert  <eggert@twinsun.com>
40299
40300         * m4/getline.m4 (AM_FUNC_GETLINE):
40301         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
40302         hosts.  Problem reported by Derek Robert Price in
40303         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
40304         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
40305         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
40306
40307 2003-10-21  Paul Eggert  <eggert@twinsun.com>
40308
40309         * lib/getndelim2.c (getndelim2): When size calculation overflows,
40310         ceiling the allocation at NMAX bytes rather than silently
40311         discarding input bytes before NMAX is reached.  This makes
40312         a difference only if NMAX exceeds SIZE_MAX / 2.
40313
40314         * lib/obstack.c: Merge from glibc.
40315         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
40316         Add libc_hidden_def (_obstack_newchunk).
40317         (_obstack_free) [! defined _LIBC]: Remove.
40318         [defined _LIBC]: Make a strong alias from obstack_free, rather than
40319         a clone of the function body.
40320         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
40321         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
40322
40323         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
40324         glibc.
40325         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
40326         arg to memcpy.
40327
40328         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
40329         (obstack_ptr_grow_fast, obstack_int_grow_fast):
40330         Don't use lvalue casts, as GCC plans to remove support for them
40331         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
40332         was also present in the non-GCC version, indicating that this
40333         code had always been buggy and had never been widely used.
40334         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
40335         Use the fast variant of each macro, rather than copying the
40336         definiens of the fast variant; that way, we'll be more likely to
40337         catch future bugs in the fast variants.
40338
40339 2003-10-20  Bruno Haible  <bruno@clisp.org>
40340
40341         * modules/wait-process: New file.
40342         * MODULES.html.sh (func_all_modules): Add wait-process.
40343
40344 2003-10-20  Bruno Haible  <bruno@clisp.org>
40345
40346         * m4/wait-process.m4: New file.
40347
40348 2003-10-20  Bruno Haible  <bruno@clisp.org>
40349
40350         * lib/wait-process.h: New file, from GNU gettext.
40351         * lib/wait-process.c: New file, from GNU gettext.
40352
40353 2003-10-19  Jim Meyering  <jim@meyering.net>
40354
40355         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
40356         HPUX 10.20.
40357
40358 2003-10-18  Karl Berry  <karl@gnu.org>
40359
40360         * config/config.guess: update from config.
40361
40362 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40363
40364         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
40365         (getgroups): First arg is int, not size_t.
40366         Don't let 'free' mangle errno.
40367
40368 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40369
40370         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
40371
40372 2003-10-16  Karl Berry  <karl@gnu.org>
40373
40374         * config/config.{guess,sub}: update from config.
40375
40376 2003-10-16  Jim Meyering  <jim@meyering.net>
40377
40378         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
40379         memcpy.
40380
40381 2003-10-15  Paul Eggert  <eggert@twinsun.com>
40382
40383         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
40384         (SIZE_MAX): Remove.
40385         (new_exclude, add_exclude_file): Initial size no longer needs to
40386         be a power of 2.
40387         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
40388         our own address arithmetic overflow checking.
40389
40390         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
40391         (fnmatch): Do not alloca more than 2000 wide characters;
40392         instead, use malloc for large buffers.
40393         Check for address arithmetic overflow, and return -1
40394         with errno set to ENOMEM in that case.
40395         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
40396         (NEW_PATTERN): Do not alloca more than 8000 bytes;
40397         instead, return -1.  Check for address arithmetic overflow.
40398
40399 2003-10-14  Paul Eggert  <eggert@twinsun.com>
40400
40401         Handle invalid suffixes and overflow independently, so that
40402         callers can treat them independently as needed.  Fix some bugs in
40403         suffix handling, e.g., "100k@" was not diagnosed as an invalid
40404         suffix for a human-readable blocksize.  The major caller-visible
40405         change is the addition of a new
40406         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
40407         that both overflow and suffix chars were found.
40408
40409         * lib/human.c (humblock): Don't check separately for invalid suffix
40410         char; that is xstrtoumax's job (now that its bug is fixed).
40411         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
40412         INTMAX_MAX]: New macros.
40413         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
40414         TYPE_MAXIMUM): New macros.
40415         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
40416         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
40417         if overflow occurs, as it's what __strtol does and it's more useful
40418         in practice.
40419         (__xstrtol): If __strtol reports some error other than ERANGE,
40420         reflect it to the caller as LONGINT_INVALID.  If it reports
40421         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
40422         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
40423         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
40424         value.
40425         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
40426         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
40427         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
40428         [defined UINTMAX_MAX]: New macros.
40429
40430 2003-10-14  Bruno Haible  <bruno@clisp.org>
40431
40432         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
40433
40434 2003-10-14  Bruno Haible  <bruno@clisp.org>
40435
40436         * m4/sig_atomic_t: New file, from GNU gettext.
40437         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
40438
40439 2003-10-14  Bruno Haible  <bruno@clisp.org>
40440
40441         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
40442         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
40443         Also use volatile where needed.
40444
40445 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40446
40447         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
40448         Change maintainer from Bruno Haible to 'all'.
40449
40450 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40451
40452         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
40453
40454 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40455
40456         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
40457         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
40458         and define in terms of the other primitives.
40459         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
40460         (SIZE_MAX): Define if not already defined.
40461         (array_size_overflow): New function.
40462         (xalloc_die): Abort instead of exiting if 'error' returns.
40463         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
40464         (xmalloc, xrealloc): Use them.
40465         (xcalloc): Check for address arithmetic overflow.
40466         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
40467         a bit faster than strcpy.
40468
40469 2003-10-10  Simon Josefsson  <jas@extundo.com>
40470
40471         * modules/argp (Depends-on): Add restrict and strcase.
40472
40473 2003-10-10  Simon Josefsson  <jas@extundo.com>
40474
40475         * m4/argp.m4: Add AC_C_INLINE.
40476
40477 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40478
40479         Merge getpass from libc, plus a few fixes.
40480
40481         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
40482         Include <stdbool.h>.
40483         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
40484         __fsetlocking to empty.
40485         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
40486         do include <bits/libc-lock.h>.
40487         Do not include <fcntl.h>; not needed.
40488         [_LIBC]: Include <wchar.h>.
40489         (NOTCANCEL_MODE): New macro.
40490         (flockfile, funlockfile) [_LIBC]: New macros.
40491         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
40492         [!_LIBC]: New macros.
40493         (call_fclose): New function.
40494         (getpass): Use it.  Save tty stream separately; this simplifies the
40495         code and makes it more reliable if stdin happens to equal stdout.
40496         Invoke __fsetlocking on tty.
40497         Handle thread cancellation if needed.
40498         Namespace cleanup (use __tcgetattr, __getline).
40499         Use bool for Booleans.
40500         [USE_IN_LIBIO]: Handle wide streams.
40501         [!_LIBC]: Unconditionally do the fseek, since we don't know what
40502         stream might go where.
40503
40504         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
40505         doesn't have to include <stdio.h> before us.
40506         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
40507         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
40508         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
40509         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
40510         if not declared, so that we can use getpass.c code from libc without
40511         rewriting it.
40512         (flockfile, ftrylockfile, funlockfile): New macros.
40513
40514 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40515
40516         * modules/getpass: Depend on stdbool.
40517
40518 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40519
40520         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
40521
40522 2003-10-07  Karl Berry  <karl@gnu.org>
40523
40524         * config/config.{guess,sub}: update from config.
40525
40526 2003-10-06  Jim Meyering  <jim@meyering.net>
40527             Bruno Haible  <bruno@clisp.org>
40528
40529         This lets translators provide better translations for the
40530         "Written by ..." part of --version output.
40531         * lib/version-etc.h: Include stdarg.h.
40532         (version_etc_copyright): Declare as readonly.
40533         (version_etc): Make this function variadic with a NULL-terminated list
40534         of author name strings.
40535         (version_etc_va): New declaration.
40536         * lib/version-etc.c: Include stdarg.h, stdlib.h.
40537         (version_etc_copyright): Declare as readonly.
40538         (version_etc_va): New function. Provide a different translatable string
40539         for each possible number of authors < 10. Abbreviate when there are 10
40540         authors or more.
40541         (version_etc): Make this function variadic. Call version_etc_va.
40542         Suggestion from Gary V. Vaughan.
40543
40544         * lib/long-options.h (parse_long_options): Change prototype: the
40545         authors string is moved to the end and becomes variadic.
40546         * lib/long-options.c: Include stdarg.h.
40547         (parse_long_options): Make this function variadic, too.
40548         Call version_etc_va, not version_etc.
40549
40550 2003-10-06  Bruno Haible  <bruno@clisp.org>
40551
40552         * modules/version-etc-2: Remove file.
40553         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
40554
40555 2003-10-06  Bruno Haible  <bruno@clisp.org>
40556
40557         * modules/fatal-signal: New file.
40558         * MODULES.html.sh (func_all_modules): Add fatal-signal.
40559
40560 2003-10-06  Bruno Haible  <bruno@clisp.org>
40561
40562         * m4/fatal-signal.m4: New file.
40563         * m4/signalblocking.m4: New file, from GNU gettext.
40564
40565 2003-10-06  Bruno Haible  <bruno@clisp.org>
40566
40567         * lib/version-etc-2.h: Remove file.
40568         * lib/version-etc-2.c: Remove file.
40569
40570 2003-10-06  Bruno Haible  <bruno@clisp.org>
40571
40572         * lib/fatal-signal.h: New file, from GNU gettext.
40573         * lib/fatal-signal.c: New file, from GNU gettext.
40574
40575 2003-10-05  Paul Eggert  <eggert@twinsun.com>
40576
40577         * README: Rework advice for preventing empty .o files.
40578         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
40579         not <sys/types.h>.
40580
40581 2003-10-04  Karl Berry  <karl@gnu.org>
40582
40583         * lib/argp*: update from libc.
40584
40585 2003-10-04  Karl Berry  <karl@gnu.org>
40586
40587         * config/config.{guess,sub}: update from config.
40588
40589 2003-10-02  Bruno Haible  <bruno@clisp.org>
40590
40591         * modules/lchown (Include): Add lchown.h.
40592         * modules/time_r (Include): Use "..." syntax.
40593         * modules/xgetdomainname (Include): Add xgetdomainname.h.
40594
40595 2003-10-01  Simon Josefsson  <jas@extundo.com>
40596
40597         * MODULES.html.sh (func_all_modules): Move gethostname from section
40598         'based on' to section 'lacking' POSIX:2001.
40599
40600 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
40601
40602         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
40603         to output mode on the same stream.
40604
40605 2003-09-29  Paul Eggert  <eggert@twinsun.com>
40606
40607         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
40608         Fix arg typo in previous patch.
40609
40610 2003-09-28  Jim Meyering  <jim@meyering.net>
40611
40612         * lib/error.c: Correct cpp indentation.
40613
40614 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40615
40616         * modules/free: New file.
40617
40618 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40619
40620         * m4/free.m4: New file.
40621
40622 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40623
40624         * lib/minmax.h (MIN, MAX)
40625         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
40626         Omit the special code that used __typeof__, since we worry that
40627         it could be more trouble than it's worth.  See:
40628         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
40629         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
40630
40631         * lib/free.c: New file.
40632
40633 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
40634
40635         Trivial fixes to Makefile.am parts of module listings.
40636         * modules/strstr: Append strstr.h to lib_SOURCES.
40637         * modules/strcase: Likewise, for strcase.h.
40638
40639 2003-09-27  Karl Berry  <karl@gnu.org>
40640
40641         * config/mkinstalldirs: update from automake.
40642
40643 2003-09-26  Paul Eggert  <eggert@twinsun.com>
40644
40645         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
40646         (error_tail): Do not loop, reallocating temporary buffer, since
40647         the output cannot contain more wide characters than the input
40648         contains bytes, the size must be big enough already.  This avoids
40649         one potential size overflow calculation.  Check for size overflow
40650         when calculating temporary buffer size.  Free temporary buffer
40651         when done, if it was allocated with malloc; this plugs a memory
40652         leak.  Remove casts from void * to pointers, that are no longer
40653         needed now that we're assuming C89 or better.
40654
40655         Merge error changes from glibc.
40656
40657         * lib/error.c, error.h: Update copyright notice header to match glibc.
40658         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
40659         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
40660         Disable cancellation while printing error.
40661         * lib/error.h: Prepend __ to parameter names.
40662
40663 2003-09-26  Jim Meyering  <jim@meyering.net>
40664
40665         * lib/error.c (error_tail): Move some declarations
40666         into inner scope where the local variables are used.
40667
40668 2003-09-26  Bruno Haible  <bruno@clisp.org>
40669
40670         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
40671         stpncpy().
40672         Don't define stpncpy through config.h; it's now done through stpncpy.h.
40673
40674 2003-09-26  Bruno Haible  <bruno@clisp.org>
40675
40676         * lib/stpncpy.h (gnu_stpncpy): New declaration.
40677         (stpncpy): Define as alias for gnu_stpncpy.
40678         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
40679
40680 2003-09-25  Simon Josefsson  <jas@extundo.com>
40681
40682         * lib/xgetdomainname.h: New file.
40683         * lib/xgetdomainname.c: New file.
40684
40685 2003-09-25  Simon Josefsson  <jas@extundo.com>
40686             Bruno Haible  <bruno@clisp.org>
40687
40688         * modules/getdomainname: New file.
40689         * modules/xgetdomainname: New file.
40690         * MODULES.html.sh (func_all_modules): Add getdomainname,
40691         xgetdomainname.
40692
40693 2003-09-25  Simon Josefsson  <jas@extundo.com>
40694             Bruno Haible  <bruno@clisp.org>
40695
40696         * m4/getdomainname.m4: New file.
40697
40698 2003-09-25  Simon Josefsson  <jas@extundo.com>
40699             Bruno Haible  <bruno@clisp.org>
40700
40701         * lib/getdomainname.h: New file.
40702         * lib/getdomainname.c: New file.
40703
40704 2003-09-25  Karl Berry  <karl@gnu.org>
40705
40706         * lib/argp-fmtstream.c, argp-help.c: update from libc.
40707
40708 2003-09-25  Karl Berry  <karl@gnu.org>
40709
40710         * config/install-sh: update from automake.
40711
40712 2003-09-25  Bruno Haible  <bruno@clisp.org>
40713
40714         * modules/version-etc-2: New file, from modules/version-etc with
40715         modifications.
40716         * MODULES.html.sh (func_all_modules): Add version-etc-2.
40717
40718 2003-09-25  Bruno Haible  <bruno@clisp.org>
40719
40720         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
40721         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
40722
40723 2003-09-24  Simon Josefsson  <jas@extundo.com>
40724
40725         * modules/xgethostname: Add xgethostname.h.
40726
40727 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40728
40729         * lib/linebuffer.c (freebuffer): Don't free the argument, just
40730         the buffer associated with the argument.  Bug reported by
40731         Simon Josefsson.
40732
40733 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40734
40735         * README: Document assumptions that 'int' is at least 32 bits
40736         wide, that integer arithmetic is 2's complement without overflow,
40737         that there are no holes in integer values, that adding sizes of
40738         two nonoverlapping objects can't overflow, and that all-bits-zero
40739         yields scalar zero.  Fix spelling and capitalization typos.
40740
40741 2003-09-19  Karl Berry  <karl@gnu.org>
40742
40743         * lib/argp.h: update from libc.
40744
40745 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40746
40747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
40748         to avoid spurious warnings like "AC_RUN_IFELSE was called before
40749         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
40750
40751 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40752
40753         * gnulib-tool: Use "test -h", not "test -L", for portability
40754         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
40755         (tags_regexp): Remove, since \| doesn't conform to POSIX.
40756         (sed_extract_prog): Issue s commands one-by-one, rather than
40757         using \| in one s command.
40758
40759 2003-09-16  Paul Eggert  <eggert@twinsun.com>
40760
40761         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
40762         input error, instead of returning NULL the next time we are called
40763         (and therefore losing track of errno).
40764
40765 2003-09-16  Bruno Haible  <bruno@clisp.org>
40766
40767         * gnulib-tool (func_create_testdir): Warn about duplicated
40768         dependencies.
40769
40770 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40771
40772         * modules/argmatch, modules/fatal, modules/obstack,
40773         modules/xalloc, modules/xgethostname: Sort dependencies by
40774         importance, not alphabetically.
40775
40776 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40777
40778         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
40779         fails, so that the caller gets the proper errno.
40780
40781         * lib/readutmp.c (read_utmp): Likewise.
40782         Check for fstat error.  Close stream and free storage
40783         when failing.
40784
40785 2003-09-14  Karl Berry  <karl@gnu.org>
40786
40787         * config/srclist.txt (strdup.c): disable for c89 changes.
40788
40789 2003-09-14  Jim Meyering  <jim@meyering.net>
40790
40791         * lib/getloadavg.c: Correct cpp indentation.
40792         * lib/strdup.c: Likewise.
40793         * lib/vasnprintf.c: Likewise.
40794
40795 2003-09-14  Bruno Haible  <bruno@clisp.org>
40796
40797         * modules/fwriteerror: New file.
40798         * MODULES.html.sh (func_all_modules): Add fwriteerror.
40799
40800 2003-09-14  Bruno Haible  <bruno@clisp.org>
40801
40802         * lib/fwriteerror.h: New file.
40803         * lib/fwriteerror.c: New file.
40804
40805 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40806
40807         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
40808         modules/xgethostname, modules/xalloc: Depend on exit.
40809
40810 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40811
40812         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
40813
40814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
40815         and AC_MINIX, too, so that their extensions are available.
40816
40817         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
40818         This macro has been superseded by gl_BACKUPFILE.
40819
40820         More patches to assume C89 or better.
40821
40822         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
40823
40824         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
40825         unconditionally.
40826         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
40827         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
40828         Include <string.h>, <stdlib.h> unconditionally.
40829         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
40830         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
40831         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
40832         headers or for string.h.
40833         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
40834         or strtoul.
40835
40836         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
40837         headers.
40838         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
40839         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40840         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
40841         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
40842         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40843         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
40844         memcpy, memset.
40845         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
40846         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
40847         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
40848         strtol.
40849         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
40850         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
40851         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
40852         strtoul.
40853
40854 2003-09-12  Paul Eggert  <eggert@twinsun.com>
40855
40856         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
40857         * lib/obstack.c [!defined _LIBC]: Likewise.
40858         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
40859         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
40860         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
40861
40862         More changes to assume C89 or better.
40863
40864         * lib/error.c (error_tail): Assume vprintf.
40865
40866         * lib/argmatch.c (getenv): Remove decl.
40867         * lib/progreloc.c (get_full_program_name): Define via prototype.
40868         * lib/setenv.c (clearenv): Likewise.
40869         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
40870         needed.
40871         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
40872         (malloc, memcpy): Remove decls.
40873         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
40874         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
40875         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40876         (memcpy): Remove macro.
40877         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
40878         (__P): Remove.  All uses removed.
40879         (PTR): Remove.  All uses changed to void *.
40880         (CHAR_BIT, NULL): Remove.
40881         (spaces, zeros, memset_space, memset_zero)
40882         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
40883         Remove.
40884         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
40885         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
40886         Define with prototype.
40887         Remove now-unnecessary prototype decl.
40888         (extra_args_spec): Assume ANSI C.  All uses changed.
40889         (extra_args_spec_iso): Remove.
40890         (my_strftime, emacs_strftimeu): Define via prototype.
40891         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
40892         unconditionally.
40893         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
40894         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
40895         (strtoul, strtol): Remove decls.
40896         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
40897         LONG_MAX): Remove.
40898         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
40899         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
40900         (LOCALE_PARAM_PROTO): New macro.
40901         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
40902         (INTERNAL (strtol), strtol): Define with a prototype.
40903         (PARAMS): Remove.  All uses removed.
40904         * lib/tempname.c: Include <string.h> unconditionally.
40905         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
40906         * lib/xgethostname.c (main): Define with a prototype.
40907         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
40908         Include <stdlib.h> unconditionally.
40909         (calloc, malloc, realloc, free): Remove decls.
40910         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
40911         Include <stdlib.h> unconditionally.  Sort include file names.
40912         (strtod): Remove.
40913         (xstrtod): Define with a prototype.
40914         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
40915         (strtol, strtoul): Remove decls.
40916
40917 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40918
40919         More patches to assume C89 or better.
40920         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
40921         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
40922         string.h, memchr, STDC_HEADERS.
40923
40924 2003-09-11  Paul Eggert  <eggert@twinsun.com>
40925
40926         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
40927         Include <stdlib.h>, <string.h> unconditionally.
40928         Remove now-unnecessary cast to char *.
40929         * lib/strnlen.c: Include <string.h> unconditionally.
40930         * lib/yesno.c (yesno): Define with a prototype.
40931
40932 2003-09-11  Bruno Haible  <bruno@clisp.org>
40933
40934         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
40935
40936 2003-09-10  Jim Meyering  <jim@meyering.net>
40937
40938         * lib/error.c: Correct indentation of cpp directives.
40939
40940 2003-09-10  Bruno Haible  <bruno@clisp.org>
40941
40942         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
40943         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
40944         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
40945         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
40946         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
40947         <stdlib.h> and <string.h> checks.
40948         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
40949         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
40950
40951 2003-09-10  Bruno Haible  <bruno@clisp.org>
40952
40953         * lib/strcspn.c: Include <string.h> unconditionally.
40954         * lib/strpbrk.c: Include <string.h> unconditionally.
40955         * lib/strstr.c: Include <string.h> unconditionally.
40956         * lib/unicodeio.c: Include <string.h> unconditionally.
40957         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
40958         * lib/unsetenv.c: Likewise.
40959         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
40960         * lib/yesno.c: Include <stdlib.h> unconditionally.
40961         (rpmatch): Add prototype.
40962
40963 2003-09-09  Paul Eggert  <eggert@twinsun.com>
40964
40965         More patches to assume C89 or better.
40966         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
40967         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
40968         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
40969         or for string.h.
40970         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
40971         stdlib.h.
40972         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
40973         C headers.
40974         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
40975         string.h.
40976         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
40977         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
40978         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
40979         or for string.h.
40980         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
40981         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
40982         C headers.
40983         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
40984         memcpy.
40985         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
40986         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
40987         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
40988         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
40989         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
40990         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
40991         string.h, free.
40992         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
40993         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
40994         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
40995         C headers, or for string.h.
40996         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
40997         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
40998         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
40999         headers, memory.h, stdlib.h, string.h, strings.h.
41000         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
41001         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
41002         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
41003         strchr.
41004         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
41005         headers, memory.h, string.h.
41006         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
41007         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
41008         free.
41009         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
41010         headers.
41011         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
41012         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
41013         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
41014         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
41015         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
41016
41017 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41018
41019         More K&R removal.
41020
41021         * lib/acosl.c (main): Use a prototype.
41022         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
41023         tanl.c: Likewise.
41024
41025         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
41026
41027         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
41028         (getopt, etopt_long, getopt_long_only, _getopt_internal)
41029         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
41030         with a prototype.
41031         * lib/getopt.c (const): Remove macro.
41032         Include <string.h> unconditionally.
41033         (my_index): Remove; all uses changed to strchr.
41034         (strlen): Remove decl.
41035         (exchange): Remove forward decl; no longer needed.
41036         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
41037         Define with prototype.
41038         * lib/getopt1.c (const): Remove macro.
41039         (getopt_long, getopt_long_only, main): Define with prototype.
41040
41041         * lib/getugroups.c: Include <string.h> unconditionally.
41042
41043         * lib/getusershell.c: Include <stdlib.h> unconditionally.
41044         (getusershell, setusershell, endusershell, readname, main):
41045         Define with prototypes.
41046
41047         * lib/group-member.c: Include group-member.h first.
41048         Include <stdlib.h> unconditionally.
41049
41050         * lib/hard-locale.c: Include hard-locale.h first.
41051         Include <stdlib.h>, <string.h> unconditionally.
41052
41053         * lib/hash.c (free, malloc): Remove decls.
41054         Include <stdlib.h> unconditionally.
41055
41056         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
41057         (getenv): Do not declare.
41058
41059         * lib/idcache.c: Include <string.h> unconditionally.
41060
41061         * lib/long-options.c: Include long-options.h first, to test interface.
41062         Include <stdlib.h> unconditionally.
41063
41064         * lib/makepath.c: Include makepath.h first, to test interface.
41065         Include <stdlib.h> and <string.h> unconditionally.
41066
41067         * lib/linebuffer.c: Include <stdlib.h>.
41068         (free): Remove decl.
41069
41070         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
41071         stddef.h. rpl_malloc returns void *, not char *.
41072         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
41073         prototype.
41074
41075         * lib/md5.h: Include <limits.h> unconditionally.
41076         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
41077         (__P): Remove; all uses removed.
41078         * lib/md5.c: Include "md5.h" first.
41079         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
41080         md5_buffer, md5_process_bytes, md5_process_block):
41081         Define with prototypes.
41082         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
41083         * lib/sha.c: Include "sha.h" first.
41084         Include <stdlib.h>, <string.h> unconditionally.
41085
41086         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
41087         * lib/memcmp.c (__ptr_t): Likewise.
41088         * lib/memrchr.c (__ptr_t): Likewise.
41089         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
41090         Include <string.h> unconditionally.
41091         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
41092         * lib/memchr.c: Include <stdlib.h> unconditionally.
41093         * lib/memchr.c (LONG_MAX): Remove.
41094         * lib/memrchr.c (LONG_MAX): Likewise.
41095         * lib/memchr.c (__memchr): Define via a prototype.
41096         * lib/memrchr.c (__memrchr): Likewise.
41097         * lib/memcmp.c (__P): Remove, and remove all uses.
41098         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
41099         Remove forward decls; no longer needed.
41100         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
41101         Use types required by C89 in prototype.
41102
41103         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
41104         * lib/savedir.c: Likewise.
41105         * lib/mkdir.c (free): Remove decl.
41106         * lib/rmdir.c (rmdir): Define with a prototype.
41107         * lib/savedir.c: Include savedir.h first, to test interface.
41108
41109         * lib/mktime.c (STDC_HEADERS): Remove.
41110         Include <stdlib.h>, <string.h> unconditionally.
41111
41112         * lib/modechange.c: Include <stdlib.h> unconditionally.
41113         (malloc): Remove decl.
41114
41115         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
41116         (free): Remove decl.
41117
41118         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
41119         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
41120         (This type really should be intptr_t, but that's a C99ism.)
41121         (_obstack_memcpy): Remove: all uses changed to memcpy.
41122         Include <string.h> unconditionally.
41123         (struct obstack): Assume __STDC__ for types of members
41124         chunkfun, freefun, extra_arg.
41125         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
41126         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
41127         obstack_begin, obstack_specify_allocation,
41128         obstack_specify_allocation_with_arg, obstack_chunkfun,
41129         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
41130         Remove unprototyped decls and the macros that use them.
41131         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
41132         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
41133         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
41134         (defined __STDC__ && __STDC__)]:
41135         Remove nonprototyped code.
41136         Include <stdlib.h> unconditionally.
41137         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
41138         _obstack_allocated_p, _obstack_free, obstack_free,
41139         _obstack_memory_used, print_and_abort):
41140         Define using prototypes.
41141         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
41142         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
41143         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
41144         obstack_next_free, obstack_object_size, obstack_room) [0]:
41145         Remove unused, unprototyped code.
41146
41147         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
41148
41149         * lib/physmem.c (physmem_total, physmem_available, main): Define
41150         with prototypes.
41151
41152         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
41153         (main): Define with a prototype.
41154
41155         * lib/posixver.c (getenv): Remove decl.
41156
41157         * lib/putenv.c (malloc): Returns void *, not char *.
41158         Include <string.h> unconditionally.
41159         (strchr, memcpy, NULL): Do not define.
41160
41161         * lib/readtokens.c: Include readtokens.h first, to test interface.
41162         Include <stdlib.h>, <string.h> unconditionally.
41163         (init_tokenbuffer): Define with a prototype.
41164
41165         * lib/regex.c (PARAMS): Remove.  All uses removed.
41166         All uses of _RE_ARGS removed, too.
41167         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
41168         unconditionally.
41169         (bzero): Assume memset exists.
41170         (memcmp, memcpy, NULL): Remove.
41171         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
41172         char, or assignments to local vars of type signed char.
41173         (init_syntax_once, PREFIX(extract_number_and_incr),
41174         PREFIX(print_partial_compiled_pattern),
41175         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
41176         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
41177         PREFIX(regex_grow_registers), PREFIX(regex_compile),
41178         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
41179         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
41180         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
41181         wcs_compile_range, byte_compile_range, truncate_wchar,
41182         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
41183         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
41184         count_mbs_length, wcs_re_match_2_internal,
41185         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
41186         PREFIX(alt_match_null_string_p),
41187         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
41188         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
41189         regfree, PREFIX(extract_number)): Define with prototype.  Remove
41190         now-unnecessary declaration, if any.
41191         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
41192         regcomp, regexec):
41193         Remove now-unnecessary casts among pointer types.
41194         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
41195
41196         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
41197         (free): Remove decl.
41198
41199         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
41200
41201         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
41202         (free): Remove decl.
41203
41204         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
41205         * lib/xgetcwd.c: Likewise.
41206
41207         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
41208         (free): Remove decl.
41209
41210         * lib/strchrnul.c (strchrnul): Define with a prototype.
41211         Fix bug: c_in was not converted to char before searching.
41212
41213         The following changes are not K&R related:
41214
41215         * lib/group-member.h: Include <sys/types.h>, so that this file is
41216         self-contained.
41217         * lib/makepath.h: Likewise.
41218
41219         * lib/getusershell.c (readname, default_index, line_size, readname):
41220         Use size_t, not int, for sizes.
41221         (readname): If the size overflows, report an error instead of
41222         looping forever.
41223
41224 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41225
41226         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
41227         libc.
41228
41229 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41230
41231         * README: New section: portability guidelines.
41232
41233 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41234
41235         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
41236         C89 spec.
41237
41238 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41239
41240         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
41241
41242 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41243
41244         Assume C89 or better; remove K&R cruft.
41245         A few of these changes were first proposed by Derek Robert Price
41246         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
41247
41248         * lib/addext.c: Include <string.h> unconditionally.
41249         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
41250         Don't declare getenv or malloc.
41251
41252         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
41253         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
41254         (NULL): Remove.
41255         (find_stack_direction, alloca): Use prototypes.
41256
41257         * lib/atexit.c (atexit): Define using a prototype.
41258
41259         * lib/basename.c, dirname.c, stripslash.c:
41260         Include <string.h> unconditionally.
41261
41262         * lib/bcopy.c: Include <stddef.h>.
41263         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
41264
41265         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
41266
41267         * lib/error.h (error, error_at_line, error_print_progname)
41268         [! (defined (__STDC__) && __STDC__)]: Remove decls.
41269         * lib/error.c: Include error.h first, to check interface.
41270         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41271         (VA_START): Remove; all uses changeed to va_start.
41272         (exit, strerror): Remove decls.
41273         (error_print_progname): Prototype uncondionally.
41274         Don't include <errno.h>; no longer needed.
41275         (private_strerror): Remove.
41276         (error_tail): Always define.
41277         (error, error_at_line): Assume C89 or better; always use prototypes.
41278         * lib/fatal.c: Include "fatal.h" first, to test interface.
41279         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41280         (VA_START): Remove; all uses changed to va_start.
41281         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
41282         this case.
41283         (exit): Remove decl.
41284         (fatal): Prototype unconditionally.  Assume va_start works.
41285         Abort at end, to pacify gcc.
41286
41287         * lib/euidaccess.c (main): Define with a prototype.
41288
41289         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
41290
41291         * lib/exitfail.c: Include <stdlib.h> unconditionally.
41292
41293         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
41294         prototypes.
41295         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
41296         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
41297         (getenv): Remove decl.
41298         (fnmatch): Define using a prototype.
41299         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
41300         (FCT): Define using a prototype.
41301
41302         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
41303
41304         * lib/gethostname.c: Include <stddef.h>.
41305         (gethostname): Define with prototype.  Length is size_t, not int.
41306
41307 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41308
41309         Assume C89 or better; remove K&R cruft.
41310         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
41311         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
41312         string.h, getenv, malloc.
41313         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
41314         headers.
41315         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
41316         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
41317         do not check for strerror.
41318         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
41319         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
41320         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
41321         do not check for doprnt or vprintf.
41322         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
41323         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
41324
41325 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41326
41327         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
41328         getversion.c should have been removed then, but was accidentally
41329         preserved.
41330
41331         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
41332         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
41333
41334 2003-09-08  Karl Berry  <karl@gnu.org>
41335
41336         * config/config.sub, config.guess, srclistvars.sh: update from savannah
41337                 config, forget about prep.
41338
41339         * config/depcomp, missing: update from automake.
41340
41341 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41342
41343         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
41344         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41345
41346 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41347
41348         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
41349         copy_tm_result.  Bug reported by Simon Josefsson in
41350         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41351
41352 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41353
41354         * m4/time_r.m4: New file.
41355         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
41356         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
41357         is. Check for timegm declaration.
41358         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
41359         Do not check for gmtime_r.
41360         Replace mktime if __mktime_internal does not exist and if mktime
41361         hasn't been replaced already.
41362
41363 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41364
41365         * lib/time_r.c, lib/time_r.h: New files.
41366
41367         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
41368         __localtime_r.
41369         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
41370         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
41371
41372         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
41373         __gmtime_r.
41374         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
41375         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
41376         Include <time_r.h>.
41377
41378         * lib/timegm.c: Switch to glibc implementation, with the following
41379         changes:
41380         [defined HAVE_CONFIG_H]: Include <config.h>.
41381         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
41382         (__mktime_internal) [!defined _LIBC]: New decl.
41383         (__gmtime_r) [!defined _LIBC]: New macro and function.
41384         (timegm): Use a prototype, since gnulib assumes C89.
41385         Do not bother declaring tmp to be const, as it's not really usefu.
41386         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
41387         (timegm): Declare only if HAVE_DECL_TIMEGM.
41388
41389 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41390
41391         * MODULES.html.sh (func_all_modules): Add time_r.
41392         * modules/time_r: New file.
41393         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
41394         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
41395
41396 2003-09-03  Paul Eggert  <eggert@twinsun.com>
41397
41398         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
41399         Bug reported by Lute Kamstra in
41400         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
41401
41402         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
41403         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
41404         course with correspondingly smaller numbers for tomorrow and
41405         yesterday.  From Tadayoshi Funaba.  Originally installed into
41406         sh-utils on 1999-08-07, but the patch got lost (I guess during the
41407         coreutils merge?).
41408
41409 2003-08-31  Simon Josefsson  <jas@extundo.com>
41410
41411         * modules/timegm: New file.
41412         * MODULES.html.sh (func_all_modules): Add timegm.
41413
41414 2003-08-31  Simon Josefsson  <jas@extundo.com>
41415
41416         * m4/timegm.m4: New file.
41417
41418 2003-08-31  Simon Josefsson  <jas@extundo.com>
41419
41420         * lib/timegm.h: New file.
41421         * lib/timegm.c: New file.  Based on
41422         wget-1.8.2/src/http.c:mktime_from_utc.
41423
41424 2003-08-31  Karl Berry  <karl@gnu.org>
41425
41426         * lib/argp.h: update from libc.
41427
41428 2003-08-28  Bruno Haible  <bruno@clisp.org>
41429
41430         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
41431         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
41432         followed by '#define fnmatch fnmatch_posix' gives an error.
41433
41434 2003-08-28  Bruno Haible  <bruno@clisp.org>
41435
41436         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
41437         warning on QNX, which defines O_BINARY to 000000.
41438
41439 2003-08-27  Jim Meyering  <jim@meyering.net>
41440
41441         * m4/mkstemp.m4: Require that the system mkstemp be able to create
41442         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
41443         would fail after 32.  Reported by Danny Levinson.  Details here:
41444         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
41445
41446 2003-08-24  Bruno Haible  <bruno@clisp.org>
41447
41448         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
41449         MSVC7 <stdio.h> is included later.
41450
41451 2003-08-22  Simon Josefsson  <jas@extundo.com>
41452
41453         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
41454
41455 2003-08-20  Karl Berry  <karl@gnu.org>
41456
41457         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
41458
41459 2003-08-20  Bruno Haible  <bruno@clisp.org>
41460
41461         * modules/progname: New file.
41462         * MODULES.html.sh (func_all_modules): Add progname.
41463
41464 2003-08-20  Bruno Haible  <bruno@clisp.org>
41465
41466         * lib/progname.h: New file, from GNU gettext.
41467         * lib/progname.c: New file, from GNU gettext.
41468         * lib/progreloc.c: New file, from GNU gettext.
41469
41470 2003-08-19  Jim Meyering  <jim@meyering.net>
41471
41472         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
41473         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
41474
41475 2003-08-19  Bruno Haible  <bruno@clisp.org>
41476
41477         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
41478         more.
41479
41480 2003-08-19  Bruno Haible  <bruno@clisp.org>
41481
41482         * lib/xstrdup.c: Assume <string.h> exists.
41483
41484 2003-08-18  Paul Eggert  <eggert@twinsun.com>
41485
41486         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
41487         in makefile rules.
41488
41489 2003-08-18  Jim Meyering  <jim@meyering.net>
41490
41491         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
41492         * m4/lib-ld.m4: Likewise.
41493
41494 2003-08-18  Jim Meyering  <jim@meyering.net>
41495
41496         * lib/setenv.h: Indent nested cpp directive.
41497         * lib/vasnprintf.c: Remove trailing blanks.
41498
41499 2003-08-17  Simon Josefsson  <jas@extundo.com>
41500
41501         * modules/xstrndup: New file.
41502         * MODULES.html.sh (func_all_modules): Add xstrndup.
41503
41504 2003-08-17  Simon Josefsson  <jas@extundo.com>
41505
41506         * modules/argp: Fix autoconf macro name. Add more dependencies.
41507
41508 2003-08-17  Simon Josefsson  <jas@extundo.com>
41509
41510         * m4/xstrndup.m4: New file.
41511
41512 2003-08-17  Simon Josefsson  <jas@extundo.com>
41513
41514         * m4/argp.m4: New file.
41515
41516 2003-08-17  Simon Josefsson  <jas@extundo.com>
41517             Bruno Haible  <bruno@clisp.org>
41518
41519         * lib/xstrndup.h: New file.
41520         * lib/xstrndup.c: New file.
41521
41522 2003-08-17  Bruno Haible  <bruno@clisp.org>
41523
41524         * modules/strndup (Files, Include): Add lib/strndup.h.
41525
41526 2003-08-17  Bruno Haible  <bruno@clisp.org>
41527
41528         * modules/euidaccess (Files): Add lib/euidaccess.h.
41529
41530 2003-08-17  Bruno Haible  <bruno@clisp.org>
41531
41532         * lib/strndup.h: New file.
41533
41534 2003-08-17  Bruno Haible  <bruno@clisp.org>
41535
41536         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
41537         like AC_GNU_SOURCE.
41538         * modules/extensions (configure.ac): Comment out the invocation of
41539         gl_USE_SYSTEM_EXTENSIONS.
41540
41541 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41542
41543         Merges from coreutils, etc.
41544         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
41545         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
41546         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
41547         fixing a typo.
41548         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
41549         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
41550
41551 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41552
41553         Document merge from coreutils.
41554         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
41555         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
41556         * modules/utime: Add m4/utimes-null.m4.
41557
41558 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41559
41560         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
41561         space, undoing this 2003-08-12 change:
41562         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41563
41564 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41565
41566         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
41567         strtoul.c from libc, undoing this 2003-08-12 change:
41568         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41569
41570 2003-08-16  Jim Meyering  <jim@meyering.net>
41571
41572         Merges from coreutils.
41573         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
41574         prefix.  Adjust cache variables similarly.  Create 500 rather than
41575         just 300 files, to exercise bug on Darwin6.5, too.
41576         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
41577         $missing_dir.
41578         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
41579         AM_SYS_POSIX_TERMIOS.
41580         Reported by mkc@mathdogs.com.
41581         Also change use of $am_cv_sys_posix_termios
41582         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
41583         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
41584         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
41585         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
41586         in /proc/mounts until it finds one with matching device number.  This
41587         is unnecessary when the FILE argument *is* a mount point.  No stat call
41588         is necessary in that case.  So, disable the statvfs-testing code on
41589         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41590         as RedHat bug# 84846.
41591         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41592         to 1MB, so as not to render systems with no stack size limit (e.g.,
41593         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41594         Include <unistd.h>.  On some systems,
41595         it is required for the definition of _SC_PAGESIZE.
41596
41597 2003-08-16  Jim Meyering  <jim@meyering.net>
41598
41599         Merge from coreutils.
41600         * lib/xstrtoimax.c: #else #if -> #elif.
41601         * lib/xstrtoumax.c: Likewise.
41602
41603 2003-08-16  Jim Meyering  <jim@meyering.net>
41604
41605         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
41606         * m4/utimes.m4: Removed.
41607         * m4/utimes-null.m4: Renamed from utimes.m4.
41608
41609         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41610         to 1MB, so as not to render systems with no stack size limit (e.g.,
41611         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41612         Include <unistd.h>.  On some systems,
41613         it is required for the definition of _SC_PAGESIZE.
41614
41615 2003-08-16  Jim Meyering  <jim@meyering.net>
41616         and Paul Eggert  <eggert@cs.ucla.edu>
41617
41618         Merges from coreutils, etc.
41619
41620         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
41621         using the latest version from cvs.  This avoids problems with #line
41622         directives using a vendor (Sun) compiler.
41623         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
41624         Don't set GETGROUPS_LIB here; now it's
41625         done via getgroups.m4's wrapper function.
41626         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
41627         rather than just in sh-util/configure.in, so that the
41628         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
41629         same.
41630         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
41631         AC_FUNC_GETLOADAVG where to find getloadavg.c.
41632         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
41633         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
41634         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
41635         Remove code that is now done by the newly-required macros.
41636         Append $(EXEEXT) to DF_PROG.
41637         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
41638         Do not invoke or require the following here,
41639         since prereq.m4 or some gnulib .m4 now does this for us:
41640         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
41641         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
41642         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
41643         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
41644         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
41645         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
41646         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
41647         AC_FUNC_OBSTACK.
41648         Do not replace the following functions, as this is now the job
41649         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
41650         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
41651         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
41652         atexit getpass, strdup, getpagesize.
41653         Replace 'raise'.
41654         Do not check for the following functions, as this is now the job
41655         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
41656         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
41657         setregid.
41658         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
41659         Check for sys/sysctl.h.
41660         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
41661         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
41662         of checking for ssize_t ourselves.
41663
41664         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
41665         Require every macro that gnulib/modules/* suggests for us.
41666         (jm_PREREQ_ADDEXT): New macro.
41667         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
41668         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
41669
41670         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
41671         (gl_PHYSMEM): Use it.
41672         Also check for `table' function.
41673         Check for new headers and functions.
41674         Add check for sys/sysmp.h.
41675         With suggestions from Kaveh Ghazi.
41676         Ignore headers that are present but cannot be compiled.  This
41677         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
41678         C 5.4.
41679
41680 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41681
41682         Document merge from coreutils.
41683         * modules/userspec: Depend on posixver.
41684         * modules/strftime: Depend on tzset.
41685
41686 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41687
41688         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
41689         rather than tab, after '#' in shell-script copyright notices.
41690         Suggested by Bruno Haible.
41691
41692 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41693
41694         * config/srclist-update: Use three spaces, rather than tab, after '#'
41695         in shell-script copyright notices.  Suggested by Bruno Haible.
41696         Remove unnecessary parenthesization in regular expression.
41697
41698 2003-08-15  Jim Meyering  <jim@meyering.net>
41699
41700         Merge from coreutils.
41701         * lib/xgethostname.c: Include <stdlib.h>.
41702         (xghostname): Don't exit for anything other than memory-related
41703         failure; just return NULL.
41704         * lib/userspec.c: Include "posixver.h".
41705         (parse_user_spec): Accept `.' as a separator only
41706         in pre-POSIX-200112 mode.
41707         * lib/strtoimax.c: Use #elif rather than #else #if.
41708         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
41709         Remove function, now that we can rely on a working tzset function.
41710         [!_LIBC]: Ensure that the required autoconf test has been run.
41711         [!defined _NL_CURRENT && HAVE_STRFTIME]:
41712         Use underlying_strftime for %r.
41713         * lib/sha.c: Merge in some clean-up and optimization changes from
41714         glibc.
41715         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
41716         Ensure that it is a multiple of 64.
41717         Rearrange loop exit tests so as to avoid performing an
41718         additional fread after encountering an error or EOF.
41719         * lib/realloc.c: Update copyright date.
41720
41721 2003-08-15  Jim Meyering  <jim@meyering.net>
41722         and Paul Eggert  <eggert@twinsun.com>
41723
41724         Merge from coreutils.
41725         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
41726         member but strut utmpx does not.  Needed for AIX 4.3.3.
41727         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
41728
41729 2003-08-15  Jim Meyering  <jim@meyering.net>
41730         and Paul Eggert  <eggert@cs.ucla.edu>
41731
41732         Merges from coreutils, etc.
41733         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
41734         Require gl_FUNC_TZSET_CLOBBER.
41735         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
41736         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
41737         members.
41738
41739 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41740
41741         Help the merge from coreutils.
41742         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
41743         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
41744         * m4/tzset.m4: Use it too.
41745
41746 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41747
41748         * modules/tzset: New file.
41749
41750 2003-08-14  Jim Meyering  <jim@meyering.net>
41751
41752         Merges from coreutils.
41753         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
41754         variable names, rather than @FNMATCH_H@.
41755         * modules/alloca: Likewise for $(ALLOCA_H).
41756
41757         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
41758         the three copies of the literal target, `fnmatch.h'.
41759         * modules/alloca (alloca.h): Likewise.
41760
41761 2003-08-14  Jim Meyering  <jim@meyering.net>
41762
41763         Merge from coreutils.
41764         * m4/tzset.m4: New file.
41765         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
41766         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
41767         otherwise, AIX 5.1 systems would end up using the latter.
41768         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
41769         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
41770         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
41771         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
41772
41773 2003-08-14  Jim Meyering  <jim@meyering.net>
41774
41775         Merge from coreutils.
41776         * lib/obstack.h: Whitespace changes.
41777         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
41778         and xcalloc return values.
41779         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
41780         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
41781         hang on OSF/1 5.1 for DIR on both local and remote file systems.
41782         Reported by (and fix confirmed by) Nelson H. F. Beebe.
41783         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41784         error from mntctl.
41785         Use mntctl's return value to drive the entry-processing loop, since
41786         we can't rely on the value of the vmt_length member in the last
41787         entry.  On some systems doing so could result in exhausting
41788         virtual memory.  Based in part on a patch from Mike Jetzer.
41789
41790 2003-08-14  Jim Meyering  <jim@meyering.net>
41791         and Paul Eggert  <eggert@twinsun.com>
41792
41793         Merges from coreutils, plus other fixes.
41794         * lib/physmem.c: Merge in portability changes from gcc/libiberty
41795         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
41796         for credits and details.  Thanks to Kaveh Ghazi for helping
41797         to keep these files in sync.
41798         (ARRAY_SIZE): Define it.
41799         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
41800         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
41801         (memcasecmp): Don't assume size_t fits in unsigned int.
41802         Remove casts and duplicate code.
41803         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
41804         (memcpy): Remove definition.
41805         Merge in some clean-up and optimization changes from glibc.
41806         [BLOCKSIZE]: Move definition to top of file.
41807         Ensure that it is a multiple of 64.
41808         Rearrange loop exit tests so as to avoid performing an
41809         additional fread after encountering an error or EOF.
41810         * lib/md5.h (md5_uintptr): Define.
41811         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
41812         return to the initial working directory.  Preserve errno
41813         for caller.
41814         * lib/idcache.c: Include "xalloc.h".
41815         (xmalloc, xrealloc): Remove decls.
41816         (getuser): Remove casts no longer required in C89.
41817         * lib/human.c: Include stdio.h, for sprintf.
41818         * lib/group-member.c: Include "xalloc.h".
41819         (xmalloc, xrealloc): Remove decls.
41820         (get_group_info): Remove casts no longer required in C89.
41821         * lib/getusershell.c (readname): Remove casts no longer required in
41822         C89.
41823         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
41824         * lib/getline.c: Whitespace fix, from coreutils.
41825
41826 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41827
41828         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
41829         Check for isascii.
41830
41831         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41832         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41833         Undo previous (whitespace-only) change.
41834
41835 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41836
41837         * lib/exclude.c: Include <ctype.h>
41838         (IN_CTYPE_DOMAIN): New macro.
41839         (is_space): New fn.
41840         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
41841         and empty lines.
41842
41843         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41844         Undo previous (whitespace-only) change.
41845
41846 2003-08-13  Paul Eggert  <eggert@twinsun.com>
41847
41848         * config/srclist-update: Change update back to the old behavior,
41849         leaving whitespace alone.  Use one 'sed' command rather than a
41850         pipeline.
41851         (fixlicense): Now a variable, not a function.
41852         (remove_trailing_blanks): Remove.
41853         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
41854         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41855         Undo previous (whitespace-only) change.
41856
41857 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41858
41859         Merge from coreutils.
41860         * modules/euidaccess: Add lib_SOURCES, include for new
41861         file euidaccess.h
41862
41863 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41864
41865         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
41866         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
41867         Normalize leading white space and remove trailing white space.
41868
41869         Merge from coreutils
41870         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
41871
41872         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
41873         0.12.1.  These files are now being upgraded automatically by
41874         ../config/srclist-update.
41875
41876 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41877
41878         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
41879         Normalize leading white space and remove trailing white space.
41880         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
41881         notice, as per ../config/srclist-update.
41882
41883         Merge from coreutils.
41884         * lib/euidaccess.h: New file.
41885         * lib/euidaccess.c: Include it.
41886         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
41887         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
41888         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
41889
41890 2003-08-12  Paul Eggert  <eggert@twinsun.com>
41891
41892         * config/srclist-update: Add copyright notice.
41893         (remove_id_lines, remove_trailing_blanks): New constants.
41894         (fixfile): Use them to normalize spacing a bit in copied files.
41895         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
41896         Normalize leading white space and remove trailing white space.
41897
41898         * config/texinfo.tex: Sync with texinfo.
41899
41900         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
41901         strtoul.c from libc, to merge coreutils whitespace changes.
41902
41903         * config/srclist.txt: Get the following m4 files from gettext:
41904         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
41905         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
41906         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
41907         wint_t.m4.
41908
41909 2003-08-12  Karl Berry  <karl@gnu.org>
41910
41911         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
41912         been made.
41913
41914 2003-08-11  Paul Eggert  <eggert@twinsun.com>
41915
41916         * modules/gnu-source, m4/gnu-source.m4:
41917         Remove; we're assuming Autoconf 2.54 or later now.
41918         Suggested by Bruno Haible.
41919         * MODULES.html.sh (func_all_modules): Remove gnu-source.
41920
41921 2003-08-11  Bruno Haible  <bruno@clisp.org>
41922
41923         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
41924
41925 2003-08-11  Bruno Haible  <bruno@clisp.org>
41926
41927         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
41928         (vasnprintf): Use it instead of wcslen.
41929
41930 2003-08-11  Bruno Haible  <bruno@clisp.org>
41931
41932         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
41933         value to ensure that _Bool promotes to int. Use #define for _Bool when
41934         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
41935
41936 2003-08-10  Karl Berry  <karl@gnu.org>
41937
41938         * lib/regex.h: update from libc (whitespace fix).
41939
41940 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41941
41942         Merge some files from coreutils.  These changes were
41943         originally made by Jim Meyering.
41944         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
41945         many older Unixes require this.
41946         * lib/alloca.c (alloca): Remove cast to argument of free;
41947         no longer needed in C89.
41948         * lib/alloca_.h, regex.h: Fix white space to match
41949         what GNU indent does.
41950
41951 2003-08-09  Paul Eggert  <eggert@twinsun.com>
41952
41953         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
41954         apparently Emacs's Unicode mode got confused before my 2003-08-05
41955         checkin.
41956
41957 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41958
41959         * m4/extensions.m4: New file.
41960         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
41961         Require gl_USE_SYSTEM_EXTENSIONS.
41962         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
41963         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
41964
41965 2003-08-08  Paul Eggert  <eggert@twinsun.com>
41966
41967         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
41968         * modules/extensions, modules/gnu-source: New files.
41969         * modules/timespec, modules/unlocked-io: Depend on extensions.
41970
41971 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41972
41973         * modules/restrict: New file.
41974         * MODULES.html.sh (func_all_modules): Add restrict.
41975         * modules/regex: Depend on restrict.
41976
41977 2003-08-07  Paul Eggert  <eggert@twinsun.com>
41978
41979         * m4/restrict.m4: New file.
41980         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
41981
41982 2003-08-07  Bruno Haible  <bruno@clisp.org>
41983
41984         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
41985         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
41986
41987 2003-08-07  Bruno Haible  <bruno@clisp.org>
41988
41989         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
41990         makes the module 'getndelim2' compatible with the module 'getline'.
41991
41992 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41993
41994         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
41995         byte with "\201" to avoid glitches when editing that source file
41996         with multi-gnome-terminal.
41997
41998 2003-08-05  Paul Eggert  <eggert@twinsun.com>
41999
42000         * lib/bumpalloc.h: Remove.
42001
42002 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42003
42004         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
42005         * modules/bumpalloc: Remove.
42006
42007 2003-08-04  Paul Eggert  <eggert@twinsun.com>
42008
42009         * lib/getloadavg.c: Change copyright notice and spacing to conform to
42010         GNU coding style.
42011
42012         Merge from coreutils.
42013         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
42014         1. From glibc.
42015         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
42016         from Karl Berry, implemented by Jim Meyering.
42017         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
42018         from Dmitry V. Levin.
42019         Remove anachronistic cast of xrealloc.
42020         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
42021         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
42022         type. Otherwise, it wouldn't compile with at least /bin/cc on
42023         ymp-cray-unicos9.0.2.X.
42024         Combine two mostly-identical uses of alloca into one.
42025         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
42026
42027 2003-08-04  Dave Love  <d.love@dl.ac.uk>
42028
42029         [From Emacs.]
42030
42031         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
42032         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
42033         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
42034         obsolete NLIST_NAME_UNION.
42035         [__GNU__]: Undef BSD and FSCALE.
42036         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
42037
42038 2003-08-03  Paul Eggert  <eggert@twinsun.com>
42039
42040         * lib/stdbool_.h (_Bool): Make it signed char, instead of
42041         an enum type, so that it's guaranteed to promote to int.  See:
42042         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
42043
42044 2003-08-03  Karl Berry  <karl@gnu.org>
42045
42046         * config/depcomp: update from automake.
42047
42048 2003-07-31  Paul Eggert  <eggert@twinsun.com>
42049
42050         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
42051         (strerror): Don't assume that a printable int fits in 14 bytes.
42052
42053 2003-07-31  Bruno Haible  <bruno@clisp.org>
42054
42055         * modules/getpass-gnu: New file.
42056         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
42057
42058 2003-07-31  Bruno Haible  <bruno@clisp.org>
42059
42060         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
42061
42062 2003-07-24  Karl Berry  <karl@gnu.org>
42063
42064         * config/missing: update from automake.
42065
42066 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
42067             Bruno Haible  <bruno@clisp.org>
42068
42069         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
42070         * lib/getline.c (getline, getdelim): Likewise.
42071         Remove _GNU_SOURCE define; now it's defined in config.h through
42072         m4/getline.m4.
42073
42074 2003-07-23  Karl Berry  <karl@gnu.org>
42075
42076         * config/config.sub: update from prep.
42077
42078 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42079
42080         * modules/xalloc (Depends-on): Add exitfail.
42081         * modules/xmemcoll: Likewise.
42082
42083 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42084
42085         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
42086         over-parenthesization in macros.
42087
42088         Sync with coreutils.
42089
42090         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
42091         required by C99.
42092
42093         Use `exit_failure' for xalloc and xmemcoll instead of their own
42094         private exit-failure variables.
42095         * lib/xalloc.h (xalloc_exit_failure): Remove.
42096         * lib/xmalloc.c: Likewise.  Include exitfail.h.
42097         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
42098         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
42099         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
42100         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
42101
42102 2003-07-20  Jim Meyering  <jim@meyering.net>
42103
42104         * modules/closeout (Depends-on): Add exitfail.
42105         Suggestion from Bruno Haible.
42106
42107 2003-07-19  Karl Berry  <karl@gnu.org>
42108
42109         * config/config.sub: update from prep.
42110
42111 2003-07-18  Paul Eggert  <eggert@twinsun.com>
42112
42113         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
42114         Remove.
42115         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
42116         to test that it can stand by itself.  Include "exitfail.h".
42117         Clients should set exit_failure instead.
42118         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
42119
42120 2003-07-18  Bruno Haible  <bruno@clisp.org>
42121
42122         * modules/getndelim2: New file.
42123         * modules/getline: Share files with module getndelim2.
42124         * modules/getnline: Depend on getndelim2 instead of sharing files with
42125         it. Add getnline.c to lib_SOURCES.
42126         * MODULES.html.sh (func_all_modules): Add getndelim2.
42127
42128 2003-07-18  Bruno Haible  <bruno@clisp.org>
42129
42130         * m4/getndelim2.m4: New file.
42131         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
42132         invoke gl_PREREQ_GETNDELIM2.
42133         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
42134         gl_PREREQ_GETNDELIM2.
42135         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
42136         gl_GETNDELIM2.
42137
42138 2003-07-18  Bruno Haible  <bruno@clisp.org>
42139
42140         * lib/getndelim2.h: New file.
42141         * lib/getndelim2.c: Make into a module of its own. Include config.h,
42142         getndelim2.h.
42143         (getndelim2): Make non-static. Change return type to ssize_t.
42144         * lib/getline.h: Change argument names.
42145         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
42146         * lib/getnline.c: Include getndelim2.h.
42147
42148 2003-07-18  Andreas Schwab  <schwab@suse.de>
42149
42150         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
42151
42152 2003-07-17  Karl Berry  <karl@gnu.org>
42153
42154         * config/config.sub: update from prep.
42155
42156 2003-07-17  Bruno Haible  <bruno@clisp.org>
42157
42158         * modules/getnline: New file.
42159         * modules/getline: Add lib/getndelim2.c to source file list.
42160         * MODULES.html.sh (func_all_modules): Add getnline.
42161
42162 2003-07-17  Bruno Haible  <bruno@clisp.org>
42163
42164         * m4/getnline.m4: New file.
42165
42166 2003-07-17  Bruno Haible  <bruno@clisp.org>
42167
42168         * m4/Makefile.am.in: Remove file.
42169         * m4/Makefile.am: Remove file.
42170         * m4/Makefile.in: Remove file.
42171
42172 2003-07-17  Bruno Haible  <bruno@clisp.org>
42173
42174         * lib/getnline.h: New file.
42175         * lib/getnline.c: New file.
42176         * lib/getndelim2.c: New file, extracted from getline.c.
42177         (getndelim2): Renamed from getdelim2, with added nmax argument.
42178         * lib/getline.c: Include getndelim2.c.
42179         (getdelim2): Moved out to getndelim2.c.
42180         (getline, getdelim): Update.
42181
42182 2003-07-17  Bruno Haible  <bruno@clisp.org>
42183
42184         * lib/Makefile.am: Remove file.
42185         * lib/Makefile.in: Remove file.
42186
42187 2003-07-17  Bruno Haible  <bruno@clisp.org>
42188
42189         * configure.in: Remove file.
42190         * Makefile.in: Remove file.
42191
42192 2003-07-17  Bruno Haible  <bruno@clisp.org>
42193
42194         * MODULES.html.sh: Put the </BODY> right before </HTML>.
42195
42196 2003-07-16  Karl Berry  <karl@gnu.org>
42197
42198         * config/srclist-update: was running fixlicense twice, which caused
42199                 texinfo.tex to be nullified for some reason.  Simplify,
42200                 $gplsrc is no longer needed as far as I can see?
42201
42202 2003-07-16  Jim Meyering  <jim@meyering.net>
42203
42204         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
42205
42206 2003-07-15  Paul Eggert  <eggert@twinsun.com>
42207
42208         * config/srclist.txt: Get the following files from gettext-runtime/intl
42209         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
42210         ref-del.sin.  From Bruno Haible.
42211         * config/srclist-update (fixfile): Change grep pattern again, since the
42212         previous fix didn't work (there was another trailing $).  Use
42213         '[$]' to escape the $s.
42214
42215 2003-07-15  Karl Berry  <karl@gnu.org>
42216
42217         * lib/vasnprintf.c: update from gettext.
42218
42219 2003-07-15  Karl Berry  <karl@gnu.org>
42220
42221         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
42222         gets expanded when surrounded by '$'.
42223
42224 2003-07-15  Jim Meyering  <jim@meyering.net>
42225
42226         * modules/save-cwd: Don't depend on error.  From Derek Price.
42227
42228 2003-07-15  Jim Meyering  <jim@meyering.net>
42229
42230         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
42231
42232 2003-07-14  Simon Josefsson  <jas@extundo.com>
42233
42234         * modules/mempcpy: New file.
42235         * MODULES.html.sh (func_all_modules): Add mempcpy.
42236
42237 2003-07-14  Simon Josefsson  <jas@extundo.com>
42238
42239         * m4/mempcpy.m4: New file.
42240
42241 2003-07-14  Simon Josefsson  <jas@extundo.com>
42242
42243         * lib/mempcpy.h: New file.
42244         * lib/mempcpy.c: New file.
42245
42246 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42247
42248         * modules/getdate, modules/posixtm: Depend on mktime.
42249
42250 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42251
42252         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
42253         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
42254         unicodeio.c, unicodeio.h, unlocked-io.h:
42255         Switch from LGPL to GPL.
42256
42257 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42258
42259         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
42260         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
42261         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
42262         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
42263         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
42264         updated automatically by ../config/srclist-update.  This changes
42265         their license from LPGL to GPL.
42266
42267 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42268
42269         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
42270         assumed to refer to the root of the most recent stable gettext version.
42271         * config/srclistvars.sh: Add defaults for eggert.
42272         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
42273         Match "This program" as well as "The program".  This is needed
42274         for gettext.
42275
42276 2003-07-14  Jim Meyering  <jim@meyering.net>
42277
42278         Don't emit diagnostics.  Let callers do that.
42279         * lib/save-cwd.c: Don't include "error.h".
42280         (save_cwd): Don't call error.  Ensure that errno is valid
42281         when returning nonzero.
42282
42283         * lib/save-cwd.h (restore_cwd): Update prototype.
42284         * lib/save-cwd.c (restore_cwd): Remove two parameters.
42285         Simplify.  Don't call error upon failure.  Let callers do that.
42286         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
42287         when auditing is enabled.  But don't bother updating the #if.
42288
42289 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
42290
42291         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
42292         it breaks C++ compilation.
42293         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
42294
42295 2003-07-10  Simon Josefsson  <jas@extundo.com>
42296
42297         * modules/strchrnul (Makefile.am): Add strchrnul.h.
42298
42299 2003-07-10  Jim Meyering  <jim@meyering.net>
42300
42301         * m4/clock_time.m4: Remove trailing blank.
42302         * m4/intmax_t.m4: Likewise.
42303
42304 2003-07-10  Jim Meyering  <jim@meyering.net>
42305
42306         * lib/vasnprintf.c: Remove trailing blanks.
42307         Make cpp indentation consistent.
42308
42309 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42310
42311         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
42312         posixver.c, strftime.c, strnlen.c, strverscmp.c:
42313         Switch from LGPL to GPL.
42314
42315 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42316
42317         * config/srclist.txt: Sort sublists.  Add
42318         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
42319         that differ from gnulib for one reason or another; we'd like this list
42320         to be smaller but for now let's document what we have.
42321
42322 2003-07-08  Paul Eggert  <eggert@twinsun.com>
42323
42324         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
42325         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
42326         and sweeter "eval x=$x".
42327         * config/srclist.txt: Get lib/argp* from glibc.
42328
42329 2003-07-07  Paul Eggert  <eggert@twinsun.com>
42330
42331         * lib/mktime.c: Fix some boundary cases and remove need for floating
42332         point.
42333
42334         Issue a compile-time diagnostic if time_t is floating point, or if
42335         two's complement arithmetic is not in effect, or if arithmetic
42336         right shift does not propagate the sign.  These assumptions were
42337         all in the original code but they weren't checked.
42338
42339         (TIME_T_MIDPOINT, verify): New macros.
42340         (__isleap): Remove; it has integer overflow problems.
42341         (leapyear): New function, without those problems.
42342         (ydhms_tm_diff): Remove; splitting into two parts.
42343         (ydhms_diff): New function, containing the arithmetic part of
42344         the old ydhms_tm_diff function.  Issue a compile-time
42345         diagnostic if we are not using C99 integer division.
42346         Avoid casts when possible.
42347         (guess_time_tm): New function, containing the checking part of
42348         the old ydhms_tm_diff function.  Return the new value, rather than
42349         the difference between it and the old.  Accept a new argument T
42350         so that *T specifies the old value.  Check for overflow in the result.
42351
42352         (__mktime_internal): Use a time_t offset, not a long int offset.
42353         This undoes the 2003-06-04 change, which is no longer needed now
42354         that we have better overflow checking.
42355         (localtime_offset): Likewise.
42356
42357         (__mktime_internal): Avoid harmful overflow on hosts where time_t
42358         and long are 64-bit but int is only 32-bit.
42359         (ydhms_diff): Use long int to store year1 and yday1.
42360         Issue a compile-time diagnostic if long int is not wide enough.
42361
42362         (__mktime_internal): Use long int to store adjusted year and yday.
42363         Use plain C rather than preprocessor commands, if that doesn't
42364         affect efficiency.
42365         Check for overflow (and try to repair) after each probe
42366         rather than checking only at the very end.  This avoids some bugs
42367         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
42368         does not equal GMT offset at maximum time).
42369         Use integer to check for overflow rather than floating point; this
42370         is more portable to non-IEEE hosts, and is a tad faster.
42371         When we detect that we are oscillating between two values,
42372         don't check whether tm_isdst has the requested value, since
42373         we already know the answer.  When tm_isdst has the wrong value,
42374         use a different heuristic to find the right one, based on the
42375         extreme values actually observed in practice in tz2003a,
42376         rather than the (overly optimistic) "previous 3 calendar quarters".
42377
42378         (not_equal_tm, print_tm, check_result): Use "const T" rather than
42379         "T const" to accommodate glibc style.
42380         (check_result): Use less-confusing report format.  "long" -> "long int.
42381         (main): Likewise.
42382         Don't loop if the iteration overflows time_t.
42383         Allow a negative step in the iteration.
42384
42385 2003-07-06  Karl Berry  <karl@gnu.org>
42386
42387         * config/depcomp: update from automake.
42388         * config/config.sub: update from prep.
42389
42390 2003-07-03  Karl Berry  <karl@gnu.org>
42391
42392         * config/config.guess: update from prep.
42393
42394 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42395
42396         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
42397         xreadlink.c now includes it unconditionally.
42398
42399 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42400
42401         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
42402         having it depend on HAVE_SYS_TYPES_H.
42403
42404 2003-07-01  Bruno Haible  <bruno@clisp.org>
42405
42406         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
42407         <sys/types.h> should be sufficient.
42408         Reported by Paul Eggert.
42409
42410 2003-06-26  Karl Berry  <karl@gnu.org>
42411
42412         * config/depcomp: update from automake.
42413
42414 2003-06-26  Bruno Haible  <bruno@clisp.org>
42415
42416         * modules/human: Depend on module stdbool.
42417
42418 2003-06-25  Bruno Haible  <bruno@clisp.org>
42419
42420         * modules/readlink: New file.
42421         * modules/xreadlink: Depend on it.
42422         * MODULES.html.sh (func_all_modules): Add readlink.
42423
42424 2003-06-25  Bruno Haible  <bruno@clisp.org>
42425
42426         * m4/readlink.m4: New file.
42427
42428 2003-06-25  Bruno Haible  <bruno@clisp.org>
42429
42430         * lib/readlink.c: New file.
42431
42432 2003-06-22  Karl Berry  <karl@gnu.org>
42433
42434         * config/srclist.txt: update mkinstalldirs from automake.
42435         * config/mkinstalldirs: update.
42436
42437 2003-06-22  Bruno Haible  <bruno@clisp.org>
42438
42439         Portability to mingw32.
42440         * m4/ssize_t.m4: New file, from GNU gettext.
42441         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
42442         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
42443
42444 2003-06-22  Bruno Haible  <bruno@clisp.org>
42445
42446         * modules/safe-read: Add m4/ssize_t.m4.
42447         * modules/xreadlink: Add m4/ssize_t.m4.
42448
42449 2003-06-20  Bruno Haible  <bruno@clisp.org>
42450
42451         Assume C89, so PARAMS isn't needed.
42452         * lib/unicodeio.h (PARAMS): Remove.
42453         * lib/unicodeio.c: Don't use PARAMS.
42454
42455 2003-06-18  Karl Berry  <karl@gnu.org>
42456
42457         * config/config.{guess,sub}: update from prep.
42458
42459 2003-06-18  Jim Meyering  <jim@meyering.net>
42460
42461         Merge changes from coreutils.
42462         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
42463         Remove explicit declarations of xmalloc and realloc.
42464         Include xalloc.h.
42465         (read_utmp): Remove anachronistic cast of xmalloc.
42466
42467 2003-06-17  Paul Eggert  <eggert@twinsun.com>
42468
42469         Assume C89, so PARAMS isn't needed.
42470         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
42471         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
42472         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
42473         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
42474         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
42475         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
42476         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
42477         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
42478         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
42479         lib/xstrtod.h, lib/xstrtol.h: Likewise.
42480         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
42481         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
42482         no longer needed. Anyway, config.h should always be included before any
42483         other file.
42484
42485 2003-06-11  Simon Josefsson  <jas@extundo.com>
42486
42487         * modules/sysexits: New file.
42488         * MODULES.html.sh (func_all_modules): Add sysexits.
42489
42490 2003-06-11  Simon Josefsson  <jas@extundo.com>
42491
42492         * lib/sysexit_.h: New file.
42493
42494 2003-06-11  Derek Price  <derek@ximbiot.com>
42495
42496         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
42497         necessary.
42498
42499 2003-06-11  Bruno Haible  <bruno@clisp.org>
42500
42501         * m4/sysexits.m4: New file.
42502
42503 2003-06-10  Simon Josefsson  <jas@extundo.com>
42504
42505         * lib/argp.h: New file, from glibc.
42506         * lib/argp-ba.c: New file, from glibc.
42507         * lib/argp-eexst.c: New file, from glibc.
42508         * lib/argp-fmtstream.c: New file, from glibc.
42509         * lib/argp-fmtstream.h: New file, from glibc.
42510         * lib/argp-fs-xinl.c: New file, from glibc.
42511         * lib/argp-help.c: New file, from glibc.
42512         * lib/argp-namefrob.h: New file, from glibc.
42513         * lib/argp-parse.c: New file, from glibc.
42514         * lib/argp-pv.c: New file, from glibc.
42515         * lib/argp-pvh.c: New file, from glibc.
42516         * lib/argp-xinl.c: New file, from glibc.
42517
42518 2003-06-10  Simon Josefsson  <jas@extundo.com>
42519
42520         * modules/strchrnul: New file.
42521
42522 2003-06-10  Simon Josefsson  <jas@extundo.com>
42523
42524         * modules/argp: New file.
42525
42526 2003-06-10  Simon Josefsson  <jas@extundo.com>
42527
42528         * m4/strchrnul.m4: New file.
42529
42530 2003-06-10  Simon Josefsson  <jas@extundo.com>
42531
42532         * lib/strchrnul.h: New file.
42533         * lib/strchrnul.c: New file.
42534
42535 2003-06-10  Bruno Haible  <bruno@clisp.org>
42536
42537         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
42538
42539 2003-06-07  Karl Berry  <karl@gnu.org>
42540
42541         * config/config.{guess,sub}: update from prep.
42542
42543 2003-06-07  Jim Meyering  <jim@meyering.net>
42544
42545         * modules/strtod: Use $(...) notation, not @...@ for
42546         AC_REPLACE'd variables.
42547         * modules/localcharset: Likewise.
42548
42549 2003-06-07  Jim Meyering  <jim@meyering.net>
42550
42551         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
42552         in place of my name in the copyright comment.
42553         Remove definition and uses of __P.
42554
42555         From coreutils.
42556         * lib/stat.c: Don't declare xmalloc explicitly.
42557         Instead, include "xalloc.h".
42558         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
42559         xrealloc, and xcalloc return values.
42560         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
42561         Improve comment.
42562         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
42563
42564 2003-06-07  Bruno Haible  <bruno@clisp.org>
42565
42566         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
42567         avoid AC_CONFIG_LINKS.
42568         * modules/fnmatch (Makefile.am): Use explicit creation rule for
42569         fnmatch.h, to avoid AC_CONFIG_LINKS.
42570         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
42571
42572 2003-06-07  Bruno Haible  <bruno@clisp.org>
42573
42574         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
42575         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
42576         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42577         directory.
42578         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
42579         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42580         directory.
42581
42582 2003-06-06  Jim Meyering  <jim@meyering.net>
42583
42584         Merge from coreutils.
42585         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
42586         Consolidate declarations and initializations of *_base* locals.
42587
42588         Merge from coreutils.
42589         This avoids a core dump on systems without GNU putenv,
42590         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
42591         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
42592         (unsetenv): New static function, from GNU libc.
42593         (rpl_putenv): Use it.
42594
42595         * lib/modechange.c: Remove trailing blanks.
42596
42597         Merge from coreutils.
42598         * lib/fsusage.c: Remove declaration of statfs.
42599         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
42600
42601         * lib/posixtm.c: Include <stdbool.h> unconditionally.
42602
42603 2003-06-06  Jim Meyering  <jim@meyering.net>
42604
42605         * lib/stdbool_.h: Renamed from stdbool.h.in.
42606
42607 2003-06-06  Jim Meyering  <jim@meyering.net>
42608             Bruno Haible  <bruno@clisp.org>
42609
42610         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
42611         Adjust Makefile.am snippet not to redirect directly to target.
42612         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
42613
42614 2003-06-05  Paul Eggert  <eggert@twinsun.com>
42615
42616         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
42617         mismatch, look in future quarters as well as past.  This fixes a
42618         bug when processing fall-backwards gaps immediately after a long
42619         period of daylight-saving time.
42620
42621         * lib/mktime.c: Assume freestanding C89 or better.
42622         (HAVE_LIMITS_H): Remove.  Assume it's 1.
42623         (__P): Remove; not used.
42624         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
42625         (mktime, not_equal_tm, print_tm, check_result,
42626         main): Use prototypes.  Use const * where appropriate.
42627         (main): Fix typo in testing code that uncovered by above changes.
42628         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
42629
42630 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42631
42632         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
42633         locale.h, localeconv.  This merges changes from coreutils.
42634
42635         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
42636         It can be removed after the next Autoconf is released.
42637         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
42638         needed.
42639
42640 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42641
42642         * lib/mktime.c: Fix Debian bug 177940
42643         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
42644         (localtime_offset): Now long int, not time_t, because we want it
42645         to be guaranteed to be signed.  All uses changed.
42646         (__mktime_internal): If overflow would occur when adding offset,
42647         don't add it.
42648
42649         Merge 'human' changes from coreutils.  Rewrite to support
42650         locale-specific notations like thousands separators.
42651         * lib/human.c: Simplify authorship notice.
42652         Include human.h immediately after config.h.
42653         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
42654         <limits.h>: Do not include, since human.h does.
42655         (SIZE_MAX, UINTMAX_MAX): New macros.
42656         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
42657         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
42658         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
42659         (power_letter): Renamed from suffixes.
42660         (generate_suffix_backwards): Remove.
42661         (adjust_value): Now takes int style (because of human.h changes)
42662         and long double value (for greater precision on some platforms).
42663         (group_number): New function.
42664         (human_readable): Use it.  Use integer options, not enum.
42665         Put the options before the sizes in the arg list.
42666         Support all the new options.
42667         The old human_readable function has been removed;
42668         use inttostr.h instead.
42669         (human_readable, default_block_size, humblock):
42670         Use uintmax_t, not int, for block sizes.
42671         (human_readable_inexact, block_size_types): Remove.
42672         (block_size_opts): New constant.
42673         (human_options): Renamed from human_block_size, with new signature
42674         that allows block sizes up to UINTMAX_MAX.  All callers changed.
42675         * lib/human.h: Add copyright and authorship notice.
42676         Include <limits.h> and <stdbool.h> unconditionally.
42677         (PARAMS): Remove.  All uses removed.
42678         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
42679         (enum human_inexact_style): Remove tag; now a nameless enum.
42680         (human_floor, human_ceiling, human_round_to_even): Now have
42681         values 2, 0, 1 rather than -1, 1, 0.
42682         (human_group_digits, human_suppress_point_zero, human_autoscale,
42683         human_base_1024, human_SI, human_B): New constants.
42684         (human_readable_inexact, human_block_size): Remove.
42685         (human_readable): Size args are now uintmax_t, not int.
42686         (human_options): New decl.
42687
42688         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
42689         unnecessary now that we assume C89 or better.  This change
42690         imported from coreutils.
42691
42692         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42693         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
42694         in the 2003-05-30 sync from glibc.
42695
42696         .h files should stand alone, but we shouldn't include <sys/types.h>
42697         if we can get away with just <stddef.h>.
42698
42699         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
42700         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
42701         rather than <sys/types.h>, as we merely need size_t.
42702         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
42703         to get size_t.
42704         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
42705         Include <stdio.h>, to get FILE.
42706         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
42707         memcasecmp.h has included <stddef.h> and all we need is size_t.
42708         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
42709         our interface, instead of including <sys/types.h>
42710
42711 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42712
42713         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
42714         now, as glibc mktime is buggy on non-glibc systems.
42715
42716 2003-06-03  Karl Berry  <karl@gnu.org>
42717
42718         * config/config.sub: update from prep.
42719
42720 2003-06-02  Paul Eggert  <eggert@twinsun.com>
42721
42722         [from coreutils]
42723         Fix some minor time-related bugs with POSIX time arguments.
42724         Some valid time stamps were being rejected (notably -1, and
42725         time stamps before 1900 on 64-bit hosts).  And some invalid
42726         time stamps were being accepted, e.g. September 31.
42727
42728         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
42729         that we can return (time_t) -1 successfully.
42730         * lib/posixtm.c: Likewise.
42731         [HAVE_STDBOOL_H]: Include <stdbool.h>.
42732         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
42733         (t): Remove static var.
42734         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
42735         of static var.  All uses changed.
42736         (year): Do not reject years before 1900; they can occur with
42737         64-bit time_t.
42738         (posix_time_parse): Do not check for out-of-range components;
42739         that is now the caller's responsibility, since our checks were
42740         only approximations.
42741         (posixtime): Use mktime to check for out-of-range components,
42742         since it knows them exactly.
42743         If mktime returns (time_t) -1, check whether an error actually occurred
42744         by invoking localtime on -1.
42745         (main) [TEST_POSIXTIME]: Check for input data errors, and report
42746         posixtime failures better.
42747         Improve the test data (in comments only).
42748
42749 2003-06-02  Karl Berry  <karl@gnu.org>
42750
42751         * config/mkinstalldirs (version): new variable.
42752         (--version): new option.
42753         (usage): improve message.
42754
42755 2003-05-30  Karl Berry  <karl@gnu.org>
42756
42757         * lib/mktime.c: update from libc.
42758
42759 2003-05-30  Bruno Haible  <bruno@clisp.org>
42760
42761         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
42762         * config/config.rpath: Upgrade to gettext-0.12.1.
42763
42764 2003-05-30  Bruno Haible  <bruno@clisp.org>
42765
42766         * m4/gettext.m4: Upgrade to gettext-0.12.1.
42767         * m4/nls.m4: New file, from gettext-0.12.1.
42768         * m4/po.m4: New file, from gettext-0.12.1.
42769         * m4/progtest.m4: Upgrade to gettext-0.12.1.
42770
42771 2003-05-30  Bruno Haible  <bruno@clisp.org>
42772
42773         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
42774         * lib/localcharset.h: Likewise.
42775         * lib/localcharset.c: Likewise.
42776
42777 2003-05-29  Karl Berry  <karl@gnu.org>
42778
42779         * config/config.rpath: update from gettext.
42780
42781 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42782
42783         Assume the headers required for C89 freestanding compilers.
42784         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
42785         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
42786         * m4/human.m4 (gl_HUMAN): Likewise.
42787         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
42788         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
42789         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42790         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
42791         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42792         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
42793
42794 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42795
42796         Assume the headers required for C89 freestanding compilers.
42797         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
42798         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
42799         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
42800         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
42801         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
42802         define, since <limits.h> is guaranteed to do that.
42803         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
42804         * lib/exclude.c: Include <stdbool.h> unconditionally.
42805         * lib/tempname.c: Include <stddef.h> unconditionally.
42806         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
42807         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
42808         <stddef.h> does that.
42809         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
42810         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
42811         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
42812         needed.
42813         * lib/xstrtol.c: Likewise.
42814         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
42815         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
42816
42817         * lib/addext.c (addext): Use assignment rather than cast, to avoid
42818         warnings on some platforms.
42819
42820         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42821         arbitrarily.
42822
42823 2003-05-26  Jim Meyering  <jim@meyering.net>
42824
42825         Merge in a change from coreutils:
42826         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
42827         that is guaranteed to be `no'.  Use `no_such_member' to indicate
42828         that condition, rather than `-1' which is slightly misleading.
42829         Change the name of the cache variable to have the gl_ prefix.
42830         Prompted by a patch from Richard Dawe for DJGPP.
42831
42832 2003-05-24  Karl Berry  <karl@gnu.org>
42833
42834         * config/config.guess: update from prep.
42835
42836 2003-05-22  Karl Berry  <karl@gnu.org>
42837
42838         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
42839
42840 2003-05-20  Karl Berry  <karl@gnu.org>
42841
42842         * config/config.guess: update from prep.
42843
42844 2003-05-18  Karl Berry  <karl@gnu.org>
42845
42846         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
42847         might actually be set by the user.
42848
42849         * config/depcomp, install-sh, mdate-sh: update from automake.
42850
42851 2003-05-17  Bruno Haible  <bruno@clisp.org>
42852
42853         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
42854         invalid expansion for AC_EGREP_CPP.
42855         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
42856         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
42857         Suggested by Akim Demaille <akim@epita.fr> in
42858         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
42859
42860 2003-05-12  Jim Meyering  <jim@meyering.net>
42861
42862         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
42863         the space-padded-by-default conversion specifiers, %e, %k, %l.
42864
42865 2003-05-12  Bruno Haible  <bruno@clisp.org>
42866
42867         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
42868         the string is longer than 4 KB.
42869
42870 2003-05-11  Karl Berry  <karl@gnu.org>
42871
42872         * config/config.{guess,sub}: update from prep.
42873
42874 2003-05-09  Bruno Haible  <bruno@clisp.org>
42875
42876         * modules/error: Add m4/strerror_r.m4 to file list.
42877
42878 2003-05-03  Bruno Haible  <bruno@clisp.org>
42879
42880         Upgrade to Unicode-4.0.
42881         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
42882         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
42883         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
42884         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
42885         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
42886         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
42887         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
42888         Change width of U+E0100..U+E01EF from 1 to 0.
42889
42890 2003-04-25  Jim Meyering  <jim@meyering.net>
42891
42892         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
42893         of type size_t, not int.
42894
42895 2003-04-25  Bruno Haible  <bruno@clisp.org>
42896
42897         * lib/copy-file.c: Include <stddef.h>, for size_t.
42898
42899 2003-04-21  Paul Eggert  <eggert@twinsun.com>
42900
42901         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
42902         code which expansion is under static control.  Patch imported from
42903         Akim Demaille's patch to Bison; see
42904         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
42905
42906 2003-04-14  Bruno Haible  <bruno@clisp.org>
42907
42908         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
42909
42910 2003-04-11  Jim Meyering  <jim@meyering.net>
42911
42912         Merge changes from Coreutils.
42913
42914         2003-03-22  Jim Meyering  <jim@meyering.net>
42915
42916         * lib/strftime.c (widen): Cast alloca return value to proper type.
42917
42918         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
42919
42920         From GNU libc.
42921         * lib/strftime.c (my_strftime): Handle very large width
42922         specifications for numeric values correctly.  Improve checks for
42923         overflow.
42924
42925         2003-01-19  Jim Meyering  <jim@meyering.net>
42926
42927         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
42928         definitions.
42929         (nl_get_alt_digit) [! defined my_strftime]: Define.
42930         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
42931         _nl_get_alt_digit and _nl_get_walt_digit.
42932
42933         * lib/strftime.c (my_strftime): Merge in locale-related changes from
42934         libc. These changes have no effect outside of _LIBC.
42935
42936 2003-04-10  Bruno Haible  <bruno@clisp.org>
42937
42938         * modules/findprog: New file.
42939         * MODULES.html.sh (func_all_modules): Add it.
42940
42941 2003-04-10  Bruno Haible  <bruno@clisp.org>
42942
42943         * m4/findprog.m4: New file.
42944         * m4/eaccess.m4: New file.
42945
42946 2003-04-10  Bruno Haible  <bruno@clisp.org>
42947
42948         * lib/findprog.h: New file, from GNU gettext.
42949         * lib/findprog.c: New file, from GNU gettext.
42950
42951 2003-04-05  Jim Meyering  <jim@meyering.net>
42952
42953         Merge changes from Coreutils.
42954
42955         * lib/exclude.h (PARAMS): Remove definition and uses.
42956         * lib/exclude.c: Remove uses of `PARAMS'.
42957
42958         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
42959         Add test-cases for DOS filenames. Declare program_name.
42960         (main): Set up program_name.  Patch by Rich Dawe.
42961
42962         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
42963         error from mntctl.
42964         Use mntctl's return value to drive the entry-processing loop, since
42965         we can't rely on the value of the vmt_length member in the last
42966         entry.  On some systems doing so could result in exhausting
42967         virtual memory.  Based in part on a patch from Mike Jetzer.
42968
42969 2003-04-04  Bruno Haible  <bruno@clisp.org>
42970
42971         * modules/linebreak: New file.
42972         * MODULES.html.sh (func_all_modules): Add it.
42973
42974 2003-04-04  Bruno Haible  <bruno@clisp.org>
42975
42976         * m4/linebreak.m4: New file.
42977
42978 2003-04-04  Bruno Haible  <bruno@clisp.org>
42979
42980         * lib/linebreak.h: New file, from GNU gettext.
42981         * lib/linebreak.c: New file, from GNU gettext with slight
42982         modifications.
42983         * lib/lbrkprop.h: New file, from GNU gettext.
42984
42985 2003-04-03  Bruno Haible  <bruno@clisp.org>
42986
42987         * modules/utf8-ucs4: New file.
42988         * modules/utf16-ucs4: New file.
42989         * modules/ucs4-utf8: New file.
42990         * modules/ucs4-utf16: New file.
42991         * MODULES.html.sh (func_all_modules): Add them.
42992
42993 2003-04-03  Bruno Haible  <bruno@clisp.org>
42994
42995         * m4/utf-ucs4.m4: New file.
42996         * m4/ucs4-utf.m4: New file.
42997
42998 2003-04-03  Bruno Haible  <bruno@clisp.org>
42999
43000         * lib/utf8-ucs4.h: New file, from GNU gettext.
43001         * lib/utf16-ucs4.h: New file, from GNU gettext.
43002         * lib/ucs4-utf8.h: New file, from GNU gettext.
43003         * lib/ucs4-utf16.h: New file, from GNU gettext.
43004
43005 2003-04-02  Bruno Haible  <bruno@clisp.org>
43006
43007         * modules/binary-io: New file.
43008         * MODULES.html.sh (func_all_modules): Add it.
43009
43010 2003-04-02  Bruno Haible  <bruno@clisp.org>
43011
43012         * lib/binary-io.h: New file, from GNU gettext.
43013
43014 2003-04-01  Bruno Haible  <bruno@clisp.org>
43015
43016         * modules/pathname: New file.
43017         * MODULES.html.sh (func_all_modules): Add it.
43018
43019 2003-04-01  Bruno Haible  <bruno@clisp.org>
43020
43021         * lib/pathname.h: New file, from GNU gettext.
43022         * lib/concatpath.c: New file, from GNU gettext.
43023
43024 2003-03-30  Bruno Haible  <bruno@clisp.org>
43025
43026         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
43027
43028 2003-03-30  Bruno Haible  <bruno@clisp.org>
43029
43030         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
43031         function chown() doesn't exist.
43032
43033 2003-03-28  Bruno Haible  <bruno@clisp.org>
43034
43035         * modules/copy-file: New file.
43036         * MODULES.html.sh (func_all_modules): Add it.
43037
43038 2003-03-28  Bruno Haible  <bruno@clisp.org>
43039
43040         * m4/copy-file.m4: New file.
43041
43042 2003-03-28  Bruno Haible  <bruno@clisp.org>
43043
43044         * lib/copy-file.h: New file, from GNU gettext.
43045         * lib/copy-file.c: New file, from GNU gettext.
43046
43047 2003-03-18  Jim Meyering  <jim@meyering.net>
43048
43049         * lib/quote.c (quote_n): Fix typo in comment.
43050
43051 2003-03-18  Bruno Haible  <bruno@clisp.org>
43052
43053         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
43054         checking.
43055         * m4/onceonly_2_57.m4: Likewise.
43056
43057 2003-03-17  Bruno Haible  <bruno@clisp.org>
43058
43059         * m4/onceonly.m4: Require autoconf 2.54 or newer.
43060         (m4_quote): Remove macro.
43061         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
43062
43063 2003-03-14  Jim Meyering  <jim@meyering.net>
43064
43065         Merge changes from Coreutils.
43066         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
43067         to be const, in order to avoid warnings.
43068         (obstack_room): Likewise.
43069         (obstack_empty_p): Likewise.
43070
43071 2003-03-14  Bruno Haible  <bruno@clisp.org>
43072
43073         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
43074         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
43075
43076 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43077
43078         Merge changes from Bison.
43079         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
43080         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
43081         when compiling Bison 1.875's `bitset bset = obstack_alloc
43082         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
43083         * lib/hash.c: Include <stdbool.h> unconditionally.
43084
43085 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43086
43087         * m4/onceonly.m4 (m4_quote): New macro.
43088         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
43089         Quote AC_FOREACH variable-expansions properly.
43090
43091 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43092
43093         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
43094
43095 2003-03-09  Paul Eggert  <eggert@twinsun.com>
43096
43097         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
43098         Reported by Bruce Becker; see:
43099         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
43100
43101 2003-03-03  Paul Eggert  <eggert@twinsun.com>
43102             Bruno Haible  <bruno@clisp.org>
43103
43104         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
43105         Reported by John Hughes, see
43106         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
43107
43108 2003-02-20  Bruno Haible  <bruno@clisp.org>
43109
43110         * MODULES.html.sh (func_all_modules): Add poll.
43111
43112 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43113
43114         * modules/poll: New file.
43115
43116 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43117
43118         * lib/poll_.h: New file.
43119         * lib/poll.c: New file.
43120
43121 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43122
43123         * m4/poll.m4: New file.
43124
43125 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43126
43127         * modules/mathl: New file.
43128
43129 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43130
43131         * lib/mathl.h: New file.
43132         * lib/acosl.c: New file.
43133         * lib/asinl.c: New file.
43134         * lib/atanl.c: New file.
43135         * lib/ceill.c: New file.
43136         * lib/cosl.c: New file.
43137         * lib/expl.c: New file.
43138         * lib/floorl.c: New file.
43139         * lib/frexpl.c: New file.
43140         * lib/ldexpl.c: New file.
43141         * lib/logl.c: New file.
43142         * lib/sincosl.c: New file.
43143         * lib/sinl.c: New file.
43144         * lib/sqrtl.c: New file.
43145         * lib/tanl.c: New file.
43146         * lib/trigl.c: New file.
43147         * lib/trigl.h: New file.
43148
43149 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43150
43151         * m4/mathl.m4: New file.
43152
43153 2003-02-18  Bruno Haible  <bruno@clisp.org>
43154
43155         * MODULES.html.sh (func_all_modules): Add mathl.
43156
43157 2003-02-17  Bruno Haible  <bruno@clisp.org>
43158
43159         * modules/mkdtemp: New module.
43160         * MODULES.html.sh (func_all_modules): Add it.
43161
43162 2003-02-17  Bruno Haible  <bruno@clisp.org>
43163
43164         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
43165
43166 2003-02-17  Bruno Haible  <bruno@clisp.org>
43167
43168         * lib/mkdtemp.h: New file, from GNU gettext.
43169         * lib/mkdtemp.c: New file, from GNU gettext.
43170
43171 2003-02-02  Jim Meyering  <jim@meyering.net>
43172
43173         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
43174         e.g. glibc-2.2.93.
43175
43176 2003-01-31  Bruno Haible  <bruno@clisp.org>
43177
43178         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
43179         'rpl_rename'.
43180         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
43181         'rpl_strnlen'.
43182         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
43183         'rpl_strtod'.
43184         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
43185         'rpl_utime'.
43186
43187 2003-01-31  Bruno Haible  <bruno@clisp.org>
43188
43189         * lib/rename.c: #undef rename before defining rpl_rename.
43190         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
43191
43192 2003-01-30  Bruno Haible  <bruno@clisp.org>
43193
43194         * modules/vasnprintf, modules/vasprintf: New modules.
43195         * MODULES.html.sh (func_all_modules): Add them.
43196
43197 2003-01-30  Bruno Haible  <bruno@clisp.org>
43198
43199         * m4/signed.m4: New file, from GNU gettext.
43200         * m4/longdouble.m4: New file, from GNU gettext.
43201         * m4/wchar_t.m4: New file, from GNU gettext.
43202         * m4/wint_t.m4: New file, from GNU gettext.
43203         * m4/vasnprintf.m4: New file.
43204         * m4/vasprintf.m4: New file.
43205
43206 2003-01-30  Bruno Haible  <bruno@clisp.org>
43207
43208         * lib/printf-args.h: New file, from GNU gettext.
43209         * lib/printf-args.c: New file, from GNU gettext.
43210         * lib/printf-parse.h: New file, from GNU gettext.
43211         * lib/printf-parse.c: New file, from GNU gettext.
43212         * lib/vasnprintf.h: New file, from GNU gettext.
43213         * lib/vasnprintf.c: New file, from GNU gettext.
43214         * lib/asnprintf.c: New file, from GNU gettext.
43215         * lib/vasprintf.h: New file, from GNU gettext with modifications.
43216         * lib/vasprintf.c: New file, from GNU gettext.
43217         * lib/asprintf.c: New file, from GNU gettext.
43218
43219 2003-01-29  Bruno Haible  <bruno@clisp.org>
43220
43221         * modules/stpncpy: New module.
43222         * MODULES.html.sh (func_all_modules): Add it.
43223
43224 2003-01-29  Bruno Haible  <bruno@clisp.org>
43225
43226         * m4/stpncpy.m4: New file.
43227
43228 2003-01-29  Bruno Haible  <bruno@clisp.org>
43229
43230         * lib/stpncpy.h: New file, from GNU gettext with modifications.
43231         * lib/stpncpy.c: New file, from GNU gettext with modifications.
43232
43233 2003-01-28  Bruno Haible  <bruno@clisp.org>
43234
43235         * modules/c-ctype: New module.
43236         * MODULES.html.sh (func_all_modules): Add it.
43237
43238 2003-01-28  Bruno Haible  <bruno@clisp.org>
43239
43240         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
43241         Paul Eggert.
43242         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
43243         Paul Eggert.
43244
43245 2003-01-27  Bruno Haible  <bruno@clisp.org>
43246
43247         * modules/xsetenv: New module.
43248         * MODULES.html.sh (func_all_modules): Add it.
43249
43250 2003-01-27  Bruno Haible  <bruno@clisp.org>
43251
43252         * lib/xsetenv.h: New file, from GNU gettext.
43253         * lib/xsetenv.c: New file, from GNU gettext.
43254
43255 2003-01-23  Jim Meyering  <jim@meyering.net>
43256
43257         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
43258         from working on systems without dirfd (at least Irix and OSF1/Tru64).
43259
43260 2003-01-23  Bruno Haible  <bruno@clisp.org>
43261
43262         * modules/minmax: New module.
43263         * MODULES.html.sh (func_all_modules): Add it.
43264
43265 2003-01-23  Bruno Haible  <bruno@clisp.org>
43266
43267         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
43268         Eggert.
43269
43270 2003-01-22  Bruno Haible  <bruno@clisp.org>
43271
43272         * modules/exit: New module.
43273         * MODULES.html.sh (func_all_modules): Add it.
43274
43275 2003-01-22  Bruno Haible  <bruno@clisp.org>
43276
43277         * lib/exit.h: New file, from GNU gettext.
43278
43279 2003-01-19  Bruno Haible  <bruno@clisp.org>
43280
43281         * gnulib-tool: Recognize option --extract-maintainer.
43282         (func_get_maintainer): New function.
43283         * modules/*: Add Maintainer entry.
43284
43285 2003-01-16  Jim Meyering  <jim@meyering.net>
43286
43287         * m4/regex.m4: The `regex' struct is both input and output.
43288         Initialize it before each use.  Patch by Tim Waugh.
43289
43290 2003-01-16  Bruno Haible  <bruno@clisp.org>
43291
43292         * MODULES.html.sh: Add a table of contents. Add the module name as
43293         leftmost column. Add hyperlinks.
43294
43295 2003-01-15  Bruno Haible  <bruno@clisp.org>
43296
43297         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
43298
43299 2003-01-15  Bruno Haible  <bruno@clisp.org>
43300
43301         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
43302         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
43303         suffix.
43304
43305 2003-01-15  Bruno Haible  <bruno@clisp.org>
43306
43307         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
43308
43309 2003-01-15  Bruno Haible  <bruno@clisp.org>
43310
43311         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
43312         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
43313
43314 2003-01-14  Jim Meyering  <jim@meyering.net>
43315
43316         * lib/same.c (same_name): Tweak a comment.
43317
43318 2003-01-14  Bruno Haible  <bruno@clisp.org>
43319
43320         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
43321         when a string comparison is sufficient.
43322
43323 2003-01-14  Bruno Haible  <bruno@clisp.org>
43324
43325         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
43326         'unsigned int'.
43327
43328 2003-01-14  Bruno Haible  <bruno@clisp.org>
43329
43330         * lib/hash-pjw.c: Add comment about low quality of this function.
43331
43332 2003-01-13  Bruno Haible  <bruno@clisp.org>
43333
43334         * modules/stpcpy: Distribute lib/stpcpy.h.
43335         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
43336
43337 2003-01-13  Bruno Haible  <bruno@clisp.org>
43338
43339         * modules/*: Add a description.
43340         * modules/strpbrk: Fix Makefile.am snippet.
43341         * modules/strtoimax: Fix dependencies.
43342         * modules/strtoumax: Likewise.
43343
43344 2003-01-13  Bruno Haible  <bruno@clisp.org>
43345
43346         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
43347         * modules/alloca (Makefile.am): All object files depend on alloca.h.
43348         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
43349
43350 2003-01-13  Bruno Haible  <bruno@clisp.org>
43351
43352         * gnulib-tool (func_create_testdir): Store config/* files in the main
43353         directory.
43354         * config.rpath: Move to ...
43355         * config/config.rpath: ... here.
43356         * modules/gettext: Contains config/config.rpath, not config.rpath.
43357         * modules/iconv: Likewise.
43358
43359 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43360
43361         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43362         to avoid collisions with libcurses and libreadline.
43363
43364         * m4/getstr.m4: Remove.
43365         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
43366
43367 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43368
43369         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43370         to avoid collisions with libcurses and libreadline.
43371
43372         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
43373         * lib/getstr.h, getstr.c: Remove.
43374         * lib/getline.c: Include "getline.h", to check interface.
43375         Move body of old getstr.c here: this defines MIN_CHUNK and
43376         declares getdelim2, which is renamed from getstr.
43377         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
43378
43379         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
43380         All uses changed.
43381         * lib/linebuffer.h: Likewise.
43382         (readline): Remove backward-compatibility macro.
43383
43384 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43385
43386         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43387         to avoid collisions with libcurses and libreadline.
43388         * getstr: Remove.
43389         * MODULES.html.sh: Remove getstr.
43390         * modules/getline: Depend on unlocked-io, not getstr.
43391
43392 2003-01-12  Jim Meyering  <jim@meyering.net>
43393
43394         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
43395
43396 2003-01-10  Bruno Haible  <bruno@clisp.org>
43397
43398         * modules/alloca: Change Makefile.am requirements. Simplify Include
43399         requirements. Add lib/alloca_.h to file list.
43400
43401 2003-01-10  Bruno Haible  <bruno@clisp.org>
43402
43403         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
43404
43405 2003-01-10  Bruno Haible  <bruno@clisp.org>
43406
43407         * lib/alloca_.h: New file.
43408         * lib/getdate.y: Unconditionally include alloca.h.
43409         * lib/makepath.c: Likewise.
43410         * lib/setenv.c: Likewise.
43411         * lib/userspec.c: Likewise.
43412
43413 2003-01-09  Karl Berry  <karl@gnu.org>
43414
43415         * MODULES.html.sh: include `dirname $0` in PATH, to find
43416         gnulib-tool.
43417
43418 2003-01-09  Bruno Haible  <bruno@clisp.org>
43419
43420         * modules/stdbool: Change configure.ac, Makefile.am requirements.
43421         Simplify Include requirements. Add lib/stdbool.h.in to file list.
43422
43423 2003-01-09  Bruno Haible  <bruno@clisp.org>
43424
43425         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
43426
43427 2003-01-09  Bruno Haible  <bruno@clisp.org>
43428
43429         * lib/stdbool.h.in: New file.
43430
43431 2003-01-09  Bruno Haible  <bruno@clisp.org>
43432
43433         * gnulib-tool (func_all_modules): Ignore files ending in ~.
43434         * MODULES.html.sh: Likewise.
43435
43436 2003-01-08  Jim Meyering  <jim@meyering.net>
43437
43438         * lib/full-write.c: Undefine and define-away `const' after inclusion
43439         of errno.h, not before.  Suggestion from Bruno Haible.
43440
43441 2003-01-08  Bruno Haible  <bruno@clisp.org>
43442
43443         * modules/full-read: Depend on full-write.
43444
43445 2003-01-08  Bruno Haible  <bruno@clisp.org>
43446
43447         * lib/safe-read.c: Include specification header first, to ensure its
43448         selfcontainedness.
43449         * lib/full-write.c: Likewise.
43450
43451 2003-01-07  Jim Meyering  <jim@meyering.net>
43452
43453         * lib/full-write.c: Rework so that it may serve to define full_read,
43454         too.
43455         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
43456
43457 2003-01-07  Bruno Haible  <bruno@clisp.org>
43458
43459         * lib/strtoimax.c: Include <stdint.h> as an alternative to
43460         <inttypes.h>.
43461         * lib/xstrtol.h: Likewise.
43462         * lib/xstrtoimax.c: Likewise.
43463         * lib/xstrtoumax.c: Likewise.
43464         * lib/human.h: Likewise.
43465
43466         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
43467         on systems that have <inttypes.h> but not <stdint.h>.
43468
43469 2003-01-07  Bruno Haible  <bruno@clisp.org>
43470
43471         * MODULES.html.sh: Add copyright notice.
43472         (missed_files): Omit CVS directory entries.
43473         (func_module): Make it work with sed-3.02.
43474         * MODULES.txt: Remove file.
43475
43476 2003-01-06  Jim Meyering  <jim@meyering.net>
43477
43478         * lib/version-etc.c: Update year in translatable copyright string.
43479
43480 2003-01-03  Karl Berry  <karl@gnu.org>
43481
43482         * config/config.{guess,sub}: update from prep.
43483
43484 2003-01-02  Karl Berry  <karl@gnu.org>
43485
43486         * doc/COPYING.DOC: belatedly updated to 1.2.
43487
43488 2003-01-01  Karl Berry  <karl@gnu.org>
43489
43490         * gnulib-tool (func_verify_module): report module name $module in
43491         error message, not $1.
43492         * gnulib-tool (create-testdir): don't complain if destdir couldn't
43493         be created, only if it doesn't exist.
43494         * gnulib-tool (last_checkin_date): don't expand the $Date here.
43495
43496 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43497
43498         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
43499
43500 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43501
43502         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
43503         memcmp if strcoll doesn't work.
43504
43505 2002-12-31  Bruno Haible  <bruno@clisp.org>
43506
43507         * lib/utime.c (utime_null): No need to call ftruncate if the file was
43508         nonempty.
43509
43510 2002-12-31  Bruno Haible  <bruno@clisp.org>
43511
43512         * lib/memcoll.c (STRCOLL): New macro.
43513         (memcoll): Use it.
43514
43515 2002-12-31  Bruno Haible  <bruno@clisp.org>
43516
43517         * lib/localcharset.h: New file.
43518         * lib/localcharset.c: Include it.
43519         * lib/unicodeio.c: Likewise.
43520
43521 2002-12-31  Bruno Haible  <bruno@clisp.org>
43522
43523         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
43524         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
43525
43526 2002-12-31  Bruno Haible  <bruno@clisp.org>
43527
43528         * lib/getline.h: Include <stddef.h>, for size_t.
43529
43530         * lib/unicodeio.h: Include <stddef.h>, for size_t.
43531         * lib/unicodeio.c: Don't include <stddef.h>.
43532
43533 2002-12-31  Bruno Haible  <bruno@clisp.org>
43534
43535         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
43536         HAVE_TM_ZONE.
43537
43538 2002-12-24  Karl Berry  <karl@gnu.org>
43539
43540         * config/config.guess: update from prep.
43541
43542 2002-12-24  Bruno Haible  <bruno@clisp.org>
43543
43544         General infrasructure.
43545         * m4/README: Rewritten.
43546         * m4/onceonly.m4: New file.
43547         * m4/onceonly_2_57.m4: New file.
43548
43549         Module atexit.
43550         * m4/atexit.m4: New file.
43551
43552         Module strtod.
43553         * m4/strtod.m4: New file.
43554
43555         Module strtol.
43556         * m4/strtol.m4: New file.
43557
43558         Module strtoul.
43559         * m4/strtoul.m4: New file.
43560
43561         Module memchr.
43562         * m4/memchr.m4: New file.
43563
43564         Module memcmp.
43565         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
43566         (jm_FUNC_MEMCMP): Invoke it.
43567
43568         Module memcpy.
43569         * m4/memcpy.m4: New file.
43570
43571         Module memmove.
43572         * m4/memmove.m4: New file.
43573
43574         Module memset.
43575         * m4/memset.m4: New file.
43576
43577         Module strcspn.
43578         * m4/strcspn.m4: New file.
43579
43580         Module strpbrk.
43581         * m4/strpbrk.m4: New file.
43582
43583         Module strstr.
43584         * m4/strstr.m4: New file.
43585
43586         Module strerror.
43587         * m4/strerror.m4: New file.
43588
43589         Module mktime.
43590         * m4/mktime.m4: Renamed from jm-mktime.m4.
43591         (gl_PREREQ_MKTIME): New macro.
43592         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
43593
43594         Module malloc.
43595         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
43596         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
43597         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
43598
43599         Module realloc.
43600         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
43601         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
43602         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
43603
43604         Module strftime.
43605         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
43606         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
43607         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
43608         gl_TM_GMTOFF.
43609         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
43610
43611         Module xalloc.
43612         * m4/xalloc.m4: New file.
43613
43614         Module alloca.
43615         * m4/alloca.m4: New file.
43616
43617         Module putenv.
43618         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
43619         (jm_FUNC_PUTENV): Invoke it.
43620
43621         Module setenv.
43622         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
43623         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
43624         when invoked twice.
43625         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
43626         gt_FUNC_SETENV.
43627
43628         Module memrchr.
43629         * m4/memrchr.m4: New file.
43630
43631         Module stpcpy.
43632         * m4/stpcpy.m4: New file.
43633
43634         Module strcase.
43635         * m4/strcase.m4: New file.
43636
43637         Module strdup.
43638         * m4/strdup.m4: New file.
43639
43640         Module strnlen.
43641         * m4/strnlen.m4: New file.
43642
43643         Module strndup.
43644         * m4/strndup.m4: New file.
43645
43646         Module xstrtod.
43647         * m4/xstrtod.m4: New file.
43648
43649         Module xstrtol.
43650         * m4/xstrtol.m4: New file.
43651
43652         Module getdate.
43653         * m4/getdate.m4: New file.
43654
43655         Module unlocked-io.
43656         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
43657         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
43658         * m4/jm-glibc-io.m4n: Remove file.
43659
43660         Module long-options.
43661         * m4/long-options.m4: New file.
43662
43663         Module md5.
43664         * m4/md5.m4: New file.
43665
43666         Module sha.
43667         * m4/sha.m4: New file.
43668
43669         Module getstr.
43670         * m4/getstr.m4: New file.
43671
43672         Module getline.
43673         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
43674         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
43675         <sys/types.h>, for size_t. Use the function name gnu_getline, not
43676         simply getline. Infoke gl_PREREQ_GETLINE.
43677
43678         Module obstack.
43679         * m4/obstack.m4: New file.
43680
43681         Module hash.
43682         * m4/hash.m4: New file.
43683
43684         Module readtokens.
43685         * m4/readtokens.m4: New file.
43686
43687         Module strverscmp.
43688         * m4/strverscmp.m4: New file.
43689
43690         Module stdbool.
43691         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
43692         OSF/1.
43693
43694         Module strtoll.
43695         * m4/strtoll.m4: New file.
43696
43697         Module strtoull.
43698         * m4/strtoull.m4: New file.
43699
43700         Module strtoimax.
43701         * m4/strtoimax.m4: New file.
43702
43703         Module strtoumax.
43704         * m4/strtoumax.m4: New file.
43705
43706         Module xstrtoimax.
43707         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
43708         jm_AC_PREREQ_XSTRTOIMAX.
43709         Moved the strtol prerequisites to strtol.m4.
43710         Moved the strtoll prerequisites to strtoll.m4.
43711         Moved the strtoimax prerequisites to strtoimax.m4.
43712
43713         Module xstrtoumax.
43714         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
43715         jm_AC_PREREQ_XSTRTOUMAX.
43716         Moved the strtoul prerequisites to strtoul.m4.
43717         Moved the strtoull prerequisites to strtoull.m4.
43718         Moved the strtoumax prerequisites to strtoumax.m4.
43719
43720         Module chown.
43721         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
43722         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
43723
43724         Module dup2.
43725         * m4/dup2.m4: New file.
43726
43727         Module ftruncate.
43728         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
43729         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
43730
43731         Module getgroups.
43732         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
43733         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
43734
43735         Module gettimeofday.
43736         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
43737         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
43738         gl_PREREQ_GETTIMEOFDAY.
43739
43740         Module mkdir.
43741         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
43742         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
43743
43744         Module mkstemp.
43745         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
43746         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
43747         jm_AC_TYPE_UINTMAX_T.
43748         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
43749
43750         Module stat.
43751         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
43752         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
43753
43754         Module lstat.
43755         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
43756         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
43757
43758         Module timespec.
43759         * m4/timespec.m4 (gl_TIMESPEC): New macro.
43760         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
43761         * m4/st_mtim.m4: Indentation.
43762
43763         Module nanosleep.
43764         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
43765         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
43766         gl_PREREQ_NANOSLEEP.
43767
43768         Module regex.
43769         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
43770         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
43771         (gl_REGEX): New macro.
43772
43773         Module rename.
43774         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
43775         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
43776
43777         Module rmdir.
43778         * m4/rmdir.m4: New file.
43779
43780         Module utime.
43781         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
43782         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
43783         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
43784
43785         Module dirname.
43786         * m4/dirname.m4: New file.
43787
43788         Module getopt.
43789         * m4/getopt.m4: New file.
43790
43791         Module unistd-safer.
43792         * m4/unistd-safer.m4: New file.
43793
43794         Module fnmatch.
43795         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
43796         declaration.
43797         (gl_PREREQ_FNMATCH_EXTRA): New macro.
43798         (gl_FUNC_FNMATCH_POSIX): New macro.
43799         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
43800         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
43801         simply fnmatch.
43802
43803         Module exclude.
43804         * m4/exclude.m4: New file.
43805
43806         Module human.
43807         * m4/human.m4: New file.
43808
43809         Module acl.
43810         * m4/acl.m4: Nop.
43811
43812         Module backupfile.
43813         * m4/backupfile.m4: New file.
43814         * m4/d-ino.m4: Indentation.
43815
43816         Module fsusage.
43817         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
43818         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
43819         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
43820
43821         Module dirfd.
43822         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
43823         requirements.
43824
43825         Module euidaccess.
43826         * m4/euidaccess.m4: New file.
43827
43828         Module file-type.
43829         * m4/file-type.m4: New file.
43830
43831         Module fileblocks.
43832         * m4/fileblocks.m4: New file.
43833
43834         Module filemode.
43835         * m4/filemode.m4: New file.
43836
43837         Module isdir.
43838         * m4/isdir.m4: New file.
43839
43840         Module lchown.
43841         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
43842         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
43843
43844         Module makepath.
43845         * m4/makepath.m4: New file.
43846
43847         Module modechange.
43848         * m4/modechange.m4: New file.
43849
43850         Module mountlist.
43851         * m4/mountlist.m4: New file.
43852         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
43853         Indentation.
43854
43855         Module path-concat.
43856         * m4/path-concat.m4: New file.
43857
43858         Module pathmax.
43859         * m4/pathmax.m4: New file.
43860
43861         Module same.
43862         * m4/same.m4: New file.
43863
43864         Module save-cwd.
43865         * m4/save-cwd.m4: New file.
43866
43867         Module savedir.
43868         * m4/savedir.m4: New file.
43869
43870         Module xgetcwd.
43871         * m4/xgetcwd.m4: New file.
43872         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
43873
43874         Module xreadlink.
43875         * m4/xreadlink.m4: New file.
43876
43877         Module safe-read.
43878         * m4/safe-read.m4: New file.
43879
43880         Module safe-write.
43881         * m4/safe-write.m4: New file.
43882
43883         Module closeout.
43884         * m4/closeout.m4: New file.
43885
43886         Module stdio-safer.
43887         * m4/stdio-safer.m4: New file.
43888
43889         Module getpass.
43890         * m4/getpass.m4: New file.
43891
43892         Module getugroups.
43893         * m4/getugroups.m4: New file.
43894
43895         Module group-member.
43896         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
43897         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
43898
43899         Module idcache.
43900         * m4/idcache.m4: New file.
43901
43902         Module userspec.
43903         * m4/userspec.m4: New file.
43904
43905         Module gettime.
43906         * m4/clock_time.m4: New file.
43907         * m4/gettime.m4: New file.
43908
43909         Module settime.
43910         * m4/settime.m4: New file.
43911
43912         Module posixtm.
43913         * m4/posixtm.m4: New file.
43914
43915         Module gethostname.
43916         * m4/gethostname.m4: New file.
43917
43918         Module canon-host.
43919         * m4/canon-host.m4: New file.
43920
43921         Module gettext.
43922         * m4/codeset.m4: New file, from gettext-0.11.5.
43923         * m4/gettext.m4: New file, from gettext-0.11.5.
43924         * m4/glibc21.m4: New file, from gettext-0.11.5.
43925         * m4/iconv.m4: New file, from gettext-0.11.5.
43926         * m4/intdiv0.m4: New file, from gettext-0.11.5.
43927         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
43928         * m4/inttypes.m4: New file, from gettext-0.11.5.
43929         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
43930         * m4/isc-posix.m4: New file, from gettext-0.11.5.
43931         * m4/lcmessage.m4: New file, from gettext-0.11.5.
43932         * m4/lib-ld.m4: New file, from gettext-0.11.5.
43933         * m4/lib-link.m4: New file, from gettext-0.11.5.
43934         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
43935         * m4/progtest.m4: New file, from gettext-0.11.5.
43936         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
43937         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
43938         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
43939
43940         Module localcharset.
43941         * m4/localcharset.m4: New file.
43942
43943         Module hard-locale.
43944         * m4/hard-locale.m4: New file.
43945
43946         Module mbswidth.
43947         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
43948         onceonly macros.
43949         * m4/mbrtowc.m4: Add comment.
43950
43951         Module memcasecmp.
43952         * m4/memcasecmp.m4: New file.
43953
43954         Module memcoll.
43955         * m4/memcoll.m4: New file.
43956
43957         Module unicodeio.
43958         * m4/unicodeio.m4: New file.
43959
43960         Module rpmatch.
43961         * m4/rpmatch.m4: New file.
43962
43963         Module yesno.
43964         * m4/yesno.m4: New file.
43965
43966         Module exitfail.
43967         * m4/exitfail.m4: New file.
43968
43969         Module c-stack.
43970         * m4/c-stack.m4 (gl_C_STACK): New macro.
43971         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
43972
43973         Module error.
43974         * m4/error.m4 (gl_ERROR): New macro.
43975         (jm_PREREQ_ERROR): Use onceonly macros.
43976
43977         Module fatal.
43978         * m4/fatal.m4: New file.
43979
43980         Module getloadavg.
43981         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
43982         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
43983
43984         Module getpagesize.
43985         * m4/getpagesize.m4: New file.
43986
43987         Module getusershell.
43988         * m4/getusershell.m4: New file.
43989
43990         Module physmem.
43991         * m4/physmem.m4: New file.
43992
43993         Module posixver.
43994         * m4/posixver.m4: New file.
43995
43996         Module quotearg.
43997         * m4/quotearg.m4: New file.
43998
43999         Module quote.
44000         * m4/quote.m4: New file.
44001
44002         Module readutmp.
44003         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
44004
44005         Module sig2str.
44006         * m4/sig2str.m4: New file.
44007
44008         Other.
44009         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
44010         ulonglong.m4.
44011         * m4/intmax_t.m4: New file.
44012         * m4/d-type.m4: Indentation.
44013         * m4/jm-macros.m4: Update.
44014         * m4/prereq.m4 (jm_PREREQ): Update.
44015         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
44016         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
44017         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
44018         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
44019         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
44020         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
44021         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
44022         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
44023         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
44024         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
44025         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
44026         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
44027         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
44028         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
44029         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
44030         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
44031         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
44032         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
44033         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
44034
44035 2002-12-24  Bruno Haible  <bruno@clisp.org>
44036
44037         * MODULES.txt: Update according to m4/ changes.
44038
44039         Module gettext.
44040         * config.rpath: New file, from gettext-0.11.5.
44041
44042         * modules/*: New module descriptions.
44043         * gnulib-tool: New file.
44044         * MODULES.html.sh: New file.
44045
44046 2002-12-21  Karl Berry  <karl@gnu.org>
44047
44048         * doc/fdl.texi: update to version 1.2.
44049
44050 2002-12-19  Karl Berry  <karl@gnu.org>
44051
44052         * config/config.guess: update from prep.
44053
44054 2002-12-18  Bruno Haible  <bruno@clisp.org>
44055
44056         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
44057         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
44058
44059 2002-12-17  Bruno Haible  <bruno@clisp.org>
44060
44061         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
44062         stdlib.h, string.h.
44063
44064 2002-12-17  Bruno Haible  <bruno@clisp.org>
44065
44066         * lib/canon-host.c (strdup): Remove unused declaration.
44067
44068         * lib/fsusage.c: Include full_read.h.
44069         (get_fs_usage): Use full_read instead of safe_read.
44070
44071         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
44072
44073 2002-12-12  Karl Berry  <karl@gnu.org>
44074
44075         * config/config.guess: update from prep.
44076
44077 2002-12-11  Bruno Haible  <bruno@clisp.org>
44078
44079         * m4/setenv.m4: New file, from gettext-0.11.5.
44080
44081 2002-12-11  Bruno Haible  <bruno@clisp.org>
44082
44083         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
44084         not unsetenv().
44085         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
44086         modifications:
44087
44088         2002-12-11  Bruno Haible  <bruno@clisp.org>
44089
44090                 * setenv.c (alloca): Fall back to malloc.
44091                 (freea): New macro.
44092                 (setenv): Use freea() to free memory allocated with alloca().
44093
44094         2002-11-13  Bruno Haible  <bruno@clisp.org>
44095
44096                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
44097                 function declarations.
44098                 * unsetenv.c (unsetenv): Likewise.
44099
44100         2002-03-04  Bruno Haible  <bruno@clisp.org>
44101
44102                 Portability to AIX 4.3.3.
44103                 * unsetenv.c: New file, extracted from setenv.c.
44104                 * setenv.c: Move the unsetenv() function to unsetenv.c.
44105
44106         2001-12-20  Bruno Haible  <bruno@clisp.org>
44107
44108                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
44109                 use malloc instead. For SunOS 4.
44110
44111         2001-12-11  Bruno Haible  <bruno@clisp.org>
44112
44113                 * setenv.c: Declare alloca.
44114                 (compar_fn_t): New typedef.
44115                 (KNOWN_VALUE, STORE_VALUE): Use it.
44116
44117         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
44118         setenv.h.
44119
44120 2002-12-10  Paul Eggert  <eggert@twinsun.com>
44121
44122         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
44123         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
44124         Choose values that are less likely to collide with system fnmatch
44125         options.
44126         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
44127         defined (e.g., a pure POSIX system).
44128         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
44129         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
44130
44131 2002-12-06  Paul Eggert  <eggert@twinsun.com>
44132
44133         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
44134         a pain in practice to deal with generated m4 files.  This change
44135         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
44136
44137         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
44138         and jm-glibc-io.m4, as they are no longer a special case.
44139         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
44140         kludge and the auto-generation stuff.  Check only whether the
44141         functions are declared, not whether they exist, since older hosts
44142         that don't declare the functions can't use the optimization anyway.
44143
44144 2002-12-06  Jim Meyering  <jim@meyering.net>
44145
44146         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
44147
44148         Merge in changes from libc's misc/error.c, in preparation
44149         for the merge of gnulib's changes back into libc.
44150
44151         * lib/error.c (_): Define only if not already defined.
44152         Move definition to follow all #include directives.
44153         Include unlocked-io.h only if !_LIBC.
44154         [_LIBC]: Include <libio/libioP.h>.
44155         [USE_IN_LIBIO]: Include <libio/iolibio.h>
44156         (fflush): Tweak definition to use INTUSE.
44157         (putc): Define.
44158
44159 2002-12-05  Paul Eggert  <eggert@twinsun.com>
44160
44161         * lib/alloca.c [defined emacs]: Include "lisp.h".
44162         (xalloc_die) [defined emacs]: New macro.
44163         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
44164         [! defined emacs]: Include <xalloc.h>.
44165         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
44166         (pointer): Typedef to POINTER_TYPE *.
44167         (malloc): Remove decl; we now always use xmalloc.
44168         (alloca): Use old-style definition, since Emacs needs this.
44169         Check for arithmetic overflow when computing combined size.
44170
44171 2002-12-04  Paul Eggert  <eggert@twinsun.com>
44172
44173         Do not generate unlocked-io.h automatically, since it's easier to
44174         maintain it by hand.
44175
44176         * lib/unlocked-io.h: New file, from GNU diffutils,
44177         but with proper copyright notice and attribution.
44178         * lib/gen-uio: Remove.
44179         * lib/Makefile.am: Add copyright notice.
44180         (libfetish_a_SOURCES): Add unlocked-io.h.
44181         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
44182         (DISTCLEANFILES, io_functions): Remove macros.
44183         (EXTRA_DIST): Remove gen_uio.
44184         (unlocked-io.h): Remove rule.
44185
44186 2002-12-04  Jim Meyering  <jim@meyering.net>
44187
44188         Reflect the fact that stat.c and lstat.c are no longer generated.
44189         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
44190         (DISTCLEANFILES): Likewise.
44191         (EXTRA_DIST): Likewise.
44192         (all_local): Don't depend on stat.c or lstat.c.
44193         (stat.c, lstat.c): Remove rules.
44194         (EXTRA_DIST): Remove xstat.in.
44195
44196         * lib/xstat.in: Remove file.  Contents moved into stat.c.
44197         * lib/stat.c: New file.  Contents mostly from xstat.in.
44198         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
44199         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
44200
44201         * lib/safe-read.c: Rework so that it may serve to define safe_write,
44202         too.
44203         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
44204
44205 2002-12-03  Jim Meyering  <jim@meyering.net>
44206
44207         * lib/safe-read.c, safe-write.c: Change variable names and comments,
44208         but not semantics, to minimize the differences between these two files.
44209         (safe_read): Change comment to mention SAFE_READ_ERROR.
44210
44211         * lib/safe-read.c (IS_EINTR): Define.
44212         (safe_read): Use IS_EINTR in place of in-function cpp directives.
44213
44214 2002-12-02  Jim Meyering  <jim@meyering.net>
44215
44216         * lib/safe-read.c (EINTR): Define.
44217         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44218         (INT_MAX): Provide fallback.
44219         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
44220
44221         * lib/safe-read.h (SAFE_READ_ERROR): Define.
44222
44223 2002-12-02  Bruno Haible  <bruno@clisp.org>
44224
44225         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
44226         Define, taken from safe-read.c.
44227         (INT_MAX): Provide fallback.
44228         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
44229         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
44230
44231         * lib/safe-read.c (EINTR): Remove definition.
44232         (safe_read): Don't use EINTR if it is absent.
44233
44234 2002-12-01  Jim Meyering  <jim@meyering.net>
44235
44236         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
44237         zero.
44238         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
44239
44240 2002-11-27  Paul Eggert  <eggert@twinsun.com>
44241
44242         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
44243         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
44244         with `if (! (value < limit)) abort ();', for readability.
44245
44246 2002-11-26  Karl Berry  <karl@gnu.org>
44247
44248         * lib/strdup.c: copy from libc again, with jim's ok.
44249         * lib/.cppi-disable: re-add strdup.c
44250
44251 2002-11-25  Karl Berry  <karl@gnu.org>
44252
44253         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
44254         instead of "strtol.c".
44255
44256 2002-11-25  Karl Berry  <karl@gnu.org>
44257
44258         * config/install-sh: update from automake for variable quoting, $0 in
44259         error msgs, etc.
44260
44261         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
44262         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
44263         entry.
44264
44265 2002-11-25  Jim Meyering  <jim@meyering.net>
44266
44267         * lib/mktime.c: Sync from libc, now that it has the latest fix.
44268
44269 2002-11-24  Karl Berry  <karl@gnu.org>
44270
44271         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
44272         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
44273
44274 2002-11-24  Jim Meyering  <jim@meyering.net>
44275
44276         Update from coreutils:
44277
44278         * lib/mktime.c: Merge in changes from libc.
44279
44280         Avoid a link-time failure on some Linux systems.
44281         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
44282         (otherwise).
44283         (__mon_yday): Declare with the STATIC attribute.
44284         (__mktime_internal): Likewise.
44285         Based on a report from Greg Schafer.
44286
44287 2002-11-23  Jim Meyering  <jim@meyering.net>
44288
44289         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
44290         Use `unsigned', not `int', as type of index.
44291
44292         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
44293
44294         * lib/fsusage.c: Remove unneeded parentheses around operands of
44295         `defined'.
44296
44297 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44298
44299         * lib/quotearg.h: Allow multiple inclusion by surrounding with
44300         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
44301         so that we can be included first.
44302         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
44303         * lib/quotearg.c: Include quotearg.h immediately after config.h.
44304         No need to include stddef.h or sys/types.h any more.
44305         Surround local include files with "", not "<>".
44306         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
44307         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
44308         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
44309         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
44310         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
44311         (ISPRINT): Remove; no longer needed now that we assume C89.
44312
44313         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
44314         Preserve errno.
44315
44316         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
44317         quotearg_char): Use SIZE_MAX rather than
44318         (size_t) -1 when we are talking about "infinity".
44319
44320         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
44321
44322 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44323
44324         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
44325         hint that one should use `if (! x) abort ();' rather than `assert
44326         (x);', and anyway it's one less thing to worry about configuring.
44327         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
44328         hash_rehash, hash_insert): Use abort rather than assert.
44329
44330 2002-11-22  Bruno Haible  <bruno@clisp.org>
44331
44332         * lib/safe-read.h: Assume C89. Add comments.
44333         (safe_read): Change return type to size_t.
44334         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
44335         byte counts > SSIZE_MAX correctly.
44336         * lib/safe-write.h: New file.
44337         * lib/safe-write.c: New file.
44338         * lib/full-read.h: New file.
44339         * lib/full-read.c: New file.
44340         * lib/full-write.h: Assume C89. Add comments.
44341         * lib/full-write.c: Include safe-write.h.
44342         (full_write): Rewritten to use safe_write.
44343         Suggested by Jim Meyering and Paul Eggert.
44344
44345 2002-11-21  Jim Meyering  <jim@meyering.net>
44346
44347         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
44348
44349         Merge in changes from the coreutils.
44350
44351         2002-09-25  Paul Eggert  <eggert@twinsun.com>
44352         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
44353         <stdint.h>.
44354         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
44355         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
44356         int.  Work more efficiently if X is the same width as uintmax_t.
44357         Do not compare X to -1, to avoid bogus compiler warning.
44358         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
44359         Don't assume that f_frsize and f_bsize are the same type.
44360
44361         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
44362         warning on FreeBSD.
44363
44364         * lib/makepath.c (make_path): Restore umask *before* creating the final
44365         component.
44366         (make_path): Minor reformatting.
44367
44368         * lib/xmalloc.c: Adjust to work with new autoconf macros,
44369         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
44370         HAVE_MALLOC/HAVE_REALLOC.
44371
44372         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
44373         dummy ones.  At least on GNU/Linux systems, `auto' means something
44374         else.
44375         From Michael Stone.
44376
44377 2002-11-21  Bruno Haible  <bruno@clisp.org>
44378
44379         Remove case insensitive option matching.
44380         * lib/argmatch.h (argcasematch): Remove declaration.
44381         (ARGCASEMATCH): Remove macro.
44382         (__xargmatch_internal): Remove case_sensitive argument.
44383         (XARGMATCH): Update.
44384         (XARGCASEMATCH): Remove macro.
44385         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
44386         case_sensitive argument.
44387         (argcasematch): Remove function.
44388         (__xargmatch_internal): Remove case_sensitive argument.
44389         (main): Use XARGMATCH instead of XARGCASEMATCH.
44390
44391         * lib/xmalloc.c: Change compile-time error message. Add comment about
44392         required autoconf version.
44393
44394 2002-11-20  Paul Eggert  <eggert@twinsun.com>
44395
44396         Merge argmatch cleanups from Bison.  Assume C89.
44397
44398         * lib/argmatch.c: Include config.h here, not in argmatch.h.
44399         Include stdlib.h, for EXIT_FAILURE.
44400         Always include <string.h>, since we assume C89.
44401         (EXIT_FAILURE): Remove pre-C89 bug workaround.
44402         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
44403         Include <stddef.h> instead, since it's all we need for size_t.
44404         (PARAMS): Remove.  All uses removed.
44405         (ARRAY_CARDINALITY): Do not bother to #undef.
44406         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
44407         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44408         Remove unnecessary parentheses.
44409         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44410         Insert necessary parentheses.
44411         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
44412         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
44413
44414 2002-11-19  Bruno Haible  <bruno@clisp.org>
44415
44416         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
44417         * lib/mbswidth.h: Include <stddef.h>, for size_t.
44418
44419         * lib/mbswidth.h (PARAMS): Remove macro.
44420         (mbswidth, mbsnwidth): Use ANSI C function declarations.
44421         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
44422
44423         * lib/gcd.h (PARAMS): Remove macro.
44424         (gcd): Use ANSI C function declarations.
44425         * lib/gcd.c (gcd): Likewise.
44426
44427 2002-11-15  Bruno Haible  <bruno@clisp.org>
44428
44429         * lib/strcspn.c: Include <stddef.h>.
44430         (strcspn): Use ANSI C function declaration. Change return type to
44431         size_t. Use NULL.
44432         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
44433         (strpbrk): Use NULL.
44434         * lib/strpbrk.h (PARAMS): Remove macro.
44435         (strpbrk): Use ANSI C function declaration.
44436         * lib/strstr.c: Don't include <sys/types.h>.
44437         * lib/strstr.h (PARAMS): Remove macro.
44438         (strstr): Use ANSI C function declarations.
44439
44440 2002-11-14  Karl Berry  <karl@gnu.org>
44441
44442         * config/mkinstalldirs: `do' on separate line, instead of
44443         `for var; do'.
44444
44445 2002-11-06  Bruno Haible  <bruno@clisp.org>
44446
44447         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
44448         * lib/gcd.c (gcd): Likewise.
44449
44450 2002-11-05  Bruno Haible  <bruno@clisp.org>
44451
44452         * lib/gcd.h: New file, from gettext-0.11.5.
44453         * lib/gcd.c: New file, from gettext-0.11.5.
44454
44455 2002-11-05  Bruno Haible  <bruno@clisp.org>
44456
44457         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44458         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44459         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44460         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44461
44462         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
44463         <libintl.h>.
44464         * lib/makepath.c: Include gettext.h instead of <locale.h> and
44465         <libintl.h>.
44466
44467         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
44468         * lib/human.c: Include gettext.h instead of <libintl.h>.
44469         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
44470         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
44471         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
44472         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
44473         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
44474         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
44475         (textdomain): Remove definition.
44476         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
44477
44478         * lib/long-options.c: Remove include of <libintl.h> and definition of
44479         _.
44480         * lib/same.c: Remove include of <libintl.h> and definition of _.
44481
44482 2002-11-04  Owen Taylor  <otaylor@redhat.com>
44483
44484         * lib/config.charset: A few additions for Solaris.
44485
44486 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44487
44488         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
44489         * lib/localcharset.c (locale_charset): Declare as extern "C".
44490
44491 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44492
44493         * lib/config.charset: msdos in uk_UA uses CP1125.
44494
44495 2002-11-04  Bruno Haible  <bruno@clisp.org>
44496
44497         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
44498         * lib/strcase.h: New file, from GNU gettext-0.11.5.
44499         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
44500         * lib/strstr.h: New file, from GNU gettext-0.11.5.
44501         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
44502
44503 2002-11-04  Bruno Haible  <bruno@clisp.org>
44504
44505         * lib/localcharset.c (locale_charset): Don't return an empty string.
44506
44507 2002-11-04  Bruno Haible  <bruno@clisp.org>
44508
44509         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
44510         aliases.
44511
44512 2002-11-04  Bruno Haible  <bruno@clisp.org>
44513
44514         * lib/config.charset: Update for newest glibc. Add canonical names
44515         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
44516
44517 2002-11-04  Bruno Haible  <bruno@clisp.org>
44518
44519         * lib/config.charset: Add support for NetBSD.
44520
44521 2002-11-04  Bruno Haible  <bruno@clisp.org>
44522
44523         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
44524
44525 2002-11-01  Bruno Haible  <bruno@clisp.org>
44526
44527         * configure.in: Add AC_CONFIG_AUX_DIR call.
44528         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
44529         test/Makefile.
44530         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
44531
44532 2002-09-28  Karl Berry  <karl@gnu.org>
44533
44534         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
44535         installed automake until the next release, since changes have been
44536         made.
44537
44538 2002-09-25  Karl Berry  <karl@gnu.org>
44539
44540         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
44541         * lib/getopt*: copy from libc/posix.
44542         * lib/gettext.h: copy from gettext.
44543         * lib/.cppi-disable: add strdup.c, gettext.h.
44544
44545 2002-09-25  Karl Berry  <karl@gnu.org>
44546
44547         * config/srclist.txt: enable gettext.h check.
44548         * config/config.{guess,sub}: update from prep.
44549         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
44550                 from automake 1.6.3.
44551         See srclist*.
44552
44553 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
44554
44555         * regex.c (PATFETCH): Remove the translating fetch.
44556         (PATFETCH_RAW): Rename to PATFETCH.
44557         (set_image_of_range): New fun.
44558         (SET_RANGE_TABLE_WORK_AREA): Use it.
44559         (regex_compile): Don't translate the pattern chars so eagerly.
44560         Only do it when inserting an `exactn' bytecode or when handling
44561         a char-range.
44562         (mutually_exclusive_p): Avoid empty statement.
44563
44564 2002-07-06  Jim Meyering  <meyering@lucent.com>
44565
44566         * m4/README: Don't mention Makefile.am.in.
44567         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
44568
44569 2002-07-01  Jim Meyering  <meyering@lucent.com>
44570
44571         * lib/c-stack.c: Include sys/time.h.
44572         From Volker Borchert.
44573
44574 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44575
44576         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
44577
44578 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44579
44580         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
44581         New macro.  Use it uniformly instead of
44582         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
44583         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
44584         reported by Vin Shelton.
44585
44586 2002-06-22  Paul Eggert  <eggert@twinsun.com>
44587
44588         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
44589         Do not assume SA_SIGINFO behavior.
44590         Bug reported by Jim Meyering on NetBSD 1.5.2.
44591
44592 2002-06-22  Jim Meyering  <meyering@lucent.com>
44593
44594         * m4/c-stack.m4: New file, from diffutils-2.8.2.
44595         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
44596
44597         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
44598         now that configure.ac uses AC_GNU_SOURCE.
44599         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
44600         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
44601
44602         Update to latest tools.  Suggestions from Paul Eggert.
44603         * m4/stdbool.m4: New file, from diffutils-2.8.2.
44604         * m4/gnu-source.m4: Update from diffutils-2.8.2.
44605         * m4/fnmatch.m4: Likewise.
44606         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
44607         to AC_HEADER_STDBOOL
44608
44609 2002-06-22  Jim Meyering  <meyering@lucent.com>
44610
44611         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
44612         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
44613
44614 2002-06-22  Jim Meyering  <meyering@lucent.com>
44615
44616         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
44617
44618         * lib/exitfail.c, exitfail.h: Likewise.
44619         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
44620
44621         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
44622         of fnmatch.h.
44623         (EXTRA_DIST): Add fnmatch_loop.c.
44624         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
44625
44626         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
44627         * lib/fnmatch.c: Update from diffutils-2.8.2.
44628         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
44629         * lib/fnmatch.h: Remove file.
44630
44631 2002-06-21  Jim Meyering  <meyering@lucent.com>
44632
44633         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
44634         * m4/mbrtowc.m4: Likewise.
44635
44636         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
44637         * m4/mbswidth.m4: Reflect name change:
44638         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
44639         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44640
44641         * m4/lib-link.m4: Update from gettext-0.11.2.
44642         * m4/gettext.m4: Likewise.
44643
44644         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
44645         From Alfred M. Szmidt.
44646
44647 2002-06-18  Paul Eggert  <eggert@twinsun.com>
44648
44649         * lib/file-type.h: Report an error if neither S_ISREG nor
44650         S_IFREG is defined, instead of using a test specific to glibc
44651         2.2.  This should be safe, since POSIX requires S_ISREG and
44652         Unix Version 7 had S_IFREG.  We don't need to check for
44653         <sys/types.h> since we don't use any symbols that it defines.
44654
44655 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
44656
44657         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
44658         $@-t, so that each temporary file name is unique and valid in the first
44659         8 characters, for operation under DOS.
44660
44661 2002-06-15  Paul Eggert  <eggert@twinsun.com>
44662
44663         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
44664
44665 2002-06-15  Jim Meyering  <meyering@lucent.com>
44666
44667         Work even with DJGPP 2.03, which lacks support for symlinks.
44668         From Richard Dawe.
44669         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
44670         is defined.
44671         * lib/lchown.c (S_ISLNK): Likewise.
44672
44673 2002-06-15  Jim Meyering  <meyering@lucent.com>
44674
44675         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
44676         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
44677         have been included before this file.
44678
44679 2002-06-14  Jim Meyering  <meyering@lucent.com>
44680
44681         * lib/file-type.h: Use the version from diffutils-2.8.2.
44682         * lib/file-type.c: Likewise.
44683
44684 2002-06-07  Jim Meyering  <meyering@lucent.com>
44685
44686         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
44687         They're needed at least for NetBSD 1.5.2.
44688         ($statxfs_includes): Include those same headers.
44689         ($statxfs_includes): Include sys/vfs.h if available.
44690         ($statxfs_includes): Likewise for sys/statvfs.h.
44691         Check for the following members in both structs statfs and statvfs:
44692         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
44693
44694 2002-06-01  Jim Meyering  <meyering@lucent.com>
44695
44696         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
44697         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
44698
44699 2002-05-28  Jim Meyering  <meyering@lucent.com>
44700
44701         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
44702         Reported by Volker Borchert.
44703
44704 2002-05-27  Jim Meyering  <meyering@lucent.com>
44705
44706         Fix a problem seen only on nonconforming systems whereby ls.c's
44707         use of localtime, and then of gettimeofday would cause trouble:
44708         the localtime call used to initialize rpl_gettimeofday's save
44709         mechanism would clobber ls's current local time information so
44710         that in any long listing the first file would always be listed
44711         with date 1970-01-01.  Analysis by Volker Borchert.
44712
44713         * lib/gettimeofday.c (localtime): Undefine.
44714         (rpl_localtime): New function.
44715
44716 2002-05-27  Jim Meyering  <meyering@lucent.com>
44717
44718         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
44719         localtime.
44720
44721         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
44722         use the replacement function; it wouldn't resolve at link time.
44723         Reported by Volker Borchert.
44724
44725 2002-05-22  Jim Meyering  <meyering@lucent.com>
44726
44727         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
44728         file-type.h.
44729         * lib/file-type.h: New file.
44730         * lib/file-type.c (file_type): New file/function.  Extracted from
44731         diffutils.
44732
44733 2002-04-30  Jim Meyering  <meyering@lucent.com>
44734
44735         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
44736
44737 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44738
44739         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
44740
44741 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44742
44743         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
44744         Do not check for alloca.h (no longer used) or stdbool.h (was never
44745         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
44746
44747 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44748
44749         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
44750
44751 2002-04-29  Jim Meyering  <meyering@lucent.com>
44752
44753         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
44754         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
44755         Use AC_FUNC_STRNLEN here instead.
44756
44757         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
44758         With autoconf-2.53a, it's part of AC_PROG_CC.
44759
44760 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44761
44762         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
44763         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
44764
44765 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44766
44767         * lib/sig2str.h, lib/sig2str.c: New files.
44768         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
44769
44770 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44771
44772         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
44773         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
44774         of 127, since 64 is the largest conceivable number for ancient
44775         nonstandard hosts.
44776         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
44777
44778 2002-04-28  Jim Meyering  <meyering@lucent.com>
44779
44780         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
44781
44782 2002-04-24  Jim Meyering  <meyering@lucent.com>
44783
44784         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
44785         (jm_PREREQ): Use it.
44786
44787         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
44788         mach/mach.h fcntl.h.
44789         Check for this function: setlocale.
44790
44791 2002-04-24  Jim Meyering  <meyering@lucent.com>
44792
44793         * lib/gettext.h: New file, from Gettext.
44794         * lib/Makefile.am (INCLUDES): Remove -I../intl.
44795         (libfetish_a_SOURCES): Add gettext.h.
44796
44797 2002-04-16  Jim Meyering  <meyering@lucent.com>
44798
44799         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
44800         ut_pid, ut_id, ut_exit.
44801
44802 2002-04-16  Jim Meyering  <meyering@lucent.com>
44803
44804         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
44805         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
44806         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
44807
44808 2002-04-12  Jim Meyering  <meyering@lucent.com>
44809
44810         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
44811         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
44812         existence of the getmntinfo function.  Needed for Darwin 5.3.
44813
44814         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
44815         This is necessary at least on Darwin 5.3.
44816
44817         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
44818         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
44819         strnlen.o in the library, and that makes some versions of ranlib
44820         object.
44821
44822 2002-04-12  Jim Meyering  <meyering@lucent.com>
44823
44824         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
44825
44826 2002-04-09  Jim Meyering  <meyering@lucent.com>
44827
44828         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
44829         to be more precise.  Rather than saying we're checking whether the
44830         function `works', say what we're testing.
44831         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
44832         Reported by Bruno Haible.
44833
44834 2002-03-10  Jim Meyering  <meyering@lucent.com>
44835
44836         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
44837         Suggestion from Santiago Vila.
44838
44839 2002-03-08  Jim Meyering  <meyering@lucent.com>
44840
44841         * lib/rename.c: Mention that this wrapper is needed also on
44842         mips-dec-ultrix4.4 systems.
44843
44844 2002-03-02  Jim Meyering  <meyering@lucent.com>
44845
44846         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
44847         not HAVE_CLOCK_SETTIME.
44848
44849 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44850
44851         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
44852         Check for clock_settime.
44853
44854 2002-02-27  Paul Eggert  <eggert@twinsun.com>
44855
44856         * lib/nanosleep.h: Rename to....
44857         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
44858
44859         * lib/gettime.c: New file.
44860         * lib/settime.c: New file.
44861         * lib/stime.c: Remove.
44862
44863         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
44864         timespec.h.  Remove nanosleep.h.
44865
44866 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44867
44868         * m4/acl.m4: New file.
44869         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
44870         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
44871
44872 2002-02-25  Paul Eggert  <eggert@twinsun.com>
44873
44874         * lib/acl.c, lib/acl.h: New files.
44875         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
44876
44877 2002-02-24  Jim Meyering  <meyering@lucent.com>
44878
44879         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
44880         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
44881         cause trouble.  Reported by Nelson Beebe.
44882
44883 2002-02-23  Paul Eggert  <eggert@twinsun.com>
44884
44885         * lib/path-concat.c (xpath_concat): Reorder code to pacify
44886         compilers that don't know that xalloc_die never returns.
44887
44888 2002-02-20  Jim Meyering  <meyering@lucent.com>
44889
44890         * lib/getdate.c: Regenerate using bison-1.33.
44891
44892 2002-02-17  Jim Meyering  <meyering@lucent.com>
44893
44894         * config/config.guess (main): Don't use `head -1'; it's no longer
44895         portable. Use `sed 1q' instead.
44896
44897 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
44898
44899         * m4/codeset.m4: Upgrade to gettext-0.11.
44900         * m4/gettext.m4: Upgrade to gettext-0.11.
44901         * m4/glibc21.m4: Upgrade to gettext-0.11.
44902         * m4/iconv.m4: Upgrade to gettext-0.11.
44903         * m4/isc-posix.m4: Upgrade to gettext-0.11.
44904         * m4/lcmessage.m4: Upgrade to gettext-0.11.
44905         * m4/lib-ld.m4: New file, from gettext-0.11.
44906         * m4/lib-link.m4: New file, from gettext-0.11.
44907         * m4/lib-prefix.m4: New file, from gettext-0.11.
44908         * m4/progtest.m4: Upgrade to gettext-0.11.
44909
44910 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44911
44912         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
44913         (jm_PREREQ): Use it.
44914
44915 2002-02-15  Paul Eggert  <eggert@twinsun.com>
44916
44917         * lib/posixver.c, lib/posixver.h: New files.
44918         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44919
44920 2002-02-02  Paul Eggert  <eggert@twinsun.com>
44921             Bruno Haible  <bruno@clisp.org>
44922
44923         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
44924         (fwrite_success_callback): New declaration.
44925         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
44926         print_unicode_char. Call failure callback instead of error.
44927         (fwrite_success_callback): New function.
44928         (exit_failure_callback): New function.
44929         (fallback_failure_callback): New function.
44930         (print_unicode_char): Call unicode_to_mb.
44931
44932 2002-01-26  Jim Meyering  <meyering@lucent.com>
44933
44934         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
44935         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
44936
44937 2002-01-26  Jim Meyering  <meyering@lucent.com>
44938
44939         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
44940
44941 2002-01-22  Paul Eggert  <eggert@twinsun.com>
44942
44943         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
44944
44945 2002-01-22  Jim Meyering  <meyering@lucent.com>
44946
44947         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
44948         Otherwise, some versions of automake would omit the rule that makes
44949         Makefile from Makefile.in.
44950
44951 2002-01-21  Paul Eggert  <eggert@twinsun.com>
44952
44953         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
44954         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
44955         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
44956         (memcoll): Set errno to zero if there is no error.
44957
44958         * lib/quotearg.c (quotearg_buffer_restyled):
44959         Fix bug with quoting buffers containing NUL when backslashing escapes.
44960         This bug was exposed by the other changes in this patch.
44961         (quotearg_n_options): New arg ARGSIZE.
44962         All callers changed.
44963         (quoting_options_from_style): New function.
44964         (quotearg_n_style): Use it.
44965         (quotearg_n_style_mem): New function.
44966
44967         * lib/quotearg.h (quotearg_n_style_mem): New function.
44968
44969 2002-01-19  Jim Meyering  <meyering@lucent.com>
44970
44971         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
44972         Remove useless quotes: DF_PROG="df".
44973         * m4/strnlen.m4: New file.
44974
44975 2002-01-16  Paul Eggert  <eggert@twinsun.com>
44976
44977         * lib/backupfile.c (ISDIGIT): Comment fix.
44978         * lib/getdate.y (ISDIGIT): Likewise.
44979         * lib/posixtm.c (ISDIGIT, year): Likewise.
44980         * lib/strverscmp.c (ISDIGIT): Likewise.
44981         * lib/userspec.c (ISDIGIT): Likewise.
44982
44983 2002-01-16  Jim Meyering  <meyering@lucent.com>
44984
44985         * lib/getdate.y: Add three semicolons, each just before a closing
44986         brace. Bison (as of version 1.31) no longer papers over that mistake.
44987
44988 2002-01-05  Jim Meyering  <meyering@lucent.com>
44989
44990         * lib/version-etc.c (version_etc_copyright): Update copyright year.
44991
44992 2001-12-19  Paul Eggert  <eggert@twinsun.com>
44993
44994         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
44995         not silently exit merely because the output buffer happens to
44996         have nothing pending.
44997
44998 2001-12-18  Paul Eggert  <eggert@twinsun.com>
44999
45000         See the big note in ../ChangeLog.
45001         * lib/human.c (suffixes): Prefer K to k for 1024.
45002         (generate_suffix_backwards): New function.
45003         (human_readable_inexact): Use it.
45004         * lib/xstrtol.c (__xstrtol): If there is no number but there
45005         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
45006         Accept 'K' as well as 'k'.
45007
45008 2001-12-15  Jim Meyering  <meyering@lucent.com>
45009
45010         * lib/regex.h (__restrict_arr): Update from libc.
45011
45012         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
45013         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
45014         (STREQ): Define.
45015
45016 2001-12-14  Jim Meyering  <meyering@lucent.com>
45017
45018         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
45019         Suggestion from Bruno Haible.
45020
45021 2001-12-10  Jim Meyering  <meyering@lucent.com>
45022
45023         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
45024         xrealloc, Instead, include "xalloc.h".
45025         (initbuffer): Don't cast xmalloc return value to char*.
45026         (readline): Reword comment.
45027         Don't cast xrealloc return value to char*
45028         Return NULL, not 0.
45029
45030 2001-12-09  Jim Meyering  <meyering@lucent.com>
45031
45032         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
45033         about `signed and unsigned type in conditional expression'.
45034         * lib/posixtm.c (posix_time_parse): Likewise.
45035
45036         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
45037
45038         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
45039         to avoid a pedantic warning.
45040
45041         * lib/getstr.c: Don't include assert.h.
45042         (getstr): Remove warning-evoking assertions.
45043         Return -1 if offset parameter is out of bounds.
45044         Change the type of a local from int to size_t.
45045
45046         * lib/strftime.c (my_strftime_localtime_r): Include this function
45047         definition in the `#if ! HAVE_TM_GMTOFF' block.
45048
45049         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
45050         Include xalloc.h instead.
45051
45052 2001-12-02  Jim Meyering  <meyering@lucent.com>
45053
45054         * lib/tempname.c: Don't declare getenv, thus reverting the change of
45055         2001-11-18.  It's no longer necessary, now that stdlib.h is always
45056         included.
45057
45058         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
45059         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
45060
45061 2001-11-30  Akim Demaille  <akim@epita.fr>
45062
45063         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
45064         before being defined.
45065
45066 2001-11-27  Paul Eggert  <eggert@twinsun.com>
45067
45068         * lib/quotearg.h (quotearg_n, quotearg_n_style):
45069         First arg is int, not unsigned.
45070         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
45071         (SIZE_MAX, UINT_MAX): New macros.
45072         (quotearg_n_options): Abort if N is negative.
45073         Avoid overflow check on hosts where size_t is 64 bits and int
45074         is 32 bits, as overflow is impossible there.
45075         Fix off-by-one typo that caused unnecessary reallocation.
45076
45077 2001-11-27  Jim Meyering  <meyering@lucent.com>
45078
45079         * lib/tempname.c: Merge with version from libc.
45080         * lib/regex.c: Likewise.
45081
45082         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
45083         systems for which STDC_HEADERS is 0, it was not included, resulting in
45084         a warning about an integer-to-pointer conversion problem with getenv.
45085         Reported by Volker Borchert.
45086
45087 2001-11-26  Jim Meyering  <meyering@lucent.com>
45088
45089         * lib/gtod.h: Remove file.
45090         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
45091         * lib/gettimeofday.c: Don't include gtod.h.
45092         (GTOD_init): Remove function.
45093         (rpl_gettimeofday): Do its job here instead, rather than aborting.
45094         Suggestion from Volker Borchert.
45095
45096 2001-11-23  Jim Meyering  <meyering@lucent.com>
45097
45098         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
45099         it.
45100         * lib/hash.c (struct hash_table): Define it here instead.
45101
45102 2001-11-22  Jim Meyering  <meyering@lucent.com>
45103
45104         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
45105
45106 2001-11-20  Jim Meyering  <meyering@lucent.com>
45107
45108         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
45109         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
45110
45111 2001-11-19  Jim Meyering  <meyering@lucent.com>
45112
45113         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
45114         directory.  Use "conftestXXXXXX" as the template.
45115         Suggestion from Paul Eggert.
45116
45117         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
45118         immediately, so the test doesn't mistakenly hit the max-open-files
45119         limit.
45120
45121 2001-11-18  Paul Eggert  <eggert@twinsun.com>
45122
45123         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
45124         (TEMPORARIES): New macro.
45125         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
45126         removes an artificial limitation (e.g. HP-UX 10.20, where
45127         TMP_MAX is 17576).
45128
45129 2001-11-18  Jim Meyering  <meyering@lucent.com>
45130
45131         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
45132
45133 2001-11-18  Jim Meyering  <meyering@lucent.com>
45134
45135         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
45136         on SunOS 4.
45137
45138         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
45139         files will be created before anything else.
45140
45141 2001-11-17  Paul Eggert  <eggert@twinsun.com>
45142
45143         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
45144         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
45145
45146 2001-11-17  Jim Meyering  <meyering@lucent.com>
45147
45148         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
45149         Prompted by a report from Bob Proulx.
45150
45151         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
45152         Instead, require UTILS_FUNC_MKSTEMP.
45153
45154 2001-11-17  Jim Meyering  <meyering@lucent.com>
45155
45156         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
45157         Now, that's done as part of AC_FUNC_STRTOD.
45158
45159 2001-11-17  Jim Meyering  <meyering@lucent.com>
45160
45161         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
45162         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
45163         rather than group writable.  Patch by Juan F. Codagnone.
45164
45165         * lib/readtokens.c: Remove explicit declarations of xmalloc and
45166         xrealloc, Instead, include "xalloc.h".
45167
45168         * lib/mountlist.c: Include unlocked-io.h after all system headers.
45169         Remove explicit declarations of xmalloc, xrealloc,
45170         and xstrdup.  Instead, include "xalloc.h".
45171
45172         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
45173         unlocked-io.h.
45174         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
45175         Likewise.
45176         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
45177
45178         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
45179         Reported by Padraig Brady.
45180
45181         * lib/mkstemp.c: #undef mkstemp.
45182         Include config.h.
45183         (rpl_mkstemp): Rename from mkstemp.
45184         Protoize.
45185
45186 2001-11-16  Jim Meyering  <meyering@lucent.com>
45187
45188         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
45189         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
45190         determine the amount of total physical memory, use pstat_getstatic.
45191         HPUX-11 doesn't define _SC_PHYS_PAGES.
45192         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
45193         If sysconf couldn't be used to determine the amount of available
45194         physical memory, use both pstat_getstatic and pstat_getdynamic.
45195         Based on a patch from Bob Proulx.
45196
45197 2001-11-10  Jim Meyering  <meyering@lucent.com>
45198
45199         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
45200         (jm_PREREQ): Use it.
45201
45202 2001-11-09  Jim Meyering  <meyering@lucent.com>
45203
45204         * m4/jm-macros.m4: Require autoconf-2.52f.
45205         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
45206         Use these AC_-prefixed names, not the AM_-prefixed ones.
45207
45208         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
45209
45210 2001-11-05  Jim Meyering  <meyering@lucent.com>
45211
45212         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
45213
45214 2001-11-04  Jim Meyering  <meyering@lucent.com>
45215
45216         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
45217         $DEFS.
45218
45219 2001-11-03  Jim Meyering  <meyering@lucent.com>
45220
45221         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
45222         of AC_DEFUN.
45223
45224         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
45225         know the name of the variable in the macro definition.
45226
45227 2001-11-03  Jim Meyering  <meyering@lucent.com>
45228
45229         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
45230         in argmatch_to_argument call.
45231
45232         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
45233         argument.
45234
45235         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
45236         e.g., a fault due to an attempt to free a NULL pointer.
45237
45238 2001-11-01  Jim Meyering  <meyering@lucent.com>
45239
45240         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
45241         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
45242
45243 2001-11-01  Jim Meyering  <meyering@lucent.com>
45244
45245         * lib/dirfd.c, lib/dirfd.h: New files.
45246         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
45247
45248         * lib/hash.c (hash_print) [TESTING]: Clean up.
45249
45250 2001-10-22  Paul Eggert  <eggert@twinsun.com>
45251
45252         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
45253         to avoid a warning if -Wall.
45254
45255 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
45256
45257         * README: New file
45258         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
45259         (per RMS's instructions, this is now the canonical source)
45260         * lgpl/, gpl/: New directories.
45261
45262 2001-10-21  Paul Eggert  <eggert@twinsun.com>
45263
45264         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
45265
45266 2001-10-21  Jim Meyering  <meyering@lucent.com>
45267
45268         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
45269         this code would end up calling gettext even in packages built
45270         with --disable-nls.
45271         * lib/getopt.c (_): Likewise.
45272         * lib/regex.c (_): Likewise.
45273
45274 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45275
45276         * m4/error.m4 (jm_PREREQ_ERROR):
45277         Do not invoke AC_CHECK_FUNCS with strerror_r, as
45278         AC_FUNC_STRERROR_R does that.
45279         Check for strerror declaration.
45280
45281         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
45282         are supposed to have them these days.
45283         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
45284         Merge changes from latest Autoconf CVS.
45285         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
45286         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
45287         POSIX decided to standardize on the int flavor of strerror_r.
45288
45289 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45290
45291         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
45292         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
45293         Use strerror_r that is only a macro, even if it is not a function.
45294         (strerror): Check for HAVE_DECL_STRERROR before declaring.
45295         (private_strerror): Use prototypes, not old-style function definition.
45296         (print_errno_message): New function.
45297         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
45298         char*-flavored one.
45299         (error_tail, error, error_at_line): Use it.
45300
45301 2001-10-11  Jim Meyering  <meyering@lucent.com>
45302
45303         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
45304         and quote_n (1, ... to avoid clobbering a buffer.
45305
45306 2001-10-05  Jim Meyering  <meyering@lucent.com>
45307
45308         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
45309         hash-pjw.h.
45310         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
45311         * lib/hash-pjw.h: New file.
45312
45313 2001-09-30  Jim Meyering  <meyering@lucent.com>
45314
45315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
45316         `struct fsstat' has the `f_fstypename' member.
45317         Use that to define FS_TYPE, which is now used to make
45318         the getfsstat link test tighter.
45319
45320 2001-09-30  Jim Meyering  <meyering@lucent.com>
45321
45322         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
45323         Include <sys/ucred.h>, for Apple Darwin.
45324         Include sys/mount.h and sys/fs_types.h only if available.
45325         (FS_TYPE): Define.
45326         (read_filesystem_list): Use FS_TYPE.
45327
45328 2001-09-29  Paul Eggert  <eggert@twinsun.com>
45329
45330         * lib/exclude.c (excluded_filename): 0 -> false, since it's
45331         a boolean context.
45332
45333 2001-09-29  Jim Meyering  <meyering@lucent.com>
45334
45335         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45336         [one-argument getmntent function]): Include stdio.h before mntent.h.
45337         SunOS 4.1.x needs it for the declaration of `FILE'.
45338         Patch by Volker Borchert.
45339
45340         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45341         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
45342         sys/fs_types.h, and make the link-test for getfsstat guard #include
45343         directives with appropriate #if HAVE_*_H tests so that we can
45344         detect getfsstat on Apple Darwin1.3.7 systems.
45345         Reported by Nelson Beebe.
45346         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
45347
45348 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45349
45350         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45351         #defines strtoimax.  Also treat the other strto* functions
45352         like strtoimax.
45353
45354         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45355         Check for strtoul and strtoumax,
45356         as those declarations are made even in the signed case.
45357         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
45358         Likewise, for strtol and strtoimax.
45359
45360 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45361
45362         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45363         #defines strtoimax.  Also treat the other strto* functions
45364         like strtoimax.
45365
45366         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
45367         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
45368         (strtoimax, strtoumax): Do not declare if already defined as a macro.
45369
45370 2001-09-26  Jim Meyering  <meyering@lucent.com>
45371
45372         Most macros in unlocked-io.h had the wrong number of arguments.
45373         * lib/gen-uio: New script.
45374         (USE_UNLOCKED_IO): Define to 1 if not already defined.
45375         * lib/unlocked-io.hin: Remove file.
45376         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
45377         rather than trying to embed it here.
45378         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
45379         Reported by Padraig Brady.
45380
45381 2001-09-25  Volker Borchert  <bt@teknon.de>
45382
45383         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
45384         `result'.
45385
45386 2001-09-24  Jim Meyering  <meyering@lucent.com>
45387
45388         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
45389
45390 2001-09-23  Jim Meyering  <meyering@lucent.com>
45391
45392         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
45393         instead of the mere test for existence of mntent.h.  The latter
45394         would get a false-positive on AIX 3.4 systems.
45395         In the outer getmntent if-block, don't die if neither of the getmntent
45396         tests succeeds.  Instead, just fall through and continue with the
45397         remaining tests.
45398
45399 2001-09-23  Jim Meyering  <meyering@lucent.com>
45400
45401         * lib/mountlist.c: Remove useless parentheses in #if directives.
45402         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
45403         the deprecated MOUNTED symbol is no longer defined in mntent.h.
45404
45405 2001-09-22  Jim Meyering  <meyering@lucent.com>
45406
45407         * m4/gettext.m4: New file.  From gettext.
45408         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
45409         * m4/progtest.m4: Likewise
45410         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
45411         * m4/glibc21.m4: Likewise.
45412
45413         * m4/libintl.m4: Remove.  No longer used.
45414
45415 2001-09-22  Jim Meyering  <meyering@lucent.com>
45416
45417         * lib/localcharset.c: Update from latest gettext.
45418         * lib/config.charset: Likewise.
45419
45420 2001-09-20  Jim Meyering  <meyering@lucent.com>
45421
45422         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
45423         strtoimax.
45424         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
45425         strtoumax.
45426
45427 2001-09-20  Jim Meyering  <meyering@lucent.com>
45428
45429         * lib/xstrtol.c (strtoimax): Guard declaration with
45430         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
45431         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
45432         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
45433         (strtoumax): Likewise, for completeness (it wasn't necessary).
45434
45435 2001-09-17  Paul Eggert  <eggert@twinsun.com>
45436
45437         * lib/strtoimax.c (HAVE_LONG_LONG):
45438         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
45439         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
45440         to work around bug in IBM C compiler.
45441
45442 2001-09-17  Jim Meyering  <meyering@lucent.com>
45443
45444         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
45445         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
45446         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
45447         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
45448         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
45449         whenever the right hand side need not be expanded by the shell.
45450
45451 2001-09-16  Paul Eggert  <eggert@twinsun.com>
45452
45453         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
45454         library.  It's not correct, as some older glibcs are buggy.
45455         fnmatch wasn't fixed until glibc 2.2.
45456
45457         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
45458         special shell magic here.
45459
45460 2001-09-16  Jim Meyering  <meyering@lucent.com>
45461
45462         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
45463         * m4/jm-macros.m4: Require it.
45464
45465 2001-09-16  Jim Meyering  <meyering@lucent.com>
45466
45467         * lib/mkdir.c: New file.
45468
45469 2001-09-15  Jim Meyering  <meyering@lucent.com>
45470
45471         * m4/jm-macros.m4: Check for help2man.
45472
45473 2001-09-11  Jim Meyering  <meyering@lucent.com>
45474
45475         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
45476         The body, by Paul Eggert, was moved here from configure.in.
45477         * m4/jm-macros.m4: Require UTILS_HOST_OS.
45478
45479 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45480
45481         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
45482         (jm_PREREQ): Use it.
45483
45484 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45485
45486         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
45487         Use ssize_t, not int, to store result of readlink.
45488         Check for ssize_t overflow as well as size_t overflow,
45489         as POSIX says the result of readlink is implementation-defined
45490         when ssize_t overflows.
45491         Remove unnecessary cast to char*.
45492         Use free+malloc instead of realloc, as the storage doesn't need
45493         to be preserved and it's clearer and can be more efficient that way.
45494         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
45495         * lib/xreadlink.h (xreadlink): Update prototype.
45496
45497 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45498
45499         * lib/xgetcwd.c: Revert some of the previous change; intead,
45500         fix the HAVE_GETCWD_NULL code to behave more like the
45501         !HAVE_GETCWD_NULL code used to.
45502
45503         Include "xalloc.h".
45504         (xgetcwd): Do not return NULL when memory is exhausted; instead,
45505         invoke xalloc_die.
45506
45507 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45508
45509         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
45510         sys/param.h, as pathmax.h includes them.
45511
45512 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45513
45514         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
45515         (jm_PREREQ_XGETCWD): New macro.
45516
45517         * m4/getcwd.m4: New file.
45518
45519 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45520
45521         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
45522         like the HAVE_GETCWD_NULL code.
45523         Include pathmax.h if not HAVE_GETCWD.
45524         Do not include xalloc.h.
45525         (INITIAL_BUFFER_SIZE): New symbol.
45526         Do not use xmalloc / xrealloc, since the caller is responsible for
45527         handling errors.  Preserve errno around `free' during failure.
45528         Do not overrun buffer when using getwd.
45529
45530 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45531
45532         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
45533         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
45534         getcwd (NULL, 0).
45535
45536 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45537
45538         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
45539         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
45540         spotted by Jim Meyering.
45541
45542 2001-09-03  Jim Meyering  <meyering@lucent.com>
45543
45544         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
45545         failure.
45546
45547 2001-09-02  Jim Meyering  <meyering@lucent.com>
45548
45549         * lib/error.c: Update from GNU libc.
45550
45551 2001-09-01  Jim Meyering  <meyering@lucent.com>
45552
45553         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
45554         Used by df.
45555
45556 2001-09-01  Jim Meyering  <meyering@lucent.com>
45557
45558         * lib/xreadlink.c: New file.
45559         * lib/xreadlink.h: New file.
45560         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
45561         xreadlink.h.
45562
45563         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
45564         doesn't conflict with sparc Solaris 7's definition in
45565         /usr/include/sys/int_types.h.
45566
45567         * lib/exclude.c: Use `""', not `<>' to #include non-system header
45568         files.
45569         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
45570         and strncasecmp as r-values.  Unixware didn't have declarations.
45571
45572 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45573
45574         * lib/xstrtol.h: Add copyright notice.
45575         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
45576         LONGINT_INVALID_SUFFIX_CHAR.
45577
45578 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45579
45580         * lib/xstrtol.c (strtoimax): New decl.
45581
45582 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45583
45584         * lib/xgetcwd.c: Don't include pathmax.h.
45585         Include stdlib.h and unistd.h if available.
45586         Include xalloc.h.
45587         (xmalloc, xstrdup, free): Remove decls.
45588         (xgetcwd): Don't assume sizes fit in unsigned.
45589         Check for overflow when computing sizes.
45590         Simplify reallocation code.
45591
45592 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45593
45594         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
45595         a directory's st_size can have an arbitrary value, so the old
45596         usage could waste an arbitrary amount of memory.  All uses
45597         changed.
45598         * lib/savedir.h: Update prototype.
45599
45600 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45601
45602         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
45603
45604         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
45605         old strtoimax.c.
45606
45607         Also, make the following further changes to make this file's
45608         configuration more similar to that of strtol.c:
45609         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
45610         (strtoumax, uintmax_t, strtoull, strtol): Remove.
45611         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
45612         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
45613         changed to signed values.
45614
45615         And make the following changes as well:
45616         Fix copyright notice, as 1999 was missing.
45617         (verify): New macro.
45618         (strtoimax): Check sizes at compile-time, not run-time.
45619         Prefer strtol to strtoll if both work.
45620         (main): Remove; it was not that useful and was a pain to maintain.
45621
45622         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
45623
45624 2001-08-31  Jim Meyering  <meyering@lucent.com>
45625
45626         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
45627         Use an initial, malloc'd, buffer of length 128 rather than
45628         a statically allocated one of length 1024.
45629
45630 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45631
45632         Simplify code, partly by assuming autoconf 2.52 semantics.
45633
45634         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
45635
45636         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
45637         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
45638         All uses removed.
45639         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
45640         Move AC_REQUIRE to next-to-top level, to avoid confusion.
45641         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
45642         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
45643         jm_AC_HEADER_INTTYPES_H.
45644         * m4/jm-macros.m4 (jm_MACROS): Likewise.
45645
45646         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
45647
45648         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45649         Quote first arg of AC_DEFUN.
45650         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
45651         since they are needed to parse the include file even if we need
45652         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
45653         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
45654         but with opposite signedness.
45655
45656 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45657
45658         Merge 'exclude' changes from tar 1.13.22.
45659         This fixes one or two unlikely storage allocation overflow bugs,
45660         but doesn't change user-visible behavior otherwise.
45661
45662 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45663
45664         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
45665         (jm_PREREQ_EXCLUDE): New macro.
45666
45667 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45668
45669         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
45670         tm to be declared.
45671
45672 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45673
45674         * lib/hash.c: Remove '2001' from copyright notice.
45675
45676 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45677
45678         * lib/full-write.h: New file.
45679         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
45680         * lib/full-write.c: Correct credits, as cccp.c no longer
45681         exists and anyway it was so heavily changed from the old cccp
45682         code as to be unrecognizable.  Include full-write.h.
45683         (full_write) Return size_t, with short writes meaning failure.
45684         All callers changed.  This fixes a bug with large buffers
45685         on 64-bit hosts.
45686         * lib/utime.c: Include full-write.h.
45687
45688 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45689
45690         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
45691         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
45692         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
45693         Include if available.
45694         (<xalloc.h>): Include
45695         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
45696         (verify): New macro.  Use it to verify that EXCLUDE macros do not
45697         collide with FNM macros.
45698         (struct patopts): New struct.
45699         (struct exclude): Use it, as exclude patterns now come with options.
45700         (new_exclude): Support above changes.
45701         (new_exclude, add_exclude_file):
45702         Initial size must now be a power of two to simplify overflow checking.
45703         (free_exclude, fnmatch_no_wildcards): New function.
45704         (excluded_filename): No longer requires options arg, as the options
45705         are determined by add_exclude.  Now returns bool, not int.
45706         (excluded_filename, add_exclude):
45707         Add support for the fancy new exclusion options.
45708         (add_exclude, add_exclude_file): Now takes int options arg.
45709         Check for arithmetic overflow when computing sizes.
45710         (add_exclude_file): xrealloc might modify errno, so don't
45711         realloc until after errno might be used.
45712
45713         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
45714         New macros.
45715         (free_exclude): New decl.
45716         (add_exclude, add_exclude_file): Now takes int options arg.
45717         (excluded_filename): No longer requires options arg, as the options
45718         are determined by add_exclude.  Now returns bool, not int.
45719
45720 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45721
45722         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
45723
45724 2001-08-27  Jim Meyering  <meyering@lucent.com>
45725
45726         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
45727
45728         * lib/version-etc.c (N_): Remove definition.
45729         Revert most of last change.
45730         Instead, simply don't mark the `Copyright...' string for translation.
45731         Based on advice from Paul Eggert.
45732
45733         * lib/strtoxmax.c: Tweak comment.
45734
45735 2001-08-26  Jim Meyering  <meyering@lucent.com>
45736
45737         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
45738
45739         * m4/xstrtoimax.m4: New file.
45740         * m4/xstrtoumax.m4: Add comments explaining why we
45741         AC_REPLACE_FUNCS(strtol).
45742
45743 2001-08-26  Jim Meyering  <meyering@lucent.com>
45744
45745         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
45746         of copyright with `%s' so translators don't get an untranslated
45747         message in 2002.
45748         (COPYRIGHT_YEAR): Define.
45749         (version_etc): Use fprintf rather than fputs.
45750         Suggestion from Ulrich Drepper.
45751
45752         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
45753
45754         * lib/strtoll.c: New file, from GNU libc.
45755         * lib/xstrtoimax.c: New file.
45756
45757         * lib/xstrtol.h: Add xstrtoimax.
45758         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
45759         * lib/strtoimax.c: New file.  Likewise, but first define
45760         STRTOUXMAX_SIGNED.
45761
45762         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
45763         ...
45764         * lib/strtoxmax.c: ... then renamed to this.
45765
45766 2001-08-18  Paul Eggert  <eggert@twinsun.com>
45767
45768         * m4/inttypes.m4: Add AC_PREREQ(2.13).
45769         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
45770         (jm_AC_TYPE_INTMAX_T): New macro.
45771         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
45772
45773         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
45774
45775         * m4/longlong.m4: Renamed from ulonglong.m4.
45776         * m4/inttypes.m4: Renamed from inttypes_h.m4.
45777         * m4/uintmax_t.m4: Removed.
45778
45779 2001-08-13  Paul Eggert  <eggert@twinsun.com>
45780
45781         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
45782         Port to Solaris 8, where 'sed' requires a space after the 'r'
45783         command, and where sh dislikes "$/".  Clean up the spacing a bit.
45784         Redirect output to $tmp just once.
45785
45786 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
45787
45788         * lib/addext.c (<errno.h>): Include.
45789         (errno): Declare if not defined.
45790         (addext): Work correctly when pathconf returns -1 and leaves
45791         errno alone because there is no limit.  Also, work even if
45792         pathconf returns a value greater than SIZE_MAX.
45793
45794 2001-08-12  Jim Meyering  <meyering@lucent.com>
45795
45796         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
45797         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
45798         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
45799         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
45800         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
45801         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
45802         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
45803         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
45804         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
45805         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
45806         utime.m4, utimes.m4, xstrtoumax.m4:
45807         Quote the first argument in each use of AC_DEFUN.
45808
45809 2001-08-12  Jim Meyering  <meyering@lucent.com>
45810
45811         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
45812         Simply `return getcwd (NULL, 0);'.
45813         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
45814         Use 1300 as initial value for length, not PATH_MAX.
45815
45816         * lib/pathmax.h: Clean up cpp syntax.
45817
45818 2001-08-12  Jim Meyering  <meyering@lucent.com>
45819
45820         * lib/gettimeofday.c: New file.
45821         * lib/gtod.h: New file.
45822         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
45823
45824 2001-08-05  Jim Meyering  <meyering@lucent.com>
45825
45826         * m4/jm-macros.m4: Require autoconf-2.52.
45827
45828 2001-08-04  Jim Meyering  <meyering@lucent.com>
45829
45830         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
45831         stmt, to get in sync with glibc.
45832
45833 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45834
45835         The following changes are from gettext 0.10.39 as maintained by
45836         Bruno Haible.
45837
45838         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
45839         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
45840         with inverted sense.  All uses changed.
45841
45842         * lib/mbswidth.c: Don't include <limits.h>.
45843         Include <stdlib.h> and <string.h> unconditionally.
45844         (iswcntrl, mbsinit, ISCNTRL): New macros.
45845         (mbsnwidth): Use K&R style function declarations.
45846         Don't bother checking for MB_LEN_MAX == 1, since the compiler
45847         can optimize it when MB_CUR_MAX == 1.
45848         The width of control characters is zero, not 1.
45849
45850 2001-08-03  Paul Eggert  <eggert@twinsun.com>
45851
45852         The following changes are from gettext 0.10.39 as maintained by
45853         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
45854
45855         * m4/codeset.m4: Upgrade to serial AM1.
45856         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
45857         all uses changed.  Quote first arg of AC_DEFUN.
45858         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
45859
45860         * m4/iconv.m4: Upgrade to serial AM2.
45861         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
45862         Add --with-libconv-prefix.
45863         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
45864         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
45865         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
45866         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
45867         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
45868
45869         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
45870         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
45871         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
45872         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
45873         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
45874         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
45875         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
45876         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
45877         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
45878
45879         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
45880         string.h any more.
45881
45882         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
45883         not the default value.
45884
45885         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
45886         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
45887         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
45888         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
45889         Also check for iswcntrl, used for wcwidth fallback.
45890         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
45891         to Autoconf 2.13.
45892
45893 2001-08-03  Jim Meyering  <meyering@lucent.com>
45894
45895         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
45896         as it was in the original.  Reported by Paul Eggert.
45897
45898 2001-07-16  Jim Meyering  <meyering@lucent.com>
45899
45900         * m4/gettimeofday.m4: New file.
45901         Prompted by a report from Bernhard Baehr.
45902
45903 2001-07-15  Jim Meyering  <meyering@lucent.com>
45904
45905         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
45906         stuff. Now it's in ../Makefile.cfg.
45907
45908 2001-07-15  Jim Meyering  <meyering@lucent.com>
45909
45910         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
45911         (BUILT_SOURCES): Add unlocked-io.h.
45912         (io_functions): Define.
45913         (unlocked-io.h): New rule.
45914         (DISTCLEANFILES): Add unlocked-io.h.
45915         (all-local): Depend on unlocked-io.h, to ensure it is created.
45916
45917         * lib/unlocked-io.hin: New file
45918
45919         * lib/regex.c: Update from glibc.
45920
45921 2001-07-05  Jim Meyering  <meyering@lucent.com>
45922
45923         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
45924         recommendation.
45925         (libfetish_a_SOURCES): Put all .h files here instead.
45926         Remove a thus-exposed (better checks in automake) duplicate and
45927         two unnecessary .h files.
45928
45929 2001-07-04  Jim Meyering  <meyering@lucent.com>
45930
45931         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
45932         that generates jm-glibc-io.m4 so that it doesn't trigger any make
45933         distcheck failure.
45934
45935 2001-07-02  Jim Meyering  <meyering@lucent.com>
45936
45937         The following changes were prompted by suggestions from Bruno Haible.
45938
45939         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
45940         is now generated.
45941         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
45942         definition of EXTRA_DIST.
45943         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
45944         ensure that the generated file is created/updated whenever the list
45945         of $(unlocked_functions) is changed.
45946         (jm-glibc-io.m4): New rule.
45947         (unlocked-io.h): New rule -- currently unused.
45948
45949 2001-06-24  Jim Meyering  <meyering@lucent.com>
45950
45951         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
45952         unmatched right bracket, rather than kludging it with an extra,
45953         falsely-matching quote in a comment.  Patch by Akim Demaille.
45954
45955 2001-06-11  Jim Meyering  <meyering@lucent.com>
45956
45957         * lib/regex.c: Update from GNU libc.
45958
45959 2001-05-27  Jim Meyering  <meyering@lucent.com>
45960
45961         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
45962         Check for ut_type in struct utmp.
45963
45964 2001-05-27  Jim Meyering  <meyering@lucent.com>
45965
45966         * lib/readutmp.h (UT_TYPE): Define.
45967
45968 2001-05-24  Jim Meyering  <meyering@lucent.com>
45969
45970         * lib/argmatch.c: Include "quote.h".
45971         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
45972         quote function.  Reported by Göran Uddeborg.
45973
45974 2001-05-22  Jim Meyering  <meyering@lucent.com>
45975
45976         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
45977         now that we use the package-supplied version unconditionally.
45978         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
45979
45980 2001-05-21  Jim Meyering  <meyering@lucent.com>
45981
45982         * m4/regex.m4: Change a couple backticks to single quotes to avoid
45983         shell syntax errors.
45984
45985 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
45986
45987         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
45988
45989 2001-05-20  Paul Eggert  <eggert@twinsun.com>
45990
45991         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
45992         Don't bother to check library strftime, since
45993         we'll be using our own my_strftime function anyway.
45994         Define my_strftime instead of strftime.
45995
45996 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
45997
45998         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
45999         which is not yet declared.
46000
46001 2001-05-15  Jim Meyering  <meyering@lucent.com>
46002
46003         * m4/regex.m4: Use proper quoting so brackets appear in the test
46004         program.
46005         Reported by, and with help from, Bruno Haible.
46006
46007 2001-05-13  Jim Meyering  <meyering@lucent.com>
46008
46009         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
46010         undefined.
46011
46012 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46013
46014         dirname code cleanup.  base_name now behaves more compatibly
46015         with POSIX basename when given file names that have trailing
46016         slashes, and similarly for dir_name.  Add new primitives
46017         base_len and dir_len.  Put the directory-name-related decls
46018         into dirname.h.
46019
46020         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
46021         * lib/backupfile.c (base_name): Likewise.
46022         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
46023         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
46024         * lib/makepath.c (strip_trailing_slashes): Likewise.
46025         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
46026         ISSLASH): Likewise.
46027         * lib/rename.c (strip_trailing_slashes): Likewise.
46028         * lib/same.c (base_name): Likewise.
46029         * lib/stripslash.c (ISSLASH): Likewise.
46030
46031         * lib/addext.c: Include <dirname.h> after size_t is defined.
46032         * lib/backupfile.c: Likewise.
46033
46034         * lib/addext.c (addext): Use base_len to trim redundant
46035         trailing slashes instead of doing it ourselves.
46036         But do not trim the last slash if it is not redundant.
46037
46038         * lib/backupfile.c (find_backup_file_name,
46039         max_backup_version): Use base_len instead of rolling it ourselves.
46040         Handle the case of "" and (on DOS) "C:" correctly.
46041
46042         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
46043         needed. Include <string.h>, <dirname.h>.
46044         (base_name): Allow file names ending in slashes, other than names
46045         that are all slashes.  In this case, return the basename followed
46046         by the slashes.  This is more general, and can be used in places
46047         where the original base_name purposely had an assertion failure.
46048         (base_len): New function.
46049
46050         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
46051         Do not include <assert.h>; no longer needed.
46052         Include xalloc.h.
46053         (memrchr): Remove decl.
46054         (dir_name_r): Remove.
46055         (dir_len): Renamed from dirlen.  All callers changed.
46056         Rewrite in terms of base_name, for simplicity and consistency.
46057         (dir_name): Never return NULL.  All callers changed.
46058         Do not include <stdlib.h> in test program; no longer needed.
46059         return 0; is fine for test program.
46060
46061         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
46062         New macros.
46063         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
46064
46065         * lib/path-concat.c (path_concat): Use base_len to compute
46066         base length, not strlen; this means we cannot rely on memcpy
46067         to null-terminate.
46068
46069         * lib/same.c (STREQ): Remove.
46070         (same_name): Handle the case where the basename ends in trailing '/'.
46071
46072         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
46073         a slash was stripped.  Do not strip the last slash after a
46074         file system prefix.
46075
46076 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46077
46078         * lib/Makefile.am (libfetish_a_SOURCES):
46079         Add strftime.c, since we now compile it on all hosts.
46080
46081         * lib/strftime.c (my_strftime):
46082         Define to nstrftime if emacs, but only if my_strftime is not defined.
46083         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
46084         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
46085         Add one more extra argument: a nanoseconds value.
46086         All uses changed.
46087         (ns): New macro.
46088         (my_strftime function): Add %N format.
46089         (emacs_strftimeu): Renamed from emacs_strftime,
46090         with extra ut argument.
46091
46092 2001-05-09  Paul Eggert  <eggert@twinsun.com>
46093
46094         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
46095
46096 2001-04-21  Jim Meyering  <meyering@lucent.com>
46097
46098         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
46099         doesn't interfere.
46100
46101 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46102
46103         * m4/ftruncate.m4: Check for chsize.
46104         Link with ftruncate.o unconditionally if ftruncate is missing.
46105         This was required when cross-compiling to i586-mingw32msvc.
46106
46107 2001-04-08  Jim Meyering  <meyering@lucent.com>
46108
46109         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
46110         recomputed; that's necessary when the offset spans a DST transition.
46111         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
46112
46113 2001-04-02  Jim Meyering  <meyering@lucent.com>
46114
46115         * lib/regex.h, regex.c: Update from GNU libc.
46116
46117 2001-03-24  Jim Meyering  <meyering@lucent.com>
46118
46119         * m4/jm-macros.m4: Require autoconf-2.49d.
46120
46121 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
46122
46123         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
46124
46125 2001-03-19  Paul Eggert  <eggert@twinsun.com>
46126
46127         * lib/version-etc.c (version_etc_copyright): Update to 2001.
46128
46129 2001-03-17  Jim Meyering  <meyering@lucent.com>
46130
46131         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
46132         now that the version in autoconf is equivalent.
46133         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
46134
46135         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
46136         Suggestion from Akim Demaille.
46137
46138         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
46139         (jm_PREREQ_TEMPNAME): New function.
46140
46141 2001-03-16  Paul Eggert  <eggert@twinsun.com>
46142
46143         * lib/tempname.c (uint64_t): Define to uintmax_t if
46144         not defined, and if UINT64_MAX is not defined.
46145         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
46146         Reported by John David Anglin.
46147
46148 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
46149
46150         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
46151         resolve alias if codeset is empty.
46152         * lib/config.charset (BeOS): Use wildcard syntax.
46153
46154 2001-03-13  Jim Meyering  <meyering@lucent.com>
46155
46156         * lib/path-concat.c (path_concat)
46157         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
46158         concatenating e.g., `C:' and `foo'.
46159         From Bruno Haible.
46160
46161 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46162
46163         * lib/localcharset.c (locale_charset): Don't use
46164         setlocale(LC_CTYPE,NULL). Don't return NULL.
46165         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
46166
46167 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46168
46169         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
46170         support for DOS/DJGPP.
46171
46172 2001-03-01  Paul Eggert  <eggert@twinsun.com>
46173
46174         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
46175         lacks mkstemp.  Compile our own tempname.c if we compile our own
46176         mkstemp.c, as mkstemp relies on tempname.
46177
46178 2001-03-01  Jim Meyering  <meyering@lucent.com>
46179
46180         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
46181         AH_VERBATIM really does output its argument verbatim.
46182
46183 2001-02-28  Paul Eggert  <eggert@twinsun.com>
46184
46185         * lib/Makefile.am (libfetish_a_SOURCES):
46186         Add dup-safer.c, fopen-safer.c.
46187         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
46188
46189         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
46190         * lib/unistd-safer.h: New files.
46191
46192 2001-02-25  Paul Eggert  <eggert@twinsun.com>
46193
46194         The mkstemp replacement is taken from glibc 2.2.2, with some
46195         portability fixes for use outside glibc, as follows:
46196
46197         * lib/tempname.c (struct_stat64): New macro.
46198         (direxists, __gen_tempname): Use it.
46199         This avoids a portability problem with Solaris 8.
46200
46201         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
46202         (<stddef.h>, <stdint.h>, <string.h>):
46203         Include only if STDC_HEADERS || _LIBC.
46204         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
46205         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
46206         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
46207         (__set_errno): Define this macro if <errno.h> doesn't.
46208         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
46209         Define these macros if <stdio.h> doesn't.
46210         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
46211         Define these macros if <sys/stat.h>
46212         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
46213         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
46214         __xstat64): Define if not _LIBC.
46215         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
46216         (__gen_tempname): Invoke gettimeofday only if
46217         HAVE_GETTIMEOFDAY || _LIBC;
46218         otherwise, fall back on plain "time".
46219         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
46220
46221         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
46222
46223         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
46224
46225 2001-02-18  Paul Eggert  <eggert@twinsun.com>
46226
46227         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
46228
46229 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46230
46231         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
46232         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
46233         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
46234         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46235
46236 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46237
46238         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
46239         Remove workaround macros for hosts that have mbrtowc but not
46240         mbstate_t, as we now insist on proper declarations for both
46241         before using mbrtowc.
46242
46243 2001-02-17  Jim Meyering  <meyering@lucent.com>
46244
46245         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
46246         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
46247         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
46248         UnixWare 7.1.1.
46249
46250         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
46251         rather than AC_CACHE_VAL.
46252
46253 2001-02-17  Jim Meyering  <meyering@lucent.com>
46254
46255         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
46256         around included file name.
46257
46258         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
46259
46260         * lib/strftime.c: Update from GNU libc (the only changes were to
46261         comments).
46262
46263 2001-02-17  Jim Meyering  <meyering@lucent.com>
46264
46265         * lib/regex.c: Update from libc.
46266
46267 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
46268
46269         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
46270         clash.
46271
46272 2001-02-16  Paul Eggert  <eggert@twinsun.com>
46273
46274         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
46275         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
46276         Reported by Mark Hounschell via Paul Eggert.
46277
46278 2001-02-07  Jim Meyering  <meyering@lucent.com>
46279
46280         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
46281
46282 2001-02-05  Jim Meyering  <meyering@lucent.com>
46283
46284         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
46285         it includes the patch required for `large file' support with at least
46286         HP-UX's 10.20 /bin/cc.
46287
46288 2001-02-03  Jim Meyering  <meyering@lucent.com>
46289
46290         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
46291         AS_IF, now that it works once again (mysteriously).
46292         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46293
46294 2001-01-30  Jim Meyering  <meyering@lucent.com>
46295
46296         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
46297         * m4/chown.m4: Rename conftestchown to conftest.chown.
46298         * m4/rename.m4: s/conftestdir/conftest.d1/ and
46299         s/conftestdir2/conftest.d2/.
46300         * m4/utimes.m4: s/conftestdata/conftest.data/
46301         Inspired by Pavel Roskin's change in autoconf.
46302
46303 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
46304
46305         * lib/config.charset: Update for FreeBSD 4.2.
46306
46307 2001-01-27  Jim Meyering  <meyering@lucent.com>
46308
46309         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
46310         a use of AS_IF.
46311         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46312
46313 2001-01-26  Jim Meyering  <meyering@lucent.com>
46314
46315         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
46316         quotearg.c includes it.
46317
46318 2001-01-26  Jim Meyering  <meyering@lucent.com>
46319
46320         * lib/quotearg.c: Include stddef.h.
46321         * lib/quote.c: Include stddef.h.
46322         Reported by Axel Kittenberger.
46323
46324         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
46325         line in double quotes so that it evokes a better diagnostic.
46326         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
46327         Reported by Axel Kittenberger.
46328
46329 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
46330
46331         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
46332         as if it was a `charset'.
46333
46334 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46335
46336         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
46337         has const.
46338
46339 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46340
46341         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
46342         to avoid a warning.  Add back 'const' to inptr.
46343
46344 2001-01-20  Jim Meyering  <meyering@lucent.com>
46345
46346         Be sure that headers are checked before used in code compiled
46347         for the type checks.
46348         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
46349         In place of that, invoke jm_CHECK_ALL_TYPES.
46350         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
46351         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
46352         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
46353         The check for ssize_t was mistakenly run before the test for unistd.h.
46354
46355         The configure-time check for stdbool.h was missing.
46356         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
46357         (jm_PREREQ_HASH): New function.
46358
46359 2001-01-17  Jim Meyering  <meyering@lucent.com>
46360
46361         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
46362         for autoconf-2.49c.
46363         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
46364
46365 2001-01-16  Jim Meyering  <meyering@lucent.com>
46366
46367         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
46368         From Bruno Haible.
46369
46370 2001-01-14  Jim Meyering  <meyering@lucent.com>
46371
46372         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
46373         foo and bar.  Create conftestdir/ in the script, not in the C code.
46374         Remove directories in the script, not in the C code.
46375         Remove conftestdir{,2} before trying to create the directory.
46376         Make the entire configure script fail if the mkdir fails.
46377
46378 2001-01-14  Jim Meyering  <meyering@lucent.com>
46379
46380         * lib/rename.c: New file.  From Volker Borchert.
46381         Include stdlib.h, string.h or strings.h, and xalloc.h.
46382         Use strip_trailing_slashes rather than open-coding it.
46383
46384 2001-01-03  Paul Eggert  <eggert@twinsun.com>
46385
46386         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
46387
46388 2001-01-03  Jim Meyering  <meyering@lucent.com>
46389
46390         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
46391         of local `inptr' to avoid warning with some system declarations of
46392         iconv.
46393
46394 2001-01-02  Volker Borchert  <bt@teknon.de>
46395
46396         * m4/rename.m4: New file.
46397         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
46398
46399 2001-01-01  Jim Meyering  <meyering@lucent.com>
46400
46401         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
46402         even on systems with utmpx.h.  It's necessary for the declaration of
46403         utmp's ut_user member.  Reported by Andreas Jaeger.
46404
46405         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
46406         available. They are required for the declarations of getgrgid and
46407         getpwuid resp.
46408         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
46409         Reported by Andreas Jaeger.
46410
46411 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
46412
46413         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
46414         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
46415         so `make install' also works in VPATH builds.
46416
46417 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
46418
46419         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
46420         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
46421         can be used in subdirectories.
46422
46423 2000-12-29  Paul Eggert  <eggert@twinsun.com>
46424
46425         * lib/modechange.c: Do not assume that mode_t uses the
46426         traditional octal encoding.  E.g. "chmod 1 FOO" should set
46427         the other-execute bit of FOO even if S_IXOTH != 1.
46428
46429         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
46430         WOTH, XOTH, ALLM): New macros.
46431         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
46432          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
46433         Use them.
46434         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
46435         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
46436         (mode_compile):
46437         No need to use uintmax_t; unsigned long is long enough.
46438         Don't bother to get suffix since we don't use it.
46439
46440 2000-12-26  Jim Meyering  <meyering@lucent.com>
46441
46442         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
46443         better with autoheader.
46444
46445 2000-12-24  Jim Meyering  <meyering@lucent.com>
46446
46447         * lib/hash.c (is_prime): Return explicit boolean values.
46448         (hash_get_first): Return NULL to appease Irix5.6's 89.
46449         Reported by Nelson Beebe.
46450
46451 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
46452
46453         * lib/localcharset.c (locale_charset): Add support for Win32.
46454
46455 2000-12-18  Paul Eggert  <eggert@twinsun.com>
46456
46457         * lib/physmem.h, lib/physmem.c: New files.
46458
46459         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
46460         (noinst_HEADERS): Add physmem.h.
46461
46462         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
46463         't' for compatibility with Solaris 8 sort.
46464
46465 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
46466
46467         * lib/config.charset: Add support for BeOS.
46468
46469 2000-12-17  Jim Meyering  <meyering@lucent.com>
46470
46471         * m4/dos.m4 (jm_AC_DOS): New file and macro.
46472         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
46473
46474 2000-12-16  Jim Meyering  <meyering@lucent.com>
46475
46476         This bug had a serious impact on chown: `chown N:M FILE' (for integer
46477         N and M) would have treated it like `chown N:N FILE'.
46478
46479         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
46480
46481 2000-12-16  Jim Meyering  <meyering@lucent.com>
46482
46483         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
46484         SHELLS_FILE to a file name that's useful on djgpp systems.
46485         Include stdlib.h.
46486         (ADDITIONAL_DEFAULT_SHELLS): Define.
46487         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
46488         Based mostly on a patch from Prashant TR.
46489
46490 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
46491
46492         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
46493         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
46494         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
46495
46496 2000-12-08  Andreas Schwab  <schwab@suse.de>
46497
46498         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
46499         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
46500
46501 2000-12-07  Jim Meyering  <meyering@lucent.com>
46502
46503         * lib/stripslash.c (ISSLASH): Define.
46504         (strip_trailing_slashes): Use ISSLASH rather than comparing against
46505         `/'.
46506         From Prashant TR.
46507
46508         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
46509         (dir_name_r): Declare this function as static.
46510         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
46511         manifest itself on a name containing a mix of slashes and
46512         backslashes.
46513         Make this function work with names starting with a DOS-style
46514         drive letter and colon prefix.
46515         (dir_name): Append `.' if necessary.
46516         Based mostly on patches from Prashant TR and Eli Zaretskii.
46517
46518         * lib/dirname.h (dir_name_r): Remove prototype.
46519
46520 2000-12-06  Paul Eggert  <eggert@twinsun.com>
46521
46522         * m4/off_t-format.m4: Remove this file.
46523         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
46524
46525 2000-12-06  Jim Meyering  <meyering@lucent.com>
46526
46527         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
46528         replacement strtoull, we may well need the replacement strtoul, too.
46529         Check for declarations of strtoul and strtoull.
46530         Check for strtol.  Mainly as a cue to cause automake to include
46531         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
46532         Check for limits.h -- strtol.c needs it.
46533
46534 2000-12-05  Jim Meyering  <meyering@lucent.com>
46535
46536         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
46537
46538 2000-12-04  Jim Meyering  <meyering@lucent.com>
46539
46540         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
46541         Also include memory.h, stdlib.h, unistd.h if appropriate.
46542         Reported by Andreas Jaeger (conflicting declaration of malloc).
46543
46544 2000-12-02  Jim Meyering  <meyering@lucent.com>
46545
46546         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
46547         * m4/jm-macros.m4 (jm_MACROS): require it.
46548
46549 2000-12-02  Jim Meyering  <meyering@lucent.com>
46550
46551         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
46552
46553 2000-12-01  Paul Eggert  <eggert@twinsun.com>
46554
46555         * lib/memrchr.c: Include <config.h> before any system include file.
46556
46557 2000-11-30  Jim Meyering  <meyering@lucent.com>
46558
46559         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
46560
46561 2000-11-30  Jim Meyering  <meyering@lucent.com>
46562
46563         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
46564
46565 2000-11-29  Paul Eggert  <eggert@twinsun.com>
46566
46567         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
46568
46569 2000-11-26  Jim Meyering  <meyering@lucent.com>
46570
46571         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
46572
46573 2000-11-22  Paul Eggert  <eggert@twinsun.com>
46574
46575         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
46576         size of (size_t) -1; it's not portable.
46577
46578 2000-11-17  Jim Meyering  <meyering@lucent.com>
46579
46580         * lib/strstr.c: Update from GNU libc.
46581
46582 2000-11-17  Akim Demaille  <akim@epita.fr>
46583
46584         * lib/obstack.h: Formatting changes.
46585         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
46586         prevent type checking.
46587         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
46588         cast the value to (void *): assigning a `foo *' to a `void *'
46589         variable is valid.
46590         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
46591
46592 2000-11-16  Jim Meyering  <meyering@lucent.com>
46593
46594         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
46595
46596 2000-11-11  Jim Meyering  <meyering@lucent.com>
46597
46598         * lib/error.c: Add a couple #includes, merging from GNU libc version.
46599
46600 2000-11-10  Jim Meyering  <meyering@lucent.com>
46601
46602         * lib/obstack.h: Update from GNU libc.
46603         * lib/obstack.c: Likewise.
46604
46605 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
46606
46607         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
46608
46609 2000-11-06  Paul Eggert  <eggert@twinsun.com>
46610
46611         * lib/getusershell.c (setusershell): Use rewind rather than
46612         fseek/fseeko, to avoid configuration hassles with fseeko.
46613         Don't bother opening SHELLS_FILE if shellstream is NULL;
46614         it's not necessary.
46615
46616 2000-11-05  Jim Meyering  <meyering@lucent.com>
46617
46618         * lib/makepath.h (make_dir): Declare.
46619         * lib/makepath.c (make_dir): Remove `static' attribute.
46620         Tweak a comment.
46621
46622 2000-11-04  Jim Meyering  <meyering@lucent.com>
46623
46624         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
46625
46626 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
46627
46628         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
46629         last one in a bucket, advance to the next bucket.
46630
46631 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
46632
46633         * lib/fnmatch.c: Do not comment out all the code if we are using
46634         the GNU C library, because in some cases we are replacing buggy
46635         code in the GNU C library itself.
46636
46637 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
46638
46639         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
46640         (regex_compile): Catch bogus \(\1\).
46641
46642 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46643
46644         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
46645         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
46646         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
46647
46648 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46649
46650         * lib/error.h, getline.h, modechange.h:
46651         Remove "2000" from Copyright line, as the file hasn't been
46652         changed this year other than in the copyright notice.
46653
46654         * lib/xalloc.h: Add "2000" to Copyright line, as this file
46655         was changed this year.
46656
46657 2000-10-29  Jim Meyering  <meyering@lucent.com>
46658
46659         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
46660         renaming.
46661         * m4/ls-mntd-fs.m4: Likewise
46662
46663 2000-10-29  Jim Meyering  <meyering@lucent.com>
46664
46665         * lib/xstat.in: Fix grammar in comment.
46666
46667 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
46668
46669         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
46670         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
46671         doesn't define __restrict_arr.
46672
46673 2000-10-28  Jim Meyering  <meyering@lucent.com>
46674
46675         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
46676         (jm_PREREQ_MEMCHR): New function.
46677
46678 2000-10-28  Jim Meyering  <meyering@lucent.com>
46679
46680         * lib/memchr.c: Update from libc.
46681         Adjust for portability:
46682         [HAVE_STDLIB_H]: Include stdlib.h.
46683         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
46684         Undef __memchr, too.
46685         [!weak_alias]: Define __memchr to memchr.
46686
46687         * lib/regex.c: Update from libc.
46688         * lib/regex.h: Likewise.
46689         * lib/getopt1.c: Likewise.
46690         * lib/memcmp.c: Likewise.
46691
46692         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
46693         Avoid using fseek, when possible -- it's broken by design.
46694         Patch by Ulrich Drepper.
46695
46696 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
46697
46698         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
46699         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
46700         Giving in to popular pressure to shut up the compiler with casts.
46701
46702 2000-10-26  Jim Meyering  <meyering@lucent.com>
46703
46704         * lib/strftime.c: Update from libc.
46705
46706 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
46707
46708         * regex.c: More `unsigned char' -> `re_char' changes.
46709         Also change several `int' into `re_wchar_t'.
46710         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
46711         (PUSH_FAILURE_POINTER): Don't cast any more.
46712         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
46713         We want GCC to complain, since this piece of code makes
46714         re_match non-reentrant, which *should* be fixed.
46715         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
46716         (EXTEND_BUFFER): Use RETALLOC.
46717         (SET_LIST_BIT): Don't cast.
46718         (re_wchar_t): New type.
46719         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
46720         that those two functions will always properly return.
46721         (IMMEDIATE_QUIT_CHECK): Cast to void.
46722         (analyse_first): Use recursion rather than an explicit stack.
46723         (re_compile_fastmap): Can't fail anymore.
46724         (re_search_2): Don't check re_compile_fastmap for failure.
46725         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
46726         Now also sets the new value (passed in a new argument).
46727         (re_match_2_internal): Use it.
46728         Also, use a new var `reg' of type size_t when looping through regs
46729         rather than reuse the inappropriate `mcnt'.
46730
46731 2000-10-25  Jim Meyering  <meyering@lucent.com>
46732
46733         * lib/obstack.c: Update from libc.
46734
46735 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
46736
46737         * regex.c (regex_compile): Change the way of handling a range from
46738         a char less than 256 to a char not less than 256.
46739
46740 2000-10-24  Andrew Innes  <andrewi@gnu.org>
46741
46742         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
46743         NT-Emacs only.
46744         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
46745         so that re_search functions only quit when callers expect them to.
46746
46747 2000-10-23  Jim Meyering  <meyering@lucent.com>
46748
46749         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
46750         wrong.  That set_locale call must not have any side effects.
46751         From Paul Eggert.
46752
46753 2000-10-22  Jim Meyering  <meyering@lucent.com>
46754
46755         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
46756         [CYCLIC]: Remove now-unused definition.
46757
46758         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
46759         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
46760         Suggestion from Ulrich Drepper.
46761
46762 2000-10-21  Jim Meyering  <meyering@lucent.com>
46763
46764         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
46765         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
46766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
46767
46768 2000-10-21  Jim Meyering  <meyering@lucent.com>
46769
46770         * lib/dirname.c (memrchr): Declare if necessary.
46771         (dir_name): Remove the restriction that there be no
46772         trailing slashes.  Now, this code skips past them, effectively
46773         ignoring them.
46774         [TEST_DIRNAME] (main): New unit tests.
46775
46776         * lib/memrchr.c: New file from GNU libc.
46777         Undef __memrchr, too.
46778         [!weak_alias]: Define __memrchr to memrchr.
46779         Guard weak_alias use with `#ifdef weak_alias'.
46780
46781 2000-10-21  Jim Meyering  <meyering@lucent.com>
46782
46783         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
46784         (dir_name): Use dir_name_r.
46785         * lib/dirname.h (dir_name_r): Declare it.
46786
46787 2000-10-17  Jim Meyering  <meyering@lucent.com>
46788
46789         * lib/quote.h (PARAMS): Define and use.
46790         Reported by Akim Demaille.
46791
46792         * lib/getopt.c: Update from libc.
46793
46794 2000-10-16  Jim Meyering  <meyering@lucent.com>
46795
46796         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
46797         setlocale.
46798         From Jan Fedak.
46799
46800 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
46801
46802         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
46803
46804 2000-09-25  Jim Meyering  <meyering@lucent.com>
46805
46806         * lib/md5.h (rol): Define (from GnuPG).
46807
46808         * lib/sha.c: Give credit (GnuPG) where due.
46809         (M): Use rol rather than open-coding it.
46810         Add a FIXME comment.
46811
46812 2000-09-21  Jim Meyering  <meyering@lucent.com>
46813
46814         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
46815         Reported by Michael Stone.
46816
46817 2000-09-20  Jim Meyering  <meyering@lucent.com>
46818
46819         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
46820         (noinst_HEADERS): Add sha.h.
46821         Based on code from Scott G. Miller and from GnuPG.
46822
46823 2000-09-18  Jim Meyering  <meyering@lucent.com>
46824
46825         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
46826         LIBS. Otherwise, everyone ends up linking with -lelf for some
46827         configurations.
46828         Reported by Mike Stone.
46829
46830 2000-09-15  Jim Meyering  <meyering@lucent.com>
46831
46832         * lib/regex.c: Update from libc.
46833
46834 2000-09-10  Jim Meyering  <meyering@lucent.com>
46835
46836         * lib/getopt.c (_getopt_internal): Update from glibc.
46837
46838 2000-09-09  Jim Meyering  <meyering@lucent.com>
46839
46840         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
46841         think it should be used as a general replacement for isascii.
46842         * lib/fnmatch.c: Likewise.
46843         * lib/mbswidth.c: Likewise
46844         * lib/regex.c: Likewise.
46845
46846         Don't use atoi.
46847         * lib/userspec.c: Include sys/param.h and limits.h.
46848         Include xstrtol.h.
46849         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
46850         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
46851         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
46852         UID, GID.  Check range.
46853
46854 2000-09-06  Jim Meyering  <meyering@lucent.com>
46855
46856         * lib/getopt.c (_getopt_internal): Update from glibc.
46857
46858 2000-08-30  Jim Meyering  <meyering@lucent.com>
46859
46860         * lib/strftime.c: Merge in changes from GNU libc.
46861
46862 2000-08-26  Jim Meyering  <meyering@lucent.com>
46863
46864         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
46865         * m4/fpending.m4: New file.
46866
46867 2000-08-26  Jim Meyering  <meyering@lucent.com>
46868
46869         * lib/closeout.c: Include "__fpending.h".
46870         (close_stdout_status): Return right away if there's nothing to flush.
46871
46872         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
46873         * lib/__fpending.c: New file.
46874         * lib/__fpending.h: New file.
46875
46876 2000-08-20  Jim Meyering  <meyering@lucent.com>
46877
46878         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
46879         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
46880         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
46881
46882 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
46883
46884         Improve fileutils installation on systems where running
46885         programs (like install) can't be unlinked.
46886         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
46887         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
46888
46889 2000-08-07  Paul Eggert  <eggert@twinsun.com>
46890
46891         Standardize on "memory exhausted" instead of "Memory exhausted"
46892         or "virtual memory exhausted".
46893         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
46894         "virtual memory exhausted".
46895         * lib/same.c (same_name): Invoke xalloc_die instead of printing
46896         our own message.
46897         * lib/userspec.c (parse_user_spec): Likewise.
46898         * lib/bumpalloc.h: comment fix
46899         * lib/same.c, userspec.c: Include xalloc.h.
46900
46901         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
46902         not char *const and pointing to a constant array.
46903         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
46904         (xrealloc): Comment fix.
46905
46906         * lib/userspec.c (parse_user_spec):
46907         Don't translate a message until just before returning,
46908         to avoid unnecessary translation.
46909
46910 2000-08-07  Jim Meyering  <meyering@lucent.com>
46911
46912         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
46913         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
46914         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
46915         getgroups.c, gethostname.c, getopt.h, group-member.c,
46916         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
46917         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
46918         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
46919         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
46920         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
46921         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
46922         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
46923         yesno.c: Back out Copyright date changes for each file with no change
46924         this year.  This eases coordination with other programs using the same
46925         source code modules.  From Paul Eggert.
46926
46927 2000-08-06  Paul Eggert  <eggert@twinsun.com>
46928
46929         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
46930         not char, for compatibility with glibc 2.1.3 strftime.c.
46931
46932 2000-08-03  Greg McGary  <greg@mcgary.org>
46933
46934         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
46935         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
46936         (EXTEND_BUFFER): Use them.
46937
46938 2000-08-01  Jim Meyering  <meyering@lucent.com>
46939
46940         * lib/dirname.c (ISSLASH): Define.
46941         (BACKSLASH_IS_PATH_SEPARATOR): Define.
46942         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
46943         both `\' and `/' may be use as path separators.
46944         Based on a patch from Prashant TR.
46945
46946 2000-07-31  Paul Eggert  <eggert@twinsun.com>
46947
46948         * lib/quotearg.c (quotearg_n_options): Don't make the initial
46949         slot vector a constant, since it might get modified.
46950
46951 2000-07-31  Jim Meyering  <meyering@lucent.com>
46952
46953         * lib/xmalloc.c: Use `virtual memory exhausted', not
46954         `Memory exhausted'.
46955         * lib/obstack.c (print_and_abort): Likewise.
46956
46957 2000-07-30  Paul Eggert  <eggert@twinsun.com>
46958
46959         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
46960         buffer, so that the caller can always quote one small
46961         component of a "memory exhausted" message in slot 0.
46962         From a suggestion by Jim Meyering.
46963
46964 2000-07-30  Jim Meyering  <meyering@lucent.com>
46965
46966         * lib/makepath.c (make_path): Quote the other instance, too.
46967
46968         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
46969         (STATIC_BUF_SIZE): Define.
46970         (quotearg_n_options): Use only statically allocated storage when
46971         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
46972         than STATIC_BUF_SIZE.
46973
46974 2000-07-29  Jim Meyering  <meyering@lucent.com>
46975
46976         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
46977         * lib/dirname.c (dir_name): Likewise.
46978
46979         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
46980         `/'.
46981
46982         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
46983         (dir_name): Assert that there are no trailing slashes.
46984
46985 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
46986
46987         * lib/mbswidth.h (mbswidth): Add a flags argument.
46988         (mbswidth): New declaration.
46989         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
46990         * lib/mbswidth.c (mbswidth): Add a flags argument.
46991         (mbsnwidth): New function.
46992
46993 2000-07-24  Jim Meyering  <meyering@lucent.com>
46994
46995         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
46996
46997 2000-07-23  Paul Eggert  <eggert@twinsun.com>
46998
46999         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
47000
47001 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47002
47003         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
47004         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
47005         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
47006         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
47007         invoke multibyte primitives.
47008
47009 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47010
47011         * lib/quotearg.c:
47012         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
47013         so that mbstate_t is always defined.
47014
47015         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
47016         be 1 in at least one GCC installation, and this configuration
47017         error is likely to be common.  Ignoring MB_LEN_MAX hurts
47018         performance on hosts that have mbrtowc but have only unibyte
47019         locales, but I assume these hosts are rare.
47020
47021 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47022
47023         * lib/mbswidth.c (_XOPEN_SOURCE):
47024         Don't define; this causes problems on Solaris 7.
47025         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
47026
47027 2000-07-23  Jim Meyering  <meyering@lucent.com>
47028
47029         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
47030         too: getgrgid, getpwuid, getuid.
47031
47032 2000-07-23  Jim Meyering  <meyering@lucent.com>
47033
47034         * lib/basename.c (base_name): Add an assertion.
47035
47036 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
47037
47038         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
47039         shadow its mbsinit function.
47040
47041 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47042
47043         * lib/mbswidth.h: New file.
47044         * lib/mbswidth.c: New file.
47045         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
47046         (noinst_HEADERS): Add mbswidth.h.
47047
47048 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47049
47050         * lib/config.charset: Add support for FreeBSD. Improve support for
47051         HP-UX and IRIX 6.
47052
47053 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
47054
47055         * m4/mbswidth.m4: New file.
47056         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
47057
47058 2000-07-15  Jim Meyering  <meyering@lucent.com>
47059
47060         * lib/makepath.c: Include quote.h.
47061         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
47062         corresponding argument in a `quote (...)' call.
47063         Give better diagnostics.
47064
47065         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
47066         (noinst_HEADERS): Add quote.h.
47067
47068         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
47069         from tar's src/misc.c.
47070         * lib/quote.h: New file.  Prototypes for same.
47071
47072 2000-07-14  Paul Eggert  <eggert@twinsun.com>
47073
47074         From a suggestion by Bruno Haible.
47075         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
47076         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
47077         to decide whether to define the BeOS workaround macro;
47078         this adjusts to the change to AC_MBSTATE_T.
47079
47080 2000-07-14  Jim Meyering  <meyering@lucent.com>
47081
47082         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
47083         jm_AC_TYPE_UINTMAX_T.
47084
47085 2000-07-13  Paul Eggert  <eggert@twinsun.com>
47086
47087         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
47088
47089         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
47090         quotearg_buffer_restyled): Add support for
47091         clocale_quoting_style.  Undo previous change to
47092         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
47093         and "{RIGHT QUOTATION MARK}" msgids.
47094
47095 2000-07-10  Paul Eggert  <eggert@twinsun.com>
47096
47097         From a suggestion by Bruno Haible.
47098         * m4/mbstate_t.m4 (AC_MBSTATE_T):
47099         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
47100         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
47101         and mbstate_t, to a single-part test that simply defines mbstate_t.
47102         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
47103         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
47104
47105 2000-07-10  Jim Meyering  <meyering@lucent.com>
47106
47107         * m4/strerror_r.m4: Mirror the correction made in autoconf.
47108
47109         * m4/gnu-source.m4: Output to confdefs.h directly.
47110         Suggestion from Akim Demaille.
47111
47112 2000-07-09  Paul Eggert  <eggert@twinsun.com>
47113
47114         The old behavior of quoting `like this' doesn't look good with
47115         newer, ISO-style fonts.  See:
47116         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
47117
47118         Instead, quote "like this" by default.  Let the translator
47119         tailor the locale-specific quoting behavior by providing
47120         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
47121
47122         * lib/quotearg.c (N_): New macro.
47123         (gettext_default): New function.
47124         (quotearg_buffer_restyled): Use
47125         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
47126         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
47127
47128 2000-07-09  Jim Meyering  <meyering@lucent.com>
47129
47130         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
47131         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
47132
47133         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
47134         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
47135
47136 2000-07-09  Jim Meyering  <meyering@lucent.com>
47137
47138         * lib/Most files: Update copyright dates to include 2000.
47139
47140 2000-07-08  Jim Meyering  <meyering@lucent.com>
47141
47142         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
47143         if not defined.
47144         (xgethostname): Remove now-unnecessary #ifdef.
47145         Move declaration of `err' into loop where it's used.
47146
47147 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47148         and Bruno Haible  <haible@clisp.cons.org>
47149
47150         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
47151         only if the test for an object-type mbstate_t fails.  This
47152         prevents us from mistakenly reporting that mbstate_t is a
47153         system object type after we "#define mbstate_t int" to work
47154         around its lack.
47155
47156 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47157         and Bruno Haible  <haible@clisp.cons.org>
47158
47159         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
47160
47161 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47162
47163         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
47164         to strerror_r.
47165         Include <ctype.h> for use of isalpha.
47166
47167 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47168
47169         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
47170         by allocating a larger buffer. Test the gethostname return value for
47171         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
47172         returns an error and ENAMETOOLONG isn't defined.
47173
47174 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47175
47176         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
47177         dimension.
47178
47179 2000-07-04  Jim Meyering  <meyering@lucent.com>
47180
47181         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
47182         of the deprecated AC_CHECKING.
47183
47184 2000-07-04  Jim Meyering  <meyering@lucent.com>
47185
47186         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
47187         Reported by Bruno Haible.
47188
47189 2000-07-04  Jim Meyering  <meyering@lucent.com>
47190
47191         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
47192         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
47193         lacks mbrtowc.
47194
47195 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47196
47197         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
47198         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
47199
47200 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47201         and Bruno Haible  <haible@clisp.cons.org>
47202
47203         * lib/quotearg.c (mbrtowc):
47204         Assign to *pwc, and return 1 only if result is nonzero.
47205         (iswprint): Use ISPRINT when substituting our own mbrtowc.
47206
47207 2000-07-03  Jim Meyering  <meyering@lucent.com>
47208
47209         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
47210
47211 2000-07-03  Jim Meyering  <meyering@lucent.com>
47212
47213         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
47214         This is necessary to get a definition of e.g., UTMP_FILE on
47215         HP-UX 10.20.
47216         From Bob Proulx.
47217
47218 2000-07-02  Jim Meyering  <meyering@lucent.com>
47219
47220         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
47221
47222         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
47223         AC_LIBOBJ(function_name).
47224         * m4/chown.m4: Likewise.
47225         * m4/fnmatch.m4: Likewise.
47226         * m4/ftruncate.m4: Likewise.
47227         * m4/getgroups.m4: Likewise.
47228         * m4/getline.m4: Likewise.
47229         * m4/group-member.m4: Likewise.
47230         * m4/jm-macros.m4: Likewise.
47231         * m4/lstat.m4: Likewise.
47232         * m4/malloc.m4: Likewise.
47233         * m4/memcmp.m4: Likewise.
47234         * m4/nanosleep.m4: Likewise.
47235         * m4/putenv.m4: Likewise.
47236         * m4/realloc.m4: Likewise.
47237         * m4/regex.m4: Likewise.
47238         * m4/stat.m4: Likewise.
47239         * m4/strftime.m4: Likewise.
47240
47241 2000-07-02  Jim Meyering  <meyering@lucent.com>
47242
47243         * lib/quotearg.c (mbstate_t): Don't define here.
47244
47245 2000-07-02  Jim Meyering  <meyering@lucent.com>
47246
47247         * lib/nanosleep.c (SIGCONT): Define if not already defined.
47248
47249 2000-07-01  Jim Meyering  <meyering@lucent.com>
47250
47251         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
47252
47253 2000-07-01  Jim Meyering  <meyering@lucent.com>
47254
47255         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
47256         problem.
47257
47258 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47259
47260         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
47261         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
47262
47263 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47264
47265         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
47266         per change in ../m4/ls-mntd-fs.m4.
47267         (read_filesystem_list): Ignore symbolic links.
47268
47269 2000-06-29  Jim Meyering  <meyering@lucent.com>
47270
47271         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
47272         for declaration of strcmp.
47273
47274         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
47275
47276         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
47277         Avoid warning by casting result to `char *' to remove `const'.
47278
47279 2000-06-28  Jim Meyering  <meyering@lucent.com>
47280
47281         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
47282         included by quotearg.c, for which we perform this test.  From
47283         Bruno Haible.
47284
47285 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47286
47287         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
47288         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
47289         <utmpx.h> exists, put readutmp.o into LIBOBJS.
47290
47291 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47292
47293         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
47294
47295 2000-06-26  Paul Eggert  <eggert@twinsun.com>
47296
47297         savedir now sets errno on failure and invokes xmalloc to get memory.
47298         Fix a couple of other minor bugs while we're at it.
47299
47300         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
47301         (NAMLEN): Remove macro.
47302         (malloc, realloc): Remove decls.
47303         (stpcpy): Likewise.
47304         ("xalloc.h"): Include.
47305         (NAME_SIZE_DEFAULT): New macro.
47306         (savedir): Use xmalloc / xrealloc to allocate memory.
47307         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
47308         Skip "" directory entries.
47309         Use strlen to calculate directory entry length, since the old method
47310         is rarely used these days and isn't worth supporting.
47311         Don't use a pointer after freeing it.
47312         Check for integer overflow when calculating allocation size.
47313         Use memcpy to copy entries, instead of stpcpy.
47314         Set errno properly when returning NULL.
47315         Check for readdir error.
47316
47317 2000-06-26  Jim Meyering  <meyering@lucent.com>
47318
47319         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
47320
47321 2000-06-25  Jim Meyering  <meyering@lucent.com>
47322
47323         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
47324         Linux header bug when _XOPEN_SOURCE is defined to 500.
47325
47326 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47327
47328         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
47329         deficiency.
47330
47331 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47332
47333         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
47334         Include xalloc.h.
47335         Don't include <stdlib.h>.  Don't declare malloc, realloc.
47336
47337 2000-06-24  Jim Meyering  <meyering@lucent.com>
47338
47339         * m4/strerror_r.m4: Revive this file -- to try out an experimental
47340         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
47341         for which strerror does return char*, but which lacks a conveniently
47342         accessible declaration of the function.  If the compile-test says
47343         strerror_r doesn't work, then resort to a `run'-test that works on
47344         BeOS and segfaults on DEC Unix.
47345
47346 2000-06-24  Jim Meyering  <meyering@lucent.com>
47347
47348         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
47349
47350 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47351
47352         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
47353         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
47354
47355 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47356
47357         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
47358         (mbrtowc, mbstate_t): Define substitutes if
47359         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
47360         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
47361         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
47362
47363 2000-06-23  Jim Meyering  <meyering@lucent.com>
47364
47365         * m4/afs.m4: Add missing AC_MSG_RESULT.
47366         Reported by Bruno Haible.
47367
47368         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
47369         Suggestion from Bruno Haible.
47370
47371 2000-06-23  Jim Meyering  <meyering@lucent.com>
47372
47373         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
47374
47375 2000-06-21  Jim Meyering  <meyering@lucent.com>
47376
47377         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
47378
47379 2000-06-21  Jim Meyering  <meyering@lucent.com>
47380
47381         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
47382         (noinst_HEADERS): Add getstr.h.
47383
47384         * lib/getline.c (getstr): Move into a separate file.
47385         * lib/getstr.c (getstr): New file, extracted from getline.c, with
47386         the following changes: new parameter, delim2; both delim[12]
47387         parameters have type `int', not `char'.  The latter would lose
47388         with 8-bit delimiters.
47389         * lib/getstr.h: New file.
47390
47391 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47392
47393         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
47394         than 1024, return a memory chunk of least possible size, instead
47395         of size PATH_MAX + 2. In the loop, increment the size proportionally.
47396         Use free/xmalloc instead of xrealloc to avoid copying for very long
47397         paths.
47398
47399 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47400
47401         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
47402         the empty string.
47403
47404 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47405
47406         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
47407         address, not strdup.  Include <stdlib.h> and don't declare free().
47408
47409 2000-06-19  Jim Meyering  <meyering@lucent.com>
47410
47411         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
47412
47413 2000-06-18  Jim Meyering  <meyering@lucent.com>
47414
47415         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
47416
47417         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
47418         `checking whether...' message to be consistent with that of the
47419         lstat test.
47420
47421 2000-06-18  Jim Meyering  <meyering@lucent.com>
47422
47423         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
47424         Besides, these days every porting target provides a mkdir function.
47425
47426         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
47427         needed. (this snippet comes from src/system.h).
47428
47429 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
47430
47431         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
47432
47433 2000-06-15  Paul Eggert  <eggert@twinsun.com>
47434
47435         * lib/human.c (adjust_value): New function.
47436         (human_readable_inexact): Apply rounding style even when
47437         printing approximate values.
47438
47439 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47440
47441         * lib/human.c (human_readable_inexact): Allow an input block
47442         size that is not a multiple of the output block size, and vice versa.
47443         Reported by Piergiorgio Sartor.
47444
47445 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47446
47447         * lib/getdate.y (get_date): Apply relative times after time
47448         zone indicator, not before.  Reported by Todd A. Jacobs.
47449
47450 2000-06-13  Jim Meyering  <meyering@lucent.com>
47451
47452         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
47453
47454         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
47455
47456 2000-06-12  Paul Eggert  <eggert@twinsun.com>
47457
47458         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
47459
47460 2000-06-12  Jim Meyering  <meyering@lucent.com>
47461
47462         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
47463         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
47464         optional argument.
47465         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
47466         the optional argument, `lib'.
47467
47468 2000-06-08  Jim Meyering  <meyering@lucent.com>
47469
47470         * m4/largefile.m4: Remove file (now that it's part of autoconf).
47471
47472 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47473
47474         Rewrite largefile configuration so that we don't need to run
47475         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
47476         AC_CANONICAL_HOST in configure.in -- jmm]
47477
47478         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
47479         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
47480         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
47481         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
47482         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
47483         All uses changed.
47484         Instead of inspecting the output of getconf, try to compile the
47485         test program without and with the macro definition.
47486         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
47487         for getconf.  Instead, check for the needed flags by compiling
47488         test programs.
47489
47490 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47491
47492         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
47493
47494 2000-06-04  Jim Meyering  <meyering@lucent.com>
47495
47496         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
47497         SunOS 4.1.4 for which gid_t is an unsigned type.
47498
47499 2000-06-03  Jim Meyering  <meyering@lucent.com>
47500
47501         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
47502         now that autoconf requires that.
47503
47504         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
47505         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
47506         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
47507
47508 2000-06-03  Jim Meyering  <meyering@lucent.com>
47509
47510         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
47511
47512 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47513
47514         * m4/glibc21.m4: New file.
47515         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
47516
47517 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47518
47519         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
47520         newer, don't install charset.alias.
47521         * lib/config.charset: Change the Linux/glibc rules so they become empty
47522         on glibc-2.1 or newer.
47523
47524 2000-06-02  Jim Meyering  <meyering@lucent.com>
47525
47526         * lib/mountlist.c: Back out last change.  Instead, do this...
47527         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
47528         me_dummy member using the same `ignore'-testing code.
47529         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
47530         fs_type strings.
47531         From Mark D. Roth.
47532
47533 2000-05-29  Jim Meyering  <meyering@lucent.com>
47534
47535         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
47536         mounts with the `ignore' attribute.  Based on a patch from
47537         Mark D. Roth.
47538
47539 2000-05-28  Jim Meyering  <meyering@lucent.com>
47540
47541         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
47542         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47543         * m4/stat.m4: Likewise.
47544         * m4/lstat.m4: Likewise.
47545         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
47546
47547         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
47548         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
47549
47550 2000-05-26  Jim Meyering  <meyering@lucent.com>
47551
47552         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
47553
47554 2000-05-24  Jim Meyering  <meyering@lucent.com>
47555
47556         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
47557         autoconf requires that.
47558         * m4/lib-check.m4: Likewise.
47559         * m4/jm-macros.m4: Likewise.
47560         * m4/strftime.m4: Likewise.
47561
47562         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
47563         AC_CHECK_DECLS, now that autoconf requires that.
47564
47565 2000-05-22  Jim Meyering  <meyering@lucent.com>
47566
47567         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47568         * m4/lstat.m4: Likewise.
47569
47570 2000-05-22  Jim Meyering  <meyering@lucent.com>
47571
47572         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
47573
47574 2000-05-20  Jim Meyering  <meyering@lucent.com>
47575
47576         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
47577         (jm_PREREQ): Use it.
47578
47579 2000-05-18  Jim Meyering  <meyering@lucent.com>
47580
47581         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
47582         back, too, since it may have been modified by allocate_entry.
47583         (hash_delete): Rewrite to use neither the assignment operator
47584         nor the comma operator in an if-expression.
47585
47586 2000-05-15  Paul Eggert  <eggert@twinsun.com>
47587
47588         * lib/closeout.c:
47589         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
47590         Remove; no longer needed.
47591         "quotearg.h": Add include.
47592         (file_name): Do not bother to explicitly initialize to NULL; it's less
47593         efficient on some hosts.
47594         (close_stdout_status): Remove test as to whether stdout was already
47595         closed; it breaks for the case "echo x | sort >&-".
47596         Quote file name colons.
47597         Do not assume that _("write error") lacks format strings.
47598
47599 2000-05-15  Jim Meyering  <meyering@lucent.com>
47600
47601         * lib/version-etc.c (version_etc_copyright): Update the copyright
47602         string used in all --version output.
47603
47604 2000-05-14  Jim Meyering  <meyering@lucent.com>
47605
47606         * lib/closeout.c (close_stdout_set_file_name): New function.
47607         (close_stdout_status): Use new file-scoped global.
47608         Return right away if fstat says the stdout file descriptor is invalid.
47609         * lib/closeout.h (close_stdout_set_file_name): Declare.
47610
47611 2000-05-10  Jim Meyering  <meyering@lucent.com>
47612
47613         * lib/closeout.c [default_exit_status]: New file-scoped variable.
47614         (close_stdout_set_status): New function.
47615         * lib/closeout.h (close_stdout_set_status): Declare.
47616
47617 2000-05-09  Jim Meyering  <meyering@lucent.com>
47618
47619         * m4/gettext.m4: Rename this...
47620         * m4/libintl.m4: ...to this.
47621
47622 2000-05-08  Jim Meyering  <meyering@lucent.com>
47623
47624         * lib/long-options.c: Don't include closeout.h.
47625         (parse_long_options): Don't call close_stdout for --version.
47626
47627 2000-05-06  Paul Eggert  <eggert@twinsun.com>
47628
47629         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
47630         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
47631         2.1.3 bug.  This avoids a clash when files like regex.c define
47632         _GNU_SOURCE.
47633
47634 2000-05-06  Jim Meyering  <meyering@lucent.com>
47635
47636         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
47637         (AC_REPLACE_FUNCS): Add strnlen.
47638
47639         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
47640         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
47641
47642         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
47643         AC_SEARCH_LIBS call for nanosleep.
47644         (LIB_NANOSLEEP): Set and AC_SUBST.
47645
47646 2000-05-06  Jim Meyering  <meyering@lucent.com>
47647
47648         * lib/strnlen.c: Undefine __strnlen and strnlen.
47649         [!weak_alias]: Define __strnlen to strnlen.
47650
47651         * lib/atexit.c: New file, from libiberty.
47652
47653 2000-05-06  Jim Meyering  <meyering@lucent.com>
47654
47655         * lib/closeout.c (close_stdout_status): Also check for errors on the
47656         stderr stream.
47657
47658 2000-05-05  Jim Meyering  <meyering@lucent.com>
47659
47660         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
47661         AC_SEARCH_LIBS call for clock_gettime.
47662         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
47663
47664         * m4/search-libs.m4: Update from autoconf.
47665
47666         su doesn't work on Solaris 2.6.
47667         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
47668         <shadow.h>.  Reported by Dragos Harabor.
47669
47670 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
47671
47672         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
47673         memcpy instead of xmalloc, xrealloc, path_concat.
47674         (locale_charset): Treat empty environment variables as absent.
47675         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
47676
47677 2000-05-04  Jim Meyering  <meyering@lucent.com>
47678
47679         * lib/getopt.c: Update from glibc.
47680         * lib/obstack.c: Likewise.
47681         * lib/obstack.h: Likewise.
47682         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
47683         file
47684
47685         * lib/regex.h: Likewise.
47686         * lib/strndup.c: Likewise.
47687         * lib/strnlen.c: New file, from glibc.
47688
47689 2000-05-03  Jim Meyering  <meyering@lucent.com>
47690
47691         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
47692
47693 2000-05-02  Paul Eggert  <eggert@twinsun.com>
47694
47695         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
47696         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
47697         compile-time test, rather than inspecting host and OS, to
47698         decide whether to define _LARGEFILE_SOURCE.
47699
47700 2000-05-01  Jim Meyering  <meyering@lucent.com>
47701
47702         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
47703
47704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
47705         Based on a patch from Bruno Haible.
47706
47707 2000-05-01  Jim Meyering  <meyering@lucent.com>
47708
47709         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
47710
47711 2000-04-29  Jim Meyering  <meyering@lucent.com>
47712
47713         * lib/path-concat.c: Declare strdup only if it's not defined.
47714         * lib/canon-host.c: Likewise.
47715
47716 2000-04-28  Jim Meyering  <meyering@lucent.com>
47717
47718         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
47719         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
47720         is included first, then limits.h is included by locale.h by libintl.h.
47721         From John David Anglin.
47722
47723 2000-04-25  Jim Meyering  <meyering@lucent.com>
47724
47725         * lib/makepath.c (S_IRWXUGO): Define.
47726         (make_path): Always perform explicit chmod if MODE specifies any
47727         of the `special' permission bits.  Prompted by a bug report against
47728         install from Mate Wierdl and Joost van Baal.
47729
47730 2000-04-18  Jim Meyering  <meyering@lucent.com>
47731
47732         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
47733         (jm_PREREQ): Use it.
47734
47735 2000-04-18  Jim Meyering  <meyering@lucent.com>
47736
47737         * lib/README: New file.
47738
47739         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
47740         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
47741
47742 2000-04-17  Jim Meyering  <meyering@lucent.com>
47743
47744         Get it right :-)
47745         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
47746         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
47747         Suggestion from Akim Demaille.
47748
47749 2000-04-17  Jim Meyering  <meyering@lucent.com>
47750
47751         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
47752         the definition of it to rpl_strftime also defined-away the system's
47753         declaration.
47754
47755 2000-04-15  Jim Meyering  <meyering@lucent.com>
47756
47757         Use `C' to denote so-called `contiguous' files, the same way
47758         that tar does.
47759         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
47760         (ftypelet): Use S_ISCTG.
47761         From Michael Deutschmann.
47762
47763 2000-04-14  Jim Meyering  <meyering@lucent.com>
47764
47765         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
47766         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
47767         clobbered.
47768
47769 2000-04-14  Jim Meyering  <meyering@lucent.com>
47770
47771         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
47772
47773 2000-04-13  Jim Meyering  <meyering@lucent.com>
47774
47775         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
47776         AH_VERBATIM to insert required #ifndef into config.h.in.
47777         Suggestion from Akim Demaille.
47778
47779 2000-04-12  Jim Meyering  <meyering@lucent.com>
47780
47781         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
47782         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
47783         Christian Krackowizer.
47784
47785         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
47786         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
47787         (AC_SYS_LARGEFILE): Require.
47788         (AM_C_PROTOTYPES): Require.
47789
47790 2000-04-08  Jim Meyering  <meyering@lucent.com>
47791
47792         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
47793         names don't conflict.  Reported by Eli Zaretskii.
47794
47795 2000-04-07  Jim Meyering  <meyering@lucent.com>
47796
47797         * lib/putenv.c: Move inclusion of errno.h so it follows that of
47798         sys/types.h, to work around system header problems on AIX 3.2.5.
47799         From Bruno Haible.
47800
47801 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
47802
47803         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
47804         bug.  Deal with the different error behavior of Irix iconv.
47805
47806 2000-04-05  Paul Eggert  <eggert@twinsun.com>
47807
47808         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
47809         IRIX if the installer said otherwise.
47810
47811 2000-04-05  Jim Meyering  <meyering@lucent.com>
47812
47813         Portability tweaks required for ultrix4.3.
47814         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
47815         (jm_CHECK_DECLS): Add getutent to the list of functions.
47816         (_jm_DECL_HEADERS): Add utmpx.h.
47817         From John David Anglin.
47818
47819         * m4/strftime.m4: Back out the 2000-04-02 change.
47820         Instead of that change, simply undefine putenv in the test program.
47821
47822 2000-04-05  Jim Meyering  <meyering@lucent.com>
47823
47824         Portability tweaks required for ultrix4.3.
47825         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
47826         getutent.
47827         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
47828         * lib/canon-host.c: Declare strdup.
47829         * lib/path-concat.c: Likewise.
47830         From John David Anglin.
47831
47832 2000-04-04  Jim Meyering  <meyering@lucent.com>
47833
47834         Be more DOS 8.3-friendly.
47835         * lib/ref-add.sin: Renamed from ref-add.sed.in.
47836         * lib/ref-del.sin: Renamed from ref-del.sed.in.
47837         * lib/Makefile.am: Reflect renaming.
47838         Reported by Eli Zaretskii.
47839
47840         Use a temporary file name that won't clash with `charset.alias'
47841         in the DOS 8.3 name space.
47842         * lib/Makefile.am (charset_tmp): Define.
47843         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
47844         (uninstall-local): Likewise.
47845         Reported by Eli Zaretskii.
47846
47847 2000-04-03  Jim Meyering  <meyering@lucent.com>
47848
47849         * m4/gettext.m4: Fix typo in comment.
47850
47851         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
47852         textutils/configure.in).  Suggestion from Paul Eggert.
47853         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
47854
47855 2000-04-02  Paul Eggert  <eggert@twinsun.com>
47856
47857         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
47858         variable in the shell rather than using putenv, which isn't
47859         portable.  This avoids the configure-time inter-test dependency
47860         on the potentially-renamed putenv function.
47861
47862 2000-03-30  Paul Eggert  <eggert@twinsun.com>
47863
47864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
47865         before checking struct stat.st_blksize, so that
47866         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
47867
47868 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47869
47870         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
47871         since strftime.c uses HAVE_STRFTIME to decide whether to use
47872         the underlying strftime.
47873
47874 2000-03-29  Paul Eggert  <eggert@twinsun.com>
47875
47876         * lib/time/strftime.c (my_strftime): Make sure we call the system
47877         strftime, not ourselves, when invoking the underlying strftime.
47878
47879 2000-03-24  Jim Meyering  <meyering@lucent.com>
47880
47881         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
47882         (charset_alias): Define.
47883         (install-exec-local): Factor out common code.
47884         (uninstall-local): Split lines longer than 80.
47885         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
47886         (SUFFIXES): Define.
47887         (.sed.in.sed): New rule.  Don't redirect directly to $@.
47888         (CLEANFILES): Add ref-add.sed and ref-del.sed.
47889
47890 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
47891
47892         * lib/config.charset: Output a line containing "Packages using this
47893         file".
47894         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
47895         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
47896         ref-del.sed): New rules.
47897
47898 2000-03-17  Jim Meyering  <meyering@lucent.com>
47899
47900         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
47901         Otherwise, include <strings.h>
47902
47903 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
47904
47905         * lib/unicodeio.c (utf8_wctomb): New function.
47906         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
47907         format instead of in UCS-4 with platform dependent endianness.
47908
47909 2000-03-10  Jim Meyering  <meyering@lucent.com>
47910
47911         * m4/lib-check.m4: Look for getspnam in -lgen, too.
47912         From Marco Franzen.
47913
47914 2000-03-07  Paul Eggert  <eggert@twinsun.com>
47915
47916         * lib/savedir.c (savedir): Work even if directory size is
47917         negative; this can happen with some screwy NFS configurations.
47918
47919 2000-03-06  Jim Meyering  <meyering@lucent.com>
47920
47921         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
47922         if it's NULL (because we ran out of memory).  From Bruno Haible.
47923
47924 2000-03-05  Jim Meyering  <meyering@lucent.com>
47925
47926         * lib/localcharset.c ("path-concat.h"): Include.
47927         (get_charset_aliases): Use path_concat instead of ANSI string
47928         concatenation.
47929
47930         * lib/unicodeio.h (PARAMS): Define.
47931         Use it to guard prototype.
47932
47933 2000-03-04  Jim Meyering  <meyering@lucent.com>
47934
47935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
47936         for lib/localcharset.c.
47937
47938 2000-03-04  Jim Meyering  <meyering@lucent.com>
47939
47940         * lib/Makefile.am (install-exec-local): Create $(libdir) before
47941         installing into it.
47942         (uninstall-local): Uncomment this rule so `make distcheck' works
47943         once again.
47944
47945         * lib/unicodeio.c (<errno.h>): Include it.
47946         (errno): Declare if not defined.
47947
47948         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
47949
47950         * lib/config.charset: New version, incorporating remarks from a linux
47951         i18n mailing list.  From Bruno Haible.
47952
47953 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
47954
47955         * m4/codeset.m4: New file.
47956         * m4/iconv.m4: New file.
47957         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
47958
47959 2000-03-03  Jim Meyering  <meyering@lucent.com>
47960
47961         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
47962
47963 2000-03-02  Jim Meyering  <meyering@lucent.com>
47964
47965         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
47966         the messages come out on separate lines.
47967
47968         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
47969         rather than jm_CHECK_DECLARATIONS.
47970         * m4/decl.m4: Remove now-unused file.
47971
47972         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
47973         geteuid.
47974
47975 2000-03-02  Jim Meyering  <meyering@lucent.com>
47976
47977         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
47978
47979 2000-03-01  Jim Meyering  <meyering@lucent.com>
47980
47981         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
47982         * lib/unicodeio.c: Likewise.
47983
47984 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
47985
47986         * lib/config.charset: New file.
47987         * lib/localcharset.c: New file.
47988         * lib/unicodeio.h, lib/unicodeio.c: New files.
47989         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
47990         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
47991         (noinst_HEADERS): Add unicodeio.h.
47992         (all-local, install-exec-local, charset.alias): New targets.
47993
47994 2000-02-28  Paul Eggert  <eggert@twinsun.com>
47995
47996         * lib/quotearg.c (ALERT_CHAR): New macro.
47997         (quotearg_buffer_restyled): Use it.
47998
47999 2000-02-27  Jim Meyering  <meyering@lucent.com>
48000
48001         * m4/check-decl.m4: Add getenv to the list.
48002
48003 2000-02-27  Jim Meyering  <meyering@lucent.com>
48004
48005         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
48006         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
48007
48008         * lib/backupfile.c: Guard inclusion of stdlib.h with
48009         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
48010         Declare malloc if needed.
48011
48012         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
48013         `#ifndef HAVE_DECL..'
48014         now that autoconf always defines the HAVE_DECL_ symbols.
48015         * lib/human.c: Likewise.
48016         * lib/same.c: Likewise.
48017         * lib/strtoumax.c: Likewise.
48018
48019         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
48020         declaration check was not run.
48021         * lib/hash.c: Likewise.
48022         * lib/human.c: Likewise.
48023         * lib/same.c: Likewise.
48024         * lib/strtoumax.c: Likewise.
48025
48026         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
48027         `.', then first look up the entire `.'-containing string as a login
48028         name.
48029
48030 2000-02-23  Jim Meyering  <meyering@lucent.com>
48031
48032         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
48033         in place of my hack.
48034
48035 2000-02-18  Paul Eggert  <eggert@twinsun.com>
48036
48037         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
48038         (textint): New typedef.
48039         (parser_control): Member year changed from int to textint.
48040         All uses changed.
48041         (YYSTYPE): Removed; replaced by %union with int and textint members.
48042         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
48043         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
48044         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
48045         (tSNUMBER, tUNUMBER): Now of type <textintval>.
48046         (date, number, to_year): Use width of number in digits, not its value,
48047         to determine whether it's a 2-digit year, or a 2-digit time.
48048         (yylex): Store number of digits of numeric tokens.
48049         Reported by John Kendall.
48050
48051         (parser_control): Changed from struct parser_control to typedef (for
48052         consistency).  All uses changed.
48053
48054         (tID): Removed; not used.
48055         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
48056
48057 2000-02-14  Paul Eggert  <eggert@twinsun.com>
48058
48059         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
48060         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
48061
48062 2000-02-12  Jim Meyering  <meyering@lucent.com>
48063
48064         * lib/userspec.c (ISDIGIT): Define it.
48065         (isdigit): Remove definition.
48066         (is_number): Use ISDIGIT, not isdigit.
48067         <libintl.h>: Include.
48068         (_ and N_): Define.
48069         (parse_user_spec): Mark translatable strings.
48070
48071 2000-02-10  Jim Meyering  <meyering@lucent.com>
48072
48073         With these changes, nanosleep.[ch] are finally enough like the other
48074         lib/* replacement files to compile on a few more losing systems.
48075
48076         * lib/nanosleep.h: Don't include config.h.
48077         Remove prototype from declaration of nanosleep.
48078         (PARAMS): Remove now-unneeded definition.
48079         * lib/nanosleep.c: #undef nanosleep.
48080         (rpl_nanosleep): Rename from nanosleep.
48081
48082 2000-02-10  Jim Meyering  <meyering@lucent.com>
48083
48084         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
48085         gnu_nanosleep to rpl_nanosleep.
48086
48087 2000-02-09  Jim Meyering  <meyering@lucent.com>
48088
48089         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
48090         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
48091
48092 2000-02-08  Akim Demaille  <akim@epita.fr>
48093
48094         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
48095         `[' and `]' and remove uses of `changequote'.
48096         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
48097         (AC_SYS_LARGEFILE): Likewise.
48098         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
48099         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
48100         of changequote.
48101         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
48102         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
48103         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
48104         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
48105
48106 2000-02-05  Jim Meyering  <meyering@lucent.com>
48107
48108         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
48109         Remove explicit use of AC_HEADER_TIME.  It is required by
48110         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
48111         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
48112         in autoconf whereby the expansion of the latter ended up preceding
48113         the expansion of its prerequisite, AC_HEADER_TIME.
48114         Reported by Volker Borchert.
48115
48116 2000-02-03  Jim Meyering  <meyering@lucent.com>
48117
48118         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
48119
48120 2000-02-03  Jim Meyering  <meyering@lucent.com>
48121
48122         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
48123         rather than with `#if HAVE_UTMPNAME'.
48124
48125 2000-02-02  Jim Meyering  <meyering@lucent.com>
48126
48127         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
48128         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
48129         Reported by Eli Zaretskii.
48130
48131 2000-02-01  Jim Meyering  <meyering@lucent.com>
48132
48133         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
48134
48135 2000-01-31  Jim Meyering  <meyering@lucent.com>
48136
48137         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
48138         functions.  Add the time.h and sys/time.h headers along with the
48139         AC_REQUIRE'ment of AC_HEADER_TIME.
48140
48141 2000-01-31  Jim Meyering  <meyering@lucent.com>
48142
48143         * lib/nanosleep.h (nanosleep): Guard declaration with
48144         `#if ! HAVE_DECL_NANOSLEEP'.
48145         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
48146         the declaration in that vendor's sys/timers.h.
48147         Reported by Christian Krackowizer.
48148
48149         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
48150         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
48151         (ISPRINT): Likewise.
48152         Reported by Tom Tromey.
48153
48154 2000-01-30  Jim Meyering  <meyering@lucent.com>
48155
48156         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
48157
48158         * m4/prereq.m4 (utmp_includes): Define.
48159         Check for ut_user and ut_name members in both struct utmpx
48160         and struct utmp.
48161
48162 2000-01-30  Jim Meyering  <meyering@lucent.com>
48163
48164         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
48165         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
48166         header files where only utmpx.ut_user is declared.
48167
48168         * lib/readutmp.h (UT_USER): Define.
48169
48170 2000-01-29  Jim Meyering  <meyering@lucent.com>
48171
48172         * m4/lib-check.m4: New file containing library-related checks from
48173         fileutils and sh-utils (textutils had none).
48174
48175 2000-01-28  Jim Meyering  <meyering@lucent.com>
48176
48177         * m4/perl.m4: Change format of warning message to look more like that
48178         from the missing script.  Suggestion from François Pinard.
48179
48180 2000-01-25  Jim Meyering  <meyering@lucent.com>
48181
48182         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
48183         well as time.h in the compile check.
48184         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
48185         Fix typo in cross-compiling case: s/yes/no/.
48186
48187 2000-01-23  Jim Meyering  <meyering@lucent.com>
48188
48189         * m4/jm-macros.m4: Move df-related tests here from
48190         fileutils/configure.in
48191
48192         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
48193         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
48194
48195         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
48196         s/space/ac_fsusage_space/.
48197         (jm_FILE_SYSTEM_USAGE): Take two parameters.
48198
48199         * m4/ftruncate.m4: New file (derived from part of
48200         fileutils/configure.in).
48201         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
48202         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
48203
48204         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
48205         AC_SUBST these here, rather than just in sh-util/configure.in, so
48206         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
48207         all the same.
48208         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
48209         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
48210         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
48211         (AC_SUBST(POW_LIBM)): Likewise.
48212         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
48213
48214 2000-01-23  Jim Meyering  <meyering@lucent.com>
48215
48216         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
48217         obstack.c.
48218
48219 2000-01-22  Jim Meyering  <meyering@lucent.com>
48220
48221         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
48222
48223         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
48224
48225         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
48226         configure.in
48227         (AC_CHECK_HEADERS): Likewise for sh-utils.
48228         (AC_CHECK_HEADERS): Likewise for textutils.
48229         Merge the three lists of headers.
48230
48231         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
48232         from fileutils' configure.in.
48233
48234         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
48235         code. Moved tests into their own function (_jm_DECL_HEADERS) in
48236         check-decl.m4.
48237
48238         * m4/check-decl.m4: Use #if rather than #ifdef.
48239         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
48240         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
48241         (_jm_DECL_HEADERS): Define new function.
48242         (jm_CHECK_DECLARATIONS): Require it.
48243
48244 2000-01-22  Jim Meyering  <meyering@lucent.com>
48245
48246         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
48247         [! HAVE_DECL_STRTOULL]: Declare strtoull.
48248         Required for some AIX systems.  Reported by Christian Krackowizer.
48249         [TESTING] (main): New function.
48250
48251         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
48252         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
48253         letters.
48254
48255         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
48256         iswprint.
48257
48258         * lib/strverscmp.c (ISDIGIT): Define.
48259         (strverscmp): Use ISDIGIT, not isdigit.
48260
48261 2000-01-19  Jim Meyering  <meyering@lucent.com>
48262
48263         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
48264         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
48265         defines `struct timespec' in <sys/time.h>
48266
48267         * m4/c-bs-a.m4: Remove uses of changequote altogether.
48268         Thanks to Akim for explaining.
48269
48270 2000-01-17  Paul Eggert  <eggert@twinsun.com>
48271
48272         * lib/nanosleep.c (nanosleep):
48273         Don't use SA_INTERRUPT to decide whether to call sigaction, as
48274         POSIX.1 doesn't require SA_INTERRUPT and some systems
48275         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
48276         it's been part of POSIX.1 since day 1 (in 1988).
48277
48278 2000-01-17  Jim Meyering  <meyering@lucent.com>
48279
48280         * lib/interlock: Remove unused file.  Reported by François Pinard.
48281
48282 2000-01-16  Paul Eggert  <eggert@twinsun.com>
48283
48284         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
48285         alert, backslash, formfeed, and vertical tab unnecessarily in
48286         shell quoting style.
48287
48288 2000-01-16  Jim Meyering  <meyering@lucent.com>
48289
48290         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
48291         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
48292         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
48293         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
48294
48295 2000-01-16  Jim Meyering  <meyering@lucent.com>
48296
48297         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
48298         because the latter didn't work.
48299
48300 2000-01-15  Jim Meyering  <meyering@lucent.com>
48301
48302         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
48303         (AC_REPLACE_FUNCS): Add memcpy and memset.
48304         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
48305         Add strpbrk.
48306         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
48307
48308 2000-01-12  Jim Meyering  <meyering@lucent.com>
48309
48310         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
48311         (jm_PREREQ): Use it.
48312         (jm_PREREQ_READUTMP): New macro.
48313         (jm_PREREQ): Use it.
48314
48315 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48316
48317         Quote multibyte characters correctly.
48318         * m4/c-bs-a.m4: New file.
48319         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
48320         (jm_PREREQ): Use it.
48321
48322 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48323
48324         * m4/uintmax_t.m4: Port to autoconf 2.13.
48325
48326 2000-01-08  Jim Meyering  <meyering@ascend.com>
48327
48328         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
48329         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
48330
48331 2000-01-04  Jim Meyering  <meyering@ascend.com>
48332
48333         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
48334         jm_STRUCT_DIRENT_D_TYPE.
48335         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
48336         jm_STRUCT_DIRENT_D_INO.
48337         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
48338         jm_STRUCT_UTIMBUF.
48339         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
48340         renamings.
48341         * m4/utime.m4: Likewise.
48342
48343         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
48344         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
48345
48346 2000-01-03  Paul Eggert  <eggert@twinsun.com>
48347
48348         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
48349         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
48350
48351 2000-01-02  Jim Meyering  <meyering@ascend.com>
48352
48353         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
48354         remember if this is necessary.
48355
48356 1999-12-26  Jim Meyering  <meyering@ascend.com>
48357
48358         * m4/jm-macros.m4: Use it here.
48359         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
48360
48361 1999-12-23  Jim Meyering  <meyering@ascend.com>
48362
48363         * m4/jm-macros.m4: Check for clock_gettime (moved from
48364         fileutils/configure.in)
48365         Check for gettimeofday.
48366
48367 1999-12-20  Jim Meyering  <meyering@ascend.com>
48368
48369         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
48370         autoconf-2.14a-1999-12-20.
48371
48372 1999-12-19  Jim Meyering  <meyering@ascend.com>
48373
48374         * m4/lstat-slash.m4: New file.
48375         * m4/jm-macros.m4: Use the new macro:
48376         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48377
48378 1999-12-07  Jim Meyering  <meyering@ascend.com>
48379
48380         * m4/perl.m4: Require that File::Compare be available, too.
48381         Too many systems seem to lack it.
48382
48383         * m4/strftime.m4: Add checks for most of the cpp macros tested in
48384         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
48385
48386 1999-11-18  Paul Eggert  <eggert@twinsun.com>
48387
48388         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
48389         problem with the QNX 4.25 shell, which doesn't propagate exit
48390         status of failed commands inside shell assignments.
48391
48392 1999-11-17  Jim Meyering  <meyering@ascend.com>
48393
48394         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
48395
48396 1999-11-07  Jim Meyering  <meyering@ascend.com>
48397
48398         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
48399
48400 1999-11-06  Jim Meyering  <meyering@ascend.com>
48401
48402         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
48403         * m4/jm-macros.m4 (jm_MACROS): Use it here.
48404
48405 1999-11-05  Jim Meyering  <meyering@ascend.com>
48406
48407         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
48408         configure.in of textutils, fileutils, and sh-utils into this one
48409         (shared between those packages) file.
48410         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
48411         AC_STRUCT_ST_BLKSIZE.
48412
48413 1999-11-03  Jim Meyering  <meyering@ascend.com>
48414
48415         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
48416         of AC_CHECK_TYPE checks includes unistd.h.
48417         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
48418         Suggestion from Akim Demaille.
48419
48420 1999-10-30  Jim Meyering  <meyering@ascend.com>
48421
48422         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
48423         m4-quoted string.
48424         * m4/ls-mntd-fs.m4: Likewise.
48425         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
48426         * m4/jm-winsz1.m4: Likewise.
48427
48428         * m4/const.m4: Remove file, since the fix made it into the experimental
48429         version of autoconf.
48430         * m4/mktime.m4: Likewise.
48431
48432         * m4/check-type.m4: Remove file, now that the latest version of
48433         AC_CHECK_TYPE takes a third arg to specify additional #includes.
48434
48435         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
48436         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
48437         AC_CHECK_TYPE.
48438
48439 1999-10-04  Jim Meyering  <meyering@ascend.com>
48440
48441         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
48442
48443 1999-09-22  Paul Eggert  <eggert@twinsun.com>
48444
48445         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
48446         2.95.1 bug with HP-UX 10.20.
48447
48448 1999-09-17  Jim Meyering  <meyering@ascend.com>
48449
48450         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
48451         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
48452         due to missing strdup (against sh-utils-2.0).
48453
48454 1999-08-29  Jim Meyering  <meyering@ascend.com>
48455
48456         * m4/jm-macros.m4: Require jm_BISON.
48457         * m4/bison.m4: New file.
48458
48459 1999-08-17  Paul Eggert  <eggert@twinsun.com>
48460
48461         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
48462         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
48463
48464 1999-08-05  Jim Meyering  <meyering@ascend.com>
48465
48466         * m4/getline.m4: Rename test file from conftestdata to conftest.data
48467         to avoid conflicts with `conftest' on 8+3 filesystems.
48468         Suggestion from Eli Zaretskii.
48469
48470 1999-08-04  Jim Meyering  <meyering@ascend.com>
48471
48472         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
48473         fileutils and sh-utils (textutils's getline test was inadequate).
48474         (AM_FUNC_GETLINE): Run this test.
48475         (AC_CHECK_FUNCS): Check for getdelim.
48476         Reported by Bob Proulx.
48477
48478 1999-08-02  Jim Meyering  <meyering@ascend.com>
48479
48480         * m4/jm-macros.m4: Add a comment.
48481
48482 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48483
48484         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
48485         <inttypes.h> defines strtoumax as a macro (and not as a
48486         function).
48487
48488 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48489
48490         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
48491         that we can shift, multiply and divide unsigned long long
48492         values; Ultrix cc can't do it.
48493
48494 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48495
48496         * m4/mktime.m4: New file, which is a preview of what should appear
48497         in the next public autoconf release.
48498
48499 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48500
48501         * m4/lfs.m4: Remove this file.
48502         * m4/largefile.m4: New file.  It contains the old contents of
48503         lfs.m4, except that all names with prefix AC_LFS have been
48504         changed to use the prefix AC_SYS_LARGEFILE instead, to be
48505         compatible with future autoconf versions.  Also, some minor m4
48506         quoting problems have been fixed.
48507
48508 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48509
48510         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
48511         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
48512         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
48513         and simplify the shell code.
48514
48515 1999-08-01  Jim Meyering  <meyering@ascend.com>
48516
48517         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
48518         m4.
48519
48520 1999-07-20  Jim Meyering  <meyering@ascend.com>
48521
48522         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
48523
48524 1999-07-15  Jim Meyering  <meyering@ascend.com>
48525
48526         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
48527
48528 1999-05-22  Jim Meyering  <meyering@ascend.com>
48529
48530         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
48531
48532 1999-05-20  Jim Meyering  <meyering@ascend.com>
48533
48534         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
48535         Add a colon after each `then' in case $4 is empty.
48536
48537 1999-05-16  Jim Meyering  <meyering@ascend.com>
48538
48539         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
48540
48541 1999-05-10  Jim Meyering  <meyering@ascend.com>
48542
48543         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
48544
48545         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
48546         AC_FUNC_MKTIME.
48547
48548 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
48549
48550         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
48551
48552 1999-05-04  Paul Eggert  <eggert@twinsun.com>
48553
48554         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
48555         not CPPFLAGS, so that linking works correctly in IRIX.
48556
48557 1999-04-30  Paul Eggert  <eggert@twinsun.com>
48558
48559         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
48560
48561 1999-04-20  Paul Eggert  <eggert@twinsun.com>
48562
48563         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
48564         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
48565         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
48566         jm_AC_TYPE_UNSIGNED_LONG_LONG.
48567         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
48568
48569         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
48570
48571 1999-04-20  Jim Meyering  <meyering@ascend.com>
48572
48573         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
48574         AC_REPLACE xstroull if necessary.  From Paul Eggert.
48575         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
48576
48577 1999-04-18  Jim Meyering  <meyering@ascend.com>
48578
48579         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
48580         * m4/jm-macros.m4: Use it.
48581
48582 1999-04-06  Jim Meyering  <meyering@ascend.com>
48583
48584         * m4/strftime.m4: Remove test for %f.
48585
48586 1999-03-29  Jim Meyering  <meyering@ascend.com>
48587
48588         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
48589         superset of the AC_TYPE_* checks in the textutils, fileutils,
48590         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
48591         AC_TYPE_PID_T.
48592
48593 1999-03-28  Jim Meyering  <meyering@ascend.com>
48594
48595         * m4/jm-macros.m4: Define GNU_PACKAGE here.
48596         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
48597         replaced e.g., in the *.sh files of the sh-utils.
48598
48599 1999-03-20  Jim Meyering  <meyering@ascend.com>
48600
48601         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
48602         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
48603         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
48604
48605 1999-03-19  Jim Meyering  <meyering@ascend.com>
48606
48607         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
48608
48609 1999-03-12  Jim Meyering  <meyering@ascend.com>
48610
48611         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
48612
48613 1999-03-07  Jim Meyering  <meyering@ascend.com>
48614
48615         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
48616         declared.
48617
48618 1999-02-17  Jim Meyering  <meyering@ascend.com>
48619
48620         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
48621         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
48622
48623 1999-02-07  Jim Meyering  <meyering@ascend.com>
48624
48625         * m4/group-member.m4: New file -- extracted from sh-utils'
48626         configure.in.
48627
48628         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
48629         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
48630
48631 1999-02-06  Jim Meyering  <meyering@ascend.com>
48632
48633         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
48634         * m4/fnmatch.m4: Likewise.
48635         * m4/getgroups.m4: Likewise.
48636         * m4/lstat.m4: Likewise.
48637         * m4/malloc.m4: Likewise.
48638         * m4/putenv.m4: Likewise.
48639         * m4/realloc.m4: Likewise.
48640         * m4/regex.m4: Likewise.
48641         * m4/stat.m4: Likewise.
48642         * m4/strftime.m4: Likewise.
48643         Suggestion from Alain Magloire.
48644
48645         * m4/chown.m4: Use `.$ac_objext', not `.o'.
48646         * m4/fnmatch.m4: Likewise.
48647         * m4/getgroups.m4: Likewise.
48648         * m4/getline.m4: Likewise.
48649         * m4/lstat.m4: Likewise.
48650         * m4/malloc.m4: Likewise.
48651         * m4/memcmp.m4: Likewise.
48652         * m4/putenv.m4: Likewise.
48653         * m4/realloc.m4: Likewise.
48654         * m4/regex.m4: Likewise.
48655         * m4/stat.m4: Likewise.
48656         * m4/strftime.m4: Likewise.
48657         Suggestion from Alain Magloire.
48658
48659         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
48660         an argument.
48661
48662         * m4/regex.m4: Add a run-time Test for proper operation of
48663         re_compile_pattern.
48664
48665 1999-01-31  Jim Meyering  <meyering@ascend.com>
48666
48667         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
48668
48669 1999-01-30  Jim Meyering  <meyering@ascend.com>
48670
48671         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
48672
48673         * m4/jm-mktime.m4: Make this a wrapper around the official
48674         AM_FUNC_MKTIME rather than my private copy, now that the official one
48675         is up to date.
48676         * m4/mktime.m4: Remove file.
48677
48678         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
48679         * m4/uptime.m4: Likewise.
48680         * m4/uintmax_t.m4: Likewise.
48681
48682 1999-01-28  Jim Meyering  <meyering@ascend.com>
48683
48684         * m4/jm-macros.m4: Use jm_AFS.
48685         * m4/afs.m4: New file (from fileutils' configure.in).
48686
48687         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
48688         * m4/chown.m4: Likewise.
48689         * m4/d-ino.m4: Likewise.
48690         * m4/d-type.m4: Likewise.
48691         * m4/fnmatch.m4: Likewise.
48692         * m4/getgroups.m4: Likewise.
48693         * m4/gettext.m4: Likewise.
48694         * m4/jm-mktime.m4: Likewise.
48695         * m4/jm-winsz2.m4: Likewise.
48696         * m4/lcmessage.m4: Likewise.
48697         * m4/ls-mntd-fs.m4: Likewise.
48698         * m4/malloc.m4: Likewise.
48699         * m4/memcmp.m4: Likewise.
48700         * m4/putenv.m4: Likewise.
48701         * m4/realloc.m4: Likewise.
48702         * m4/st_mtim.m4: Likewise.
48703         * m4/strftime.m4: Likewise.
48704
48705 1999-01-16  Jim Meyering  <meyering@ascend.com>
48706
48707         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
48708         (ARGMATCH_DIE_DECL): Define.
48709
48710 1999-01-12  Jim Meyering  <meyering@ascend.com>
48711
48712         * m4/Makefile.am.in: Rewrite to avoid using fmt.
48713         Reported by Lars Hecking.
48714
48715 1999-01-10  Jim Meyering  <meyering@ascend.com>
48716
48717         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
48718         gross kludge.
48719         * m4/inttypes_h.m4: Likewise.
48720         * m4/lstat.m4: Likewise.
48721         * m4/malloc.m4: Likewise.
48722         * m4/readdir.m4: Likewise.
48723         * m4/realloc.m4: Likewise.
48724         * m4/st_dm_mode.m4: Likewise.
48725         * m4/stat.m4: Likewise.
48726         * m4/utimbuf.m4: Likewise.
48727         * m4/utimes.m4: Likewise.
48728
48729         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
48730         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
48731         comments in config.h.in are meaningful.
48732
48733         * m4/jm-macros.m4: Require autoconf-2.13 here.
48734
48735         * m4/regex.m4: By default, don't use the included regex.c on systems
48736         with glibc 2.  Suggestion from Uli Drepper.
48737
48738 1999-01-02  Jim Meyering  <meyering@ascend.com>
48739
48740         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
48741
48742 1998-12-18  Jim Meyering  <meyering@ascend.com>
48743
48744         * m4/Makefile.am.in (Makefile.am): Simplify rule.
48745         Based on a suggestion from Lars Hecking.
48746
48747 1998-11-16  Paul Eggert  <eggert@twinsun.com>
48748
48749         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
48750
48751 1998-11-16  Jim Meyering  <meyering@ascend.com>
48752
48753         * m4/lfs.m4: Double-quote the `uname...` expression.
48754
48755 1998-11-14  Jim Meyering  <meyering@ascend.com>
48756
48757         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
48758         * m4/stat.m4: Likewise.
48759
48760 1998-11-03  Jim Meyering  <meyering@ascend.com>
48761
48762         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
48763         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
48764
48765 1998-10-18  Jim Meyering  <meyering@ascend.com>
48766
48767         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
48768
48769 1998-10-17  Jim Meyering  <meyering@ascend.com>
48770
48771         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
48772         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
48773         calls for those previously hard-coded headers.  Instead, take a new
48774         parameter.
48775         (jm_CHECK_DECLARATIONS): Reflect interface change.
48776         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
48777         (jm_CHECK_DECL_LOCALTIME_R): New macro.
48778
48779         * m4/mktime.m4: Test for spring-forward gap before long-running test.
48780
48781 1998-10-14  Jim Meyering  <meyering@ascend.com>
48782
48783         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
48784         instead of "TZ=America/Vancouver".  From Paul Eggert.
48785
48786 1998-10-11  Jim Meyering  <meyering@ascend.com>
48787
48788         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
48789         This adds a test for a recently added compatibility fix for mktime.c.
48790         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
48791
48792 1998-09-27  Jim Meyering  <meyering@ascend.com>
48793
48794         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
48795
48796         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
48797         ../configure.in, including a change from Gordon Matzigkeit to allow
48798         cross-compiling for the Hurd.
48799
48800         * m4/glibc.m4: New file/macro to test for the GNU C Library
48801         versions 1 and 2.  From Gordon Matzigkeit.
48802         Indent.
48803
48804 1998-09-21  Jim Meyering  <meyering@ascend.com>
48805
48806         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
48807
48808 1998-08-18  Paul Eggert  <eggert@twinsun.com>
48809
48810         Port nanosecond-resolution times to UnixWare 2.1.2 and
48811         pedantic Solaris 2.6.
48812
48813         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
48814         AC_STRUCT_ST_MTIM.
48815         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
48816         Generate name of ns member, instead of just 1 or undef.
48817         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
48818
48819 1998-08-15  Jim Meyering  <meyering@ascend.com>
48820
48821         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
48822         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
48823         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
48824         instead of jm_TYPE_SSIZE_T.
48825
48826 1998-08-12  Jim Meyering  <meyering@ascend.com>
48827
48828         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
48829
48830 1998-08-02  Jim Meyering  <meyering@ascend.com>
48831
48832         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
48833         in acconfig.h manually.
48834
48835 1998-07-31  Paul Eggert  <eggert@twinsun.com>
48836
48837         * m4/st_mtim.m4: New file.
48838
48839 1998-07-28  Jim Meyering  <meyering@ascend.com>
48840
48841         * m4/utimes.m4: Undef stat.
48842
48843 1998-07-25  Jim Meyering  <meyering@ascend.com>
48844
48845         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
48846         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
48847
48848 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
48849
48850         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
48851         uid and gid actually remain unchanged.
48852
48853 1998-07-07  Jim Meyering  <meyering@ascend.com>
48854
48855         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
48856
48857 1998-07-04  Jim Meyering  <meyering@ascend.com>
48858
48859         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
48860         to prove that this macro can be used in packages without regex.c.
48861
48862 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
48863
48864         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
48865         is to be used.
48866
48867 1998-07-03  Jim Meyering  <meyering@ascend.com>
48868
48869         * m4/gettext.m4: Add -lintl if it's found to be necessary.
48870
48871         * m4/gettext.m4: New file -- from gettext-0.10.35.
48872         * m4/lcmessage.m4: Likewise.
48873         * m4/progtest.m4: Likewise.
48874
48875         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
48876         * m4/jm-macros.m4: Require the new macro.
48877
48878 1998-06-29  Jim Meyering  <meyering@ascend.com>
48879
48880         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
48881         for the definition of NGROUPS (used in a system header included
48882         by sys/mount.h).
48883
48884 1998-06-28  Jim Meyering  <meyering@ascend.com>
48885
48886         * m4/ls-mntd-fs.m4: New file.
48887         * m4/fstypename.m4: New file.
48888
48889         * m4/jm-macros.m4: Require the new macro.
48890         * m4/jm-glibc-io.m4: New file.
48891
48892 1998-05-19  Jim Meyering  <meyering@ascend.com>
48893
48894         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
48895         * m4/lchown.m4: New file.
48896
48897         * m4/Makefile.am.in: New file.
48898         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
48899
48900 1998-05-14  Jim Meyering  <meyering@ascend.com>
48901
48902         * m4/Makefile.am (EXTRA_DIST): Add them.
48903         * m4/jm-macros.m4: New file.
48904         * m4/utimbuf.m4: New file.
48905
48906 1998-05-12  Jim Meyering  <meyering@ascend.com>
48907
48908         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
48909
48910 1998-05-11  Jim Meyering  <meyering@ascend.com>
48911
48912         * m4/isc-posix.m4: New file.
48913
48914 1998-05-10  Jim Meyering  <meyering@ascend.com>
48915
48916         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
48917
48918 1998-05-09  Jim Meyering  <meyering@ascend.com>
48919
48920         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
48921         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
48922         with automake.
48923
48924         * m4/ssize_t.m4: New file.
48925         * m4/mktime.m4: Remove file -- the new automake has this now.
48926
48927 1998-04-26  Jim Meyering  <meyering@ascend.com>
48928
48929         * m4/assert.m4: New file.
48930         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
48931
48932 1998-04-05  Jim Meyering  <meyering@ascend.com>
48933
48934         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
48935         (jm_PREREQ): Use it here.
48936
48937 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
48938
48939         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
48940         in acconfig.h.
48941
48942 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
48943
48944         * m4/prereq.m4: New file.
48945         * m4/error.m4: New file.
48946         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
48947
48948 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
48949
48950         * m4/getline.m4: Don't set am_cv_func_working_getline before the
48951         cache-check for the same variable -- that defeated the purpose of
48952         the test; the test program was never run.  This was a problem only
48953         on systems with losing getline functions -- HP-UX 10.20 is one.
48954         Reported by Bjorn Helgaas.
48955
48956 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
48957
48958         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
48959
48960 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
48961
48962         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
48963
48964         * m4/const.m4: New file.  Use an initializer in this declaration
48965         typedef int charset[2]; const charset x;
48966         Reported by Bob Glickstein.
48967
48968 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
48969
48970         * m4/chown.m4: Fix reversed types on -1 args to chown.
48971         From Kaveh Ghazi.
48972
48973 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
48974
48975         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
48976         Add lseek and memchr.
48977
48978         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
48979         T.E.Dickey <dickey@clark.net> said that some older preprocessors
48980         have a 20-character limit on names.
48981
48982 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
48983
48984         * m4/inttypes_h.m4: New file.
48985         * m4/uintmax_t.m4: New file.
48986         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
48987
48988
48989         -----
48990
48991         Local Variables:
48992         coding: utf-8
48993         End:
48994
48995         Copyright (C) 1997-2009 Free Software Foundation, Inc.
48996
48997         Copying and distribution of this file, with or without
48998         modification, are permitted provided the copyright notice
48999         and this notice are preserved.