3c3521a5524b99e13698b2f21a8dfd34cea36c90
[gnulib.git] / ChangeLog
1 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
2
3         strtod: avoid C99 decl-after-statement
4         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
5
6 2009-02-24  Eric Blake  <ebb9@byu.net>
7
8         strtod: detect HP-UX 11.31 bug
9         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
10         Reported by Gary V. Vaughan.
11
12 2009-02-23  Bruno Haible  <bruno@clisp.org>
13
14         Fix invalid read past end of memory block.
15         * lib/vasnprintf.c (DCHAR_SET): Define.
16         (local_wcslen): Define only when needed.
17         (local_strnlen, local_wcsnlen): New functions.
18         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
19         directives that involve a conversion ourselves.
20         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
21         wcsnlen, mbrtowc, wcrtomb.
22         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
23         * tests/test-vasprintf-posix.c (test_function): Likewise.
24         * tests/test-snprintf-posix.h (test_function): Likewise.
25         * tests/test-sprintf-posix.h (test_function): Likewise.
26         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27
28 2009-02-22  Bruno Haible  <bruno@clisp.org>
29
30         Implement new clarified decomposition of Hangul syllables.
31         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
32         of type LTV, return only a pairwise decomposition.
33         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
34         Likewise.
35         * tests/uninorm/test-decomposition.c (main): Updated expected result.
36         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
37         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
38
39 2009-02-22  Bruno Haible  <bruno@clisp.org>
40
41         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
42         zero-length results and shrink excess allocated memory.
43         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
44         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
45         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
46         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
47         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
48         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
49         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
50         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
51         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
52         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
53         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
54         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
55
56 2009-02-21  Bruno Haible  <bruno@clisp.org>
57
58         * doc/gnulib.texi: Include safe-alloc.texi earlier.
59         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
60         spaces after a period. Put a space between a macro name and its
61         argument list. Trivial rewordings.
62         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
63         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
64         (main): Return 0 explicitly.
65
66 2009-02-21  Bruno Haible  <bruno@clisp.org>
67
68         Tests for module 'uninorm/filter'.
69         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
70         * modules/uninorm/filter-tests: New file.
71
72         New module 'uninorm/filter'.
73         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
74         uninorm_filter_flush, uninorm_filter_free): New declarations.
75         * lib/uninorm/uninorm-filter.c: New file.
76         * modules/uninorm/filter: New file.
77
78 2009-02-21  Bruno Haible  <bruno@clisp.org>
79
80         Tests for module 'uninorm/nfkc'.
81         * tests/uninorm/test-nfkc.c: New file.
82         * tests/uninorm/test-u8-nfkc.c: New file.
83         * tests/uninorm/test-u16-nfkc.c: New file.
84         * tests/uninorm/test-u32-nfkc.c: New file.
85         * tests/uninorm/test-u32-nfkc-big.sh: New file.
86         * tests/uninorm/test-u32-nfkc-big.c: New file.
87         * modules/uninorm/nfkc-tests: New file.
88
89         New module 'uninorm/nfkc'.
90         * lib/uninorm/nfkc.c: New file.
91         * modules/uninorm/nfkc: New file.
92
93         Tests for module 'uninorm/nfkd'.
94         * tests/uninorm/test-nfkd.c: New file.
95         * tests/uninorm/test-u8-nfkd.c: New file.
96         * tests/uninorm/test-u16-nfkd.c: New file.
97         * tests/uninorm/test-u32-nfkd.c: New file.
98         * tests/uninorm/test-u32-nfkd-big.sh: New file.
99         * tests/uninorm/test-u32-nfkd-big.c: New file.
100         * modules/uninorm/nfkd-tests: New file.
101
102         New module 'uninorm/nfkd'.
103         * lib/uninorm/nfkd.c: New file.
104         * modules/uninorm/nfkd: New file.
105
106         Tests for module 'uninorm/nfc'.
107         * tests/uninorm/test-nfc.c: New file.
108         * tests/uninorm/test-u8-nfc.c: New file.
109         * tests/uninorm/test-u16-nfc.c: New file.
110         * tests/uninorm/test-u32-nfc.c: New file.
111         * tests/uninorm/test-u32-nfc-big.sh: New file.
112         * tests/uninorm/test-u32-nfc-big.c: New file.
113         * modules/uninorm/nfc-tests: New file.
114
115         New module 'uninorm/nfc'.
116         * lib/uninorm/nfc.c: New file.
117         * modules/uninorm/nfc: New file.
118
119         Tests for module 'uninorm/nfd'.
120         * tests/uninorm/test-nfd.c: New file.
121         * tests/uninorm/test-u8-nfd.c: New file.
122         * tests/uninorm/test-u16-nfd.c: New file.
123         * tests/uninorm/test-u32-nfd.c: New file.
124         * tests/uninorm/test-u32-nfd-big.sh: New file.
125         * tests/uninorm/test-u32-nfd-big.c: New file.
126         * tests/uninorm/test-u32-normalize-big.h: New file.
127         * tests/uninorm/test-u32-normalize-big.c: New file.
128         * tests/uninorm/NormalizationTest.txt: New file, created from
129         Unicode 5.1.0 NormalizationTest.txt.
130         * modules/uninorm/nfd-tests: New file.
131
132         New module 'uninorm/nfd'.
133         * lib/uninorm/nfd.c: New file.
134         * modules/uninorm/nfd: New file.
135
136         New module 'uninorm/u32-normalize'.
137         * lib/uninorm/u32-normalize.c: New file.
138         * modules/uninorm/u32-normalize: New file.
139
140         New module 'uninorm/u16-normalize'.
141         * lib/uninorm/u16-normalize.c: New file.
142         * modules/uninorm/u16-normalize: New file.
143
144         New module 'uninorm/u8-normalize'.
145         * lib/uninorm/u8-normalize.c: New file.
146         * lib/uninorm/normalize-internal.h: New file.
147         * lib/uninorm/u-normalize-internal.h: New file.
148         * modules/uninorm/u8-normalize: New file.
149
150         New module 'uninorm/decompose-internal'.
151         * lib/uninorm/decompose-internal.c: New file.
152         * modules/uninorm/decompose-internal: New file.
153
154         Tests for module 'uninorm/composition'.
155         * tests/uninorm/test-composition.c: New file.
156         * modules/uninorm/composition-tests: New file.
157
158         New module 'uninorm/composition'.
159         * lib/uninorm/composition.c: New file.
160         * lib/uninorm/composition-table.gperf: New file, generated by
161         gen-uni-tables.
162         * modules/uninorm/composition: New file.
163
164         Tests for module 'uninorm/compat-decomposition'.
165         * tests/uninorm/test-compat-decomposition.c: New file.
166         * modules/uninorm/compat-decomposition-tests: New file.
167
168         New module 'uninorm/compat-decomposition'.
169         * lib/uninorm/decompose-internal.h: New file.
170         * lib/uninorm/compat-decomposition.c: New file.
171         * modules/uninorm/compat-decomposition: New file.
172
173         Tests for module 'uninorm/canonical-decomposition'.
174         * tests/uninorm/test-canonical-decomposition.c: New file.
175         * modules/uninorm/canonical-decomposition-tests: New file.
176
177         New module 'uninorm/canonical-decomposition'.
178         * lib/uninorm/canonical-decomposition.c: New file.
179         * modules/uninorm/canonical-decomposition: New file.
180
181         Tests for module 'uninorm/decomposition'.
182         * tests/uninorm/test-decomposition.c: New file.
183         * modules/uninorm/decomposition-tests: New file.
184
185         New module 'uninorm/decomposition'.
186         * lib/uninorm/decomposition.c: New file.
187         * modules/uninorm/decomposition: New file.
188
189         New module 'uninorm/decomposition-table'.
190         * lib/uninorm/decomposition-table.h: New file.
191         * lib/uninorm/decomposition-table.c: New file.
192         * lib/uninorm/decomposition-table1.h: New file, generated by
193         gen-uni-tables.
194         * lib/uninorm/decomposition-table2.h: New file, generated by
195         gen-uni-tables.
196         * modules/uninorm/decomposition-table: New file.
197
198         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
199         (UC_DECOMP_*): New enumeration items.
200         (get_decomposition): New function.
201         (struct decomp_table): New type.
202         (output_decomposition, output_decomposition_tables): New functions.
203         (unicode_composition_exclusions): New variable.
204         (fill_composition_exclusions, debug_output_composition_tables): New
205         functions.
206         (main): Accept one more argument. Invoke fill_composition_exclusions.
207         Output decomposition and composition tables.
208
209         New module 'uninorm/base'.
210         * lib/uninorm.h: New file.
211         * lib/unictype.h: Update comment.
212         * modules/uninorm/base: New file.
213
214 2009-02-21  David Lutterkort  <lutter@redhat.com>
215
216         Tests for module 'safe-alloc'.
217         * tests/test-safe-alloc.c: New file.
218         * modules/safe-alloc-tests: New file.
219
220         New module 'safe-alloc'.
221         * lib/safe-alloc.h: New file.
222         * lib/safe-alloc.c: New file.
223         * m4/safe-alloc.m4: New file.
224         * modules/safe-alloc: New file.
225         * doc/safe-alloc.texi: New file.
226         * doc/gnulib.texi: Include it.
227         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
228         safe-alloc.
229
230 2009-02-18  Bruno Haible  <bruno@clisp.org>
231
232         Fix link error on non-glibc systems.
233         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
234         variable.
235         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
236
237 2009-02-18  Jim Meyering  <meyering@redhat.com>
238
239         fts: avoid used-uninitialized error due to recent change
240         * lib/fts.c (fts_read): Guard uses of the new member,
241         parent->fts_n_dirs_remaining, since it's not relevant for
242         the parent of a directory specified on the command-line.
243
244 2009-02-17  James Youngman  <jay@gnu.org>
245             Bruno Haible  <bruno@clisp.org>
246
247         * m4/include_next.m4: Reformulate comment.
248
249 2009-02-16  Jim Meyering  <meyering@redhat.com>
250
251         fts: add #if guards so that the fts_lgpl module still builds
252         * lib/fts.c: Guard just-added hash-table-using parts with
253         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
254         Reported by Simon Josefsson.
255
256 2009-02-15  Bruno Haible  <bruno@clisp.org>
257
258         * modules/array-mergesort-tests: New file.
259         * tests/test-array-mergesort.c: New file.
260
261         New module 'array-mergesort'.
262         * modules/array-mergesort: New file.
263         * lib/array-mergesort.h: New file.
264
265 2009-02-15  Bruno Haible  <bruno@clisp.org>
266
267         Fix 2009-02-07 commit.
268         * lib/gen-uni-tables.c (output_predicate, output_category,
269         output_combclass, output_bidi_category, output_decimal_digit,
270         output_digit, output_numeric, output_mirror, output_scripts,
271         output_ident_category, output_simple_mapping): Fix format directives.
272         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
273
274 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
275
276         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
277         fixes are available from IBM.
278
279 2009-02-13  Jim Meyering  <meyering@redhat.com>
280
281         fts: arrange not to stat non-directories in more cases
282         This makes GNU find (when it doesn't need to stat each file)
283         *much* more efficient at traversing reiserfs file systems.
284         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
285         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
286         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
287         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
288         (leaf_optimization_applies): New function.
289         (LCO_hash, LCO_compare): New helper functions.
290         (link_count_optimize_ok): New function.
291         (fts_stat): Initialize new member (if dir).
292         (fts_read): Decrement parent's fts_n_dirs_remaining count if
293         we've just stat'ed a directory.  Skip the stat call when possible.
294         ---
295         Note this AFS-related exchange:
296         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
297         and note find's pioctl call in find/fstype.c.
298         But that is necessary only if you want to enable the
299         optimization for AFS, and for now, I don't.
300
301         fts: move a function definition "up" (no semantic change)
302         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
303         "up" to precede upcoming use of a related function.
304
305 2009-02-11  Jim Meyering  <meyering@redhat.com>
306
307         fts: correct internal computation of nlinks (optimization-related)
308         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
309         whether the current entry is a directory, so don't test it.
310
311 2009-02-10  Bruno Haible  <bruno@clisp.org>
312
313         Tests for module 'uniwbrk/ulc-wordbreaks'.
314         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
315         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
316         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
317
318         Tests for module 'uniwbrk/u32-wordbreaks'.
319         * modules/uniwbrk/u32-wordbreaks-tests: New file.
320         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
321
322         Tests for module 'uniwbrk/u16-wordbreaks'.
323         * modules/uniwbrk/u16-wordbreaks-tests: New file.
324         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
325
326         Tests for module 'uniwbrk/u8-wordbreaks'.
327         * modules/uniwbrk/u8-wordbreaks-tests: New file.
328         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
329
330 2009-02-10  Bruno Haible  <bruno@clisp.org>
331
332         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
333         property.
334         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
335         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
336         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
337
338 2009-02-10  Simon Josefsson  <simon@josefsson.org>
339
340         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
341         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
342
343 2009-02-10  Bruno Haible  <bruno@clisp.org>
344
345         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
346         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
347         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
348         * lib/unilbrk/u8-possible-linebreaks.c: Update.
349         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
350         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
351
352 2009-02-09  Simon Josefsson  <simon@josefsson.org>
353
354         * lib/sockets.h (gl_fd_to_handle): New function.
355
356         * tests/test-sockets.c: Call gl_fd_to_handle.
357
358 2009-02-09  Bruno Haible  <bruno@clisp.org>
359
360         * doc/havelib.texi: Document the conventions on bi-arch systems.
361
362 2009-02-08  Bruno Haible  <bruno@clisp.org>
363
364         Document the AC_LIB_LINKFLAGS macro.
365         * doc/havelib.texi: New file, mostly written on 2005-05-24.
366         * doc/gnulib.texi: Include it.
367
368 2009-02-08  Bruno Haible  <bruno@clisp.org>
369
370         Fix wrong order of sections, compared to TOC.
371         * doc/gnulib.texi: Include relocatable-maint.texi after the
372         "Regular expressions" node, not before.
373
374 2009-02-08  Bruno Haible  <bruno@clisp.org>
375
376         Tests for module 'unicase/totitle'.
377         * modules/unicase/totitle-tests: New file.
378
379         Tests for module 'unicase/tolower'.
380         * modules/unicase/tolower-tests: New file.
381
382         Tests for module 'unicase/toupper'.
383         * modules/unicase/toupper-tests: New file.
384         * tests/unicase/test-mapping-part1.h: New file.
385         * tests/unicase/test-mapping-part2.h: New file.
386
387         New module 'unicase/totitle'.
388         * modules/unicase/totitle: New file.
389         * lib/unicase/totitle.c: New file.
390
391         New module 'unicase/tolower'.
392         * modules/unicase/tolower: New file.
393         * lib/unicase/tolower.c: New file.
394
395         New module 'unicase/toupper'.
396         * modules/unicase/toupper: New file.
397         * lib/unicase/toupper.c: New file.
398         * lib/unicase/simple-mapping.h: New file.
399
400         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
401         (mapping_table): New structure.
402         (output_simple_mapping): New function.
403         (main): Invoke output_simple_mapping_test and output_simple_mapping.
404         * modules/gen-uni-tables (Description): Update.
405         * lib/unicase/toupper.h: New file, automatically generated by
406         gen-uni-tables.
407         * lib/unicase/tolower.h: New file, automatically generated by
408         gen-uni-tables.
409         * lib/unicase/totitle.h: New file, automatically generated by
410         gen-uni-tables.
411         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
412         gen-uni-tables.
413         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
414         gen-uni-tables.
415         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
416         gen-uni-tables.
417
418         New module 'unicase/base'.
419         * modules/unicase/base: New file.
420         * lib/unicase.h: New file.
421
422 2009-02-08  Bruno Haible  <bruno@clisp.org>
423
424         New module 'uniwbrk/ulc-wordbreaks'.
425         * modules/uniwbrk/ulc-wordbreaks: New file.
426         * lib/uniwbrk/ulc-wordbreaks.c: New file.
427
428         New module 'uniwbrk/u32-wordbreaks'.
429         * modules/uniwbrk/u32-wordbreaks: New file.
430         * lib/uniwbrk/u32-wordbreaks.c: New file.
431
432         New module 'uniwbrk/u16-wordbreaks'.
433         * modules/uniwbrk/u16-wordbreaks: New file.
434         * lib/uniwbrk/u16-wordbreaks.c: New file.
435
436         New module 'uniwbrk/u8-wordbreaks'.
437         * modules/uniwbrk/u8-wordbreaks: New file.
438         * lib/uniwbrk/u8-wordbreaks.c: New file.
439         * lib/uniwbrk/u-wordbreaks.h: New file.
440
441         New module 'uniwbrk/table'.
442         * modules/uniwbrk/table: New file.
443         * lib/uniwbrk/wbrktable.h: New file.
444         * lib/uniwbrk/wbrktable.c: New file.
445
446         New module 'uniwbrk/wordbreak-property'.
447         * modules/uniwbrk/wordbreak-property: New file.
448         * lib/uniwbrk/wordbreak-property.c: New file.
449
450         * lib/gen-uni-tables.c (WBP_*): New enum items.
451         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
452         (unicode_org_wbp): New variable.
453         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
454         New functions.
455         (wbp_table): New structure.
456         (output_wbp, output_wbrk_tables): New functions.
457         (main): Accept additional argument. Invoke fill_org_wbp,
458         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
459         output_wbrk_tables.
460         * modules/gen-uni-tables (Description): Update.
461         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
462         gen-uni-tables.
463
464         New module 'uniwbrk/base'.
465         * modules/uniwbrk/base: New file.
466         * lib/uniwbrk.h: New file.
467
468 2009-02-08  Bruno Haible  <bruno@clisp.org>
469
470         Update to Unicode 5.1.0.
471         * lib/gen-uni-tables.c (is_property_alphabetic): Include
472         U+2185..U+2188.
473         (is_property_default_ignorable_code_point): Don't include characters
474         of category Cc or Cs and not-a-characters.
475         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
476         U+0D79, U+109E, U+109F, U+A60C.
477         * lib/unictype/bidi_of.h: Regenerated.
478         * lib/unictype/blocks.h: Regenerated.
479         * lib/unictype/categ_C.h: Regenerated.
480         * lib/unictype/categ_Cf.h: Regenerated.
481         * lib/unictype/categ_Cn.h: Regenerated.
482         * lib/unictype/categ_L.h: Regenerated.
483         * lib/unictype/categ_Ll.h: Regenerated.
484         * lib/unictype/categ_Lm.h: Regenerated.
485         * lib/unictype/categ_Lo.h: Regenerated.
486         * lib/unictype/categ_Lu.h: Regenerated.
487         * lib/unictype/categ_M.h: Regenerated.
488         * lib/unictype/categ_Mc.h: Regenerated.
489         * lib/unictype/categ_Me.h: Regenerated.
490         * lib/unictype/categ_Mn.h: Regenerated.
491         * lib/unictype/categ_N.h: Regenerated.
492         * lib/unictype/categ_Nd.h: Regenerated.
493         * lib/unictype/categ_Nl.h: Regenerated.
494         * lib/unictype/categ_No.h: Regenerated.
495         * lib/unictype/categ_P.h: Regenerated.
496         * lib/unictype/categ_Pd.h: Regenerated.
497         * lib/unictype/categ_Pe.h: Regenerated.
498         * lib/unictype/categ_Pf.h: Regenerated.
499         * lib/unictype/categ_Pi.h: Regenerated.
500         * lib/unictype/categ_Po.h: Regenerated.
501         * lib/unictype/categ_Ps.h: Regenerated.
502         * lib/unictype/categ_S.h: Regenerated.
503         * lib/unictype/categ_Sk.h: Regenerated.
504         * lib/unictype/categ_Sm.h: Regenerated.
505         * lib/unictype/categ_So.h: Regenerated.
506         * lib/unictype/categ_of.h: Regenerated.
507         * lib/unictype/combining.h: Regenerated.
508         * lib/unictype/ctype_alnum.h: Regenerated.
509         * lib/unictype/ctype_alpha.h: Regenerated.
510         * lib/unictype/ctype_graph.h: Regenerated.
511         * lib/unictype/ctype_lower.h: Regenerated.
512         * lib/unictype/ctype_print.h: Regenerated.
513         * lib/unictype/ctype_punct.h: Regenerated.
514         * lib/unictype/ctype_upper.h: Regenerated.
515         * lib/unictype/decdigit.h: Regenerated.
516         * lib/unictype/digit.h: Regenerated.
517         * lib/unictype/mirror.h: Regenerated.
518         * lib/unictype/numeric.h: Regenerated.
519         * lib/unictype/pr_alphabetic.h: Regenerated.
520         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
521         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
522         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
523         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
524         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
525         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
526         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
527         * lib/unictype/pr_combining.h: Regenerated.
528         * lib/unictype/pr_dash.h: Regenerated.
529         * lib/unictype/pr_decimal_digit.h: Regenerated.
530         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
531         * lib/unictype/pr_deprecated.h: Regenerated.
532         * lib/unictype/pr_diacritic.h: Regenerated.
533         * lib/unictype/pr_extender.h: Regenerated.
534         * lib/unictype/pr_format_control.h: Regenerated.
535         * lib/unictype/pr_grapheme_base.h: Regenerated.
536         * lib/unictype/pr_grapheme_extend.h: Regenerated.
537         * lib/unictype/pr_grapheme_link.h: Regenerated.
538         * lib/unictype/pr_id_continue.h: Regenerated.
539         * lib/unictype/pr_id_start.h: Regenerated.
540         * lib/unictype/pr_ideographic.h: Regenerated.
541         * lib/unictype/pr_ignorable_control.h: Regenerated.
542         * lib/unictype/pr_lowercase.h: Regenerated.
543         * lib/unictype/pr_math.h: Regenerated.
544         * lib/unictype/pr_numeric.h: Regenerated.
545         * lib/unictype/pr_other_alphabetic.h: Regenerated.
546         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
547         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
548         * lib/unictype/pr_other_id_continue.h: Regenerated.
549         * lib/unictype/pr_other_lowercase.h: Regenerated.
550         * lib/unictype/pr_other_math.h: Regenerated.
551         * lib/unictype/pr_punctuation.h: Regenerated.
552         * lib/unictype/pr_sentence_terminal.h: Regenerated.
553         * lib/unictype/pr_soft_dotted.h: Regenerated.
554         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
555         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
556         * lib/unictype/pr_unified_ideograph.h: Regenerated.
557         * lib/unictype/pr_uppercase.h: Regenerated.
558         * lib/unictype/pr_xid_continue.h: Regenerated.
559         * lib/unictype/pr_xid_start.h: Regenerated.
560         * lib/unictype/pr_zero_width.h: Regenerated.
561         * lib/unictype/scripts.h: Regenerated.
562         * lib/unictype/scripts_byname.gperf: Regenerated.
563         * lib/unictype/sy_java_ident.h: Regenerated.
564         * lib/unilbrk/lbrkprop1.h: Regenerated.
565         * lib/unilbrk/lbrkprop2.h: Regenerated.
566         * tests/unictype/test-categ_C.c: Regenerated.
567         * tests/unictype/test-categ_Cf.c: Regenerated.
568         * tests/unictype/test-categ_Cn.c: Regenerated.
569         * tests/unictype/test-categ_L.c: Regenerated.
570         * tests/unictype/test-categ_Ll.c: Regenerated.
571         * tests/unictype/test-categ_Lm.c: Regenerated.
572         * tests/unictype/test-categ_Lo.c: Regenerated.
573         * tests/unictype/test-categ_Lu.c: Regenerated.
574         * tests/unictype/test-categ_M.c: Regenerated.
575         * tests/unictype/test-categ_Mc.c: Regenerated.
576         * tests/unictype/test-categ_Me.c: Regenerated.
577         * tests/unictype/test-categ_Mn.c: Regenerated.
578         * tests/unictype/test-categ_N.c: Regenerated.
579         * tests/unictype/test-categ_Nd.c: Regenerated.
580         * tests/unictype/test-categ_Nl.c: Regenerated.
581         * tests/unictype/test-categ_No.c: Regenerated.
582         * tests/unictype/test-categ_P.c: Regenerated.
583         * tests/unictype/test-categ_Pd.c: Regenerated.
584         * tests/unictype/test-categ_Pe.c: Regenerated.
585         * tests/unictype/test-categ_Pf.c: Regenerated.
586         * tests/unictype/test-categ_Pi.c: Regenerated.
587         * tests/unictype/test-categ_Po.c: Regenerated.
588         * tests/unictype/test-categ_Ps.c: Regenerated.
589         * tests/unictype/test-categ_S.c: Regenerated.
590         * tests/unictype/test-categ_Sk.c: Regenerated.
591         * tests/unictype/test-categ_Sm.c: Regenerated.
592         * tests/unictype/test-categ_So.c: Regenerated.
593         * tests/unictype/test-ctype_alnum.c: Regenerated.
594         * tests/unictype/test-ctype_alpha.c: Regenerated.
595         * tests/unictype/test-ctype_graph.c: Regenerated.
596         * tests/unictype/test-ctype_lower.c: Regenerated.
597         * tests/unictype/test-ctype_print.c: Regenerated.
598         * tests/unictype/test-ctype_punct.c: Regenerated.
599         * tests/unictype/test-ctype_upper.c: Regenerated.
600         * tests/unictype/test-decdigit.h: Regenerated.
601         * tests/unictype/test-digit.h: Regenerated.
602         * tests/unictype/test-numeric.h: Regenerated.
603         * tests/unictype/test-pr_alphabetic.c: Regenerated.
604         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
605         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
606         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
607         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
608         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
609         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
610         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
611         * tests/unictype/test-pr_combining.c: Regenerated.
612         * tests/unictype/test-pr_dash.c: Regenerated.
613         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
614         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
615         * tests/unictype/test-pr_deprecated.c: Regenerated.
616         * tests/unictype/test-pr_diacritic.c: Regenerated.
617         * tests/unictype/test-pr_extender.c: Regenerated.
618         * tests/unictype/test-pr_format_control.c: Regenerated.
619         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
620         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
621         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
622         * tests/unictype/test-pr_id_continue.c: Regenerated.
623         * tests/unictype/test-pr_id_start.c: Regenerated.
624         * tests/unictype/test-pr_ideographic.c: Regenerated.
625         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
626         * tests/unictype/test-pr_lowercase.c: Regenerated.
627         * tests/unictype/test-pr_math.c: Regenerated.
628         * tests/unictype/test-pr_numeric.c: Regenerated.
629         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
630         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
631         Regenerated.
632         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
633         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
634         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
635         * tests/unictype/test-pr_other_math.c: Regenerated.
636         * tests/unictype/test-pr_punctuation.c: Regenerated.
637         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
638         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
639         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
640         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
641         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
642         * tests/unictype/test-pr_uppercase.c: Regenerated.
643         * tests/unictype/test-pr_xid_continue.c: Regenerated.
644         * tests/unictype/test-pr_xid_start.c: Regenerated.
645         * tests/unictype/test-pr_zero_width.c: Regenerated.
646
647         Update to Unicode 5.1.0.
648         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
649         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
650         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
651         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
652         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
653         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
654         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
655         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
656         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
657         (nonspacing_table_ind): Update.
658         * tests/uniwidth/test-uc_width2.sh: Update expected result.
659
660         Update to Unicode 5.1.0.
661         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
662         code transform.
663         * lib/uniname/uniname.c (unicode_character_name,
664         unicode_name_character): Add the range 0x1Fxxx to the code transform.
665         * lib/uniname/uninames.h: Regenerated.
666         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
667
668 2009-02-07  Bruno Haible  <bruno@clisp.org>
669
670         Merge gen-ctype and gen-lbrk into a single program.
671         * lib/gen-uni-tables.c: New file, incorporating
672         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
673         Add directory prefixes to the names of the generated files.
674         * lib/unictype/gen-ctype.c: Remove file.
675         * lib/unilbrk/gen-lbrk.c: Remove file.
676         * modules/gen-uni-tables: New file.
677         * modules/unictype/gen-ctype: Remove file.
678         * modules/unilbrk/gen-lbrk: Remove file.
679
680 2009-02-07  Bruno Haible  <bruno@clisp.org>
681
682         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
683
684         New module 'unistr/u32-strcoll'.
685         * modules/unistr/u32-strcoll: New file.
686         * lib/unistr/u32-strcoll.c: New file.
687
688         New module 'unistr/u16-strcoll'.
689         * modules/unistr/u16-strcoll: New file.
690         * lib/unistr/u16-strcoll.c: New file.
691
692         New module 'unistr/u8-strcoll'.
693         * modules/unistr/u8-strcoll: New file.
694         * lib/unistr/u8-strcoll.c: New file.
695         * lib/unistr/u-strcoll.h: New file.
696
697 2009-02-07  Bruno Haible  <bruno@clisp.org>
698
699         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
700         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
701         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
702         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
703         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
704         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
705
706 2009-02-07  Bruno Haible  <bruno@clisp.org>
707
708         Make 64-bit clean.
709         * lib/unictype/gen-ctype.c (output_predicate, output_category,
710         output_combclass, output_bidi_category, output_decimal_digit,
711         output_digit, output_numeric, output_mirror, output_scripts,
712         output_ident_category): Use proper width specifier in format strings.
713
714 2009-02-07  Bruno Haible  <bruno@clisp.org>
715
716         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
717         failure behaviour.
718
719 2009-02-07  Jim Meyering  <meyering@redhat.com>
720
721         regex: avoid compilation failure with upcoming gcc-4.4
722         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
723         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
724         "... error: integer overflow in preprocessor expression".
725
726 2009-02-05  Ben Pfaff  <blp@gnu.org>
727
728         Fix link errors on Windows when close module is used.
729         * modules/close: Add $(LIB_CLOSE) to Link section.
730         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
731         $(LIB_CLOSE) on Windows.
732
733 2009-02-05  Jim Meyering  <meyering@redhat.com>
734
735         still avoid unused-parameter warnings, but do it cleanly
736         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
737         (get_fs_usage): Cast to void instead.
738         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
739         (dev_from_mount_options, read_file_system_list): Cast to void.
740         Prompted by Bruno Haible.
741
742 2009-02-04  Jim Meyering  <meyering@redhat.com>
743
744         fsusage.c: correct copyright year
745         * lib/fsusage.c: Reflect year in which the change is pushed into
746
747         avoid misc. warnings
748         * lib/fsusage.c (UNUSED_PARAM): Define.
749         (get_fs_usage): Mark parameter "disk" as unused.
750         * lib/getugroups.c (getgrent): Use "void" in prototype.
751         * lib/mountlist.c: Mark unused parameters.
752         (read_file_system_list): Declare a local with "const".
753         * lib/nanosleep.c (getnow): Declare static.
754         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
755
756         dirfd: set errno upon failure
757         * lib/dirfd.c: Include <errno.h>.
758         Set errno to ENOTSUP when returning -1.
759         * modules/dirfd (Depends-on): Add errno.
760         Suggested by John Kodis <kodis@comcast.net>.
761
762 2009-02-01  Bruno Haible  <bruno@clisp.org>
763
764         Don't assume sizeof (long) >= sizeof (void *).
765         * lib/memcmp.c: Include stdint.h.
766         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
767         srcp2 to 'const byte *'.
768         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
769         types to uintptr_t.
770         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
771         * modules/memcmp (Depends-on): Add stdint.
772         Reported by Ozkan Sezer <sezeroz@gmail.com>.
773
774 2009-01-30  Eric Blake  <ebb9@byu.net>
775
776         fix more require-before-expand issues
777         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
778         expand, AC_PROG_AWK.
779         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
780
781 2009-01-28  Eric Blake  <ebb9@byu.net>
782
783         version-etc: use consistent URL formatting
784         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
785         Improve formatting.  Use fputs for string without %.
786
787 2009-01-28  Jim Meyering  <meyering@redhat.com>
788
789         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
790         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
791         "underquoted definition of NAME" from autoconf-2.59.
792
793 2009-01-28  Bruno Haible  <bruno@clisp.org>
794
795         * doc/gnulib.texi: Add "Obsolete modules" to index.
796
797 2009-01-28  Jim Meyering  <meyering@redhat.com>
798
799         useless-if-before-free: recognize more variants
800         * build-aux/useless-if-before-free: Also recognize e.g.,
801         if (NULL != p) free (p);
802
803 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
804
805         test-getaddrinfo: skip (don't fail) this test when there's no network
806         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
807         on the presumption that it means you lack network access.
808
809 2009-01-26  Jim Meyering  <meyering@redhat.com>
810
811         fflush: avoid warnings on modern systems
812         * lib/fflush.c (rpl_fflush): Move declarations of locals,
813         pos and result, into scopes where they're used.
814
815 2009-01-26  Eric Blake  <ebb9@byu.net>
816
817         Silence warning reintroduced by recent extensions patch.
818         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
819         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
820         autoconf.
821
822         Backport improved autoconf semantics of AC_DEFUN_ONCE.
823         * m4/00gnulib.m4: New file.
824         * gnulib-tool (func_get_filelist): Always use it.
825         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
826         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
827
828 2009-01-25  Bruno Haible  <bruno@clisp.org>
829
830         Make test-quotearg work on MacOS X and AIX.
831         * tests/test-quotearg.sh: New file.
832         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
833         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
834         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
835         include <libintl.h>.
836         (fake_locale): Remove variable.
837         (gettext, dgettext, dcgettext): Remove functions.
838         (main): Instead of setting a fake locale, set a real locale. Call
839         textdomain and bindtextdomain.
840         * modules/quotearg-tests (Files): Add the new files.
841         (Depends-on): Add gettext, setenv, unsetenv.
842         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
843         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
844         Augment TESTS_ENVIRONMENT.
845
846 2009-01-25  Bruno Haible  <bruno@clisp.org>
847
848         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
849         fr_FR.ISO8859-1 locale on MacOS X.
850         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
851         ja_JP.eucJP locale on MacOS X.
852         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
853         zh_CN.GB18030 locale on MacOS X.
854
855 2009-01-25  Bruno Haible  <bruno@clisp.org>
856
857         Avoid link errors on MacOS X 10.3.
858         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
859         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
860
861 2009-01-25  Bruno Haible  <bruno@clisp.org>
862
863         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
864         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
865         * modules/pipe (Files): Remove m4/posix_spawn.m4.
866         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
867         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
868         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
869         posix_spawnattr_init, posix_spawnattr_setsigmask,
870         posix_spawnattr_setflags, posix_spawnattr_destroy.
871
872         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
873         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
874         * modules/execute (Files): Remove m4/posix_spawn.m4.
875         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
876         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
877         posix_spawnattr_init, posix_spawnattr_setsigmask,
878         posix_spawnattr_setflags, posix_spawnattr_destroy.
879
880 2009-01-25  Bruno Haible  <bruno@clisp.org>
881
882         * lib/glthread/threadlib.c: Include <stdlib.h>.
883
884 2009-01-25  Bruno Haible  <bruno@clisp.org>
885
886         * lib/glthread/threadlib.c (dummy): New declaration.
887
888 2009-01-25  Bruno Haible  <bruno@clisp.org>
889
890         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
891         multibyte characters also for the GB18030 encoding. Don't crash when
892         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
893
894 2009-01-25  Bruno Haible  <bruno@clisp.org>
895
896         Avoid redefining 'struct random_data' on OSF/1 5.1.
897         * lib/stdlib.in.h: Include <random.h> if it exists.
898         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
899         HAVE_RANDOM_H. Include <random.h> when testing whether
900         'struct random_data' exists.
901         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
902
903 2009-01-25  Bruno Haible  <bruno@clisp.org>
904
905         Don't install charset.alias on MacOS X >= 10.3.
906         * lib/localcharset.c (DARWIN7): New macro.
907         (get_charset_aliases): Hardcode the result for Darwin7.
908         * modules/localcharset (install-exec-local): Don't install
909         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
910
911 2009-01-25  Bruno Haible  <bruno@clisp.org>
912
913         Don't install charset.alias on mingw and Cygwin.
914         * modules/localcharset (install-exec-local): Don't install
915         charset.alias on mingw and Cygwin, if the file does not yet exist.
916         The result for these platforms is hardcoded in localcharset.c.
917
918 2009-01-25  Bruno Haible  <bruno@clisp.org>
919
920         Make it possible again to use AC_GNU_SOURCE together with gnulib.
921         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
922         before requiring AC_USE_SYSTEM_EXTENSIONS.
923
924 2009-01-25  Jim Meyering  <meyering@redhat.com>
925
926         c-strtod: avoid warnings
927         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
928         "assignment discards qualifiers from pointer target type" warnings.
929
930 2009-01-24  Bruno Haible  <bruno@clisp.org>
931
932         Add support for non-UTF-8 locales on MacOS X.
933         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
934         canonical encodings. For Darwin 7 and newer, don't map traditional
935         encodings to UTF-8.
936         Reported by Vincent Lefevre <vincent@vinc17.org>
937         at <http://savannah.gnu.org/bugs/?25235>.
938
939 2009-01-24  Bruno Haible  <bruno@clisp.org>
940
941         * doc/gnulib.texi (Obsolete modules): New section.
942         Reported by Mike Frysinger <vapier@gentoo.org>.
943
944 2009-01-24  Bruno Haible  <bruno@clisp.org>
945
946         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
947         (%.dvi): New rule.
948
949 2009-01-24  Bruno Haible  <bruno@clisp.org>
950
951         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
952         Reported by Eric Blake.
953
954 2009-01-24  Bruno Haible  <bruno@clisp.org>
955
956         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
957         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
958         Reported by Gary V. Vaughan <gary@gnu.org>.
959
960 2009-01-24  Bruno Haible  <bruno@clisp.org>
961
962         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
963
964 2009-01-23  Bruno Haible  <bruno@clisp.org>
965
966         Make c-strtod, c-strtold usable in libraries.
967         * lib/c-strtod.c: Include string.h instead of xalloc.h.
968         (C_STRTOD): Call strdup instead of xstrdup.
969         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
970         * modules/c-strtold (Depends-on): Likewise.
971         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
972         * NEWS: Mention the change.
973         Reported by Michael Gold <mgold@ncf.ca>.
974
975 2009-01-23  Jim Meyering  <meyering@redhat.com>
976
977         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
978         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
979         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
980
981 2009-01-23  Simon Josefsson  <simon@josefsson.org>
982
983         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
984         GNU CoreUtils.
985         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
986         * modules/version-etc (Description): Update.
987
988 2009-01-22  Bruno Haible  <bruno@clisp.org>
989
990         Cache the C locale object.
991         * lib/c-strtod.c (c_locale_cache): New variable.
992         (c_locale): New function.
993         (C_STRTOD): Use it, and don't call freelocale.
994         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
995         Suggested by Paolo Bonzini.
996
997 2009-01-21  Bruno Haible  <bruno@clisp.org>
998
999         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
1000         conditions other than overflow.
1001
1002 2009-01-21  Bruno Haible  <bruno@clisp.org>
1003
1004         * lib/c-strtod.c: Include errno.h.
1005         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
1006         value from STRTOD_L and STRTOD.
1007
1008 2009-01-21  Bruno Haible  <bruno@clisp.org>
1009         and Jim Meyering  <meyering@redhat.com>
1010
1011         nanosleep: skip configure test (fail it) for apple universal builds
1012         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
1013         universal builds, assume that nanosleep does not work.
1014         * modules/nanosleep (Depends-on): Add multiarch.
1015
1016         mktime: skip configure test (fail it) for apple universal builds
1017         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
1018         universal builds, assume that mktime does not work.
1019         * modules/mktime (Depends-on): Add multiarch.
1020
1021 2009-01-21  Eric Blake  <ebb9@byu.net>
1022
1023         multiarch: avoid expand-before-require warning
1024         * modules/multiarch (configure.ac): Require, rather than expand,
1025         gl_MULTIARCH.
1026         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
1027         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
1028         enforce that all clients require it.  Partial reversion of
1029         2008-12-29 patch.
1030
1031         error: avoid expand-before-require warning
1032         * modules/errno (configure.ac): Require, rather than expand,
1033         gl_HEADER_ERRNO_H.
1034         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
1035         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
1036         enforce that all clients require it.
1037
1038         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
1039         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
1040         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
1041         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
1042
1043 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
1044
1045         Revert:
1046         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1047
1048         regex: do not depend on obsolete modules.
1049         * modules/regex: Remove memcmp and memmove.
1050
1051 2009-01-20  Bruno Haible  <bruno@clisp.org>
1052
1053         Make the 'link' module link on Windows NT 4.
1054         * lib/link.c (_WIN32_WINNT): Don't define.
1055         (CreateHardLinkFuncType): New type.
1056         (CreateHardLinkFunc, initialized): New variables.
1057         (initialize): New function.
1058         (link): Invoke CreateHardLink indirectly through the function pointer.
1059
1060 2009-01-20  Bruno Haible  <bruno@clisp.org>
1061
1062         Fix compilation failure on mingw.
1063         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
1064
1065 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
1066
1067         * doc/c-strtod.texi: Mention a couple of restrictions.
1068
1069 2009-01-20  Jim Meyering  <meyering@redhat.com>
1070
1071         gettimeofday: move more declarations out of functions
1072         * lib/gettimeofday.c: Move extern declarations of tzset and
1073         gmtime out of containing functions.  Prompted by Bruno Haible.
1074
1075 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1076
1077         regex: do not depend on obsolete modules.
1078         * modules/regex: Remove memcmp and memmove.
1079
1080 2009-01-19  Bruno Haible  <bruno@clisp.org>
1081
1082         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1083         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
1084         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1085         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
1086         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
1087
1088 2009-01-19  Bruno Haible  <bruno@clisp.org>
1089
1090         * tests/test-link.c: Include <errno.h>.
1091         (main): Exit with code 77 when a hard link cannot be created due to
1092         the file system.
1093         * tests/test-link.sh: Skip test when a hard link cannot be created due
1094         to the file system.
1095         Suggested by Eric Blake.
1096
1097 2009-01-19  Martin Lambers  <marlam@marlam.de>
1098
1099         * modules/link-tests: New file.
1100         * tests/test-link.sh: New file.
1101         * tests/test-link.c: New file.
1102
1103 2009-01-19  Eric Blake  <ebb9@byu.net>
1104
1105         doc: mention another function added in cygwin 1.7.0
1106         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
1107         Another new function in cygwin 1.7.
1108
1109 2009-01-19  Bruno Haible  <bruno@clisp.org>
1110
1111         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1112         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
1113         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
1114         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1115         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
1116         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
1117         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
1118         * m4/md4.m4 (gl_MD4): Likewise.
1119         * m4/md5.m4 (gl_MD5): Likewise.
1120         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
1121         * m4/sha1.m4 (gl_SHA1): Likewise.
1122         * m4/sha256.m4 (gl_SHA256): Likewise.
1123         * m4/sha512.m4 (gl_SHA512): Likewise.
1124
1125 2009-01-19  Bruno Haible  <bruno@clisp.org>
1126
1127         * modules/uniname/uniname-tests (Depends-on): Add progname.
1128         * tests/uniname/test-uninames.c: Include progname.h.
1129         (main): Call set_program_name.
1130
1131         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
1132         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
1133         (main): Call set_program_name.
1134
1135         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
1136         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
1137         (main): Call set_program_name.
1138
1139         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
1140         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
1141         (main): Call set_program_name.
1142
1143         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
1144         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
1145         (main): Call set_program_name.
1146
1147         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
1148         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
1149         (main): Call set_program_name.
1150
1151         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
1152         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
1153         (main): Call set_program_name.
1154
1155         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
1156         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
1157         (main): Call set_program_name.
1158
1159         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
1160         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
1161         (main): Call set_program_name.
1162
1163 2009-01-19  Eric Blake  <ebb9@byu.net>
1164
1165         test-unistd: test previous patch
1166         * tests/test-unistd.c: Test *_FILENO macros.
1167
1168         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
1169         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1170         Guarantee a definition.
1171         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
1172         * modules/unistd-safer (Depends-on): Add dependency on unistd.
1173         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
1174         * lib/dup-safer.c (STDERR_FILENO): Likewise.
1175         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1176         Likewise.
1177         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
1178         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
1179         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1180         Likewise.
1181         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
1182         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
1183         (STDERR_FILENO): Likewise.
1184         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
1185         (STDERR_FILENO): Likewise.
1186         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
1187         (STDERR_FILENO): Likewise.
1188         Reported by Elbert Pol.
1189
1190 2009-01-19  Eric Blake  <ebb9@byu.net>
1191
1192         doc: mention more functions added in cygwin 1.7.0
1193         * doc/posix-functions/abort.texi (abort): Update wording related
1194         to cygwin.
1195         * doc/posix-functions/daylight.texi (daylight): Likewise.
1196         * doc/posix-functions/optarg.texi (optarg): Likewise.
1197         * doc/posix-functions/optarg.texi (opterr): Likewise.
1198         * doc/posix-functions/optarg.texi (optind): Likewise.
1199         * doc/posix-functions/optarg.texi (optopt): Likewise.
1200         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
1201         worked in 1.5.x, and was withdrawn in 1.7.
1202         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
1203         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
1204         cygwin versions.
1205         * doc/posix-functions/perror.texi (perror): Likewise.
1206         * doc/posix-functions/printf.texi (printf): Likewise.
1207         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
1208         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
1209         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
1210         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
1211         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
1212         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
1213         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
1214         Likewise.
1215         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1216         Likewise.
1217         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
1218         this function.
1219         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
1220         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
1221         Likewise.
1222         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
1223         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
1224         * doc/posix-functions/confstr.texi (confstr): Likewise.
1225         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
1226         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
1227         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
1228         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
1229         * doc/posix-functions/fputws.texi (fputws): Likewise.
1230         * doc/posix-functions/fwide.texi (fwide): Likewise.
1231         * doc/posix-functions/getwc.texi (getwc): Likewise.
1232         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
1233         * doc/posix-functions/putwc.texi (putwc): Likewise.
1234         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
1235         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
1236         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
1237         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
1238         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
1239         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
1240         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
1241         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
1242         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
1243         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
1244         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
1245
1246 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1247
1248         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
1249         * lib/ioctl.c: Include <sys/ioctl.h>.
1250
1251 2009-01-19  Simon Josefsson  <simon@josefsson.org>
1252
1253         * modules/getdate-tests (Depends-on): Add progname.
1254         * tests/test-getdate.c: Use progname module, to avoid link errors
1255         on non-glibc systems.
1256
1257 2009-01-18  Simon Josefsson  <simon@josefsson.org>
1258
1259         * modules/filenamecat-tests (Depends-on): Add progname.
1260         * modules/fstrcmp-tests (Depends-on): Likewise.
1261
1262         * tests/test-filenamecat.c: Use progname module, to avoid link
1263         errors on non-glibc systems.
1264         * tests/test-fstrcmp.c: Likewise.
1265
1266 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1267
1268         gettimeofday: avoid warning: nested extern declaration of 'localtime'
1269         * lib/gettimeofday.c: Move extern declaration out of function.
1270
1271 2009-01-18  Bruno Haible  <bruno@clisp.org>
1272
1273         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
1274         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
1275         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
1276
1277 2009-01-18  Bruno Haible  <bruno@clisp.org>
1278
1279         * lib/strftime.c (MEMPCPY): Remove unused macro.
1280         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
1281
1282 2009-01-18  Martin Lambers  <marlam@marlam.de>
1283
1284         New module 'link'.
1285         * lib/unistd.in.h (link): New declaration.
1286         * lib/link.c: New file.
1287         * m4/link.m4: New file.
1288         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
1289         HAVE_LINK.
1290         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
1291         * modules/link: New file.
1292         * doc/posix-functions/link.texi: Mention the new module.
1293
1294 2009-01-18  Bruno Haible  <bruno@clisp.org>
1295
1296         * tests/test-avltree_list.c (main): Call set_program_name.
1297         * tests/test-avltree_oset.c (main): Likewise.
1298         * tests/test-obstack-printf.c: Include progname.h.
1299         (main): Call set_program_name.
1300         * tests/test-quotearg.c: Include progname.h.
1301         (main): Call set_program_name.
1302         * tests/test-xmemdup0.c: Include progname.h.
1303         (main): Call set_program_name.
1304
1305 2009-01-18  Bruno Haible  <bruno@clisp.org>
1306
1307         New module 'alphasort'.
1308         * lib/dirent.in.h (alphasort): New declaration.
1309         * lib/alphasort.c: New file, from glibc with modifications.
1310         * m4/alphasort.m4: New file.
1311         * modules/alphasort: New file.
1312         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
1313         HAVE_ALPHASORT.
1314         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
1315         HAVE_ALPHASORT.
1316         * doc/posix-functions/alphasort.texi: Mention the new module and the
1317         portability problems.
1318
1319 2009-01-18  Bruno Haible  <bruno@clisp.org>
1320
1321         New module 'scandir'.
1322         * lib/dirent.in.h (scandir): New declaration.
1323         * lib/scandir.c: New file, from glibc with modifications.
1324         * m4/scandir.m4: New file.
1325         * modules/scandir: New file.
1326         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
1327         HAVE_SCANDIR.
1328         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
1329         HAVE_SCANDIR.
1330         * doc/posix-functions/scandir.texi: Mention the new module and the
1331         portability problems.
1332
1333 2009-01-17  Bruno Haible  <bruno@clisp.org>
1334
1335         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
1336         Update documentation.
1337         (func_remove_suffix): Escape all dots in the suffix. Update
1338         documentation.
1339         (func_filter_filelist): Update documentation.
1340         Reported by Ralf Wildenhues.
1341
1342 2009-01-17  Bruno Haible  <bruno@clisp.org>
1343
1344         * modules/dprintf-posix-tests: New file.
1345         * tests/test-dprintf-posix.sh: New file.
1346         * tests/test-dprintf-posix.c: New file.
1347
1348         New modules 'dprintf', 'dprintf-posix'.
1349         * lib/stdio.in.h (dprintf): New declaration.
1350         * lib/dprintf.c: New file.
1351         * m4/dprintf.m4: New file.
1352         * m4/dprintf-posix.m4: New file.
1353         * modules/dprintf: New file.
1354         * modules/dprintf-posix: New file.
1355         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
1356         HAVE_DPRINTF, REPLACE_DPRINTF.
1357         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
1358         HAVE_DPRINTF, REPLACE_DPRINTF.
1359         * doc/posix-functions/dprintf.texi: Mention the new modules.
1360
1361 2009-01-17  Bruno Haible  <bruno@clisp.org>
1362
1363         * modules/vdprintf-posix-tests: New file.
1364         * tests/test-vdprintf-posix.sh: New file.
1365         * tests/test-vdprintf-posix.c: New file.
1366
1367         New modules 'vdprintf', 'vdprintf-posix'.
1368         * lib/stdio.in.h (vdprintf): New declaration.
1369         * lib/vdprintf.c: New file.
1370         * m4/vdprintf.m4: New file.
1371         * m4/vdprintf-posix.m4: New file.
1372         * modules/vdprintf: New file.
1373         * modules/vdprintf-posix: New file.
1374         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
1375         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1376         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
1377         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1378         * doc/posix-functions/vdprintf.texi: Mention the new modules.
1379
1380 2009-01-17  Bruno Haible  <bruno@clisp.org>
1381
1382         Fix replacement of fopen on mingw.
1383         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
1384         mingw.
1385
1386 2009-01-17  Bruno Haible  <bruno@clisp.org>
1387
1388         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
1389         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
1390
1391 2009-01-17  Bruno Haible  <bruno@clisp.org>
1392
1393         Avoid test-fflush2.sh failure on mingw.
1394         * tests/test-fflush2.c: Include binary-io.h.
1395         (main): Put standard input into binary mode.
1396         * modules/fflush-tests (Depends-on): Add binary-io.
1397
1398 2009-01-17  Bruno Haible  <bruno@clisp.org>
1399
1400         * lib/wchar.in.h: In another particular situation, include only the
1401         system's <wchar.h> file.
1402         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
1403         Reported by Albert Chin-A-Young <china@thewrittenword.com>
1404         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
1405
1406 2009-01-17  Bruno Haible  <bruno@clisp.org>
1407
1408         Support for stripping executables in --enable-relocatable.
1409         * build-aux/install-reloc: Expect one more argument, or an environment
1410         variable RELOC_STRIP_PROG. If set, strip the destination program and
1411         its wrapper.
1412         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
1413         RELOC_STRIP_PROG.
1414         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
1415         to set RELOCATABLE_STRIP.
1416         * NEWS: Mention the new Makefile requirement.
1417
1418 2009-01-17  Bruno Haible  <bruno@clisp.org>
1419
1420         * build-aux/install-reloc: Remove debugging information left over by
1421         C compiler on MacOS X.
1422
1423 2009-01-17  Bruno Haible  <bruno@clisp.org>
1424
1425         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
1426         * lib/progreloc.c (find_executable): Fix type of pointer passed to
1427         _NSGetExecutablePath.
1428
1429 2009-01-16  Jim Meyering  <meyering@redhat.com>
1430
1431         strerror: avoid warnings about discarding "const"
1432         * lib/strerror.c (rpl_strerror): Instead of returning a const
1433         string from each and every "case", use a variable, and add a single
1434         cast after the switch.
1435
1436 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
1437
1438         * lib/arpa_inet.in.h: Add extern "C" block for C++.
1439
1440 2009-01-16  Bruno Haible  <bruno@clisp.org>
1441
1442         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
1443         array initializer syntax that also works in C++ mode.
1444         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1445
1446 2009-01-16  Jim Meyering  <meyering@redhat.com>
1447
1448         poll: suppress a warning
1449         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
1450         to ignore "...unsigned expression < 0 is always false" warnings.
1451
1452 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
1453
1454         poll: remove declarations of unused variables
1455         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
1456         sockbuf and optlen.
1457
1458 2009-01-15  Bruno Haible  <bruno@clisp.org>
1459
1460         Make fflush-after-ungetc POSIX compliant on BSD systems.
1461         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
1462         (clear_ungetc_buffer): Implement also for other systems.
1463         (rpl_fflush): On glibc systems, invoke
1464         clear_ungetc_buffer_preserving_position. Otherwise, invoke
1465         clear_ungetc_buffer after fetching the stream's position, not before.
1466
1467 2009-01-15  Bruno Haible  <bruno@clisp.org>
1468
1469         Make fflush-after-ungetc POSIX compliant on glibc systems.
1470         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
1471         after ungetc.
1472         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
1473         (rpl_fflush): On glibc systems, simply call the system's fflush
1474         function after clearing the ungetc buffer.
1475         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
1476         Instead, lseek only to the end of file, then use the system's fseeko
1477         for the rest. On glibc systems, reset the EOF indicator bit.
1478
1479 2009-01-15  Jim Meyering  <meyering@redhat.com>
1480
1481         openmp.m4: revert quote-adding change, for portability to older autoconf
1482         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
1483         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
1484         Simon Josefsson noticed the problem when using autoconf-2.61.
1485
1486 2009-01-15  Bruno Haible  <bruno@clisp.org>
1487
1488         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
1489         * tests/test-fflush2.c (ASSERT): Always fail.
1490         (main): Add two tests for fflush() after ungetc(), taking into account
1491         the Austin Group's clarification.
1492         Suggested by Eric Blake.
1493
1494 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
1495
1496         mktime.m4: remove K&R-style function prototypes
1497         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
1498         for the Sun C++ compiler.
1499
1500 2009-01-14  Bruno Haible  <bruno@clisp.org>
1501
1502         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
1503         while including <wchar.h>.
1504         * lib/wchar.in.h: In two particular situations on HP-UX, include only
1505         the system's <wchar.h> file.
1506         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1507
1508 2009-01-14  Bruno Haible  <bruno@clisp.org>
1509
1510         * m4/csharp.m4: Don't mention gettext on the serial number line.
1511         * m4/csharpexec.m4: Likewise.
1512         * m4/eaccess.m4: Likewise.
1513         * m4/javaexec.m4: Likewise.
1514         * m4/sig_atomic_t.m4: Likewise.
1515         * m4/tmpdir.m4: Likewise.
1516         * m4/intldir.m4: Bump gettext version.
1517         * m4/lib-ld.m4: Likewise.
1518
1519 2009-01-14  Bruno Haible  <bruno@clisp.org>
1520
1521         * lib/progname.c (set_program_name): Add more comments.
1522         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
1523
1524 2009-01-14  Simon Josefsson  <simon@josefsson.org>
1525
1526         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
1527         were sys/stat.h does not define it.
1528
1529 2009-01-14  Jim Meyering  <meyering@redhat.com>
1530
1531         many *.m4 files: improve m4 quoting
1532         99% of this change was performed by running the following commands:
1533         git ls-files | grep '\.m4$' | xargs perl -pi \
1534           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
1535           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1536           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1537           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
1538         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
1539         The remainder were to add Copyright dates, increment serial numbers,
1540         undo some changes in comments, exclude m4/intl.m4, and add quotes
1541         around the "1" in ",1" where the unusual spacing prohibited the
1542         above regexps from doing the job.  For more details, see
1543         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
1544         * m4/acl.m4: Modified.
1545         * m4/afs.m4: Likewise.
1546         * m4/alloca.m4: Likewise.
1547         * m4/argp.m4: Likewise.
1548         * m4/argz.m4: Likewise.
1549         * m4/atexit.m4: Likewise.
1550         * m4/bison-i18n.m4: Likewise.
1551         * m4/bison.m4: Likewise.
1552         * m4/byteswap.m4: Likewise.
1553         * m4/c-stack.m4: Likewise.
1554         * m4/c-strtod.m4: Likewise.
1555         * m4/calloc.m4: Likewise.
1556         * m4/canonicalize-lgpl.m4: Likewise.
1557         * m4/chown.m4: Likewise.
1558         * m4/clock_time.m4: Likewise.
1559         * m4/codeset.m4: Likewise.
1560         * m4/copy-file.m4: Likewise.
1561         * m4/csharp.m4: Likewise.
1562         * m4/csharpcomp.m4: Likewise.
1563         * m4/csharpexec.m4: Likewise.
1564         * m4/d-ino.m4: Likewise.
1565         * m4/d-type.m4: Likewise.
1566         * m4/dirfd.m4: Likewise.
1567         * m4/double-slash-root.m4: Likewise.
1568         * m4/eaccess.m4: Likewise.
1569         * m4/eealloc.m4: Likewise.
1570         * m4/environ.m4: Likewise.
1571         * m4/errno_h.m4: Likewise.
1572         * m4/euidaccess.m4: Likewise.
1573         * m4/execute.m4: Likewise.
1574         * m4/fatal-signal.m4: Likewise.
1575         * m4/fchdir.m4: Likewise.
1576         * m4/fcntl_h.m4: Likewise.
1577         * m4/fileblocks.m4: Likewise.
1578         * m4/filenamecat.m4: Likewise.
1579         * m4/findprog.m4: Likewise.
1580         * m4/flexmember.m4: Likewise.
1581         * m4/fnmatch.m4: Likewise.
1582         * m4/fopen.m4: Likewise.
1583         * m4/fpending.m4: Likewise.
1584         * m4/fprintf-posix.m4: Likewise.
1585         * m4/free.m4: Likewise.
1586         * m4/frexp.m4: Likewise.
1587         * m4/frexpl.m4: Likewise.
1588         * m4/fsusage.m4: Likewise.
1589         * m4/ftruncate.m4: Likewise.
1590         * m4/gc-camellia.m4: Likewise.
1591         * m4/gc-random.m4: Likewise.
1592         * m4/gc.m4: Likewise.
1593         * m4/getaddrinfo.m4: Likewise.
1594         * m4/getcwd-abort-bug.m4: Likewise.
1595         * m4/getcwd-path-max.m4: Likewise.
1596         * m4/getdate.m4: Likewise.
1597         * m4/getdomainname.m4: Likewise.
1598         * m4/getgroups.m4: Likewise.
1599         * m4/gethostname.m4: Likewise.
1600         * m4/gethrxtime.m4: Likewise.
1601         * m4/getline.m4: Likewise.
1602         * m4/getloadavg.m4: Likewise.
1603         * m4/getndelim2.m4: Likewise.
1604         * m4/getpass.m4: Likewise.
1605         * m4/gettext.m4: Likewise.
1606         * m4/gettime.m4: Likewise.
1607         * m4/gettimeofday.m4: Likewise.
1608         * m4/gnulib-common.m4: Likewise.
1609         * m4/group-member.m4: Likewise.
1610         * m4/host-os.m4: Likewise.
1611         * m4/iconv.m4: Likewise.
1612         * m4/iconv_open.m4: Likewise.
1613         * m4/inet_ntop.m4: Likewise.
1614         * m4/inet_pton.m4: Likewise.
1615         * m4/inline.m4: Likewise.
1616         * m4/intldir.m4: Likewise.
1617         * m4/intlmacosx.m4: Likewise.
1618         * m4/intmax.m4: Likewise.
1619         * m4/intmax_t.m4: Likewise.
1620         * m4/inttypes.m4: Likewise.
1621         * m4/inttypes_h.m4: Likewise.
1622         * m4/inttypes-pri.m4: Likewise.
1623         * m4/isapipe.m4: Likewise.
1624         * m4/isnand.m4: Likewise.
1625         * m4/isnanf.m4: Likewise.
1626         * m4/isnanl.m4: Likewise.
1627         * m4/javacomp.m4: Likewise.
1628         * m4/javaexec.m4: Likewise.
1629         * m4/jm-winsz1.m4: Likewise.
1630         * m4/jm-winsz2.m4: Likewise.
1631         * m4/lchown.m4: Likewise.
1632         * m4/lcmessage.m4: Likewise.
1633         * m4/ldexpl.m4: Likewise.
1634         * m4/lib-ld.m4: Likewise.
1635         * m4/lib-link.m4: Likewise.
1636         * m4/libsigsegv.m4: Likewise.
1637         * m4/link-follow.m4: Likewise.
1638         * m4/localcharset.m4: Likewise.
1639         * m4/locale-fr.m4: Likewise.
1640         * m4/locale-ja.m4: Likewise.
1641         * m4/locale-tr.m4: Likewise.
1642         * m4/locale-zh.m4: Likewise.
1643         * m4/lock.m4: Likewise.
1644         * m4/longlong.m4: Likewise.
1645         * m4/ls-mntd-fs.m4: Likewise.
1646         * m4/lstat.m4: Likewise.
1647         * m4/malloc.m4: Likewise.
1648         * m4/mathl.m4: Likewise.
1649         * m4/mbrtowc.m4: Likewise.
1650         * m4/mbstate_t.m4: Likewise.
1651         * m4/mbswidth.m4: Likewise.
1652         * m4/memchr.m4: Likewise.
1653         * m4/memcmp.m4: Likewise.
1654         * m4/memcpy.m4: Likewise.
1655         * m4/memmem.m4: Likewise.
1656         * m4/memmove.m4: Likewise.
1657         * m4/mempcpy.m4: Likewise.
1658         * m4/memrchr.m4: Likewise.
1659         * m4/memset.m4: Likewise.
1660         * m4/minmax.m4: Likewise.
1661         * m4/mkdir-slash.m4: Likewise.
1662         * m4/mkdtemp.m4: Likewise.
1663         * m4/mktime.m4: Likewise.
1664         * m4/mmap-anon.m4: Likewise.
1665         * m4/mountlist.m4: Likewise.
1666         * m4/nanosleep.m4: Likewise.
1667         * m4/nls.m4: Likewise.
1668         * m4/nocrash.m4: Likewise.
1669         * m4/open.m4: Likewise.
1670         * m4/openat.m4: Likewise.
1671         * m4/openmp.m4: Likewise.
1672         * m4/pathmax.m4: Likewise.
1673         * m4/perl.m4: Likewise.
1674         * m4/physmem.m4: Likewise.
1675         * m4/pipe.m4: Likewise.
1676         * m4/po.m4: Likewise.
1677         * m4/poll.m4: Likewise.
1678         * m4/posixtm.m4: Likewise.
1679         * m4/posixver.m4: Likewise.
1680         * m4/printf-frexp.m4: Likewise.
1681         * m4/printf-frexpl.m4: Likewise.
1682         * m4/printf-posix.m4: Likewise.
1683         * m4/printf-posix-rpl.m4: Likewise.
1684         * m4/printf.m4: Likewise.
1685         * m4/progtest.m4: Likewise.
1686         * m4/putenv.m4: Likewise.
1687         * m4/readline.m4: Likewise.
1688         * m4/readlink.m4: Likewise.
1689         * m4/readutmp.m4: Likewise.
1690         * m4/realloc.m4: Likewise.
1691         * m4/regex.m4: Likewise.
1692         * m4/relocatable.m4: Likewise.
1693         * m4/relocatable-lib.m4: Likewise.
1694         * m4/rename-dest-slash.m4: Likewise.
1695         * m4/rename.m4: Likewise.
1696         * m4/rmdir-errno.m4: Likewise.
1697         * m4/rmdir.m4: Likewise.
1698         * m4/roundf.m4: Likewise.
1699         * m4/roundl.m4: Likewise.
1700         * m4/rpmatch.m4: Likewise.
1701         * m4/save-cwd.m4: Likewise.
1702         * m4/selinux-selinux-h.m4: Likewise.
1703         * m4/setenv.m4: Likewise.
1704         * m4/settime.m4: Likewise.
1705         * m4/sig2str.m4: Likewise.
1706         * m4/sig_atomic_t.m4: Likewise.
1707         * m4/signalblocking.m4: Likewise.
1708         * m4/signbit.m4: Likewise.
1709         * m4/sigpipe.m4: Likewise.
1710         * m4/sockets.m4: Likewise.
1711         * m4/sockpfaf.m4: Likewise.
1712         * m4/st_dm_mode.m4: Likewise.
1713         * m4/stat-time.m4: Likewise.
1714         * m4/stdbool.m4: Likewise.
1715         * m4/stdint.m4: Likewise.
1716         * m4/stdint_h.m4: Likewise.
1717         * m4/stpcpy.m4: Likewise.
1718         * m4/stpncpy.m4: Likewise.
1719         * m4/strcase.m4: Likewise.
1720         * m4/strchrnul.m4: Likewise.
1721         * m4/strcspn.m4: Likewise.
1722         * m4/strdup.m4: Likewise.
1723         * m4/strftime.m4: Likewise.
1724         * m4/strndup.m4: Likewise.
1725         * m4/strnlen.m4: Likewise.
1726         * m4/strpbrk.m4: Likewise.
1727         * m4/strptime.m4: Likewise.
1728         * m4/strsep.m4: Likewise.
1729         * m4/strtod.m4: Likewise.
1730         * m4/strtoimax.m4: Likewise.
1731         * m4/strtok_r.m4: Likewise.
1732         * m4/strtol.m4: Likewise.
1733         * m4/strtoll.m4: Likewise.
1734         * m4/strtoul.m4: Likewise.
1735         * m4/strtoull.m4: Likewise.
1736         * m4/strtoumax.m4: Likewise.
1737         * m4/strverscmp.m4: Likewise.
1738         * m4/threadlib.m4: Likewise.
1739         * m4/timegm.m4: Likewise.
1740         * m4/tm_gmtoff.m4: Likewise.
1741         * m4/tmpdir.m4: Likewise.
1742         * m4/tmpfile.m4: Likewise.
1743         * m4/tzset.m4: Likewise.
1744         * m4/uintmax_t.m4: Likewise.
1745         * m4/unlinkdir.m4: Likewise.
1746         * m4/unlocked-io.m4: Likewise.
1747         * m4/uptime.m4: Likewise.
1748         * m4/userspec.m4: Likewise.
1749         * m4/utimbuf.m4: Likewise.
1750         * m4/utime.m4: Likewise.
1751         * m4/utimes-null.m4: Likewise.
1752         * m4/utimes.m4: Likewise.
1753         * m4/vararrays.m4: Likewise.
1754         * m4/vasnprintf.m4: Likewise.
1755         * m4/vfprintf-posix.m4: Likewise.
1756         * m4/vprintf-posix.m4: Likewise.
1757         * m4/wait-process.m4: Likewise.
1758         * m4/wchar_t.m4: Likewise.
1759         * m4/wint_t.m4: Likewise.
1760         * m4/write-any-file.m4: Likewise.
1761         * m4/yield.m4: Likewise.
1762
1763 2009-01-13  Bruno Haible  <bruno@clisp.org>
1764
1765         Avoid test-copy-file.sh failures when ACL support insufficient.
1766         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
1767         TESTS_ENVIRONMENT.
1768         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
1769         Reported by Jim Meyering.
1770
1771 2009-01-13  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
1774         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
1775         * modules/unistdio/u8-printf-parse (Files): Likewise.
1776         * modules/unistdio/u32-printf-parse (Files): Likewise.
1777         * modules/unistdio/ulc-printf-parse (Files): Likewise.
1778
1779 2009-01-13  Simon Josefsson  <simon@josefsson.org>
1780
1781         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
1782         and m4/inttypes_h.m4 too.
1783
1784 2009-01-12  Eric Blake  <ebb9@byu.net>
1785
1786         tests: IRIX 6.2 cc can't compile -0.0 into .data
1787         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
1788         rather than at compile-time.
1789         * tests/test-floorl.c (minus_zero): Likewise.
1790         * tests/test-frexpl.c (minus_zero): Likewise.
1791         * tests/test-isnan.c (minus_zerol): Likewise.
1792         * tests/test-isnanl.h (minus_zero): Likewise.
1793         * tests/test-ldexpl.c (minus_zero): Likewise.
1794         * tests/test-roundl.c (minus_zero): Likewise.
1795         * tests/test-signbit.c (minus_zerol): Likewise.
1796         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1797         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1798         * tests/test-truncl.c (minus_zero): Likewise.
1799         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1800         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1801         Reported by Tom G. Christensen and Nelson H. F. Beebe.
1802
1803 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1804
1805         regex: fix glibc bug 9697
1806         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1807         handling.
1808
1809 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1810
1811         regex: fix glibc bug 697
1812         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1813         being NULL also if there are no backreferences.
1814
1815 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1816
1817         regex: merge glibc changes
1818         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1819         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1820         re_string_skip_chars, re_string_reconstruct): Likewise.
1821         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1822
1823 2009-01-07  Jim Meyering  <meyering@redhat.com>
1824
1825         poll: filter through cppi
1826         * lib/poll.c: Indent cpp directives to reflect nesting.
1827
1828 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
1829
1830         poll: don't return uninitialized
1831         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
1832
1833 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
1834
1835         avoid compile failure on AIX 6.1
1836         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
1837         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
1838
1839 2009-01-04  Jim Meyering  <meyering@redhat.com>
1840
1841         remove duplicate inclusion of <stdio.h>
1842         * tests/test-fprintf-posix.c: Likewise.
1843         * tests/test-printf-posix.c: Likewise.
1844         * tests/test-snprintf-posix.c: Likewise.
1845         * tests/test-sprintf-posix.c: Likewise.
1846         * tests/test-vasprintf-posix.c: Likewise.
1847         * tests/test-vfprintf-posix.c: Likewise.
1848         * tests/test-vprintf-posix.c: Likewise.
1849         * tests/test-vsnprintf-posix.c: Likewise.
1850         * tests/test-vsprintf-posix.c: Likewise.
1851
1852 2009-01-03  Jim Meyering  <meyering@redhat.com>
1853
1854         gnulib-tool: fix sed-based filtering
1855         * gnulib-tool (func_filter_filelist): Remove extra backslash
1856         in sed_fff_filter definition.
1857
1858 2009-01-02  Jim Meyering  <meyering@redhat.com>
1859
1860         strftime: avoid compilation failure on Solaris 2.6
1861         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
1862         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
1863         Don't #define mbrlen or mbsinit, since now they're guaranteed to
1864         be available.  Reported by Tom G. Christensen.  Details in
1865         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
1866
1867 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1868             Bruno Haible  <bruno@clisp.org>
1869
1870         Speed up gnulib-tool by doing more string processing through shell
1871         built-ins.
1872         * gnulib-tool (fast_func_append): New variable.
1873         (func_remove_prefix, func_remove_suffix): New functions.
1874         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
1875         (func_filter_filelist): New function.
1876         (func_get_dependencies): Use func_remove_suffix instead of sed.
1877         (func_get_automake_snippet): Use func_filter_filelist instead of a
1878         subshell and sed invocation.
1879
1880 2009-01-01  Bruno Haible  <bruno@clisp.org>
1881
1882         Fix a security bug.
1883         * gnulib-tool (func_import, import, update): Don't allow the characters
1884         '"', '$', '`', '\' in macro arguments that become part of commands that
1885         are evaluated.
1886
1887 2009-01-01  Bruno Haible  <bruno@clisp.org>
1888
1889         * gnulib-tool (func_reset_sigpipe): Add more comments.
1890
1891 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1892
1893         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
1894         func_emit_tests_Makefile_am, func_import): Abort loops early if we
1895         already know the answer.
1896
1897 2009-01-01  Jim Meyering  <meyering@redhat.com>
1898
1899         * lib/version-etc.c (version_etc_va): Update copyright year.
1900
1901 2008-12-30  Bruno Haible  <bruno@clisp.org>
1902
1903         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
1904         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
1905         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1906
1907 2008-12-29  Eric Blake  <ebb9@byu.net>
1908
1909         multiarch: avoid autoconf AC_REQUIRE bug
1910         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
1911         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
1912         2.63 and older.
1913         Reported by Bruno Haible, and analyzed in
1914         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
1915
1916 2008-12-29  Bruno Haible  <bruno@clisp.org>
1917
1918         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
1919         files in subdirectories correctly.
1920         Reported by Ralf Wildenhues.
1921
1922 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1923
1924         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
1925         rather than 'join FILE -', for Solaris join.
1926
1927 2008-12-29  Bruno Haible  <bruno@clisp.org>
1928
1929         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
1930         quoting.
1931         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
1932         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
1933         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
1934         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
1935         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
1936         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
1937         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
1938         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
1939         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1940         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
1941         * m4/nls.m4 (AM_NLS): Likewise.
1942         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
1943         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
1944         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1945         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
1946         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
1947         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
1948         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
1949         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
1950         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
1951         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1952         * m4/xsize.m4 (gl_XSIZE): Likewise.
1953         Suggested by Jim Meyering.
1954
1955 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1956
1957         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
1958         * lib/parse-duration.c: use a switch instead of cascading if's.
1959
1960 2008-12-29  Eric Blake  <ebb9@byu.net>
1961
1962         wchar.h: supply WEOF on Irix 5.3
1963         * lib/wchar.in.h (wint_t): Also supply WEOF.
1964         * lib/wctype.in.h (wint_t): Likewise.
1965         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
1966         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
1967         Reported by Tom G. Christensen.
1968
1969 2008-12-26  Bruno Haible  <bruno@clisp.org>
1970
1971         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
1972         i486, i586, i686.
1973
1974 2008-12-26  Bruno Haible  <bruno@clisp.org>
1975
1976         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
1977
1978 2008-12-26  Bruno Haible  <bruno@clisp.org>
1979
1980         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
1981         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
1982         not __STDC_CONSTANT_MACROS.
1983         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1984
1985 2008-12-25  Bruno Haible  <bruno@clisp.org>
1986
1987         Add support for universal builds to vasnprintf.
1988         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
1989         universal builds, guess no.
1990         * modules/vasnprintf-posix (Depends-on): Add multiarch.
1991         * modules/vasprintf-posix (Depends-on): Likewise.
1992         * modules/fprintf-posix (Depends-on): Likewise.
1993         * modules/vfprintf-posix (Depends-on): Likewise.
1994         * modules/snprintf-posix (Depends-on): Likewise.
1995         * modules/vsnprintf-posix (Depends-on): Likewise.
1996         * modules/sprintf-posix (Depends-on): Likewise.
1997         * modules/vsprintf-posix (Depends-on): Likewise.
1998         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1999         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2000         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2001         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2002         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2003         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2004         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2005
2006         Add support for universal builds to <inttypes.h>.
2007         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
2008         _SCNu64_PREFIX): In Apple
2009         universal builds, define directly, using _LP64.
2010         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
2011         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
2012         * modules/inttypes (Depends-on): Add multiarch.
2013         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2014
2015         Add support for universal builds to <stdint.h>.
2016         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
2017         universal builds, define directly, using _LP64.
2018         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
2019         Apple universal builds, don't test for the size and suffix of ptrdiff_t
2020         and size_t.
2021         * modules/stdint (Depends-on): Add multiarch.
2022         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2023
2024         New module 'multiarch'.
2025         * modules/multiarch: New file.
2026         * m4/multiarch.m4: New file.
2027
2028 2008-12-25  Bruno Haible  <bruno@clisp.org>
2029
2030         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
2031
2032 2008-12-25  Bruno Haible  <bruno@clisp.org>
2033
2034         * modules/btowc (License): Relicense under LGPLv2+.
2035         * modules/mbsinit (License): Likewise.
2036         * modules/mbrtowc (License): Likewise.
2037         * modules/wcrtomb (License): Likewise.
2038         * modules/streq (License): Likewise.
2039         Reported by David Lutterkort <lutter@redhat.com>.
2040
2041 2008-12-23  Bruno Haible  <bruno@clisp.org>
2042
2043         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
2044
2045 2008-12-23  Bruno Haible  <bruno@clisp.org>
2046
2047         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
2048         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
2049         GETADDRINFO_LIB, not in LIBS.
2050         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
2051         * modules/canon-host (Link): Likewise.
2052         * NEWS: Mention the change.
2053         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
2054         GETADDRINFO_LIB.
2055
2056 2008-12-22  Bruno Haible  <bruno@clisp.org>
2057
2058         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
2059         * doc/posix-functions/iswalpha_l.texi: Likewise.
2060         * doc/posix-functions/iswblank_l.texi: Likewise.
2061         * doc/posix-functions/iswcntrl_l.texi: Likewise.
2062         * doc/posix-functions/iswctype_l.texi: Likewise.
2063         * doc/posix-functions/iswdigit_l.texi: Likewise.
2064         * doc/posix-functions/iswgraph_l.texi: Likewise.
2065         * doc/posix-functions/iswlower_l.texi: Likewise.
2066         * doc/posix-functions/iswprint_l.texi: Likewise.
2067         * doc/posix-functions/iswpunct_l.texi: Likewise.
2068         * doc/posix-functions/iswspace_l.texi: Likewise.
2069         * doc/posix-functions/iswupper_l.texi: Likewise.
2070         * doc/posix-functions/iswxdigit_l.texi: Likewise.
2071         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
2072         * doc/posix-functions/open_wmemstream.texi: Likewise.
2073         * doc/posix-functions/swscanf.texi: Likewise.
2074         * doc/posix-functions/towctrans_l.texi: Likewise.
2075         * doc/posix-functions/towlower.texi: Likewise.
2076         * doc/posix-functions/towlower_l.texi: Likewise.
2077         * doc/posix-functions/towupper.texi: Likewise.
2078         * doc/posix-functions/towupper_l.texi: Likewise.
2079         * doc/posix-functions/vfwprintf.texi: Likewise.
2080         * doc/posix-functions/vfwscanf.texi: Likewise.
2081         * doc/posix-functions/vswscanf.texi: Likewise.
2082         * doc/posix-functions/vwprintf.texi: Likewise.
2083         * doc/posix-functions/vwscanf.texi: Likewise.
2084         * doc/posix-functions/wcpcpy.texi: Likewise.
2085         * doc/posix-functions/wcpncpy.texi: Likewise.
2086         * doc/posix-functions/wcscasecmp.texi: Likewise.
2087         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
2088         * doc/posix-functions/wcscoll_l.texi: Likewise.
2089         * doc/posix-functions/wcsdup.texi: Likewise.
2090         * doc/posix-functions/wcsncasecmp.texi: Likewise.
2091         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
2092         * doc/posix-functions/wcsnlen.texi: Likewise.
2093         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2094         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
2095         * doc/posix-functions/wctrans_l.texi: Likewise.
2096         * doc/posix-functions/wctype_l.texi: Likewise.
2097         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
2098         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
2099         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
2100         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
2101         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
2102         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
2103         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
2104         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
2105         * doc/glibc-functions/wcschrnul.texi: Likewise.
2106         * doc/glibc-functions/wcsftime_l.texi: Likewise.
2107         * doc/glibc-functions/wcstod_l.texi: Likewise.
2108         * doc/glibc-functions/wcstof_l.texi: Likewise.
2109         * doc/glibc-functions/wcstol_l.texi: Likewise.
2110         * doc/glibc-functions/wcstold_l.texi: Likewise.
2111         * doc/glibc-functions/wcstoll_l.texi: Likewise.
2112         * doc/glibc-functions/wcstoq.texi: Likewise.
2113         * doc/glibc-functions/wcstoul_l.texi: Likewise.
2114         * doc/glibc-functions/wcstoull_l.texi: Likewise.
2115         * doc/glibc-functions/wcstouq.texi: Likewise.
2116         * doc/glibc-functions/wmempcpy.texi: Likewise.
2117
2118 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
2119             Eric Blake  <ebb9@byu.net>
2120             Paolo Bonzini  <bonzini@gnu.org>
2121             Bruno Haible  <bruno@clisp.org>
2122
2123         Make c-stack work on Haiku.
2124         * lib/c-stack.c (SA_ONSTACK): Define fallback.
2125         (c_stack_action): Use SA_ONSTACK flag.
2126
2127 2008-12-22  Bruno Haible  <bruno@clisp.org>
2128
2129         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
2130
2131 2008-12-22  Bruno Haible  <bruno@clisp.org>
2132
2133         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
2134         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
2135         being overridden.
2136         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
2137         New macros.
2138         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
2139         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
2140         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
2141         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
2142
2143 2008-12-22  Bruno Haible  <bruno@clisp.org>
2144
2145         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
2146         from test code.
2147
2148 2008-12-22  Eric Blake  <ebb9@byu.net>
2149
2150         Avoid gcc warnings on cygwin.
2151         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
2152         Avoid unused variable.
2153         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
2154         Likewise.
2155
2156 2008-12-22  Bruno Haible  <bruno@clisp.org>
2157
2158         Remove HAVE_MBRTOWC conditionals.
2159         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
2160         (mbscasecmp): Assume mbrtowc function.
2161         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
2162         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
2163         * lib/mbschr.c: Include mbuiter.h unconditionally.
2164         (mbschr): Assume mbrtowc function.
2165         * lib/mbscspn.c: Include mbuiter.h unconditionally.
2166         (mbscspn): Assume mbrtowc function.
2167         * lib/mbslen.c: Include mbuiter.h unconditionally.
2168         (mbslen): Assume mbrtowc function.
2169         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
2170         (mbsncasecmp): Assume mbrtowc function.
2171         * lib/mbsnlen.c: Include mbiter.h unconditionally.
2172         (mbsnlen): Assume mbrtowc function.
2173         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
2174         (mbspbrk): Assume mbrtowc function.
2175         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
2176         (mbspcasecmp): Assume mbrtowc function.
2177         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
2178         (mbsrchr): Assume mbrtowc function.
2179         * lib/mbssep.c: Include mbuiter.h unconditionally.
2180         (mbssep): Assume mbrtowc function.
2181         * lib/mbsspn.c: Include mbuiter.h unconditionally.
2182         (mbsspn): Assume mbrtowc function.
2183         * lib/mbsstr.c: Include mbuiter.h unconditionally.
2184         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
2185         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
2186         (mbstok_r): Assume mbrtowc function.
2187         * lib/propername.c: Include mbuiter.h unconditionally.
2188         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
2189         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
2190         (trim2): Assume mbrtowc function.
2191         * lib/mbswidth.c (mbsinit): Remove fallback definition.
2192         (mbsnwidth): Assume mbrtowc function.
2193         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
2194         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
2195         fallback definitions.
2196         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
2197
2198 2008-12-22  Bruno Haible  <bruno@clisp.org>
2199
2200         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
2201
2202 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
2203
2204         * modules/regex: Request emulations for the mb*/wc* functions we need.
2205         * m4/regex.m4: Don't look for those functions here.
2206         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
2207
2208 2008-12-22  Bruno Haible  <bruno@clisp.org>
2209
2210         * modules/fnmatch (Depends-on): Remove duplicated dependency.
2211
2212 2008-12-21  Bruno Haible  <bruno@clisp.org>
2213
2214         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
2215         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
2216         (Include): Remove conditionalization.
2217         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
2218         (Include): Remove conditionalization.
2219         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
2220         (Include): Remove conditionalization.
2221         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
2222         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2223         * NEWS: Mention the change.
2224         Reported by Alan Hourihane <alanh@fairlite.co.uk>
2225         via Sergey Poznyakoff <gray@gnu.org.ua>.
2226
2227 2008-12-21  Bruno Haible  <bruno@clisp.org>
2228
2229         * MODULES.html.sh (Extended multibyte and wide character utilities
2230         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
2231         wcrtomb, wcsrtombs.
2232         (Support for systems lacking POSIX:2008): Add accept, bind, close,
2233         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
2234         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
2235         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
2236
2237 2008-12-21  Bruno Haible  <bruno@clisp.org>
2238
2239         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
2240
2241 2008-12-21  Bruno Haible  <bruno@clisp.org>
2242
2243         * modules/wcsnrtombs-tests: New file.
2244         * tests/test-wcsnrtombs1.sh: New file.
2245         * tests/test-wcsnrtombs2.sh: New file.
2246         * tests/test-wcsnrtombs3.sh: New file.
2247         * tests/test-wcsnrtombs4.sh: New file.
2248         * tests/test-wcsnrtombs.c: New file.
2249
2250         New module 'wcsnrtombs'.
2251         * lib/wchar.in.h (wcsnrtombs): New declaration.
2252         * lib/wcsnrtombs.c: New file.
2253         * lib/wcsrtombs-state.c: New file.
2254         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
2255         (internal_state): Remove variable.
2256         * m4/wcsnrtombs.m4: New file.
2257         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
2258         compilation units.
2259         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
2260         HAVE_WCSNRTOMBS.
2261         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
2262         HAVE_WCSNRTOMBS.
2263         * modules/wcsnrtombs: New file.
2264         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
2265         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
2266
2267 2008-12-21  Bruno Haible  <bruno@clisp.org>
2268
2269         * modules/wcsrtombs-tests: New file.
2270         * tests/test-wcsrtombs1.sh: New file.
2271         * tests/test-wcsrtombs2.sh: New file.
2272         * tests/test-wcsrtombs3.sh: New file.
2273         * tests/test-wcsrtombs4.sh: New file.
2274         * tests/test-wcsrtombs.c: New file.
2275
2276         New module 'wcsrtombs'.
2277         * lib/wchar.in.h (wcsrtombs): New declaration.
2278         * lib/wcsrtombs.c: New file.
2279         * m4/wcsrtombs.m4: New file.
2280         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
2281         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2282         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
2283         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2284         * modules/wcsrtombs: New file.
2285         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
2286         bugs.
2287
2288 2008-12-21  Bruno Haible  <bruno@clisp.org>
2289
2290         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
2291         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
2292         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
2293         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
2294         if not correct.
2295         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
2296         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
2297         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2298         m4/locale-zh.m4, m4/codeset.m4.
2299         * doc/posix-functions/wcrtomb.texi: Document the bug.
2300
2301 2008-12-21  Bruno Haible  <bruno@clisp.org>
2302
2303         Work around a btowc() bug on IRIX 6.5.
2304         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
2305         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
2306         REPLACE_WTOBC if not.
2307         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
2308         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
2309         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
2310
2311 2008-12-21  Bruno Haible  <bruno@clisp.org>
2312
2313         * modules/wcrtomb-tests: New file.
2314         * tests/test-wcrtomb.sh: New file.
2315         * tests/test-wcrtomb.c: New file.
2316
2317         New module 'wcrtomb'.
2318         * lib/wchar.in.h (wcrtomb): New declaration.
2319         * lib/wcrtomb.c: New file.
2320         * m4/wcrtomb.m4: New file.
2321         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
2322         HAVE_WCRTOMB.
2323         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
2324         HAVE_WCRTOMB.
2325         * modules/wcrtomb: New file.
2326         * doc/posix-functions/wcrtomb.texi: Mention the new module.
2327
2328 2008-12-21  Bruno Haible  <bruno@clisp.org>
2329
2330         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
2331         * modules/mbsrtowcs (Files): Likewise.
2332         * modules/wctob (Files): Likewise.
2333         * modules/c-strcase-tests (Files): Likewise.
2334         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2335         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2336         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2337         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2338         * modules/vasnprintf-posix-tests (Files): Likewise.
2339
2340 2008-12-21  William Pursell  <bill.pursell@gmail.com>
2341
2342         gitlog-to-changelog: pass all command-line arguments to git-log
2343         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
2344         it is sometimes convenient to filter the commits in various ways.
2345         gitlog-to-changelog only allows --since to specify a start date,
2346         but git-log itself supports many other filtering mechanisms.
2347         At the moment, I want to filter by branch name.  Rather than
2348         adding a --branch option to gitlog-to-changelog, it seems more
2349         flexible to simply pass all options directly to git-log and let
2350         git do the work.  Notice that this effectively makes --since a
2351         redundant option for gitlog-to-changelog, but removing it would
2352         require current usage to change since calls would then require
2353         an additional '--'.
2354
2355 2008-12-21  Bruno Haible  <bruno@clisp.org>
2356
2357         * modules/mbsnrtowcs-tests: New file.
2358         * tests/test-mbsnrtowcs1.sh: New file.
2359         * tests/test-mbsnrtowcs2.sh: New file.
2360         * tests/test-mbsnrtowcs3.sh: New file.
2361         * tests/test-mbsnrtowcs4.sh: New file.
2362         * tests/test-mbsnrtowcs.c: New file.
2363
2364         New module 'mbsnrtowcs'.
2365         * lib/wchar.in.h (mbsnrtowcs): New declaration.
2366         * lib/mbsnrtowcs.c: New file.
2367         * lib/mbsrtowcs-state.c: New file.
2368         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
2369         (internal_state): Remove variable.
2370         * m4/mbsnrtowcs.m4: New file.
2371         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
2372         compilation units.
2373         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
2374         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2375         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
2376         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2377         * modules/mbsnrtowcs: New file.
2378         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
2379         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
2380         portability problem.
2381
2382 2008-12-21  Bruno Haible  <bruno@clisp.org>
2383
2384         Work around mbsrtowcs bug.
2385         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
2386         (gl_FUNC_MBSRTOWCS): Invoke it.
2387         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2388         m4/locale-zh.m4.
2389         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
2390
2391 2008-12-21  Bruno Haible  <bruno@clisp.org>
2392
2393         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
2394
2395 2008-12-21  Bruno Haible  <bruno@clisp.org>
2396
2397         Update doc for AIX.
2398         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
2399         16-bit wchar_t type.
2400         * doc/posix-functions/btowc.texi: Likewise.
2401         * doc/posix-functions/fgetwc.texi: Likewise.
2402         * doc/posix-functions/fgetws.texi: Likewise.
2403         * doc/posix-functions/fputwc.texi: Likewise.
2404         * doc/posix-functions/fputws.texi: Likewise.
2405         * doc/posix-functions/fwide.texi: Likewise.
2406         * doc/posix-functions/fwprintf.texi: Likewise.
2407         * doc/posix-functions/fwscanf.texi: Likewise.
2408         * doc/posix-functions/getwchar.texi: Likewise.
2409         * doc/posix-functions/getwc.texi: Likewise.
2410         * doc/posix-functions/iswalnum.texi: Likewise.
2411         * doc/posix-functions/iswalpha.texi: Likewise.
2412         * doc/posix-functions/iswblank.texi: Likewise.
2413         * doc/posix-functions/iswcntrl.texi: Likewise.
2414         * doc/posix-functions/iswctype.texi: Likewise.
2415         * doc/posix-functions/iswdigit.texi: Likewise.
2416         * doc/posix-functions/iswgraph.texi: Likewise.
2417         * doc/posix-functions/iswlower.texi: Likewise.
2418         * doc/posix-functions/iswprint.texi: Likewise.
2419         * doc/posix-functions/iswpunct.texi: Likewise.
2420         * doc/posix-functions/iswspace.texi: Likewise.
2421         * doc/posix-functions/iswupper.texi: Likewise.
2422         * doc/posix-functions/iswxdigit.texi: Likewise.
2423         * doc/posix-functions/mbrtowc.texi: Likewise.
2424         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2425         * doc/posix-functions/mbstowcs.texi: Likewise.
2426         * doc/posix-functions/mbtowc.texi: Likewise.
2427         * doc/posix-functions/putwchar.texi: Likewise.
2428         * doc/posix-functions/putwc.texi: Likewise.
2429         * doc/posix-functions/swprintf.texi: Likewise.
2430         * doc/posix-functions/tolower.texi: Likewise.
2431         * doc/posix-functions/toupper.texi: Likewise.
2432         * doc/posix-functions/towctrans.texi: Likewise.
2433         * doc/posix-functions/ungetwc.texi: Likewise.
2434         * doc/posix-functions/vswprintf.texi: Likewise.
2435         * doc/posix-functions/wcrtomb.texi: Likewise.
2436         * doc/posix-functions/wcscat.texi: Likewise.
2437         * doc/posix-functions/wcschr.texi: Likewise.
2438         * doc/posix-functions/wcscmp.texi: Likewise.
2439         * doc/posix-functions/wcscoll.texi: Likewise.
2440         * doc/posix-functions/wcscpy.texi: Likewise.
2441         * doc/posix-functions/wcscspn.texi: Likewise.
2442         * doc/posix-functions/wcsftime.texi: Likewise.
2443         * doc/posix-functions/wcslen.texi: Likewise.
2444         * doc/posix-functions/wcsncat.texi: Likewise.
2445         * doc/posix-functions/wcsncmp.texi: Likewise.
2446         * doc/posix-functions/wcsncpy.texi: Likewise.
2447         * doc/posix-functions/wcspbrk.texi: Likewise.
2448         * doc/posix-functions/wcsrchr.texi: Likewise.
2449         * doc/posix-functions/wcsrtombs.texi: Likewise.
2450         * doc/posix-functions/wcsspn.texi: Likewise.
2451         * doc/posix-functions/wcsstr.texi: Likewise.
2452         * doc/posix-functions/wcstod.texi: Likewise.
2453         * doc/posix-functions/wcstof.texi: Likewise.
2454         * doc/posix-functions/wcstoimax.texi: Likewise.
2455         * doc/posix-functions/wcstok.texi: Likewise.
2456         * doc/posix-functions/wcstold.texi: Likewise.
2457         * doc/posix-functions/wcstoll.texi: Likewise.
2458         * doc/posix-functions/wcstol.texi: Likewise.
2459         * doc/posix-functions/wcstombs.texi: Likewise.
2460         * doc/posix-functions/wcstoull.texi: Likewise.
2461         * doc/posix-functions/wcstoul.texi: Likewise.
2462         * doc/posix-functions/wcstoumax.texi: Likewise.
2463         * doc/posix-functions/wcswidth.texi: Likewise.
2464         * doc/posix-functions/wcsxfrm.texi: Likewise.
2465         * doc/posix-functions/wctob.texi: Likewise.
2466         * doc/posix-functions/wctomb.texi: Likewise.
2467         * doc/posix-functions/wctrans.texi: Likewise.
2468         * doc/posix-functions/wctype.texi: Likewise.
2469         * doc/posix-functions/wcwidth.texi: Likewise.
2470         * doc/posix-functions/wmemchr.texi: Likewise.
2471         * doc/posix-functions/wmemcmp.texi: Likewise.
2472         * doc/posix-functions/wmemcpy.texi: Likewise.
2473         * doc/posix-functions/wmemmove.texi: Likewise.
2474         * doc/posix-functions/wmemset.texi: Likewise.
2475         * doc/posix-functions/wprintf.texi: Likewise.
2476         * doc/posix-functions/wscanf.texi: Likewise.
2477
2478 2008-12-21  Bruno Haible  <bruno@clisp.org>
2479
2480         Update doc for HP-UX 11.11.
2481         * doc/posix-functions/btowc.texi: Clarify that the function is missing
2482         in HP-UX version 11.00, not in all versions of HP-UX 11.
2483         * doc/posix-functions/fwide.texi: Likewise.
2484         * doc/posix-functions/fwprintf.texi: Likewise.
2485         * doc/posix-functions/fwscanf.texi: Likewise.
2486         * doc/posix-functions/inet_ntop.texi: Likewise.
2487         * doc/posix-functions/inet_pton.texi: Likewise.
2488         * doc/posix-functions/mbrlen.texi: Likewise.
2489         * doc/posix-functions/mbrtowc.texi: Likewise.
2490         * doc/posix-functions/mbsinit.texi: Likewise.
2491         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2492         * doc/posix-functions/swprintf.texi: Likewise.
2493         * doc/posix-functions/swscanf.texi: Likewise.
2494         * doc/posix-functions/towctrans.texi: Likewise.
2495         * doc/posix-functions/vfwprintf.texi: Likewise.
2496         * doc/posix-functions/vswprintf.texi: Likewise.
2497         * doc/posix-functions/vwprintf.texi: Likewise.
2498         * doc/posix-functions/wcrtomb.texi: Likewise.
2499         * doc/posix-functions/wcsrtombs.texi: Likewise.
2500         * doc/posix-functions/wcsstr.texi: Likewise.
2501         * doc/posix-functions/wctob.texi: Likewise.
2502         * doc/posix-functions/wctrans.texi: Likewise.
2503         * doc/posix-functions/wmemchr.texi: Likewise.
2504         * doc/posix-functions/wmemcmp.texi: Likewise.
2505         * doc/posix-functions/wmemcpy.texi: Likewise.
2506         * doc/posix-functions/wmemmove.texi: Likewise.
2507         * doc/posix-functions/wmemset.texi: Likewise.
2508         * doc/posix-functions/wprintf.texi: Likewise.
2509         * doc/posix-functions/wscanf.texi: Likewise.
2510
2511 2008-12-21  Bruno Haible  <bruno@clisp.org>
2512
2513         Work around a portability problem.
2514         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
2515         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
2516
2517 2008-12-20  Bruno Haible  <bruno@clisp.org>
2518
2519         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
2520         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
2521         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
2522         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
2523         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
2524
2525         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2526         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
2527         set.
2528         (GNULIB_defined_mbstate_t): New macro.
2529         (mbsinit): Redefine if REPLACE_MBSINIT is set.
2530         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
2531         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
2532         reuses the system's mbrtowc function but works around the bugs.
2533         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
2534         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
2535         macros.
2536         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
2537         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
2538         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
2539         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
2540         REPLACE_MBSINIT if mbsinit needs to be overridden.
2541         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
2542         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2543         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
2544         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2545         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2546         m4/locale-zh.m4.
2547         (Depends): Add mbsinit.
2548         * modules/mbsinit (Depends): Add mbrtowc.
2549         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
2550
2551 2008-12-20  Bruno Haible  <bruno@clisp.org>
2552
2553         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
2554         so that there are no conversion errors on AIX.
2555         * tests/test-mbsrtowcs.c (main): LIkewise.
2556
2557 2008-12-20  Bruno Haible  <bruno@clisp.org>
2558
2559         Work around wctob bug on Solaris <= 9.
2560         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
2561         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
2562         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
2563         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
2564         * modules/wctob (Files): Add m4/locale-fr.m4.
2565         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
2566
2567 2008-12-20  Bruno Haible  <bruno@clisp.org>
2568
2569         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
2570         /dev/null.
2571         * tests/test-select-in.sh: Likewise.
2572         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2573
2574 2008-12-20  Bruno Haible  <bruno@clisp.org>
2575
2576         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
2577         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
2578         Cygwin 1.5.x.
2579
2580 2008-12-20  Bruno Haible  <bruno@clisp.org>
2581
2582         Ensure mbstate_t is defined on HP-UX 11.11.
2583         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
2584         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
2585         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
2586         AC_USE_SYSTEM_EXTENSIONS.
2587         * modules/fnmatch (Depends-on): Add extensions.
2588         * modules/mbrlen (Depends-on): Likewise.
2589         * modules/mbrtowc (Depends-on): Likewise.
2590         * modules/mbsinit (Depends-on): Likewise.
2591         * modules/mbsrtowcs (Depends-on): Likewise.
2592         * modules/mbswidth (Depends-on): Likewise.
2593         * modules/quotearg (Depends-on): Likewise.
2594         * modules/strftime (Depends-on): Likewise.
2595
2596 2008-12-20  Bruno Haible  <bruno@clisp.org>
2597
2598         Ensure wctob is declared on IRIX 6.5.
2599         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
2600         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
2601         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
2602         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
2603         of HAVE_WCTOB.
2604         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
2605         HAVE_WCTOB.
2606         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
2607
2608 2008-12-19  Bruno Haible  <bruno@clisp.org>
2609
2610         * modules/mbsrtowcs-tests: New file.
2611         * tests/test-mbsrtowcs1.sh: New file.
2612         * tests/test-mbsrtowcs2.sh: New file.
2613         * tests/test-mbsrtowcs3.sh: New file.
2614         * tests/test-mbsrtowcs4.sh: New file.
2615         * tests/test-mbsrtowcs.c: New file.
2616
2617         New module 'mbsrtowcs'.
2618         * lib/wchar.in.h (mbsrtowcs): New declaration.
2619         * lib/mbsrtowcs.c: New file.
2620         * m4/mbsrtowcs.m4: New file.
2621         * modules/mbsrtowcs: New file.
2622         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
2623         HAVE_MBSRTOWCS.
2624         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
2625         HAVE_MBSRTOWCS.
2626         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
2627
2628 2008-12-19  Bruno Haible  <bruno@clisp.org>
2629
2630         New module 'mbrlen'.
2631         * lib/wchar.in.h (mbrlen): New declaration.
2632         * lib/mbrlen.c: New file.
2633         * m4/mbrlen.m4: New file.
2634         * modules/mbrlen: New file.
2635         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
2636         HAVE_MBRLEN.
2637         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
2638         HAVE_MBRLEN.
2639         * doc/posix-functions/mbrlen.texi: Document the new module.
2640
2641 2008-12-19  Bruno Haible  <bruno@clisp.org>
2642
2643         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
2644         * modules/mbrtowc (Depends-on): Add verify.
2645         Suggested by Paul Eggert.
2646
2647 2008-12-18  Bruno Haible  <bruno@clisp.org>
2648
2649         * modules/mbsinit-tests: New file.
2650         * tests/test-mbsinit.sh: New file.
2651         * tests/test-mbsinit.c: New file.
2652
2653 2008-12-18  Bruno Haible  <bruno@clisp.org>
2654
2655         * modules/mbrtowc-tests: New file.
2656         * tests/test-mbrtowc1.sh: New file.
2657         * tests/test-mbrtowc2.sh: New file.
2658         * tests/test-mbrtowc3.sh: New file.
2659         * tests/test-mbrtowc4.sh: New file.
2660         * tests/test-mbrtowc.c: New file.
2661
2662         New module 'mbrtowc'.
2663         * lib/wchar.in.h (mbstate_t): Override when the system does not have
2664         mbsinit and mbrtowc.
2665         (mbrtowc): New declaration.
2666         * lib/mbrtowc.c: New file.
2667         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
2668         * modules/mbrtowc: New file.
2669         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
2670         HAVE_MBRTOWC.
2671         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
2672         HAVE_MBRTOWC.
2673         * doc/posix-functions/mbrtowc.texi: Document the new module.
2674
2675 2008-12-18  Bruno Haible  <bruno@clisp.org>
2676
2677         New module 'wctob'.
2678         * lib/wchar.in.h (wctob): New declaration.
2679         * lib/wctob.c: New file.
2680         * m4/wctob.m4: New file.
2681         * modules/wctob: New file.
2682         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
2683         HAVE_WCTOB.
2684         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
2685         * doc/posix-functions/wctob.texi: Document the new module.
2686
2687 2008-12-18  Bruno Haible  <bruno@clisp.org>
2688
2689         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
2690         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
2691
2692 2008-12-18  Simon Josefsson  <simon@josefsson.org>
2693
2694         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
2695         G. Christensen" <tgc@jupiterrise.com>.
2696
2697         * lib/flock.c: Need to include errno.h.  Reported by "Tom
2698         G. Christensen" <tgc@jupiterrise.com>.
2699
2700         * lib/flock.c: Need to include string.h.  Reported by "Tom
2701         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
2702         <ebb9@byu.net>.
2703
2704 2008-12-18  Bruno Haible  <bruno@clisp.org>
2705
2706         * m4/locale-ja.m4: New file, from GNU gettext.
2707
2708 2008-12-17  Bruno Haible  <bruno@clisp.org>
2709
2710         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
2711         Suggested by Eric Blake.
2712
2713 2008-12-17  Bruno Haible  <bruno@clisp.org>
2714
2715         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
2716
2717 2008-12-17  Bruno Haible  <bruno@clisp.org>
2718
2719         * lib/mbsinit.c: Include verify.h. Verify an assumption.
2720         * modules/mbsinit (Depends-on): Add verify.
2721         Suggested by Paul Eggert.
2722
2723 2008-12-17  Bruno Haible  <bruno@clisp.org>
2724
2725         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
2726         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
2727         gl_FUNC_MBRTOWC.
2728         * m4/mbiter.m4 (gl_MBITER): LIkewise.
2729         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
2730         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
2731         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
2732         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
2733         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
2734         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
2735         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
2736         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
2737         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
2738         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
2739         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
2740         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
2741         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
2742         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
2743         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2744         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
2745         * modules/trim (configure.ac): Likewise.
2746
2747 2008-12-17  Bruno Haible  <bruno@clisp.org>
2748
2749         * modules/btowc-tests: New file.
2750         * tests/test-btowc1.sh: New file.
2751         * tests/test-btowc2.sh: New file.
2752         * tests/test-btowc.c: New file.
2753
2754         New module 'btowc'.
2755         * lib/wchar.in.h (btowc): New declaration.
2756         * lib/btowc.c: New file.
2757         * m4/btowc.m4: New file.
2758         * modules/btowc: New file.
2759         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
2760         HAVE_BTOWC.
2761         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
2762         * doc/posix-functions/btowc.texi: Document the new module.
2763
2764 2008-12-17  Bruno Haible  <bruno@clisp.org>
2765
2766         New module 'mbsinit'.
2767         * lib/wchar.in.h (mbsinit): New declaration.
2768         * lib/mbsinit.c: New file.
2769         * m4/mbsinit.m4: New file.
2770         * modules/mbsinit: New file.
2771         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
2772         HAVE_MBSINIT.
2773         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
2774         HAVE_MBSINIT.
2775         * doc/posix-functions/mbsinit.texi: Document the new module.
2776
2777 2008-12-16  Bruno Haible  <bruno@clisp.org>
2778
2779         * lib/unistd.in.h: Add comment.
2780         * tests/test-environ.c: Don't include <stdlib.h>.
2781
2782 2008-12-16  Bruno Haible  <bruno@clisp.org>
2783
2784         * lib/parse-duration.h (parse_duration): Document return value
2785         convention.
2786         * lib/parse-duration.c: Include specification header first. Add
2787         comments.
2788         (_): Remove macro.
2789         (parse_year_month_day, parse_hour_minute_second): Move side effects
2790         outside of strchr call.
2791         (parse_non_iso8601): Move side effects outside of isspace call.
2792         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
2793         call.
2794
2795 2008-12-16  Bruno Haible  <bruno@clisp.org>
2796
2797         * tests/test-parse-duration.sh: Produce no output when the test
2798         succeeds.
2799
2800 2008-12-16  Bruno Haible  <bruno@clisp.org>
2801
2802         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
2803         expressions.
2804
2805 2008-12-15  Bruno Haible  <bruno@clisp.org>
2806
2807         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
2808         * doc/glibc-functions/flistxattr.texi: Likewise.
2809         * doc/glibc-functions/fopencookie.texi: Likewise.
2810         * doc/glibc-functions/fremovexattr.texi: Likewise.
2811         * doc/glibc-functions/fsetxattr.texi: Likewise.
2812         * doc/glibc-functions/getxattr.texi: Likewise.
2813         * doc/glibc-functions/lgetxattr.texi: Likewise.
2814         * doc/glibc-functions/listxattr.texi: Likewise.
2815         * doc/glibc-functions/llistxattr.texi: Likewise.
2816         * doc/glibc-functions/lremovexattr.texi: Likewise.
2817         * doc/glibc-functions/lsetxattr.texi: Likewise.
2818         * doc/glibc-functions/removexattr.texi: Likewise.
2819         * doc/glibc-functions/setxattr.texi: Likewise.
2820         * doc/posix-functions/open_memstream.texi: Likewise.
2821
2822 2008-12-15  Eric Blake  <ebb9@byu.net>
2823
2824         Update doc for cygwin 1.7.
2825         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
2826         functions.
2827         * doc/posix-functions/fchmodat.texi: Likewise.
2828         * doc/posix-functions/fchownat.texi: Likewise.
2829         * doc/posix-functions/fdopendir.texi: Likewise.
2830         * doc/posix-functions/fmemopen.texi: Likewise.
2831         * doc/posix-functions/freeaddrinfo.texi: Likewise.
2832         * doc/posix-functions/fstatat.texi: Likewise.
2833         * doc/posix-functions/futimens.texi: Likewise.
2834         * doc/posix-functions/gai_strerror.texi: Likewise.
2835         * doc/posix-functions/getaddrinfo.texi: Likewise.
2836         * doc/posix-functions/getnameinfo.texi: Likewise.
2837         * doc/posix-functions/if_freenameindex.texi: Likewise.
2838         * doc/posix-functions/if_indextoname.texi: Likewise.
2839         * doc/posix-functions/if_nameindex.texi: Likewise.
2840         * doc/posix-functions/if_nametoindex.texi: Likewise.
2841         * doc/posix-functions/insque.texi: Likewise.
2842         * doc/posix-functions/linkat.texi: Likewise.
2843         * doc/posix-functions/llrint.texi: Likewise.
2844         * doc/posix-functions/llrintf.texi: Likewise.
2845         * doc/posix-functions/llrintl.texi: Likewise.
2846         * doc/posix-functions/lockf.texi: Likewise.
2847         * doc/posix-functions/lrintl.texi: Likewise.
2848         * doc/posix-functions/mkdirat.texi: Likewise.
2849         * doc/posix-functions/mkfifoat.texi: Likewise.
2850         * doc/posix-functions/mknodat.texi: Likewise.
2851         * doc/posix-functions/mq_close.texi: Likewise.
2852         * doc/posix-functions/mq_getattr.texi: Likewise.
2853         * doc/posix-functions/mq_notify.texi: Likewise.
2854         * doc/posix-functions/mq_open.texi: Likewise.
2855         * doc/posix-functions/mq_receive.texi: Likewise.
2856         * doc/posix-functions/mq_send.texi: Likewise.
2857         * doc/posix-functions/mq_setattr.texi: Likewise.
2858         * doc/posix-functions/mq_timedreceive.texi: Likewise.
2859         * doc/posix-functions/mq_timedsend.texi: Likewise.
2860         * doc/posix-functions/mq_unlink.texi: Likewise.
2861         * doc/posix-functions/open_memstream.texi: Likewise.
2862         * doc/posix-functions/openat.texi: Likewise.
2863         * doc/posix-functions/posix_fadvise.texi: Likewise.
2864         * doc/posix-functions/posix_fallocate.texi: Likewise.
2865         * doc/posix-functions/posix_madvise.texi: Likewise.
2866         * doc/posix-functions/posix_memalign.texi: Likewise.
2867         * doc/posix-functions/posix_openpt.texi: Likewise.
2868         * doc/posix-functions/readlinkat.texi: Likewise.
2869         * doc/posix-functions/remque.texi: Likewise.
2870         * doc/posix-functions/renameat.texi: Likewise.
2871         * doc/posix-functions/rintl.texi: Likewise.
2872         * doc/posix-functions/sem_unlink.texi: Likewise.
2873         * doc/posix-functions/shm_open.texi: Likewise.
2874         * doc/posix-functions/shm_unlink.texi: Likewise.
2875         * doc/posix-functions/signgam.texi: Likewise.
2876         * doc/posix-functions/sigset.texi: Likewise.
2877         * doc/posix-functions/stpcpy.texi: Likewise.
2878         * doc/posix-functions/stpncpy.texi: Likewise.
2879         * doc/posix-functions/strerror.texi: Likewise.
2880         * doc/posix-functions/strtod.texi: Likewise.
2881         * doc/posix-functions/symlinkat.texi: Likewise.
2882         * doc/posix-functions/unlinkat.texi: Likewise.
2883         * doc/posix-functions/utimensat.texi: Likewise.
2884         * doc/glibc-functions/bindresvport.texi: Likewise.
2885         * doc/glibc-functions/dn_expand.texi: Likewise.
2886         * doc/glibc-functions/exp10.texi: Likewise.
2887         * doc/glibc-functions/exp10f.texi: Likewise.
2888         * doc/glibc-functions/fgetxattr.texi: Likewise.
2889         * doc/glibc-functions/flistxattr.texi: Likewise.
2890         * doc/glibc-functions/fopencookie.texi: Likewise.
2891         * doc/glibc-functions/freeifaddrs.texi: Likewise.
2892         * doc/glibc-functions/fremovexattr.texi: Likewise.
2893         * doc/glibc-functions/fsetxattr.texi: Likewise.
2894         * doc/glibc-functions/getifaddrs.texi: Likewise.
2895         * doc/glibc-functions/getxattr.texi: Likewise.
2896         * doc/glibc-functions/lgetxattr.texi: Likewise.
2897         * doc/glibc-functions/listxattr.texi: Likewise.
2898         * doc/glibc-functions/llistxattr.texi: Likewise.
2899         * doc/glibc-functions/lremovexattr.texi: Likewise.
2900         * doc/glibc-functions/lsetxattr.texi: Likewise.
2901         * doc/glibc-functions/pow10.texi: Likewise.
2902         * doc/glibc-functions/pow10f.texi: Likewise.
2903         * doc/glibc-functions/rcmd_af.texi: Likewise.
2904         * doc/glibc-functions/removexattr.texi: Likewise.
2905         * doc/glibc-functions/res_init.texi: Likewise.
2906         * doc/glibc-functions/res_mkquery.texi: Likewise.
2907         * doc/glibc-functions/res_query.texi: Likewise.
2908         * doc/glibc-functions/res_querydomain.texi: Likewise.
2909         * doc/glibc-functions/res_send.texi: Likewise.
2910         * doc/glibc-functions/rresvport_af.texi: Likewise.
2911         * doc/glibc-functions/setxattr.texi: Likewise.
2912         * doc/glibc-functions/strcasestr.texi: Likewise.
2913
2914 2008-12-15  Bruno Haible  <bruno@clisp.org>
2915
2916         Fix compilation error on OSF/1 4.0.
2917         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
2918         <sys/time.h>, simply delegate to the system header.
2919         Reported by Daniel Richard G. <oss@teragram.com>.
2920
2921 2008-12-15  Bruno Haible  <bruno@clisp.org>
2922
2923         * doc/posix-functions/openat.texi: Mention the 'openat' module.
2924         * doc/posix-functions/fchmodat.texi: Likewise.
2925         * doc/posix-functions/fchownat.texi: Likewise.
2926         * doc/posix-functions/fdopendir.texi: Likewise.
2927         * doc/posix-functions/fstatat.texi: Likewise.
2928         * doc/posix-functions/mkdirat.texi: Likewise.
2929         * doc/posix-functions/unlinkat.texi: Likewise.
2930
2931 2008-12-14  Bruno Haible  <bruno@clisp.org>
2932
2933         Update doc for POSIX:2008.
2934         * doc/posix-functions/faccessat.texi: New file.
2935         * doc/posix-functions/fchmodat.texi: New file.
2936         * doc/posix-functions/fchownat.texi: New file.
2937         * doc/posix-functions/fdopendir.texi: New file.
2938         * doc/posix-functions/fstatat.texi: New file.
2939         * doc/posix-functions/futimens.texi: New file.
2940         * doc/posix-functions/linkat.texi: New file.
2941         * doc/posix-functions/mkdirat.texi: New file.
2942         * doc/posix-functions/mkfifoat.texi: New file.
2943         * doc/posix-functions/mknodat.texi: New file.
2944         * doc/posix-functions/open_wmemstream.texi: New file.
2945         * doc/posix-functions/openat.texi: New file.
2946         * doc/posix-functions/psiginfo.texi: New file.
2947         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
2948         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
2949         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
2950         * doc/posix-functions/readlinkat.texi: New file.
2951         * doc/posix-functions/renameat.texi: New file.
2952         * doc/posix-functions/strerror_l.texi: New file.
2953         * doc/posix-functions/symlinkat.texi: New file.
2954         * doc/posix-functions/unlinkat.texi: New file.
2955         * doc/posix-functions/utimensat.texi: New file.
2956         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2957
2958 2008-12-14  Bruno Haible  <bruno@clisp.org>
2959
2960         Update doc for POSIX:2008.
2961         * doc/posix-functions/alphasort.texi: Renamed from
2962         doc/glibc-functions/alphasort.texi.
2963         * doc/posix-functions/dirfd.texi: Renamed from
2964         doc/glibc-functions/dirfd.texi.
2965         * doc/posix-functions/dprintf.texi: Renamed from
2966         doc/glibc-functions/dprintf.texi.
2967         * doc/posix-functions/duplocale.texi: Renamed from
2968         doc/glibc-functions/duplocale.texi.
2969         * doc/posix-functions/fexecve.texi: Renamed from
2970         doc/glibc-functions/fexecve.texi.
2971         * doc/posix-functions/fmemopen.texi: Renamed from
2972         doc/glibc-functions/fmemopen.texi.
2973         * doc/posix-functions/freelocale.texi: Renamed from
2974         doc/glibc-functions/freelocale.texi.
2975         * doc/posix-functions/getdate_err.texi: Renamed from
2976         doc/glibc-functions/getdate_err.texi.
2977         * doc/posix-functions/isalnum_l.texi: Renamed from
2978         doc/glibc-functions/isalnum_l.texi.
2979         * doc/posix-functions/isalpha_l.texi: Renamed from
2980         doc/glibc-functions/isalpha_l.texi.
2981         * doc/posix-functions/isblank_l.texi: Renamed from
2982         doc/glibc-functions/isblank_l.texi.
2983         * doc/posix-functions/iscntrl_l.texi: Renamed from
2984         doc/glibc-functions/iscntrl_l.texi.
2985         * doc/posix-functions/isdigit_l.texi: Renamed from
2986         doc/glibc-functions/isdigit_l.texi.
2987         * doc/posix-functions/isgraph_l.texi: Renamed from
2988         doc/glibc-functions/isgraph_l.texi.
2989         * doc/posix-functions/islower_l.texi: Renamed from
2990         doc/glibc-functions/islower_l.texi.
2991         * doc/posix-functions/isprint_l.texi: Renamed from
2992         doc/glibc-functions/isprint_l.texi.
2993         * doc/posix-functions/ispunct_l.texi: Renamed from
2994         doc/glibc-functions/ispunct_l.texi.
2995         * doc/posix-functions/isspace_l.texi: Renamed from
2996         doc/glibc-functions/isspace_l.texi.
2997         * doc/posix-functions/isupper_l.texi: Renamed from
2998         doc/glibc-functions/isupper_l.texi.
2999         * doc/posix-functions/iswalnum_l.texi: Renamed from
3000         doc/glibc-functions/iswalnum_l.texi.
3001         * doc/posix-functions/iswalpha_l.texi: Renamed from
3002         doc/glibc-functions/iswalpha_l.texi.
3003         * doc/posix-functions/iswblank_l.texi: Renamed from
3004         doc/glibc-functions/iswblank_l.texi.
3005         * doc/posix-functions/iswcntrl_l.texi: Renamed from
3006         doc/glibc-functions/iswcntrl_l.texi.
3007         * doc/posix-functions/iswctype_l.texi: Renamed from
3008         doc/glibc-functions/iswctype_l.texi.
3009         * doc/posix-functions/iswdigit_l.texi: Renamed from
3010         doc/glibc-functions/iswdigit_l.texi.
3011         * doc/posix-functions/iswgraph_l.texi: Renamed from
3012         doc/glibc-functions/iswgraph_l.texi.
3013         * doc/posix-functions/iswlower_l.texi: Renamed from
3014         doc/glibc-functions/iswlower_l.texi.
3015         * doc/posix-functions/iswprint_l.texi: Renamed from
3016         doc/glibc-functions/iswprint_l.texi.
3017         * doc/posix-functions/iswpunct_l.texi: Renamed from
3018         doc/glibc-functions/iswpunct_l.texi.
3019         * doc/posix-functions/iswspace_l.texi: Renamed from
3020         doc/glibc-functions/iswspace_l.texi.
3021         * doc/posix-functions/iswupper_l.texi: Renamed from
3022         doc/glibc-functions/iswupper_l.texi.
3023         * doc/posix-functions/iswxdigit_l.texi: Renamed from
3024         doc/glibc-functions/iswxdigit_l.texi.
3025         * doc/posix-functions/isxdigit_l.texi: Renamed from
3026         doc/glibc-functions/isxdigit_l.texi.
3027         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
3028         doc/glibc-functions/mbsnrtowcs.texi.
3029         * doc/posix-functions/mkdtemp.texi: Renamed from
3030         doc/glibc-functions/mkdtemp.texi.
3031         * doc/posix-functions/newlocale.texi: Renamed from
3032         doc/glibc-functions/newlocale.texi.
3033         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
3034         doc/glibc-functions/nl_langinfo_l.texi.
3035         * doc/posix-functions/open_memstream.texi: Renamed from
3036         doc/glibc-functions/open_memstream.texi.
3037         * doc/posix-functions/opterr.texi: Renamed from
3038         doc/glibc-functions/opterr.texi.
3039         * doc/posix-functions/optind.texi: Renamed from
3040         doc/glibc-functions/optind.texi.
3041         * doc/posix-functions/optopt.texi: Renamed from
3042         doc/glibc-functions/optopt.texi.
3043         * doc/posix-functions/psignal.texi: Renamed from
3044         doc/glibc-functions/psignal.texi.
3045         * doc/posix-functions/scandir.texi: Renamed from
3046         doc/glibc-functions/scandir.texi.
3047         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
3048         doc/glibc-functions/sched_get_priority_min.texi.
3049         * doc/posix-functions/signgam.texi: Renamed from
3050         doc/glibc-functions/signgam.texi.
3051         * doc/posix-functions/stpcpy.texi: Renamed from
3052         doc/glibc-functions/stpcpy.texi.
3053         * doc/posix-functions/stpncpy.texi: Renamed from
3054         doc/glibc-functions/stpncpy.texi.
3055         * doc/posix-functions/strcasecmp_l.texi: Renamed from
3056         doc/glibc-functions/strcasecmp_l.texi.
3057         * doc/posix-functions/strcoll_l.texi: Renamed from
3058         doc/glibc-functions/strcoll_l.texi.
3059         * doc/posix-functions/strfmon_l.texi: Renamed from
3060         doc/glibc-functions/strfmon_l.texi.
3061         * doc/posix-functions/strftime_l.texi: Renamed from
3062         doc/glibc-functions/strftime_l.texi.
3063         * doc/posix-functions/strncasecmp_l.texi: Renamed from
3064         doc/glibc-functions/strncasecmp_l.texi.
3065         * doc/posix-functions/strndup.texi: Renamed from
3066         doc/glibc-functions/strndup.texi.
3067         * doc/posix-functions/strnlen.texi: Renamed from
3068         doc/glibc-functions/strnlen.texi.
3069         * doc/posix-functions/strsignal.texi: Renamed from
3070         doc/glibc-functions/strsignal.texi.
3071         * doc/posix-functions/strxfrm_l.texi: Renamed from
3072         doc/glibc-functions/strxfrm_l.texi.
3073         * doc/posix-functions/timer_gettime.texi: Renamed from
3074         doc/glibc-functions/timer_gettime.texi.
3075         * doc/posix-functions/tolower_l.texi: Renamed from
3076         doc/glibc-functions/tolower_l.texi.
3077         * doc/posix-functions/toupper_l.texi: Renamed from
3078         doc/glibc-functions/toupper_l.texi.
3079         * doc/posix-functions/towctrans_l.texi: Renamed from
3080         doc/glibc-functions/towctrans_l.texi.
3081         * doc/posix-functions/towlower_l.texi: Renamed from
3082         doc/glibc-functions/towlower_l.texi.
3083         * doc/posix-functions/towupper_l.texi: Renamed from
3084         doc/glibc-functions/towupper_l.texi.
3085         * doc/posix-functions/uselocale.texi: Renamed from
3086         doc/glibc-functions/uselocale.texi.
3087         * doc/posix-functions/vdprintf.texi: Renamed from
3088         doc/glibc-functions/vdprintf.texi.
3089         * doc/posix-functions/wcpcpy.texi:
3090         Renamed from doc/glibc-functions/wcpcpy.texi.
3091         * doc/posix-functions/wcpncpy.texi: Renamed from
3092         doc/glibc-functions/wcpncpy.texi.
3093         * doc/posix-functions/wcscasecmp.texi: Renamed from
3094         doc/glibc-functions/wcscasecmp.texi.
3095         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
3096         doc/glibc-functions/wcscasecmp_l.texi.
3097         * doc/posix-functions/wcscoll_l.texi: Renamed from
3098         doc/glibc-functions/wcscoll_l.texi.
3099         * doc/posix-functions/wcsdup.texi: Renamed from
3100         doc/glibc-functions/wcsdup.texi.
3101         * doc/posix-functions/wcsncasecmp.texi: Renamed from
3102         doc/glibc-functions/wcsncasecmp.texi.
3103         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
3104         doc/glibc-functions/wcsncasecmp_l.texi.
3105         * doc/posix-functions/wcsnlen.texi: Renamed from
3106         doc/glibc-functions/wcsnlen.texi.
3107         * doc/posix-functions/wcsnrtombs.texi: Renamed from
3108         doc/glibc-functions/wcsnrtombs.texi.
3109         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
3110         doc/glibc-functions/wcsxfrm_l.texi.
3111         * doc/posix-functions/wctrans_l.texi: Renamed from
3112         doc/glibc-functions/wctrans_l.texi.
3113         * doc/posix-functions/wctype_l.texi: Renamed from
3114         doc/glibc-functions/wctype_l.texi.
3115         * doc/gnulib.texi (Function Substitutes): Add these subsections.
3116         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
3117         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
3118         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
3119         these subsections.
3120         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
3121         Remove sections.
3122
3123 2008-12-14  Bruno Haible  <bruno@clisp.org>
3124
3125         Update doc for POSIX:2008.
3126         * doc/posix-functions/*.texi: Update URL of POSIX specification.
3127
3128 2008-12-14  Bruno Haible  <bruno@clisp.org>
3129
3130         Update doc for POSIX:2008.
3131         * doc/pastposix-functions/bcmp.texi: Renamed from
3132         doc/posix-functions/bcmp.texi.
3133         * doc/pastposix-functions/bcopy.texi: Renamed from
3134         doc/posix-functions/bcopy.texi.
3135         * doc/pastposix-functions/bsd_signal.texi: Renamed from
3136         doc/posix-functions/bsd_signal.texi.
3137         * doc/pastposix-functions/bzero.texi: Renamed from
3138         doc/posix-functions/bzero.texi.
3139         * doc/pastposix-functions/ecvt.texi: Renamed from
3140         doc/posix-functions/ecvt.texi.
3141         * doc/pastposix-functions/fcvt.texi: Renamed from
3142         doc/posix-functions/fcvt.texi.
3143         * doc/pastposix-functions/ftime.texi: Renamed from
3144         doc/posix-functions/ftime.texi.
3145         * doc/pastposix-functions/gcvt.texi: Renamed from
3146         doc/posix-functions/gcvt.texi.
3147         * doc/pastposix-functions/getcontext.texi: Renamed from
3148         doc/posix-functions/getcontext.texi.
3149         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
3150         doc/posix-functions/gethostbyaddr.texi.
3151         * doc/pastposix-functions/gethostbyname.texi: Renamed from
3152         doc/posix-functions/gethostbyname.texi.
3153         * doc/pastposix-functions/getwd.texi: Renamed from
3154         doc/posix-functions/getwd.texi.
3155         * doc/pastposix-functions/h_errno.texi: Renamed from
3156         doc/posix-functions/h_errno.texi.
3157         * doc/pastposix-functions/index.texi: Renamed from
3158         doc/posix-functions/index.texi.
3159         * doc/pastposix-functions/makecontext.texi: Renamed from
3160         doc/posix-functions/makecontext.texi.
3161         * doc/pastposix-functions/mktemp.texi: Renamed from
3162         doc/posix-functions/mktemp.texi.
3163         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
3164         doc/posix-functions/pthread_attr_getstackaddr.texi.
3165         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
3166         doc/posix-functions/pthread_attr_setstackaddr.texi.
3167         * doc/pastposix-functions/rindex.texi: Renamed from
3168         doc/posix-functions/rindex.texi.
3169         * doc/pastposix-functions/scalb.texi: Renamed from
3170         doc/posix-functions/scalb.texi.
3171         * doc/pastposix-functions/setcontext.texi: Renamed from
3172         doc/posix-functions/setcontext.texi.
3173         * doc/pastposix-functions/swapcontext.texi: Renamed from
3174         doc/posix-functions/swapcontext.texi.
3175         * doc/pastposix-functions/ualarm.texi: Renamed from
3176         doc/posix-functions/ualarm.texi.
3177         * doc/pastposix-functions/usleep.texi: Renamed from
3178         doc/posix-functions/usleep.texi.
3179         * doc/pastposix-functions/vfork.texi: Renamed from
3180         doc/posix-functions/vfork.texi.
3181         * doc/pastposix-functions/wcswcs.texi: Renamed from
3182         doc/posix-functions/wcswcs.texi.
3183         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
3184         (Function Substitutes): Update.
3185
3186 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3187
3188         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
3189         m4/strerror.m4.
3190
3191 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3192             Bruno Haible  <bruno@clisp.org>
3193
3194         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
3195
3196 2008-12-13  Bruno Haible  <bruno@clisp.org>
3197
3198         * modules/strtoull (Depends-on): Remove unistd.
3199
3200 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3201
3202         * modules/strtoull (Depends-on): Add stdlib.
3203
3204 2008-12-11  Simon Josefsson  <simon@josefsson.org>
3205
3206         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
3207
3208 2008-12-10  Jim Meyering  <meyering@redhat.com>
3209
3210         gl_ASSERT: don't say assertions are disabled when they're not
3211         * m4/assert.m4 (gl_ASSERT): Do not make configure report
3212         "checking whether to enable assertions... no", when they are in
3213         fact enabled.  This is solely a bug in the output of configure.
3214         In spite of saying "no", NDEBUG was not defined in that case.
3215         Also, as noted by Eric Blake, leave assertions enabled upon
3216         --enable-assert=INVALID.
3217
3218 2008-12-10  Bruno Haible  <bruno@clisp.org>
3219
3220         Change MODULES.html to refer to POSIX:2008 where possible.
3221         * MODULES.html.sh (POSIX2008_URL): New variable.
3222         (posix_headers): Remove sys/timeb, ucontext.
3223         (posix2001_headers): New variable.
3224         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
3225         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
3226         index, makecontext, mktemp, pthread_attr_getstackaddr,
3227         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
3228         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
3229         (posix2001_functions): New variable.
3230         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
3231         otherwise.
3232
3233 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3234
3235         add missing include to parse-duration.c
3236         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
3237         * modules/parse-duration (Depends-on): Add xalloc.
3238
3239         fix sed script reading maint.mk
3240         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
3241         (syntax-check-rules): Use it.
3242
3243 2008-12-09  Bruno Haible  <bruno@clisp.org>
3244
3245         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
3246         MacOS X 10.4/PowerPC.
3247         Reported by Simon Josefsson.
3248
3249 2008-12-08  Jim Meyering  <meyering@redhat.com>
3250
3251         work around mingw's lack of some S_IF definitions
3252         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
3253         Reported by Simon Josefsson.
3254
3255 2008-12-08  Bruno Haible  <bruno@clisp.org>
3256
3257         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
3258         applied to variables. Needed on MacOS X 10.4/PowerPC.
3259         Reported by Simon Josefsson.
3260
3261 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3262         and Eric Blake  <ebb9@byu.net>
3263
3264         assert: honor --enable-assert
3265         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
3266         order to honor --enable-assert, rather than treating it as a
3267         synonym for --disable-assert.
3268
3269 2008-12-08  Jim Meyering  <meyering@redhat.com>
3270
3271         * lib/posixtm.c: Remove now-useless declaration of mktime.
3272
3273         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
3274
3275 2008-12-07  Bruno Haible  <bruno@clisp.org>
3276
3277         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
3278         test_once): Mark functions as static.
3279         * tests/test-tls.c (test_tls): Likewise.
3280
3281 2008-12-07  Bruno Haible  <bruno@clisp.org>
3282
3283         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
3284         iconv_register_autodetect.
3285
3286 2008-12-07  Jim Meyering  <meyering@redhat.com>
3287
3288         posixtm.c: avoid a warning
3289         * lib/posixtm.c (posixtime): Don't initialize tm0.
3290         It's no longer needed to placate gcc4's -Wuninitialized,
3291         and the attempt to placate would elicit a new warning.
3292
3293         unicodeio.c: mark unused parameters
3294         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3295         (fallback_failure_callback): Likewise.
3296
3297 2008-12-07  Bruno Haible  <bruno@clisp.org>
3298
3299         * gnulib-tool (func_create_testdir): When building the tests
3300         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
3301         Reported by Simon Josefsson.
3302
3303 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3304
3305         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
3306
3307 2008-12-06  Bruno Haible  <bruno@clisp.org>
3308
3309         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
3310         Suggested by Eric Blake.
3311
3312 2008-12-06  Bruno Haible  <bruno@clisp.org>
3313
3314         Fix a c-stack test failure on MacOS X.
3315         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
3316         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
3317         handler for SIGBUS as well.
3318         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
3319         install a signal handler for SIGBUS as well.
3320         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
3321
3322 2008-12-06  Bruno Haible  <bruno@clisp.org>
3323
3324         Advocacy documentation.
3325         * doc/gnulib-intro.texi (Benefits): New section.
3326         * doc/gnulib.texi: Update.
3327
3328 2008-12-06  Bruno Haible  <bruno@clisp.org>
3329
3330         Document the 'manywarnings' module.
3331         * doc/manywarnings.texi: New file.
3332         * doc/gnulib.texi: Include it.
3333
3334 2008-12-05  Eric Blake  <ebb9@byu.net>
3335
3336         tests: silence some gcc warnings
3337         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
3338         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
3339         type mismatches.
3340
3341 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3342             Bruno Haible  <bruno@clisp.org>
3343
3344         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
3345
3346 2008-11-29  Jim Meyering  <meyering@redhat.com>
3347
3348         unicodeio.c: mark unused parameters
3349         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3350         (fallback_failure_callback): Likewise.
3351
3352         fts: fix a thinko
3353         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
3354         (set_stat_type): Return S_IF*-valued "type" directly.
3355         Prompted by James Youngman's spotting a related bug.
3356         Confirmed by further testing through find.
3357
3358         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
3359         * lib/fts.c (D_TYPE): Define.
3360         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
3361         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
3362         (s_ifmt_shift_bits): New function.
3363         (set_stat_type): New function.
3364         (fts_build): When not calling fts_stat, call set_stat_type
3365         to propagate dirent.d_type info to fts_read caller.
3366         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
3367         fts_statp->st_mode type information may be valid.
3368
3369 2008-11-28  Simon Josefsson  <simon@josefsson.org>
3370
3371         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
3372         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
3373         <sds@gnu.org>.
3374
3375 2008-11-20  Bruno Haible  <bruno@clisp.org>
3376
3377         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
3378         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
3379         INCLUDE_NEXT.
3380         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
3381         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
3382         * modules/math (Makefile.am): Substitute
3383         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
3384         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3385
3386 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
3387             Bruno Haible  <bruno@clisp.org>
3388
3389         * lib/stdint.in.h: Define all type macros so that their expansion is
3390         a single typedef'ed token. Fixes a compilation failure in Boost which
3391         does "using ::int8_t;".
3392
3393 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3394
3395         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
3396         gl_MANYWARN_ALL_GCC.
3397         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
3398         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
3399         * modules/manywarnings: New file.
3400         * MODULES.html.sh: Mention manywarnings module.
3401
3402 2008-11-18  Bruno Haible  <bruno@clisp.org>
3403
3404         * doc/gnulib-tool.texi (Unit tests): New section.
3405
3406 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3407
3408         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
3409         paths like 'lib/po/foo.po'.
3410
3411 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3412
3413         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
3414         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
3415
3416 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3417
3418         * m4/warnings.m4: Use CPPFLAGS to really check whether the
3419         parameter works.
3420
3421 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3422
3423         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
3424
3425 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3426
3427         * modules/parse-duration-tests: New file.
3428         * tests/test-parse-duration.sh: New file.
3429         * tests/test-parse-duration.c: New file.
3430
3431         New module 'parse-duration'.
3432         * lib/parse-duration.h: New file.
3433         * lib/parse-duration.c: New file.
3434         * modules/parse-duration: New file.
3435
3436 2008-11-17  Bruno Haible  <bruno@clisp.org>
3437
3438         * tests/test-select-out.sh: Comment out the first pipe test.
3439         Reported by Simon Josefsson.
3440
3441 2008-11-17  Bruno Haible  <bruno@clisp.org>
3442
3443         * modules/getaddrinfo (Depends-on): Add servent, hostent.
3444         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
3445         gl_HOSTENT.
3446
3447 2008-11-17  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
3450         -lnetwork and -lnet. Needed for Haiku and BeOS.
3451
3452 2008-11-16  Bruno Haible  <bruno@clisp.org>
3453
3454         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
3455
3456 2008-11-16  Bruno Haible  <bruno@clisp.org>
3457
3458         Avoid test failure on Haiku.
3459         * tests/test-fsync.c: Include <errno.h>.
3460         (main): Don't require that fsync (0) fails.
3461
3462 2008-11-15  Bruno Haible  <bruno@clisp.org>
3463
3464         New module 'hostent'.
3465         * modules/hostent: New file.
3466         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
3467
3468 2008-11-15  Bruno Haible  <bruno@clisp.org>
3469
3470         New module 'servent'.
3471         * modules/servent: New file.
3472         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
3473
3474 2008-11-15  Bruno Haible  <bruno@clisp.org>
3475
3476         Avoid generating same test program with two different rules.
3477         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
3478         test-frexp to test-frexp-nolibm.
3479         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
3480         test-frexpl to test-frexpl-nolibm.
3481
3482 2008-11-15  Bruno Haible  <bruno@clisp.org>
3483
3484         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
3485         $(FREXPL_LIBM).
3486
3487 2008-11-15  Bruno Haible  <bruno@clisp.org>
3488
3489         * lib/netdb.in.h: Activate the definitions also when the system's
3490         <netdb.h> has 'struct addrinfo'.
3491         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
3492         EAI_OVERFLOW or AI_NUMERICSERV.
3493         * doc/posix-headers/netdb.texi: Document the problem.
3494
3495 2008-11-15  Bruno Haible  <bruno@clisp.org>
3496
3497         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
3498
3499         Make the 'sched' module work on platforms where <sched.h> exists but
3500         is incomplete (such as Haiku).
3501         * lib/sched.in.h; Include the system's <sched.h> if it exists.
3502         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
3503         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
3504         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
3505         HAVE_STRUCT_SCHED_PARAM.
3506         * modules/sched (Depends-on): Add include_next.
3507         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
3508         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
3509         * doc/posix-headers/sched.texi: Document the issue.
3510
3511 2008-11-13  Jim Meyering  <meyering@redhat.com>
3512
3513         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
3514         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
3515         test would fail due to the difference in the Report bugs to ...
3516         line.  The expected address is empty, "<>", while the actual
3517         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
3518
3519 2008-11-12  Bruno Haible  <bruno@clisp.org>
3520
3521         lstat: don't compile lstat.c on systems lacking lstat
3522         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
3523         which don't have lstat; this is handled by lib/sys_stat.in.h already.
3524         Reported by Daniel P. Berrange via Jim Meyering.
3525
3526 2008-11-12  Jim Meyering  <meyering@redhat.com>
3527
3528         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
3529
3530 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3531
3532         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
3533         instead.
3534
3535 2008-11-12  Bruno Haible  <bruno@clisp.org>
3536
3537         * lib/unicodeio.c: Include unistr.h.
3538         (utf8_wctomb): Remove function.
3539         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
3540
3541 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3542
3543         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
3544         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
3545         <bruno@clisp.org>.
3546         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
3547
3548 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3549
3550         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
3551         * doc/gnulib.texi: Add section for warnings.
3552
3553 2008-11-11  Bruno Haible  <bruno@clisp.org>
3554
3555         * lib/sockets.h: Add a comment.
3556
3557 2008-11-11  Karl Berry  <karl@gnu.org>
3558
3559         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
3560
3561 2008-11-11  Eric Blake  <ebb9@byu.net>
3562
3563         fdl.texi: avoid git symlinks
3564         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
3565
3566 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3567
3568         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
3569
3570 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3571
3572         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
3573         (gl_WARN_ADD): Substitute $2 if literal.
3574
3575 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3576
3577         * m4/warning.m4: Remove.
3578
3579 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3580
3581         * m4/warnings.m4: Almost complete rewrite. :-)
3582
3583 2008-11-10  Simon Josefsson  <simon@josefsson.org>
3584
3585         * modules/warnings: New module.
3586         * m4/warnings.m4: New file.
3587         * MODULES.html.sh: Mention warnings module.
3588         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
3589         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3590
3591 2008-11-10  Eric Blake  <ebb9@byu.net>
3592
3593         fdl.texi: make a symlink to the latest version
3594         * doc/standards.texi: Revert today's earlier change.
3595         * doc/fdl-1.2.texi: Rename from old fdl.texi...
3596         * doc/fdl.texi: ...and replace this with a symlink to the newer
3597         fdl-1.3.texi.
3598
3599 2008-11-10  Bruno Haible  <bruno@clisp.org>
3600
3601         * tests/test-select-fd.c (main): Accept the result file name as fourth
3602         argument.
3603         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
3604         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
3605
3606 2008-11-10  Bruno Haible  <bruno@clisp.org>
3607
3608         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
3609         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
3610         as autoconf-substituted macros.
3611         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
3612         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
3613         gl_NETDB_H_DEFAULTS. Set these variables.
3614         * modules/netdb (Makefile.am): Substitute these variables.
3615
3616 2008-11-10  Eric Blake  <ebb9@byu.net>
3617
3618         standards.texi: include correct file for FDL 1.3
3619         * doc/standards.texi (GNU Free Documentation License): Change
3620         include file to pull in FDL 1.3, not 1.2.
3621
3622         fdl.texi: revert accidental change to license
3623         * doc/fdl.texi: This is FDL 1.2, not 1.3.
3624
3625 2008-11-10  Bruno Haible  <bruno@clisp.org>
3626
3627         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
3628         cross-compiling guesses also when the native compile gives no result.
3629
3630 2008-11-10  Bruno Haible  <bruno@clisp.org>
3631
3632         * lib/spawni.c (__spawni): Force variable into the stack.
3633
3634 2008-11-10  Bruno Haible  <bruno@clisp.org>
3635
3636         Add support for Haiku.
3637         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
3638         glibc and BeOS, but also on Haiku.
3639         * lib/fpurge.c (fpurge): Likewise.
3640         * lib/freadable.c (freadable): Likewise.
3641         * lib/freadahead.c (freadahead): Likewise.
3642         * lib/freading.c (freading): Likewise.
3643         * lib/freadptr.c (freadptr): Likewise.
3644         * lib/freadseek.c (freadptrinc): Likewise.
3645         * lib/fseeko.c (rpl_fseeko): Likewise.
3646         * lib/fseterr.c (fseterr): Likewise.
3647         * lib/fwritable.c (fwritable): Likewise.
3648         * lib/fwriting.c (fwriting): Likewise.
3649         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
3650
3651 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3652
3653         * lib/config.charset: Treat Haiku like BeOS.
3654
3655 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3656
3657         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
3658         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
3659
3660 2008-11-08  Bruno Haible  <bruno@clisp.org>
3661
3662         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
3663         AC_CACHE_CHECK.
3664
3665 2008-11-08  Bruno Haible  <bruno@clisp.org>
3666
3667         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
3668
3669 2008-11-08  Bruno Haible  <bruno@clisp.org>
3670
3671         * tests/test-select-fd.c: New file.
3672         * tests/test-select-in.sh: New file.
3673         * tests/test-select-out.sh: New file.
3674         * tests/test-select-stdin.c: New file.
3675         * modules/select-tests (Files): Add the new files.
3676         (Depends-on): Add gettimeofday.
3677         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
3678         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
3679         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
3680
3681 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
3682             Bruno Haible  <bruno@clisp.org>
3683
3684         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
3685
3686 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
3687
3688         * build-aux/pmccabe2html: Added support for C++ source files.
3689
3690 2008-11-05  Ben Pfaff  <blp@gnu.org>
3691
3692         Fix lib/close.c build on Windows.
3693         * modules/close (Files): Add lib/w32sock.h.
3694
3695 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
3696
3697         Accept Bison's NEWS format.
3698         * build-aux/announce-gen (print_news_deltas): Tweak
3699         $re_prefix.
3700
3701 2008-11-04  Bruno Haible  <bruno@clisp.org>
3702
3703         * modules/random_r (Maintainer): Add glibc.
3704
3705 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3706
3707         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
3708         by karl@freefriends.org (Karl Berry).
3709         * doc/alloca.texi: Likewise.
3710         * doc/c-ctype.texi: Likewise.
3711         * doc/c-strcase.texi: Likewise.
3712         * doc/c-strcaseeq.texi: Likewise.
3713         * doc/c-strcasestr.texi: Likewise.
3714         * doc/c-strstr.texi: Likewise.
3715         * doc/c-strtod.texi: Likewise.
3716         * doc/c-strtold.texi: Likewise.
3717         * doc/ctime.texi: Likewise.
3718         * doc/error.texi: Likewise.
3719         * doc/fdl.texi: Likewise.
3720         * doc/gcd.texi: Likewise.
3721         * doc/getdate.texi: Likewise.
3722         * doc/gnulib-intro.texi: Likewise.
3723         * doc/gnulib-tool.texi: Likewise.
3724         * doc/gnulib.texi: Likewise.
3725         * doc/inet_ntoa.texi: Likewise.
3726         * doc/maintain.texi: Likewise.
3727         * doc/make-stds.texi: Likewise.
3728         * doc/quote.texi: Likewise.
3729         * doc/regexprops-generic.texi: Likewise.
3730         * doc/standards.texi: Likewise.
3731         * doc/verify.texi: Likewise.
3732         * doc/visibility.texi: Likewise.
3733         * doc/gnulib.texi (GNU Free Documentation License): Include
3734         fdl-1.3.texi instead of fdl.texi.
3735
3736 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3737
3738         * doc/fdl-1.3.texi: New file, from
3739         <http://www.gnu.org/licenses/fdl-1.3.texi>.
3740         * modules/fdl-1.3: Add.
3741         * MODULES.html.sh: Add fdl-1.3.
3742
3743 2008-11-03  Bruno Haible  <bruno@clisp.org>
3744
3745         Make determination of absolute name of header file work with AIX xlc.
3746         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
3747         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
3748         preprocessing.
3749         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3750         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3751
3752 2008-11-03  Simon Josefsson  <simon@josefsson.org>
3753
3754         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
3755         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
3756         <ludo@gnu.org>.
3757
3758 2008-11-02  Bruno Haible  <bruno@clisp.org>
3759
3760         Mark 'strpbrk' obsolete.
3761         * modules/strpbrk (Status, Notice): New sections.
3762         * modules/strtok_r (Depends-on): Add strpbrk.
3763
3764 2008-11-02  Bruno Haible  <bruno@clisp.org>
3765
3766         Mark 'strdup' obsolete.
3767         * modules/strdup (Status, Notice): New sections.
3768         * modules/findprog (Depends-on): Add strdup.
3769         * modules/getaddrinfo (Depends-on): Likewise.
3770         * modules/localename (Depends-on): Likewise.
3771         * modules/relocatable-lib (Depends-on): Likewise.
3772         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
3773         * modules/relocatable-prog (Depends-on): Likewise.
3774         * modules/trim (Depends-on): Likewise.
3775         * modules/unictype/gen-ctype (Depends-on): Likewise.
3776         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3777
3778 2008-11-02  Bruno Haible  <bruno@clisp.org>
3779
3780         Mark 'strcspn' obsolete.
3781         * modules/strcspn (Status, Notice): New sections.
3782
3783 2008-11-02  Bruno Haible  <bruno@clisp.org>
3784
3785         Mark 'rmdir' obsolete.
3786         * modules/rmdir (Status, Notice): New sections.
3787         * modules/clean-temp (Depends-on): Add rmdir.
3788         * modules/openat (Depends-on): Likewise.
3789
3790 2008-11-02  Bruno Haible  <bruno@clisp.org>
3791
3792         Mark 'raise' obsolete.
3793         * modules/raise (Status, Notice): New sections.
3794         (Include): Specify <signal.h>.
3795         * modules/stdio (Depends-on): Add raise.
3796         * modules/write (Depends-on): Likewise.
3797
3798 2008-11-02  Bruno Haible  <bruno@clisp.org>
3799
3800         Mark 'memset' obsolete.
3801         * modules/memset (Status, Notice): New sections.
3802
3803 2008-11-02  Bruno Haible  <bruno@clisp.org>
3804
3805         Mark 'memmove' obsolete.
3806         * modules/memmove (Status, Notice): New sections.
3807         * modules/argp (Depends-on): Add memmove.
3808         * modules/argz (Depends-on): Likewise.
3809         * modules/canonicalize (Depends-on): Likewise.
3810         * modules/canonicalize-lgpl (Depends-on): Likewise.
3811         * modules/fts (Depends-on): Likewise.
3812         * modules/getcwd (Depends-on): Likewise.
3813         * modules/human (Depends-on): Likewise.
3814         * modules/regex (Depends-on): Likewise.
3815         * modules/striconveh (Depends-on): Likewise.
3816         * modules/trim (Depends-on): Likewise.
3817         * modules/unistr/u8-move (Depends-on): Likewise.
3818         * modules/unistr/u16-move (Depends-on): Likewise.
3819         * modules/unistr/u32-move (Depends-on): Likewise.
3820
3821 2008-11-02  Bruno Haible  <bruno@clisp.org>
3822
3823         Mark 'memcpy' obsolete.
3824         * modules/memcpy (Status, Notice): New sections.
3825
3826 2008-11-02  Bruno Haible  <bruno@clisp.org>
3827
3828         Mark 'memcmp' obsolete.
3829         * modules/memcmp (Status, Notice): New sections.
3830         * modules/argmatch (Depends-on): Add memchr.
3831         * modules/backupfile (Depends-on): Likewise.
3832         * modules/c-strcasestr (Depends-on): Likewise.
3833         * modules/crypto/des (Depends-on): Likewise.
3834         * modules/csharpcomp (Depends-on): Likewise.
3835         * modules/fnmatch (Depends-on): Likewise.
3836         * modules/git-merge-changelog (Depends-on): Likewise.
3837         * modules/isnand (Depends-on): Likewise.
3838         * modules/isnand-nolibm (Depends-on): Likewise.
3839         * modules/isnanf (Depends-on): Likewise.
3840         * modules/isnanf-nolibm (Depends-on): Likewise.
3841         * modules/isnanl (Depends-on): Likewise.
3842         * modules/isnanl-nolibm (Depends-on): Likewise.
3843         * modules/mbchar (Depends-on): Likewise.
3844         * modules/memcoll (Depends-on): Likewise.
3845         * modules/quotearg (Depends-on): Likewise.
3846         * modules/regex (Depends-on): Likewise.
3847         * modules/relocatable-prog (Depends-on): Likewise.
3848         * modules/same (Depends-on): Likewise.
3849         * modules/signbit (Depends-on): Likewise.
3850         * modules/strcasestr-simple (Depends-on): Likewise.
3851         * modules/unictype/gen-ctype (Depends-on): Likewise.
3852         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3853         * modules/uniname/uniname (Depends-on): Likewise.
3854         * modules/unistr/u8-cmp (Depends-on): Likewise.
3855
3856 2008-11-02  Bruno Haible  <bruno@clisp.org>
3857
3858         Mark 'memchr' obsolete.
3859         * modules/memchr (Status, Notice): New sections.
3860         * modules/argp (Depends-on): Add memchr.
3861         * modules/base64 (Depends-on): Likewise.
3862         * modules/c-strcasestr (Depends-on): Likewise.
3863         * modules/chdir-long (Depends-on): Likewise.
3864         * modules/fnmatch (Depends-on): Likewise.
3865         * modules/getsubopt (Depends-on): Likewise.
3866         * modules/git-merge-changelog (Depends-on): Likewise.
3867         * modules/glob (Depends-on): Likewise.
3868         * modules/strcasestr-simple (Depends-on): Likewise.
3869         * modules/strnlen (Depends-on): Likewise.
3870
3871 2008-11-02  Bruno Haible  <bruno@clisp.org>
3872
3873         Mark 'atexit' obsolete.
3874         * modules/atexit (Status, Notice): New sections.
3875         * modules/chdir-long (Depends-on): Add atexit.
3876         * modules/wait-process (Depends-on): Likewise.
3877
3878 2008-11-02  Bruno Haible  <bruno@clisp.org>
3879
3880         * gnulib-tool: New option --with-obsolete.
3881         (func_usage): Document it.
3882         (func_modules_transitive_closure): Drop obsolete dependencies if
3883         incobsolete is not true.
3884         (func_import): Read and save the incobsolete variable to the cache.
3885
3886 2008-11-02  Bruno Haible  <bruno@clisp.org>
3887
3888         * modules/TEMPLATE-EXTENDED: New field 'Status'.
3889         * gnulib-tool: New option --extract-status.
3890         (func_usage): Document it.
3891         (sed_extract_prog): Recognize it.
3892         (func_get_status): New function.
3893
3894 2008-10-30  Simon Josefsson  <simon@josefsson.org>
3895
3896         * modules/sockets (License): Change from LGPL to LGPLv2+.
3897
3898 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3899
3900         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
3901
3902 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3903
3904         * MODULES.html.sh (Support for systems lacking POSIX:2001):
3905         Mention times and sys_times.
3906         * modules/sys_times, modules/sys_times-tests: New modules.
3907         * modules/times, modules/times-tests: Likewise
3908         * m4/sys_times_h.m4: New file.
3909         * lib/sys_times.in.h: Likewise
3910         * lib/times.c: Likewise.
3911         * tests/test-sys_times.c: Likewise.
3912         * tests/test-times.c: Likewise.
3913         * doc/posix-headers/sys_times.texi: Update.
3914         * doc/posix-functions/times.texi: Update.
3915
3916 2008-10-28  Jim Meyering  <meyering@redhat.com>
3917
3918         * modules/tempname (Depends-on): Add lstat.
3919
3920         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
3921
3922 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3923
3924         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
3925         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
3926         using idiom used elsewhere in gnulib.
3927
3928 2008-10-27  Jim Meyering  <meyering@redhat.com>
3929
3930         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
3931
3932 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3933
3934         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
3935         TESTS_ENVIRONMENT, for shell scripts that needs to call built
3936         programs.
3937         * tests/test-argp-2.sh: Use $EXEEXT when needed.
3938
3939 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3940
3941         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
3942
3943 2008-10-27  Bruno Haible  <bruno@clisp.org>
3944
3945         * tests/test-lstat.c: Include <stdio.h>.
3946
3947 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3948
3949         * modules/lstat-tests: New module.
3950         * tests/test-lstat.c: New file.
3951
3952 2008-10-26  Jim Meyering  <meyering@redhat.com>
3953
3954         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
3955
3956 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3957             Bruno Haible  <bruno@clisp.org>
3958
3959         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
3960         * modules/configmake (Include): Add a note that the include must come
3961         after all system headers.
3962         * lib/javaversion.c: Include configmake.h after all other includes.
3963
3964 2008-10-26  Bruno Haible  <bruno@clisp.org>
3965
3966         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
3967         HAVE_STRUCT_RANDOM_DATA to 1.
3968         (gl_STDLIB_H): Simplify.
3969
3970 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3971
3972         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
3973         substitute HAVE_STRUCT_RANDOM_DATA.
3974         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
3975         random_data.
3976         * modules/stdlib (Makefile.am): Substitute
3977         HAVE_STRUCT_RANDOM_DATA.
3978
3979 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3980
3981         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
3982         * doc/gnulib-intro.texi (Copyright): Likewise.
3983
3984 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3985
3986         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
3987         findings.
3988
3989 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
3990             Bruno Haible  <bruno@clisp.org>
3991
3992         * lib/unistd.in.h: Include <winsock2.h>.
3993         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
3994         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
3995         Provide dummy declarations.
3996         (gethostname): Override.
3997         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
3998         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
3999         gl_PREREQ_SYS_H_WINSOCK2.
4000         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
4001         * doc/posix-functions/gethostname.texi: More details.
4002
4003 2008-10-25  Bruno Haible  <bruno@clisp.org>
4004
4005         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4006         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
4007         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
4008
4009         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
4010         here ...
4011         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
4012         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
4013         gl_UNISTD_H_DEFAULTS.
4014
4015 2008-10-25  Eric Blake  <ebb9@byu.net>
4016
4017         signbit: avoid spurious compiler failure
4018         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
4019         declarations inside function.
4020
4021 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4022             Bruno Haible  <bruno@clisp.org>
4023
4024         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
4025         * modules/random_r (Depends-on): Add stdint.
4026
4027 2008-10-24  Bruno Haible  <bruno@clisp.org>
4028
4029         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
4030         Eggert.
4031         * modules/strerror (License): Likewise.
4032
4033 2008-10-24  Jim Meyering  <meyering@redhat.com>
4034
4035         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
4036         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
4037
4038 2008-10-24  Eric Blake  <ebb9@byu.net>
4039
4040         getgroups: fix compilation when getgroups is available
4041         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
4042         but with <config.h> override of getgroups disabled.
4043
4044 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4045
4046         * doc/gnulib.texi (Header files): Add note about C++ problems.
4047         Explained by Bruno Haible <bruno@clisp.org>.
4048
4049 2008-10-23  Bruno Haible  <bruno@clisp.org>
4050
4051         Define a dummy SA_NODEFER macro on Interix.
4052         * lib/signal.in.h (SA_NODEFER): Define fallback.
4053         Reported by Aleksey Cheusov <cheusov@tut.by> via
4054         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
4055
4056 2008-10-23  Bruno Haible  <bruno@clisp.org>
4057
4058         * modules/freadahead (License): Change to LGPLv2+.
4059         Suggested by Simon Josefsson.
4060
4061 2008-10-23  Jim Meyering  <meyering@redhat.com>
4062
4063         random_r: new module
4064         * modules/random_r: New file.
4065         * m4/random_r.m4: New file.
4066         * lib/random_r.c: New file, from glibc.
4067         * modules/random_r-tests: New file.
4068         * tests/test-random_r.c: New file.
4069         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
4070          Declare.
4071         (RAND_MAX): Define.
4072         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
4073         * modules/stdlib: Substitute them, too.
4074         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
4075         * doc/glibc-functions/initstate_r.texi: Mention the new module.
4076         * doc/glibc-functions/random_r.texi: Likewise.
4077         * doc/glibc-functions/setstate_r.texi: Likewise.
4078         * doc/glibc-functions/srandom_r.texi: Likewise.
4079         * config/srclist.txt: Mention it.
4080
4081 2008-10-23  David Lutterkort  <lutter@redhat.com>
4082
4083         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
4084         link requirement
4085
4086 2008-10-23  Jim Meyering  <meyering@redhat.com>
4087
4088         selinux-h: mark parameters of stub functions as intentionally unused
4089         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
4090         * lib/se-context.in.h: Likewise.
4091
4092 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4093
4094         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
4095
4096 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4097
4098         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
4099
4100 2008-10-22  Eric Blake  <ebb9@byu.net>
4101
4102         glthread/thread: avoid compiler warning
4103         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
4104         Add unreachable abort to silence compiler.
4105
4106 2008-10-22  Eric Blake  <ebb9@byu.net>
4107
4108         netdb: also supply struct addrinfo for cygwin 1.5.x
4109         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
4110         older cygwin.
4111         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
4112         cygwin.
4113         * doc/posix-headers/netdb.texi (netdb.h): Document this.
4114
4115 2008-10-22  Bruno Haible  <bruno@clisp.org>
4116
4117         * users.txt: Update entry about pspp.
4118
4119 2008-10-21  Bruno Haible  <bruno@clisp.org>
4120
4121         Simplification.
4122         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
4123         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
4124
4125         Simplification.
4126         * lib/ioctl.c (ioctl): Don't undefine.
4127         * lib/socket.c (socket): Don't undefine.
4128
4129         Remove unused module indicator macros.
4130         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
4131         GNULIB_$1 as a C macro.
4132
4133         * doc/posix-functions/close.texi: Undo last change.
4134         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
4135         Windows platforms.
4136
4137 2008-10-21  Bruno Haible  <bruno@clisp.org>
4138
4139         Add gethostname() declaration to <unistd.h>.
4140         * lib/unistd.in.h (gethostname): New declaration.
4141         * lib/gethostname.c: Include <unistd.h>.
4142         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
4143         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
4144         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
4145         and HAVE_GETHOSTNAME.
4146         * modules/gethostname (Depends-on): Add unistd.
4147         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4148         (Include): Specify <unistd.h>.
4149         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
4150         HAVE_GETHOSTNAME.
4151         * tests/test-gethostname.c: Include <unistd.h> first.
4152
4153 2008-10-21  Bruno Haible  <bruno@clisp.org>
4154
4155         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
4156         * modules/select-tests (Depends-on): Likewise.
4157         Reported by Simon Josefsson.
4158
4159 2008-10-21  Simon Josefsson  <simon@josefsson.org>
4160
4161         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
4162         * lib/accept.c: New file, based on winsock.c.
4163         * lib/bind.c: New file, based on winsock.c.
4164         * lib/connect.c: New file, based on winsock.c.
4165         * lib/getpeername.c: New file, based on winsock.c.
4166         * lib/getsockname.c: New file, based on winsock.c.
4167         * lib/getsockopt.c: New file, based on winsock.c.
4168         * lib/ioctl.c: New file, based on winsock.c.
4169         * lib/listen.c: New file, based on winsock.c.
4170         * lib/recv.c: New file, based on winsock.c.
4171         * lib/recvfrom.c: New file, based on winsock.c.
4172         * lib/send.c: New file, based on winsock.c.
4173         * lib/sendto.c: New file, based on winsock.c.
4174         * lib/setsockopt.c: New file, based on winsock.c.
4175         * lib/shutdown.c: New file, based on winsock.c.
4176         * lib/socket.c: New file, based on winsock.c.
4177         * lib/w32sock.h: New file, based on winsock.c.
4178         * lib/winsock.c: Remove file.
4179         * modules/accept: Likewise.
4180         * modules/bind: Likewise.
4181         * modules/connect: Likewise.
4182         * modules/getpeername: Likewise.
4183         * modules/getsockname: Likewise.
4184         * modules/getsockopt: Likewise.
4185         * modules/ioctl: Likewise.
4186         * modules/listen: Likewise.
4187         * modules/recv: Likewise.
4188         * modules/recvfrom: Likewise.
4189         * modules/send: Likewise.
4190         * modules/sendto: Likewise.
4191         * modules/setsockopt: Likewise.
4192         * modules/shutdown: Likewise.
4193         * modules/socket: Use socket.c instead of winsock.c.
4194         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
4195         * doc/posix-functions/accept.texi: Doc fix.
4196         * doc/posix-functions/bind.texi: Doc fix.
4197         * doc/posix-functions/close.texi: Doc fix.
4198         * doc/posix-functions/connect.texi: Doc fix.
4199         * doc/posix-functions/getpeername.texi: Doc fix.
4200         * doc/posix-functions/getsockname.texi: Doc fix.
4201         * doc/posix-functions/getsockopt.texi: Doc fix.
4202         * doc/posix-functions/ioctl.texi: Doc fix.
4203         * doc/posix-functions/listen.texi: Doc fix.
4204         * doc/posix-functions/recv.texi: Doc fix.
4205         * doc/posix-functions/recvfrom.texi: Doc fix.
4206         * doc/posix-functions/send.texi: Doc fix.
4207         * doc/posix-functions/sendto.texi: Doc fix.
4208         * doc/posix-functions/setsockopt.texi: Doc fix.
4209         * doc/posix-functions/shutdown.texi: Doc fix.
4210         * doc/posix-functions/socket.texi: Doc fix.
4211
4212 2008-10-20  Bruno Haible  <bruno@clisp.org>
4213
4214         Take into account the role of SIGABRT_COMPAT on Windows 2008.
4215         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
4216         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
4217         as an alias for SIGABRT.
4218         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
4219         (sigaction): Map it to SIGABRT.
4220         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
4221
4222 2008-10-20  Bruno Haible  <bruno@clisp.org>
4223
4224         * lib/fts.c: Don't include lstat.h.
4225         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
4226
4227         Move the lstat() declaration to <sys/stat.h>.
4228         * lib/lstat.h: Remove file.
4229         * lib/sys_stat.in.h: Add special invocation convention.
4230         (lstat): New declaration.
4231         * lib/lstat.c (orig_lstat): New function.
4232         (rpl_lstat): Use orig_lstat instead of lstat.
4233         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
4234         AC_C_INLINE. Set REPLACE_LSTAT.
4235         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
4236         and REPLACE_LSTAT.
4237         * modules/lstat (Files): Remove lib/lstat.h.
4238         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4239         (Include): Specify <sys/stat.h> instead of lstat.h.
4240         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
4241         REPLACE_LSTAT.
4242         * NEWS: Mention the change.
4243
4244 2008-10-20  Bruno Haible  <bruno@clisp.org>
4245
4246         * modules/posix_spawn-tests: New file.
4247         * tests/test-posix_spawn3.c: New file.
4248
4249 2008-10-20  Bruno Haible  <bruno@clisp.org>
4250
4251         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
4252         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4253         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
4254         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4255         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
4256
4257 2008-10-20  Bruno Haible  <bruno@clisp.org>
4258
4259         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
4260         of posix_spawn on AIX 5.3.
4261
4262 2008-10-20  Bruno Haible  <bruno@clisp.org>
4263
4264         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
4265
4266 2008-10-20  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
4269         of AC_LANG_PROGRAM.
4270
4271 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4272
4273         * lib/netdb.in.h: Don't define GNU specific constants until they
4274         are supported or needed.  Reported by Bruno Haible
4275         <bruno@clisp.org>.
4276
4277 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4278
4279         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
4280
4281 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4282
4283         * lib/getaddrinfo.h: Remove file.
4284         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
4285         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
4286         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
4287         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
4288         * modules/netdb: Substitute GNULIB_GETADDRINFO.
4289         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
4290         * tests/test-getaddrinfo.c: Likewise.
4291         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
4292         * NEWS: Mention change.
4293
4294 2008-10-19  Bruno Haible  <bruno@clisp.org>
4295
4296         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
4297
4298 2008-10-19  Bruno Haible  <bruno@clisp.org>
4299
4300         * lib/wait-process.c: Include simply <sys/wait.h>.
4301         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
4302         WIFSTOPPED): Remove fallback definitions.
4303         * modules/wait-process (Depends-on): Add sys_wait.
4304
4305         New module 'sys_wait'.
4306         * modules/sys_wait: New file.
4307         * lib/sys_wait.in.h: New file, partially copied from
4308         lib/wait-process.c.
4309         * m4/sys_wait_h.m4: New file.
4310         * doc/posix-headers/sys_wait.texi: Mention the new module.
4311
4312 2008-10-19  Bruno Haible  <bruno@clisp.org>
4313
4314         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
4315
4316 2008-10-19  Bruno Haible  <bruno@clisp.org>
4317
4318         Assume that waitpid() fills an 'int' status, not a 'union wait'.
4319         * lib/wait-process.c (WAIT_T): Remove type.
4320         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
4321         (wait_subprocess): Update.
4322
4323 2008-10-19  Bruno Haible  <bruno@clisp.org>
4324
4325         New module 'atoll'.
4326         * modules/atoll: New file.
4327         * lib/stdlib.in.h (atoll): New declaration.
4328         * lib/atoll.c: New file, from glibc with modifications.
4329         * m4/atoll.m4: New file.
4330         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
4331         HAVE_ATOLL.
4332         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
4333         * doc/posix-functions/atoll.texi: Mention the new module.
4334
4335 2008-10-19  Bruno Haible  <bruno@clisp.org>
4336
4337         Add strtoull() declaration to <stdlib.h>.
4338         * lib/stdlib.in.h (strtoull): New declaration.
4339         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4340         Set HAVE_STRTOULL.
4341         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
4342         HAVE_STRTOULL.
4343         * modules/strtoull (Depends-on): Add stdlib.
4344         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4345         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
4346         HAVE_STRTOULL.
4347
4348 2008-10-19  Bruno Haible  <bruno@clisp.org>
4349
4350         Add strtoll() declaration to <stdlib.h>.
4351         * lib/stdlib.in.h (strtoll): New declaration.
4352         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4353         Set HAVE_STRTOLL.
4354         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
4355         HAVE_STRTOLL.
4356         * modules/strtoll (Depends-on): Add stdlib.
4357         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4358         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
4359
4360 2008-10-19  Bruno Haible  <bruno@clisp.org>
4361
4362         * modules/bcopy (Depends-on): Add strings.
4363         (Include): Specify <strings.h>.
4364
4365 2008-10-19  Bruno Haible  <bruno@clisp.org>
4366
4367         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
4368
4369 2008-10-19  Bruno Haible  <bruno@clisp.org>
4370
4371         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
4372         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
4373         mingw.
4374
4375 2008-10-19  Bruno Haible  <bruno@clisp.org>
4376
4377         * lib/atanl.c: Don't include isnanl.h.
4378         * lib/cosl.c: Likewise.
4379         * lib/ldexpl.c: Likewise.
4380         * lib/logl.c: Likewise.
4381         * lib/sinl.c: Likewise.
4382         * lib/sqrtl.c: Likewise.
4383         * lib/tanl.c: Likewise.
4384
4385         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
4386         * lib/isnanf.h: Remove file.
4387         * lib/isnand.h: Remove file.
4388         * lib/isnanl.h: Remove file.
4389         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
4390         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
4391         macros.
4392         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
4393         HAVE_ISNANF, don't define it as a C macro.
4394         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
4395         HAVE_ISNAND, don't define it as a C macro.
4396         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
4397         HAVE_ISNANL, don't define it as a C macro.
4398         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
4399         HAVE_ISNAN[FDL].
4400         * modules/isnanf (Files): Remove lib/isnanf.h.
4401         (Depends-on): Add math.
4402         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4403         (Include): Specify <math.h> instead of isnanf.h.
4404         * modules/isnand (Files): Remove lib/isnand.h.
4405         (Depends-on): Add math.
4406         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4407         (Include): Specify <math.h> instead of isnand.h.
4408         * modules/isnanl (Files): Remove lib/isnanl.h.
4409         (Depends-on): Add math.
4410         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4411         (Include): Specify <math.h> instead of isnanl.h.
4412         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
4413         HAVE_ISNAN[FDL].
4414         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
4415         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
4416         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
4417         * NEWS: Mention the change.
4418
4419 2008-10-18  Bruno Haible  <bruno@clisp.org>
4420
4421         Add getusershell(), setusershell(), endusershell() declarations to
4422         <unistd.h>.
4423         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
4424         declarations.
4425         * lib/getusershell.c: Include unistd.h.
4426         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
4427         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4428         HAVE_GETUSERSHELL.
4429         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
4430         and HAVE_GETUSERSHELL.
4431         * modules/getusershell (Depends-on): Add unistd, extensions.
4432         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4433         (Include): Specify <unistd.h>.
4434         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
4435         HAVE_GETUSERSHELL.
4436
4437 2008-10-18  Bruno Haible  <bruno@clisp.org>
4438
4439         Add a getloadavg() declaration to <stdlib.h>.
4440         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
4441         getloadavg declaration.
4442         (getloadavg): New declaration.
4443         * lib/getloadavg.c: Include <stdlib.h> first.
4444         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
4445         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
4446         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
4447         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
4448         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4449         * modules/getloadavg (Depends-on): Add stdlib, extensions.
4450         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4451         (Include): Specify <stdlib.h>.
4452         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
4453         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4454
4455 2008-10-18  Bruno Haible  <bruno@clisp.org>
4456
4457         * lib/dirchownmod.c: Don't include lchmod.h.
4458
4459         Move the lchmod() declaration to <sys/stat.h>.
4460         * lib/lchmod.h: Remove file.
4461         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
4462         (lchmod): New declaration, moved here from lib/lchown.h.
4463         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
4464         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
4465         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
4466         and HAVE_LCHMOD.
4467         * modules/lchmod (Files): Remove lib/lchmod.h.
4468         (Depends-on): Add sys_stat, extensions.
4469         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4470         (Include): Specify <sys/stat.h> instead of lchmod.h.
4471         * modules/sys_stat (Depends-on): Add link-warning.
4472         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
4473         definition of GL_LINK_WARNING.
4474         * NEWS: Mention the change.
4475
4476 2008-10-18  Bruno Haible  <bruno@clisp.org>
4477
4478         * lib/fchdir.c: Don't include dirfd.h.
4479         * lib/fts.c: Likewise.
4480         * lib/getcwd.c: Likewise.
4481         * lib/glob.c: Likewise.
4482
4483         Move the dirfd() declaration to <dirent.h>.
4484         * lib/dirfd.h: Remove file.
4485         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
4486         (dirfd): New declaration.
4487         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
4488         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
4489         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
4490         HAVE_DECL_DIRFD.
4491         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
4492         HAVE_DECL_DIRFD.
4493         * modules/dirfd (Files): Remove lib/dirfd.h.
4494         (Depends-on): Add dirent, extensions.
4495         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
4496         (Include): Specify <dirent.h> instead of dirfd.h.
4497         * modules/dirent (Depends-on): Add link-warning.
4498         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
4499         definition of GL_LINK_WARNING.
4500         * NEWS: Mention the change.
4501
4502 2008-10-18  Bruno Haible  <bruno@clisp.org>
4503
4504         Move the euidaccess() declaration to <unistd.h>.
4505         * lib/euidaccess.h: Remove file.
4506         * lib/unistd.in.h (euidaccess): New declaration.
4507         * lib/euidaccess.c: Don't include euidaccess.h.
4508         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
4509         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
4510         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
4511         and HAVE_EUIDACCESS.
4512         * modules/euidaccess (Files): Remove lib/euidaccess.h.
4513         (Depends-on): Add unistd.
4514         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4515         (Include): Specify <unistd.h> instead of euidaccess.h.
4516         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
4517         HAVE_EUIDACCESS.
4518         * NEWS: Mention the change.
4519
4520 2008-10-18  Bruno Haible  <bruno@clisp.org>
4521
4522         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
4523
4524         Move the getdomainname() declaration to <unistd.h>.
4525         * lib/getdomainname.h: Remove file.
4526         * lib/unistd.in.h (getdomainname): New declaration.
4527         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
4528         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
4529         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4530         HAVE_GETDOMAINNAME.
4531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4532         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
4533         * modules/getdomainname (Files): Remove lib/getdomainname.h.
4534         (Depends-on): Add unistd, extensions.
4535         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4536         (Includes): Specify <unistd.h> instead of getdomainname.h.
4537         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
4538         HAVE_GETDOMAINNAME.
4539         * NEWS: Mention the change.
4540
4541 2008-10-18  Bruno Haible  <bruno@clisp.org>
4542
4543         * modules/dirent: New file.
4544         * m4/dirent_h.m4: New file.
4545         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
4546         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
4547         * modules/fchdir (Files): Remove lib/dirent.in.h.
4548         (Depends-on): Add dirent.
4549         (Makefile.am): Move rules to modules/dirent.
4550         * doc/posix-headers/dirent.texi: Mention the new module.
4551
4552 2008-10-18  Bruno Haible  <bruno@clisp.org>
4553
4554         Avoid -Wunused-parameter warnings in public gnulib header files.
4555         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
4556         macro.
4557         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
4558
4559 2008-10-18  Bruno Haible  <bruno@clisp.org>
4560
4561         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
4562         * doc/glibc-functions/error.texi: Mention the module 'error'.
4563         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
4564         * doc/glibc-functions/getdomainname.texi: Mention the module
4565         'getdomainname'.
4566         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
4567         * doc/glibc-functions/getpagesize.texi: Mention the module
4568         'getpagesize'.
4569         * doc/glibc-functions/getusershell.texi: Mention the module
4570         'getusershell'.
4571         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
4572         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
4573         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
4574         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
4575         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
4576         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
4577         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
4578         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
4579         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
4580         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
4581         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
4582         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
4583         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
4584         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
4585
4586 2008-10-17  Bruno Haible  <bruno@clisp.org>
4587
4588         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
4589         HP-UX and IRIX, use -0.0L.
4590         * tests/test-ceill.c (minus_zero): Likewise.
4591         * tests/test-floorl.c (minus_zero): Likewise.
4592         * tests/test-frexpl.c (minus_zero): Likewise.
4593         * tests/test-isnan.c (minus_zerol): Likewise.
4594         * tests/test-isnanl.h (minus_zero): Likewise.
4595         * tests/test-ldexpl.c (minus_zero): Likewise.
4596         * tests/test-roundl.c (minus_zero): Likewise.
4597         * tests/test-signbit.c (minus_zerol): Likewise.
4598         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4599         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4600         * tests/test-truncl.c (minus_zero): Likewise.
4601         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4602         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4603         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
4604         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4605
4606 2008-10-17  Bruno Haible  <bruno@clisp.org>
4607
4608         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
4609         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
4610         that it gets activated only for gcc >= 3.0.
4611         * lib/dirent.in.h: Likewise.
4612         * lib/errno.in.h: Likewise.
4613         * lib/fcntl.in.h: Likewise.
4614         * lib/float.in.h: Likewise.
4615         * lib/iconv.in.h: Likewise.
4616         * lib/inttypes.in.h: Likewise.
4617         * lib/locale.in.h: Likewise.
4618         * lib/math.in.h: Likewise.
4619         * lib/netdb.in.h: Likewise.
4620         * lib/netinet_in.in.h: Likewise.
4621         * lib/search.in.h: Likewise.
4622         * lib/signal.in.h: Likewise.
4623         * lib/spawn.in.h: Likewise.
4624         * lib/stdarg.in.h: Likewise.
4625         * lib/stdint.in.h: Likewise.
4626         * lib/stdio.in.h: Likewise.
4627         * lib/stdlib.in.h: Likewise.
4628         * lib/string.in.h: Likewise.
4629         * lib/strings.in.h: Likewise.
4630         * lib/sys_file.in.h: Likewise.
4631         * lib/sys_ioctl.in.h: Likewise.
4632         * lib/sys_select.in.h: Likewise.
4633         * lib/sys_socket.in.h: Likewise.
4634         * lib/sys_stat.in.h: Likewise.
4635         * lib/sys_time.in.h: Likewise.
4636         * lib/sysexits.in.h: Likewise.
4637         * lib/time.in.h: Likewise.
4638         * lib/unistd.in.h: Likewise.
4639         * lib/wchar.in.h: Likewise.
4640         * lib/wctype.in.h: Likewise.
4641         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4642
4643 2008-10-17  Jim Meyering  <meyering@redhat.com>
4644
4645         ignore-value: don't depend on inline module
4646         * modules/ignore-value (Depends-on): Remove 'inline'.
4647         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
4648         Suggestion from Bruno Haible.
4649
4650 2008-10-17  Bruno Haible  <bruno@clisp.org>
4651
4652         New implementation of condition variables for Win32.
4653         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
4654         (gl_linked_waitqueue_t): New type.
4655         (gl_cond_t): Use it.
4656         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
4657         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
4658         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
4659         (glthread_cond_init_func, glthread_cond_wait_func,
4660         glthread_cond_timedwait_func, glthread_cond_signal_func,
4661         glthread_cond_broadcast_func, glthread_cond_destroy_func):
4662         Reimplemented on the basis of gl_linked_waitqueue_t.
4663         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
4664         gl_waitqueue_t.
4665         (gl_rwlock_t): Update.
4666         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
4667
4668 2008-10-17  Simon Josefsson  <simon@josefsson.org>
4669
4670         * modules/recvfrom (Depends-on): Add dependency on getpeername.
4671         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4672
4673 2008-10-17  Jim Meyering  <meyering@redhat.com>
4674
4675         ignore-value: new module
4676         * modules/ignore-value: New file.
4677         * lib/ignore-value.h: New file.
4678         * MODULES.html.sh (Compiler warning management): New section,
4679         just for this module.  More to come.
4680
4681 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4682
4683         open-safer.c: avoid 'signed and unsigned in conditional...' warning
4684         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
4685         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
4686
4687 2008-10-16  Jim Meyering  <meyering@redhat.com>
4688
4689         openat-die.c: avoid 'no previous prototype' warning
4690         * lib/openat-die.c: Include "openat.h".
4691         Reported by Reuben Thomas <rrt@sc3d.org>.
4692
4693 2008-10-16  Simon Josefsson  <simon@josefsson.org>
4694
4695         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
4696         * lib/netdb.in.h: Fix typo.
4697         Reported by Bruno Haible  <bruno@clisp.org>
4698
4699         * lib/netdb.in.h: Include sys/socket.h for platforms without
4700         netdb.h, to get structures like hostent on MinGW.
4701         * modules/netdb (Depends-on): Add sys_socket.
4702
4703 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4704
4705         * modules/netdb, modules/netdb-tests: New file.
4706         * m4/netdb_h.m4: New file.
4707         * lib/netdb.in.h: Add, currently just an empty file pending
4708         definitions.
4709         * tests/test-netdb.c: New file.
4710         * doc/posix-headers/netdb.texi: Mention that we replace it if
4711         needed.
4712         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4713         netdb.
4714
4715 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4716
4717         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
4718         with code.
4719
4720 2008-10-13  Bruno Haible  <bruno@clisp.org>
4721
4722         * lib/glthread/cond.c (glthread_cond_wait_func,
4723         glthread_cond_timedwait_func): Add a comment.
4724
4725 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4726
4727         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
4728         * tests/test-select.c: Likewise,
4729
4730 2008-10-13  Bruno Haible  <bruno@clisp.org>
4731
4732         * lib/glthread/cond.c (glthread_cond_wait_func,
4733         glthread_cond_timedwait_func): Fix variable name.
4734         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4735
4736 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4737
4738         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
4739         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
4740         struct sockaddr.sa_len.
4741         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
4742
4743 2008-10-13  Simon Josefsson  <simon@josefsson.org>
4744
4745         * build-aux/pmccabe2html: Add css and css_url parameters.
4746
4747 2008-10-12  Bruno Haible  <bruno@clisp.org>
4748
4749         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
4750         calling aclx_get.
4751         Reported by Rainer Tammer <tammer@tammer.net>.
4752
4753 2008-10-12  Bruno Haible  <bruno@clisp.org>
4754
4755         Use msvcrt aware primitives for creation/termination of Win32 threads.
4756         * lib/glthread/thread.c: Include <process.h>.
4757         (glthread_create_func): Use _beginthreadex instead of CreateThread.
4758         (wrapper_func): Update signature.
4759         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
4760
4761 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4762             Bruno Haible  <bruno@clisp.org>
4763
4764         Provide a Win32 implementation of the 'cond' module.
4765         * lib/glthread/cond.h [USE_WIN32]: New implementation.
4766         * lib/glthread/cond.c (glthread_cond_init_func,
4767         glthread_cond_wait_func, glthread_cond_timedwait_func,
4768         glthread_cond_signal_func, glthread_cond_broadcast_func,
4769         glthread_cond_destroy_func) [USE_WIN32]: New functions.
4770         * modules/cond (Dependencies): Add gettimeofday.
4771
4772 2008-10-11  Bruno Haible  <bruno@clisp.org>
4773
4774         Make sleep work on older versions of mingw.
4775         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
4776         only whether it exists.
4777         * doc/posix-functions/sleep.texi: Mention the problem with older
4778         versions of mingw.
4779
4780 2008-10-11  Bruno Haible  <bruno@clisp.org>
4781
4782         New module 'shutdown'.
4783         * modules/shutdown: New file.
4784         * lib/sys_socket.in.h (shutdown): New declaration.
4785         * lib/winsock.c (shutdown): New function.
4786         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4787         GNULIB_SHUTDOWN.
4788         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
4789         * doc/posix-functions/shutdown.texi: Document the new module.
4790
4791 2008-10-11  Jim Meyering  <meyering@redhat.com>
4792
4793         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
4794
4795 2008-10-11  Bruno Haible  <bruno@clisp.org>
4796
4797         New module 'fclose'.
4798         * modules/fclose: New file.
4799         * lib/stdio.in.h (fclose): New declaration.
4800         * lib/fclose.c: New file.
4801         * m4/fclose.m4: New file.
4802         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
4803         REPLACE_FCLOSE.
4804         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
4805         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
4806         REPLACE_FCLOSE.
4807         * modules/close (Depends-on): fclose.
4808         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
4809
4810 2008-10-11  Bruno Haible  <bruno@clisp.org>
4811
4812         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
4813         set errno and don't call _close.
4814
4815 2008-10-10  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
4818         ACL, not afterwards. Fixes test failure on Cygwin.
4819
4820 2008-10-09  Ben Pfaff  <blp@gnu.org>
4821
4822         * build-aux/announce-gen: Fix gnulib version related part of usage
4823         message.  Die with a useful error message if no tarballs are
4824         found.
4825
4826 2008-10-10  Jim Meyering  <meyering@redhat.com>
4827
4828         bootstrap: use git's --depth=N option only if it's supported
4829         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
4830         recognize the --depth option.  Reported by Pádraig Brady.
4831
4832 2008-10-09  Bruno Haible  <bruno@clisp.org>
4833
4834         New module 'ioctl'.
4835         * modules/ioctl: New file.
4836         * lib/sys_socket.in.h (ioctl): Remove declaration.
4837         * lib/winsock.c: Include <sys/ioctl.h>.
4838         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
4839         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4840         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
4841         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
4842         * doc/posix-functions/ioctl.texi: Mention the new module.
4843
4844 2008-10-09  Bruno Haible  <bruno@clisp.org>
4845
4846         New module 'sys_ioctl'.
4847         * lib/sys_ioctl.in.h: New file.
4848         * m4/sys_ioctl_h.m4: New file.
4849         * modules/sys_ioctl: New file.
4850         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
4851
4852 2008-10-09  Bruno Haible  <bruno@clisp.org>
4853
4854         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
4855         * lib/winsock.c: Include <stdarg.h>.
4856         (rpl_ioctl): Change to second argument 'int' and then varargs.
4857
4858 2008-10-09  Bruno Haible  <bruno@clisp.org>
4859
4860         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
4861         when the sys_socket module is present and the system has <winsock2.h>.
4862
4863 2008-10-09  Bruno Haible  <bruno@clisp.org>
4864
4865         * doc/posix-functions/close.texi: Mention module 'close' instead of
4866         module 'sys_socket'.
4867
4868 2008-10-09  Bruno Haible  <bruno@clisp.org>
4869
4870         * doc/glibc-headers/sys_ioctl.texi: New file.
4871         * doc/gnulib.texi: Include it.
4872
4873 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4874             Bruno Haible  <bruno@clisp.org>
4875
4876         Combine the two replacements of 'close'.
4877         * lib/sys_socket.in.h (close): Define to a reminder to include
4878         <unistd.h>.
4879         (_gl_close_fd_maybe_socket): New declaration.
4880         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
4881         * lib/winsock.c (close): Remove undefinition.
4882         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
4883         needed for the gnulib module 'close'.
4884         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
4885         define to an error symbol or to a warning, if suitable.
4886         * lib/close.c: Include <sys/socket.h>.
4887         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
4888         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
4889         UNISTD_H_HAVE_WINSOCK2_H.
4890         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
4891         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4892         UNISTD_H_HAVE_WINSOCK2_H.
4893         * modules/sys_socket (Files): Add m4/unistd_h.m4.
4894         (configure.ac): Set a module indicator.
4895         (Makefile.am): Substitute GNULIB_CLOSE.
4896         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
4897         * modules/poll-tests (Depends-on): Add close.
4898         * modules/select-tests (Depends-on): Likewise.
4899
4900 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4901             Bruno Haible  <bruno@clisp.org>
4902
4903         New module 'close'.
4904         * modules/close: New file.
4905         * lib/unistd.in.h (close): Move declaration out of the
4906         FCHDIR_REPLACEMENT scope.
4907         (_gl_unregister_fd): New declaration.
4908         * lib/close.c: New file.
4909         * lib/fchdir.c (rpl_close): Remove function.
4910         * m4/close.m4: New file.
4911         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4912         close.
4913         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
4914         REPLACE_CLOSE.
4915         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
4916         REPLACE_CLOSE.
4917         * modules/fchdir (Depends-on): Add close.
4918
4919 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4920             Bruno Haible  <bruno@clisp.org>
4921
4922         * lib/fcntl.in.h (open): Simplify conditionals.
4923         (_gl_register_fd): New declaration.
4924         * lib/fchdir.c (rpl_open): Remove function.
4925         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
4926         also.
4927         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
4928         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4929         open.
4930
4931 2008-10-09  Jim Meyering  <meyering@redhat.com>
4932
4933         GNUmakefile: use the more name-space-friendly "_version"
4934         * top/GNUmakefile (_dummy): Update.
4935         (_version): Rename from "version".
4936
4937 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4938             Bruno Haible  <bruno@clisp.org>
4939
4940         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
4941         rpl_close.
4942         (_gl_register_fd): New function, extracted from rpl_open.
4943         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
4944         (rpl_open, rpl_opendir): Use _gl_register_fd.
4945
4946 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4947
4948         Fix organization of 'open' replacement.
4949         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
4950         (gl_FUNC_OPEN): Use it.
4951         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
4952
4953 2008-10-08  Bruno Haible  <bruno@clisp.org>
4954
4955         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
4956
4957 2008-10-08  Simon Josefsson  <simon@josefsson.org>
4958
4959         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
4960         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
4961         listen).
4962
4963 2008-10-08  Eric Blake  <ebb9@byu.net>
4964
4965         GNUmakefile: add 'make version' target
4966         * top/GNUmakefile (_curr-ver): Split version update rules...
4967         (version): ...into a target.
4968
4969 2008-10-07  Bruno Haible  <bruno@clisp.org>
4970
4971         Use a more portable replacement expression for -0.0L.
4972         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
4973         instead of -0.0L. Fix m4 quotation.
4974
4975         * tests/test-signbit.c: Include <float.h>.
4976         (minus_zero): New variable.
4977         (test_signbitl): Use minus_zero instead of -zero.
4978         * modules/signbit-tests (Depends-on): Add float.
4979
4980         * tests/test-ceill.c: Include <float.h>.
4981         (zero): Remove variable.
4982         (minus_zero): New variable.
4983         (main): Use minus_zero instead of -zero.
4984         * modules/ceill-tests (Depends-on): Add float.
4985
4986         * tests/test-floorl.c: Include <float.h>.
4987         (zero): Remove variable.
4988         (minus_zero): New variable.
4989         (main): Use minus_zero instead of -zero.
4990         * modules/floorl-tests (Depends-on): Add float.
4991
4992         * tests/test-roundl.c: Include <float.h>.
4993         (zero): Remove variable.
4994         (minus_zero): New variable.
4995         (main): Use minus_zero instead of -zero.
4996         * modules/roundl-tests (Depends-on): Add float.
4997
4998         * tests/test-truncl.c: Include <float.h>.
4999         (zero): Remove variable.
5000         (minus_zero): New variable.
5001         (main): Use minus_zero instead of -zero.
5002         * modules/truncl-tests (Depends-on): Add float.
5003
5004         * tests/test-frexpl.c (zero): Remove variable.
5005         (minus_zero): New variable.
5006         (main): Use minus_zero instead of -zero.
5007         * modules/frexpl-tests (Depends-on): Add float.
5008
5009         * tests/test-isnan.c (zerol): Remove variable.
5010         (minus_zerol): New variable.
5011         (test_long_double): Use minus_zerol instead of -zerol.
5012         * modules/isnan-tests (Depends-on): Add float.
5013
5014         * tests/test-isnanl.h (zero): Remove variable.
5015         (minus_zero): New variable.
5016         (main): Use minus_zero instead of -zero.
5017         * modules/isnanl-nolibm-tests (Depends-on): Add float.
5018         * modules/isnanl-tests (Depends-on): Add float.
5019
5020         * tests/test-ldexpl.c (zero): Remove variable.
5021         (minus_zero): New variable.
5022         (main): Use minus_zero instead of -zero.
5023         * modules/ldexpl-tests (Depends-on): Add float.
5024
5025         * tests/test-snprintf-posix.h (zerol): Remove variable.
5026         (minus_zerol): New variable.
5027         (test_function): Use minus_zerol instead of -zerol.
5028         * modules/snprintf-posix-tests (Depends-on): Add float.
5029         * modules/vsnprintf-posix-tests (Depends-on): Add float.
5030
5031         * tests/test-sprintf-posix.h (zerol): Remove variable.
5032         (minus_zerol): New variable.
5033         (test_function): Use minus_zerol instead of -zerol.
5034         * modules/sprintf-posix-tests (Depends-on): Add float.
5035         * modules/vsprintf-posix-tests (Depends-on): Add float.
5036
5037         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
5038         (minus_zerol): New variable.
5039         (test_function): Use minus_zerol instead of -zerol.
5040         * modules/vasnprintf-posix-tests (Depends-on): Add float.
5041
5042         * tests/test-vasprintf-posix.c (zerol): Remove variable.
5043         (minus_zerol): New variable.
5044         (test_function): Use minus_zerol instead of -zerol.
5045         * modules/vasprintf-posix-tests (Depends-on): Add float.
5046
5047 2008-10-07  Simon Josefsson  <simon@josefsson.org>
5048
5049         * MODULES.html.sh (Support for building documentation): Mention
5050         pmccabe2html.  Sort entries.
5051
5052         Add pmccabe2html module, from gnupdf.
5053         * build-aux/pmccabe.css: New file.
5054         * build-aux/pmccabe2html: New file.
5055         * m4/pmccabe2html.m4: New file.
5056         * modules/pmccabe2html: New file.
5057
5058 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
5059
5060         flock: new module
5061         * MODULES.html.sh: Add to list of modules.
5062         * lib/flock.c: flock implementation for Windows and Unix systems
5063         which have fcntl.
5064         * doc/glibc-functions/flock.texi: Update documentation.
5065         * lib/sys_file.in.h: <sys/file.h> header file.
5066         * m4/flock.m4: M4 macros.
5067         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
5068         * modules/flock: flock module.
5069         * modules/flock-tests: flock tests module.
5070         * modules/sys_file: sys/file.h module.
5071         * tests/test-flock.c: test suite for flock.
5072
5073 2008-10-06  Jim Meyering  <meyering@redhat.com>
5074
5075         bootstrap: check for LT_INIT more portably still ;-)
5076         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
5077         Spotted by Bruno Haible.
5078
5079 2008-10-06  Eric Blake  <ebb9@byu.net>
5080
5081         test-signbit: avoid tripping Irix cc bug on -0.0L
5082         * tests/test-signbit.c (minus_zerol): Delete, and replace with
5083         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
5084         entire testsuite consistent and avoids an Irix 6.2 bug.
5085
5086 2008-10-05  Bruno Haible  <bruno@clisp.org>
5087             Jim Meyering  <jim@meyering.net>
5088
5089         Add an option for ignoring EPIPE during close_stdout.
5090         * lib/closeout.h: Include <stdbool.h>.
5091         (close_stdout_set_ignore_EPIPE): New declaration.
5092         * lib/closeout.c: Include <stdbool.h>.
5093         (ignore_EPIPE): New variable.
5094         (close_stdout_set_ignore_EPIPE): New function.
5095         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
5096         * lib/close-stream.c (close_stream): Mention the possible EPIPE
5097         failure.
5098         * modules/closeout (Depends-on): Add stdbool.
5099
5100 2008-10-05  Bruno Haible  <bruno@clisp.org>
5101
5102         * modules/accept: New file.
5103         * modules/bind: New file.
5104         * modules/connect: New file.
5105         * modules/getpeername: New file.
5106         * modules/getsockname: New file.
5107         * modules/getsockopt: New file.
5108         * modules/listen: New file.
5109         * modules/recv: New file.
5110         * modules/recvfrom: New file.
5111         * modules/send: New file.
5112         * modules/sendto: New file.
5113         * modules/setsockopt: New file.
5114         * modules/socket: New file.
5115         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
5116         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
5117         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
5118         the particular module is requested. Add a link warning when the
5119         particular module is not requested.
5120         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
5121         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
5122         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
5123         the particular module is requested.
5124         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
5125         gl_SYS_SOCKET_H_DEFAULTS): New macros.
5126         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
5127         * modules/sys_socket (Depends-on): Add link-warning.
5128         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
5129         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
5130         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
5131         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
5132         GL_LINK_WARNING.
5133         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
5134         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
5135         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
5136         * doc/posix-functions/getpeername.texi: Mention the new module
5137         'getpeername'.
5138         * doc/posix-functions/getsockname.texi: Mention the new module
5139         'getsockname'.
5140         * doc/posix-functions/getsockopt.texi: Mention the new module
5141         'getsockopt'.
5142         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
5143         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
5144         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
5145         * doc/posix-functions/send.texi: Mention the new module 'send'.
5146         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
5147         * doc/posix-functions/setsockopt.texi: Mention the new module
5148         'setsockopt'.
5149         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
5150         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
5151         listen, connect, accept.
5152         * modules/select-tests (Depends-on): Likewise.
5153
5154 2008-10-05  Bruno Haible  <bruno@clisp.org>
5155
5156         * lib/winsock.c (strerror): Remove unused #undef.
5157         (rpl_close): Remove unused local variable.
5158
5159         * modules/sys_socket (Depends-on); Add errno.
5160
5161 2008-10-05  Bruno Haible  <bruno@clisp.org>
5162
5163         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
5164         (select): Add a link warning when the 'select' module is not used.
5165         * modules/sys_select (Depends-on): Add link-warning.
5166         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
5167         Suggested by Paolo Bonzini.
5168
5169 2008-10-05  Jim Meyering  <meyering@redhat.com>
5170
5171         bootstrap: check for LT_INIT more portably
5172         * build-aux/bootstrap: Avoid using grep -E, since it's not
5173         portable enough.  Suggestion from Bruno Haible.
5174
5175 2008-10-05  Bruno Haible  <bruno@clisp.org>
5176
5177         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
5178         as being fixed by gnulib.
5179
5180 2008-10-05  Bruno Haible  <bruno@clisp.org>
5181
5182         * modules/select-tests: New file, mostly copied from
5183         modules/sys_select-tests.
5184         * tests/test-select.c: New file, mostly copied from
5185         tests/test-sys_select.c.
5186         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
5187         * modules/sys_select-tests (Depends-on): Remove all dependencies.
5188         (Makefile.am): Remove test_sys_select_LDADD.
5189
5190         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
5191         to an undefined symbol, for an error message.
5192         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
5193         (gl_SYS_SELECT_H_DEFAULTS): New macro.
5194         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
5195         winsock-select.c here.
5196         * modules/sys_select (Files): Remove lib/winsock-select.c.
5197         (Depends-on): Remove alloca.
5198         (Makefile.am): Substitute GNULIB_SELECT.
5199         * modules/select: New file.
5200         * doc/posix-functions/select.texi: Update.
5201
5202 2008-10-05  Bruno Haible  <bruno@clisp.org>
5203
5204         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
5205         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
5206         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
5207         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
5208         getdtablesize.
5209         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
5210         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
5211
5212 2008-10-05  Bruno Haible  <bruno@clisp.org>
5213
5214         * modules/getdtablesize-tests: New file.
5215         * tests/test-getdtablesize.c: New file.
5216
5217         New module 'getdtablesize'.
5218         * lib/unistd.in.h (getdtablesize): New declaration.
5219         * lib/getdtablesize.c: New file.
5220         * m4/getdtablesize.m4: New file.
5221         * modules/getdtablesize: New file.
5222         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5223         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
5224         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
5225         HAVE_GETDTABLESIZE.
5226         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
5227
5228 2008-10-05  Bruno Haible  <bruno@clisp.org>
5229
5230         * modules/sched (Makefile.am): Fix typo.
5231         Reported by Simon Josefsson.
5232
5233 2008-10-05  Jim Meyering  <meyering@redhat.com>
5234
5235         bootstrap: check for LT_INIT, too
5236         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
5237         are deprecated.  Suggestion from Ralf Wildenhues.
5238
5239 2008-10-05  Bruno Haible  <bruno@clisp.org>
5240
5241         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
5242         overriding them by ours.
5243         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
5244
5245 2008-10-05  Jim Meyering  <meyering@redhat.com>
5246
5247         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
5248         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
5249         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
5250
5251 2008-10-04  Bruno Haible  <bruno@clisp.org>
5252
5253         * modules/dup2 (License): Change to LGPLv2+.
5254         * modules/sleep (License): Likewise.
5255         * modules/perror (License): Likewise.
5256         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
5257         Blake.
5258         * modules/signal (License): Likewise.
5259         * modules/sigprocmask (License): Likewise.
5260         * modules/raise (License): Change to LGPLv2+, with approval by Jim
5261         Meyering.
5262
5263 2008-10-04  Bruno Haible  <bruno@clisp.org>
5264
5265         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
5266         Reported by Rainer Tammer <tammer@tammer.net>.
5267
5268 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
5269             Bruno Haible  <bruno@clisp.org>
5270
5271         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
5272         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
5273         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
5274
5275 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
5276
5277         filevercmp: new module
5278         * lib/filevercmp.h: New function filevercmp comparing version strings.
5279         * lib/filevercmp.c: Implementation of filevercmp function.
5280         * modules/filevercmp: Module metadata.
5281         * tests/test-filevercmp.c: Unit test for new module.
5282         * modules/filevercmp-tests: Unit test metadata.
5283         * MODULES.html.sh: Add filevercmp module.
5284
5285 2008-10-03  Bruno Haible  <bruno@clisp.org>
5286
5287         * lib/c-ctype.h: Add comment.
5288         Reported by Jim Meyering.
5289
5290 2008-10-02  Bruno Haible  <bruno@clisp.org>
5291
5292         * modules/posix_spawn-internal (Depends-on): Add 'open'.
5293
5294 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5295
5296         * build-aux/bootstrap: Allow renaming bootstrap, and change the
5297         name of bootstrap.conf accordingly.
5298
5299 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5300
5301         * build-aux/bootstrap: Install git-merge-changelog configuration
5302         items into .gitconfig if needed.
5303
5304 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5305
5306         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
5307         git repository, and initialize/update it accordingly.
5308
5309 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
5310
5311         * modules/fsync-tests: New file.
5312         * tests/test-fsync.c: New file.
5313
5314         New module 'fsync'.
5315         * lib/fsync.c: New file.
5316         * m4/fsync.m4: New file.
5317         * modules/fsync: New file.
5318         * lib/unistd.in.h (fsync): New declaration.
5319         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
5320         GNULIB_FSYNC and HAVE_FSYNC.
5321         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
5322         * MODULES.html.sh (posix_functions): Add fsync.
5323         * doc/posix-functions/fsync.texi: Mention the new module.
5324
5325 2008-10-02  Jim Meyering  <meyering@redhat.com>
5326
5327         fts.c: sync with similar code from coreutils' remove.c
5328         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
5329         Guard also with "#if defined __linux__", since for now at least,
5330         this code is Linux-kernel-specific.
5331
5332 2008-10-02  Jim Meyering  <meyering@redhat.com>
5333
5334         fts: bug fixes
5335         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
5336         Include <sys/vfs.h>, not <sys/statfs.h>.
5337
5338         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
5339         Include <sys/vfs.h>, not <sys/statfs.h>.
5340
5341 2008-10-01  Bruno Haible  <bruno@clisp.org>
5342
5343         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
5344         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
5345         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
5346         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
5347         * doc/posix-functions/posix_spawnp.texi: Likewise.
5348         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
5349         whether posix_spawn actually works.
5350         * m4/pipe.m4 (gl_PIPE): Likewise.
5351         * modules/execute (Files): Add m4/posix_spawn.m4.
5352         * modules/pipe (Files): Add m4/posix_spawn.m4.
5353         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
5354
5355 2008-10-01  Jim Meyering  <meyering@redhat.com>
5356
5357         remove trailing spaces
5358         * NEWS: Likewise.
5359         * lib/poll.c (poll): Likewise.
5360         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
5361         * lib/winsock.c (rpl_close): Likewise.
5362         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
5363         * modules/yield: Likewise.
5364         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
5365         * tests/test-sys_select.c (connect_to_socket): Likewise.
5366
5367         fts.c: adjust a new interface to be more generally useful
5368         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
5369         (fts_build): Adjust caller.
5370
5371 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5372
5373         * modules/cond-tests: New file.
5374         * tests/test-cond.c: New file.
5375
5376 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5377             Bruno Haible  <bruno@clisp.org>
5378
5379         * modules/cond (Dependencies): Add errno, time.
5380         * lib/glthread/cond.h: Include <time.h>.
5381         (gl_cond_define, gl_cond_define_initialized): Use the same definition
5382         across platforms.
5383
5384 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5385             Bruno Haible  <bruno@clisp.org>
5386
5387         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
5388
5389 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5390             Bruno Haible  <bruno@clisp.org>
5391
5392         * modules/tls-tests (Depends-on): Add thread, yield.
5393         (configure.ac): Remove all checks.
5394         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
5395         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5396         gl_thread_self): Remove definitions. Include glthread/thread.h and
5397         glthread/yield.h instead.
5398         (test_tls): Pass an additional NULL argument to gl_thread_join.
5399
5400 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5401             Bruno Haible  <bruno@clisp.org>
5402
5403         * modules/lock-tests (Depends-on): Add thread, yield.
5404         (configure.ac): Remove all checks.
5405         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
5406         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5407         gl_thread_self): Remove definitions. Include glthread/thread.h and
5408         glthread/yield.h instead.
5409         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
5410         additional NULL argument to gl_thread_join.
5411
5412 2008-09-30  Bruno Haible  <bruno@clisp.org>
5413
5414         Fix the Win32 implementation of the 'thread' module.
5415         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
5416         pointer type.
5417         (gl_thread_self): Invoke gl_thread_self_func.
5418         (gl_thread_self_func): New declaration.
5419         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
5420         (do_init_self_key, init_self_key): New functions.
5421         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
5422         Remove some fields.
5423         (running_threads, running_lock): Remove variables.
5424         (get_current_thread_handle): New function.
5425         (gl_thread_self_func, wrapper_func, glthread_create_func,
5426         glthread_join_func, gl_thread_exit_func): Largely rewritten and
5427         simplified.
5428
5429 2008-09-30  Bruno Haible  <bruno@clisp.org>
5430
5431         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
5432         files.
5433
5434 2008-09-30  Jim Meyering  <meyering@redhat.com>
5435
5436         fts.m4: correct the test for statfs.f_type
5437         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
5438         when checking for statfs.f_type.
5439
5440 2008-09-15  Simon Josefsson  <simon@josefsson.org>
5441
5442         tests: avoid some compiler warnings
5443         * tests/test-memchr.c (main): Pass NULL indirectly.
5444         * tests/test-getdate.c (main): Remove unused variable 'ret'.
5445
5446 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
5447
5448         getdate.y: disallow countable dayshifts like "4 yesterday ago"
5449         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
5450         exactly specified dayshifts.
5451         (dayshift): New rule.
5452         (rel): Add dayshift.
5453         (relative_time_table) [tomorrow, yesterday, today, now]:
5454         Use tDAY_SHIFT in place of tDAY_UNIT.
5455         * tests/test-getdate.c: Add tests for now-disallowed countable
5456         dayshifts, e.g., "4 yesterday ago".
5457
5458 2008-09-29  Bruno Haible  <bruno@clisp.org>
5459
5460         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
5461         * tests/test-posix_spawn1.in.sh: Renamed from
5462         tests/test-posix_spawn.in.sh.
5463         * tests/test-posix_spawn2.c: New file.
5464         * tests/test-posix_spawn2.in.sh: New file.
5465         * modules/posix_spawnp-tests (Files): Update.
5466         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
5467
5468 2008-09-29  Bruno Haible  <bruno@clisp.org>
5469
5470         Propagate effects of putenv/setenv/unsetenv to child processes.
5471         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
5472         * lib/pipe.c (create_pipe): Likewise.
5473
5474 2008-09-29  Bruno Haible  <bruno@clisp.org>
5475
5476         Enable use of shell scripts as executables in mingw.
5477         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
5478         run the program as a shell script.
5479         * lib/pipe.c (create_pipe): Likewise.
5480         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
5481         resulting array.
5482
5483 2008-09-29  Eric Blake  <ebb9@byu.net>
5484
5485         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
5486
5487 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
5488
5489         * doc/posix-functions/accept.texi: Update mingw problems.
5490         * doc/posix-functions/bind.texi: Update mingw problems.
5491         * doc/posix-functions/close.texi: Update mingw problems.
5492         * doc/posix-functions/connect.texi: Update mingw problems.
5493         * doc/posix-functions/getpeername.texi: Update mingw problems.
5494         * doc/posix-functions/getsockname.texi: Update mingw problems.
5495         * doc/posix-functions/getsockopt.texi: Update mingw problems.
5496         * doc/posix-functions/ioctl.texi: Update mingw problems.
5497         * doc/posix-functions/listen.texi: Update mingw problems.
5498         * doc/posix-functions/recv.texi: Update mingw problems.
5499         * doc/posix-functions/recvfrom.texi: Update mingw problems.
5500         * doc/posix-functions/select.texi: Update mingw problems.
5501         * doc/posix-functions/send.texi: Update mingw problems.
5502         * doc/posix-functions/sendto.texi: Update mingw problems.
5503         * doc/posix-functions/setsockopt.texi: Update mingw problems.
5504         * doc/posix-functions/socket.texi: Update mingw problems.
5505
5506 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
5507             Bruno Haible  <bruno@clisp.org>
5508
5509         * lib/sys_select.in.h: Include sys/time.h.
5510         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
5511         * modules/sys_select: Depend on sys_time.
5512         * tests/test-sys_select.c: Test that sys/select.h defines struct
5513         timeval fully.
5514
5515 2008-09-29  Bruno Haible  <bruno@clisp.org>
5516
5517         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
5518         * lib/sys_select.in.h: Likewise.
5519
5520 2008-09-29  Bruno Haible  <bruno@clisp.org>
5521
5522         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
5523
5524 2008-09-29  Bruno Haible  <bruno@clisp.org>
5525
5526         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
5527         Set LIBSOCKET instead of augmenting LIBS.
5528         * modules/sockets (Link): New section.
5529         * modules/sockets-tests (test_sockets_LDADD): New variable.
5530         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
5531         * modules/poll-tests (test_poll_LDADD): New variable.
5532         * NEWS: Document the change.
5533
5534 2008-09-29  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
5537         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
5538         ARPA_INET_H directly.
5539         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5540
5541 2008-09-28  Bruno Haible  <bruno@clisp.org>
5542
5543         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
5544         from gl_HEADER_SYS_SOCKET.
5545         (gl_HEADER_SYS_SOCKET): Invoke it.
5546         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5547
5548 2008-09-28  Bruno Haible  <bruno@clisp.org>
5549
5550         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
5551         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
5552         Needed on OSF/1 4.0.
5553
5554 2008-09-28  Bruno Haible  <bruno@clisp.org>
5555
5556         Override open more carefully.
5557         * lib/open.c (orig_open): New function.
5558         (rpl_open): Use orig_open instead of open.
5559         * lib/fcntl.in.h: Add special invocation convention.
5560         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
5561         (gl_FUNC_OPEN): Invoke it.
5562
5563         Override freopen more carefully.
5564         * lib/freopen.c (orig_freopen): New function.
5565         (rpl_freopen): Use orig_freopen instead of freopen.
5566         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
5567         (gl_FUNC_FREOPEN): Invoke it.
5568
5569         Override fopen more carefully.
5570         * lib/fopen.c (orig_fopen): New function.
5571         (rpl_fopen): Use orig_fopen instead of fopen.
5572         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
5573         (gl_FUNC_FOPEN): Invoke it.
5574         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
5575
5576 2008-09-28  Bruno Haible  <bruno@clisp.org>
5577
5578         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
5579         SIGPIPE.
5580
5581 2008-09-28  Bruno Haible  <bruno@clisp.org>
5582
5583         * tests/test-sigaction.c (handler, main): Disable the check whether
5584         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
5585         glibc systems with LinuxThreads.
5586
5587 2008-09-28  Bruno Haible  <bruno@clisp.org>
5588
5589         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
5590
5591         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
5592         with AIX xlc.
5593         * lib/fcntl.in.h (open): Likewise.
5594         Reported by Rainer Tammer <tammer@tammer.net>.
5595
5596 2008-09-28  Bruno Haible  <bruno@clisp.org>
5597
5598         * modules/posix_spawnp-tests: New file.
5599         * tests/test-posix_spawn.c: New file.
5600         * tests/test-posix_spawn.in.sh: New file.
5601
5602         New module 'posix_spawnp'.
5603         * modules/posix_spawnp: New file.
5604         * lib/spawnp.c: New file, from GNU libc with modifications.
5605         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
5606
5607         New module 'posix_spawn'.
5608         * modules/posix_spawn: New file.
5609         * lib/spawn.c: New file, from GNU libc with modifications.
5610         * doc/posix-functions/posix_spawn.texi: Mention the new module.
5611
5612         New module 'posix_spawnattr_destroy'.
5613         * modules/posix_spawnattr_destroy: New file.
5614         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
5615         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
5616         module.
5617
5618         New module 'posix_spawnattr_setsigmask'.
5619         * modules/posix_spawnattr_setsigmask: New file.
5620         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
5621         modifications.
5622         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
5623         new module.
5624
5625         New module 'posix_spawnattr_getsigmask'.
5626         * modules/posix_spawnattr_getsigmask: New file.
5627         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
5628         modifications.
5629         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
5630         new module.
5631
5632         New module 'posix_spawnattr_setsigdefault'.
5633         * modules/posix_spawnattr_setsigdefault: New file.
5634         * lib/spawnattr_setdefault.c: New file, from GNU libc with
5635         modifications.
5636         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
5637         new module.
5638
5639         New module 'posix_spawnattr_getsigdefault'.
5640         * modules/posix_spawnattr_getsigdefault: New file.
5641         * lib/spawnattr_getdefault.c: New file, from GNU libc with
5642         modifications.
5643         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
5644         new module.
5645
5646         New module 'posix_spawnattr_setschedpolicy'.
5647         * modules/posix_spawnattr_setschedpolicy: New file.
5648         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
5649         modifications.
5650         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
5651         new module.
5652
5653         New module 'posix_spawnattr_getschedpolicy'.
5654         * modules/posix_spawnattr_getschedpolicy: New file.
5655         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
5656         modifications.
5657         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
5658         new module.
5659
5660         New module 'posix_spawnattr_setschedparam'.
5661         * modules/posix_spawnattr_setschedparam: New file.
5662         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
5663         modifications.
5664         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
5665         new module.
5666
5667         New module 'posix_spawnattr_getschedparam'.
5668         * modules/posix_spawnattr_getschedparam: New file.
5669         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
5670         modifications.
5671         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
5672         new module.
5673
5674         New module 'posix_spawnattr_setpgroup'.
5675         * modules/posix_spawnattr_setpgroup: New file.
5676         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
5677         modifications.
5678         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
5679         module.
5680
5681         New module 'posix_spawnattr_getpgroup'.
5682         * modules/posix_spawnattr_getpgroup: New file.
5683         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
5684         modifications.
5685         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
5686         module.
5687
5688         New module 'posix_spawnattr_setflags'.
5689         * modules/posix_spawnattr_setflags: New file.
5690         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
5691         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
5692         module.
5693
5694         New module 'posix_spawnattr_getflags'.
5695         * modules/posix_spawnattr_getflags: New file.
5696         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
5697         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
5698         module.
5699
5700         New module 'posix_spawnattr_init'.
5701         * modules/posix_spawnattr_init: New file.
5702         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
5703         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
5704         module.
5705
5706         New module 'posix_spawn_file_actions_destroy'.
5707         * modules/posix_spawn_file_actions_destroy: New file.
5708         * lib/spawn_faction_destroy.c: New file, from GNU libc with
5709         modifications.
5710         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
5711         the new module.
5712
5713         New module 'posix_spawn_file_actions_addopen'.
5714         * modules/posix_spawn_file_actions_addopen: New file.
5715         * lib/spawn_faction_addopen.c: New file, from GNU libc with
5716         modifications.
5717         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
5718         the new module.
5719
5720         New module 'posix_spawn_file_actions_adddup2'.
5721         * modules/posix_spawn_file_actions_adddup2: New file.
5722         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
5723         modifications.
5724         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
5725         the new module.
5726
5727         New module 'posix_spawn_file_actions_addclose'.
5728         * modules/posix_spawn_file_actions_addclose: New file.
5729         * lib/spawn_faction_addclose.c: New file, from GNU libc with
5730         modifications.
5731         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
5732         the new module.
5733
5734         New module 'posix_spawn_file_actions_init'.
5735         * modules/posix_spawn_file_actions_init: New file.
5736         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
5737         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
5738         new module.
5739
5740         New module 'posix_spawn-internal'.
5741         * modules/posix_spawn-internal: New file.
5742         * lib/spawn_int.h: New file, from GNU libc with modifications.
5743         * lib/spawni.c: New file, from GNU libc with modifications.
5744         * m4/posix_spawn.m4: New file.
5745
5746         New module 'spawn'.
5747         * modules/spawn: New file.
5748         * lib/spawn.in.h: New file, from GNU libc with modifications.
5749         * m4/spawn_h.m4: New file.
5750         * doc/posix-headers/spawn.texi: Mention the new module.
5751
5752 2008-09-28  Bruno Haible  <bruno@clisp.org>
5753
5754         * modules/sched-tests: New file.
5755         * tests/test-sched.c: New file.
5756
5757         New module 'sched'.
5758         * modules/sched: New file.
5759         * lib/sched.in.h: New file.
5760         * m4/sched_h.m4: New file.
5761         * doc/posix-headers/sched.texi: Mention the new module.
5762
5763 2008-09-27  Eric Blake  <ebb9@byu.net>
5764
5765         Fix previous patch, and tweak references to $0.
5766         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
5767         (func_version, func_gnulib_dir): Don't call this program
5768         gnulib-tool.
5769         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
5770         with using $0 in function.
5771         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
5772         (func_fatal_error): Reuse the name the user invoked us with.
5773
5774 2008-09-27  Bruno Haible  <bruno@clisp.org>
5775
5776         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
5777         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
5778         (gl_ICONV_H): Not here.
5779         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
5780         instead of assigning ICONV_H directly.
5781
5782         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
5783         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
5784         WCHAR_H directly.
5785
5786 2008-09-27  Bruno Haible  <bruno@clisp.org>
5787
5788         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
5789         * modules/arpa_inet (Depends-on): Add link-warning.
5790         (Makefile.am): Insert the definition of GL_LINK-WARNING.
5791         * modules/unistd (Makefile.am): Likewise.
5792
5793 2008-09-26  Bruno Haible  <bruno@clisp.org>
5794
5795         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
5796         variables.
5797         (func_version): Essentially copied from gnulib-tool.
5798         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
5799         func_readlink): Copied from gnulib-tool.
5800
5801 2008-09-26  Bruno Haible  <bruno@clisp.org>
5802
5803         * gnulib-tool (func_version): Change directory to $gnulib_dir before
5804         invoking git-version-gen.
5805
5806 2008-09-26  Bruno Haible  <bruno@clisp.org>
5807
5808         * posix-modules: Update to directory names changed on 2008-01-19.
5809         Remove commas in output before splitting into words. No more need to
5810         avoid 'ftruncate' since 2007-02-19.
5811
5812 2008-09-26  Bruno Haible  <bruno@clisp.org>
5813
5814         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
5815
5816 2008-09-26  Bruno Haible  <bruno@clisp.org>
5817
5818         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
5819         * modules/fwriteerror (Depends-on): Add errno.
5820
5821 2008-09-26  Bruno Haible  <bruno@clisp.org>
5822
5823         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
5824         * tests/test-vc-list-files-cvs.sh: Likewise.
5825
5826 2008-09-26  Bruno Haible  <bruno@clisp.org>
5827
5828         * doc/posix-headers/sys_resource.texi: Reorder items.
5829
5830 2008-09-26  Jim Meyering  <meyering@redhat.com>
5831
5832         fts: tweak inode comparison function
5833         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
5834         inode numbers, as documented.
5835
5836         fts: sort dirent entries on inode number before traversing
5837         This avoids a quadratic, seek-related performance penalty when
5838         operating on a directory containing many entries (measurable at 10k;
5839         3.5 hours at 2 million entries with a cold cache) on certain types
5840         of file systems, including ext3 and ext4, but not tmpfs.
5841         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
5842         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
5843         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
5844         (fs_handles_readdir_ordered_dirents_efficiently): New function.
5845         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
5846         (fts_build): Set the stat.st_ino member from D_INO.
5847         If it is likely to be useful, sort dirent entries on inode number.
5848
5849         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
5850         and the struct statfs.f_type member.
5851         * modules/fts (Depends-on): Add d-ino.
5852
5853 2008-09-26  Bruno Haible  <bruno@clisp.org>
5854
5855         * modules/sigpipe-die (Depends-on): Add sigpipe.
5856
5857         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
5858         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
5859         and GNULIB_STDIO_H_SIGPIPE are set.
5860         * lib/stdio-write.c: New file.
5861         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
5862         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5863         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5864         REPLACE_STDIO_WRITE_FUNCS.
5865         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
5866         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5867         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5868         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5869         * modules/stdio (Files): Add lib/stdio-write.c.
5870         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
5871         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5872         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5873         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5874         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
5875         REPLACE_FPRINTF_POSIX.
5876         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
5877         REPLACE_PRINTF_POSIX.
5878         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
5879         REPLACE_VFPRINTF_POSIX.
5880         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
5881         REPLACE_VPRINTF_POSIX.
5882         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
5883         SIGPIPE issue.
5884         * doc/posix-functions/fputc.texi: Likewise.
5885         * doc/posix-functions/fputs.texi: Likewise.
5886         * doc/posix-functions/fwrite.texi: Likewise.
5887         * doc/posix-functions/printf.texi: Likewise.
5888         * doc/posix-functions/putc.texi: Likewise.
5889         * doc/posix-functions/putchar.texi: Likewise.
5890         * doc/posix-functions/puts.texi: Likewise.
5891         * doc/posix-functions/vfprintf.texi: Likewise.
5892         * doc/posix-functions/vprintf.texi: Likewise.
5893
5894         * modules/safe-write (Depends-on): Add write.
5895
5896         * modules/sigpipe-tests: New file.
5897         * tests/test-sigpipe.c: New file.
5898         * tests/test-sigpipe.sh: New file.
5899
5900         * modules/write: New file.
5901         * lib/unistd.in.h: Include <sys/types.h>.
5902         (write): New declaration.
5903         * lib/write.c: New file.
5904         * m4/write.m4: New file.
5905         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5906         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
5907         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
5908         GNULIB_WRITE, REPLACE_WRITE.
5909         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
5910         and the SIGPIPE issue.
5911
5912         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
5913         (raise): New declaration.
5914         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
5915         (ext_signal): New function.
5916         (rpl_raise): New function.
5917         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
5918         GNULIB_SIGNAL_H_SIGPIPE.
5919         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
5920         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
5921
5922         * modules/sigpipe: New file.
5923         * m4/sigpipe.m4: New file.
5924
5925 2008-09-25  Derek Price  <derek@ximbiot.com>
5926             Bruno Haible  <bruno@clisp.org>
5927
5928         * gnulib-tool (func_import): Report all license incompatibilities, not
5929         just the first one.
5930
5931 2008-09-25  Bruno Haible  <bruno@clisp.org>
5932
5933         * gnulib-tool (func_import): When computing the edits, consider not
5934         only the Makefile.ams that exist but also those that will be generated.
5935
5936 2008-09-25  Simon Josefsson  <simon@josefsson.org>
5937
5938         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
5939         fixes gnulib-tool --test warning about duplicate dependency.
5940
5941 2008-09-25  Bruno Haible  <bruno@clisp.org>
5942
5943         * gnulib-tool: Don't ask the user to perform edits in the generated
5944         Makefile.ams.
5945         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
5946         apply to the Makefile.am being generated.
5947         (func_emit_tests_Makefile_am): Execute edits that apply to the
5948         Makefile.am being generated.
5949         (func_import): Setup list of Makefile.am edits before emitting the
5950         Makefile.ams, not at the end.
5951         (func_create_testdir): Update.
5952         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5953
5954 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5955
5956         * gnulib-tool (func_import): Store the --tests-base option in the
5957         comment in gnulib-cache.m4.
5958
5959 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
5960
5961         * NEWS: Document increased portability that sys_select now provides.
5962
5963         * lib/sys_select.in.h: Install select wrapper.
5964         * lib/sys_socket.in.h: Use more descriptive name when there is no
5965         select wrapper.
5966         * lib/winsock-select.c: New.
5967         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
5968         Require gl_HEADER_SYS_SOCKET.
5969         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
5970         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
5971         * tests/test-sys_select.c: Add functional tests.
5972
5973 2008-09-24  Eric Blake  <ebb9@byu.net>
5974
5975         open, fopen: close fd leak in last patch
5976         * lib/open.c (rpl_open): Close fd before returning error.
5977         * lib/fopen.c (rpl_fopen): Close fd before returning error.
5978         * doc/posix-functions/open.texi (open): Document that Irix also
5979         has the bug.
5980         * doc/posix-functions/fopen.texi (fopen): Likewise.
5981         Reported by Paolo Bonzini.
5982
5983 2008-09-24  Bruno Haible  <bruno@clisp.org>
5984
5985         Ensure that a filename ending in a slash cannot be used to access a
5986         non-directory.
5987         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
5988         to check whether it's really a directory.
5989         * lib/fopen.c: Include fcntl.h, unistd.h.
5990         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
5991         and fdopen().
5992         * modules/fopen (Depends-on): Add unistd.
5993         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
5994         * tests/test-fopen.c (main): Likewise.
5995         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
5996         * doc/posix-functions/fopen.texi: Likewise.
5997         Reported by Eric Blake.
5998
5999 2008-09-23  Eric Blake  <ebb9@byu.net>
6000
6001         c-stack: avoid compiler optimizations when provoking overflow
6002         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
6003         recursion harder to optimize, to ensure a stack overflow occurs.
6004         * tests/test-c-stack.c (recurse): Likewise.
6005         Borrowed from libsigsegv.
6006
6007         c-stack: work around Irix sigaltstack bug
6008         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
6009         whether sigaltstack uses wrong end of stack_t (copied in part from
6010         libsigsegv).
6011         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
6012         Irix bug, without requiring an over-allocation.
6013         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
6014         bug.
6015
6016         fopen: document mingw bug on directories
6017         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
6018         not allowing a stream visiting a directory, even though reading
6019         from such a stream is not portable.
6020
6021 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6022
6023         * lib/poll.c: Rewrite.
6024         * modules/poll: Depend on alloca.
6025
6026 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6027
6028         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
6029         instead define prototypes for a full set of wrappers.  Ensure
6030         that Cygwin does not use the compatibility code, which is only
6031         for MinGW.
6032         * lib/winsock.c: New.
6033         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
6034         * modules/sys_socket: Add lib/winsock.c.
6035
6036         * modules/poll-tests: Add errno and perror.
6037         * tests/test-poll.c: Use ioctl, not ioctlsocket.
6038
6039 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6040
6041         * tests/test-poll.c: Downgrade minimum needed Winsock version.
6042
6043 2008-09-23  Bruno Haible  <bruno@clisp.org>
6044
6045         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
6046         * doc/glibc-functions/*: Likewise.
6047
6048 2008-09-23  Simon Josefsson  <simon@josefsson.org>
6049
6050         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
6051         success.
6052
6053 2008-09-22  Eric Blake  <ebb9@byu.net>
6054             Bruno Haible  <bruno@clisp.org>
6055
6056         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
6057         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
6058         supply %A but mishandle pseudo-NaN.
6059         Reported by Simon Josefsson.
6060
6061 2008-09-21  Bruno Haible  <bruno@clisp.org>
6062
6063         * tests/test-lock.c (main): Tweak skip message.
6064         * tests/test-tls.c (main): Likewise.
6065
6066 2008-09-21  Bruno Haible  <bruno@clisp.org>
6067
6068         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
6069         whether 'struct sigaction' has sa_sigaction here...
6070         (gl_PREREQ_SIG_HANDLER_H): ... not here.
6071         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
6072
6073 2008-09-21  Bruno Haible  <bruno@clisp.org>
6074
6075         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
6076         section.
6077         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
6078         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
6079         the new section.
6080         (Support for obsolete systems lacking POSIX:2001): New section.
6081         (String handling <string.h>): Move strdup to the new section.
6082         Suggested by Simon Josefsson and Paolo Bonzini.
6083
6084 2008-09-21  Bruno Haible  <bruno@clisp.org>
6085
6086         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
6087         exponents in %e and %g results on 'long double'. Needed for mingw's
6088         improved *printf functions.
6089         * tests/test-vasprintf-posix.c (test_function): Likewise.
6090         * tests/test-snprintf-posix.h (test_function): Likewise.
6091         * tests/test-sprintf-posix.h (test_function): Likewise.
6092         Reported by Eric Blake.
6093
6094 2008-09-21  Bruno Haible  <bruno@clisp.org>
6095
6096         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
6097         * tests/test-sprintf-posix.h (test_function): Likewise.
6098
6099 2008-09-21  Bruno Haible  <bruno@clisp.org>
6100
6101         * modules/getpass (Depends-on): Add strdup-posix.
6102
6103         New module 'strdup-posix'.
6104         * modules/strdup-posix: New file.
6105         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
6106         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
6107         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6108         REPLACE_STRDUP.
6109         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
6110         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
6111         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6112         strdup-posix.
6113
6114         * modules/strdup (Depends-on): Remove malloc-posix.
6115
6116 2008-09-20  Bruno Haible  <bruno@clisp.org>
6117
6118         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
6119         Wildenhues.
6120
6121 2008-09-20  Bruno Haible  <bruno@clisp.org>
6122
6123         Ensure that wint_t gets defined on IRIX 5.3.
6124         * lib/wchar.in.h (wint_t): Define if not defined by the system.
6125         * lib/wctype.in.h (wint_t): Likewise.
6126         (__wctype_wint_t): Remove type.
6127         (isw*): Use wint_t instead of __wctype_wint_t.
6128         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
6129         * modules/wchar (Files): Add m4/wint_t.m4.
6130         (Makefile.am): Substitute HAVE_WINT_T.
6131         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
6132         * tests/test-wctype.c: Check that wint_t is defined.
6133         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
6134         * doc/posix-headers/wctype.texi: Likewise.
6135         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6136
6137 2008-09-18  Bruno Haible  <bruno@clisp.org>
6138
6139         * gnulib-tool (func_exit): Update comment.
6140
6141 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6142
6143         * modules/getaddrinfo (Depends-on): Remove strdup, this module
6144         assumes strdup exists and does not depend on strdup to return
6145         ENOMEM on out of memory conditions.
6146
6147 2008-09-18  Bruno Haible  <bruno@clisp.org>
6148
6149         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
6150         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
6151         digits for the exponent.
6152
6153 2008-09-18  Jim Meyering  <meyering@redhat.com>
6154             Bruno Haible  <bruno@clisp.org>
6155
6156         * lib/vasnprintf.c (decimal_point_char): Define also if
6157         NEED_PRINTF_INFINITE_LONG_DOUBLE.
6158
6159 2008-09-16  Bruno Haible  <bruno@clisp.org>
6160         and Eric Blake  <ebb9@byu.net>
6161
6162         vasnprintf: support Irix 5.3
6163         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
6164         that mishandle long double infinity.
6165         Reported by Tom G. Christensen.
6166
6167 2008-09-16  Bruno Haible  <bruno@clisp.org>
6168
6169         * doc/glibc-functions/scandir.texi: Mention the function is missing on
6170         Solaris 9.
6171         * doc/glibc-functions/alphasort.texi: Likewise.
6172         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
6173
6174 2008-09-16  Jim Meyering  <meyering@redhat.com>
6175
6176         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
6177         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
6178         a umask modification leak out of a subshell.  Otherwise, the
6179         opensolaris /bin/sh would be accepted and thus cause unwarranted
6180         failures in the coreutils test suite.
6181
6182 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
6183
6184         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
6185         to succeed.
6186
6187 2008-09-16  Jim Meyering  <meyering@redhat.com>
6188
6189         avoid spurious test failure when library is built without ACL support
6190         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
6191         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
6192         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
6193         * tests/test-copy-acl.sh: Likewise.
6194
6195 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6196
6197         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
6198         based on character occurrence counts.
6199
6200 2008-09-15  Eric Blake  <ebb9@byu.net>
6201
6202         tests: avoid some compiler warnings
6203         * tests/test-memchr.c (main): Pass NULL indirectly.
6204         * tests/test-closein.c (main): Avoid unused variable.
6205
6206 2008-09-15  Bruno Haible  <bruno@clisp.org>
6207
6208         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
6209         are missing on OpenBSD 4.0 individually.
6210         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6211
6212 2008-09-15  Bruno Haible  <bruno@clisp.org>
6213
6214         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
6215         * doc/posix-functions/strerror.texi: Mention also Cygwin.
6216         * doc/posix-functions/perror.texi: Likewise.
6217         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
6218         is missing.
6219         Reported by Eric Blake.
6220
6221         * lib/errno.in.h: Use replacement values >= 2000.
6222         Reported by Eric Blake.
6223
6224 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6225
6226         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
6227         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
6228         limit.
6229         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
6230         compareseq was aborted.
6231
6232 2008-09-14  Bruno Haible  <bruno@clisp.org>
6233
6234         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
6235         yvec_edit_count.
6236         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
6237         (fstrcmp_bounded): Simplify result computation accordingly.
6238
6239 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6240
6241         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
6242         (fstrcmp): Define in terms of fstrcmp_bounded.
6243         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
6244         lower_bound argument.
6245         Return quickly if the result is certainly < lower_bound.
6246         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
6247
6248 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6249
6250         * lib/diffseq.h (EARLY_ABORT): New macro.
6251         (compareseq): Change return type to bool. Return true when EARLY_ABORT
6252         evaluates to true.
6253
6254 2008-09-14  Bruno Haible  <bruno@clisp.org>
6255
6256         * modules/perror-tests: New file.
6257         * tests/test-perror.sh: New file.
6258         * tests/test-perror.c: New file.
6259
6260         New module 'perror'.
6261         * lib/stdio.in.h (perror): New declaration.
6262         * lib/perror.c: New file.
6263         * m4/perror.m4: New file.
6264         * modules/perror: New file.
6265         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
6266         * doc/posix-functions/perror.texi: Mention the perror module.
6267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
6268         REPLACE_PERROR.
6269         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
6270         REPLACE_PERROR.
6271
6272 2008-09-14  Bruno Haible  <bruno@clisp.org>
6273
6274         * modules/stdio (Makefile.am): Reorder to match the order in
6275         lib/stdio.in.h.
6276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6277
6278 2008-09-13  Bruno Haible  <bruno@clisp.org>
6279
6280         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
6281
6282 2008-09-13  Bruno Haible  <bruno@clisp.org>
6283
6284         Extend strerror to cover the added errno values.
6285         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
6286         (rpl_strerror): Provide error messages for the added errno values and
6287         for the WSA* values.
6288         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
6289         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
6290         strerror.
6291         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
6292         * modules/strerror (Depends-on): Add errno.
6293         * doc/posix-functions/strerror.texi: Document the change.
6294         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
6295         and EOVERFLOW.
6296
6297 2008-09-13  Bruno Haible  <bruno@clisp.org>
6298
6299         * modules/EOVERFLOW: Remove file.
6300         * m4/eoverflow.m4: Remove file.
6301         * modules/EOVERFLOW-tests: Remove file.
6302         * tests/test-EOVERFLOW.c: Remove file.
6303         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
6304         * modules/ftell (Depends-on): Likewise.
6305         * modules/getdelim (Depends-on): Likewise.
6306         * modules/getugroups (Depends-on): Likewise.
6307         * modules/poll (Depends-on): Likewise.
6308         * modules/snprintf (Depends-on): Likewise.
6309         * modules/sprintf-posix (Depends-on): Likewise.
6310         * modules/vasnprintf (Depends-on): Likewise.
6311         * modules/vasprintf (Depends-on): Likewise.
6312         * modules/vfprintf-posix (Depends-on): Likewise.
6313         * modules/vsnprintf (Depends-on): Likewise.
6314         * modules/vsprintf-posix (Depends-on): Likewise.
6315         * modules/xvasprintf (Depends-on): Likewise.
6316         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6317         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
6318         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
6319         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
6320         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6321         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
6322         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
6323         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
6324         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6325         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
6326         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
6327         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
6328         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6329         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
6330         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
6331         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
6332         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6333         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
6334         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
6335         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
6336         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6337         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
6338         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
6339         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
6340         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
6341         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6342         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
6343         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
6344         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
6345         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
6346         * MODULES.html.sh: Remove EOVERFLOW.
6347         * NEWS: Mention the change.
6348
6349 2008-09-13  Bruno Haible  <bruno@clisp.org>
6350
6351         * modules/errno-tests: New file.
6352         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
6353
6354         * lib/errno.in.h: New file.
6355         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
6356         * modules/errno: New file.
6357         * doc/posix-headers/errno.texi: Update documentation.
6358         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
6359
6360 2008-09-13  Bruno Haible  <bruno@clisp.org>
6361
6362         * tests/test-poll.c: Use #if for native Windows, rather than testing
6363         __MSVCRT__.
6364
6365 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6366             Bruno Haible  <bruno@clisp.org>
6367
6368         * lib/glob.c: Don't include <pwd.h> on native Windows.
6369         (WINDOWS32): New macro.
6370         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
6371
6372 2008-09-13  Bruno Haible  <bruno@clisp.org>
6373
6374         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
6375         (ETIMEDOUT): Remove macro.
6376         (glthread_cond_timedwait_multithreaded): New declaration.
6377         (glthread_cond_timedwait): Use it.
6378         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
6379         (glthread_cond_timedwait_multithreaded): New function.
6380
6381 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6382
6383         * modules/poll-tests: Do not check for io.h.
6384         * tests/test-poll.c: Check for __MSVCRT__ instead.
6385
6386 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6387
6388         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
6389         * modules/poll-tests: Add inet_pton, stdbool, sockets.
6390         * tests/test-poll.c: Use them.  Use _pipe on Windows.
6391
6392 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6393
6394         * modules/poll-tests: New.
6395         * tests/test-poll.c: New.
6396
6397 2008-09-12  Eric Blake  <ebb9@byu.net>
6398
6399         frexp: test for NetBSD failure on -0.0
6400         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
6401         not all, bugs from NetBSD 3.0 have been fixed.
6402         * doc/posix-functions/frexp.texi (frexp): Document bug.
6403         Reported by Thomas Klausner.
6404
6405         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
6406         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
6407         literal -0.0.
6408         Reported by Jonathan C. Patschke <jp@centtech.com>.
6409
6410 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6411
6412         * lib/glthread/cond.h: Use dummy implementation also if
6413         USE_WIN32_THREADS.
6414
6415 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6416
6417         * modules/fnmatch-posix (License): Change to LGPLv2+.
6418         * modules/fnmatch-gnu (License): Likewise.
6419
6420 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6421
6422         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
6423
6424 2008-09-11  Jim Meyering  <meyering@redhat.com>
6425
6426         * users.txt: Add gtk-vnc.
6427
6428 2008-09-08  Simon Josefsson  <simon@josefsson.org>
6429
6430         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
6431         rotate amounts.
6432
6433         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
6434         required for 16-bit and 8-bit rotates.
6435         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
6436         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
6437         UINT8_MAX instead of hard-coded constants.
6438         Suggested by Paul Eggert.
6439
6440 2008-09-07  Bruno Haible  <bruno@clisp.org>
6441
6442         * tests/test-striconveh.c (main): Check behaviour when converting from
6443         UTF-7.
6444
6445         Make striconveh work better with stateful encodings.
6446         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
6447         that iconv does not increment the inptr when returning -1/EINVAL.
6448
6449 2008-09-07  Bruno Haible  <bruno@clisp.org>
6450
6451         * build-aux/config.rpath: Update according to libtool-2.2.6.
6452         * build-aux/config.libpath: Likewise.
6453
6454 2008-09-06  Bruno Haible  <bruno@clisp.org>
6455
6456         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
6457         * lib/freadptr.c (freadptr): Likewise.
6458         * lib/freadseek.c (freadptrinc): Likewise.
6459         Reported by Simon Josefsson.
6460
6461 2008-09-06  Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/freadptr (License): Change to LGPLv2+.
6464         * modules/freadseek (License): Likewise.
6465         Suggested by Eric Blake.
6466
6467         * modules/memchr2 (License): Change to LGPLv2+.
6468         Approved by Eric Blake.
6469
6470 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6471             Bruno Haible  <bruno@clisp.org>
6472
6473         Make gnulib-tool work with native 'sed' on AIX.
6474         * gnulib-tool (sed_noop): New variable.
6475         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
6476         func_add_or_update, func_create_testdir): Use it to initialize sed
6477         script variables.
6478         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6479
6480 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
6481             Bruno Haible  <bruno@clisp.org>
6482
6483         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
6484         also works after #include directives.
6485
6486 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
6487
6488         getdate.y: reject an out-of-range timezone value
6489         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
6490         the range [-24...+24].  When specified with only one or two digits,
6491         * tests/test-getdate.c: Tests for the fix.
6492         * doc/getdate.texi: Document this change.
6493
6494 2008-09-03  Bruno Haible  <bruno@clisp.org>
6495
6496         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
6497
6498 2008-09-02  Simon Josefsson  <simon@josefsson.org>
6499
6500         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
6501         <bruce.korb@gmail.com> with ideas from Ben Pfaff
6502         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
6503         Blake <ebb9@byu.net>.
6504
6505         * tests/test-bitrotate.c: Add more test vectors.
6506
6507 2008-09-02  Eric Blake  <ebb9@byu.net>
6508
6509         vasnprintf-posix: handle large precision via %.*d
6510         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
6511         when handling it ourselves.
6512         * tests/test-vasnprintf-posix.c (test_function): Add test.
6513         * tests/test-snprintf-posix.h (test_function): Likewise.
6514         * tests/test-sprintf-posix.h (test_function): Likewise.
6515         * tests/test-vasprintf-posix.c (test_function): Likewise.
6516         Reported by Alain Guibert.
6517
6518 2008-09-01  Eric Blake  <ebb9@byu.net>
6519
6520         c-stack: make configure-time check more robust
6521         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
6522         successful sigaction call.
6523         Reported by Tom G. Christensen.
6524
6525 2008-09-01  Bruno Haible  <bruno@clisp.org>
6526
6527         New module 'findprog-lgpl'.
6528         * modules/findprog-lgpl: New file.
6529         * lib/findprog-lgpl.c: New file.
6530         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
6531         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
6532         to decide whether to use strdup or xstrdup, concatenated_filename or
6533         xconcatenated_filename.
6534
6535 2008-09-01  Bruno Haible  <bruno@clisp.org>
6536
6537         Split module 'concat-filename' into 'concat-filename' (LGPL) and
6538         'xconcat-filename' (GPL).
6539         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
6540         (License): Change to LGPLv2+.
6541         * modules/xconcat-filename: New file.
6542         * lib/concat-filename.h (concatenated_filename): Change specification.
6543         (xconcatenated_filename): New declaration.
6544         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
6545         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
6546         memory situations.
6547         * lib/xconcat-filename.c: New file.
6548         * NEWS: Mention the change.
6549         * lib/findprog.c: Include concat-filename.h, not filename.h.
6550         (find_in_path): Use xconcatenated_filename instead of
6551         concatenated_filename.
6552         * lib/javacomp.c: Include concat-filename.h, not filename.h.
6553         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6554         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6555         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6556         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
6557         instead of concatenated_filename.
6558         * lib/javaexec.c: Include concat-filename.h, not filename.h.
6559         (execute_java_class): Use xconcatenated_filename instead of
6560         concatenated_filename.
6561         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
6562         * modules/javacomp (Depends-on): Likewise.
6563         * modules/javaexec (Depends-on): Likewise.
6564
6565 2008-09-01  Bruno Haible  <bruno@clisp.org>
6566
6567         Split module 'filename' into 'filename' and 'concat-filename'.
6568         * modules/filename: Keep only lib/filename.h.
6569         (License): Change to LGPLv2+.
6570         * modules/concat-filename: New file, extracted from modules/filename.
6571         * lib/filename.h (concatenated_filename): Remove declaration.
6572         * lib/concat-filename.h: New file, extracted from lib/filename.h.
6573         * lib/concat-filename.c: Include concat-filename.h.
6574         * NEWS: Mention the change.
6575
6576 2008-09-01  Simon Josefsson  <simon@josefsson.org>
6577
6578         * lib/bitrotate.h (rotl8, rotr8): Add.
6579
6580         * modules/bitrotate (configure.ac): Need
6581         AC_REQUIRE([AC_C_INLINE]).
6582         (Description): Mention stdint.h.  Reported by Bruno Haible
6583         <bruno@clisp.org>.
6584
6585         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
6586         Paolo Bonzini <bonzini@gnu.org>.
6587
6588 2008-08-31  Bruno Haible  <bruno@clisp.org>
6589
6590         Assume Solaris specific bi-arch conventions on Solaris systems.
6591         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
6592         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
6593         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
6594         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
6595         like acl_libdirstem.
6596         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
6597         acl_libdirstem.
6598         * NEWS: Mention the change.
6599         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
6600
6601 2008-08-31  Jim Meyering  <meyering@redhat.com>
6602
6603         * lib/strftime.h: Add comments describing the two added arguments.
6604
6605         remove duplicate #include directives
6606         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
6607         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
6608
6609 2008-08-31  Bruno Haible  <bruno@clisp.org>
6610
6611         New module 'sigpipe-die'.
6612         * modules/sigpipe-die: New file.
6613         * lib/sigpipe-die.h: New file.
6614         * lib/sigpipe-die.c: New file.
6615         * MODULES.html.sh (Signal handling): Add sigpipe-die.
6616
6617 2008-08-31  Bruno Haible  <bruno@clisp.org>
6618
6619         Don't override previously installed signal handlers.
6620         * lib/fatal-signal.c (saved_sigactions): New variable.
6621         (uninstall_handlers): Reset the signal to the saved handler, not
6622         to SIG_DFL (except when ignored).
6623         (install_handlers): Save the previous handlers.
6624
6625 2008-08-30  Bruno Haible  <bruno@clisp.org>
6626
6627         * gnulib-tool (func_reset_sigpipe): New function.
6628         (func_get_automake_snippet, func_modules_transitive_closure,
6629         func_import): Invoke it before a join command that reads from stdin,
6630         to avoid "echo: write error: Broken pipe" error messages on stderr.
6631         Reported by Sam Steingold <sds@gnu.org>.
6632
6633 2008-08-30  Bruno Haible  <bruno@clisp.org>
6634
6635         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
6636         Code copied from m4/open.m4.
6637         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
6638         access and the filename ends in a slash. Code copied from lib/open.c.
6639         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
6640         * tests/test-fopen.c (main): Check against bug with trailing slash.
6641
6642 2008-08-29  Bruno Haible  <bruno@clisp.org>
6643
6644         Avoid some "gcc -pedantic" warnings.
6645         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
6646         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
6647         * lib/dirent.in.h: Likewise.
6648         * lib/fcntl.in.h: Likewise.
6649         * lib/float.in.h: Likewise.
6650         * lib/iconv.in.h: Likewise.
6651         * lib/inttypes.in.h: Likewise.
6652         * lib/locale.in.h: Likewise.
6653         * lib/math.in.h: Likewise.
6654         * lib/netinet_in.in.h: Likewise.
6655         * lib/search.in.h: Likewise.
6656         * lib/signal.in.h: Likewise.
6657         * lib/stdarg.in.h: Likewise.
6658         * lib/stdint.in.h: Likewise.
6659         * lib/stdio.in.h: Likewise.
6660         * lib/stdlib.in.h: Likewise.
6661         * lib/string.in.h: Likewise.
6662         * lib/strings.in.h: Likewise.
6663         * lib/sys_select.in.h: Likewise.
6664         * lib/sys_socket.in.h: Likewise.
6665         * lib/sys_stat.in.h: Likewise.
6666         * lib/sys_time.in.h: Likewise.
6667         * lib/sysexits.in.h: Likewise.
6668         * lib/time.in.h: Likewise.
6669         * lib/unistd.in.h: Likewise.
6670         * lib/wchar.in.h: Likewise.
6671         * lib/wctype.in.h: Likewise.
6672         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
6673         * modules/fchdir (Makefile.am): Likewise.
6674         * modules/fcntl (Makefile.am): Likewise.
6675         * modules/float (Makefile.am): Likewise.
6676         * modules/iconv_open (Makefile.am): Likewise.
6677         * modules/inttypes (Makefile.am): Likewise.
6678         * modules/locale (Makefile.am): Likewise.
6679         * modules/math (Makefile.am): Likewise.
6680         * modules/netinet_in (Makefile.am): Likewise.
6681         * modules/search (Makefile.am): Likewise.
6682         * modules/signal (Makefile.am): Likewise.
6683         * modules/stdarg (Makefile.am): Likewise.
6684         * modules/stdint (Makefile.am): Likewise.
6685         * modules/stdio (Makefile.am): Likewise.
6686         * modules/stdlib (Makefile.am): Likewise.
6687         * modules/string (Makefile.am): Likewise.
6688         * modules/strings (Makefile.am): Likewise.
6689         * modules/sys_select (Makefile.am): Likewise.
6690         * modules/sys_socket (Makefile.am): Likewise.
6691         * modules/sys_stat (Makefile.am): Likewise.
6692         * modules/sys_time (Makefile.am): Likewise.
6693         * modules/sysexits (Makefile.am): Likewise.
6694         * modules/time (Makefile.am): Likewise.
6695         * modules/unistd (Makefile.am): Likewise.
6696         * modules/wchar (Makefile.am): Likewise.
6697         * modules/wctype (Makefile.am): Likewise.
6698         Reported by Reuben Thomas <rrt@sc3d.org>.
6699
6700 2008-08-29  Bruno Haible  <bruno@clisp.org>
6701
6702         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
6703         any more.
6704
6705 2008-08-29  Simon Josefsson  <simon@josefsson.org>
6706
6707         * MODULES.html.sh (Misc): Add bitrotate.
6708
6709         * modules/bitrotate: New file.
6710
6711         * lib/bitrotate.h: New file.
6712
6713         * modules/bitrotate-tests: New file.
6714
6715         * tests/test-bitrotate.c: New file.
6716
6717         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
6718         on the bitrotate module.
6719
6720         * lib/arctwo.c: Use new bitrotate module.
6721
6722 2008-08-29  Jim Meyering  <meyering@redhat.com>
6723
6724         bootstrap: merge changes from coreutils
6725         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
6726         of copied files.  Remove a kludge, now that this is fixed.
6727         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
6728         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
6729         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
6730
6731 2008-08-29  Bruno Haible  <bruno@clisp.org>
6732
6733         * MODULES.html.sh: Remove --cvs-urls option.
6734
6735 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
6736
6737         maint.mk: adjust to file name change
6738         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
6739
6740 2008-08-28  Jim Meyering  <meyering@redhat.com>
6741
6742         * modules/getndelim2 (License): Relicense to LGPLv2+.
6743         Approved by Richard Stallman for the version of 1995, and by
6744         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
6745
6746 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
6747
6748         * lib/getdelim.c (flockfile, funlockfile): Make all of them
6749         dummy if one is not available.  Do not touch them if
6750         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
6751         (getc_maybe_unlocked): New.
6752         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
6753
6754 2008-08-26  Eric Blake  <ebb9@byu.net>
6755
6756         doc/INSTALL: resync from autoconf
6757         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
6758         (INSTALL_PRELUDE): Delete; this is done more efficiently by
6759         moving...
6760         * install.texi [!autoconf]: ...here.  Resync from autoconf.
6761         * INSTALL: Regenerate.
6762         * INSTALL.ISO: New file.
6763         * INSTALL.UTF-8: Likewise.
6764
6765 2008-08-26  Jim Meyering  <meyering@redhat.com>
6766
6767         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
6768         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
6769         these definitions conditional, so that they may be overridden, too.
6770
6771 2008-08-26  Bruno Haible  <bruno@clisp.org>
6772
6773         Generate INSTALL file variants with prettier quotes.
6774         * doc/Makefile (INSTALL_PRELUDE): New macro.
6775         (INSTALL): Use it.
6776         (INSTALL.ISO, INSTALL.UTF-8): New rules.
6777
6778 2008-08-26  Bruno Haible  <bruno@clisp.org>
6779
6780         Run makeinfo in an English locale.
6781         * doc/Makefile (MAKEINFO): New variable.
6782
6783 2008-08-26  Bruno Haible  <bruno@clisp.org>
6784
6785         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
6786         Suggested by Eric Blake.
6787
6788 2008-08-25  Bruno Haible  <bruno@clisp.org>
6789
6790         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
6791
6792 2008-08-25  Eric Blake  <ebb9@byu.net>
6793
6794         c-stack: test that stack overflow can be caught
6795         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
6796         that platform allows handling stack overflow; at least OS/2 EMX
6797         has sigaltstack, but crashes before transferring control to
6798         handler on stack overflow.
6799         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
6800         check for HAVE_STACK_OVERFLOW_HANDLING.
6801         Reported by Elbert Pol.
6802
6803 2008-08-25  Bruno Haible  <bruno@clisp.org>
6804
6805         * doc/posix-functions/strftime.texi: Fix description of strftime
6806         module.
6807
6808 2008-08-24  Bruno Haible  <bruno@clisp.org>
6809
6810         * tests/uniwidth/test-uc_width2.c: New file.
6811         * tests/uniwidth/test-uc_width2.sh: New file.
6812         * modules/uniwidth/width-tests (Files): Add the new files.
6813         (TESTS): Add uniwidth/test-uc_width2.sh.
6814         (TESTS_ENVIRONMENT): New variable.
6815         (check_PROGRAMS): Add test-uc_width2.
6816         (test_uc_width2_SOURCES): New variable.
6817
6818         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
6819         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
6820         not 0x00AB.
6821         Reported by Alexander V. Lukyanov <lav@netis.ru>.
6822
6823 2008-08-22  Eric Blake  <ebb9@byu.net>
6824
6825         test-lock, test-tls: mention why a test is skipped
6826         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
6827         skipped.
6828         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
6829
6830         count-one-bits: relax license
6831         * modules/count-one-bits (License): Relicense to LGPLv2+.
6832         Suggested by Ludovic Courtès, approved by Ben Pfaff.
6833
6834 2008-08-22  Andreas Schwab  <schwab@suse.de>
6835
6836         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
6837         Remove spurious space in assignment.
6838
6839 2008-08-21  Simon Josefsson  <simon@josefsson.org>
6840
6841         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
6842         Paul Eggert <eggert@CS.UCLA.EDU>.
6843
6844 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
6845
6846         * modules/gettext: Add m4/threadlib.m4.
6847
6848 2008-08-19  Eric Blake  <ebb9@byu.net>
6849
6850         test-c-stack: fix compilation failure on FreeBSD 5.0
6851         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
6852         headers before <sys/resource.h>.
6853         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
6854         the bug.
6855         Reported by Nelson H. F. Beebe.
6856
6857         strverscmp: migrate from "strverscmp.h" to <string.h>
6858         * modules/string (Makefile.am): Add new hooks.
6859         * modules/strverscmp (Files): Remove strverscmp.h.
6860         (Depends-on): Add string.
6861         (configure.ac): Add indicator.
6862         (Include): Mention new header.
6863         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
6864         defaults.
6865         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
6866         results.
6867         * lib/strverscmp.h: Delete.
6868         * lib/string.in.h (strverscmp): Provide declaration, when needed.
6869         * tests/test-strverscmp.c (includes): Adjust client.
6870         * lib/check-version.c (includes): Likewise.
6871         * NEWS: Document the change.
6872
6873         strverscmp: add unit test
6874         * modules/strverscmp-tests: New file.
6875         * tests/test-strverscmp.c: Likewise.
6876
6877 2008-08-19  Simon Josefsson  <simon@josefsson.org>
6878
6879         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
6880         regarding Windows crypto stuff, from Mono.
6881
6882 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
6883
6884         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
6885         if present, for intel RND.  Return error on failures.
6886
6887 2008-08-18  Ben Pfaff  <blp@gnu.org>
6888
6889         gitlog-to-changelog: give better diagnostic for failed pipe-open
6890         * build-aux/gitlog-to-changelog: Improve error message: suggest
6891         that the version of Git may be too old.
6892
6893 2008-08-18  Simon Josefsson  <simon@josefsson.org>
6894
6895         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
6896         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
6897
6898 2008-08-18  Bruno Haible  <bruno@clisp.org>
6899
6900         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
6901         pthread_in_use().
6902
6903 2008-08-18  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/glthread/threadlib.c: Include <pthread.h>.
6906
6907 2008-08-18  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
6910         glthread_recursive_lock_* macros.
6911         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
6912         Fix syntax error.
6913
6914 2008-08-18  Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/glthread/thread.c: Avoid forcing a context switch right after
6917         thread creation.
6918
6919 2008-08-17  Bruno Haible  <bruno@clisp.org>
6920
6921         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
6922         * lib/glthread/thread.h: Provide Win32 specific implementation.
6923         * modules/thread (Files): Add lib/glthread/thread.c.
6924         (Depends-on): Add lock.
6925         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
6926
6927 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6928
6929         New module 'yield'.
6930         * modules/yield: New file.
6931         * lib/glthread/yield.h: New file.
6932         * m4/yield.m4: New file.
6933         * MODULES.html.sh (Multithreading): Add yield.
6934
6935 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6936
6937         New module 'thread'.
6938         * modules/thread: New file.
6939         * lib/glthread/thread.h: New file.
6940         * m4/thread.m4: New file.
6941         * MODULES.html.sh (Multithreading): Add thread.
6942
6943 2008-08-17  Bruno Haible  <bruno@clisp.org>
6944
6945         * lib/glthread/lock.h: Include <stdlib.h> always.
6946         * lib/glthread/tls.h: Likewise.
6947         * lib/glthread/cond.h: Likewise.
6948
6949 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6950
6951         New module 'cond'.
6952         * modules/cond: New file.
6953         * lib/glthread/cond.h: New file.
6954         * lib/glthread/cond.c: New file.
6955         * m4/cond.m4: New file.
6956         * MODULES.html.sh (Multithreading): Add cond.
6957
6958 2008-08-16  Eric Blake  <ebb9@byu.net>
6959
6960         c-stack: fix regression on Irix 5.3 from 2008-06-21
6961         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
6962         sa_sigaction...
6963         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
6964         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
6965         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
6966         * modules/signal (Makefile.am): Use the value.
6967         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
6968         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
6969         * doc/posix-headers/signal.texi (signal.h): Document this
6970         portability issue.
6971         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
6972         Reported by Tom G. Christensen.
6973
6974 2008-08-17  Bruno Haible  <bruno@clisp.org>
6975
6976         New module 'threadlib'.
6977         * modules/threadlib: New file.
6978         * lib/glthread/threadlib.c: New file, extracted from
6979         lib/glthread/lock.c.
6980         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
6981         functions.
6982         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
6983         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
6984         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
6985         macros.
6986         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
6987         (gl_DISABLE_THREADS): Remove macro.
6988         * modules/lock (Files): Remove build-aux/config.rpath.
6989         (Depends-on): Remove havelib. Add threadlib.
6990         (configure.ac-early): Remove section.
6991         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
6992         * modules/tls (Depends-on): Remove lock. Add threadlib.
6993         (Link): New section, copied from threadlib.
6994         * MODULES.html.sh (Multithreading): Add threadlib.
6995
6996 2008-08-14  Bruno Haible  <bruno@clisp.org>
6997
6998         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
6999         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
7000         glthread_rwlock_unlock, glthread_rwlock_destroy,
7001         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
7002         glthread_recursive_lock_destroy): Define as macros always.
7003         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
7004         glthread_lock_lock.
7005         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
7006         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
7007         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
7008         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
7009         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
7010         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
7011         (glthread_recursive_lock_lock_func): Renamed from
7012         glthread_recursive_lock_lock.
7013         (glthread_recursive_lock_unlock_func): Renamed from
7014         glthread_recursive_lock_unlock.
7015         (glthread_recursive_lock_destroy_func): Renamed from
7016         glthread_recursive_lock_destroy.
7017
7018 2008-08-14  Bruno Haible  <bruno@clisp.org>
7019
7020         * lib/glthread/lock.h: Renamed from lib/lock.h.
7021         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
7022         * lib/glthread/tls.h: Renamed from lib/tls.h.
7023         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
7024         * lib/fstrcmp.c: Update includes.
7025         * lib/strsignal.c: Update includes.
7026         * modules/lock (Files, Makefile.am): Update.
7027         (Include): Change to "glthread/lock.h".
7028         * modules/tls (Files, Makefile.am): Update.
7029         (Include): Change to "glthread/tls.h".
7030         * tests/test-lock.c: Update includes.
7031         * tests/test-tls.c: Update includes.
7032         * NEWS: Mention the renamed header files.
7033
7034 2008-08-11  Jim Meyering  <meyering@redhat.com>
7035
7036         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
7037
7038 2008-08-11  Eric Blake  <ebb9@byu.net>
7039
7040         test-c-stack: avoid C99-ism
7041         * tests/test-c-stack.c (main): Fix whitespace, move declaration
7042         before statement.
7043         Reported by Alain Guibert.
7044
7045 2008-08-10  Jim Meyering  <meyering@redhat.com>
7046
7047         ensure that return value of uinttostr et al are not ignored
7048         * lib/inttostr.h (__GNUC_PREREQ): Define.
7049         (__attribute_warn_unused_result__): Define.
7050         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
7051
7052 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
7053
7054         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
7055         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
7056
7057 2008-08-07  Jim Meyering  <meyering@redhat.com>
7058
7059         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
7060
7061         * modules/mkstemp (License): Relicense under LGPLv2+.
7062         * modules/tempname (License): Likewise.
7063
7064 2008-08-06  Bruno Haible  <bruno@clisp.org>
7065
7066         * lib/poll.c (poll): Further micro-optimization.
7067
7068 2008-08-06  Jim Meyering  <meyering@redhat.com>
7069
7070         inet_pton.c: use locale-independent tolower
7071         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
7072         (inet_pton6): Use c_tolower rather than tolower.
7073         * modules/inet_pton (Depends-on): Add c-ctype.
7074
7075 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
7076
7077         * lib/poll.c (poll): Avoid division when timeout is 0, cache
7078         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
7079
7080 2008-08-06  Jim Meyering  <meyering@redhat.com>
7081
7082         * modules/inet_pton (License): Relicense under LGPLv2+.
7083
7084 2008-08-03  Bruno Haible  <bruno@clisp.org>
7085
7086         Additional non-aborting API for lock and tls.
7087         * lib/lock.h: Include <errno.h>.
7088         (glthread_lock_init): New macro/function.
7089         (gl_lock_init): Define as wrapper around glthread_lock_init.
7090         (glthread_lock_lock): New macro/function.
7091         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
7092         (glthread_lock_unlock): New macro/function.
7093         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
7094         (glthread_lock_destroy): New macro/function.
7095         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
7096         (glthread_rwlock_init): New macro/function.
7097         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
7098         (glthread_rwlock_rdlock): New macro/function.
7099         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
7100         (glthread_rwlock_wrlock): New macro/function.
7101         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
7102         (glthread_rwlock_unlock): New macro/function.
7103         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
7104         (glthread_rwlock_destroy): New macro/function.
7105         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
7106         (glthread_recursive_lock_init): New macro/function.
7107         (gl_recursive_lock_init): Define as wrapper around
7108         glthread_recursive_lock_init.
7109         (glthread_recursive_lock_lock): New macro/function.
7110         (gl_recursive_lock_lock): Define as wrapper around
7111         glthread_recursive_lock_lock.
7112         (glthread_recursive_lock_unlock): New macro/function.
7113         (gl_recursive_lock_unlock): Define as wrapper around
7114         glthread_recursive_lock_unlock.
7115         (glthread_recursive_lock_destroy): New macro/function.
7116         (gl_recursive_lock_destroy): Define as wrapper around
7117         glthread_recursive_lock_destroy.
7118         (glthread_once): New macro/function.
7119         (gl_once): Define as wrapper around glthread_once.
7120         Update function declarations.
7121         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
7122         glthread_rwlock_init. Return error code.
7123         (glthread_rwlock_rdlock_multithreaded): Renamed from
7124         glthread_rwlock_rdlock. Return error code.
7125         (glthread_rwlock_wrlock_multithreaded): Renamed from
7126         glthread_rwlock_wrlock. Return error code.
7127         (glthread_rwlock_unlock_multithreaded): Renamed from
7128         glthread_rwlock_unlock. Return error code.
7129         (glthread_rwlock_destroy_multithreaded): Renamed from
7130         glthread_rwlock_destroy. Return error code.
7131         (glthread_recursive_lock_init_multithreaded): Renamed from
7132         glthread_recursive_lock_init. Return error code.
7133         (glthread_recursive_lock_lock_multithreaded): Renamed from
7134         glthread_recursive_lock_lock. Return error code.
7135         (glthread_recursive_lock_unlock_multithreaded): Renamed from
7136         glthread_recursive_lock_unlock. Return error code.
7137         (glthread_recursive_lock_destroy_multithreaded): Renamed from
7138         glthread_recursive_lock_destroy. Return error code.
7139         (glthread_once_call): Make static.
7140         (glthread_once_multithreaded): Renamed from glthread_once.
7141         * lib/tls.h: Include <errno.h>.
7142         (glthread_tls_key_init): New macro/function.
7143         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
7144         (glthread_tls_set): New macro/function.
7145         (gl_tls_set): Define as wrapper around glthread_tls_set.
7146         (glthread_tls_key_destroy): New macro/function.
7147         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
7148         Update function declarations.
7149         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
7150         glthread_tls_get.
7151         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7152
7153 2008-08-04  Eric Blake  <ebb9@byu.net>
7154
7155         gnumakefile: use space, not TAB, outside of targets
7156         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
7157
7158 2008-08-02  Jim Meyering  <meyering@redhat.com>
7159
7160         getdate.y: avoid locale-dependent date parsing failure
7161         In Turkish locales, getdate would fail to recognize keywords
7162         containing a lowercase "i".  The solution is not to rely on
7163         locale-sensitive case-conversion.
7164         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
7165         (lookup_word): Use c_toupper in place of toupper.
7166         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
7167         Reported by Vefa Bicakci <bicave@superonline.com> in
7168         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
7169         * modules/getdate (Depends-on): Add c-ctype.
7170
7171 2008-08-02  Bruno Haible  <bruno@clisp.org>
7172
7173         * gnulib-tool (func_import): When updating or creating a .gitignore
7174         file, prepend each added line with a slash, and ignore leading slashes
7175         from the existing lines.
7176         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7177
7178 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7179
7180         Portability fix for GNU make 3.79.1.
7181         * top/GNUmakefile: Avoid 'else COND', which older GNU make
7182         versions do not understand.
7183
7184 2008-08-01  Bruno Haible  <bruno@clisp.org>
7185
7186         Work around bug of HP-UX 10.20 cc with -0.0 literal.
7187         * tests/test-isnanf.h (zero): New variable.
7188         (main): Avoid literal -0.0f.
7189         * tests/test-isnand.h (zero): New variable.
7190         (main): Avoid literal -0.0.
7191         * tests/test-isnanl.h (zero): New variable.
7192         (main): Avoid literal -0.0L.
7193         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
7194         (test_float, test_double, test_long_double): Avoid literals -0.0f,
7195         -0.0, -0.0L.
7196         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
7197         (test_signbitd): Avoid literal -0.0.
7198         (test_signbitl): Avoid literal -0.0L.
7199         * tests/test-ceilf1.c (zero): New variable.
7200         (main): Avoid literal -0.0f.
7201         * tests/test-ceill.c (zero): New variable.
7202         (main): Avoid literal -0.0L.
7203         * tests/test-floorf1.c (zero): New variable.
7204         (main): Avoid literal -0.0f.
7205         * tests/test-floorl.c (zero): New variable.
7206         (main): Avoid literal -0.0L.
7207         * tests/test-roundf1.c (zero): New variable.
7208         (main): Avoid literal -0.0f.
7209         * tests/test-round1.c (zero): New variable.
7210         (main): Avoid literal -0.0.
7211         * tests/test-roundl.c (zero): New variable.
7212         (main): Avoid literal -0.0L.
7213         * tests/test-truncf1.c (zero): New variable.
7214         (main): Avoid literal -0.0f.
7215         * tests/test-trunc1.c (zero): New variable.
7216         (main): Avoid literal -0.0.
7217         * tests/test-truncl.c (zero): New variable.
7218         (main): Avoid literal -0.0L.
7219         * tests/test-frexp.c (zero): New variable.
7220         (main): Avoid literal -0.0.
7221         * tests/test-frexpl.c (zero): New variable.
7222         (main): Avoid literal -0.0L.
7223         * tests/test-ldexpl.c (zero): New variable.
7224         (main): Avoid literal -0.0L.
7225         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7226         (zerod, zerol): New variables.
7227         (test_function): Avoid literals -0.0, -0.0L.
7228         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7229         (zerod, zerol): New variables.
7230         (test_function): Avoid literals -0.0, -0.0L.
7231         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7232         (zerod, zerol): New variables.
7233         (test_function): Avoid literals -0.0, -0.0L.
7234         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7235         (zerod, zerol): New variables.
7236         (test_function): Avoid literals -0.0, -0.0L.
7237         * tests/test-strtod.c (zero): New variable.
7238         (main): Avoid literal -0.0.
7239         Reported by Jonathan C. Patschke <jp@centtech.com>.
7240
7241 2008-07-31  Jim Meyering  <meyering@redhat.com>
7242
7243         sha256.h: correct definition of SHA224_DIGEST_SIZE
7244         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
7245         Reported by Paulie Pena IV <paulie4@gmail.com>.
7246         Define as 224 / 8, rather than as a literal.
7247         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
7248         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
7249         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
7250
7251 2008-07-31  Bruno Haible  <bruno@clisp.org>
7252
7253         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
7254         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
7255         Reported by Jonathan Patschke <jp@centtech.com>.
7256
7257 2008-07-31  Bruno Haible  <bruno@clisp.org>
7258
7259         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
7260         Reported by Paolo Bonzini <bonzini@gnu.org>.
7261
7262 2008-07-30  Eric Blake  <ebb9@byu.net>
7263
7264         test-strtod: allow compilation without -lm
7265         * tests/test-strtod.c (main): Avoid link dependence on fabs.
7266         Reported by Dennis Clarke <blastwave@gmail.com>.
7267
7268 2008-07-28  Jim Meyering  <meyering@redhat.com>
7269
7270         bootstrap: work also when there are no .po files in po/
7271         * build-aux/bootstrap (update_po_files): Complete the change
7272         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
7273
7274 2008-07-27  Jim Meyering  <meyering@redhat.com>
7275
7276         * users.txt: Add zile.
7277
7278 2008-07-26  Ben Pfaff  <blp@gnu.org>
7279
7280         Add missing dependencies on new m4/exponent[fdl].m4 files.
7281         * modules/isnanf-nolibm: Add m4/exponentf.m4.
7282         * modules/isnand-nolibm: Add m4/exponentd.m4.
7283         * modules/isnanl-nolibm: Add m4/exponentl.m4.
7284         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
7285         m4/isnan[fdl].m4, because the macros actually used moved.
7286         Reported by Jim Meyering.
7287
7288 2008-07-14  Ben Pfaff  <blp@gnu.org>
7289
7290         Add isinf module.
7291         * lib/isinf.c: New file.
7292         * lib/math.in.h: Define isinf macro if we have decided to replace
7293         it.
7294         * m4/isinf.m4: New file.
7295         * m4/math_h.m4: Initialize and substitute variables for isinf
7296         module.
7297         * modules/isinf: New file.
7298         * modules/isinf-tests: New file.
7299         * modules/math: Add substitutions for new module.
7300         * tests/test-isinf.c: New file.
7301         * doc/posix-functions/isinf.texi: Mention new module.
7302         * MODULES.html.sh: Mention new module.
7303
7304 2008-07-14  Ben Pfaff  <blp@gnu.org>
7305
7306         Factor out some macros for use by additional modules.
7307         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
7308         exponentf.m4.
7309         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
7310         exponentd.m4.
7311         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
7312         file exponentl.m4.
7313         * m4/exponentf.m4: New file.
7314         * m4/exponentd.m4: New file.
7315         * m4/exponentl.m4: New file.
7316         * modules/isnanf: Use new file m4/exponentf.m4.
7317         * modules/isnand: Use new file m4/exponentd.m4.
7318         * modules/isnanl: Use new file m4/exponentl.m4.
7319
7320 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
7321
7322         mktime.c: normalize tp->tm_isdst value to -1/0/1.
7323         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
7324         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
7325         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
7326
7327         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
7328         readlink on platforms without PATH_MAX.
7329
7330 2008-07-21  Eric Blake  <ebb9@byu.net>
7331
7332         Warn, not fail, on stale version.
7333         * top/GNUmakefile (_curr-ver): Tone down previous patch.
7334
7335         Don't allow installation with stale devel version number.
7336         * top/GNUmakefile (_is-install-target): New macro.
7337         (_curr-ver): Forbid installation with stale version number.
7338
7339 2008-07-20  Bruno Haible  <bruno@clisp.org>
7340
7341         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
7342         TESTS_ENVIRONMENT.
7343         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
7344
7345 2008-07-20  Bruno Haible  <bruno@clisp.org>
7346
7347         * lib/c-stack.h (c_stack_action): Add documentation.
7348         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
7349
7350 2008-07-20  Bruno Haible  <bruno@clisp.org>
7351
7352         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
7353         * modules/readlink (License): Likewise.
7354
7355 2008-07-17  Eric Blake  <ebb9@byu.net>
7356
7357         * modules/c-stack (Link): Fix typo.
7358
7359         Make c-stack use libsigsegv, when available.
7360         * modules/c-stack (Depends-on): Add libsigsegv.
7361         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
7362         needed.
7363         * lib/c-stack.c (SIGSTKSZ): Define fallback.
7364         (segv_handler, overflow_handler, c_stack_action)
7365         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
7366         implementation when libsigsegv is available, but only when using
7367         the library is necessary.
7368         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
7369         comment, explaining why XSI check fails on Linux.
7370         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
7371         * tests/test-c-stack2.sh: Tweak skip message.
7372         * NEWS: Document new link-time requirements.
7373
7374 2008-07-16  Eric Blake  <ebb9@byu.net>
7375
7376         c-stack: Expose false positives when not using libsigsegv.
7377         * modules/c-stack-tests (Files): Expand test.
7378         * tests/test-c-stack.c (main): Add means to conditionally trigger
7379         non-overflow SIGSEGV.
7380         * tests/test-c-stack2.sh: New file.
7381
7382 2008-07-14  Bruno Haible  <bruno@clisp.org>
7383
7384         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
7385         Reported by Eric Blake.
7386
7387 2008-07-14  Sam Steingold  <sds@gnu.org>
7388             Bruno Haible  <bruno@clisp.org>
7389
7390         New module libsigsegv.
7391         * modules/libsigsegv: New file.
7392         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
7393         modifications.
7394         * MODULES.html.sh (Signal handling): New section.
7395
7396 2008-07-14  Bruno Haible  <bruno@clisp.org>
7397
7398         * modules/unictype/ctype-* (Description): Add the word "function".
7399         Improves the resulting doc in MODULES.html.
7400
7401 2008-07-12  Ben Pfaff  <blp@gnu.org>
7402
7403         Add longlong module.
7404         * modules/longlong: New file.
7405
7406 2008-07-12  Bruno Haible  <bruno@clisp.org>
7407
7408         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
7409         to empty.
7410
7411 2008-07-10  Ben Pfaff  <blp@gnu.org>
7412
7413         Add isnan module.
7414         * doc/posix-functions/isnan.texi: Mention new module.
7415         * lib/math.in.h: Define isnan macro if we have decided to replace
7416         it.
7417         * m4/isnan.m4: New file.
7418         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
7419         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
7420         also.
7421         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
7422         redundancy.
7423         * m4/math_h.m4: Initialize and substitute variables for isnan
7424         module.
7425         * modules/isnan: New file.
7426         * modules/isnan-tests: New file.
7427         * modules/math: Add substitutions for new module.
7428         * tests/test-isnan.c: New file.
7429         * MODULES.html.sh: Mention new module.
7430
7431 2008-07-10  Ben Pfaff  <blp@gnu.org>
7432
7433         Add isnanf module.
7434         * lib/isnanf.m4: New file.
7435         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
7436         (gl_HAVE_ISNANF_IN_LIBM): New macro.
7437         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
7438         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
7439         * modules/isnanf: New file.
7440         * modules/isnanf-tests: New file.
7441         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
7442         files.
7443         * tests/test-isnanf-nolibm.c: factored most of its contents into
7444         new file tests/test-isnanf.h.
7445         * tests/test-isnanf.h: New file.
7446         * tests/test-isnanf.c: New file.
7447         * MODULES.html.sh: Mention new module.
7448         * doc/glibc-functions/isnanf.texi: Mention new module.
7449
7450 2008-07-10  Ben Pfaff  <blp@gnu.org>
7451
7452         Add isnand module.
7453         * lib/isnand.h: New file.
7454         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
7455         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
7456         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
7457         functionality also.
7458         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
7459         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
7460         (gl_HAVE_ISNAND_IN_LIBM): New macro.
7461         * modules/isnand: New file.
7462         * modules/isnand-tests: New file.
7463         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
7464         files.
7465         * tests/test-isnand-nolibm.c: factored most of its contents into
7466         new file tests/test-isnand.h.
7467         * tests/test-isnand.h: New file.
7468         * tests/test-isnand.c: New file.
7469         * MODULES.html.sh: Mention new module.
7470
7471 2008-07-10  Ben Pfaff  <blp@gnu.org>
7472
7473         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
7474         * lib/isnand.h: Rename lib/isnand-nolibm.h.
7475         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
7476         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
7477         * modules/isnanf-nolibm: Update references to renamed files.
7478         * modules/isnand-nolibm: Likewise.
7479         * modules/isnanf-nolibm-tests: Likewise.
7480         * modules/isnand-nolibm-tests: Likewise.
7481         * lib/frexp.c: Likewise.
7482         * lib/isfinite.c: Likewise.
7483         * lib/signbitd.c: Likewise.
7484         * lib/signbitf.c: Likewise.
7485         * lib/vasnprintf.c: Likewise.
7486         * tests/test-ceilf1.c: Likewise.
7487         * tests/test-ceilf2.c: Likewise.
7488         * tests/test-floorf1.c: Likewise.
7489         * tests/test-floorf2.c: Likewise.
7490         * tests/test-frexp.c: Likewise.
7491         * tests/test-round1.c: Likewise.
7492         * tests/test-round2.c: Likewise.
7493         * tests/test-roundf1.c: Likewise.
7494         * tests/test-strtod.c: Likewise.
7495         * tests/test-trunc1.c: Likewise.
7496         * tests/test-trunc2.c: Likewise.
7497         * tests/test-truncf1.c: Likewise.
7498         * tests/test-truncf2.c: Likewise.
7499         * NEWS: Mention the renamed header files.
7500
7501 2008-07-11  Jim Meyering  <meyering@redhat.com>
7502
7503         vc-list-files: make the last-resort awk code more portable
7504         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
7505         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
7506         does not support it.
7507
7508 2008-07-10  Eric Blake  <ebb9@byu.net>
7509
7510         Work with tar's bootstrap.
7511         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
7512         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
7513         an m4 comment.
7514
7515 2008-07-09  Jim Meyering  <meyering@redhat.com>
7516
7517         posix-shell.m4: fix typo that made this test malfunction
7518         * m4/posix-shell.m4: Remove capitalization in variable name.
7519
7520 2008-07-08  Bruno Haible  <bruno@clisp.org>
7521
7522         * m4/onceonly.m4: Update comments.
7523         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7524
7525 2008-07-04  Jim Meyering  <meyering@redhat.com>
7526
7527         * users.txt: Add vc-dwim.
7528         (bison, coreutils): Use the gitweb URL.
7529
7530 2008-07-03  Jim Meyering  <meyering@redhat.com>
7531
7532         * users.txt: Add libffcall.  From Sam Steingold.
7533
7534 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
7535
7536         getdate.y: do not ignore TZ with relative day, month or year offset
7537         * lib/getdate.y (get_date): Move the tz-handling block to follow the
7538         relative-date-handling, since otherwise, the latter would clobber the
7539         sole output (an updated Start value) of the tz-handling block.
7540         * tests/test-getdate.c: Tests for the fix
7541
7542 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7543
7544         Recognize 'foo_LIBRARIES += libgnu.a'.
7545         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
7546         makefile snippet has already specified an installation location,
7547         also using '+='.
7548
7549 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
7550
7551         getdate.y: factor out common actions
7552         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
7553         Use them in place of open-coded actions.
7554
7555 2008-07-01  Simon Josefsson  <simon@josefsson.org>
7556
7557         Add self-test for getdate module.
7558         * modules/getdate-tests: New file.
7559         * tests/test-getdate.c: New file.
7560
7561 2008-06-29  Bruno Haible  <bruno@clisp.org>
7562
7563         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
7564         .gitignore.
7565         Reported by Sylvain Beucler <beuc@beuc.net>.
7566
7567 2008-06-29  Bruno Haible  <bruno@clisp.org>
7568
7569         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
7570         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
7571
7572 2008-06-29  Bruno Haible  <bruno@clisp.org>
7573
7574         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
7575         EXTRA_DIST.
7576         Reported by Sylvain Beucler <beuc@beuc.net>.
7577
7578 2008-06-26  Jim Meyering  <meyering@redhat.com>
7579
7580         make several modules depend on the "open" module
7581         This provides slightly increased consistency when opening-for-write
7582         the name of a non-directory spelled with a trailing slash.
7583         * modules/chdir-safer: Likewise.
7584         * modules/chown: Likewise.
7585         * modules/clean-temp: Likewise.
7586         * modules/copy-file: Likewise.
7587         * modules/fchdir: Likewise.
7588         * modules/fcntl-safer: Likewise.
7589         * modules/pipe: Likewise.
7590         * modules/utime: Likewise.
7591         Prompted by Eric Blake and Bruno Haible.
7592
7593 2008-06-24  Andreas Schwab  <schwab@suse.de>
7594
7595         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
7596         literals can be used as initializers for global variables.
7597
7598 2008-06-23  Eric Blake  <ebb9@byu.net>
7599
7600         Make gnulib-cache.m4 easier to diff.
7601         * gnulib-tool (func_import): Allow newlines when reading cached
7602         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
7603
7604 2008-06-23  Bruno Haible  <bruno@clisp.org>
7605
7606         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
7607         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
7608         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
7609         m4/signalblocking.m4.
7610         (gl_PREREQ_SIGACTION): Don't invoke it.
7611         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
7612         gl_PREREQ_SIG_HANDLER_H.
7613         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7614         Don't check for sigaction here.
7615
7616 2008-06-23  Bruno Haible  <bruno@clisp.org>
7617
7618         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
7619         (install_handlers): Don't set the SA_RESETHAND flag.
7620
7621 2008-06-23  Bruno Haible  <bruno@clisp.org>
7622
7623         * m4/sigaction.m4: Comment fixes.
7624         * lib/signal.in.h: Likewise.
7625
7626 2008-06-23  Eric Blake  <ebb9@byu.net>
7627
7628         Fix typo.
7629         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
7630
7631         Avoid SA_ namespace.
7632         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
7633         Reported by Ralf Wildenhues.
7634
7635         Avoid test failure due to SA_RESTORER.
7636         * tests/test-sigaction.c (SA_MASK): New macro.
7637         (main): Avoid failing due to extension flags being set.
7638         Reported by Jim Meyering.
7639
7640         Revert use of sig-handler.h in sigprocmask.c.
7641         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
7642         it requires the existence of struct sigaction.
7643         * lib/sigprocmask.c (handler_t): Restore typedef.
7644         (rpl_signal, old_handlers): Use local type.
7645
7646 2008-06-22  Bruno Haible  <bruno@clisp.org>
7647
7648         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
7649         conditionally.
7650         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7651
7652 2008-06-22  Bruno Haible  <bruno@clisp.org>
7653
7654         * doc/posix-functions/siginterrupt.texi: Move note.
7655
7656         * lib/signal.in.h (SA_RESTART): New macro.
7657         * lib/sigaction.c: Update comment.
7658
7659         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
7660
7661         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
7662         (gl_PREREQ_SIGPROCMASK): Invoke it.
7663         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
7664
7665         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
7666
7667         * lib/sigprocmask.c: Update a comment.
7668
7669 2008-06-21  Eric Blake  <ebb9@byu.net>
7670
7671         Use sigaction module rather than signal().
7672         * modules/c-stack (Depends-on): Add sigaction.
7673         * modules/fatal-signal (Depends-on): Likewise.
7674         * modules/nanosleep (Depends-on): Likewise.
7675         * modules/sigprocmask (Files): Add sig-handler.h.
7676         * modules/sigaction (Files): Likewise.
7677         * lib/sig-handler.h (get_handler): New file, suggested by Paul
7678         Eggert.
7679         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
7680         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
7681         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
7682         (init_fatal_signals): Likewise.
7683         * lib/nanosleep.c (rpl_nanosleep): Likewise.
7684         (siginterrupt): Delete fallback.
7685         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
7686         instead.
7687         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
7688         siginterrupt.
7689
7690         New module sigaction, for mingw.
7691         * modules/sigaction: New module...
7692         * modules/sigaction-tests: ...and its test.
7693         * m4/sigaction.m4: New file.
7694         * lib/sigaction.c: Likewise.
7695         * tests/test-sigaction.c: Likewise.
7696         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
7697         * modules/signal (Makefile.am): Likewise.
7698         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
7699         needed.
7700         * doc/posix-headers/signal.texi (signal.h): Mention provided
7701         types.
7702         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
7703         that sigaction is preferable.
7704         * doc/posix-functions/sigaction.texi (sigaction): Mention new
7705         module.
7706         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7707         sigaction.
7708
7709         Improve robustness of sigprocmask by overriding signal.
7710         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
7711         is in use.
7712         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
7713         (SIGKILL, SIGSTOP): Provide fallbacks.
7714         (rpl_signal): Implement.
7715         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
7716         signal can be called inside handlers.
7717
7718         Fix nanosleep module on mingw.
7719         * modules/nanosleep (Depends-on): Add sys_select.
7720         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
7721
7722         Fix licensing of sigprocmask.
7723         * modules/raise (License): Relicense as LGPL.
7724
7725 2008-06-21  Bruno Haible  <bruno@clisp.org>
7726
7727         * lib/propername.c (proper_name_utf8): Don't use the transliterated
7728         result if it contains question marks.
7729         Reported by Michael Geng <linux@michaelgeng.de>.
7730
7731 2008-06-19  Bruno Haible  <bruno@clisp.org>
7732
7733         Fix CVS-ism.
7734         * doc/gnulib.texi: Include updated-stamp.texi.
7735         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
7736         (updated-stamp.texi): New rule.
7737         (gnulib.info): Depend on it.
7738         * doc/.gitignore: Add updated-stamp.texi.
7739         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
7740
7741 2008-06-19  Bruno Haible  <bruno@clisp.org>
7742
7743         * doc/Makefile (gnulib.info): Update and simplify dependencies.
7744         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7745
7746 2008-06-19  Eric Blake  <ebb9@byu.net>
7747
7748         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
7749         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
7750         Reported by Stepan Kasal.
7751
7752 2008-06-18  Bruno Haible  <bruno@clisp.org>
7753
7754         * lib/fatal-signal.c (init_fatal_signals): Add comment.
7755         Reported by Eric Blake.
7756
7757 2008-06-18  Eric Blake  <ebb9@byu.net>
7758
7759         Work around cygwin 1.5.25 strsignal bug.
7760         * tests/test-strsignal.c: Allow for const char *.
7761         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
7762
7763 2008-06-18  Simon Josefsson  <simon@josefsson.org>
7764
7765         * users.txt: Update URL to article and add author/date
7766         information.
7767
7768 2008-06-17  Bruno Haible  <bruno@clisp.org>
7769
7770         New macro gl_DISABLE_THREADS.
7771         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
7772         if the user did not pass --enable-threads or --disable-threads option.
7773         (gl_DISABLE_THREADS): New macro.
7774         Reported by Eric Blake <ebb9@byu.net>.
7775
7776 2008-06-17  Bruno Haible  <bruno@clisp.org>
7777
7778         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
7779         when the macro ignores it.
7780         Based on a patch by Eric Blake <ebb9@byu.net>.
7781
7782 2008-06-17  Bruno Haible  <bruno@clisp.org>
7783
7784         * modules/tls (License): Change to LGPLv2+.
7785         Reported by Eric Blake.
7786
7787 2008-06-17  Eric Blake  <ebb9@byu.net>
7788
7789         Simplify c-stack prerequisites.
7790         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
7791         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
7792         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7793         check.
7794         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
7795         <sys/resource.h>.
7796
7797         Move c-stack test into testsuite.
7798         * modules/c-stack-tests: New file.
7799         * lib/c-stack.c [DEBUG]: Move test program...
7800         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7801         fail test if sigaltstack is lacking.
7802         * tests/test-c-stack.sh: New driver file.
7803
7804 2008-06-16  Eric Blake  <ebb9@byu.net>
7805
7806         Use raise module consistently.
7807         * modules/fatal-signal (Depends-on): Add raise.
7808         * modules/sigprocmask (Depends-on): Likewise.
7809         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
7810         * lib/sigprocmask.c (sigprocmask): Likewise.
7811         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7812         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
7813
7814         Fix compliance bug in sigpending.
7815         * lib/sigprocmask.c (sigpending): Return pending array via
7816         parameter, not return value.
7817
7818 2008-06-14  Eric Blake  <ebb9@byu.net>
7819
7820         Improve obstack-printf test code.
7821         * tests/test-obstack-printf.c (test_function): Fix comment, and
7822         simplify usage of obstack_* in macros.  Add a test for coverage.
7823         Reported by Bruno Haible.
7824
7825 2008-06-14  Bruno Haible  <bruno@clisp.org>
7826
7827         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
7828         array size as a constant, not as a const variable.
7829         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
7830         AC_USE_SYSTEM_EXTENSIONS.
7831         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7832         Test whether the obstack_printf function actually exists.
7833         * modules/obstack-printf (Depends-on): Add extensions.
7834         (Include): Remove obstack.h.
7835         * modules/obstack-printf-posix (Depends-on): Add extensions.
7836         (Include): Remove obstack.h.
7837
7838 2008-06-13  Eric Blake  <ebb9@byu.net>
7839
7840         Add obstack-printf and obstack-printf-posix modules.
7841         * modules/obstack-printf: New file.
7842         * modules/obstack-printf-posix: Likewise.
7843         * MODULES.html.sh (Misc): Mention them.
7844         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7845         Likewise.
7846         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7847         Likewise.
7848         * modules/stdio (Makefile.am): Accomodate new modules.
7849         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7850         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
7851         Declare.
7852         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
7853         functions.
7854         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
7855         (gl_REPLACE_OBSTACK_PRINTF): New macros
7856         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
7857         * tests/test-obstack-printf.c: New file.
7858         * modules/obstack-printf-tests: Likewise.
7859         * modules/obstack-printf-posix-tests: Likewise.
7860
7861 2008-06-11  Bruno Haible  <bruno@clisp.org>
7862
7863         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
7864         * lib/open.c: Include errno.h.
7865         (open): Fail when attempting to write to a file that has a trailing
7866         slash.
7867         * tests/test-open.c (main): Test against trailing slash bug.
7868         * doc/posix-functions/open.texi: Mention the trailing slash bug.
7869
7870 2008-06-10  Bruno Haible  <bruno@clisp.org>
7871
7872         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
7873         for $? to work inside the trap command, with various /bin/sh-s.
7874         * tests/test-vc-list-files-cvs.sh: Likewise.
7875
7876 2008-06-10  Bruno Haible  <bruno@clisp.org>
7877
7878         * lib/acl-internal.h: Don't include gettext.h here.
7879         * lib/set-mode-acl.c: Include gettext.h here.
7880         * lib/copy-acl.c: Likewise.
7881
7882 2008-06-10  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
7885         * lib/wait-process.c (wait_subprocess): Likewise.
7886         * lib/execute.h (execute): Add termsigp argument.
7887         * lib/execute.c (execute): Likewise.
7888         * lib/csharpcomp.c (compile_csharp_using_pnet,
7889         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
7890         * lib/csharpexec.c (execute_csharp_using_pnet,
7891         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
7892         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
7893         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
7894         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
7895         is_jikes_present): Update.
7896         * lib/javaexec.c (execute_java_class): Update.
7897         * lib/javaversion.c (execute_and_read_line): Update.
7898         * NEWS: Document the changes.
7899         Reported by Eric Blake.
7900
7901 2008-06-10  Eric Blake  <ebb9@byu.net>
7902
7903         Add missing include.
7904         * tests/test-strstr.c (includes): Add <signal.h>.
7905         * tests/test-strcasestr.c (includes): Likewise.
7906         * tests/test-memmem.c (includes): Likewise.
7907
7908 2008-06-10  Bruno Haible  <bruno@clisp.org>
7909
7910         * lib/wait-process.c (wait_subprocess): Add an assertion.
7911
7912 2008-06-10  Bruno Haible  <bruno@clisp.org>
7913
7914         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
7915
7916 2008-06-10  Bruno Haible  <bruno@clisp.org>
7917
7918         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
7919         using alarm().
7920         * tests/test-strcasestr.c (main): Likewise.
7921         * tests/test-strstr.c (main): Likewise.
7922
7923 2008-06-09  Bruno Haible  <bruno@clisp.org>
7924
7925         Work around the Solaris 10 ACE ACLs ABI change.
7926         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
7927         declare if ACL_NO_TRIVIAL is present.
7928         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
7929         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
7930         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
7931         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
7932         define if ACL_NO_TRIVIAL is present.
7933         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
7934         and use the current ABI.
7935         (file_has_acl): Use same #if condition as elsewhere.
7936         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
7937         in use, and use the current ABI.
7938         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
7939         Reported by Jim Meyering.
7940
7941 2008-06-09  Eric Blake  <ebb9@byu.net>
7942
7943         Work around environments that (stupidly) ignore SIGALRM.
7944         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
7945         before using alarm().
7946         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7947         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7948         Reported by Ian Beckwith <ianb@erislabs.net>.
7949
7950         Produce autobuild blurb earlier in log.
7951         * modules/autobuild (configure.ac-early): Move AB_INIT here.
7952
7953 2008-06-09  Jim Meyering  <meyering@redhat.com>
7954         and OndÅ™ej Vašík  <ovasik@redhat.com>
7955
7956         utimens.c: correct kernel bug work-around
7957         OndÅ™ej Vašík found that the invalid return value of 280 indicates
7958         failure, not success, and the kernel bug we're trying to work
7959         around affects not just the utimensat call, but also the fallback
7960         futimens call.
7961         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
7962         not success.
7963         [HAVE_FUTIMENS]: Use the same work-around, here.
7964
7965 2008-06-09  Jim Meyering  <meyering@redhat.com>
7966
7967         add more guards around definition of ACE_-related code
7968         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
7969         ALLOW and ACE_OWNER are also defined.
7970
7971 2008-06-08  Bruno Haible  <bruno@clisp.org>
7972
7973         * lib/acl-internal.h: Add me as co-author.
7974         * lib/file-has-acl.c: Likewise.
7975         * lib/set-mode-acl.c: Likewise.
7976         * lib/copy-acl.c: Likewise.
7977
7978 2008-06-08  Bruno Haible  <bruno@clisp.org>
7979
7980         Add support for AIX ACLs.
7981         * lib/acl-internal.h (acl_nontrivial): New declaration.
7982         * lib/file-has-acl.c (acl_nontrivial): New function.
7983         (file_has_acl): Add implementation using AIX 4 ACL API.
7984         * lib/set-mode-acl.c (qset_acl): Likewise.
7985         * lib/copy-acl.c (qcopy_acl): Likewise.
7986
7987 2008-06-08  Bruno Haible  <bruno@clisp.org>
7988
7989         Add support for HP-UX ACLs.
7990         * lib/acl-internal.h (acl_nontrivial): New declaration.
7991         * lib/file-has-acl.c (acl_nontrivial): New function.
7992         (file_has_acl): Add implementation using HP-UX 11 ACL API.
7993         * lib/set-mode-acl.c (qset_acl): Likewise.
7994         * lib/copy-acl.c (qcopy_acl): Likewise.
7995
7996 2008-06-08  Bruno Haible  <bruno@clisp.org>
7997
7998         Add support for Cygwin ACLs.
7999         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
8000         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
8001         the chmod_or_fchmod call.
8002         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
8003
8004 2008-06-08  Bruno Haible  <bruno@clisp.org>
8005
8006         Fix bug with setuid modes in Solaris 10+ code.
8007         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
8008         succeeded, when the mode contains some special bits.
8009
8010 2008-06-08  Bruno Haible  <bruno@clisp.org>
8011
8012         Add support for Solaris 7..10 ACLs.
8013         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
8014         declarations.
8015         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
8016         functions.
8017         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
8018         * lib/set-mode-acl.c (qset_acl): Likewise.
8019         * lib/copy-acl.c (qcopy_acl): Likewise.
8020
8021 2008-06-08  Bruno Haible  <bruno@clisp.org>
8022
8023         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
8024         declaration.
8025         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
8026         (acl_access_nontrivial): Remove MacOS X case.
8027         (file_has_acl): Use acl_extended_nontrivial.
8028         * lib/copy-acl.c (qcopy_acl): Likewise.
8029
8030 2008-06-08  Bruno Haible  <bruno@clisp.org>
8031
8032         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
8033
8034 2008-06-08  Jim Meyering  <meyering@redhat.com>
8035
8036         * modules/acl (Maintainer): Add Bruno Haible.
8037
8038 2008-06-07  Bruno Haible  <bruno@clisp.org>
8039
8040         Improve support for Tru64 ACLs.
8041         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
8042         ACL on OSF/1.
8043
8044 2008-06-07  Bruno Haible  <bruno@clisp.org>
8045
8046         Add support for MacOS X ACLs.
8047         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
8048         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
8049         * lib/set-mode-acl.c (qset_acl): Likewise.
8050         * lib/copy-acl.c (qcopy_acl): Likewise.
8051
8052 2008-06-07  Bruno Haible  <bruno@clisp.org>
8053
8054         Fix memory leak introduced on 2008-05-22.
8055         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
8056         use.
8057
8058 2008-06-07  Bruno Haible  <bruno@clisp.org>
8059
8060         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
8061         to construct an empty ACL.
8062
8063 2008-06-07  Bruno Haible  <bruno@clisp.org>
8064
8065         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
8066         precisely.
8067         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
8068
8069 2008-06-07  Bruno Haible  <bruno@clisp.org>
8070
8071         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
8072         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
8073
8074 2008-06-07  Bruno Haible  <bruno@clisp.org>
8075
8076         * doc/posix-functions/_setjmp.texi: Explain the use of this function
8077         regardless of POSIX.
8078         * doc/posix-functions/_longjmp.texi: Likewise.
8079         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
8080         SystemV platform in this case.
8081
8082 2008-06-06  Eric Blake  <ebb9@byu.net>
8083
8084         Document abort() bugs.
8085         * doc/posix-functions/abort.texi (abort): Mention anomalies.
8086
8087         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
8088         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
8089         sigsetjmp.
8090         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
8091         siglongjmp, but only as a macro.
8092         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
8093         is obsolete.
8094         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
8095
8096         Tweak documentation to cover cygwin argz bugs.
8097         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
8098         argz bug fix; no code change needed since no cygwin releases
8099         occurred between the last fix and the bug being tested.
8100         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
8101         module and recently fixed cygwin bugs.
8102         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
8103         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
8104         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
8105         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
8106         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
8107         Likewise.
8108         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
8109         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
8110         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
8111         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
8112         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
8113         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
8114         Likewise.
8115
8116         Avoid gcc warning on cygwin.
8117         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
8118         !ACL_NO_TRIVIAL]: Avoid unused variable.
8119
8120 2008-06-05  Eric Blake  <ebb9@byu.net>
8121
8122         Be tolerant of UNKNOWN version in gnulib-tool test dir.
8123         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
8124         git-version-gen fails to come up with a version.
8125         Reported by Simon Josefsson.
8126
8127 2008-06-05  Jim Meyering  <meyering@redhat.com>
8128             Paul Eggert  <eggert@cs.ucla.edu>
8129
8130         utimens.c: work around a probable Linux kernel bug
8131         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
8132         appears to be a kernel bug that causes utimensat to return 280
8133         instead of 0, indicating success.
8134
8135 2008-06-04  Bruno Haible  <bruno@clisp.org>
8136
8137         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
8138         2008-06-01 commit.
8139
8140 2008-06-04  Bruno Haible  <bruno@clisp.org>
8141
8142         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
8143         * lib/file-has-acl.c (acl_access_nontrivial): New function.
8144         (file_has_acl): Use it. Save errno afterwards.
8145         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
8146
8147 2008-06-03  Bruno Haible  <bruno@clisp.org>
8148
8149         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
8150         draft code. Simplify #ifs.
8151         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
8152         Put Solaris code after POSIX-draft code. Fix comments regarding
8153         Solaris 10, HP-UX. Mention Cygwin.
8154         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
8155
8156 2008-06-03  Eric Blake  <ebb9@byu.net>
8157
8158         Provide fallback for older kernels.
8159         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
8160         Provide runtime fallback if kernel lacks support.
8161         Reported by Mike Frysinger.
8162
8163 2008-06-02  Bruno Haible  <bruno@clisp.org>
8164
8165         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
8166         it exists.
8167
8168 2008-06-02  Bruno Haible  <bruno@clisp.org>
8169
8170         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
8171         * lib/copy-acl.c (qcopy_acl): Update comment.
8172
8173 2008-06-02  Bruno Haible  <bruno@clisp.org>
8174
8175         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
8176         like ACL APIs.
8177
8178 2008-06-02  Bruno Haible  <bruno@clisp.org>
8179
8180         * tests/test-file-has-acl.sh: Use different code for Cygwin.
8181         * tests/test-set-mode-acl.sh: Likewise.
8182         * tests/test-copy-acl.sh: Likewise.
8183         * tests/test-copy-file.sh: Likewise.
8184
8185 2008-06-02  Bruno Haible  <bruno@clisp.org>
8186
8187         * tests/test-file-has-acl.sh: Remove unused code.
8188
8189 2008-06-01  Bruno Haible  <bruno@clisp.org>
8190
8191         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
8192         (copy_acl): Just a wrapper around qcopy_acl that emits the error
8193         messages.
8194         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
8195
8196 2008-06-01  Bruno Haible  <bruno@clisp.org>
8197
8198         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
8199         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
8200         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
8201         APIs.
8202         * modules/acl-tests (configure.ac): Remove tests now contained in
8203         m4/acl.m4.
8204
8205 2008-06-02  Jim Meyering  <meyering@redhat.com>
8206
8207         announce-gen: use a better key-server host name
8208         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
8209         it may be more consistently reliable.  Suggested by Werner Koch
8210         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
8211
8212 2008-06-01  Bruno Haible  <bruno@clisp.org>
8213
8214         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
8215         Reported by Voroskoi Andras <voroskoi@gmail.com>.
8216
8217 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
8218
8219         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
8220
8221 2008-06-01  Bruno Haible  <bruno@clisp.org>
8222
8223         New ACL tests.
8224         * tests/test-file-has-acl.sh: New file.
8225         * tests/test-file-has-acl.c: New file.
8226         * tests/test-set-mode-acl.sh: New file.
8227         * tests/test-set-mode-acl.c: New file.
8228         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
8229         * tests/test-copy-acl.c: New file.
8230         * modules/acl-tests: New file, based on modules/copy-file-tests.
8231         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
8232         (Depends-on): Add acl-tests.
8233         (configure.ac): Remove checks.
8234         (Makefile.am): Don't create test-sameacls program here any more.
8235
8236 2008-06-01  Bruno Haible  <bruno@clisp.org>
8237
8238         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
8239         * tests/test-sameacls.c: Include progname.h.
8240         (main): Invoke set_program_name. Portability fixes for MacOS X,
8241         Solaris, HP-UX.
8242
8243 2008-06-01  Bruno Haible  <bruno@clisp.org>
8244
8245         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
8246         function.
8247         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
8248
8249 2008-06-01  Bruno Haible  <bruno@clisp.org>
8250
8251         * modules/rpmatch (Depends-on): Add strdup.
8252
8253 2008-06-01  Bruno Haible  <bruno@clisp.org>
8254
8255         * lib/pipe.c: Include unistd-safer.h.
8256         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
8257         * modules/pipe (Depends-on): Add unistd-safer.
8258
8259 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8260
8261         * modules/autobuild (configure.ac): Call AB_INIT.
8262
8263 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8264
8265         * tests/test-getaddrinfo.c: Don't print debug messages by default.
8266         Suggested by Bruno Haible <bruno@clisp.org>.
8267
8268 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8269
8270         * tests/test-base64.c: Cast size_t to unsigned long when invoking
8271         printf.  Use %lu instead of %d.  Reported by Bruno Haible
8272         <bruno@clisp.org>.
8273
8274 2008-05-29  Eric Blake  <ebb9@byu.net>
8275
8276         Prefer new POSIX 200x interfaces over futimesat.
8277         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
8278         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
8279         when available.
8280         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
8281
8282 2008-05-28  Bruno Haible  <bruno@clisp.org>
8283
8284         * modules/stpcpy (License): Change to LGPLv2+.
8285         Requested by David Lutterkort <dlutter@redhat.com>.
8286
8287 2008-05-27  Bruno Haible  <bruno@clisp.org>
8288
8289         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
8290         current mingw.
8291         Reported by Jose E. Marchesi <jemarch@gnu.org>.
8292
8293 2008-05-27  Bruno Haible  <bruno@clisp.org>
8294
8295         * modules/iconv_open (Link): New section, from module 'iconv'.
8296         * modules/striconv (Link): Likewise.
8297         * modules/striconveh (Link): Likewise.
8298         * modules/xstriconv (Link): Likewise.
8299         * modules/unicodeio (Link): Likewise.
8300         * modules/propername (Link): Likewise.
8301         Reported by Jim Meyering.
8302
8303 2008-05-26  Jim Meyering  <meyering@redhat.com>
8304
8305         sha256: do not artificially restrict buffer length to be < 2^32
8306         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
8307         uint32_t to size_t.
8308         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
8309         to match.
8310
8311         avoid unaligned access errors, e.g., on sparc
8312         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
8313         direct access through a possibly-unaligned uint64* pointer.
8314         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
8315         direct access through a possibly-unaligned uint32* pointer.
8316         Prompted by this patch from Tom "spot" Callaway:
8317         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
8318
8319         sha512.c: fix typo in comment
8320         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
8321
8322 2008-05-25  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/set-mode-acl.c: Renamed from lib/acl.c.
8325         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
8326         (Makefile.am): Update lib_SOURCES.
8327
8328 2008-05-25  Bruno Haible  <bruno@clisp.org>
8329
8330         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
8331
8332 2008-05-25  Jim Meyering  <meyering@redhat.com>
8333
8334         useless-if-before-free: freed expr may have white-space differences
8335         * build-aux/useless-if-before-free: Recognize cases in which the
8336         freed expression differs from the tested one in embedded white
8337         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
8338         $1 was used, so we can't make any regexp shy.  Improved tests now
8339         detect this.
8340
8341         useless-if-before-free: accept white space in the expression.
8342         * build-aux/useless-if-before-free: For now, any white space
8343         in the expression must be identical in the free argument.
8344
8345         useless-if-before-free: efficiency tweak
8346         * build-aux/useless-if-before-free: Make the expression-matching
8347         regexp "shy".
8348         Make the *outer* regexp shy, not the expr-matching one.
8349
8350         update code-in-comment to accept cast of free arg
8351         * build-aux/useless-if-before-free: Update regexp.
8352
8353 2008-05-25  Bruno Haible  <bruno@clisp.org>
8354
8355         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
8356         * modules/copy-file-tests (Files, Makefile.am): Update.
8357         * tests/test-copy-file.c (func_test_copy): Update.
8358
8359 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
8360
8361         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
8362
8363 2008-05-23  Bruno Haible  <bruno@clisp.org>
8364
8365         Improve support for ACLs on OSF/1.
8366         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
8367         Remove fallback for unknown flavors of ACLs.
8368
8369 2008-05-22  Bruno Haible  <bruno@clisp.org>
8370
8371         Add support for ACLs on OSF/1.
8372         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
8373         replacements.
8374         (acl_free_text): New macro fallback.
8375         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
8376         acl_free.
8377         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
8378         acl_free_text function. Require AC_C_INLINE.
8379
8380 2008-05-22  Bruno Haible  <bruno@clisp.org>
8381
8382         Make copy_acl work on MacOS X 10.5.
8383         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
8384         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
8385         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
8386         If MODE_INSIDE_ACL, don't assume that every system has the same text
8387         representation for ACLs as FreeBSD.
8388         * lib/copy-acl.c (copy_acl): Add support for platforms with
8389         !MODE_INSIDE_ACL.
8390         * lib/file-has-acl.c (file_has_acl): Likewise.
8391         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
8392         FreeBSD, MacOS X, or IRIX, respectively.
8393
8394 2008-05-22  Bruno Haible  <bruno@clisp.org>
8395
8396         * lib/acl.h: Don't include <sys/acl.h>.
8397         (GETACLCNT): Move fallback to lib/acl-internal.h.
8398         * lib/acl-internal.h: Include <sys/acl.h> here.
8399         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
8400
8401 2008-05-22  Bruno Haible  <bruno@clisp.org>
8402
8403         Split off copy_acl function to separate file.
8404         * lib/copy-acl.c: New file, extracted from lib/acl.c.
8405         * lib/acl.c (copy_acl): Moved function to separate file.
8406         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
8407         * modules/acl (Files): Add lib/copy-acl.c.
8408         (Makefiles.am): Augment lib_SOURCES.
8409
8410 2008-05-22  Bruno Haible  <bruno@clisp.org>
8411
8412         * modules/copy-file-tests: New file.
8413         * tests/test-copy-file.sh: New file.
8414         * tests/test-copy-file.c: New file.
8415         * tests/test-copy-file-sameacls.c: New file.
8416
8417 2008-05-22  Eric Blake  <ebb9@byu.net>
8418
8419         Avoid gcc warning.
8420         * tests/test-memcmp.c (main): Pass NULL indirectly.
8421
8422 2008-05-21  Bruno Haible  <bruno@clisp.org>
8423
8424         Add reference doc about ACLs.
8425         * doc/acl-resources.txt: New file.
8426         * doc/acl-cygwin.txt: New file.
8427
8428 2008-05-21  Bruno Haible  <bruno@clisp.org>
8429
8430         Avoid one more warning from gcc.
8431         * lib/vasnprintf.c (IF_LINT): Update comments.
8432         (VASNPRINTF): Use it also for the 'prefix' array initializer.
8433
8434 2008-05-21  Jim Meyering  <meyering@redhat.com>
8435
8436         avoid a warning from gcc
8437         * lib/vasnprintf.c (IF_LINT): Define.
8438         (scale10_round_decimal_long_double):
8439         Use it to avoid a "may be used uninitialized" warning.
8440         (scale10_round_decimal_double): Likewise.
8441
8442 2008-05-21  Simon Josefsson  <simon@josefsson.org>
8443
8444         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
8445         declared.
8446
8447 2008-05-20  Bruno Haible  <bruno@clisp.org>
8448
8449         * tests/test-memcmp.c (main): Test also the sign of the result. Test
8450         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
8451
8452 2008-05-20  Simon Josefsson  <simon@josefsson.org>
8453
8454         * modules/memcmp-tests: New file.
8455         * tests/test-memcmp.c: New file.
8456
8457 2008-05-19  Bruno Haible  <bruno@clisp.org>
8458
8459         * modules/propername (Notice, configure.ac): Put quoted "..." into
8460         --keyword option.
8461         * lib/propername.h: Update comments accordingly.
8462         Reported by Eric Blake.
8463
8464 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
8465
8466         * modules/getpass-gnu (Depends-on): Add fseeko.
8467
8468 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8469
8470         * modules/base64-tests: New file.
8471
8472 2008-05-19  Bo Borgerson <gigabo@gmail.com>
8473
8474         * lib/base64.c (base64_decode_ctx): If a decode context structure
8475         was passed in use it to ignore newlines.  If a context structure
8476         was _not_ passed in, continue to treat newlines as garbage (this
8477         is the historical behavior).  Formerly base64_decode.
8478         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8479         takes a decode context structure.
8480         * lib/base64.h (base64_decode): Macro for four-argument calls.
8481         (base64_decode_alloc): Likewise.
8482         * lib/base64.c (base64_decode_ctx): If a decode context structure
8483         was passed in use it to ignore newlines.  If a context structure
8484         was _not_ passed in, continue to treat newlines as garbage (this
8485         is the historical behavior).  Formerly base64_decode.
8486         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8487         takes a decode context structure.
8488         * lib/base64.h (base64_decode): Macro for four-argument calls.
8489         (base64_decode_alloc): Likewise.
8490
8491 2008-05-19  Jim Meyering  <meyering@redhat.com>
8492
8493         avoid a warning from gcc
8494         * lib/trim.c (IF_LINT): Define.
8495         (trim2): Use it to avoid a "may be used uninitialized" warning.
8496
8497         Fix doc typo.
8498         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
8499
8500 2008-05-19  Bruno Haible  <bruno@clisp.org>
8501
8502         * doc/glibc-functions/getpass.texi: Document limits of other
8503         implementations.
8504
8505 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8506             Bruno Haible <bruno@clisp.org>
8507
8508         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
8509
8510 2008-05-18  Bruno Haible  <bruno@clisp.org>
8511
8512         * modules/propername: New file, from GNU gettext.
8513         * lib/propername.h: New file, from GNU gettext.
8514         * lib/propername.c: New file, from GNU gettext.
8515         * MODULES.html.sh (Internationalization functions): Add propername.
8516
8517 2008-05-16  Jim Meyering  <meyering@redhat.com>
8518             Bruno Haible  <bruno@clisp.org>
8519
8520         Avoid some warnings from "gcc -Wshadow".
8521         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
8522
8523 2008-05-15  Eric Blake  <ebb9@byu.net>
8524
8525         Extend previous patch to cygwin 1.7.0.
8526         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
8527         fast implementation in cygwin >= 1.7.0.
8528         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8529         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8530
8531 2008-05-15  Bruno Haible  <bruno@clisp.org>
8532
8533         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
8534         implementation in glibc >= 2.9.
8535         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8536         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8537
8538 2008-05-15  Bruno Haible  <bruno@clisp.org>
8539
8540         * MODULES.html.sh (Internationalization functions): Remove linebreak.
8541         (Unicode string functions): Add unilbrk/*.
8542         Reported by Karl Berry.
8543
8544 2008-05-15  Eric Blake  <ebb9@byu.net>
8545
8546         Fix violation of <stdbool.h> replacement in regex.
8547         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
8548         * lib/regexec.c (re_search_internal): Likewise.
8549         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
8550
8551 2008-05-15  Jim Meyering  <meyering@redhat.com>
8552
8553         avoid distracting test output when git or cvs is not found
8554         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
8555         * tests/test-vc-list-files-git.sh: Likewise.
8556
8557 2008-05-15  Eric Blake  <ebb9@byu.net>
8558
8559         Glibc finally accepted the memmem speedup code, bugzilla #5514.
8560         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
8561         glibc version.
8562         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
8563         * doc/posix-functions/strstr.texi (strstr): Likewise.
8564         * lib/str-two-way.h (MAX): Sychronize with glibc.
8565
8566 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
8567
8568         * lib/regcomp.c (optimize_utf8): Add a note on why we test
8569         opr.ctx_type.
8570         (calc_first): Initialize constraint field.
8571         (duplicate_node_closure): Use it instead of special casing ANCHORS.
8572         Fix grammar.
8573         (duplicate_node): Merge constraint field for all node types.
8574         (calc_eclosure_iter): Look at constraint field for all node types.
8575         * lib/regex_internal.c (create_cd_newstate): Don't look at
8576         opr.ctx_type.
8577
8578 2008-05-14  Bruno Haible  <bruno@clisp.org>
8579
8580         Help GCC to do better code generation.
8581         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
8582         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
8583         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
8584         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
8585         Declare with attribute 'malloc' if supported.
8586
8587 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
8588
8589         use "echo STR|wc -c" rather than unportable "expr length STR"
8590         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
8591         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
8592
8593 2008-05-14  Jim Meyering  <meyering@redhat.com>
8594
8595         use dd ibs=$n count=1 ... rather than less-portable head -c$n
8596         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
8597         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
8598         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
8599         via Collin Lasse.
8600
8601 2008-05-14  Eric Blake  <ebb9@byu.net>
8602
8603         Avoid quadratic growth in gl_LIBSOURCES.
8604         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
8605         Suggested by Bruno Haible.
8606
8607         Test xmemdup0.
8608         * modules/xmemdup0-tests: New file.
8609         * tests/test-xmemdup0.c: Likewise.
8610
8611 2008-05-13  Eric Blake  <ebb9@byu.net>
8612
8613         Split xmemdup0 into its own module.
8614         * modules/xmemdup0: New file.
8615         * lib/xmemdup0.h: Likewise.
8616         * lib/xmemdup0.c: Likewise.
8617         * MODULES.html.sh (Memory management functions): Add xmemdup0.
8618         * lib/xalloc.h (xmemdup0): Remove.
8619         * lib/xmalloc.c (xmemdup0): Likewise.
8620
8621 2008-05-13  Eric Blake  <ebb9@byu.net>
8622             Bruno Haible  <bruno@clisp.org>
8623
8624         Reduce number of forks required during autoconf.
8625         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
8626         and gl_LIBSOURCES_DIR.
8627         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
8628         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
8629         m4_syscmd per file.
8630         <m4_foreach_w>: Move...
8631         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
8632
8633 2008-05-13  Eric Blake  <ebb9@byu.net>
8634
8635         * gnulib-tool: Fix various comment typos.
8636
8637 2008-05-12  Bruno Haible  <bruno@clisp.org>
8638
8639         Tailor the linebreaking algorithm.
8640         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
8641
8642 2008-05-12  Bruno Haible  <bruno@clisp.org>
8643
8644         Update to Unicode 5.0.0.
8645         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8646         LBP_JV, LBP_JT. Redistribute values.
8647         (unilbrk_table): Change size.
8648         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
8649         Unicode TR#14 rev. 22.
8650         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8651         LBP_JV, LBP_JT. Redistribute values.
8652         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
8653         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
8654         Update.
8655         * lib/unilbrk/lbrkprop1.h: Regenerated.
8656         * lib/unilbrk/lbrkprop2.h: Regenerated.
8657         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
8658         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
8659         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
8660         Likewise.
8661         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
8662         Likewise.
8663         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
8664         result.
8665         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
8666         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
8667         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
8668         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
8669         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
8670         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
8671
8672 2008-05-11  Bruno Haible  <bruno@clisp.org>
8673
8674         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
8675
8676 2008-05-11  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
8679         * modules/unilbrk/gen-lbrk: New file.
8680
8681 2008-05-11  Bruno Haible  <bruno@clisp.org>
8682
8683         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
8684         * m4/sha512.m4 (gl_SHA512): Likewise.
8685
8686 2008-05-11  Jim Meyering  <meyering@redhat.com>
8687
8688         New modules: crypto/sha256, crypto/sha512 (from coreutils)
8689         * modules/crypto/sha256: New file.
8690         * modules/crypto/sha512: Likewise.
8691         * lib/sha256.c: Likewise.
8692         * lib/sha256.h: Likewise.
8693         * lib/sha512.c: Likewise.
8694         * lib/sha512.h: Likewise.
8695         * lib/u64.h: Likewise.
8696         * m4/sha256.m4: Likewise.
8697         * m4/sha512.m4: Likewise.
8698         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
8699
8700 2008-05-10  Bruno Haible  <bruno@clisp.org>
8701
8702         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
8703         (Input/Output <stdio.h>): Add xprintf.
8704         (Signal handling <signal.h>): Add strsignal.
8705         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
8706         (Core language properties): Add func.
8707         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
8708         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
8709         strings.
8710         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
8711         (Input/output): New section.
8712         (File system functions): Add openat-die, stat-macros.
8713         (Networking functions): Add sockets.
8714         (Unicode string functions): Add unictype/*.
8715         (Support for building libraries and executables): Add gperf.
8716         (Support for building documentation): Add agpl-3.0.
8717         (Misc): Add nocrash.
8718
8719 2008-05-10  Bruno Haible  <bruno@clisp.org>
8720
8721         * modules/unictype/gen-ctype: New file.
8722
8723 2008-05-10  Jim Meyering  <meyering@redhat.com>
8724
8725         Make chdir-safer.c more efficient on a system with no symlinks.
8726         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
8727         also if ELOOP is zero.  Suggested by Bruno Haible.
8728
8729         Make chdir-safer.c slightly safer.
8730         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
8731         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
8732
8733         Avoid compile failure on systems without ELOOP (like mingw).
8734         * lib/chdir-safer.c (ELOOP): Define if not already defined.
8735         Reported by Bruno Haible.
8736
8737 2008-05-10  Bruno Haible  <bruno@clisp.org>
8738
8739         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
8740         (is_utf8_encoding): Use a case-insensitive comparison.
8741         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
8742         streq.
8743
8744 2008-05-10  Bruno Haible  <bruno@clisp.org>
8745
8746         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
8747         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
8748         * lib/unilbrk/ulc-common.h (iconv_string_length,
8749         iconv_string_keeping_offsets): Remove declarations.
8750         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
8751         Don't include <iconv.h>, streq.h, xsize.h.
8752         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
8753         conversion.
8754         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
8755         <iconv.h>, streq.h, xsize.h.
8756         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
8757         conversion.
8758         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
8759         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
8760         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
8761         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
8762
8763 2008-05-10  Bruno Haible  <bruno@clisp.org>
8764
8765         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
8766         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
8767
8768         * modules/unilbrk/u32-width-linebreaks-tests: New file.
8769         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
8770
8771         * modules/unilbrk/u16-width-linebreaks-tests: New file.
8772         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
8773
8774         * modules/unilbrk/u8-width-linebreaks-tests: New file.
8775         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
8776
8777         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
8778         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
8779
8780         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
8781         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
8782
8783         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
8784         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
8785
8786         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
8787         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
8788
8789 2008-05-10  Bruno Haible  <bruno@clisp.org>
8790
8791         Split up 'linebreak' module.
8792         * lib/unilbrk.h: New file, based on lib/linebreak.h.
8793         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
8794         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
8795         modifications.
8796         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
8797         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
8798         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
8799         lib/linebreak.c.
8800         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
8801         lib/linebreak.c.
8802         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
8803         lib/linebreak.c.
8804         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
8805         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
8806         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
8807         lib/linebreak.c.
8808         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
8809         lib/linebreak.c.
8810         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
8811         lib/linebreak.c.
8812         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
8813         lib/linebreak.c.
8814         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
8815         lib/linebreak.c.
8816         * modules/unilbrk/base: New file.
8817         * modules/unilbrk/tables: New file.
8818         * modules/unilbrk/u8-possible-linebreaks: New file.
8819         * modules/unilbrk/u16-possible-linebreaks: New file.
8820         * modules/unilbrk/u32-possible-linebreaks: New file.
8821         * modules/unilbrk/ulc-common: New file.
8822         * modules/unilbrk/ulc-possible-linebreaks: New file.
8823         * modules/unilbrk/u8-width-linebreaks: New file.
8824         * modules/unilbrk/u16-width-linebreaks: New file.
8825         * modules/unilbrk/u32-width-linebreaks: New file.
8826         * modules/unilbrk/ulc-width-linebreaks: New file.
8827         * lib/linebreak.h: Remove file.
8828         * lib/linebreak.c: Remove file.
8829         * m4/linebreak.m4: Remove file.
8830         * modules/linebreak: Remove file.
8831         * NEWS: Mention the changes.
8832
8833 2008-05-09  Eric Blake  <ebb9@byu.net>
8834
8835         Add xmemdup0.
8836         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
8837         implementation.
8838         * lib/xmalloc.c (xmemdup0): New C implementation.
8839
8840 2008-05-08  Bruno Haible  <bruno@clisp.org>
8841
8842         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
8843
8844 2008-05-07  Eric Blake  <ebb9@byu.net>
8845
8846         Support cross-compilation of <wctype.h>.
8847         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
8848         AC_CACHE_CHECK.
8849
8850 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
8851
8852         * build-aux/vc-list-files: Add support for bzr.
8853
8854 2008-05-03  Jim Meyering  <meyering@redhat.com>
8855
8856         avoid failed assertion with tight malloc
8857         * tests/test-getndelim2.c: Correct an off-by-one assertion.
8858
8859 2008-05-03  Simon Josefsson  <simon@josefsson.org>
8860
8861         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
8862         are needed from arpa/inet.h.
8863         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
8864         Reported by Bruno Haible.
8865
8866 2008-05-02  Jim Meyering  <meyering@redhat.com>
8867
8868         avoid compilation error on FreeBSD 6
8869         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
8870
8871 2008-05-01  Jim Meyering  <meyering@redhat.com>
8872
8873         useless-if-before-free: correct --help's exit status description
8874         * build-aux/useless-if-before-free (usage): Like grep, exit 0
8875         for one or more matches, etc.  Reported by Bruno Haible.
8876
8877         vc-list-files: make the stand-alone gnulib test work
8878         * modules/vc-list-files-tests (configure.ac):
8879         Define and AC_SUBST abs_aux_dir.
8880         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
8881         $(abs_top_srcdir) to each script and having each of them
8882         duplicate the work of setting PATH, set PATH here, using
8883         the new variable, abs_aux_dir instead.
8884         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
8885         * tests/test-vc-list-files-git.sh: Likewise.
8886         Reported by Bruno Haible.
8887
8888 2008-05-01  Bruno Haible  <bruno@clisp.org>
8889
8890         * lib/getndelim2.c (getndelim2): Fix newsize computation during
8891         reallocation. Rename 'done' to 'found_delimiter'.
8892
8893 2008-05-01  Jim Meyering  <meyering@redhat.com>
8894
8895         vc-list-files: accommodate /bin/sh like the one from Solaris 10
8896         * build-aux/vc-list-files: Use `...`, not $(...).
8897
8898 2008-04-30  Jim Meyering  <meyering@redhat.com>
8899
8900         add tests for vc-list-files
8901         * modules/vc-list-files-tests: New module.
8902         * tests/test-vc-list-files-cvs.sh: New file.
8903         * tests/test-vc-list-files-git.sh: New file.
8904
8905         avoid a warning from gcc
8906         * lib/getndelim2.c (IF_LINT): Define.
8907         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
8908
8909         vc-list-files: work properly with build-aux/cvsu, too
8910         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
8911         to all cvs-based clauses.
8912
8913         vc-list-files: work properly in the CVS+awk case, too
8914         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
8915
8916         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
8917         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
8918         take more than one file argument, so .  Add quotes, just in case $dir
8919         ever contains a shell meta-character.  Prompted by Soren Hansen in
8920         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
8921
8922 2008-04-29  Eric Blake  <ebb9@byu.net>
8923
8924         Optimize getndelim2 to use block operations when possible.
8925         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
8926         freadseek, and memchr2.
8927         * lib/getndelim2.c (getndelim2): Use them for block reads.
8928
8929 2008-04-29  Bruno Haible  <bruno@clisp.org>
8930
8931         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
8932         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8933         * modules/inet_ntop (Depends-on): Add extensions.
8934         * modules/inet_pton (Depends-on): Likewise.
8935         Reported by Simon Josefsson.
8936
8937 2008-04-29  Jim Meyering  <meyering@redhat.com>
8938
8939         When the is more than one match in a block, match all of them.
8940         * build-aux/useless-if-before-free: Iterate through each block
8941         until there are no more matches.
8942
8943         Fix broken useless-if-before-free script.
8944         * build-aux/useless-if-before-free: Fix typo: missing "?" after
8945         the expression to match cast of argument to free-like function.
8946
8947 2008-04-29  Eric Blake  <ebb9@byu.net>
8948
8949         Use new header.
8950         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
8951
8952 2008-04-29  Jim Meyering  <meyering@redhat.com>
8953
8954         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
8955         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
8956         by gnulib to exist and to declare e.g., inet_ntop.
8957         Don't include "inet_ntop.h", now removed.
8958
8959         * m4/arpa_inet_h.m4: Remove trailing blanks.
8960
8961 2008-04-29  Eric Blake  <ebb9@byu.net>
8962
8963         Silence valgrind on safe reads beyond potential array bounds.
8964         * lib/rawmemchr.valgrind: New file.
8965         * lib/strchrnul.valgrind: Likewise.
8966         * modules/rawmemchr (Files): Distribute new file.
8967         * modules/strchrnul (Files): Likewise.
8968         Suggested by Bruno Haible.
8969
8970 2008-04-29  Bruno Haible  <bruno@clisp.org>
8971
8972         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
8973         (inet_ntop, inet_pton): Change portability warning's wording.
8974         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
8975         Invoke gl_CHECK_NEXT_HEADERS.
8976         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
8977         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
8978         set ARPA_INET_H.
8979         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8980         * modules/arpa_inet (Description): No longer only for systems that
8981         lack it.
8982         (Depends-on): Add include_next.
8983         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
8984         HAVE_ARPA_INET_H.
8985
8986 2008-04-29  Jim Meyering  <meyering@redhat.com>
8987
8988         * modules/mkdir (License): Re-license as LGPLv2+.
8989
8990 2008-04-29  Bruno Haible  <bruno@clisp.org>
8991
8992         * modules/rawmemchr (Maintainer): Set to Eric.
8993         * modules/strchrnul (Maintainer): Likewise.
8994
8995 2008-04-29  Simon Josefsson  <simon@josefsson.org>
8996
8997         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
8998         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
8999
9000         * modules/arpa_inet (arpa/inet.h): Use them.
9001
9002 2008-04-28  Eric Blake  <ebb9@byu.net>
9003
9004         Test getndelim2.
9005         * modules/getndelim2-tests: New file.
9006         * tests/test-getndelim2.c: Likewise.
9007         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
9008         stream.
9009         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
9010
9011         * MODULES.html.sh: Document new module.
9012
9013 2008-04-20  Bruno Haible  <bruno@clisp.org>
9014
9015         * lib/c-stack.c (die): Use raise.
9016         * modules/c-stack (Depends-on): Add raise.
9017
9018 2008-04-28  Bruno Haible  <bruno@clisp.org>
9019
9020         Expect rpmatch to be declared.
9021         * lib/yesno.c (rpmatch): Remove declaration.
9022
9023         Declare rpmatch.
9024         * lib/stdlib.in.h (rpmatch): New declaration.
9025         * lib/rpmatch.c: Include <stdlib.h> first.
9026         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
9027         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
9028         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
9029         HAVE_RPMATCH.
9030         * modules/rpmatch (Depends-on): Add stdlib, extensions.
9031         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9032         (Include): Set to <stdlib.h>.
9033         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
9034         HAVE_RPMATCH.
9035         * NEWS: Document the change.
9036
9037 2008-04-28  Bruno Haible  <bruno@clisp.org>
9038
9039         Change rpmatch to use nl_langinfo when appropriate.
9040         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
9041         (N_): New macro.
9042         (localized_pattern): New function/macro.
9043         (try): Remove match, nomatch arguments. Copy the pattern into safe
9044         memory before caching it.
9045         (rpmatch): Use localized_pattern. Add translator comments.
9046         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
9047         Suggested by Eric Blake.
9048         * modules/rpmatch (Depends-on): Add stdbool.
9049
9050 2008-04-28  Eric Blake  <ebb9@byu.net>
9051
9052         Add rawmemchr module, matching glibc.
9053         * modules/string (Makefile.am): New indicator.
9054         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
9055         * lib/string.in.h (rawmemchr): Declare when appropriate.
9056         * modules/rawmemchr: New file.
9057         * m4/rawmemchr.m4: Likewise.
9058         * lib/rawmemchr.c: Likewise.
9059         * modules/rawmemchr-tests: Likewise.
9060         * tests/test-rawmemchr.c: Likewise.
9061         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
9062         module.
9063         * modules/strchrnul (Depends-on): Add rawmemchr.
9064         * lib/strchrnul.c (strchrnul): Optimize a corner case.
9065
9066         Whitespace cleanup.
9067         * tests/test-strchrnul.c: Reindent.
9068         * lib/strchrnul.c: Likewise.
9069
9070         Optimize and test strchrnul.
9071         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
9072         * modules/strchrnul-tests: New file.
9073         * tests/test-strchrnul.c: Likewise.
9074
9075         Remove intprops dependency.
9076         * modules/memchr (Depends-on): Remove intprops.
9077         * modules/memrchr (Depends-on): Likewise.
9078         * modules/memchr2 (Depends-on): Likewise.
9079         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
9080         * lib/memrchr.c (__memrchr): Likewise.
9081         * lib/memrchr2.c (memchr2): Likewise.
9082         Reported by Simon Josefsson.
9083
9084 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9085
9086         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
9087         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9088
9089 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9090
9091         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
9092
9093         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
9094
9095         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
9096
9097         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
9098         declarations.
9099         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
9100
9101         * m4/inet_pton.m4: Don't check for header files.
9102
9103         * m4/inet_ntop.m4: Don't check for header files.
9104
9105 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9106
9107         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
9108         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
9109         trigger for cygwin).
9110         Reported by Bruno Haible  <bruno@clisp.org>.
9111
9112 2008-04-28  Bruno Haible  <bruno@clisp.org>
9113
9114         * doc/posix-functions/strdup.texi: Mention mingw problem.
9115
9116 2008-04-27  Bruno Haible  <bruno@clisp.org>
9117
9118         * modules/stat-time-tests (Depends-on): Add sleep.
9119         * tests/test-stat-time.c (force_unlink): New function.
9120         (cleanup): Use it.
9121         (test_mtime): Remove the ctime related tests.
9122         (test_ctime): New function, containing the ctime related tests.
9123         (main): Call test_ctime, except on native Windows platforms.
9124
9125 2008-04-27  Bruno Haible  <bruno@clisp.org>
9126
9127         * lib/rpmatch.c (rpmatch): Add some comments.
9128         Reported by James Youngman <jay@gnu.org>.
9129
9130 2008-04-27  Bruno Haible  <bruno@clisp.org>
9131
9132         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
9133         quiet NaNs.
9134
9135 2008-04-27  Bruno Haible  <bruno@clisp.org>
9136
9137         Make test-yesno.sh work on mingw.
9138         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
9139         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
9140         (main): Set stdin to binary mode.
9141         * modules/yesno-tests (Depends-on): Add binary-io.
9142
9143 2008-04-27  Bruno Haible  <bruno@clisp.org>
9144
9145         Fix 'isfinite' on x86, x86_64, ia64 platforms.
9146         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
9147         argument that lie outside the IEEE 854 domain.
9148         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
9149         (gl_ISFINITE): Use it.
9150         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
9151
9152 2008-04-27  Bruno Haible  <bruno@clisp.org>
9153
9154         Allow local renaming in config.h.
9155         * lib/memrchr.c (memrchr): Don't undefine outside libc.
9156
9157 2008-04-27  Bruno Haible  <bruno@clisp.org>
9158
9159         * lib/memchr.c (__memchr): Change type of 'i'.
9160         * lib/memchr2.c (memchr2): Likewise.
9161
9162 2008-04-26  Eric Blake  <ebb9@byu.net>
9163         and Bruno Haible  <bruno@clisp.org>
9164
9165         Optimize and test memrchr.
9166         * modules/memrchr (Depends-on): Add intprops.
9167         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
9168         * modules/memrchr-tests: New file.
9169         * tests/test-memrchr.c: New file.
9170
9171 2008-04-26  Bruno Haible  <bruno@clisp.org>
9172
9173         Add tentative support for DragonFly BSD.
9174         * lib/stdio-impl.h: Add macros for DragonFly BSD.
9175         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
9176         fp.
9177         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9178         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
9179         * lib/fpurge.c (fpurge): Likewise.
9180         * lib/freadable.c (freaadable): Likewise.
9181         * lib/freadahead.c (freadahead): Likewise.
9182         * lib/freading.c (freading): Likewise.
9183         * lib/freadptr.c (freadptr): Likewise.
9184         * lib/freadseek.c (freadptrinc): Likewise.
9185         * lib/fseeko.c (fseeko): Likewise.
9186         * lib/fseterr.c (fseterr): Likewise.
9187         * lib/fwritable.c (fwritable): Likewise.
9188         * lib/fwriting.c (fwriting): Likewise.
9189
9190 2008-04-26  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/stdio-impl.h: New file.
9193         * lib/fbufmode.c: Include stdio-impl.h.
9194         (fbufmode): Use fp_, remove redundant #defines.
9195         * lib/fflush.c: Include stdio-impl.h.
9196         (clear_ungetc_buffer): Remove redundant #defines.
9197         * lib/fpurge.c: Include stdio-impl.h.
9198         (fpurge): Remove redundant #defines.
9199         * lib/freadable.c: Include stdio-impl.h.
9200         (freadable): Remove redundant #defines.
9201         * lib/freadahead.c: Include stdio-impl.h.
9202         (freadahead): Remove redundant #defines.
9203         * lib/freading.c: Include stdio-impl.h.
9204         (freading): Remove redundant #defines.
9205         * lib/freadptr.c: Include stdio-impl.h.
9206         (freadptr): Remove redundant #defines.
9207         * lib/freadseek.c: Include stdio-impl.h.
9208         (freadptrinc): Remove redundant #defines.
9209         * lib/fseeko.c: Include stdio-impl.h.
9210         (rpl_fseeko): Remove redundant #defines.
9211         * lib/fseterr.c: Include stdio-impl.h.
9212         (fseterr): Remove redundant #defines.
9213         * lib/fwritable.c: Include stdio-impl.h.
9214         (fwritable: Remove redundant #defines.
9215         * lib/fwriting.c: Include stdio-impl.h.
9216         (fwriting): Remove redundant #defines.
9217         * modules/fbufmode (Files): Add lib/stdio-impl.h.
9218         * modules/fflush (Files): Likewise.
9219         * modules/fpurge (Files): Likewise.
9220         * modules/freadable (Files): Likewise.
9221         * modules/freadahead (Files): Likewise.
9222         * modules/freading (Files): Likewise.
9223         * modules/freadptr (Files): Likewise.
9224         * modules/freadseek (Files): Likewise.
9225         * modules/fseeko (Files): Likewise.
9226         * modules/fseterr (Files): Likewise.
9227         * modules/fwritable (Files): Likewise.
9228         * modules/fwriting (Files): Likewise.
9229
9230 2008-04-26  Bruno Haible  <bruno@clisp.org>
9231
9232         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9233         restore_seek_optimization, update_fpos_cache): New functions, extracted
9234         from rpl_fflush.
9235         (rpl_fflush): Use them.
9236         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
9237         (gl_REPLACE_FFLUSH): Use it.
9238
9239 2008-04-26  Bruno Haible  <bruno@clisp.org>
9240
9241         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
9242         on Solaris.
9243         * tests/test-xstrtoimax.sh: Likewise.
9244         * tests/test-xstrtoumax.sh: Likewise.
9245         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9246
9247 2008-04-26  Bruno Haible  <bruno@clisp.org>
9248
9249         * modules/memchr-tests: New file.
9250         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
9251
9252 2008-04-26  Eric Blake  <ebb9@byu.net>
9253             Bruno Haible  <bruno@clisp.org>
9254
9255         * lib/memchr.c: Include intprops.h.
9256         (__memchr): Optimize parallel detection of matching bytes. Rename local
9257         variables. Add explanatory comments.
9258
9259 2008-04-26  Bruno Haible  <bruno@clisp.org>
9260
9261         Fix module 'memchr', broken since 2000-10-28.
9262         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
9263
9264 2008-04-26  Bruno Haible  <bruno@clisp.org>
9265
9266         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
9267         comments.
9268
9269 2008-04-25  Eric Blake  <ebb9@byu.net>
9270
9271         Use native fstatat on cygwin 1.7.0.
9272         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
9273         first.
9274
9275 2008-04-23  Eric Blake  <ebb9@byu.net>
9276
9277         Improve memchr2 performance.
9278         * lib/memchr2.c (memchr2): Further optimize parallel detection of
9279         NUL bytes.
9280         * modules/memchr2 (Depends-on): Use intprops.h.
9281
9282 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9283
9284         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
9285         an inline function instead of a CPP macro.  Patch by Ben Pfaff
9286         <blp@cs.stanford.edu>.
9287
9288 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9289
9290         * lib/arpa_inet.in.h: New file.
9291
9292         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
9293         (Makefile.am): Sed in substitute header file.
9294
9295         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
9296         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
9297
9298         * modules/inet_ntop (configure.ac): Use
9299         gl_ARPA_INET_MODULE_INDICATOR.
9300
9301         * modules/inet_pton (configure.ac): Use
9302         gl_ARPA_INET_MODULE_INDICATOR.
9303
9304 2008-04-22  Jim Meyering  <meyering@redhat.com>
9305
9306         * modules/verify (License): Re-license as LGPLv2+.
9307
9308 2008-04-22  Simon Josefsson  <simon@josefsson.org>
9309
9310         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
9311         parameter to void* as per POSIX standard (MinGW uses char*).
9312
9313 2008-04-21  Bruno Haible  <bruno@clisp.org>
9314
9315         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9316         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9317         Define to replacements if REPLACE_ISWCNTRL is 1.
9318         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
9319         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
9320         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
9321         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
9322         what it fixes.
9323         * doc/posix-functions/iswalpha.texi: Likewise.
9324         * doc/posix-functions/iswblank.texi: Likewise.
9325         * doc/posix-functions/iswcntrl.texi: Likewise.
9326         * doc/posix-functions/iswdigit.texi: Likewise.
9327         * doc/posix-functions/iswgraph.texi: Likewise.
9328         * doc/posix-functions/iswlower.texi: Likewise.
9329         * doc/posix-functions/iswprint.texi: Likewise.
9330         * doc/posix-functions/iswpunct.texi: Likewise.
9331         * doc/posix-functions/iswspace.texi: Likewise.
9332         * doc/posix-functions/iswupper.texi: Likewise.
9333         * doc/posix-functions/iswxdigit.texi: Likewise.
9334         Reported by Alain Guibert.
9335
9336 2008-04-21  Bruno Haible  <bruno@clisp.org>
9337
9338         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
9339         Patch by Alain Guibert.
9340
9341 2008-04-21  Bruno Haible  <bruno@clisp.org>
9342
9343         Fix test failures on mingw.
9344         * tests/test-xstrtol.c (print_no_progname): New function.
9345         (main): Install it in error_print_progname hook.
9346         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
9347         * tests/test-xstrtoimax.sh: Likewise.
9348         * tests/test-xstrtoumax.sh: Likewise.
9349
9350 2008-04-21  Bruno Haible  <bruno@clisp.org>
9351
9352         Fix test failure on mingw.
9353         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
9354
9355 2008-04-21  Bruno Haible  <bruno@clisp.org>
9356
9357         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
9358         Actually assign a value.
9359
9360 2008-04-20  Bruno Haible  <bruno@clisp.org>
9361
9362         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
9363         take 2.
9364         * lib/canonicalize.c (canonicalize_file_name): Elide if the
9365         'canonicalize-lgpl' module is also used.
9366         * lib/canonicalize-lgpl.c: Undo last change.
9367         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
9368
9369 2008-04-20  Bruno Haible  <bruno@clisp.org>
9370
9371         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
9372         config.h. Provide _mkdir based fallback for mingw.
9373         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
9374         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
9375         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
9376         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
9377         rather than defining mkdir in config.h.
9378         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
9379         (gl_SYS_STAT_H_DEFAULTS): New macro.
9380         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
9381         HAVE_IO_H any more.
9382         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
9383         HAVE_DECL_MKDIR and HAVE_IO_H.
9384
9385 2008-04-20  Bruno Haible  <bruno@clisp.org>
9386
9387         * lib/isapipe.c: Port to native Windows platforms.
9388
9389 2008-04-20  Bruno Haible  <bruno@clisp.org>
9390
9391         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
9392
9393 2008-04-21  Eric Blake  <ebb9@byu.net>
9394
9395         Work around preprocessors that don't handle UINTMAX_MAX.
9396         * lib/memchr2.c (memchr2): Avoid embedded #if.
9397         Reported by Alain Guibert, fix suggested by Bruno Haible.
9398
9399 2008-04-21  Simon Josefsson  <simon@josefsson.org>
9400
9401         * doc/posix-functions/strftime.texi (strftime): Explain better
9402         Windows incompatibility.  Suggested by Micah Cowan
9403         <micah@cowan.name>.
9404
9405 2008-04-20  Bruno Haible  <bruno@clisp.org>
9406
9407         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
9408         unistr/u8-mblen.
9409
9410 2008-04-20  Bruno Haible  <bruno@clisp.org>
9411
9412         Fix test failure on platforms with non-GNU iconv.
9413         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
9414         (U_TO_U8): Use it, rather than u16_to_u8.
9415         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
9416         units at the end of the input string.
9417         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
9418
9419 2008-04-20  Bruno Haible  <bruno@clisp.org>
9420
9421         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
9422         when the resulting length is 0.
9423         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
9424
9425 2008-04-20  Bruno Haible  <bruno@clisp.org>
9426
9427         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
9428         works.
9429         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
9430
9431 2008-04-20  Bruno Haible  <bruno@clisp.org>
9432
9433         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
9434         * modules/tsearch-tests (configure.ac): Test for initstate function.
9435
9436 2008-04-20  Bruno Haible  <bruno@clisp.org>
9437
9438         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
9439         for nlink_t if missing.
9440         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
9441
9442 2008-04-19  Bruno Haible  <bruno@clisp.org>
9443
9444         Work around snprintf bug on Linux libc5.
9445         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
9446         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9447         gl_SNPRINTF_SIZE1.
9448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9449         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
9450         that test failed.
9451         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
9452         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
9453         * modules/snprintf (Files): Add m4/printf.m4.
9454         * modules/vsnprintf (Files): Likewise.
9455         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
9456         * doc/posix-functions/vsnprintf.texi: Likewise.
9457
9458 2008-04-19  Bruno Haible  <bruno@clisp.org>
9459
9460         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
9461         from 0.0058 to less than 10^-7.
9462
9463 2008-04-19  Bruno Haible  <bruno@clisp.org>
9464
9465         Fix rounding when a precision is given.
9466         * lib/vasnprintf.c (is_borderline): New function.
9467         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
9468         9...9x.
9469         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
9470         %e, %g.
9471         * tests/test-vasprintf-posix.c (test_function): Likewise.
9472         * tests/test-snprintf-posix.h (test_function): Likewise.
9473         * tests/test-sprintf-posix.h (test_function): Likewise.
9474         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
9475         * tests/test-printf-posix.h (test_function): Likewise.
9476         * tests/test-printf-posix.output: Update.
9477         Reported by John Darrington <john@darrington.wattle.id.au> via
9478         Ben Pfaff <blp@cs.stanford.edu>.
9479
9480 2008-04-18  Simon Josefsson  <simon@josefsson.org>
9481
9482         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
9483         Suggested by Bruno Haible <bruno@clisp.org>.
9484
9485 2008-04-17  Bruno Haible  <bruno@clisp.org>
9486
9487         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
9488         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
9489         implementation.
9490         Patch by Bruce Merry <bmerry@gmail.com>.
9491
9492 2008-04-17  Simon Josefsson  <simon@josefsson.org>
9493
9494         * doc/posix-functions/strftime.texi (strftime): Mention that %e
9495         doesn't work under Windows.
9496
9497 2008-04-16  Bruno Haible  <bruno@clisp.org>
9498
9499         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
9500         New macros.
9501         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
9502         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
9503         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
9504         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
9505         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
9506         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
9507         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
9508         macros.
9509         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
9510         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
9511         Northern Sotho, Uighur.
9512
9513 2008-04-16  Bruno Haible  <bruno@clisp.org>
9514
9515         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
9516         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
9517         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
9518         Reported by Daniel Bergström <daniel@octocode.com>.
9519
9520 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
9521             Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
9524         function.
9525         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
9526         New functions, mostly extracted from gl_locale_name_default.
9527         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
9528
9529 2008-04-16  Eric Blake  <ebb9@byu.net>
9530
9531         Adjust strtod detection to catch glibc 2.7 bug.
9532         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
9533         Reported by John Gatewood Ham.
9534
9535 2008-04-16  Bruno Haible  <bruno@clisp.org>
9536
9537         Add tentative support for Linux libc5.
9538         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
9539         * lib/fpurge.c (fpurge): Likewise.
9540         * lib/freadable.c (freadable): Likewise.
9541         * lib/freadahead.c (freadahead): Likewise.
9542         * lib/freading.c (freading): Likewise.
9543         * lib/freadptr.c (freadptr): Likewise.
9544         * lib/freadseek.c (freadptrinc): Likewise.
9545         * lib/fseeko.c (rpl_fseeko): Likewise.
9546         * lib/fseterr.c (fseterr): Likewise.
9547         * lib/fwritable.c (fwritable): Likewise.
9548         * lib/fwriting.c (fwriting): Likewise.
9549         Reported by Alain Guibert <alguibert+bts@free.fr>.
9550
9551 2008-04-15  Bruno Haible  <bruno@clisp.org>
9552
9553         * modules/mathl (configure.ac): Define module indicator.
9554
9555 2008-04-15  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/logl.c (logl): Remove unused variables.
9558
9559 2008-04-15  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
9562         fails.
9563
9564 2008-04-15  Bruno Haible  <bruno@clisp.org>
9565
9566         * lib/trim.c (trim2): Fix argument of isspace() macro.
9567
9568 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
9569
9570         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
9571         to 0.
9572         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
9573
9574 2008-04-14  Bruno Haible  <bruno@clisp.org>
9575
9576         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
9577         AC_LANG_PROGRAM argument.
9578         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
9579         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
9580         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
9581         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9582         * m4/math_h.m4 (gl_MATH_H): Likewise.
9583         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
9584         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9585         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9586         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
9587         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9588         * m4/regex.m4 (gl_REGEX): Likewise.
9589         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
9590         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
9591         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9592         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
9593         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9594         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9595         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9596         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9597
9598 2008-04-14  Jim Meyering  <meyering@redhat.com>
9599
9600         test-strtod: fix typos: s/abs/fabs/
9601         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
9602
9603 2008-04-13  Bruno Haible  <bruno@clisp.org>
9604
9605         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
9606         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
9607         module is also used and while not building the reloc-wrapper.
9608
9609 2008-04-13  Bruno Haible  <bruno@clisp.org>
9610
9611         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
9612
9613 2008-04-13  Bruno Haible  <bruno@clisp.org>
9614
9615         Fix AIX compilation failure introduced on 2008-04-02.
9616         * tests/test-frexp.c (exp): Undefine before redefining.
9617         * tests/test-frexpl.c (exp): Likewise.
9618
9619 2008-04-13  Bruno Haible  <bruno@clisp.org>
9620
9621         Work around a HP-UX stdio bug.
9622         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
9623         * tests/test-ftello.c (main): Likewise.
9624         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
9625         * doc/posix-functions/ftello.texi: Likewise.
9626
9627 2008-04-13  Bruno Haible  <bruno@clisp.org>
9628
9629         Make test-signbit pass on HP-UX/hppa.
9630         * tests/test-signbit.c (minus_zerol): New variable.
9631         (test_signbitl): Use it.
9632
9633 2008-04-13  Bruno Haible  <bruno@clisp.org>
9634
9635         Make truncl work on OSF/1 4.0.
9636         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
9637         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9638         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9639         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
9640         HAVE_DECL_TRUNCL.
9641         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
9642         HAVE_DECL_TRUNCL.
9643         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
9644
9645 2008-04-13  Bruno Haible  <bruno@clisp.org>
9646
9647         * lib/unictype.h: Remove trailing comma from enumeration definitions.
9648
9649 2008-04-13  Bruno Haible  <bruno@clisp.org>
9650
9651         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
9652         expression, so as to avoid HP-UX 11 cc compiler bug.
9653
9654 2008-04-13  Bruno Haible  <bruno@clisp.org>
9655
9656         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
9657
9658 2008-04-13  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/git-merge-changelog.c: Remove empty declaration outside of
9661         functions.
9662
9663 2008-04-13  Bruno Haible  <bruno@clisp.org>
9664
9665         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
9666
9667 2008-04-13  Bruno Haible  <bruno@clisp.org>
9668
9669         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
9670         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
9671         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
9672         also if it exists but lacks definitions of the SHUT_* macros.
9673         * modules/sys_socket (Description): Update.
9674         Reported by Elbert Pol <e.pol@chello.nl>.
9675
9676 2008-04-13  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/localcharset.c (OS2): Don't redefine if already defined.
9679         Reported by Elbert Pol <e.pol@chello.nl>.
9680
9681 2008-04-13  Bruno Haible  <bruno@clisp.org>
9682
9683         * lib/binary-io.h [__EMX__]: Include <io.h>.
9684         Reported by Elbert Pol <e.pol@chello.nl>.
9685
9686 2008-04-12  Bruno Haible  <bruno@clisp.org>
9687
9688         * lib/fpucw.h: Enable the definitions also for x86_64.
9689         Needed for NetBSD/x86_64.
9690         Reported by Thomas Klausner <tk@giga.or.at>.
9691
9692 2008-04-12  Bruno Haible  <bruno@clisp.org>
9693
9694         * tests/test-strtod.c: Include isnand.h.
9695         (main): Use isnand instead of isnan.
9696         Reported by Jim Meyering.
9697
9698 2008-04-12  Bruno Haible  <bruno@clisp.org>
9699
9700         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
9701         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9702
9703 2008-04-12  Jim Meyering  <meyering@redhat.com>
9704
9705         * m4/math_h.m4 (gl_MATH_H): Fix typos.
9706
9707 2008-04-12  Bruno Haible  <bruno@clisp.org>
9708
9709         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
9710         Reported by Elbert Pol <e.pol@chello.nl>.
9711
9712 2008-04-12  Eric Blake  <ebb9@byu.net>
9713
9714         Work around Solaris 10 math.h bug.
9715         * m4/math_h.m4 (gl_MATH_H): Check for bug.
9716         (gl_MATH_H_DEFAULTS): Set up default.
9717         * modules/math (Makefile.am): Replace new indicators.
9718         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
9719         * tests/test-math.c (main): Test this.
9720         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
9721         * doc/posix-headers/math.texi (math.h): Mention bug.
9722         Reported by Nelson H. F. Beebe and Jim Meyering.
9723
9724 2008-04-11  Bruno Haible  <bruno@clisp.org>
9725
9726         Adapt to future versions of Apple GCC.
9727         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
9728         Reported by Peter O'Gorman <peter@pogma.com>.
9729
9730 2008-04-11  Bruno Haible  <bruno@clisp.org>
9731
9732         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
9733
9734 2008-04-11  Bruno Haible  <bruno@clisp.org>
9735
9736         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
9737
9738         * modules/getaddrinfo-tests (Makefile.am): Define
9739         test_getaddrinfo_LDADD.
9740
9741 2008-04-11  Bruno Haible  <bruno@clisp.org>
9742
9743         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
9744         (init): Fix syntax error.
9745         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
9746         is declared.
9747
9748 2008-04-11  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
9751         * modules/glob (Depends-on): Add stdbool.
9752
9753 2008-04-11  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/trim.c: Include <string.h>.
9756
9757 2008-04-11  Eric Blake  <ebb9@byu.net>
9758
9759         Avoid compile failure on OS/2.
9760         * lib/regex_internal.h (internal_function): Disable optimization
9761         on OS/2 (__EMX__), where it caused compiler error.
9762         Reported by Elbert Pol.
9763
9764 2008-04-11  Bruno Haible  <bruno@clisp.org>
9765
9766         Flush the standard error stream before aborting. Needed on mingw.
9767         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
9768         * tests/test-array_list.c (ASSERT): Likewise.
9769         * tests/test-array_oset.c (ASSERT): Likewise.
9770         * tests/test-avltree_list.c (ASSERT): Likewise.
9771         * tests/test-avltree_oset.c (ASSERT): Likewise.
9772         * tests/test-avltreehash_list.c (ASSERT): Likewise.
9773         * tests/test-binary-io.c (ASSERT): Likewise.
9774         * tests/test-byteswap.c (ASSERT): Likewise.
9775         * tests/test-c-ctype.c (ASSERT): Likewise.
9776         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
9777         * tests/test-c-strcasestr.c (ASSERT): Likewise.
9778         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
9779         * tests/test-c-strstr.c (ASSERT): Likewise.
9780         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
9781         * tests/test-canonicalize.c (ASSERT): Likewise.
9782         * tests/test-carray_list.c (ASSERT): Likewise.
9783         * tests/test-ceilf1.c (ASSERT): Likewise.
9784         * tests/test-ceilf2.c (ASSERT): Likewise.
9785         * tests/test-ceill.c (ASSERT): Likewise.
9786         * tests/test-count-one-bits.c (ASSERT): Likewise.
9787         * tests/test-fbufmode.c (ASSERT): Likewise.
9788         * tests/test-fflush2.c (ASSERT): Likewise.
9789         * tests/test-floorf1.c (ASSERT): Likewise.
9790         * tests/test-floorf2.c (ASSERT): Likewise.
9791         * tests/test-floorl.c (ASSERT): Likewise.
9792         * tests/test-fopen.c (ASSERT): Likewise.
9793         * tests/test-fpending.c (ASSERT): Likewise.
9794         * tests/test-fprintf-posix.c (ASSERT): Likewise.
9795         * tests/test-fpurge.c (ASSERT): Likewise.
9796         * tests/test-freadable.c (ASSERT): Likewise.
9797         * tests/test-freadahead.c (ASSERT): Likewise.
9798         * tests/test-freading.c (ASSERT): Likewise.
9799         * tests/test-freadptr.c (ASSERT): Likewise.
9800         * tests/test-freadptr2.c (ASSERT): Likewise.
9801         * tests/test-freadseek.c (ASSERT): Likewise.
9802         * tests/test-freopen.c (ASSERT): Likewise.
9803         * tests/test-frexp.c (ASSERT): Likewise.
9804         * tests/test-frexpl.c (ASSERT): Likewise.
9805         * tests/test-fseek.c (ASSERT): Likewise.
9806         * tests/test-fseeko.c (ASSERT): Likewise.
9807         * tests/test-fstrcmp.c (ASSERT): Likewise.
9808         * tests/test-ftell.c (ASSERT): Likewise.
9809         * tests/test-ftello.c (ASSERT): Likewise.
9810         * tests/test-func.c (ASSERT): Likewise.
9811         * tests/test-fwritable.c (ASSERT): Likewise.
9812         * tests/test-fwriting.c (ASSERT): Likewise.
9813         * tests/test-getdelim.c (ASSERT): Likewise.
9814         * tests/test-getline.c (ASSERT): Likewise.
9815         * tests/test-i-ring.c (ASSERT): Likewise.
9816         * tests/test-iconv-utf.c (ASSERT): Likewise.
9817         * tests/test-iconv.c (ASSERT): Likewise.
9818         * tests/test-isfinite.c (ASSERT): Likewise.
9819         * tests/test-isnand.c (ASSERT): Likewise.
9820         * tests/test-isnanf.c (ASSERT): Likewise.
9821         * tests/test-isnanl.h (ASSERT): Likewise.
9822         * tests/test-ldexpl.c (ASSERT): Likewise.
9823         * tests/test-linked_list.c (ASSERT): Likewise.
9824         * tests/test-linkedhash_list.c (ASSERT): Likewise.
9825         * tests/test-localename.c (ASSERT): Likewise.
9826         * tests/test-lseek.c (ASSERT): Likewise.
9827         * tests/test-mbscasecmp.c (ASSERT): Likewise.
9828         * tests/test-mbscasestr1.c (ASSERT): Likewise.
9829         * tests/test-mbscasestr2.c (ASSERT): Likewise.
9830         * tests/test-mbscasestr3.c (ASSERT): Likewise.
9831         * tests/test-mbscasestr4.c (ASSERT): Likewise.
9832         * tests/test-mbschr.c (ASSERT): Likewise.
9833         * tests/test-mbscspn.c (ASSERT): Likewise.
9834         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
9835         * tests/test-mbspbrk.c (ASSERT): Likewise.
9836         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
9837         * tests/test-mbsrchr.c (ASSERT): Likewise.
9838         * tests/test-mbsspn.c (ASSERT): Likewise.
9839         * tests/test-mbsstr1.c (ASSERT): Likewise.
9840         * tests/test-mbsstr2.c (ASSERT): Likewise.
9841         * tests/test-mbsstr3.c (ASSERT): Likewise.
9842         * tests/test-memchr2.c (ASSERT): Likewise.
9843         * tests/test-memmem.c (ASSERT): Likewise.
9844         * tests/test-open.c (ASSERT): Likewise.
9845         * tests/test-printf-frexp.c (ASSERT): Likewise.
9846         * tests/test-printf-frexpl.c (ASSERT): Likewise.
9847         * tests/test-printf-posix.c (ASSERT): Likewise.
9848         * tests/test-quotearg.c (ASSERT): Likewise.
9849         * tests/test-rbtree_list.c (ASSERT): Likewise.
9850         * tests/test-rbtree_oset.c (ASSERT): Likewise.
9851         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
9852         * tests/test-round1.c (ASSERT): Likewise.
9853         * tests/test-roundf1.c (ASSERT): Likewise.
9854         * tests/test-roundl.c (ASSERT): Likewise.
9855         * tests/test-signbit.c (ASSERT): Likewise.
9856         * tests/test-sleep.c (ASSERT): Likewise.
9857         * tests/test-snprintf-posix.c (ASSERT): Likewise.
9858         * tests/test-snprintf.c (ASSERT): Likewise.
9859         * tests/test-sprintf-posix.c (ASSERT): Likewise.
9860         * tests/test-stat-time.c (ASSERT): Likewise.
9861         * tests/test-strcasestr.c (ASSERT): Likewise.
9862         * tests/test-strerror.c (ASSERT): Likewise.
9863         * tests/test-striconv.c (ASSERT): Likewise.
9864         * tests/test-striconveh.c (ASSERT): Likewise.
9865         * tests/test-striconveha.c (ASSERT): Likewise.
9866         * tests/test-strsignal.c (ASSERT): Likewise.
9867         * tests/test-strstr.c (ASSERT): Likewise.
9868         * tests/test-strtod.c (ASSERT): Likewise.
9869         * tests/test-trunc1.c (ASSERT): Likewise.
9870         * tests/test-trunc2.c (ASSERT): Likewise.
9871         * tests/test-truncf1.c (ASSERT): Likewise.
9872         * tests/test-truncf2.c (ASSERT): Likewise.
9873         * tests/test-truncl.c (ASSERT): Likewise.
9874         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
9875         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
9876         * tests/test-vasnprintf.c (ASSERT): Likewise.
9877         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
9878         * tests/test-vasprintf.c (ASSERT): Likewise.
9879         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
9880         * tests/test-vprintf-posix.c (ASSERT): Likewise.
9881         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
9882         * tests/test-vsnprintf.c (ASSERT): Likewise.
9883         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
9884         * tests/test-wcwidth.c (ASSERT): Likewise.
9885         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
9886         * tests/test-xprintf-posix.c (ASSERT): Likewise.
9887         * tests/test-xvasprintf.c (ASSERT): Likewise.
9888         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
9889         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
9890         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
9891         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
9892         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
9893         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
9894         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
9895         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
9896         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
9897         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
9898         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
9899         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
9900         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
9901         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
9902         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
9903         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
9904         * tests/unictype/test-block_list.c (ASSERT): Likewise.
9905         * tests/unictype/test-block_of.c (ASSERT): Likewise.
9906         * tests/unictype/test-block_test.c (ASSERT): Likewise.
9907         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
9908         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
9909         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
9910         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
9911         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
9912         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
9913         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
9914         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
9915         * tests/unictype/test-combining.c (ASSERT): Likewise.
9916         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
9917         * tests/unictype/test-digit.c (ASSERT): Likewise.
9918         * tests/unictype/test-mirror.c (ASSERT): Likewise.
9919         * tests/unictype/test-numeric.c (ASSERT): Likewise.
9920         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
9921         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
9922         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
9923         * tests/unictype/test-scripts.c (ASSERT): Likewise.
9924         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
9925         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
9926         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
9927         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
9928         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
9929         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
9930         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
9931         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
9932         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
9933         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
9934         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
9935         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
9936         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
9937         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
9938         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
9939         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
9940         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
9941         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
9942         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
9943         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
9944         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
9945         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
9946         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
9947         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
9948         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
9949         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
9950         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
9951         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
9952         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
9953         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
9954         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
9955         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
9956         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
9957         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
9958         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
9959         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
9960         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
9961         Reported by Eric Blake.
9962
9963 2008-04-11  Bruno Haible  <bruno@clisp.org>
9964
9965         * lib/wchar.in.h: Tweak comment.
9966
9967 2008-04-11  Bruno Haible  <bruno@clisp.org>
9968
9969         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
9970         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
9971         gl_COMMON.
9972         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
9973
9974 2008-04-11  Bruno Haible  <bruno@clisp.org>
9975
9976         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
9977
9978 2008-04-11  Simon Josefsson  <simon@josefsson.org>
9979
9980         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
9981         of attempting to use non-existing /dev/*random.  Based on patch
9982         from Adam Strzelecki <ono@java.pl> in
9983         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
9984
9985 2008-04-08  Bruno Haible  <bruno@clisp.org>
9986
9987         Add tentative support for emx+gcc.
9988         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
9989         * lib/fpurge.c (fpurge): Likewise.
9990         * lib/freadable.c (freadable): Likewise.
9991         * lib/freadahead.c (freadahead): Likewise.
9992         * lib/freading.c (freading): Likewise.
9993         * lib/freadptr.c (freadptr): Likewise.
9994         * lib/freadseek.c (freadptrinc): Likewise.
9995         * lib/fseeko.c (rpl_fseeko): Likewise.
9996         * lib/fseterr.c (fseterr): Likewise.
9997         * lib/fwritable.c (fwritable): Likewise.
9998         * lib/fwriting.c (fwriting): Likewise.
9999         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
10000
10001 2008-04-09  Eric Blake  <ebb9@byu.net>
10002
10003         Avoid some autoconf warnings.
10004         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
10005         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
10006         * m4/afs.m4 (gl_AFS): Likewise.
10007         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
10008         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
10009         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10010         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
10011         (gl_INTEGER_TYPE_SUFFIX): Likewise.
10012         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
10013         (AC_CHECK_DECLS_ONCE): Likewise.
10014         Rename file...
10015         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
10016         gnulib-tool requires autoconf 2.59 or better.
10017         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
10018
10019 2008-04-08  Eric Blake  <ebb9@byu.net>
10020
10021         Use 'git describe --match' if present (added in git 1.5.5).
10022         * build-aux/git-version-gen: Limit result to tags that match 'v*'
10023         if possible.
10024
10025 2008-04-08  Bruno Haible  <bruno@clisp.org>
10026
10027         Add tentative support for OpenServer.
10028         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
10029         _ptr, _cnt.
10030         * lib/fpurge.c (fpurge): Likewise.
10031         * lib/freadable.c (freadable): Likewise.
10032         * lib/freadahead.c (freadahead): Likewise.
10033         * lib/freading.c (freading): Likewise.
10034         * lib/freadptr.c (freadptr): Likewise.
10035         * lib/freadseek.c (freadptrinc): Likewise.
10036         * lib/fseeko.c (rpl_fseeko): Likewise.
10037         * lib/fseterr.c (fseterr): Likewise.
10038         * lib/fwritable.c (fwritable): Likewise.
10039         * lib/fwriting.c (fwriting): Likewise.
10040         Reported by Roger Cornelius <rac@tenzing.org> and
10041         Brian K. White <brian@aljex.com>.
10042
10043 2008-04-06  Jim Meyering  <meyering@redhat.com>
10044
10045         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
10046
10047 2008-04-06  Bruno Haible  <bruno@clisp.org>
10048
10049         Avoid possible error with non-ASCII bytes in UTF-8 locales.
10050         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
10051         * tests/test-printf-posix.sh: Likewise.
10052         * tests/test-vfprintf-posix.sh: Likewise.
10053         * tests/test-vprintf-posix.sh: Likewise.
10054         * tests/test-xprintf-posix.sh: Likewise.
10055
10056 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10057
10058         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
10059         hide error from 'ls', needed on OS/2.
10060         Report by Elbert Pol <elbert.pol@gmail.com>.
10061
10062 2008-04-04  Eric Blake  <ebb9@byu.net>
10063
10064         Make test-fseeko.c failures meaningful.
10065         * tests/test-fseeko.c: Print line number on failure.
10066         * tests/test-fseek.c: Likewise.
10067         Reported by Nelson H. F. Beebe.
10068
10069         Improve strtod bug detection check.
10070         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
10071         required for Solaris 10.
10072         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
10073
10074 2008-04-04  Bruno Haible  <bruno@clisp.org>
10075
10076         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
10077         by m4/setenv.m4.
10078
10079 2008-04-03  Eric Blake  <ebb9@byu.net>
10080
10081         Ensure sane .version contents.
10082         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
10083         version string.
10084         * build-aux/git-version-gen: Improve documentation.
10085
10086         Make GNU make output nicer.
10087         * top/GNUmakefile [!_have-Makefile]: Add dependency on
10088         MAKECMDGOALS to enforce message for all command line targets.  Set
10089         srcdir for use in maint.mk.
10090
10091         Another maintainer tweak.
10092         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
10093         a target that regenerates version.
10094
10095 2008-04-03  Jim Meyering  <meyering@redhat.com>
10096
10097         vc-list-files: don't cause coreutils "make po-check" failure
10098         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
10099
10100 2008-04-03  Eric Blake  <ebb9@byu.net>
10101
10102         Allow VPATH usage of vc-list-files.
10103         * build-aux/vc-list-files (scriptversion): Add timestamp.
10104         (options): Add --help, --version, -C.
10105         (CVS): Support installed cvsu.
10106
10107 2008-04-02  Bruno Haible  <bruno@clisp.org>
10108
10109         Avoid some "statement with no effect" warnings from gcc.
10110         * tests/test-wctype.c (main): Explicitly ignore unused values.
10111         Reported by Jim Meyering.
10112
10113 2008-04-02  Jim Meyering  <meyering@redhat.com>
10114
10115         Avoid some warnings from "gcc -Wshadow".
10116         * tests/test-frexp.c (exp): Define to a different identifier.
10117         * tests/test-frexpl.c (exp): Likewise.
10118
10119 2008-04-03  Jim Meyering  <meyering@redhat.com>
10120
10121         bootstrap: remove dangling *.[ch] symlinks from lib
10122         * build-aux/bootstrap [dangling symlink removal]: Move find's
10123         -depth option to precede all others, to avoid a warning.
10124         Remove *.[ch] files too, and from "$source_base" (usually lib/).
10125
10126 2008-04-02  Bruno Haible  <bruno@clisp.org>
10127
10128         Avoid some warnings from "gcc -Wshadow".
10129         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
10130         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
10131         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
10132         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
10133         Reported by Jim Meyering.
10134
10135 2008-04-01  Bruno Haible  <bruno@clisp.org>
10136
10137         Fix test to work on IRIX 6.5 with cc.
10138         * tests/test-math.c (numeric_equal): New function.
10139         (main): Use it.
10140
10141 2008-04-01  Bruno Haible  <bruno@clisp.org>
10142
10143         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
10144
10145 2008-04-01  Bruno Haible  <bruno@clisp.org>
10146
10147         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
10148         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10149         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
10150         (Depends-on): Remove math.
10151
10152         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
10153         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10154         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
10155         (Depends-on): Remove math.
10156
10157         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
10158         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10159         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
10160         (Depends-on): Remove math.
10161         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
10162         (Depends-on): Remove math.
10163
10164         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
10165         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10166         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
10167         (Depends-on): Remove math.
10168         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
10169         (Depends-on): Remove math.
10170
10171         * tests/test-round1.c: Include nan.h.
10172         (main): Use NaNd instead of NAN.
10173         * modules/round-tests (Files): Add tests/nan.h.
10174
10175         * tests/test-trunc1.c: Include nan.h.
10176         (main): Use NaNd instead of NAN.
10177         * modules/trunc-tests (Files): Add tests/nan.h.
10178
10179         * tests/test-roundf1.c: Include nan.h.
10180         (main): Use NaNf instead of NAN.
10181         * modules/roundf-tests (Files): Add tests/nan.h.
10182
10183         * tests/test-truncf1.c: Include nan.h.
10184         (main): Use NaNf instead of NAN.
10185         * modules/truncf-tests (Files): Add tests/nan.h.
10186
10187         * tests/test-ceilf1.c: Include nan.h.
10188         (main): Use NaNf instead of NAN.
10189         * modules/ceilf-tests (Files): Add tests/nan.h.
10190
10191         * tests/test-floorf1.c: Include nan.h.
10192         (main): Use NaNf instead of NAN.
10193         * modules/floorf-tests (Files): Add tests/nan.h.
10194
10195         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
10196         (main): Use NaNf instead of NAN.
10197         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
10198
10199         * tests/test-isnand.c: Include nan.h instead of <math.h>.
10200         (main): Use NaNd instead of NAN.
10201         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
10202
10203         * tests/test-frexp.c: Include nan.h.
10204         (main): Use NaNd instead of NAN.
10205         * modules/frexp-tests (Files): Add tests/nan.h.
10206
10207         * lib/isnan.c: Don't include <math.h>.
10208         (FUNC): Don't use NAN macro.
10209         * modules/isnand-nolibm (Depends-on): Remove math.
10210         * modules/isnanf-nolibm (Depends-on): Remove math.
10211         * modules/isnanl (Depends-on): Remove math.
10212         * modules/isnanl-nolibm (Depends-on): Remove math.
10213
10214         * tests/nan.h: New file.
10215
10216 2008-04-01  Eric Blake  <ebb9@byu.net>
10217
10218         Fix typos.
10219         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
10220         values to be the right type.
10221
10222         For now, cater to gnulib strtod inaccuracies.
10223         * tests/test-strtod.c (main): Allow 1-ulp error on expected
10224         fractional results.  While not as nice from a QoI perspective, it
10225         is a quicker patch than correctly implementing decimal to binary
10226         rounding.
10227
10228 2008-03-31  Eric Blake  <ebb9@byu.net>
10229
10230         Guarantee a definition of NAN.
10231         * lib/math.in.h (NAN): Define if missing.
10232         * tests/test-math.c (main): Test it.
10233         * doc/posix-headers/math.texi (math.h): Document this.
10234         * lib/isnan.c (rpl_isnand): Use it.
10235         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
10236         * tests/test-floorf1.c (NaN): Likewise.
10237         * tests/test-frexp.c (NaN): Likewise.
10238         * tests/test-isnand.c (NaN): Likewise.
10239         * tests/test-isnanf.c (NaN): Likewise.
10240         * tests/test-round1.c (NaN): Likewise.
10241         * tests/test-roundf1.c (NaN): Likewise.
10242         * tests/test-snprintf-posix.h (NaN): Likewise.
10243         * tests/test-sprintf-posix.h (NaN): Likewise.
10244         * tests/test-trunc1.c (NaN): Likewise.
10245         * tests/test-truncf1.c (NaN): Likewise.
10246         * tests/test-vasnprintf-posix.c (NaN): Likewise.
10247         * tests/test-vasprintf-posix.c (NaN): Likewise.
10248         * modules/isnand-nolibm (Depends-on): Add math.
10249         * modules/isnanf-nolibm (Depends-on): Likewise.
10250         * modules/isnanl (Depends-on): Likewise.
10251         * modules/isnanl-nolibm (Depends-on): Likewise.
10252         * modules/snprintf-posix-tests (Depends-on): Likewise.
10253         * modules/sprintf-posix-tests (Depends-on): Likewise.
10254         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
10255         * modules/vsprintf-posix-tests (Depends-on): Likewise.
10256         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
10257         * modules/vasprintf-posix-tests (Depends-on): Likewise.
10258
10259 2008-03-31  Bruno Haible  <bruno@clisp.org>
10260
10261         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
10262         * doc/posix-functions/strtod.texi: Likewise.
10263
10264 2008-03-31  Bruno Haible  <bruno@clisp.org>
10265
10266         * tests/test-strtod.c (main): Don't use C99 syntax.
10267
10268 2008-03-31  Bruno Haible  <bruno@clisp.org>
10269
10270         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
10271         Reported by Eric Blake.
10272
10273 2008-03-31  Jim Meyering  <meyering@redhat.com>
10274
10275         Don't compare actual signbit return values.
10276         * tests/test-strtod.c (main): Rather, compare only their
10277         zero/non-zero nature.
10278
10279 2008-03-31  Eric Blake  <ebb9@byu.net>
10280
10281         More strtod documentation.
10282         * doc/posix-functions/strtod.texi (strtod): Interpret more test
10283         failures as distinct bugs.
10284
10285 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
10288         Problem reported by Erik Benada in
10289         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
10290
10291 2008-03-30  Bruno Haible  <bruno@clisp.org>
10292
10293         * tests/test-strtod.c: Add comments about which assertion fails on which
10294         platform.
10295         * doc/posix-functions/strtod.texi: Add info about many more platforms.
10296
10297 2008-03-30  Eric Blake  <ebb9@byu.net>
10298
10299         Test signbit behavior on zeros.
10300         * tests/test-signbit.c (test_signbitf): Add tests for zero.
10301         (test_signbitd, test_signbitl): Likewise.
10302
10303         More strtod touchups.
10304         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
10305         sign of negative underflow, for now.  Use .5, not .1.
10306         * doc/posix-functions/strtod.texi (strtod): Mention these
10307         limitations.
10308         Reported by Jim Meyering.
10309
10310 2008-03-30  Bruno Haible  <bruno@clisp.org>
10311
10312         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
10313         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
10314
10315 2008-03-30  Bruno Haible  <bruno@clisp.org>
10316
10317         Avoid failure when attempting to return empty iconv results on some
10318         platforms.
10319         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
10320         allocation, don't report ENOMEM when the resulting string is empty.
10321
10322 2008-03-30  Bruno Haible  <bruno@clisp.org>
10323
10324         Fix buffer overrun.
10325         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
10326         Don't consider the width for tmp_length. Check count against tmp_length
10327         before doing the padding. Ensure enough allocation during padding.
10328
10329 2008-03-30  Eric Blake  <ebb9@byu.net>
10330
10331         strtod touchups.
10332         * lib/strtod.c (strtod): Avoid compiler warnings.
10333         Reported by Jim Meyering.
10334
10335 2008-03-30  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
10338         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
10339         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
10340         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
10341         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
10342         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
10343         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
10344         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
10345
10346         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
10347         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
10348         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
10349         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
10350         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
10351         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
10352         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
10353         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
10354
10355         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
10356         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
10357         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
10358         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
10359         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
10360         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
10361         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
10362         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
10363
10364         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
10365         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
10366
10367         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
10368         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
10369
10370         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
10371         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
10372
10373         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
10374         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
10375         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
10376
10377         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
10378         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
10379         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
10380
10381         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
10382         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
10383         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
10384
10385         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
10386         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
10387         * modules/vasprintf (Depends-on): Add EOVERFLOW.
10388
10389         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
10390         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
10391         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
10392         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
10393         (Depends-on): Add EOVERFLOW.
10394         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
10395         (Depends-on): Add EOVERFLOW.
10396         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10397         (Depends-on): Add EOVERFLOW.
10398         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10399         (Depends-on): Add EOVERFLOW.
10400         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10401         (Depends-on): Add EOVERFLOW.
10402         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10403         (Depends-on): Add EOVERFLOW.
10404         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10405         (Depends-on): Add EOVERFLOW.
10406         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10407         (Depends-on): Add EOVERFLOW.
10408
10409         * lib/sprintf.c (EOVERFLOW): Remove fallback.
10410         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
10411         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
10412
10413         * lib/snprintf.c (EOVERFLOW): Remove fallback.
10414         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
10415         * modules/snprintf (Depends-on): Add EOVERFLOW.
10416
10417         * lib/poll.c (EOVERFLOW): Remove fallback.
10418         * modules/poll (Depends-on): Add EOVERFLOW.
10419
10420         * lib/getugroups.c (EOVERFLOW): Remove fallback.
10421         * modules/getugroups (Depends-on): Add EOVERFLOW.
10422
10423         * lib/getdelim.c (EOVERFLOW): Remove fallback.
10424         * modules/getdelim (Depends-on): Add EOVERFLOW.
10425
10426         * lib/ftell.c (EOVERFLOW): Remove fallback.
10427         * modules/ftell (Depends-on): Add EOVERFLOW.
10428
10429         * lib/fprintf.c (EOVERFLOW): Remove fallback.
10430         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
10431         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
10432
10433         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
10434
10435         * modules/EOVERFLOW-tests: New file.
10436         * tests/test-EOVERFLOW.c: New file.
10437
10438         * modules/EOVERFLOW: New file.
10439         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
10440
10441 2008-03-30  Bruno Haible  <bruno@clisp.org>
10442
10443         Fix bug introduced on 2007-06-10.
10444         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
10445         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
10446
10447 2008-03-30  Bruno Haible  <bruno@clisp.org>
10448
10449         Improve freadseek's efficiency after ungetc.
10450         * lib/freadseek.c: Include freadahead.h.
10451         (freadptrinc): New function, extracted from freadseek.
10452         (freadseek): Use it in a loop. Use freadahead to determine the number
10453         of loop iterations.
10454         * modules/freadseek (Depends-on): Add freadahead.
10455         (configure.ac): Require AC_C_INLINE.
10456
10457 2008-03-30  Bruno Haible  <bruno@clisp.org>
10458
10459         * lib/freadseek.c (freadseek): Don't ignore the return value of
10460         freadptr.
10461
10462 2008-03-29  Eric Blake  <ebb9@byu.net>
10463
10464         Add hex float support.
10465         * modules/strtod (Depends-on): Add c-ctype.
10466         (Link): Mention POW_LIB.
10467         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
10468         whitespace between 'e' and exponent.
10469         * tests/test-strtod.c (main): Enable hex float tests.
10470         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
10471         now provides.
10472
10473         Document various strtod bugs, with some fixes.
10474         * doc/posix-functions/strtod.texi (strtod): Document bugs with
10475         "-0x", "inf", "nan", and hex constants.
10476         * doc/posix-functions/atof.texi (atof): Likewise.
10477         * modules/stdlib (Makefile.am): Support strtod.
10478         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10479         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
10480         detect additional strtod bugs.
10481         * lib/stdlib.in.h (rpl_strtod): Add declarations.
10482         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
10483         bool where appropriate.  Parse 'inf' and 'nan'.
10484         * tests/test-strtod.c: New file.
10485         * modules/strtod (Depends-on): Add stdbool, stdlib.
10486         (configure.ac): Turn on module indicator.
10487         * modules/strtod-tests: New module.
10488
10489 2008-03-29  Eric Blake  <ebb9@byu.net>
10490
10491         Fix ftell on mingw.
10492         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
10493         * modules/ftell-tests (Depends-on): Add binary-io.
10494         * modules/ftello-tests (Depends-on): Likewise.
10495         * tests/test-ftell.c (main): Enhance test to cover behavior after
10496         ungetc.  Enforce binary mode.
10497         * tests/test-ftello.c (main): Likewise.
10498
10499         Pass test-freadseek on cygwin.
10500         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
10501         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
10502         ungetc buffer.
10503
10504         * tests/test-fflush2.c (main): Fix typo.
10505
10506 2008-03-29  Bruno Haible  <bruno@clisp.org>
10507
10508         * tests/test-fflush2.c (main): Temporarily disable the contents of
10509         this test.
10510         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
10511         Reported by Eric Blake.
10512
10513 2008-03-28  Simon Josefsson  <simon@josefsson.org>
10514
10515         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
10516         (GC_SHA224_DIGEST_SIZE): Add.
10517
10518         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
10519         (gc_hash_digest_length): Likewise.
10520         (gc_hash_buffer): Likewise.
10521
10522 2008-03-25  Bruno Haible  <bruno@clisp.org>
10523
10524         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
10525         detail which gettext release to use.
10526         Reported by Simon Josefsson.
10527
10528 2008-03-26  Jim Meyering  <meyering@redhat.com>
10529
10530         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
10531         * modules/gnumakefile (clean-GNUmakefile): Also, use
10532         test ... && ... || : syntax rather than if-then ... fi.
10533
10534         gnumakefile: Don't double-quote-expand $(VPATH) value.
10535         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
10536
10537 2008-03-24  Eric Blake  <ebb9@byu.net>
10538
10539         Alter GNUmakefile to install into top directory.
10540         * modules/maintainer-makefile: Split, and add dependency...
10541         * modules/gnumakefile: to this new module.
10542         * build-aux/GNUmakefile: Move...
10543         * top/GNUmakefile: ...here.
10544         * build-aux/maint.mk: Move...
10545         * top/maint.mk: ...here.
10546         * MODULES.html.sh (Support for maintaining...): Document new
10547         module.
10548
10549 2008-03-23  Bruno Haible  <bruno@clisp.org>
10550
10551         * gnulib-tool: New options --vc-files, --no-vc-files.
10552         (func_usage): Document them.
10553         (vc_files): New variable.
10554         (func_import): Consider vc_files.
10555         (func_create_testdir): Set vc_files to empty.
10556         Suggested by Jim Meyering and Karl Berry.
10557
10558 2008-03-23  Bruno Haible  <bruno@clisp.org>
10559
10560         Fix regex compilation error on HP-UX 11.
10561         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
10562         * modules/regex (Files): Add m4/mbstate_t.m4.
10563         Reported by Ton Voon <ton.voon@altinity.com>.
10564
10565 2008-03-23  Bruno Haible  <bruno@clisp.org>
10566
10567         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
10568
10569 2008-03-23  Eric Blake  <ebb9@byu.net>
10570             Bruno Haible  <bruno@clisp.org>
10571
10572         Install files from top/ in the destination directory.
10573         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10574         augmentation also for the files from top/.
10575         (func_import, func_create_testdir): Rewrite file names:
10576         top/filename -> filename.
10577
10578 2008-03-23  Bruno Haible  <bruno@clisp.org>
10579
10580         Tweak "gnulib --version" output.
10581         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
10582
10583 2008-03-23  Bruno Haible  <bruno@clisp.org>
10584
10585         Tweak "gnulib --version" output.
10586         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
10587         rather than contents of ChangeLog, when possible.
10588
10589 2008-03-21  Eric Blake  <ebb9@byu.net>
10590
10591         More --version tweaks.
10592         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
10593         date of last ChangeLog entry.
10594
10595 2008-03-21  Jim Meyering  <meyering@redhat.com>
10596
10597         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
10598
10599 2008-03-20  Eric Blake  <ebb9@byu.net>
10600
10601         VPATH fix.
10602         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
10603
10604 2008-03-20  Simon Josefsson  <simon@josefsson.org>
10605
10606         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
10607         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
10608
10609 2008-03-20  Eric Blake  <ebb9@byu.net>
10610
10611         Sync GNUmakefile with coreutils.
10612         * build-aux/GNUmakefile (have-Makefile): Rename...
10613         (_have-Makefile): ...to this, for namespace consideration.
10614         (GNUmakefile.cfg): Include, if present.
10615         (_autoreconf): Define a default.
10616         (_is-dist-target): New rule for rebuilds to pick up intra-release
10617         version.
10618         (maint-cfg.mk): Rename...
10619         (cfg.mk): ...to this.
10620
10621 2008-03-18  Jim Meyering  <meyering@redhat.com>
10622
10623         New script and module: mktempd
10624         * MODULES.html.sh (maint+release support): Add mktempd.
10625         * build-aux/mktempd: New file.
10626         * modules/mktempd: New file.
10627
10628 2008-03-15  Jim Meyering  <meyering@redhat.com>
10629
10630         Undo last change.
10631         * lib/sha1.c, lib/md5.c: 63 != ~63.
10632         Reported by Andreas Schwab.
10633
10634         sha1.c, md5.c: Hoist a redundant expression.
10635         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
10636         "ctx->buflen" only once, before calling *_process_block.
10637         * lib/md5.c (md5_process_bytes): Likewise.
10638
10639 2008-03-14  Eric Blake  <ebb9@byu.net>
10640
10641         Bump copyright year in files generated by gnulib-tool.
10642         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
10643         gnulib-tool, rather than hard-coding it.
10644
10645         Fix 'gnulib-tool --version' output to work with git.
10646         * gnulib-tool (func_gnulib_dir): New function, extracted from...
10647         (startup): ...here.
10648         (func_version): Use it to invoke git-version-gen, rather than
10649         relying on CVS keyword expansion.  Modernize wording.
10650         (cvsdatestamp, last_checkin_date, version): Kill unused
10651         variables.
10652
10653 2008-03-12  Jim Meyering  <meyering@redhat.com>
10654
10655         Recognize optional cast of the argument to free.
10656         * build-aux/useless-if-before-free: Update regexps.
10657
10658         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
10659
10660 2008-03-11  Bruno Haible  <bruno@clisp.org>
10661
10662         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
10663         by a single package.
10664         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
10665         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
10666         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
10667         Reported by Sam Steingold <sds@gnu.org>.
10668
10669 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10670
10671         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
10672         repositories.
10673
10674 2008-03-11  Bruno Haible  <bruno@clisp.org>
10675
10676         Avoid conflicts between local macro definitions.
10677         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10678         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
10679
10680 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
10681             Bruno Haible  <bruno@clisp.org>
10682
10683         Make va_copy work with some version of xlc on AIX 5.1.
10684         * lib/stdarg.in.h: New file.
10685         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
10686         On AIX, use a <stdarg.h> file substitute.
10687         * modules/stdarg (Files): Add lib/stdarg.in.h.
10688         (Depends-on): Add include_next.
10689         (Makefile.am): Build a stdarg.h substitute if requested.
10690         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
10691
10692 2008-03-10  Bruno Haible  <bruno@clisp.org>
10693
10694         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
10695         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10696         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10697
10698 2008-03-10  Bruno Haible  <bruno@clisp.org>
10699
10700         * modules/stdlib (Depends-on): Add include_next, remove
10701         absolute-header.
10702
10703 2008-03-09  Bruno Haible  <bruno@clisp.org>
10704
10705         * lib/freadahead.h (freadahead): Document more precisely.
10706         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
10707         the sum of both buffer sizes.
10708         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
10709         * NEWS: Document the change.
10710
10711 2008-03-09  Bruno Haible  <bruno@clisp.org>
10712
10713         Extend freadptr to return also the buffer size.
10714         * lib/freadptr.h (freadptr): Add sizep argument.
10715         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
10716         (freadptr): Add sizep argument. Determine buffer size like freadahead
10717         does.
10718         * tests/test-freadptr.c: Don't include freadahead.h.
10719         (main): Adapt for new calling convention of freadptr.
10720         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
10721         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
10722         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
10723         tests/test-freadptr2.sh.
10724         (Depends): Remove freadahead.
10725         (TESTS): Add test-freadptr2.sh.
10726         (check_PROGRAMS): Add test-freadptr2.
10727
10728 2008-03-09  Bruno Haible  <bruno@clisp.org>
10729
10730         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
10731         Report and solution by Simon Josefsson.
10732
10733 2008-03-06  Bruno Haible  <bruno@clisp.org>
10734
10735         Make fflush after ungetc work on BSD platforms.
10736         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
10737         * tests/test-fflush2.c: New file.
10738         * tests/test-fflush2.sh: New file.
10739         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
10740         tests/test-fflush2.c.
10741         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
10742         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
10743
10744 2008-03-06  Eric Blake  <ebb9@byu.net>
10745
10746         Likewise for ftello.
10747         * modules/ftello (Dependencies): Add extensions.
10748         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
10749
10750 2008-03-06  Bruno Haible  <bruno@clisp.org>
10751
10752         * modules/fseeko (Dependencies): Add extensions.
10753         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
10754         Needed on glibc systems.
10755
10756 2008-03-06  Bruno Haible  <bruno@clisp.org>
10757
10758         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
10759         email address.
10760         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10761
10762 2008-03-06  Bruno Haible  <bruno@clisp.org>
10763
10764         * users.txt: Add libgnupdf.
10765
10766 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10767
10768         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
10769         (Header File Substitutes, Function Substitutes,
10770         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
10771         (Build robot for gnulib): Fix typo.
10772
10773 2008-03-06  Bruno Haible  <bruno@clisp.org>
10774
10775         * doc/gnulib-tool.texi (VCS Issues): Small updates.
10776         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10777
10778 2008-03-06  Bruno Haible  <bruno@clisp.org>
10779
10780         * doc/func.texi: New file, extracted from doc/gnulib.texi.
10781         * doc/gnulib.texi: Include it.
10782
10783 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10784
10785         * modules/func (License): Change license to unlimited; there was
10786         no LGPL parts in the module anyway.
10787
10788 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10789
10790         * modules/__func__: Renamed to modules/func.
10791         * modules/__func__-tests: Renamed to modules/func-tests.
10792         * tests/test-__func__.c: Renamed to tests/test-func.c.
10793         * m4/__func__.m4: Renamed to m4/func.m4.
10794         * doc/gnulib.texi (__func__): Section renamed to func.
10795         Suggested by Eric Blake <ebb9@byu.net>.
10796
10797 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10798
10799         * doc/gnulib.texi (__func__): Use C99 terminology when talking
10800         about __func__.  Make example self-contained.  Suggested by Eric
10801         Blake <ebb9@byu.net>.
10802
10803         * tests/test-__func__.c (main): Avoid extraneous () around __func.
10804         Suggested by Eric Blake <ebb9@byu.net>.
10805
10806 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10807
10808         * modules/__func__: New file.
10809         * modules/__func__-tests: New file.
10810         * tests/test-__func__.c: New file.
10811         * m4/__func__.m4: New file.
10812         * doc/gnulib.texi (__func__): Document __func__ module.
10813
10814 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10815
10816         * modules/byteswap (License): Re-license as LGPLv2+.
10817
10818 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10819
10820         * doc/Makefile: Add pdf target.
10821
10822 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10823
10824         * modules/inline (License): Use 'unlimited', since there are only
10825         *.m4 files in this module.
10826
10827 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10828             Bruno Haible  <bruno@clisp.org>
10829
10830         Add support for HP C 7.1 on OpenVMS 8.3.
10831         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
10832
10833 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10834
10835         Update VMS specifics.
10836         * lib/getopt.c [VMS]: Remove include of unixlib.h.
10837
10838 2008-03-02  Jim Meyering  <meyering@redhat.com>
10839
10840         Remove the last dependency on the "free" module.
10841         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
10842         Reported by Bob Proulx.
10843
10844         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
10845
10846         Remove useless "if" tests before free.  Deprecate "free" module.
10847         * doc/posix-functions/free.texi: Mention that this
10848         module is no longer useful.
10849         * modules/free (Notice): Say this module is obsolete.
10850         * modules/readutmp (Depends-on): Remove free.
10851         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
10852         * lib/putenv.c (putenv): Likewise.
10853         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
10854         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
10855         * tests/test-c-strcasestr.c (main): Likewise.
10856         * tests/test-c-strstr.c (main): Likewise.
10857         * tests/test-mbscasestr1.c (main): Likewise.
10858         * tests/test-mbscasestr2.c (main): Likewise.
10859         * tests/test-mbsstr1.c (main): Likewise.
10860         * tests/test-mbsstr2.c (main): Likewise.
10861         * tests/test-memmem.c (main): Likewise.
10862         * tests/test-strcasestr.c (main): Likewise.
10863         * tests/test-striconv.c (main): Likewise.
10864         * tests/test-striconveh.c (main): Likewise.
10865         * tests/test-striconveha.c (main): Likewise.
10866         * tests/test-strstr.c (main): Likewise.
10867
10868         * build-aux/git-version-gen: Adjust a comment and the Usage string.
10869
10870         bootstrap: sync from coreutils again
10871         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
10872
10873 2008-03-01  Jim Meyering  <meyering@redhat.com>
10874
10875         bootstrap: sync from coreutils
10876         * build-aux/bootstrap (update_po_files): Copy a .po file into place
10877         also when the target doesn't exist.
10878
10879 2008-03-01  Eric Blake  <ebb9@byu.net>
10880
10881         Fix bugs in last patch.
10882         * lib/memchr2.c (memchr2): Fix typo.
10883         * tests/test-memchr2.c: Test previous bug, and don't use GNU
10884         extension.
10885         Reported by Bruce Korb.
10886
10887         New module 'memchr2'.
10888         * modules/memchr2: New file.
10889         * modules/memchr2-tests: Likewise.
10890         * lib/memchr2.h: Likewise.
10891         * lib/memchr2.c: Likewise, based on memchr.c.
10892         * tests/test-memchr2.c: New test.
10893         * MODULES.html.sh (String handling): Add memchr2.
10894
10895 2008-02-29  Bruno Haible  <bruno@clisp.org>
10896
10897         * modules/freadseek-tests: New file.
10898         * tests/test-freadseek.sh: New file.
10899         * tests/test-freadseek.c: New file.
10900
10901         New module 'freadseek'.
10902         * modules/freadseek: New file.
10903         * lib/freadseek.h: New file.
10904         * lib/freadseek.c: New file.
10905         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
10906
10907 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10908
10909         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
10910         wydawca.
10911
10912         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
10913         program_invocation_name and program_invocation_short_name are
10914         present.
10915
10916 2008-02-28  Bruno Haible  <bruno@clisp.org>
10917
10918         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
10919         * tests/test-freadptr.sh: Also test non-seekable stdin.
10920
10921 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
10922
10923         * build-aux/bootstrap (source_base, m4_base)
10924         (doc_base, tests_base): New variables.
10925         (gnulib_tool_options): Do not hardcode base directories, use
10926         the above variables instead.
10927
10928 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
10929
10930         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
10931
10932 2008-02-28  Bruno Haible  <bruno@clisp.org>
10933
10934         * modules/freadptr-tests: New file.
10935         * tests/test-freadptr.sh: New file.
10936         * tests/test-freadptr.c: New file.
10937
10938         New module 'freadptr'.
10939         * modules/freadptr: New file.
10940         * lib/freadptr.h: New file.
10941         * lib/freadptr.c: New file.
10942         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
10943
10944 2008-02-26  Karl Berry  <karl@freefriends.org>
10945
10946         Sync from Libtool:
10947         * libltdl/argz.c (argz_add, argz_count): New functions.
10948         * libltdl/argz.in.h: Declare them.
10949         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
10950
10951 2008-02-22  Bruno Haible  <bruno@clisp.org>
10952
10953         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
10954         is a pointer type.  Needed for HP-UX 10.
10955         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
10956         * doc/posix-functions/gmtime_r.texi: Likewise.
10957         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10958
10959 2008-02-24  Bruno Haible  <bruno@clisp.org>
10960
10961         * modules/environ-tests: New file.
10962         * tests/test-environ.c: New file.
10963
10964         New module 'environ'.
10965         * modules/environ: New file.
10966         * lib/unistd.in.h (environ): New declaration.
10967         * m4/environ.m4: New file.
10968         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
10969         after use.
10970         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
10971         HAVE_DECL_ENVIRON.
10972         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
10973         HAVE_DECL_ENVIRON.
10974         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
10975         wrong claim that 'environ' is missing on some systems.
10976         * modules/execute (Depends-on): Add environ.
10977         * lib/execute.c (environ): Remove fallback declaration.
10978         * modules/pipe (Depends-on): Add environ.
10979         * lib/pipe.c (environ): Remove fallback declaration.
10980         * modules/setenv (Depends-on): Add environ.
10981         * lib/setenv.c (environ): Remove fallback declaration.
10982         * modules/unsetenv (Depends-on): Add environ.
10983         * lib/unsetenv.c (environ): Remove fallback declaration.
10984         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
10985         m4/environ.m4.
10986         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
10987         (gl_PREREQ_UNSETENV): Likewise.
10988
10989 2008-02-24  Bruno Haible  <bruno@clisp.org>
10990
10991         * doc/posix-functions/environ.texi: Document the MacOS X problem.
10992
10993 2008-02-20  Bob Proulx  <bob@proulx.com>
10994
10995         Enable use of older two part flavor 'git describe'.
10996         * build-aux/git-version-gen: If using the older two part flavor of
10997         git version then recreate the third part now present in the
10998         newer three part flavor of git describe.
10999
11000 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
11001
11002         * lib/fts.c (fts_build): Typo correction to comment.
11003
11004 2008-02-17  Bruno Haible  <bruno@clisp.org>
11005
11006         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
11007         generating no-op conflicts.
11008
11009 2008-02-17  Bruno Haible  <bruno@clisp.org>
11010
11011         Speed up by 10%.
11012         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
11013         result_entries, rather than an index-based loop.
11014
11015 2008-02-17  Bruno Haible  <bruno@clisp.org>
11016
11017         Speed up by 25%.
11018         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
11019         'hashcode_cached'.
11020         (entry_create): New function.
11021         (entry_hashcode): Use the cached hashcode if possible.
11022         (read_changelog_file, try_split_merged_entry): Use entry_create.
11023
11024 2008-02-17  Bruno Haible  <bruno@clisp.org>
11025
11026         Speed up from O(n^2) to O(n) for long ChangeLog files.
11027         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
11028         (read_changelog_file): Change implementation of entries_reversed list
11029         to rbtreehash.
11030         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
11031
11032 2008-02-17  Bruno Haible  <bruno@clisp.org>
11033
11034         New option --split-merged-entry.
11035         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
11036         (find_paragraph_end, try_split_merged_entry): New functions.
11037         (long_options): Add option --split-merged-entry.
11038         (usage): Document option --split-merged-entry.
11039         (main): Implement option --split-merged-entry.
11040         Reported by Eric Blake.
11041
11042 2008-02-17  Bruno Haible  <bruno@clisp.org>
11043
11044         * lib/git-merge-changelog.c: Include c-strstr.h.
11045         (main): Support the "git pull --rebase" situation.
11046         * modules/git-merge-changelog (Depends-on): Add c-strstr.
11047         Reported by Eric Blake.
11048
11049 2008-02-16  Eric Blake  <ebb9@byu.net>
11050
11051         Avoid doubling \ in common case of "c-maybe" quoting style.
11052         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
11053         eliding outer quotes.
11054         * lib/quotearg.h: Document this.
11055         * tests/test-quotearg.c (result_strings, inputs, results_g)
11056         (flag_results, locale_results): Test it by adding a new string to
11057         each test group.
11058         (compare_strings): Test new string.
11059
11060 2008-02-13  Eric Blake  <ebb9@byu.net>
11061
11062         Avoid trigraph quoting in default output.
11063         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
11064         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
11065         unless explicitly requested.
11066         * tests/test-quotearg.c (flag_results, main): Add additional tests.
11067
11068 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
11069
11070         Don't rely on signed integer overflowing to negative value.
11071         * lib/getugroups.c (getugroups): Include <limits.h>.
11072         Instead, compare against INT_MAX, and increment only if the test passes.
11073
11074 2008-02-13  Jim Meyering  <meyering@redhat.com>
11075         and Eric Blake  <ebb9@byu.net>
11076
11077         Avoid shadowing warning and compile errors on Linux.
11078         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
11079         forwarding macros on Linux.
11080         (dcgettext): Define a stub, for Linux.
11081         (results_g, main): Avoid warnings.
11082
11083 2008-02-12  Eric Blake  <ebb9@byu.net>
11084
11085         Silence warning in last patch.
11086         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
11087
11088         Quotearg part 4: add tests, fix c-maybe colon quoting.
11089         * lib/quotearg.h: Improve documentation.
11090         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
11091         escapes when adding outer quotes.  When quoting trigraphs, use
11092         valid C notation.  When quoting NUL, omit extra characters if next
11093         character is not digit.  Alter prototype.
11094         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
11095         callers.
11096         * modules/quotearg-tests: New module.
11097         * tests/test-quotearg.c: New test.
11098
11099 2008-02-07  Eric Blake  <ebb9@byu.net>
11100
11101         Quotearg part 3: add flag to control outer quote elision.
11102         * lib/quotearg.h (c_maybe_quoting_style): New style.
11103         (enum quoting_flags): Better documentation of flags.
11104         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
11105         c-maybe style.
11106         (quotearg_buffer_restyled): Handle new flag to elide outer
11107         quotes.
11108
11109         Quotearg part 2: add flag that can control NUL elision.
11110         * lib/quotearg.h (set_quoting_flags): New prototype.
11111         * lib/quotearg.c (struct quoting_options): Add flag field.
11112         (set_quoting_flags): New function.
11113         (quotearg_buffer_restyled): Add flags parameter.
11114         (quotearg_alloc_mem): Set the flag if length cannot be returned.
11115         (quotearg_n_options): Set the flag, since length cannot be
11116         returned.
11117         (quoting_options_from_style): Default flags correctly.
11118
11119         Quotearg part 1: more wrappers, restore quotearg_char state.
11120         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
11121         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
11122         (quotearg_colon_mem): New wrappers.
11123         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
11124         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
11125         functions.
11126         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
11127         (quotearg_colon_mem): New functions.
11128
11129 2008-02-11  Bruno Haible  <bruno@clisp.org>
11130
11131         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
11132         library in the current directory: it does not work with parallel make.
11133         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11134
11135 2008-02-11  Bruno Haible  <bruno@clisp.org>
11136
11137         * .gitattributes: New file.
11138
11139 2008-02-11  Jim Meyering  <meyering@redhat.com>
11140
11141         useless-if-before-free: Fix reversed exit values.
11142         * build-aux/useless-if-before-free: Use correct values
11143         for EXIT_MATCH and EXIT_NO_MATCH.
11144
11145         * build-aux/useless-if-before-free: Close stdout carefully.
11146
11147 2008-02-10  Bruno Haible  <bruno@clisp.org>
11148
11149         New module 'git-merge-changelog'.
11150         * modules/git-merge-changelog: New file.
11151         * lib/git-merge-changelog.c: New file.
11152
11153 2008-02-10  Jim Meyering  <meyering@redhat.com>
11154
11155         useless-if-before-free: New option: --list (-l).
11156
11157         useless-if-before-free: Don't exit immediately upon open failure.
11158         * build-aux/useless-if-before-free: Exit 2 for errors.
11159         Upon failure to open a file, don't exit immediately.
11160         Rather, just warn and continue with any remaining files.
11161
11162 2008-02-10  Bruno Haible  <bruno@clisp.org>
11163
11164         New abstract list operation 'node_set_value'.
11165         * lib/gl_list.h (gl_list_node_set_value): New function.
11166         (struct gl_list_implementation): New field node_set_value.
11167         * lib/gl_list.c (gl_list_node_set_value): New function.
11168         * lib/gl_array_list.c (gl_array_node_set_value): New function.
11169         (gl_array_list_implementation): Update.
11170         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
11171         (gl_carray_list_implementation): Update.
11172         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
11173         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11174         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11175         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
11176         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11177         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11178         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11179         Update.
11180         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11181         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
11182         (gl_sublist_list_implementation): Update.
11183
11184 2008-02-10  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
11187         Needed when ELEMENT is #defined to 'some_type *'.
11188
11189 2008-02-10  Jim Meyering  <meyering@redhat.com>
11190
11191         New script and module: useless-if-before-free
11192         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
11193         * build-aux/useless-if-before-free: New file.
11194         * modules/useless-if-before-free: New file.
11195
11196         * build-aux/gitlog-to-changelog: Use committer date, not author date.
11197
11198         xstrtol_error: Fix typo.
11199         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
11200         s/exit_failure/exit_status/.
11201
11202 2008-02-09  Jim Meyering  <meyering@redhat.com>
11203
11204         New script and module: gitlog-to-changelog
11205         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
11206         * modules/gitlog-to-changelog: New file.
11207         * build-aux/gitlog-to-changelog: New file.
11208
11209 2008-02-08  Jim Meyering  <meyering@redhat.com>
11210
11211         Avoid two "parameter unused" warnings.
11212         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
11213         Mark "st" as used.
11214
11215         Use "git COMMAND", not "git-COMMAND".
11216         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
11217         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
11218         * build-aux/git-version-gen: Use "git status", not "git-status".
11219
11220 2008-02-07  Bruno Haible  <bruno@clisp.org>
11221
11222         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
11223         Avoids a crash on Windows Vista.
11224         Reported by Adam Strzelecki <ono@java.pl> via
11225         Simon Josefsson <simon@josefsson.org>.
11226
11227 2008-02-06  Bruno Haible  <bruno@clisp.org>
11228
11229         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
11230         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
11231         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
11232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
11233         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11234         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11235         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
11236         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
11237         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11238         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11239         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11240         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11241         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11242         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11243         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11244         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
11245         left-adjust flag.
11246         * tests/test-snprintf-posix.h (test_function): Likewise.
11247         * tests/test-sprintf-posix.h (test_function): Likewise.
11248         * tests/test-vasprintf-posix.c (test_function): Likewise.
11249         * doc/posix-functions/fprintf.texi: Update.
11250         * doc/posix-functions/printf.texi: Update.
11251         * doc/posix-functions/snprintf.texi: Update.
11252         * doc/posix-functions/sprintf.texi: Update.
11253         * doc/posix-functions/vfprintf.texi: Update.
11254         * doc/posix-functions/vprintf.texi: Update.
11255         * doc/posix-functions/vsnprintf.texi: Update.
11256         * doc/posix-functions/vsprintf.texi: Update.
11257         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11258
11259 2008-02-06  Bruno Haible  <bruno@clisp.org>
11260
11261         Fix bug introduced on 2008-01-26.
11262         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
11263
11264 2008-02-06  Bruno Haible  <bruno@clisp.org>
11265
11266         Fix bug introduced on 2007-06-10.
11267         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
11268         !NEED_PRINTF_FLAG_ZERO.
11269
11270 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
11271
11272         getloadavg: use libperfstat on AIX5
11273         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
11274
11275 2008-02-03  Bruno Haible  <bruno@clisp.org>
11276
11277         * lib/diffseq.h: Add comments about required #includes.
11278         Reported by Michael Biggs <gnulib@doubleplum.net>.
11279
11280 2008-02-01  Bruno Haible  <bruno@clisp.org>
11281
11282         * users.txt: Add gnuit.
11283
11284 2008-01-31  Bruno Haible  <bruno@clisp.org>
11285
11286         * lib/md4.c (set_uint32): Mark as inline.
11287         * lib/md5.c (set_uint32): Likewise.
11288         * lib/sha1.c (set_uint32): Likewise.
11289         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
11290         * m4/md5.m4 (gl_MD5): Likewise.
11291         * m4/sha1.m4 (gl_SHA1): Likewise.
11292
11293 2008-01-31  Jim Meyering  <meyering@redhat.com>
11294
11295         Use "sizeof VAR", rather than a literal "4".
11296         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
11297         * lib/md4.c (md4_read_ctx): Likewise.
11298         * lib/sha1.c (sha1_read_ctx): Likewise.
11299
11300 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11301
11302         * tests/test-sha1.c: New file, based on test-md5.c.
11303
11304         * modules/crypto/sha1-tests: New file.
11305
11306 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11307
11308         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
11309
11310 2008-01-31  Jim Meyering  <meyering@redhat.com>
11311
11312         Prefer "sizeof v" over the equivalent "4".
11313         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
11314         * lib/md5.c (set_uint32): Likewise.
11315         * lib/sha1.c (set_uint32): Likewise.
11316
11317 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11318
11319         * lib/sha1.c (set_uint32): Mark function as static.
11320
11321 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11322
11323         md2: clarify comments to say that alignment is not required.
11324         * lib/md2.h: Remove warning about alignment in comment.
11325         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
11326         never been required.
11327
11328 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11329
11330         md4: adapt alignment constraint fix from sha1.
11331         * lib/md4.c (set_uint32): New function, from sha1.c
11332         (md4_read_ctx): Use it.
11333         (md4_finish_ctx): Doc fix.
11334         * lib/md4.h: Doc fix.
11335
11336 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11337
11338         md5: adapt alignment constraint fix from sha1.
11339         * lib/md5.c (set_uint32): New function, from sha1.c
11340         (md5_read_ctx): Use it.
11341         (md5_finish_ctx): Doc fix.
11342         * lib/md5.h: Doc fix.
11343
11344 2008-01-30  Peter Palfrader  <weasel@debian.org>
11345
11346         sha1: remove the result buffer alignment constraint
11347         * lib/sha1.c (set_uint32): New function.
11348         (sha1_read_ctx): Rewrite to remove the result buffer alignment
11349         constraint.
11350         (sha1_finish_ctx): Remove comment warning about alignment constraint.
11351         * lib/sha1.h: Likewise.
11352
11353 2008-01-30  Andreas Schwab  <schwab@suse.de>
11354             Bruno Haible  <bruno@clisp.org>
11355
11356         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
11357         correct definition of LDBL_MIN_EXP.
11358
11359 2008-01-30  Karl Berry  <karl@gnu.org>
11360
11361         * config/srclist-update: try to preserve x bit on updates.
11362         * config/srclistvars.sh: update for karl.
11363
11364 2008-01-29  Jim Meyering  <meyering@redhat.com>
11365
11366         vasnprintf.c: Avoid warning about unused label
11367         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
11368         "overflow" label definition and associated code with the
11369         same cpp condition that guards the sole use of that label.
11370
11371 2008-01-26  Bruno Haible  <bruno@clisp.org>
11372
11373         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
11374         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
11375         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
11376         * lib/isnanl-nolibm.h (isnanl): Likewise.
11377         Reported by Paul Eggert <eggert@cs.ucla.edu>.
11378
11379 2008-01-26  Bruno Haible  <bruno@clisp.org>
11380
11381         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
11382         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
11383
11384 2008-01-26  Bruno Haible  <bruno@clisp.org>
11385
11386         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
11387         GCC >= 4.0 built-in.
11388         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
11389
11390 2008-01-26  Bruno Haible  <bruno@clisp.org>
11391
11392         Rename isnan, applicable to 'double' only, to isnand.
11393         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
11394         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
11395         (configure.ac): Update.
11396         (Include): Replace "isnan.h" with "isnand.h".
11397         * m4/isnand.m4: Renamed from m4/isnan.m4.
11398         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
11399         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
11400         instead of isnan.c.
11401         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
11402         instead of HAVE_ISNAN_IN_LIBC.
11403         (isnand): Renamed from isnan.
11404         * lib/isnand.c: New file.
11405         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
11406         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
11407         (Makefile.am): Update.
11408         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
11409         Include isnand.h instead of isnan.h.
11410         (main): Test isnand instead of isnan.
11411         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
11412         isnan-nolibm.
11413         * modules/frexp (Depends-on): Likewise.
11414         * modules/frexp-tests (Depends-on): Likewise.
11415         * modules/frexp-nolibm (Depends-on): Likewise.
11416         * modules/frexp-nolibm-tests (Depends-on): Likewise.
11417         * modules/isfinite (Depends-on): Likewise.
11418         * modules/round-tests (Depends-on): Likewise.
11419         * modules/signbit (Depends-on): Likewise.
11420         * modules/signbit-tests (Depends-on): Likewise.
11421         * modules/snprintf-posix (Depends-on): Likewise.
11422         * modules/sprintf-posix (Depends-on): Likewise.
11423         * modules/trunc-tests (Depends-on): Likewise.
11424         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11425         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11426         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11427         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11428         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11429         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11430         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11431         * modules/vasnprintf-posix (Depends-on): Likewise.
11432         * modules/vasprintf-posix (Depends-on): Likewise.
11433         * modules/vfprintf-posix (Depends-on): Likewise.
11434         * modules/vsnprintf-posix (Depends-on): Likewise.
11435         * modules/vsprintf-posix (Depends-on): Likewise.
11436         * lib/frexp.c: Include isnand.h instead of isnan.h.
11437         (ISNAN): Set to isnand instead of isnan.
11438         * lib/isfinite.c: Include isnand.h instead of isnan.h.
11439         (gl_isfinited): Use isnand instead of isnan.
11440         * lib/signbitd.c: Include isnand.h instead of isnan.h.
11441         (gl_signbitd): Use isnand instead of isnan.
11442         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
11443         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
11444         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
11445         (main): Use isnand instead of isnan.
11446         * tests/test-round1.c: Include isnand.h.
11447         (main): Use isnand instead of isnan.
11448         * tests/test-round2.c: Include isnand.h instead of isnan.h.
11449         (ISNAN): Set to isnand instead of isnan.
11450         * tests/test-trunc1.c: Include isnand.h.
11451         (main): Use isnand instead of isnan.
11452         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
11453         (equal): Use isnand instead of isnan.
11454         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
11455         isnand-nolibm.
11456         * NEWS: Mention the change.
11457
11458 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11459             Bruno Haible  <bruno@clisp.org>
11460
11461         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
11462         the GCC builtins for signbits are present and set
11463         REPLACE_SIGNBIT_USING_GCC if so.
11464         * lib/math.in.h (signbit): Define using GCC builtins if
11465         REPLACE_SIGNBIT_USING_GCC is set.
11466         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
11467         REPLACE_SIGNBIT_USING_GCC.
11468         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
11469
11470 2008-01-25  Jim Meyering  <meyering@redhat.com>
11471
11472         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
11473         * lib/poll.c: Include <config.h>, not "config.h".
11474         * tests/test-getaddrinfo.c: Likewise.
11475
11476 2008-01-25  Simon Josefsson  <simon@josefsson.org>
11477
11478         * modules/sockets-tests: New file.
11479
11480 2008-01-24  Simon Josefsson  <simon@josefsson.org>
11481
11482         * modules/sockets: New module, can be used to call WSA_Startup and
11483         WSA_Cleanup when needed.
11484
11485         * lib/sockets.h, lib/sockets.c: New files.
11486
11487         * m4/sockets.m4: New file.
11488
11489         * tests/test-sockets.c: New file.
11490
11491 2008-01-19  Bruno Haible  <bruno@clisp.org>
11492
11493         * doc/posix-headers: Renamed from doc/headers.
11494         * doc/posix-functions: Renamed from doc/functions.
11495         * doc/gnulib.texi: Update.
11496
11497 2008-01-19  Bruno Haible  <bruno@clisp.org>
11498
11499         * doc/glibc-functions/strcasestr.texi: Include contents of
11500         doc/functions/strcasestr.texi, fixing the list of platforms.
11501         * doc/functions/strcasestr.texi: Remove file.
11502
11503 2008-01-19  Bruno Haible  <bruno@clisp.org>
11504
11505         * doc/glibc-functions/memmem.texi: Include contents of
11506         doc/functions/memmem.texi.
11507         * doc/functions/memmem.texi: Remove file.
11508
11509 2008-01-18  Bruno Haible  <bruno@clisp.org>
11510
11511         * doc/glibc-functions/*.texi: New files.
11512         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
11513         to use the new files.
11514
11515 2008-01-17  Bruno Haible  <bruno@clisp.org>
11516
11517         * tests/test-gethostname.c (main): Fix printf statement.
11518
11519 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11520
11521         * modules/gethostname-tests: New file.
11522
11523         * tests/test-gethostname.c: New file.
11524
11525 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11526
11527         * lib/gethostname.c: Include string.h unconditionally, strncpy is
11528         used by the UNAME case.  Reported by Bruno Haible
11529         <bruno@clisp.org>.
11530
11531 2008-01-17  Eric Blake  <ebb9@byu.net>
11532
11533         Convert c-strcasestr to be more efficient.
11534         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
11535         (Depends-on): Add c-strcase, remove malloca, strnlen.
11536         * tests/test-c-strcasestr.c (main): Enhance test.
11537         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
11538
11539 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11540
11541         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
11542         Use it in creating po/Makevars.
11543
11544 2008-01-15  Simon Josefsson  <simon@josefsson.org>
11545
11546         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
11547         Applications that requires it should initialize libgcrypt
11548         manually.
11549
11550 2008-01-16  Simon Josefsson  <simon@josefsson.org>
11551
11552         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
11553
11554 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         Fix problem with getdate on mingw32 reported by Simon Josefsson
11557         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
11558         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
11559         tzname", when deciding whether to declare tzname.
11560         * lib/strftime.c (tzname): Likewise.
11561
11562 2008-01-15  Bruno Haible  <bruno@clisp.org>
11563
11564         Work around a MacOS X 10.5 bug in frexpl().
11565         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
11566         * doc/functions/frexpl.texi: Document the bug.
11567         Reported by Elias Pipping <pipping@gentoo.org>.
11568
11569 2008-01-14  Eric Blake  <ebb9@byu.net>
11570
11571         Touch up previous patch.
11572         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
11573         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
11574
11575         Convert strcasestr module to use Two-Way algorithm.
11576         * modules/strcasestr-simple: New module, based on the old
11577         strcasestr, but with Two-Way rather than KMP.
11578         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
11579         * lib/string.in.h (rpl_strcasestr): Declare.
11580         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
11581         performance.
11582         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
11583         * modules/string (Makefile.am): Support strcasestr.
11584         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11585         * modules/strcasestr-tests (Depends-on): Check for alarm.
11586         * tests/test-strcasestr.c: Augment test.
11587         * lib/str-two-way.h: Clean up stray macro.
11588         * NEWS: Document new module.
11589         * MODULES.html.sh (string handling): Likewise.
11590         * doc/functions/strcasestr.texi: New file.
11591         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
11592         here, since it is not a POSIX function.
11593
11594 2008-01-14  Colin Watson  <cjwatson@debian.org>
11595             Bruno Haible  <bruno@clisp.org>
11596
11597         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
11598         works fine; if not, set REPLACE_STRSIGNAL.
11599         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
11600         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11601         REPLACE_STRSIGNAL.
11602         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
11603         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
11604         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
11605
11606 2008-01-14  Bruno Haible  <bruno@clisp.org>
11607
11608         * modules/strsignal (Include): Change to <string.h>.
11609
11610 2008-01-14  Colin Watson  <cjwatson@debian.org>
11611
11612         * modules/argp (Notice): Add a notice recommending to change
11613         XGETTEXT_OPTIONS.
11614         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
11615
11616 2008-01-13  Colin Watson  <cjwatson@debian.org>
11617
11618         * modules/strsignal-tests: New file.
11619         * tests/test-strsignal.c: New file.
11620
11621         * lib/strsignal.c: New file, from glibc with modifications.
11622         * lib/siglist.h: New file, from glibc with modifications.
11623         * lib/string.in.h (strsignal): New declaration.
11624         * m4/strsignal.m4: New file.
11625         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11626         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
11627         * modules/strsignal: New file.
11628         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
11629         HAVE_DECL_STRSIGNAL.
11630
11631 2008-01-13  Bruno Haible  <bruno@clisp.org>
11632
11633         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
11634         locale encoding is not ASCII. Needed for OpenBSD 4.0.
11635         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11636         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11637
11638 2008-01-13  Bruno Haible  <bruno@clisp.org>
11639
11640         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
11641         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
11642         * lib/argp.h (__attribute__): Likewise.
11643         * lib/c-stack.c (__attribute__): Likewise.
11644         * lib/error.h (__attribute__): Likewise.
11645         * lib/fts.c (__attribute__): Likewise.
11646         * lib/openat.h (__attribute__): Likewise.
11647         * lib/stdio.in.h (__attribute__): Likewise.
11648         * lib/string.in.h (__attribute__): Likewise.
11649         * lib/utimens.c (__attribute__): Likewise.
11650         * lib/vasnprintf.h (__attribute__): Likewise.
11651         * lib/xalloc.h (__attribute__): Likewise.
11652         * lib/xprintf.h (__attribute__): Likewise.
11653         * lib/xstrtol.h (__attribute__): Likewise.
11654         * lib/xvasprintf.h (__attribute__): Likewise.
11655
11656 2008-01-12  Bruno Haible  <bruno@clisp.org>
11657
11658         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
11659         * doc/glibc-headers/a.out.texi: New file.
11660         * doc/glibc-headers/aliases.texi: New file.
11661         * doc/glibc-headers/alloca.texi: New file.
11662         * doc/glibc-headers/ar.texi: New file.
11663         * doc/glibc-headers/argp.texi: New file.
11664         * doc/glibc-headers/argz.texi: New file.
11665         * doc/glibc-headers/byteswap.texi: New file.
11666         * doc/glibc-headers/crypt.texi: New file.
11667         * doc/glibc-headers/endian.texi: New file.
11668         * doc/glibc-headers/envz.texi: New file.
11669         * doc/glibc-headers/err.texi: New file.
11670         * doc/glibc-headers/error.texi: New file.
11671         * doc/glibc-headers/execinfo.texi: New file.
11672         * doc/glibc-headers/fpu_control.texi: New file.
11673         * doc/glibc-headers/fstab.texi: New file.
11674         * doc/glibc-headers/fts.texi: New file.
11675         * doc/glibc-headers/getopt.texi: New file.
11676         * doc/glibc-headers/ieee754.texi: New file.
11677         * doc/glibc-headers/ifaddrs.texi: New file.
11678         * doc/glibc-headers/libintl.texi: New file.
11679         * doc/glibc-headers/mcheck.texi: New file.
11680         * doc/glibc-headers/mntent.texi: New file.
11681         * doc/glibc-headers/obstack.texi: New file.
11682         * doc/glibc-headers/paths.texi: New file.
11683         * doc/glibc-headers/printf.texi: New file.
11684         * doc/glibc-headers/pty.texi: New file.
11685         * doc/glibc-headers/resolv.texi: New file.
11686         * doc/glibc-headers/shadow.texi: New file.
11687         * doc/glibc-headers/sysexits.texi: New file.
11688         * doc/glibc-headers/ttyent.texi: New file.
11689
11690 2008-01-12  Jim Meyering  <meyering@redhat.com>
11691
11692         announce-gen: emit Gnulib's git-based version string.
11693         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
11694         New option --gnulib-version=V, where V is expected to be
11695         the output of running git describe in the gnulib directory.
11696         (get_tool_versions): Request feedback on xdelta.  I suspect it's
11697         not useful, and plan to stop publishing an xdelta file with each
11698         coreutils release.
11699
11700         * build-aux/announce-gen: Also check for lzma-compressed files.
11701
11702 2008-01-11  Bruno Haible  <bruno@clisp.org>
11703
11704         * tests/test-memmem.c (main): Increase maximum allowed time.
11705         * tests/test-strstr.c (main): Likewise.
11706
11707 2008-01-11  Bruno Haible  <bruno@clisp.org>
11708
11709         * doc/functions/memmem.texi: Add more precisions about platforms.
11710         * doc/functions/strstr.texi: Likewise.
11711
11712 2008-01-10  Eric Blake  <ebb9@byu.net>
11713
11714         * m4/strstr.m4: Delete cruft from copy-n-paste.
11715         Reported by Bruno Haible.
11716
11717 2008-01-10  Bruno Haible  <bruno@clisp.org>
11718
11719         Make c-strstr rely on strstr.
11720         * lib/c-strstr.c: Don't include str-kmp.h.
11721         (c_strstr): Define in terms of strstr.
11722         * modules/c-strstr (Files): Remove lib/str-kmp.h.
11723         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
11724
11725 2008-01-10  Bruno Haible  <bruno@clisp.org>
11726
11727         * doc/gnulib.texi (String Functions in C Locale): New section.
11728         * doc/c-ctype.texi: New file.
11729         * doc/c-strcase.texi: New file.
11730         * doc/c-strcaseeq.texi: New file.
11731         * doc/c-strcasestr.texi: New file.
11732         * doc/c-strstr.texi: New file.
11733         * doc/c-strtod.texi: New file.
11734         * doc/c-strtold.texi: New file.
11735
11736 2008-01-10  Eric Blake  <ebb9@byu.net>
11737
11738         * lib/relocatable.h: Fix a comment.
11739
11740 2008-01-10  Eric Blake  <ebb9@byu.net>
11741
11742         Share two-way algorithm.
11743         * lib/str-two-way.h: New file, merged from...
11744         * lib/memmem.c: ...here...
11745         * lib/strstr.c: ...and here.
11746         * modules/memmem (Files): Use it.
11747         * modules/strstr (Files): Likewise.
11748
11749         Avoid quadratic strstr implementations.
11750         * lib/strstr.c: New file.
11751         * m4/strstr.m4: Likewise.
11752         * modules/strstr: Likewise.
11753         * modules/strstr-tests: Likewise.
11754         * tests/test-strstr.c: Likewise.
11755         * lib/string.in.h (rpl_strstr): Declare.
11756         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
11757         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
11758         * modules/string (Makefile.am): Likewise.
11759         * MODULES.html.sh (string handling): Mention new module.
11760         * doc/functions/strstr.texi (strstr): Document the bug.
11761
11762 2008-01-10  Bruno Haible  <bruno@clisp.org>
11763
11764         * lib/relocatable.h (relocate): State whether result is freshly
11765         allocated or not.
11766         * lib/relocatable.c (relocate): Return a freshly allocated string
11767         instead of a pointer to a privately held string.
11768         Reported by Sylvain Beucler <beuc@gnu.org>.
11769
11770 2008-01-10  Colin Watson  <cjwatson@debian.org>
11771
11772         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
11773         s/S_ISNLK/S_ISLNK/.
11774
11775 2008-01-09  Bruno Haible  <bruno@clisp.org>
11776
11777         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
11778         and other files.
11779         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
11780         if it's only a guess.
11781         * modules/memmem: Simplify by depending on memmem-simple.
11782
11783 2008-01-09  Bruno Haible  <bruno@clisp.org>
11784
11785         Work around OpenBSD 4.0 tdelete() bug.
11786         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
11787         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
11788         macros and don't redefine the enum values.
11789         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
11790         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
11791         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
11792
11793 2008-01-09  Bruno Haible  <bruno@clisp.org>
11794
11795         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
11796         (main): Don't perform the tests if setlocale did not install a UTF-8
11797         locale. Needed on OpenBSD 4.0.
11798         * modules/wcwidth-tests (Depends-on): Add localcharset.
11799
11800 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11801
11802         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
11803         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
11804         * NEWS: announce this.
11805         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
11806
11807 2008-01-09  Simon Josefsson  <simon@josefsson.org>
11808         and Eric Blake  <ebb9@byu.net>
11809
11810         Add memmem-simple module.
11811         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
11812         (gl_FUNC_MEMMEM): Separate performance from presence checks.
11813         * modules/memmem-simple: New file.
11814         * modules/memmem (Description): Tweak.
11815         * MODULES.html.sh (string handling): Mention new module.
11816         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
11817         addressed by memmem-simple.
11818         * NEWS: Document the difference.
11819
11820 2008-01-09  Eric Blake  <ebb9@byu.net>
11821
11822         Give gcc some memmem optimization hints.
11823         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
11824         (strcasestr): Declare as pure.
11825         * modules/memmem (Maintainer): Claim my implementation.
11826
11827 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11828
11829         Support AIX 6.1 and higher.
11830         * build-aux/config.libpath: Likewise.
11831         * build-aux/config.rpath: Likewise.
11832
11833 2008-01-08  Jim Meyering  <meyering@redhat.com>
11834             Bruno Haible  <bruno@clisp.org>
11835
11836         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
11837         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
11838         Reported by Peter Fales in
11839         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
11840
11841 2008-01-08  Bruno Haible  <bruno@clisp.org>
11842
11843         * modules/unictype/category-of (Depends-on): Add
11844         unictype/category-none.
11845         * modules/unictype/category-and-tests (Depends-on): Add
11846         unictype/category-{L,N,Lu,Nd}.
11847         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
11848         * modules/unictype/category-or-tests (Depends-on): Add
11849         unictype/category-{L,N}.
11850         * modules/unictype/category-name-tests (Depends-on): Add
11851         unictype/category-{Z,Nl}.
11852         Reported by Simon Josefsson.
11853
11854 2008-01-08  Bruno Haible  <bruno@clisp.org>
11855
11856         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
11857         convention better.
11858         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
11859         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
11860         Reported by Peter Miller <millerp@canb.auug.org.au>.
11861
11862 2008-01-08  Eric Blake  <ebb9@byu.net>
11863
11864         Rewrite memmem to guarantee linear complexity without malloc.
11865         * lib/memmem.c (memmem): Use Two-Way rather than
11866         Knuth-Morris-Pratt, to allow O(1) space usage.
11867         (critical_factorization, two_way_short_needle)
11868         (two_way_long_needle): New functions.
11869         (knuth_morris_pratt): Delete.
11870         * modules/memmem (Depends-on): No longer need malloca or stdbool.
11871         Add stdint.
11872         * tests/test-memmem.c (main): Add tests for periodic needle and
11873         sublinear performance.
11874         * doc/functions/memmem.texi (memmem): Document other deficiencies
11875         in cygwin and older glibc.
11876
11877 2008-01-08  Bruno Haible  <bruno@clisp.org>
11878
11879         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
11880         augmentation.
11881
11882 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
11883
11884         Add a configure time option: --disable-acl.
11885         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
11886         AC_ARG_ENABLE(acl).
11887
11888 2008-01-06  Simon Josefsson  <simon@josefsson.org>
11889
11890         * tests/test-localename.c: Don't include obsolete "setenv.h".
11891
11892         * modules/localename-tests (Depends-on): Need unsetenv.
11893
11894 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11895
11896         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
11897
11898 2008-01-06  Colin Watson  <cjwatson@debian.org>
11899
11900         * users.txt: Add man-db.
11901
11902 2008-01-07  Bruno Haible  <bruno@clisp.org>
11903
11904         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
11905         previous section name.
11906
11907 2008-01-07  Bruno Haible  <bruno@clisp.org>
11908
11909         * lib/progname.c (set_program_name): Don't strip off a leading
11910         "lt-" prefix outside a .libs directory.
11911         Suggested by Paul Eggert.
11912
11913 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
11914             Bruno Haible  <bruno@clisp.org>
11915
11916         Improve memory cleanup in 'relocatable' module.
11917         * lib/relocatable.h (compute_curr_prefix): Change return type to
11918         'char *'.
11919         * lib/relocatable.c (compute_curr_prefix): Change return type to
11920         'char *'. Free curr_installdir after use.
11921         (relocate): Free curr_prefix_better after use.
11922         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
11923
11924 2008-01-01  Bruno Haible  <bruno@clisp.org>
11925
11926         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
11927         failure on older glibc systems.
11928         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11929
11930 2008-01-05  Eric Blake  <ebb9@byu.net>
11931
11932         Avoid quadratic system memmem.
11933         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
11934         Reported by Ralf Wildenhues.
11935
11936         Fix memmem test for mingw.
11937         * modules/memmem-tests (configure.ac): Check for alarm.
11938         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
11939         it.
11940         * doc/functions/memmem.texi: New file.
11941         * doc/gnulib.texi (Function Substitutes): Add memmem.
11942         Reported by Bruno Haible.
11943
11944 2008-01-04  Bruno Haible  <bruno@clisp.org>
11945
11946         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
11947         Require gl_HEADER_STRINGS_H_DEFAULTS, not
11948         gl_HEADER_STRING_H_DEFAULTS.
11949
11950 2008-01-04  Eric Blake  <ebb9@byu.net>
11951
11952         Shorten duration of memmem test.
11953         * tests/test-memmem.c (main): Use alarm to declare failure if test
11954         is taking too long.
11955         Reported by Ralf Wildenhues.
11956
11957 2007-12-21  Simon Josefsson  <simon@josefsson.org>
11958
11959         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
11960         string, needed by strerror.
11961
11962 2008-01-03  Colin Watson  <cjwatson@debian.org>
11963             Bruno Haible  <bruno@clisp.org>
11964
11965         * doc/gnulib-tool.texi (Localization): New section.
11966
11967 2008-01-02  Bruno Haible  <bruno@clisp.org>
11968
11969         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
11970         variables to 'unsigned char *' type.
11971         Reported by Paul Eggert.
11972
11973 2008-01-02  Jim Meyering  <jim@meyering.net>
11974
11975         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
11976
11977 2007-12-31  Jim Meyering  <jim@meyering.net>
11978
11979         Avoid use of private FTS type name.
11980         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
11981
11982 2007-12-30  Karl Berry  <karl@gnu.org>
11983
11984         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
11985         work around defect in Texinfo and/or the standalone Info browser.
11986
11987 2007-12-30  Bruno Haible  <bruno@clisp.org>
11988
11989         Unify 5 copies of the KMP code.
11990         * lib/str-kmp.h: New file.
11991         * lib/c-strcasestr.c: Include str-kmp.h.
11992         (knuth_morris_pratt): Remove function.
11993         (c_strcasestr): Update.
11994         * lib/c-strstr.c: Include str-kmp.h.
11995         (knuth_morris_pratt): Remove function.
11996         (c_strcasestr): Update.
11997         * lib/mbscasestr.c: Include str-kmp.h.
11998         (knuth_morris_pratt_unibyte): Remove function.
11999         * lib/mbsstr.c: Include str-kmp.h.
12000         (knuth_morris_pratt_unibyte): Remove function.
12001         * lib/strcasestr.c: Include str-kmp.h.
12002         (knuth_morris_pratt): Remove function.
12003         (strcasestr): Update.
12004         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
12005         * modules/c-strstr (Files): Likewise.
12006         * modules/mbscasestr (Files): Likewise.
12007         * modules/mbsstr (Files): Likewise.
12008         * modules/strcasestr (Files): Likewise.
12009         Suggested by Paul Eggert.
12010
12011 2007-12-30  Bruno Haible  <bruno@clisp.org>
12012
12013         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
12014         defined.
12015
12016 2007-12-30  Bruno Haible  <bruno@clisp.org>
12017
12018         * lib/xmalloca.h: Include xalloc.h.
12019         (xnmalloca): New macro.
12020
12021 2007-12-30  Bruno Haible  <bruno@clisp.org>
12022
12023         * lib/malloca.h (nmalloca): New macro.
12024         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
12025         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
12026         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
12027         knuth_morris_pratt_multibyte): Likewise.
12028         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
12029         knuth_morris_pratt_multibyte): Likewise.
12030         * lib/memmem.c (knuth_morris_pratt): Likewise.
12031         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
12032
12033 2007-12-25  Bruno Haible  <bruno@clisp.org>
12034
12035         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
12036         * lib/glob.c: Don't include openat.h.
12037         (link_exists2_p): Add back the code that deals with the
12038         !GLOB_ALTDIRFUNC case.
12039         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
12040         let it do the filename concatenation.
12041         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
12042         * modules/glob (Depends-on): Remove openat.
12043
12044 2007-12-31  Bruno Haible  <bruno@clisp.org>
12045
12046         * modules/dirfd (License): Change to LGPLv2+.
12047         Approved by Jim Meyering.
12048
12049 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12050
12051         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
12052         when multiplying M by sizeof (size_t).
12053
12054 2007-12-10  Martin Lambers  <marlam@marlam.de>
12055
12056         Override getpagesize on mingw.
12057         * lib/getpagesize.c: New file.
12058         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
12059         * modules/getpagesize (Files): Add lib/getpagesize.c.
12060         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
12061         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12062         REPLACE_GETPAGESIZE.
12063         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
12064
12065 2007-12-25  Bruno Haible  <bruno@clisp.org>
12066
12067         * modules/localcharset (Notice): New field.
12068         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
12069         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
12070
12071 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12072             Bruno Haible  <bruno@clisp.org>
12073
12074         Avoid using the syntax symbol() in formatted documentation.
12075         * MODULES.html.sh (func_module): When replacing symbol() with a
12076         hyperlink, remove the parentheses. Show an error if some remain.
12077         Recognize and render the '...' syntax.
12078         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
12079         Rework. Add paragraph about GCC's inlining.
12080         * doc/alloca.texi: Likewise.
12081         * doc/error.texi: Remove parentheses from symbol reference.
12082         * doc/gnulib-intro.texi: Likewise.
12083         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
12084         * modules/fnmatch (Description): Reword to say "the ... function".
12085         * modules/full-read (Description): Likewise.
12086         * modules/full-write (Description): Likewise.
12087         * modules/safe-read (Description): Likewise.
12088         * modules/safe-write (Description): Likewise.
12089         * modules/strchrnul (Description): Likewise.
12090         * modules/trim (Description): Likewise.
12091         * modules/error (Description): Remove parentheses from symbol
12092         references.
12093         * modules/verror (Description): Likewise.
12094         Reported by Karl Berry.
12095
12096 2007-12-25  Bruno Haible  <bruno@clisp.org>
12097
12098         Fixup after 2007-10-16 commit.
12099         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
12100
12101 2007-12-24  Bruno Haible  <bruno@clisp.org>
12102
12103         Make --enable-relocatable work with DESTDIR.
12104         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
12105         to compute installdir from destprog.
12106         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
12107         also set the RELOC_DESTDIR variable.
12108         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12109
12110 2007-12-24  Bruno Haible  <bruno@clisp.org>
12111
12112         Fix link error due to xalloc_die().
12113         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
12114         of xreadlink.
12115         * lib/relocwrapper.c: Update comments.
12116         * build-aux/install-reloc: Remove xreadlink.c from file list.
12117         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
12118         xreadlink.c.
12119         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12120
12121 2007-12-24  Bruno Haible  <bruno@clisp.org>
12122
12123         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
12124         * lib/setenv.h: Remove file.
12125         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
12126         lib/setenv.h.
12127         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
12128         (Depends-on): Add stdlib.
12129         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
12130         gl_FUNC_UNSETENV.
12131         (Include): Replace setenv.h with <stdlib.h>.
12132         * modules/unsetenv: New file.
12133         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
12134         * lib/unsetenv.c: Include <stdlib.h> first.
12135         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
12136         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
12137         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
12138         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
12139         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
12140         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12141         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
12142         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12143         * doc/functions/unsetenv.texi: Update.
12144         * modules/xsetenv (Depends-on): Add unsetenv.
12145         * modules/getdate (Depends-on): Likewise.
12146         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
12147         * lib/xsetenv.c: Don't include setenv.h.
12148         * lib/getdate.y: Likewise.
12149         * lib/relocwrapper.c: Likewise.
12150         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
12151         (Depends-on): Add stdlib.
12152         * NEWS: Mention the changes.
12153         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12154
12155 2007-12-23  Bruno Haible  <bruno@clisp.org>
12156
12157         * lib/memmem.c (memmem): Use lowercase variable names. Tab
12158         indentation.
12159
12160 2007-12-23  Bruno Haible  <bruno@clisp.org>
12161
12162         * lib/c-strcasestr.c: Add more comments.
12163         * lib/c-strstr.c: Likewise.
12164         * lib/mbscasestr.c: Likewise.
12165         * lib/mbsstr.c: Likewise.
12166         * lib/strcasestr.c: Likewise.
12167         * lib/memmem.c: Likewise.
12168
12169 2007-12-23  Bruno Haible  <bruno@clisp.org>
12170
12171         * tests/test-memmem.c: Include <string.h> first.
12172
12173 2007-12-22  Bruno Haible  <bruno@clisp.org>
12174
12175         * gnulib-tool (func_create_testdir): Change $auxdir while generating
12176         the contents of $testsbase.
12177         Reported by Ralf Wildenhues.
12178
12179 2007-12-22  Bruno Haible  <bruno@clisp.org>
12180
12181         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
12182         two variables local_ldadd_before, local_ldadd_last.
12183
12184 2007-12-20  Eric Blake  <ebb9@byu.net>
12185
12186         Work around circular library issue when cross-compiling.
12187         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
12188         that progname.o does not need to pull in rpl_memcmp.
12189
12190 2007-12-19  Eric Blake  <ebb9@byu.net>
12191
12192         Fix memmem to avoid O(n^2) worst-case complexity.
12193         * lib/memmem.c (knuth_morris_pratt): New function.
12194         (memmem): Use it if first few naive iterations fail.
12195         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
12196         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
12197         * modules/memchr (License): Likewise.
12198         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
12199         malloca.
12200         * tests/test-memmem.c: Rewrite, borrowing ideas from
12201         test-mbsstr1.c; the old version wouldn't even compile!
12202         * modules/memmem-tests: New file.
12203         * lib/string.in.h (rpl_memmem): Add declaration.
12204         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
12205         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
12206         REPLACE_MEMMEM.
12207
12208 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12209
12210         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
12211         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
12212         before any system include files, and undef after them all.  This
12213         should fix a problem on VMS reported by John E. Malmberg in
12214         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
12215
12216 2007-12-17  Eric Blake  <ebb9@byu.net>
12217
12218         Revert addition of verify, for BSD/OS.
12219         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
12220         can't handle large files, for the sake of obsolete platforms.
12221         * modules/fseeko (Depends-on): Remove verify.
12222         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
12223         * doc/functions/ftello.texi (ftello): Likewise.
12224         * doc/functions/fgetpos.texi (fgetpos): Likewise.
12225         Reported by Larry Jones.
12226
12227 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
12228
12229         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
12230         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
12231
12232 2007-12-17  Jim Meyering  <meyering@redhat.com>
12233
12234         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
12235         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
12236         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
12237         * modules/getcwd (Depends-on): Add openat.
12238         Reported by Petr Salinger.
12239
12240 2007-12-17  Bruno Haible  <bruno@clisp.org>
12241
12242         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
12243         avoid a segmentation fault of the configure test on x86_64 systems.
12244
12245 2007-12-15  Jim Meyering  <meyering@redhat.com>
12246
12247         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
12248
12249 2007-12-13  Eric Blake  <ebb9@byu.net>
12250
12251         Another fseek test.
12252         * tests/test-fseek.c (main): Also test ungetc handling.
12253         * tests/test-fseeko.c (main): Likewise.
12254         * modules/fseeko (Depends-on): Add verify.
12255         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
12256         large.
12257         Reported by Larry Jones.
12258
12259         Fix fseeko on mingw.
12260         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
12261         seek.
12262
12263         Beef up fseek tests.
12264         * tests/test-fseek.c (main): Also test eof handling.
12265         * tests/test-fseeko.c (main): Likewise.
12266         Reported by Larry Jones.
12267
12268 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
12269
12270         Fix fseeko on BSD-based platforms.
12271         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
12272         successful seek.
12273
12274 2007-12-12  Eric Blake  <ebb9@byu.net>
12275
12276         Allow circular dependency of separate libtests.a
12277         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
12278         when use_libtests.
12279
12280 2007-12-11  Eric Blake  <ebb9@byu.net>
12281
12282         Fix bug with -0.0L in previous patch.
12283         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
12284         * tests/test-isnan.c (main): Also test on zeroes.
12285         * tests/test-isnanf.c (main): Likewise.
12286         * tests/test-isnanl.h (main): Likewise.
12287
12288         Detect pseudo-denormals on x86 even when cross-compiling.
12289         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
12290         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
12291         invalid bit patterns that happen to satisfy ==.
12292
12293         Avoid link failures with separate libtests.a.
12294         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
12295         last, to satisfy circular dependencies.
12296
12297 2007-12-11  Eric Blake  <ebb9@byu.net>
12298         and Bruno Haible  <bruno@clisp.org>
12299
12300         Fix OpenBSD 4.0 <float.h> handling of long double.
12301         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
12302         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
12303         * doc/headers/float.texi (float.h): Document OpenBSD bug.
12304
12305 2007-12-11  Jim Meyering  <meyering@redhat.com>
12306
12307         * users.txt: Add libvirt.
12308
12309         Support versions of autoconf prior to 2.59c.
12310         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
12311         if it is not already defined.
12312
12313 2007-12-09  Bruno Haible  <bruno@clisp.org>
12314
12315         Let 'gnulib-tool --import' collect sources needed for the tests in
12316         tests/ rather than in lib/.
12317         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
12318         argument. If true, add rules to generate libtests.a, and put libtests.a
12319         into $(LDADD). Consider source files in subdirectories and set
12320         uses_subdirs.
12321         (func_emit_initmacro_start, func_emit_initmacro_end,
12322         func_emit_initmacro_done): Pass all arguments explicitly.
12323         (func_import): Determine two module lists main_modules,
12324         testsrelated_modules. Determine use_libtests. Determine two variables
12325         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
12326         instead of just sed_transform_lib_file. Determine two variables
12327         main_files and testsrelated_files. Compute 'files' as the union of
12328         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
12329         func_add_or_update. In the generated gnulib-comp.m4, collect the
12330         object files for tests/ in different variables than those for lib/.
12331         Substitute LIBTESTS_LIBDEPS.
12332         (func_create_testdir): Combine the uses_subdirs results from
12333         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
12334
12335 2007-12-09  Bruno Haible  <bruno@clisp.org>
12336
12337         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
12338         the build-aux directory.
12339
12340 2007-12-09  Bruno Haible  <bruno@clisp.org>
12341
12342         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
12343         introduced on 2006-09-09.
12344
12345 2007-12-07  Jim Meyering  <meyering@redhat.com>
12346
12347         Let these macros work also with autoconf-2.59.
12348         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
12349         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
12350         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12351
12352 2007-12-06  Jim Meyering  <meyering@redhat.com>
12353
12354         Avoid a configure-time syntax error in gl_FUNC_ACL.
12355         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
12356         function in each branch, before testing the cache variable.
12357
12358 2007-12-04  Eric Blake  <ebb9@byu.net>
12359
12360         Make scripts executable.
12361         * build-aux/config.guess: Add execute permissions.
12362         * build-aux/config.sub: Likewise.
12363         * build-aux/gendocs.sh: Likewise.
12364
12365         Fix frexp on mingw.
12366         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
12367         cross-compiling.
12368         * doc/functions/frexp.texi (frexp): Document the bug.
12369
12370         Make cygwin fseeko check more reliable.
12371         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
12372         version numbers, rather than unrelated feature check.
12373         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
12374         * doc/functions/ftello.texi (ftello): Likewise.
12375         Reported by Bruno Haible.
12376
12377         * m4/strerror.m4: Bump version number.
12378
12379 2007-12-03  Bruno Haible  <bruno@clisp.org>
12380
12381         * doc/functions/mprotect.texi: Mention the mingw problem.
12382
12383 2007-12-03  Eric Blake  <ebb9@byu.net>
12384
12385         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
12386         REPLACE_STRERROR is initialized before this macro.
12387
12388 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12389
12390         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
12391         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
12392         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
12393         put -lsec in even for programs other than 'ls'.  This fixes a problem
12394         for gettext reported by Bruno Haible in
12395         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
12396         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
12397         Add support for Solaris 10.  This isn't efficient, but should get the
12398         job done for now.
12399
12400 2007-12-03  James Youngman  <jay@gnu.org>
12401
12402         * doc/regexprops-generic.texi: change "an close-group" to "a
12403         close-group" and "illegal" to "not allowed".
12404
12405 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12406
12407         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
12408         pr_byname.h. Needed for the rare case when the maintainer has done
12409         "make maintainer-clean" in the source directory and then attempts a
12410         build outside the source directory.
12411         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
12412         scripts_byname.h.
12413
12414 2007-12-02  Martin Lambers <marlam@marlam.de>
12415             Bruno Haible  <bruno@clisp.org>
12416
12417         * lib/getpagesize.h: Remove file.
12418         * lib/unistd.in.h: Include declaration of getpagesize here.
12419         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
12420         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
12421         HAVE_SYS_PARAM_H.
12422         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
12423         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12424         * modules/getpagesize (Files): Remove lib/getpagesize.h.
12425         (Depends-on): Add unistd.
12426         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12427         (Include): Use <unistd.h> instead of getpagesize.h.
12428         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
12429         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12430         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
12431         gl_GETPAGESIZE invocation, already handled by module dependency.
12432         * lib/pagealign_alloc.c: Don't include getpagesize.h.
12433
12434 2007-12-02  Bruno Haible  <bruno@clisp.org>
12435
12436         * modules/strings-tests: New file.
12437         * tests/test-strings.c: New file.
12438
12439         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
12440         * lib/strings.in.h: New file.
12441         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
12442         * m4/strings_h.m4: New file.
12443         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
12444         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
12445         * modules/strings: New file.
12446         * modules/string (Makefile.am): Update.
12447         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
12448         Reported by Karl Berry.
12449
12450 2007-12-01  Eric Blake  <ebb9@byu.net>
12451
12452         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
12453         accomodate fix in cygwin 1.5.25.
12454
12455 2007-12-01  Jim Meyering  <meyering@redhat.com>
12456
12457         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
12458         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
12459         that would inhibit utf8-optimization of a regexp containing line-
12460         or buffer-anchors, e.g., `^', `$'.
12461
12462 2007-11-30  Bruno Haible  <bruno@clisp.org>
12463
12464         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
12465         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
12466         glthread_recursive_lock_init.
12467         * lib/lock.c (glthread_recursive_lock_init)
12468         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
12469         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12470
12471 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         New function qset_acl, like set_acl but with syscall semantics.
12474         * lib/acl.h (qset_acl): New decl.
12475         * lib/acl.c (qset_acl): New function.
12476         (set_acl): Use new function.  Use more-consistent diagnostics.
12477
12478 2007-11-28  Jim Meyering  <meyering@redhat.com>
12479
12480         * modules/physmem (License): Change from GPL to LGPLv2+.
12481
12482 2007-11-26  Bruno Haible  <bruno@clisp.org>
12483
12484         * lib/vasnprintf.c (decode_long_double): Don't abort if the
12485         'long double' type has excess precision.
12486         Reported by Jim Meyering in
12487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
12488
12489 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12490
12491         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
12492         Sync from <http://gnu.org/licenses>.
12493         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
12494         with license text from same location.
12495         * doc/maintain.texi, doc/standards.texi:  Sync from
12496         <http://savannah.gnu.org/projects/gnustandards>.
12497
12498 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
12499         and Jim Meyering  <meyering@redhat.com>
12500
12501         Adjust getdate' grammar to accept a slightly more regular language.
12502         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
12503         Before, the former was rejected.
12504         * lib/getdate.y (digits_to_date_time): New function, factored
12505         out of ...
12506         (number): ...here.  Just call digits_to_date_time.
12507         (hybrid): New non-terminal to handle an <unsigned number,
12508         signed relative offset> sequence consistently.
12509
12510 2007-11-18  Jim Meyering  <meyering@redhat.com>
12511
12512         Pull my changes from coreutils:
12513         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
12514         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
12515         use of $gnulib_tool_option_extras, so that it's separated from the
12516         preceding argument.
12517
12518         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
12519         * build-aux/bootstrap (cp_mark_as_generated): Create any required
12520         parent destination directories before copying a file into place.
12521
12522 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12523
12524         bootstrap: work also with 4-argument variant of AC_INIT
12525         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
12526
12527 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12528
12529         Port test-getaddrinfo to Solaris.
12530         Problem reported by Bruno Haible in
12531         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
12532         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
12533         explanation of setting 'hints'.
12534         Don't reject an implementation merely because it returns EAI_SERVICE.
12535         (EAI_SERVICE): Define to 0 if not defined.
12536
12537 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12538
12539         The license of gnu-make and posix-shell is now "GPLed build tool".
12540         * modules/gnu-make (License): Likewise.
12541         * modules/posix-shell (License): Likewise.
12542
12543         New module posix-shell, for determining a POSIX shell
12544         or perhaps something that is close enough to a POSIX shell.
12545         * m4/posix-shell.m4: New file.
12546         * modules/posix-shell: New file.
12547
12548         * MODULES.html.sh: Mention new module.
12549
12550         New module gnu-make, for determining whether we're using GNU Make.
12551         * m4/gnu-make.m4: New file.
12552         * modules/gnu-make: New file.
12553         * MODULES.html.sh: Mention new module.
12554
12555 2007-11-14  Jim Meyering  <meyering@redhat.com>
12556
12557         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
12558         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
12559         use this macro to create a function _definition_.
12560         Remove useless "#undef ARGMATCH_DIE".
12561
12562 2007-11-14  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/config.charset: Update for OpenBSD 4.1.
12565         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
12566
12567 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         Document 64-bit #if problems in stdint.texi.
12570         * doc/headers/stdint.texi (stdint.h): Mention problems with
12571         64-bit-#if, and how to work around them.
12572
12573         Don't insist on 'long long int' support in the preprocessor.  It
12574         breaks too many things.  For example, PRIdMAX still uses a 'long
12575         long int' format with the latest Sun compiler, even though
12576         HAVE_LONG_LONG_INT isn't defined due to that compiler's
12577         preprocessor problem.  This causes the latest coreutils to dump
12578         core on Solaris 10 sparc with the Sun C compiler.
12579         Instead, fix the 2007-10-16 problem in a different way, by evaluating
12580         the troublesome expressions at configure-time, not at #if-time.
12581         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
12582         preprocessor.
12583         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
12584         compile-time C checks, done at 'configure'-time.
12585         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
12586         * modules/inttypes (Makefile): Substitute the new symbols that
12587         gl_INTTYPES_H now generates.
12588         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
12589
12590 2007-11-12  Bruno Haible  <bruno@clisp.org>
12591
12592         Tests for Unicode character classification functions.
12593
12594         * modules/unictype/bidicategory-byname-tests: New file.
12595         * modules/unictype/bidicategory-name-tests: New file.
12596         * modules/unictype/bidicategory-of-tests: New file.
12597         * modules/unictype/bidicategory-test-tests: New file.
12598         * modules/unictype/block-list-tests: New file.
12599         * modules/unictype/block-of-tests: New file.
12600         * modules/unictype/block-test-tests: New file.
12601         * modules/unictype/category-C-tests: New file.
12602         * modules/unictype/category-Cc-tests: New file.
12603         * modules/unictype/category-Cf-tests: New file.
12604         * modules/unictype/category-Cn-tests: New file.
12605         * modules/unictype/category-Co-tests: New file.
12606         * modules/unictype/category-Cs-tests: New file.
12607         * modules/unictype/category-L-tests: New file.
12608         * modules/unictype/category-Ll-tests: New file.
12609         * modules/unictype/category-Lm-tests: New file.
12610         * modules/unictype/category-Lo-tests: New file.
12611         * modules/unictype/category-Lt-tests: New file.
12612         * modules/unictype/category-Lu-tests: New file.
12613         * modules/unictype/category-M-tests: New file.
12614         * modules/unictype/category-Mc-tests: New file.
12615         * modules/unictype/category-Me-tests: New file.
12616         * modules/unictype/category-Mn-tests: New file.
12617         * modules/unictype/category-N-tests: New file.
12618         * modules/unictype/category-Nd-tests: New file.
12619         * modules/unictype/category-Nl-tests: New file.
12620         * modules/unictype/category-No-tests: New file.
12621         * modules/unictype/category-P-tests: New file.
12622         * modules/unictype/category-Pc-tests: New file.
12623         * modules/unictype/category-Pd-tests: New file.
12624         * modules/unictype/category-Pe-tests: New file.
12625         * modules/unictype/category-Pf-tests: New file.
12626         * modules/unictype/category-Pi-tests: New file.
12627         * modules/unictype/category-Po-tests: New file.
12628         * modules/unictype/category-Ps-tests: New file.
12629         * modules/unictype/category-S-tests: New file.
12630         * modules/unictype/category-Sc-tests: New file.
12631         * modules/unictype/category-Sk-tests: New file.
12632         * modules/unictype/category-Sm-tests: New file.
12633         * modules/unictype/category-So-tests: New file.
12634         * modules/unictype/category-Z-tests: New file.
12635         * modules/unictype/category-Zl-tests: New file.
12636         * modules/unictype/category-Zp-tests: New file.
12637         * modules/unictype/category-Zs-tests: New file.
12638         * modules/unictype/category-and-not-tests: New file.
12639         * modules/unictype/category-and-tests: New file.
12640         * modules/unictype/category-byname-tests: New file.
12641         * modules/unictype/category-name-tests: New file.
12642         * modules/unictype/category-none-tests: New file.
12643         * modules/unictype/category-of-tests: New file.
12644         * modules/unictype/category-or-tests: New file.
12645         * modules/unictype/category-test-withtable-tests: New file.
12646         * modules/unictype/combining-class-tests: New file.
12647         * modules/unictype/ctype-alnum-tests: New file.
12648         * modules/unictype/ctype-alpha-tests: New file.
12649         * modules/unictype/ctype-blank-tests: New file.
12650         * modules/unictype/ctype-cntrl-tests: New file.
12651         * modules/unictype/ctype-digit-tests: New file.
12652         * modules/unictype/ctype-graph-tests: New file.
12653         * modules/unictype/ctype-lower-tests: New file.
12654         * modules/unictype/ctype-print-tests: New file.
12655         * modules/unictype/ctype-punct-tests: New file.
12656         * modules/unictype/ctype-space-tests: New file.
12657         * modules/unictype/ctype-upper-tests: New file.
12658         * modules/unictype/ctype-xdigit-tests: New file.
12659         * modules/unictype/decimal-digit-tests: New file.
12660         * modules/unictype/digit-tests: New file.
12661         * modules/unictype/mirror-tests: New file.
12662         * modules/unictype/numeric-tests: New file.
12663         * modules/unictype/property-alphabetic-tests: New file.
12664         * modules/unictype/property-ascii-hex-digit-tests: New file.
12665         * modules/unictype/property-bidi-arabic-digit-tests: New file.
12666         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
12667         * modules/unictype/property-bidi-block-separator-tests: New file.
12668         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
12669         * modules/unictype/property-bidi-common-separator-tests: New file.
12670         * modules/unictype/property-bidi-control-tests: New file.
12671         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
12672         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
12673         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
12674         * modules/unictype/property-bidi-european-digit-tests: New file.
12675         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
12676         * modules/unictype/property-bidi-left-to-right-tests: New file.
12677         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
12678         * modules/unictype/property-bidi-other-neutral-tests: New file.
12679         * modules/unictype/property-bidi-pdf-tests: New file.
12680         * modules/unictype/property-bidi-segment-separator-tests: New file.
12681         * modules/unictype/property-bidi-whitespace-tests: New file.
12682         * modules/unictype/property-byname-tests: New file.
12683         * modules/unictype/property-combining-tests: New file.
12684         * modules/unictype/property-composite-tests: New file.
12685         * modules/unictype/property-currency-symbol-tests: New file.
12686         * modules/unictype/property-dash-tests: New file.
12687         * modules/unictype/property-decimal-digit-tests: New file.
12688         * modules/unictype/property-default-ignorable-code-point-tests: New file.
12689         * modules/unictype/property-deprecated-tests: New file.
12690         * modules/unictype/property-diacritic-tests: New file.
12691         * modules/unictype/property-extender-tests: New file.
12692         * modules/unictype/property-format-control-tests: New file.
12693         * modules/unictype/property-grapheme-base-tests: New file.
12694         * modules/unictype/property-grapheme-extend-tests: New file.
12695         * modules/unictype/property-grapheme-link-tests: New file.
12696         * modules/unictype/property-hex-digit-tests: New file.
12697         * modules/unictype/property-hyphen-tests: New file.
12698         * modules/unictype/property-id-continue-tests: New file.
12699         * modules/unictype/property-id-start-tests: New file.
12700         * modules/unictype/property-ideographic-tests: New file.
12701         * modules/unictype/property-ids-binary-operator-tests: New file.
12702         * modules/unictype/property-ids-trinary-operator-tests: New file.
12703         * modules/unictype/property-ignorable-control-tests: New file.
12704         * modules/unictype/property-iso-control-tests: New file.
12705         * modules/unictype/property-join-control-tests: New file.
12706         * modules/unictype/property-left-of-pair-tests: New file.
12707         * modules/unictype/property-line-separator-tests: New file.
12708         * modules/unictype/property-logical-order-exception-tests: New file.
12709         * modules/unictype/property-lowercase-tests: New file.
12710         * modules/unictype/property-math-tests: New file.
12711         * modules/unictype/property-non-break-tests: New file.
12712         * modules/unictype/property-not-a-character-tests: New file.
12713         * modules/unictype/property-numeric-tests: New file.
12714         * modules/unictype/property-other-alphabetic-tests: New file.
12715         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
12716         * modules/unictype/property-other-grapheme-extend-tests: New file.
12717         * modules/unictype/property-other-id-continue-tests: New file.
12718         * modules/unictype/property-other-id-start-tests: New file.
12719         * modules/unictype/property-other-lowercase-tests: New file.
12720         * modules/unictype/property-other-math-tests: New file.
12721         * modules/unictype/property-other-uppercase-tests: New file.
12722         * modules/unictype/property-paired-punctuation-tests: New file.
12723         * modules/unictype/property-paragraph-separator-tests: New file.
12724         * modules/unictype/property-pattern-syntax-tests: New file.
12725         * modules/unictype/property-pattern-white-space-tests: New file.
12726         * modules/unictype/property-private-use-tests: New file.
12727         * modules/unictype/property-punctuation-tests: New file.
12728         * modules/unictype/property-quotation-mark-tests: New file.
12729         * modules/unictype/property-radical-tests: New file.
12730         * modules/unictype/property-sentence-terminal-tests: New file.
12731         * modules/unictype/property-soft-dotted-tests: New file.
12732         * modules/unictype/property-space-tests: New file.
12733         * modules/unictype/property-terminal-punctuation-tests: New file.
12734         * modules/unictype/property-test-tests: New file.
12735         * modules/unictype/property-titlecase-tests: New file.
12736         * modules/unictype/property-unassigned-code-value-tests: New file.
12737         * modules/unictype/property-unified-ideograph-tests: New file.
12738         * modules/unictype/property-uppercase-tests: New file.
12739         * modules/unictype/property-variation-selector-tests: New file.
12740         * modules/unictype/property-white-space-tests: New file.
12741         * modules/unictype/property-xid-continue-tests: New file.
12742         * modules/unictype/property-xid-start-tests: New file.
12743         * modules/unictype/property-zero-width-tests: New file.
12744         * modules/unictype/scripts-tests: New file.
12745         * modules/unictype/syntax-c-ident-tests: New file.
12746         * modules/unictype/syntax-c-whitespace-tests: New file.
12747         * modules/unictype/syntax-java-ident-tests: New file.
12748         * modules/unictype/syntax-java-whitespace-tests: New file.
12749         * tests/unictype/test-bidi_byname.c: New file.
12750         * tests/unictype/test-bidi_name.c: New file.
12751         * tests/unictype/test-bidi_of.c: New file.
12752         * tests/unictype/test-bidi_test.c: New file.
12753         * tests/unictype/test-block_list.c: New file.
12754         * tests/unictype/test-block_of.c: New file.
12755         * tests/unictype/test-block_test.c: New file.
12756         * tests/unictype/test-categ_and.c: New file.
12757         * tests/unictype/test-categ_and_not.c: New file.
12758         * tests/unictype/test-categ_byname.c: New file.
12759         * tests/unictype/test-categ_name.c: New file.
12760         * tests/unictype/test-categ_none.c: New file.
12761         * tests/unictype/test-categ_of.c: New file.
12762         * tests/unictype/test-categ_or.c: New file.
12763         * tests/unictype/test-categ_test_withtable.c: New file.
12764         * tests/unictype/test-combining.c: New file.
12765         * tests/unictype/test-decdigit.c: New file.
12766         * tests/unictype/test-digit.c: New file.
12767         * tests/unictype/test-mirror.c: New file.
12768         * tests/unictype/test-numeric.c: New file.
12769         * tests/unictype/test-pr_byname.c: New file.
12770         * tests/unictype/test-pr_test.c: New file.
12771         * tests/unictype/test-predicate-part1.h: New file.
12772         * tests/unictype/test-predicate-part2.h: New file.
12773         * tests/unictype/test-scripts.c: New file.
12774         * tests/unictype/test-sy_c_ident.c: New file.
12775         * tests/unictype/test-sy_java_ident.c: New file.
12776
12777         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
12778         for Unicode 5.0.0.
12779         * tests/unictype/test-categ_Cc.c: Likewise.
12780         * tests/unictype/test-categ_Cf.c: Likewise.
12781         * tests/unictype/test-categ_Cn.c: Likewise.
12782         * tests/unictype/test-categ_Co.c: Likewise.
12783         * tests/unictype/test-categ_Cs.c: Likewise.
12784         * tests/unictype/test-categ_L.c: Likewise.
12785         * tests/unictype/test-categ_Ll.c: Likewise.
12786         * tests/unictype/test-categ_Lm.c: Likewise.
12787         * tests/unictype/test-categ_Lo.c: Likewise.
12788         * tests/unictype/test-categ_Lt.c: Likewise.
12789         * tests/unictype/test-categ_Lu.c: Likewise.
12790         * tests/unictype/test-categ_M.c: Likewise.
12791         * tests/unictype/test-categ_Mc.c: Likewise.
12792         * tests/unictype/test-categ_Me.c: Likewise.
12793         * tests/unictype/test-categ_Mn.c: Likewise.
12794         * tests/unictype/test-categ_N.c: Likewise.
12795         * tests/unictype/test-categ_Nd.c: Likewise.
12796         * tests/unictype/test-categ_Nl.c: Likewise.
12797         * tests/unictype/test-categ_No.c: Likewise.
12798         * tests/unictype/test-categ_P.c: Likewise.
12799         * tests/unictype/test-categ_Pc.c: Likewise.
12800         * tests/unictype/test-categ_Pd.c: Likewise.
12801         * tests/unictype/test-categ_Pe.c: Likewise.
12802         * tests/unictype/test-categ_Pf.c: Likewise.
12803         * tests/unictype/test-categ_Pi.c: Likewise.
12804         * tests/unictype/test-categ_Po.c: Likewise.
12805         * tests/unictype/test-categ_Ps.c: Likewise.
12806         * tests/unictype/test-categ_S.c: Likewise.
12807         * tests/unictype/test-categ_Sc.c: Likewise.
12808         * tests/unictype/test-categ_Sk.c: Likewise.
12809         * tests/unictype/test-categ_Sm.c: Likewise.
12810         * tests/unictype/test-categ_So.c: Likewise.
12811         * tests/unictype/test-categ_Z.c: Likewise.
12812         * tests/unictype/test-categ_Zl.c: Likewise.
12813         * tests/unictype/test-categ_Zp.c: Likewise.
12814         * tests/unictype/test-categ_Zs.c: Likewise.
12815         * tests/unictype/test-ctype_alnum.c: Likewise.
12816         * tests/unictype/test-ctype_alpha.c: Likewise.
12817         * tests/unictype/test-ctype_blank.c: Likewise.
12818         * tests/unictype/test-ctype_cntrl.c: Likewise.
12819         * tests/unictype/test-ctype_digit.c: Likewise.
12820         * tests/unictype/test-ctype_graph.c: Likewise.
12821         * tests/unictype/test-ctype_lower.c: Likewise.
12822         * tests/unictype/test-ctype_print.c: Likewise.
12823         * tests/unictype/test-ctype_punct.c: Likewise.
12824         * tests/unictype/test-ctype_space.c: Likewise.
12825         * tests/unictype/test-ctype_upper.c: Likewise.
12826         * tests/unictype/test-ctype_xdigit.c: Likewise.
12827         * tests/unictype/test-decdigit.h: Likewise.
12828         * tests/unictype/test-digit.h: Likewise.
12829         * tests/unictype/test-numeric.h: Likewise.
12830         * tests/unictype/test-pr_alphabetic.c: Likewise.
12831         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
12832         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
12833         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
12834         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
12835         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
12836         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
12837         * tests/unictype/test-pr_bidi_control.c: Likewise.
12838         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
12839         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
12840         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
12841         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
12842         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
12843         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
12844         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
12845         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
12846         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
12847         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
12848         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
12849         * tests/unictype/test-pr_combining.c: Likewise.
12850         * tests/unictype/test-pr_composite.c: Likewise.
12851         * tests/unictype/test-pr_currency_symbol.c: Likewise.
12852         * tests/unictype/test-pr_dash.c: Likewise.
12853         * tests/unictype/test-pr_decimal_digit.c: Likewise.
12854         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
12855         * tests/unictype/test-pr_deprecated.c: Likewise.
12856         * tests/unictype/test-pr_diacritic.c: Likewise.
12857         * tests/unictype/test-pr_extender.c: Likewise.
12858         * tests/unictype/test-pr_format_control.c: Likewise.
12859         * tests/unictype/test-pr_grapheme_base.c: Likewise.
12860         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
12861         * tests/unictype/test-pr_grapheme_link.c: Likewise.
12862         * tests/unictype/test-pr_hex_digit.c: Likewise.
12863         * tests/unictype/test-pr_hyphen.c: Likewise.
12864         * tests/unictype/test-pr_id_continue.c: Likewise.
12865         * tests/unictype/test-pr_id_start.c: Likewise.
12866         * tests/unictype/test-pr_ideographic.c: Likewise.
12867         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
12868         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
12869         * tests/unictype/test-pr_ignorable_control.c: Likewise.
12870         * tests/unictype/test-pr_iso_control.c: Likewise.
12871         * tests/unictype/test-pr_join_control.c: Likewise.
12872         * tests/unictype/test-pr_left_of_pair.c: Likewise.
12873         * tests/unictype/test-pr_line_separator.c: Likewise.
12874         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
12875         * tests/unictype/test-pr_lowercase.c: Likewise.
12876         * tests/unictype/test-pr_math.c: Likewise.
12877         * tests/unictype/test-pr_non_break.c: Likewise.
12878         * tests/unictype/test-pr_not_a_character.c: Likewise.
12879         * tests/unictype/test-pr_numeric.c: Likewise.
12880         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
12881         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
12882         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
12883         * tests/unictype/test-pr_other_id_continue.c: Likewise.
12884         * tests/unictype/test-pr_other_id_start.c: Likewise.
12885         * tests/unictype/test-pr_other_lowercase.c: Likewise.
12886         * tests/unictype/test-pr_other_math.c: Likewise.
12887         * tests/unictype/test-pr_other_uppercase.c: Likewise.
12888         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
12889         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
12890         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
12891         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
12892         * tests/unictype/test-pr_private_use.c: Likewise.
12893         * tests/unictype/test-pr_punctuation.c: Likewise.
12894         * tests/unictype/test-pr_quotation_mark.c: Likewise.
12895         * tests/unictype/test-pr_radical.c: Likewise.
12896         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
12897         * tests/unictype/test-pr_soft_dotted.c: Likewise.
12898         * tests/unictype/test-pr_space.c: Likewise.
12899         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
12900         * tests/unictype/test-pr_titlecase.c: Likewise.
12901         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
12902         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
12903         * tests/unictype/test-pr_uppercase.c: Likewise.
12904         * tests/unictype/test-pr_variation_selector.c: Likewise.
12905         * tests/unictype/test-pr_white_space.c: Likewise.
12906         * tests/unictype/test-pr_xid_continue.c: Likewise.
12907         * tests/unictype/test-pr_xid_start.c: Likewise.
12908         * tests/unictype/test-pr_zero_width.c: Likewise.
12909         * tests/unictype/test-sy_c_whitespace.c: Likewise.
12910         * tests/unictype/test-sy_java_whitespace.c: Likewise.
12911
12912 2007-11-12  Bruno Haible  <bruno@clisp.org>
12913
12914         Unicode character classification functions.
12915         * lib/unictype.h: New file.
12916         * modules/unictype/base: New file.
12917         * modules/unictype/category-L: New file.
12918         * modules/unictype/category-Lu: New file.
12919         * modules/unictype/category-Ll: New file.
12920         * modules/unictype/category-Lt: New file.
12921         * modules/unictype/category-Lm: New file.
12922         * modules/unictype/category-Lo: New file.
12923         * modules/unictype/category-M: New file.
12924         * modules/unictype/category-Mn: New file.
12925         * modules/unictype/category-Mc: New file.
12926         * modules/unictype/category-Me: New file.
12927         * modules/unictype/category-N: New file.
12928         * modules/unictype/category-Nd: New file.
12929         * modules/unictype/category-Nl: New file.
12930         * modules/unictype/category-No: New file.
12931         * modules/unictype/category-P: New file.
12932         * modules/unictype/category-Pc: New file.
12933         * modules/unictype/category-Pd: New file.
12934         * modules/unictype/category-Ps: New file.
12935         * modules/unictype/category-Pe: New file.
12936         * modules/unictype/category-Pi: New file.
12937         * modules/unictype/category-Pf: New file.
12938         * modules/unictype/category-Po: New file.
12939         * modules/unictype/category-S: New file.
12940         * modules/unictype/category-Sm: New file.
12941         * modules/unictype/category-Sc: New file.
12942         * modules/unictype/category-Sk: New file.
12943         * modules/unictype/category-So: New file.
12944         * modules/unictype/category-Z: New file.
12945         * modules/unictype/category-Zs: New file.
12946         * modules/unictype/category-Zl: New file.
12947         * modules/unictype/category-Zp: New file.
12948         * modules/unictype/category-C: New file.
12949         * modules/unictype/category-Cc: New file.
12950         * modules/unictype/category-Cf: New file.
12951         * modules/unictype/category-Cs: New file.
12952         * modules/unictype/category-Co: New file.
12953         * modules/unictype/category-Cn: New file.
12954         * modules/unictype/category-or: New file.
12955         * modules/unictype/category-of: New file.
12956         * modules/unictype/category-test: New file.
12957         * modules/unictype/category-test-withtable: New file.
12958         * modules/unictype/category-byname: New file.
12959         * modules/unictype/category-none: New file.
12960         * modules/unictype/category-and: New file.
12961         * modules/unictype/category-and-not: New file.
12962         * modules/unictype/category-name: New file.
12963         * modules/unictype/combining-class: New file.
12964         * modules/unictype/category-all: New file.
12965         * modules/unictype/bidicategory-all: New file.
12966         * modules/unictype/bidicategory-byname: New file.
12967         * modules/unictype/bidicategory-name: New file.
12968         * modules/unictype/bidicategory-of: New file.
12969         * modules/unictype/bidicategory-test: New file.
12970         * modules/unictype/decimal-digit: New file.
12971         * modules/unictype/digit: New file.
12972         * modules/unictype/numeric: New file.
12973         * modules/unictype/mirror: New file.
12974         * modules/unictype/property-white-space: New file.
12975         * modules/unictype/property-alphabetic: New file.
12976         * modules/unictype/property-other-alphabetic: New file.
12977         * modules/unictype/property-not-a-character: New file.
12978         * modules/unictype/property-default-ignorable-code-point: New file.
12979         * modules/unictype/property-other-default-ignorable-code-point: New
12980         file.
12981         * modules/unictype/property-deprecated: New file.
12982         * modules/unictype/property-logical-order-exception: New file.
12983         * modules/unictype/property-variation-selector: New file.
12984         * modules/unictype/property-private-use: New file.
12985         * modules/unictype/property-unassigned-code-value: New file.
12986         * modules/unictype/property-uppercase: New file.
12987         * modules/unictype/property-other-uppercase: New file.
12988         * modules/unictype/property-lowercase: New file.
12989         * modules/unictype/property-other-lowercase: New file.
12990         * modules/unictype/property-titlecase: New file.
12991         * modules/unictype/property-soft-dotted: New file.
12992         * modules/unictype/property-id-start: New file.
12993         * modules/unictype/property-other-id-start: New file.
12994         * modules/unictype/property-id-continue: New file.
12995         * modules/unictype/property-other-id-continue: New file.
12996         * modules/unictype/property-xid-start: New file.
12997         * modules/unictype/property-xid-continue: New file.
12998         * modules/unictype/property-pattern-white-space: New file.
12999         * modules/unictype/property-pattern-syntax: New file.
13000         * modules/unictype/property-join-control: New file.
13001         * modules/unictype/property-grapheme-base: New file.
13002         * modules/unictype/property-grapheme-extend: New file.
13003         * modules/unictype/property-other-grapheme-extend: New file.
13004         * modules/unictype/property-grapheme-link: New file.
13005         * modules/unictype/property-bidi-control: New file.
13006         * modules/unictype/property-bidi-left-to-right: New file.
13007         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
13008         * modules/unictype/property-bidi-arabic-right-to-left: New file.
13009         * modules/unictype/property-bidi-european-digit: New file.
13010         * modules/unictype/property-bidi-eur-num-separator: New file.
13011         * modules/unictype/property-bidi-eur-num-terminator: New file.
13012         * modules/unictype/property-bidi-arabic-digit: New file.
13013         * modules/unictype/property-bidi-common-separator: New file.
13014         * modules/unictype/property-bidi-block-separator: New file.
13015         * modules/unictype/property-bidi-segment-separator: New file.
13016         * modules/unictype/property-bidi-whitespace: New file.
13017         * modules/unictype/property-bidi-non-spacing-mark: New file.
13018         * modules/unictype/property-bidi-boundary-neutral: New file.
13019         * modules/unictype/property-bidi-pdf: New file.
13020         * modules/unictype/property-bidi-embedding-or-override: New file.
13021         * modules/unictype/property-bidi-other-neutral: New file.
13022         * modules/unictype/property-hex-digit: New file.
13023         * modules/unictype/property-ascii-hex-digit: New file.
13024         * modules/unictype/property-ideographic: New file.
13025         * modules/unictype/property-unified-ideograph: New file.
13026         * modules/unictype/property-radical: New file.
13027         * modules/unictype/property-ids-binary-operator: New file.
13028         * modules/unictype/property-ids-trinary-operator: New file.
13029         * modules/unictype/property-zero-width: New file.
13030         * modules/unictype/property-space: New file.
13031         * modules/unictype/property-non-break: New file.
13032         * modules/unictype/property-iso-control: New file.
13033         * modules/unictype/property-format-control: New file.
13034         * modules/unictype/property-dash: New file.
13035         * modules/unictype/property-hyphen: New file.
13036         * modules/unictype/property-punctuation: New file.
13037         * modules/unictype/property-line-separator: New file.
13038         * modules/unictype/property-paragraph-separator: New file.
13039         * modules/unictype/property-quotation-mark: New file.
13040         * modules/unictype/property-sentence-terminal: New file.
13041         * modules/unictype/property-terminal-punctuation: New file.
13042         * modules/unictype/property-currency-symbol: New file.
13043         * modules/unictype/property-math: New file.
13044         * modules/unictype/property-other-math: New file.
13045         * modules/unictype/property-paired-punctuation: New file.
13046         * modules/unictype/property-left-of-pair: New file.
13047         * modules/unictype/property-combining: New file.
13048         * modules/unictype/property-composite: New file.
13049         * modules/unictype/property-decimal-digit: New file.
13050         * modules/unictype/property-numeric: New file.
13051         * modules/unictype/property-diacritic: New file.
13052         * modules/unictype/property-extender: New file.
13053         * modules/unictype/property-ignorable-control: New file.
13054         * modules/unictype/property-test: New file.
13055         * modules/unictype/property-byname: New file.
13056         * modules/unictype/property-all: New file.
13057         * modules/unictype/scripts: New file.
13058         * modules/unictype/scripts-all: New file.
13059         * modules/unictype/block-of: New file.
13060         * modules/unictype/block-test: New file.
13061         * modules/unictype/block-list: New file.
13062         * modules/unictype/block-all: New file.
13063         * modules/unictype/syntax-c-whitespace: New file.
13064         * modules/unictype/syntax-java-whitespace: New file.
13065         * modules/unictype/syntax-c-ident: New file.
13066         * modules/unictype/syntax-java-ident: New file.
13067         * modules/unictype/ctype-alnum: New file.
13068         * modules/unictype/ctype-alpha: New file.
13069         * modules/unictype/ctype-cntrl: New file.
13070         * modules/unictype/ctype-digit: New file.
13071         * modules/unictype/ctype-graph: New file.
13072         * modules/unictype/ctype-lower: New file.
13073         * modules/unictype/ctype-print: New file.
13074         * modules/unictype/ctype-punct: New file.
13075         * modules/unictype/ctype-space: New file.
13076         * modules/unictype/ctype-upper: New file.
13077         * modules/unictype/ctype-xdigit: New file.
13078         * modules/unictype/ctype-blank: New file.
13079         * lib/unictype/bidi_byname.c: New file.
13080         * lib/unictype/bidi_name.c: New file.
13081         * lib/unictype/bidi_of.c: New file.
13082         * lib/unictype/bidi_test.c: New file.
13083         * lib/unictype/bitmap.h: New file.
13084         * lib/unictype/block_test.c: New file.
13085         * lib/unictype/blocks.c: New file.
13086         * lib/unictype/categ_C.c: New file.
13087         * lib/unictype/categ_Cc.c: New file.
13088         * lib/unictype/categ_Cf.c: New file.
13089         * lib/unictype/categ_Cn.c: New file.
13090         * lib/unictype/categ_Co.c: New file.
13091         * lib/unictype/categ_Cs.c: New file.
13092         * lib/unictype/categ_L.c: New file.
13093         * lib/unictype/categ_Ll.c: New file.
13094         * lib/unictype/categ_Lm.c: New file.
13095         * lib/unictype/categ_Lo.c: New file.
13096         * lib/unictype/categ_Lt.c: New file.
13097         * lib/unictype/categ_Lu.c: New file.
13098         * lib/unictype/categ_M.c: New file.
13099         * lib/unictype/categ_Mc.c: New file.
13100         * lib/unictype/categ_Me.c: New file.
13101         * lib/unictype/categ_Mn.c: New file.
13102         * lib/unictype/categ_N.c: New file.
13103         * lib/unictype/categ_Nd.c: New file.
13104         * lib/unictype/categ_Nl.c: New file.
13105         * lib/unictype/categ_No.c: New file.
13106         * lib/unictype/categ_P.c: New file.
13107         * lib/unictype/categ_Pc.c: New file.
13108         * lib/unictype/categ_Pd.c: New file.
13109         * lib/unictype/categ_Pe.c: New file.
13110         * lib/unictype/categ_Pf.c: New file.
13111         * lib/unictype/categ_Pi.c: New file.
13112         * lib/unictype/categ_Po.c: New file.
13113         * lib/unictype/categ_Ps.c: New file.
13114         * lib/unictype/categ_S.c: New file.
13115         * lib/unictype/categ_Sc.c: New file.
13116         * lib/unictype/categ_Sk.c: New file.
13117         * lib/unictype/categ_Sm.c: New file.
13118         * lib/unictype/categ_So.c: New file.
13119         * lib/unictype/categ_Z.c: New file.
13120         * lib/unictype/categ_Zl.c: New file.
13121         * lib/unictype/categ_Zp.c: New file.
13122         * lib/unictype/categ_Zs.c: New file.
13123         * lib/unictype/categ_and.c: New file.
13124         * lib/unictype/categ_and_not.c: New file.
13125         * lib/unictype/categ_byname.c: New file.
13126         * lib/unictype/categ_name.c: New file.
13127         * lib/unictype/categ_none.c: New file.
13128         * lib/unictype/categ_of.c: New file.
13129         * lib/unictype/categ_or.c: New file.
13130         * lib/unictype/categ_test.c: New file.
13131         * lib/unictype/combining.c: New file.
13132         * lib/unictype/ctype_alnum.c: New file.
13133         * lib/unictype/ctype_alpha.c: New file.
13134         * lib/unictype/ctype_blank.c: New file.
13135         * lib/unictype/ctype_cntrl.c: New file.
13136         * lib/unictype/ctype_digit.c: New file.
13137         * lib/unictype/ctype_graph.c: New file.
13138         * lib/unictype/ctype_lower.c: New file.
13139         * lib/unictype/ctype_print.c: New file.
13140         * lib/unictype/ctype_punct.c: New file.
13141         * lib/unictype/ctype_space.c: New file.
13142         * lib/unictype/ctype_upper.c: New file.
13143         * lib/unictype/ctype_xdigit.c: New file.
13144         * lib/unictype/decdigit.c: New file.
13145         * lib/unictype/digit.c: New file.
13146         * lib/unictype/identsyntaxmap.h: New file.
13147         * lib/unictype/mirror.c: New file.
13148         * lib/unictype/numeric.c: New file.
13149         * lib/unictype/pr_alphabetic.c: New file.
13150         * lib/unictype/pr_ascii_hex_digit.c: New file.
13151         * lib/unictype/pr_bidi_arabic_digit.c: New file.
13152         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
13153         * lib/unictype/pr_bidi_block_separator.c: New file.
13154         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
13155         * lib/unictype/pr_bidi_common_separator.c: New file.
13156         * lib/unictype/pr_bidi_control.c: New file.
13157         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
13158         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
13159         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
13160         * lib/unictype/pr_bidi_european_digit.c: New file.
13161         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
13162         * lib/unictype/pr_bidi_left_to_right.c: New file.
13163         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
13164         * lib/unictype/pr_bidi_other_neutral.c: New file.
13165         * lib/unictype/pr_bidi_pdf.c: New file.
13166         * lib/unictype/pr_bidi_segment_separator.c: New file.
13167         * lib/unictype/pr_bidi_whitespace.c: New file.
13168         * lib/unictype/pr_byname.c: New file.
13169         * lib/unictype/pr_byname.gperf: New file.
13170         * lib/unictype/pr_combining.c: New file.
13171         * lib/unictype/pr_composite.c: New file.
13172         * lib/unictype/pr_currency_symbol.c: New file.
13173         * lib/unictype/pr_dash.c: New file.
13174         * lib/unictype/pr_decimal_digit.c: New file.
13175         * lib/unictype/pr_default_ignorable_code_point.c: New file.
13176         * lib/unictype/pr_deprecated.c: New file.
13177         * lib/unictype/pr_diacritic.c: New file.
13178         * lib/unictype/pr_extender.c: New file.
13179         * lib/unictype/pr_format_control.c: New file.
13180         * lib/unictype/pr_grapheme_base.c: New file.
13181         * lib/unictype/pr_grapheme_extend.c: New file.
13182         * lib/unictype/pr_grapheme_link.c: New file.
13183         * lib/unictype/pr_hex_digit.c: New file.
13184         * lib/unictype/pr_hyphen.c: New file.
13185         * lib/unictype/pr_id_continue.c: New file.
13186         * lib/unictype/pr_id_start.c: New file.
13187         * lib/unictype/pr_ideographic.c: New file.
13188         * lib/unictype/pr_ids_binary_operator.c: New file.
13189         * lib/unictype/pr_ids_trinary_operator.c: New file.
13190         * lib/unictype/pr_ignorable_control.c: New file.
13191         * lib/unictype/pr_iso_control.c: New file.
13192         * lib/unictype/pr_join_control.c: New file.
13193         * lib/unictype/pr_left_of_pair.c: New file.
13194         * lib/unictype/pr_line_separator.c: New file.
13195         * lib/unictype/pr_logical_order_exception.c: New file.
13196         * lib/unictype/pr_lowercase.c: New file.
13197         * lib/unictype/pr_math.c: New file.
13198         * lib/unictype/pr_non_break.c: New file.
13199         * lib/unictype/pr_not_a_character.c: New file.
13200         * lib/unictype/pr_numeric.c: New file.
13201         * lib/unictype/pr_other_alphabetic.c: New file.
13202         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
13203         * lib/unictype/pr_other_grapheme_extend.c: New file.
13204         * lib/unictype/pr_other_id_continue.c: New file.
13205         * lib/unictype/pr_other_id_start.c: New file.
13206         * lib/unictype/pr_other_lowercase.c: New file.
13207         * lib/unictype/pr_other_math.c: New file.
13208         * lib/unictype/pr_other_uppercase.c: New file.
13209         * lib/unictype/pr_paired_punctuation.c: New file.
13210         * lib/unictype/pr_paragraph_separator.c: New file.
13211         * lib/unictype/pr_pattern_syntax.c: New file.
13212         * lib/unictype/pr_pattern_white_space.c: New file.
13213         * lib/unictype/pr_private_use.c: New file.
13214         * lib/unictype/pr_punctuation.c: New file.
13215         * lib/unictype/pr_quotation_mark.c: New file.
13216         * lib/unictype/pr_radical.c: New file.
13217         * lib/unictype/pr_sentence_terminal.c: New file.
13218         * lib/unictype/pr_soft_dotted.c: New file.
13219         * lib/unictype/pr_space.c: New file.
13220         * lib/unictype/pr_terminal_punctuation.c: New file.
13221         * lib/unictype/pr_test.c: New file.
13222         * lib/unictype/pr_titlecase.c: New file.
13223         * lib/unictype/pr_unassigned_code_value.c: New file.
13224         * lib/unictype/pr_unified_ideograph.c: New file.
13225         * lib/unictype/pr_uppercase.c: New file.
13226         * lib/unictype/pr_variation_selector.c: New file.
13227         * lib/unictype/pr_white_space.c: New file.
13228         * lib/unictype/pr_xid_continue.c: New file.
13229         * lib/unictype/pr_xid_start.c: New file.
13230         * lib/unictype/pr_zero_width.c: New file.
13231         * lib/unictype/scripts.c: New file.
13232         * lib/unictype/sy_c_ident.c: New file.
13233         * lib/unictype/sy_c_whitespace.c: New file.
13234         * lib/unictype/sy_java_ident.c: New file.
13235         * lib/unictype/sy_java_whitespace.c: New file.
13236
13237         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
13238         Unicode 5.0.0.
13239         * lib/unictype/blocks.h: Likewise.
13240         * lib/unictype/categ_C.h: Likewise.
13241         * lib/unictype/categ_Cc.h: Likewise.
13242         * lib/unictype/categ_Cf.h: Likewise.
13243         * lib/unictype/categ_Cn.h: Likewise.
13244         * lib/unictype/categ_Co.h: Likewise.
13245         * lib/unictype/categ_Cs.h: Likewise.
13246         * lib/unictype/categ_L.h: Likewise.
13247         * lib/unictype/categ_Ll.h: Likewise.
13248         * lib/unictype/categ_Lm.h: Likewise.
13249         * lib/unictype/categ_Lo.h: Likewise.
13250         * lib/unictype/categ_Lt.h: Likewise.
13251         * lib/unictype/categ_Lu.h: Likewise.
13252         * lib/unictype/categ_M.h: Likewise.
13253         * lib/unictype/categ_Mc.h: Likewise.
13254         * lib/unictype/categ_Me.h: Likewise.
13255         * lib/unictype/categ_Mn.h: Likewise.
13256         * lib/unictype/categ_N.h: Likewise.
13257         * lib/unictype/categ_Nd.h: Likewise.
13258         * lib/unictype/categ_Nl.h: Likewise.
13259         * lib/unictype/categ_No.h: Likewise.
13260         * lib/unictype/categ_P.h: Likewise.
13261         * lib/unictype/categ_Pc.h: Likewise.
13262         * lib/unictype/categ_Pd.h: Likewise.
13263         * lib/unictype/categ_Pe.h: Likewise.
13264         * lib/unictype/categ_Pf.h: Likewise.
13265         * lib/unictype/categ_Pi.h: Likewise.
13266         * lib/unictype/categ_Po.h: Likewise.
13267         * lib/unictype/categ_Ps.h: Likewise.
13268         * lib/unictype/categ_S.h: Likewise.
13269         * lib/unictype/categ_Sc.h: Likewise.
13270         * lib/unictype/categ_Sk.h: Likewise.
13271         * lib/unictype/categ_Sm.h: Likewise.
13272         * lib/unictype/categ_So.h: Likewise.
13273         * lib/unictype/categ_Z.h: Likewise.
13274         * lib/unictype/categ_Zl.h: Likewise.
13275         * lib/unictype/categ_Zp.h: Likewise.
13276         * lib/unictype/categ_Zs.h: Likewise.
13277         * lib/unictype/categ_of.h: Likewise.
13278         * lib/unictype/combining.h: Likewise.
13279         * lib/unictype/ctype_alnum.h: Likewise.
13280         * lib/unictype/ctype_alpha.h: Likewise.
13281         * lib/unictype/ctype_blank.h: Likewise.
13282         * lib/unictype/ctype_cntrl.h: Likewise.
13283         * lib/unictype/ctype_digit.h: Likewise.
13284         * lib/unictype/ctype_graph.h: Likewise.
13285         * lib/unictype/ctype_lower.h: Likewise.
13286         * lib/unictype/ctype_print.h: Likewise.
13287         * lib/unictype/ctype_punct.h: Likewise.
13288         * lib/unictype/ctype_space.h: Likewise.
13289         * lib/unictype/ctype_upper.h: Likewise.
13290         * lib/unictype/ctype_xdigit.h: Likewise.
13291         * lib/unictype/decdigit.h: Likewise.
13292         * lib/unictype/digit.h: Likewise.
13293         * lib/unictype/mirror.h: Likewise.
13294         * lib/unictype/numeric.h: Likewise.
13295         * lib/unictype/pr_alphabetic.h: Likewise.
13296         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
13297         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
13298         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
13299         * lib/unictype/pr_bidi_block_separator.h: Likewise.
13300         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
13301         * lib/unictype/pr_bidi_common_separator.h: Likewise.
13302         * lib/unictype/pr_bidi_control.h: Likewise.
13303         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
13304         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
13305         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
13306         * lib/unictype/pr_bidi_european_digit.h: Likewise.
13307         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
13308         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
13309         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
13310         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
13311         * lib/unictype/pr_bidi_pdf.h: Likewise.
13312         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
13313         * lib/unictype/pr_bidi_whitespace.h: Likewise.
13314         * lib/unictype/pr_combining.h: Likewise.
13315         * lib/unictype/pr_composite.h: Likewise.
13316         * lib/unictype/pr_currency_symbol.h: Likewise.
13317         * lib/unictype/pr_dash.h: Likewise.
13318         * lib/unictype/pr_decimal_digit.h: Likewise.
13319         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
13320         * lib/unictype/pr_deprecated.h: Likewise.
13321         * lib/unictype/pr_diacritic.h: Likewise.
13322         * lib/unictype/pr_extender.h: Likewise.
13323         * lib/unictype/pr_format_control.h: Likewise.
13324         * lib/unictype/pr_grapheme_base.h: Likewise.
13325         * lib/unictype/pr_grapheme_extend.h: Likewise.
13326         * lib/unictype/pr_grapheme_link.h: Likewise.
13327         * lib/unictype/pr_hex_digit.h: Likewise.
13328         * lib/unictype/pr_hyphen.h: Likewise.
13329         * lib/unictype/pr_id_continue.h: Likewise.
13330         * lib/unictype/pr_id_start.h: Likewise.
13331         * lib/unictype/pr_ideographic.h: Likewise.
13332         * lib/unictype/pr_ids_binary_operator.h: Likewise.
13333         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
13334         * lib/unictype/pr_ignorable_control.h: Likewise.
13335         * lib/unictype/pr_iso_control.h: Likewise.
13336         * lib/unictype/pr_join_control.h: Likewise.
13337         * lib/unictype/pr_left_of_pair.h: Likewise.
13338         * lib/unictype/pr_line_separator.h: Likewise.
13339         * lib/unictype/pr_logical_order_exception.h: Likewise.
13340         * lib/unictype/pr_lowercase.h: Likewise.
13341         * lib/unictype/pr_math.h: Likewise.
13342         * lib/unictype/pr_non_break.h: Likewise.
13343         * lib/unictype/pr_not_a_character.h: Likewise.
13344         * lib/unictype/pr_numeric.h: Likewise.
13345         * lib/unictype/pr_other_alphabetic.h: Likewise.
13346         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
13347         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
13348         * lib/unictype/pr_other_id_continue.h: Likewise.
13349         * lib/unictype/pr_other_id_start.h: Likewise.
13350         * lib/unictype/pr_other_lowercase.h: Likewise.
13351         * lib/unictype/pr_other_math.h: Likewise.
13352         * lib/unictype/pr_other_uppercase.h: Likewise.
13353         * lib/unictype/pr_paired_punctuation.h: Likewise.
13354         * lib/unictype/pr_paragraph_separator.h: Likewise.
13355         * lib/unictype/pr_pattern_syntax.h: Likewise.
13356         * lib/unictype/pr_pattern_white_space.h: Likewise.
13357         * lib/unictype/pr_private_use.h: Likewise.
13358         * lib/unictype/pr_punctuation.h: Likewise.
13359         * lib/unictype/pr_quotation_mark.h: Likewise.
13360         * lib/unictype/pr_radical.h: Likewise.
13361         * lib/unictype/pr_sentence_terminal.h: Likewise.
13362         * lib/unictype/pr_soft_dotted.h: Likewise.
13363         * lib/unictype/pr_space.h: Likewise.
13364         * lib/unictype/pr_terminal_punctuation.h: Likewise.
13365         * lib/unictype/pr_titlecase.h: Likewise.
13366         * lib/unictype/pr_unassigned_code_value.h: Likewise.
13367         * lib/unictype/pr_unified_ideograph.h: Likewise.
13368         * lib/unictype/pr_uppercase.h: Likewise.
13369         * lib/unictype/pr_variation_selector.h: Likewise.
13370         * lib/unictype/pr_white_space.h: Likewise.
13371         * lib/unictype/pr_xid_continue.h: Likewise.
13372         * lib/unictype/pr_xid_start.h: Likewise.
13373         * lib/unictype/pr_zero_width.h: Likewise.
13374         * lib/unictype/scripts.h: Likewise.
13375         * lib/unictype/scripts_byname.gperf: Likewise.
13376         * lib/unictype/sy_c_ident.h: Likewise.
13377         * lib/unictype/sy_c_whitespace.h: Likewise.
13378         * lib/unictype/sy_java_ident.h: Likewise.
13379         * lib/unictype/sy_java_whitespace.h: Likewise.
13380
13381         * lib/unictype/Makefile: New file.
13382         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
13383         glibc.
13384         * lib/unictype/3level.h: New file, copied from glibc.
13385         * lib/unictype/3levelbit.h: New file.
13386
13387 2007-11-11  Bruno Haible  <bruno@clisp.org>
13388
13389         * modules/gperf: New file.
13390         * modules/iconv_open (Depends-on): Add it.
13391         (Makefile.am): Remove the GPERF definition.
13392
13393 2007-11-11  Bruno Haible  <bruno@clisp.org>
13394
13395         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
13396         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
13397
13398 2007-11-11  Bruno Haible  <bruno@clisp.org>
13399
13400         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
13401         (usage): Remove function.
13402
13403 2007-11-11  Bruno Haible  <bruno@clisp.org>
13404
13405         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
13406         gl_FUNC_CEILF_LIBS.
13407         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
13408         gl_FUNC_CEIL_LIBS.
13409         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
13410         gl_FUNC_CEILL_LIBS.
13411         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
13412         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
13413         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
13414
13415 2007-11-11  Bruno Haible  <bruno@clisp.org>
13416
13417         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
13418         roundf were declared but do not exist on functions.
13419         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
13420         roundl were declared but do not exist on functions.
13421         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
13422         HAVE_FLOORL_AND_CEILL, respectively.
13423         Needed for Sun C on Solaris 10.
13424
13425 2007-11-11  Bruno Haible  <bruno@clisp.org>
13426
13427         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
13428         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
13429         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
13430         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
13431         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
13432         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
13433         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
13434         HAVE_DECL_ROUNDF.
13435         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
13436         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
13437         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
13438         of HAVE_DECL_ROUND*.
13439         * modules/math (Makefile.am): Update.
13440
13441 2007-11-10  Bruno Haible  <bruno@clisp.org>
13442
13443         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
13444         ptrdiff_t as m4/intl.m4.
13445
13446 2007-11-10  Jim Meyering  <meyering@redhat.com>
13447
13448         Avoid link failure for the argmatch test.
13449         * tests/test-argmatch.c (usage): Define function to avoid a link
13450         failure: argmatch_die requires a usage function.
13451
13452 2007-11-09  Bruno Haible  <bruno@clisp.org>
13453
13454         * doc/functions/snprintf.texi: Mention BeOS deficiency.
13455         * doc/functions/vsnprintf.texi: Likewise.
13456         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
13457         with a size argument < 2.
13458
13459 2007-11-09  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
13462         buffer. Fixes an inefficiency introduced on 2007-11-03.
13463
13464 2007-11-09  Bruno Haible  <bruno@clisp.org>
13465
13466         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
13467         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
13468
13469 2007-11-08  Jim Meyering  <meyering@redhat.com>
13470
13471         Change cache variable name prefix "jm_" to "gl_" everywhere.
13472         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
13473         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
13474         * m4/uptime.m4: s/gl_/jm_/
13475
13476 2007-11-07  Bruno Haible  <bruno@clisp.org>
13477
13478         Update to GNU gettext 0.17.
13479         * m4/intl.m4: Update to GNU gettext 0.17.
13480         * m4/po.m4: Likewise.
13481         * modules/gettext (Files): Remove m4/ulonglong.m4.
13482         (configure.ac): Require gettext infrastructure from version 0.17.
13483
13484 2007-11-06  Bruno Haible  <bruno@clisp.org>
13485
13486         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
13487         symbolic values are not defined in a public header.
13488         * lib/freadable.c (freadable) [QNX]: Likewise.
13489         * lib/freadahead.c (freadahead) [QNX]: Likewise.
13490         * lib/freading.c (freading) [QNX]: Likewise.
13491         * lib/fseterr.c (fseterr) [QNX]: Likewise.
13492         * lib/fwritable.c (fwritable) [QNX]: Likewise.
13493         * lib/fwriting.c (fwriting) [QNX]: Likewise.
13494         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
13495         Reported by Alain Magloire.
13496
13497         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
13498
13499 2007-11-05  Bruno Haible  <bruno@clisp.org>
13500
13501         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
13502         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
13503         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
13504         Reported by Eric Blake.
13505
13506 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13507             Bruno Haible  <bruno@clisp.org>
13508
13509         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
13510         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
13511         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
13512         (malloc): Undefine also before including <stdlib.h>.
13513         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
13514         Needed on OSF/1 4.0.
13515
13516 2007-11-05  Jim Meyering  <meyering@redhat.com>
13517
13518         git-version-gen: sync from coreutils.
13519         * build-aux/git-version-gen: Add comments.
13520         Change the first '-' to '.' in the snapshot version string,
13521         e.g., 6.9-377-08144 -> 6.9.377-08144
13522         Remove first parameter.
13523         Don't declare a version "-dirty" merely because a time
13524         stamp has changed.
13525
13526 2007-11-04  Bruno Haible  <bruno@clisp.org>
13527
13528         * lib/lock.h: Protect all macro definitions containing an 'if'
13529         statement through a "do { ... } while (0)".
13530         * lib/tls.h: Likewise.
13531
13532 2007-11-04  Bruno Haible  <bruno@clisp.org>
13533
13534         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
13535
13536 2007-11-04  Bruno Haible  <bruno@clisp.org>
13537
13538         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
13539         * modules/fprintf-posix (Depends-on): Add nocrash.
13540         * modules/snprintf-posix (Depends-on): Likewise.
13541         * modules/sprintf-posix (Depends-on): Likewise.
13542         * modules/vasnprintf-posix (Depends-on): Likewise.
13543         * modules/vasprintf-posix (Depends-on): Likewise.
13544         * modules/vfprintf-posix (Depends-on): Likewise.
13545         * modules/vsnprintf-posix (Depends-on): Likewise.
13546         * modules/vsprintf-posix (Depends-on): Likewise.
13547         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13548         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13549         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13550         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13551         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13552         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13553         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13554
13555 2007-11-04  Bruno Haible  <bruno@clisp.org>
13556
13557         * modules/nocrash: New file.
13558         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
13559         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
13560
13561 2007-11-04  Bruno Haible  <bruno@clisp.org>
13562
13563         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
13564         precision handling.
13565         * tests/test-vasprintf-posix.c (test_function): Likewise.
13566         * tests/test-snprintf-posix.h (test_function): Likewise.
13567         * tests/test-sprintf-posix.h (test_function): Likewise.
13568
13569         Fix *printf behaviour for large precisions on mingw and BeOS.
13570         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
13571         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
13572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
13573         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13574         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13575         gl_PRINTF_PRECISION and test its result. Invoke
13576         gl_PREREQ_VASNPRINTF_PRECISION.
13577         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13578         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13579         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13581         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13582         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13583         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13584         * doc/functions/fprintf.texi: Update.
13585         * doc/functions/printf.texi: Update.
13586         * doc/functions/snprintf.texi: Update.
13587         * doc/functions/sprintf.texi: Update.
13588         * doc/functions/vfprintf.texi: Update.
13589         * doc/functions/vprintf.texi: Update.
13590         * doc/functions/vsnprintf.texi: Update.
13591         * doc/functions/vsprintf.texi: Update.
13592
13593 2007-11-04  Bruno Haible  <bruno@clisp.org>
13594
13595         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
13596
13597 2007-11-04  Bruno Haible  <bruno@clisp.org>
13598
13599         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
13600         Reported by Sylvain Beucler <beuc@gnu.org>.
13601
13602 2007-11-03  Bruno Haible  <bruno@clisp.org>
13603
13604         * tests/test-fprintf-posix2.sh: New file.
13605         * tests/test-fprintf-posix2.c: New file.
13606         * modules/fprintf-posix-tests (Files): Add them.
13607         (TESTS): Add test-fprintf-posix2.sh.
13608         (configure.ac): Check for getrlimit and setrlimit.
13609         (check_PROGRAMS): Add test-fprintf-posix2.
13610
13611         * tests/test-printf-posix2.sh: New file.
13612         * tests/test-printf-posix2.c: New file.
13613         * modules/printf-posix-tests (Files): Add them.
13614         (TESTS): Add test-printf-posix2.sh.
13615         (configure.ac): Check for getrlimit and setrlimit.
13616         (check_PROGRAMS): Add test-printf-posix2.
13617
13618         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
13619         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
13620         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
13621         (decode_double): New function, copied from decode_long_double.
13622         (scale10_round_decimal_decoded): New function, extracted from
13623         scale10_round_decimal_long_double.
13624         (scale10_round_decimal_long_double): Use it.
13625         (scale10_round_decimal_double): New function.
13626         (floorlog10): New function.
13627         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
13628         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
13629         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13630         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13631         gl_PRINTF_ENOMEM and test its result. Invoke
13632         gl_PREREQ_VASNPRINTF_ENOMEM.
13633         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13634         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13635         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13636         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13637         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13638         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13639         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13640         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
13641         * modules/snprintf-posix (Depends-on): Likewise.
13642         * modules/sprintf-posix (Depends-on): Likewise.
13643         * modules/vasnprintf-posix (Depends-on): Likewise.
13644         * modules/vasprintf-posix (Depends-on): Likewise.
13645         * modules/vfprintf-posix (Depends-on): Likewise.
13646         * modules/vsnprintf-posix (Depends-on): Likewise.
13647         * modules/vsprintf-posix (Depends-on): Likewise.
13648         * doc/functions/fprintf.texi: Update.
13649         * doc/functions/printf.texi: Update.
13650         * doc/functions/snprintf.texi: Update.
13651         * doc/functions/sprintf.texi: Update.
13652         * doc/functions/vfprintf.texi: Update.
13653         * doc/functions/vprintf.texi: Update.
13654         * doc/functions/vsnprintf.texi: Update.
13655         * doc/functions/vsprintf.texi: Update.
13656
13657 2007-11-03  Bruno Haible  <bruno@clisp.org>
13658
13659         * modules/frexp-nolibm-tests: New file.
13660
13661         * modules/frexp-nolibm: New file.
13662         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
13663
13664 2007-11-03  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
13667         value is C99 compliant.
13668         Needed for OSF/1 5.1.
13669
13670 2007-11-03  Bruno Haible  <bruno@clisp.org>
13671
13672         Fix out-of-memory handling of vasnprintf.
13673         * lib/printf-parse.c: Include <errno.h>.
13674         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
13675         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
13676         is already set.
13677
13678 2007-11-02  Eric Blake  <ebb9@byu.net>
13679
13680         Fix tests on cygwin.
13681         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
13682
13683 2007-11-01  Bruno Haible  <bruno@clisp.org>
13684
13685         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
13686         warning.
13687         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
13688         needed for POSIX compatibility.
13689
13690 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13691
13692         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
13693         for compatibility with GNU.
13694
13695 2007-11-01  Bruno Haible  <bruno@clisp.org>
13696
13697         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
13698         (putenv): Renamed from rpl_putenv. Change argument type from
13699         'const char *' to 'char *'.
13700         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
13701         of defining putenv in config.h, just set REPLACE_PUTENV.
13702         * modules/putenv (Depends-on): Add stdlib.
13703         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13704         (Include): Use <stdlib.h>.
13705         * lib/stdlib.in.h (putenv): New declaration.
13706         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
13707         REPLACE_PUTENV.
13708         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
13709         REPLACE_PUTENV.
13710         Needed for MacOS X 10.5.0.
13711         Reported by Peter O'Gorman <peter@pogma.com>.
13712
13713 2007-11-01  Jim Meyering  <meyering@redhat.com>
13714
13715         Treat an empty date string exactly like "0".
13716         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
13717         if the remaining date string (to be parsed) is empty, use "0".
13718         Reported by Mischa Molhoek and discussed in this thread:
13719         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
13720
13721 2007-10-31  Bruno Haible  <bruno@clisp.org>
13722
13723         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
13724         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
13725         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
13726         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
13727         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
13728         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
13729
13730 2007-10-31  Bruno Haible  <bruno@clisp.org>
13731
13732         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
13733         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
13734         (AC_TYPE_LONG_LONG_INT): Use it.
13735         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
13736         it as well.
13737         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
13738         to m4/longlong.m4.
13739         * modules/stdint (Files): Remove m4/ulonglong.m4.
13740         * modules/strtoull (Files): Use m4/longlong.m4 instead of
13741         m4/ulonglong.m4.
13742         * modules/strtoumax (Files): Likewise.
13743
13744 2007-10-30  Bruno Haible  <bruno@clisp.org>
13745
13746         * modules/xvasprintf-posix: New file.
13747         Suggested by Eric Blake.
13748
13749 2007-10-30  Bruno Haible  <bruno@clisp.org>
13750
13751         * modules/xprintf-posix-tests: New file.
13752         * tests/test-xprintf-posix.sh: New file.
13753         * tests/test-xprintf-posix.c: New file.
13754         * tests/test-xfprintf-posix.c: New file.
13755
13756         * modules/xprintf-posix: New file.
13757
13758 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13759
13760         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
13761         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
13762         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
13763
13764 2007-10-29  Bruno Haible  <bruno@clisp.org>
13765
13766         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
13767         contain the special marker '_cv_'.
13768         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13769         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13770         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13771         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
13772         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13773         Reported by Ralf Wildenhues.
13774
13775 2007-10-29  Bruno Haible  <bruno@clisp.org>
13776
13777         * gnulib-tool (func_import): When --lgpl is not specified, set
13778         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
13779         GPLv3.
13780         Reported by Simon Josefsson.
13781
13782 2007-10-28  Bruno Haible  <bruno@clisp.org>
13783
13784         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
13785         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
13786         HAVE_DECL_ISFINITE.
13787         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13788         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
13789         HAVE_DECL_ISFINITE.
13790
13791 2007-10-28  Bruno Haible  <bruno@clisp.org>
13792
13793         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
13794         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
13795
13796 2007-10-28  Bruno Haible  <bruno@clisp.org>
13797
13798         Fix link errors with Sun C 5.0 on Solaris 10.
13799         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
13800         function is declared but not present in the compiler's libm.
13801         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
13802         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
13803         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
13804         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
13805         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
13806         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
13807         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
13808         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13809         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
13810         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
13811         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
13812         HAVE_DECL_FLOORL.
13813
13814 2007-10-28  Bruno Haible  <bruno@clisp.org>
13815
13816         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
13817         gl_FUNC_FLOORL. Cache the result.
13818         (gl_FUNC_FLOORL): Use it.
13819         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
13820         gl_FUNC_CEILL. Cache the result.
13821         (gl_FUNC_CEILL): Use it.
13822
13823         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
13824         gl_FUNC_FLOOR. Cache the result.
13825         (gl_FUNC_FLOOR): Use it.
13826         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
13827         gl_FUNC_CEIL. Cache the result.
13828         (gl_FUNC_CEIL): Use it.
13829
13830         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
13831         gl_FUNC_FLOORF. Cache the result.
13832         (gl_FUNC_FLOORF): Use it.
13833         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
13834         gl_FUNC_CEILF. Cache the result.
13835         (gl_FUNC_CEILF): Use it.
13836
13837 2007-10-28  Bruno Haible  <bruno@clisp.org>
13838
13839         * gnulib-tool: Allow specifying the LGPL version number through
13840         --lgpl=2 or --lgpl=3.
13841         (func_usage): Document --lgpl with argument.
13842         Handle --lgpl=... arguments.
13843         (func_import): Recognize also gl_LGPL calls with an argument. When
13844         --lgpl=2 is used and the module's license is just LGPL, report an
13845         error. Set sed_transform_lib_file according to the lgpl variable. In
13846         the generated files, use --lgpl or gl_LGPL invocations with argument,
13847         if necessary.
13848         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
13849         an LGPv2+ license.
13850         * doc/gnulib-tool.texi (Modified imports): Update explanation of
13851         gl_LGPL macro.
13852
13853 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13854             Bruno Haible  <bruno@clisp.org>
13855
13856         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
13857         (u16_uctomb_aux): Likewise.
13858         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
13859         !HAVE_INLINE.
13860         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
13861
13862 2007-10-28  Bruno Haible  <bruno@clisp.org>
13863
13864         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
13865         Invoke AM_GETTEXT_OPTION if it exists.
13866         * modules/vasprintf: Likewise.
13867         * modules/verror: Likewise.
13868         * modules/xprintf: Likewise.
13869         * modules/xvasprintf: Likewise.
13870
13871 2007-10-27  Ben Pfaff  <blp@gnu.org>
13872
13873         * lib/math.in.h: Define isfinite macro and prototypes for
13874         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
13875         implementations.
13876         * m4/math_h.m4: New substitutions for isfinite module.
13877         * lib/isfinite.c: New file.
13878         * m4/isfinite.m4: New file.
13879         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
13880         * modules/isfinite: New file.
13881         * modules/isfinite-tests: New file.
13882         * tests/tests-isfinite.c: New file.
13883         * doc/functions/isfinite.texi: Mention isfinite module.
13884         * MODULES.html.sh: Mention new module.
13885
13886 2007-10-27  Ben Pfaff  <blp@gnu.org>
13887
13888         Ralf Wildenhues reported that Tru64 4.0D declares the round
13889         functions but does not have definitions.
13890         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
13891         cannot be found in any library, set the output variable to
13892         "missing" instead of "".
13893         * m4/round.m4: Also use our substitute if we cannot find round in
13894         any library, even if it is declared.
13895         * m4/roundf.m4: Likewise for roundf.
13896         * m4/roundl.m4: Likewise for roundl.
13897         * lib/math.in.h: Undefine roundf, round, roundl before defining
13898         their replacements, to allow for hypothetical systems where these
13899         may be defined as macros but not available in libraries.
13900
13901 2007-10-27  Bruno Haible  <bruno@clisp.org>
13902
13903         * doc/gnulib.texi: Invoke @firstparagraphindent.
13904         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
13905         changes in gnulib.
13906         (Source changes): New section.
13907
13908 2007-10-26  Bruno Haible  <bruno@clisp.org>
13909
13910         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
13911         borrowed from autoconf.
13912
13913 2007-10-26  Bruno Haible  <bruno@clisp.org>
13914
13915         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
13916         strerror returned the empty string. Needed on HP-UX 11.00.
13917
13918 2007-10-24  Micah Cowan  <micah@cowan.name>
13919
13920         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
13921         * build-aux/bootstrap: Remove support for now-unnecessary option,
13922         --cvs-user, and envvars CVS_USER, CVS_RSH.
13923
13924 2007-10-24  Jim Meyering  <meyering@redhat.com>
13925
13926         Avoid diagnostics from sha1sum when there is no cached checksum.
13927         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
13928         if the po.s1 file hasn't been created yet.
13929
13930         * build-aux/bootstrap: Sync from coreutils:
13931         2007-10-24  Jim Meyering  <meyering@redhat.com>
13932         Get gnulib from the git repository, not from an obsolete cvs one.
13933         * build-aux/bootstrap: Suggestion from Micah Cowan.
13934         2007-10-04  Jim Meyering  <jim@meyering.net>
13935         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
13936         (update_po_files): Work also when there are no .po files in po/.
13937
13938 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13939
13940         * README: Append ".git" to git and cg examples.
13941         Problem reported by Benoit Sigoure.
13942
13943 2007-10-23  Micah Cowan  <micah@cowan.name>
13944
13945         * users.txt: Add wget.
13946
13947 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13948
13949         Fix linking of some unistdio tests on FreeBSD.
13950         * modules/unistdio/u16-vsnprintf-tests
13951         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
13952         * modules/unistdio/u16-vsprintf-tests
13953         (test_u16_vsnprintf1_LDADD): Likewise.
13954         * modules/unistdio/u32-vsnprintf-tests
13955         (test_u32_vsnprintf1_LDADD): Likewise.
13956         * modules/unistdio/u32-vsprintf-tests
13957         (test_u32_vsprintf1_LDADD): Likewise.
13958         * modules/unistdio/u8-vsnprintf-tests
13959         (test_u8_vsnprintf1_LDADD): Likewise.
13960         * modules/unistdio/u8-vsprintf-tests
13961         (test_u8_vsprintf1_LDADD): Likewise.
13962         * modules/unistdio/ulc-vsnprintf-tests
13963         (test_ulc_vsnprintf1_LDADD): Likewise.
13964         * modules/unistdio/ulc-vsprintf-tests
13965         (test_ulc_vsprintf1_LDADD): Likewise.
13966
13967         Fix linking of some uniconv tests on FreeBSD.
13968         * modules/uniconv/u16-conv-from-enc-tests
13969         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
13970         * modules/uniconv/u16-conv-to-enc-tests
13971         (test_u16_conv_to_enc_LDADD): Likewise.
13972         * modules/uniconv/u16-strconv-from-enc-tests
13973         (test_u16_strconv_from_enc_LDADD): Likewise.
13974         * modules/uniconv/u16-strconv-to-enc-tests
13975         (test_u16_strconv_to_enc_LDADD): Likewise.
13976         * modules/uniconv/u32-conv-from-enc-tests
13977         (test_u32_conv_from_enc_LDADD): Likewise.
13978         * modules/uniconv/u32-conv-to-enc-tests
13979         (test_u32_conv_to_enc_LDADD): Likewise.
13980         * modules/uniconv/u32-strconv-from-enc-tests
13981         (test_u32_strconv_from_enc_LDADD): Likewise.
13982         * modules/uniconv/u32-strconv-to-enc-tests
13983         (test_u32_strconv_to_enc_LDADD): Likewise.
13984         * modules/uniconv/u8-conv-from-enc-tests
13985         (test_u8_conv_from_enc_LDADD): Likewise.
13986         * modules/uniconv/u8-conv-to-enc-tests
13987         (test_u8_conv_to_enc_LDADD): Likewise.
13988         * modules/uniconv/u8-strconv-from-enc-tests
13989         (test_u8_strconv_from_enc_LDADD): Likewise.
13990         * modules/uniconv/u8-strconv-to-enc-tests
13991         (test_u8_strconv_to_enc_LDADD): Likewise.
13992
13993 2007-10-22  Bruno Haible  <bruno@clisp.org>
13994
13995         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
13996         size.
13997
13998 2007-10-22  Eric Blake  <ebb9@byu.net>
13999
14000         Tweak x*printf documentation.
14001         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
14002         variable name and comments.
14003         Suggested by Bruno Haible.
14004
14005 2007-10-22  Bruno Haible  <bruno@clisp.org>
14006
14007         * lib/acl.c (copy_acl): Fix file name in comment.
14008
14009 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         Fix Tru64 problem with stdbool.h.
14012         * lib/stdbool.in.h (false, true):
14013         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
14014         Don't declare as an enum in this situation; it runs afoul of Tru64.
14015         Problem reported by Steven M. Schweda in
14016         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
14017
14018 2007-10-22  Eric Blake  <ebb9@byu.net>
14019
14020         Also wrap vf?printf.
14021         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
14022         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
14023         (xvprintf, xvfprintf): New functions.
14024
14025 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14026
14027         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
14028         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
14029
14030         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
14031         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
14032
14033 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14034
14035         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
14036         by Bruno Haible.
14037
14038 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14039
14040         * lib/getloadavg.c
14041         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
14042         Undef `sys' after including sys/table.h, for Tru64 4.0D.
14043
14044         * tests/test-i-ring.c: Work for C89.
14045
14046 2007-10-22  Bruno Haible  <bruno@clisp.org>
14047
14048         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
14049         -1u, in preprocessor expression, so that we don't test for the bug
14050         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
14051         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
14052
14053 2007-10-22  Eric Blake  <ebb9@byu.net>
14054
14055         * tests/test-yesno.sh: Silence stderr during test.
14056
14057 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14058
14059         * modules/crypto/gc-camellia: New file.
14060
14061         * m4/gc-camellia.m4: New file.
14062
14063         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
14064
14065         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
14066
14067 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14068
14069         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
14070         --help to stdout.  Reported by sms@antinode.org (Steven
14071         M. Schweda).
14072
14073 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14074
14075         * users.txt: Fix link to libksba.
14076
14077 2007-10-21  Ben Pfaff  <blp@gnu.org>
14078
14079         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
14080         round.c roundf implementation that depends on floorf and ceilf to
14081         be tested unconditionally.
14082
14083 2007-10-21  Ben Pfaff  <blp@gnu.org>
14084
14085         * m4/check-libm-func.m4: Removed.
14086         * m4/check-math-lib.m4: New file.
14087         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
14088         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
14089         definition and lack of AC_LIBOBJ([roundf]).
14090         * m4/roundl.m4: Ditto, and similarly for roundl.
14091         * modules/round: Reference new m4 file.
14092         * modules/roundf: Ditto.
14093         * modules/roundl: Ditto.
14094         * tests/test-round2.c (main): Use ROUND instead of round.
14095         Bug report from Bruno Haible.
14096
14097 2007-10-21  Bruno Haible  <bruno@clisp.org>
14098
14099         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
14100         context.
14101
14102 2007-10-21  Bruno Haible  <bruno@clisp.org>
14103
14104         * tests/test-wcwidth.c (main): Allow negative result for some control
14105         characters.
14106
14107         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
14108         Needed on OSF/1 5.1.
14109
14110 2007-10-21  Bruno Haible  <bruno@clisp.org>
14111
14112         * tests/test-floorf1.c: Include isnanf.h.
14113         (main): Use isnanf() instead of isnan().
14114         * tests/test-ceilf1.c: Include isnanf.h.
14115         (main): Use isnanf() instead of isnan().
14116         * tests/test-truncf1.c: Include isnanf.h.
14117         (main): Use isnanf() instead of isnan().
14118         * tests/test-roundf1.c: Include isnanf.h.
14119         (main): Use isnanf() instead of isnan().
14120
14121 2007-10-21  Eric Blake  <ebb9@byu.net>
14122
14123         * users.txt: Update URL for m4.
14124
14125 2007-10-21  Bruno Haible  <bruno@clisp.org>
14126
14127         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
14128
14129 2007-10-21  Bruno Haible  <bruno@clisp.org>
14130
14131         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
14132         Git's management files if the CVS files are not present.
14133
14134 2007-10-20  Bruno Haible  <bruno@clisp.org>
14135
14136         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
14137         gcc-3.4.x.
14138
14139 2007-10-20  Ben Pfaff  <blp@gnu.org>
14140
14141         * lib/math.in.h: Declare round, roundf, roundl if we are providing
14142         implementations.
14143         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
14144         * lib/round.c: New file.
14145         * lib/roundf.c: New file.
14146         * lib/roundl.c: New file.
14147         * m4/round.m4: New file.
14148         * m4/roundf.m4: New file.
14149         * m4/roundl.m4: New file.
14150         * m4/check-libm-func-m4: New file.
14151         * modules/math: Replace round, roundf, roundl related @VARS@ in
14152         math.in.h.
14153         * modules/round: New file.
14154         * modules/round-tests: New file.
14155         * modules/roundf: New file.
14156         * modules/roundf-tests: New file.
14157         * modules/roundl: New file.
14158         * modules/roundl-tests: New file.
14159         * tests/test-round1.c: New file.
14160         * tests/test-round2.c: New file.
14161         * tests/test-roundf1.c: New file.
14162         * tests/test-roundf2.c: New file.
14163         * tests/test-roundl.c: New file.
14164         * doc/functions/round.texi: Mention round module.
14165         * doc/functions/roundf.texi: Mention roundf module.
14166         * doc/functions/roundl.texi: Mention roundl module.
14167         * MODULES.html.sh: Mention new modules.
14168         Thanks to Bruno Haible for suggestions.
14169
14170 2007-10-20  Jim Meyering  <meyering@redhat.com>
14171
14172         * lib/xprintf.c: Include <config.h> unconditionally.
14173
14174         Change xprintf's license to GPL.
14175         * modules/xprintf (License): s/LGPL/GPL/, since this module
14176         depends on modules (exit and exitfail) which are GPL.
14177         Suggestion from Bruno Haible.
14178
14179         xprintf fixes.
14180         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
14181         Use a clearer diagnostic.
14182         Patch from Bruno Haible.
14183
14184 2007-10-20  Bruno Haible  <bruno@clisp.org>
14185
14186         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
14187         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
14188         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14189
14190 2007-10-20  Bruno Haible  <bruno@clisp.org>
14191
14192         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
14193         precision in the comparison result > x - 1 or similar.
14194         * tests/test-ceilf2.c (correct_result_p): Likewise.
14195         * tests/test-truncf2.c (correct_result_p): Likewise.
14196         * tests/test-trunc2.c (correct_result_p): Likewise.
14197         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14198
14199 2007-10-20  Bruno Haible  <bruno@clisp.org>
14200
14201         * modules/ceil: New file.
14202         * m4/ceil.m4: New file.
14203         * doc/functions/ceil.texi: Mention the 'ceil' module.
14204
14205 2007-10-20  Bruno Haible  <bruno@clisp.org>
14206
14207         * modules/floor: New file.
14208         * m4/floor.m4: New file.
14209         * doc/functions/floor.texi: Mention the 'floor' module.
14210
14211 2007-10-20  Bruno Haible  <bruno@clisp.org>
14212
14213         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
14214         of %a.
14215         * modules/floorf-tests (Depends-on): Likewise.
14216         * modules/truncf-tests (Depends-on): Likewise.
14217         * modules/trunc-tests (Depends-on): Likewise.
14218         Reported by Ben Pfaff.
14219
14220 2007-10-19  Jim Meyering  <meyering@redhat.com>
14221
14222         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
14223         Don't bother testing specific errno values.  Just test ferror.
14224
14225         New module: xprintf
14226         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
14227
14228 2007-10-19  Bruno Haible  <bruno@clisp.org>
14229
14230         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
14231         syntax.
14232         * modules/javaexec (Makefile.am): Likewise.
14233         * modules/relocatable-prog (Makefile.am): Likewise.
14234         Suggested by Jim Meyering.
14235
14236 2007-10-18  Bruno Haible  <bruno@clisp.org>
14237
14238         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
14239         Reported by Jim Meyering.
14240
14241 2007-10-18  Eric Blake  <ebb9@byu.net>
14242
14243         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
14244
14245 2007-10-18  Bruno Haible  <bruno@clisp.org>
14246
14247         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
14248         the format string into writable memory. Needed in Fortify conditions.
14249
14250 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
14251             Bruno Haible  <bruno@clisp.org>
14252
14253         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
14254         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
14255         * modules/trim (Depends-on): Add mbchar.
14256         (configure.ac): Add gl_FUNC_MBRTOWC.
14257         (Makefile.am): Augment lib_SOURCES.
14258
14259 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14260
14261         Modify glob.c to use fstatat and dirfd, to simplify it.
14262         Suggested by Eric Blake.
14263         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
14264         Don't include <stdbool.h>; not used.
14265         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
14266         (link_exists_p): Simplify implementation, since we can now assume
14267         dirfd and fstatat.
14268         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
14269
14270 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14271
14272         * gnulib-tool (func_get_dependencies): Fix sed script to
14273         match only tests.
14274
14275 2007-10-17  Bruno Haible  <bruno@clisp.org>
14276
14277         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
14278         allow locale names without encoding suffix.
14279         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14280         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14281
14282 2007-10-16  Bruno Haible  <bruno@clisp.org>
14283
14284         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
14285         * lib/getgroups.c (getgroups): Likewise.
14286         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
14287
14288 2007-10-16  Bruno Haible  <bruno@clisp.org>
14289
14290         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
14291         * modules/malloc-posix (License): Likewise.
14292         * modules/realloc-posix (License): Likewise.
14293         * modules/calloc-posix (License): Likewise.
14294         * modules/intprops (License): Change from GPL to LGPL, with
14295         Paul Eggert's approval.
14296
14297 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14298
14299         Merge glibc changes into lib/glob.c.
14300
14301         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
14302         2007-10-15 04:59:03 UTC.  Here are the changes:
14303
14304         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
14305
14306         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
14307
14308         * lib/glob.c: Add some branch prediction throughout.
14309
14310         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
14311
14312         [BZ #5103]
14313         * lib/glob.c (glob): Recognize patterns starting \/.
14314
14315         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
14316
14317         [BZ #3996]
14318         * lib/glob.c (attribute_hidden): Define if not defined.
14319         (glob): Unescape dirname, filename or username when needed and not
14320         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
14321         is NULL.  Handle unescaped [ in pattern without closing ].
14322         Don't pass GLOB_CHECK down to recursive glob for directories.
14323         (__glob_pattern_type): New function.
14324         (__glob_pattern_p): Implement using __glob_pattern_type.
14325         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
14326         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
14327         Remove unreachable code.
14328
14329         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
14330
14331         * lib/glob.c (glob_in_dir): Add some comments and asserts to
14332         explain why there are no leaks.
14333
14334         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
14335
14336         [BZ #3253]
14337         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
14338         time, rather allocate increasingly bigger arrays of pointers, if
14339         possible with alloca, if too large with malloc.
14340
14341 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14342
14343         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
14344         Problem reported by H.Merijn Brand in
14345         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
14346         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
14347         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14348
14349 2007-10-15  Bruno Haible  <bruno@clisp.org>
14350
14351         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
14352         with explicit rpl_ prefix.
14353         * lib/fopen.c (fopen): Likewise.
14354         * lib/freopen.c (freopen): Likewise.
14355         * lib/iconv.c (iconv): Likewise.
14356         * lib/iconv_close.c (iconv_close): Likewise.
14357
14358 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14359
14360         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
14361
14362 2007-10-15  Bruno Haible  <bruno@clisp.org>
14363
14364         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
14365         <stddef.h> instead of <stdlib.h> since we only need NULL.
14366         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14367
14368 2007-10-15  Bruno Haible  <bruno@clisp.org>
14369
14370         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
14371         Replace paragraph talking about LIBOBJS.
14372         Reported by Colin Watson <cjwatson@debian.org>.
14373
14374 2007-10-15  Bruno Haible  <bruno@clisp.org>
14375
14376         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
14377         <stdlib.h> before using NULL.
14378
14379 2007-10-15  Simon Josefsson  <simon@josefsson.org>
14380
14381         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
14382         Reported by Albert Chin <china@thewrittenword.com>.
14383
14384 2007-10-14  Bruno Haible  <bruno@clisp.org>
14385
14386         * modules/iconv_open-utf-tests: New file.
14387         * tests/test-iconv-utf.c: New file.
14388
14389         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
14390         * modules/iconv_open-utf: New file.
14391         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
14392         (iconv, iconv_close): New declarations.
14393         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
14394         be defined.
14395         (iconv_open): Add special handling of conversion between UTF-8 and
14396         UTF-{16,32}{BE,LE}.
14397         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
14398         * lib/iconv_close.c: New file.
14399         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
14400         gl_FUNC_ICONV_OPEN.
14401         (gl_FUNC_ICONV_OPEN): Use it.
14402         (gl_FUNC_ICONV_OPEN_UTF): New macro.
14403         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
14404         and REPLACE_ICONV_UTF.
14405         * modules/iconv_open (Depends-on): Add c-strcase.
14406         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
14407         ICONV_CONST.
14408         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
14409
14410 2007-10-13  Albert Chin  <china@thewrittenword.com>
14411             Bruno Haible  <bruno@clisp.org>
14412
14413         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
14414         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
14415
14416 2007-10-13  Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
14419         defined, use the ISO C99 inline semantics.
14420         * lib/argp.h (ARGP_EI): Likewise.
14421
14422 2007-10-13  Bruno Haible  <bruno@clisp.org>
14423
14424         Handle 'inline' change in gcc 4.3.0.
14425         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
14426         argp_fmtstream_write, argp_fmtstream_set_lmargin,
14427         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
14428         argp_fmtstream_point): Disable 'extern' declaration if the function
14429         definition is going to be provided inline.
14430         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
14431         semantics, not the ISO C99 inline semantics.
14432         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
14433         'extern' declaration if the function definition is going to be provided
14434         inline.
14435         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
14436         the GNU C inline semantics, not the ISO C99 inline semantics. With
14437         GCC 4.2, avoid a warning.
14438
14439 2007-10-13  Bruno Haible  <bruno@clisp.org>
14440
14441         * lib/freading.h (freading): Enable the use of __freading for
14442         glibc >= 2.7.
14443         * lib/freading.c (freading): Likewise.
14444
14445 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
14448         "warning: C99 inline functions are not supported; using GNU89".
14449
14450 2007-10-12  Bruno Haible  <bruno@clisp.org>
14451
14452         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
14453         of 2.
14454         * tests/test-ceilf2.c: New file.
14455         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
14456
14457         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
14458         * modules/ceilf-tests: Update.
14459
14460 2007-10-12  Bruno Haible  <bruno@clisp.org>
14461
14462         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
14463         of 2.
14464         * tests/test-floorf2.c: New file.
14465         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
14466
14467         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
14468         * modules/floorf-tests: Update.
14469
14470 2007-10-12  Bruno Haible  <bruno@clisp.org>
14471
14472         * tests/test-trunc2.c: New file.
14473         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
14474
14475         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
14476         * modules/trunc-tests: Update.
14477
14478 2007-10-12  Bruno Haible  <bruno@clisp.org>
14479
14480         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
14481         of 2.
14482         * tests/test-truncf2.c: New file.
14483         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
14484
14485         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
14486         * modules/truncf-tests: Update.
14487
14488 2007-10-11  Eric Blake  <ebb9@byu.net>
14489
14490         Don't claim strerror is broken on Interix.
14491         * doc/functions/strerror.texi (strerror): Known broken systems are
14492         now Solaris 8, and not Interix.
14493         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
14494         Interix on cross-compile.
14495         Reported by Martin Koeppe in
14496         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
14497
14498 2007-10-11  Bruno Haible  <bruno@clisp.org>
14499
14500         * modules/i-ring-tests: New file.
14501         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
14502         instead of assert.
14503
14504 2007-10-11  Bruno Haible  <bruno@clisp.org>
14505
14506         * modules/filenamecat-tests: New file.
14507         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
14508         * lib/filenamecat.c: Remove test code.
14509
14510 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14511
14512         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
14513
14514         * lib/strerror.c: Include <string.h> always, to test interface,
14515         and to remove the need for the dummy.
14516         Include intprops.h to compute width instead of doing it ourselves
14517         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
14518         (strerror): Define it to return NULL if there's no system strerror.
14519         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
14520         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
14521         ancient pre-strerror Unix systems well any more.  Saying "unknown
14522         system error" is enough.
14523         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
14524         simpler strerror.c implementation.
14525         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
14526         Simplify the tests to reflect the simpler strerror implementation.
14527         * modules/strerror (Depends-on): Add intprops.
14528
14529 2007-10-09  Eric Blake  <ebb9@byu.net>
14530
14531         Silence test-fpending.
14532         * modules/fpending-tests (Files): Add wrapper script.
14533         * tests/test-fpending.sh: New file.
14534
14535 2007-10-09  Bruno Haible  <bruno@clisp.org>
14536
14537         * MODULES.html.sh (func_module): Don't create a hyperlink for
14538         function names like 'printf_frexp'.
14539         (Misc): Add crc, memxor.
14540         (Characteristics of floating types): New section.
14541         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
14542         isnanf-nolibm, signbit, trunc, truncf, truncl.
14543         (Enhancements for ISO C 99 functions): New subsection Input/output.
14544         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
14545         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
14546         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
14547         (Compatibility checks for POSIX:2001 functions): Add clock-time.
14548         (Enhancements for POSIX:2001 functions): Add chdir-long.
14549         (File system functions): Add areadlink, chdir-safer, read-file.
14550         Remove cycle-check.
14551         (File system as inode set): New section.
14552         (Date and time): Add gethrxtime.
14553         (Multithreading): Add openmp.
14554         (Internationalization functions): Add localename.
14555         (Unicode string functions): Add unistr/u*-mbsnlen.
14556         (Support for maintaining and releasing projects): Add git-version-gen.
14557         (Lone files): Remove directories.
14558
14559 2007-10-08  Ben Pfaff  <blp@gnu.org>
14560
14561         * lib/xmalloca.h: Fix typo in comment.
14562
14563 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14564
14565         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
14566         when avoiding problems with integer overflow.  Use a portable test
14567         instead.
14568
14569 2007-10-08  Simon Josefsson  <simon@josefsson.org>
14570
14571         * modules/dummy (License): Change to LGPLv2+.
14572         * modules/float (License): Likewise
14573         * modules/realloc (License): Likewise
14574         * modules/stdlib (License): Likewise
14575
14576 2007-10-07  Bruno Haible  <bruno@clisp.org>
14577
14578         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
14579         * floor.c (TWO_MANT_DIG): Likewise.
14580         * ceil.c (TWO_MANT_DIG): Likewise.
14581         Reported by Ben Pfaff.
14582
14583 2007-10-07  Bruno Haible  <bruno@clisp.org>
14584
14585         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
14586         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
14587         * lib/frexp.c (FUNC): Likewise.
14588         * lib/printf-frexp.h (printf_frexp): Likewise.
14589         * lib/printf-frexpl.h (printf_frexpl): Likewise.
14590         * lib/printf-frexp.c (FUNC): Likewise.
14591         Suggested by Jim Meyering.
14592
14593 2007-10-07  Jim Meyering  <meyering@redhat.com>
14594
14595         Make xnanosleep's integer overflow test more robust.
14596         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
14597         so that gcc-4.3.0 doesn't optimize away this test for overflow.
14598
14599 2007-10-07  Bruno Haible  <bruno@clisp.org>
14600
14601         * NEWS: Mention the license change.
14602
14603         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
14604         abbreviations in the modules files.
14605
14606         Change copyright notice from GPLv2+ to GPLv3+.
14607         * README: Change copyright notice.
14608         * MODULES.html.sh: Likewise.
14609         * build-aux/bootstrap.conf: Likewise.
14610         * build-aux/config.libpath: Likewise.
14611         * build-aux/csharpcomp.sh.in: Likewise.
14612         * build-aux/csharpexec.sh.in: Likewise.
14613         * build-aux/install-reloc: Likewise.
14614         * build-aux/javacomp.sh.in: Likewise.
14615         * build-aux/javaexec.sh.in: Likewise.
14616         * build-aux/ldd.sh.in: Likewise.
14617         * build-aux/reloc-ldflags: Likewise.
14618         * build-aux/relocatable.sh.in: Likewise.
14619         * build-aux/x-to-1.in: Likewise.
14620         * check-module: Likewise.
14621         * config/srclistvars.sh: Likewise.
14622         * gnulib-tool: Likewise.
14623         * lib/acl-internal.h: Likewise.
14624         * lib/acl.c: Likewise.
14625         * lib/acl.h: Likewise.
14626         * lib/acl_entries.c: Likewise.
14627         * lib/areadlink-with-size.c: Likewise.
14628         * lib/areadlink.c: Likewise.
14629         * lib/areadlink.h: Likewise.
14630         * lib/argmatch.c: Likewise.
14631         * lib/argmatch.h: Likewise.
14632         * lib/argp-ba.c: Likewise.
14633         * lib/argp-eexst.c: Likewise.
14634         * lib/argp-fmtstream.c: Likewise.
14635         * lib/argp-fmtstream.h: Likewise.
14636         * lib/argp-fs-xinl.c: Likewise.
14637         * lib/argp-help.c: Likewise.
14638         * lib/argp-namefrob.h: Likewise.
14639         * lib/argp-parse.c: Likewise.
14640         * lib/argp-pin.c: Likewise.
14641         * lib/argp-pv.c: Likewise.
14642         * lib/argp-pvh.c: Likewise.
14643         * lib/argp-xinl.c: Likewise.
14644         * lib/argp.h: Likewise.
14645         * lib/at-func.c: Likewise.
14646         * lib/atanl.c: Likewise.
14647         * lib/backupfile.c: Likewise.
14648         * lib/backupfile.h: Likewise.
14649         * lib/basename.c: Likewise.
14650         * lib/binary-io.h: Likewise.
14651         * lib/byteswap.in.h: Likewise.
14652         * lib/c-stack.c: Likewise.
14653         * lib/c-stack.h: Likewise.
14654         * lib/c-strcasestr.c: Likewise.
14655         * lib/c-strcasestr.h: Likewise.
14656         * lib/c-strstr.c: Likewise.
14657         * lib/c-strstr.h: Likewise.
14658         * lib/c-strtod.c: Likewise.
14659         * lib/calloc.c: Likewise.
14660         * lib/canon-host.c: Likewise.
14661         * lib/canon-host.h: Likewise.
14662         * lib/canonicalize-lgpl.c: Likewise.
14663         * lib/canonicalize.c: Likewise.
14664         * lib/canonicalize.h: Likewise.
14665         * lib/ceil.c: Likewise.
14666         * lib/ceilf.c: Likewise.
14667         * lib/ceill.c: Likewise.
14668         * lib/chdir-long.c: Likewise.
14669         * lib/chdir-long.h: Likewise.
14670         * lib/chdir-safer.c: Likewise.
14671         * lib/chdir-safer.h: Likewise.
14672         * lib/chown.c: Likewise.
14673         * lib/classpath.c: Likewise.
14674         * lib/classpath.h: Likewise.
14675         * lib/clean-temp.c: Likewise.
14676         * lib/clean-temp.h: Likewise.
14677         * lib/cloexec.c: Likewise.
14678         * lib/close-stream.c: Likewise.
14679         * lib/closein.c: Likewise.
14680         * lib/closein.h: Likewise.
14681         * lib/closeout.c: Likewise.
14682         * lib/closeout.h: Likewise.
14683         * lib/concat-filename.c: Likewise.
14684         * lib/copy-file.c: Likewise.
14685         * lib/copy-file.h: Likewise.
14686         * lib/count-one-bits.h: Likewise.
14687         * lib/crc.c: Likewise.
14688         * lib/crc.h: Likewise.
14689         * lib/creat-safer.c: Likewise.
14690         * lib/csharpcomp.c: Likewise.
14691         * lib/csharpcomp.h: Likewise.
14692         * lib/csharpexec.c: Likewise.
14693         * lib/csharpexec.h: Likewise.
14694         * lib/cycle-check.c: Likewise.
14695         * lib/cycle-check.h: Likewise.
14696         * lib/diacrit.c: Likewise.
14697         * lib/diacrit.h: Likewise.
14698         * lib/diffseq.h: Likewise.
14699         * lib/dirchownmod.c: Likewise.
14700         * lib/dirent.in.h: Likewise.
14701         * lib/dirfd.c: Likewise.
14702         * lib/dirfd.h: Likewise.
14703         * lib/dirname.c: Likewise.
14704         * lib/dirname.h: Likewise.
14705         * lib/dummy.c: Likewise.
14706         * lib/dup-safer.c: Likewise.
14707         * lib/dup2.c: Likewise.
14708         * lib/eealloc.h: Likewise.
14709         * lib/error.c: Likewise.
14710         * lib/error.h: Likewise.
14711         * lib/euidaccess.c: Likewise.
14712         * lib/exclude.c: Likewise.
14713         * lib/exclude.h: Likewise.
14714         * lib/execute.c: Likewise.
14715         * lib/execute.h: Likewise.
14716         * lib/exitfail.c: Likewise.
14717         * lib/exitfail.h: Likewise.
14718         * lib/expl.c: Likewise.
14719         * lib/fatal-signal.c: Likewise.
14720         * lib/fatal-signal.h: Likewise.
14721         * lib/fbufmode.c: Likewise.
14722         * lib/fbufmode.h: Likewise.
14723         * lib/fchdir.c: Likewise.
14724         * lib/fchmodat.c: Likewise.
14725         * lib/fchownat.c: Likewise.
14726         * lib/fcntl--.h: Likewise.
14727         * lib/fcntl-safer.h: Likewise.
14728         * lib/fcntl.in.h: Likewise.
14729         * lib/fd-safer.c: Likewise.
14730         * lib/fflush.c: Likewise.
14731         * lib/file-has-acl.c: Likewise.
14732         * lib/file-set.c: Likewise.
14733         * lib/file-type.c: Likewise.
14734         * lib/file-type.h: Likewise.
14735         * lib/fileblocks.c: Likewise.
14736         * lib/filemode.c: Likewise.
14737         * lib/filemode.h: Likewise.
14738         * lib/filename.h: Likewise.
14739         * lib/filenamecat.c: Likewise.
14740         * lib/filenamecat.h: Likewise.
14741         * lib/findprog.c: Likewise.
14742         * lib/findprog.h: Likewise.
14743         * lib/float.in.h: Likewise.
14744         * lib/floor.c: Likewise.
14745         * lib/floorf.c: Likewise.
14746         * lib/floorl.c: Likewise.
14747         * lib/fopen-safer.c: Likewise.
14748         * lib/fopen.c: Likewise.
14749         * lib/fpending.c: Likewise.
14750         * lib/fpending.h: Likewise.
14751         * lib/fprintf.c: Likewise.
14752         * lib/fprintftime.h: Likewise.
14753         * lib/fpucw.h: Likewise.
14754         * lib/fpurge.c: Likewise.
14755         * lib/fpurge.h: Likewise.
14756         * lib/freadable.c: Likewise.
14757         * lib/freadable.h: Likewise.
14758         * lib/freadahead.c: Likewise.
14759         * lib/freadahead.h: Likewise.
14760         * lib/freading.c: Likewise.
14761         * lib/freading.h: Likewise.
14762         * lib/free.c: Likewise.
14763         * lib/freopen.c: Likewise.
14764         * lib/frexp.c: Likewise.
14765         * lib/frexpl.c: Likewise.
14766         * lib/fseek.c: Likewise.
14767         * lib/fseterr.c: Likewise.
14768         * lib/fseterr.h: Likewise.
14769         * lib/fstatat.c: Likewise.
14770         * lib/fstrcmp.c: Likewise.
14771         * lib/fstrcmp.h: Likewise.
14772         * lib/fsusage.c: Likewise.
14773         * lib/fsusage.h: Likewise.
14774         * lib/ftell.c: Likewise.
14775         * lib/ftello.c: Likewise.
14776         * lib/fts-cycle.c: Likewise.
14777         * lib/fts.c: Likewise.
14778         * lib/fts_.h: Likewise.
14779         * lib/full-read.c: Likewise.
14780         * lib/full-read.h: Likewise.
14781         * lib/full-write.c: Likewise.
14782         * lib/full-write.h: Likewise.
14783         * lib/fwritable.c: Likewise.
14784         * lib/fwritable.h: Likewise.
14785         * lib/fwriteerror.c: Likewise.
14786         * lib/fwriteerror.h: Likewise.
14787         * lib/fwriting.c: Likewise.
14788         * lib/fwriting.h: Likewise.
14789         * lib/gcd.c: Likewise.
14790         * lib/gcd.h: Likewise.
14791         * lib/getcwd.c: Likewise.
14792         * lib/getdate.h: Likewise.
14793         * lib/getdate.y: Likewise.
14794         * lib/getdomainname.c: Likewise.
14795         * lib/getdomainname.h: Likewise.
14796         * lib/getgroups.c: Likewise.
14797         * lib/gethostname.c: Likewise.
14798         * lib/gethrxtime.c: Likewise.
14799         * lib/gethrxtime.h: Likewise.
14800         * lib/getloadavg.c: Likewise.
14801         * lib/getndelim2.c: Likewise.
14802         * lib/getndelim2.h: Likewise.
14803         * lib/getnline.c: Likewise.
14804         * lib/getnline.h: Likewise.
14805         * lib/getopt.c: Likewise.
14806         * lib/getopt.in.h: Likewise.
14807         * lib/getopt1.c: Likewise.
14808         * lib/getopt_int.h: Likewise.
14809         * lib/getpagesize.h: Likewise.
14810         * lib/getsubopt.c: Likewise.
14811         * lib/gettime.c: Likewise.
14812         * lib/getugroups.c: Likewise.
14813         * lib/getugroups.h: Likewise.
14814         * lib/getusershell.c: Likewise.
14815         * lib/gl_anyavltree_list1.h: Likewise.
14816         * lib/gl_anyavltree_list2.h: Likewise.
14817         * lib/gl_anyhash_list1.h: Likewise.
14818         * lib/gl_anyhash_list2.h: Likewise.
14819         * lib/gl_anylinked_list1.h: Likewise.
14820         * lib/gl_anylinked_list2.h: Likewise.
14821         * lib/gl_anyrbtree_list1.h: Likewise.
14822         * lib/gl_anyrbtree_list2.h: Likewise.
14823         * lib/gl_anytree_list1.h: Likewise.
14824         * lib/gl_anytree_list2.h: Likewise.
14825         * lib/gl_anytree_oset.h: Likewise.
14826         * lib/gl_anytreehash_list1.h: Likewise.
14827         * lib/gl_anytreehash_list2.h: Likewise.
14828         * lib/gl_array_list.c: Likewise.
14829         * lib/gl_array_list.h: Likewise.
14830         * lib/gl_array_oset.c: Likewise.
14831         * lib/gl_array_oset.h: Likewise.
14832         * lib/gl_avltree_list.c: Likewise.
14833         * lib/gl_avltree_list.h: Likewise.
14834         * lib/gl_avltree_oset.c: Likewise.
14835         * lib/gl_avltree_oset.h: Likewise.
14836         * lib/gl_avltreehash_list.c: Likewise.
14837         * lib/gl_avltreehash_list.h: Likewise.
14838         * lib/gl_carray_list.c: Likewise.
14839         * lib/gl_carray_list.h: Likewise.
14840         * lib/gl_linked_list.c: Likewise.
14841         * lib/gl_linked_list.h: Likewise.
14842         * lib/gl_linkedhash_list.c: Likewise.
14843         * lib/gl_linkedhash_list.h: Likewise.
14844         * lib/gl_list.c: Likewise.
14845         * lib/gl_list.h: Likewise.
14846         * lib/gl_oset.c: Likewise.
14847         * lib/gl_oset.h: Likewise.
14848         * lib/gl_rbtree_list.c: Likewise.
14849         * lib/gl_rbtree_list.h: Likewise.
14850         * lib/gl_rbtree_oset.c: Likewise.
14851         * lib/gl_rbtree_oset.h: Likewise.
14852         * lib/gl_rbtreehash_list.c: Likewise.
14853         * lib/gl_rbtreehash_list.h: Likewise.
14854         * lib/gl_sublist.c: Likewise.
14855         * lib/gl_sublist.h: Likewise.
14856         * lib/group-member.c: Likewise.
14857         * lib/group-member.h: Likewise.
14858         * lib/hard-locale.c: Likewise.
14859         * lib/hard-locale.h: Likewise.
14860         * lib/hash-pjw.c: Likewise.
14861         * lib/hash-pjw.h: Likewise.
14862         * lib/hash-triple.c: Likewise.
14863         * lib/hash.c: Likewise.
14864         * lib/hash.h: Likewise.
14865         * lib/human.c: Likewise.
14866         * lib/human.h: Likewise.
14867         * lib/i-ring.c: Likewise.
14868         * lib/i-ring.h: Likewise.
14869         * lib/idcache.c: Likewise.
14870         * lib/imaxabs.c: Likewise.
14871         * lib/imaxdiv.c: Likewise.
14872         * lib/inet_pton.c: Likewise.
14873         * lib/inet_pton.h: Likewise.
14874         * lib/intprops.h: Likewise.
14875         * lib/inttostr.c: Likewise.
14876         * lib/inttostr.h: Likewise.
14877         * lib/inttypes.in.h: Likewise.
14878         * lib/isapipe.c: Likewise.
14879         * lib/isdir.c: Likewise.
14880         * lib/isnan.c: Likewise.
14881         * lib/isnan.h: Likewise.
14882         * lib/isnanf.c: Likewise.
14883         * lib/isnanf.h: Likewise.
14884         * lib/isnanl-nolibm.h: Likewise.
14885         * lib/isnanl.c: Likewise.
14886         * lib/isnanl.h: Likewise.
14887         * lib/javacomp.c: Likewise.
14888         * lib/javacomp.h: Likewise.
14889         * lib/javaexec.c: Likewise.
14890         * lib/javaexec.h: Likewise.
14891         * lib/javaversion.c: Likewise.
14892         * lib/javaversion.h: Likewise.
14893         * lib/javaversion.java: Likewise.
14894         * lib/lbrkprop.h: Likewise.
14895         * lib/lchmod.h: Likewise.
14896         * lib/lchown.c: Likewise.
14897         * lib/ldexpl.c: Likewise.
14898         * lib/linebreak.c: Likewise.
14899         * lib/linebreak.h: Likewise.
14900         * lib/linebuffer.c: Likewise.
14901         * lib/linebuffer.h: Likewise.
14902         * lib/locale.in.h: Likewise.
14903         * lib/logl.c: Likewise.
14904         * lib/long-options.c: Likewise.
14905         * lib/long-options.h: Likewise.
14906         * lib/lstat.c: Likewise.
14907         * lib/lstat.h: Likewise.
14908         * lib/math.in.h: Likewise.
14909         * lib/mbchar.c: Likewise.
14910         * lib/mbchar.h: Likewise.
14911         * lib/mbfile.h: Likewise.
14912         * lib/mbiter.h: Likewise.
14913         * lib/mbscasecmp.c: Likewise.
14914         * lib/mbscasestr.c: Likewise.
14915         * lib/mbschr.c: Likewise.
14916         * lib/mbscspn.c: Likewise.
14917         * lib/mbslen.c: Likewise.
14918         * lib/mbsncasecmp.c: Likewise.
14919         * lib/mbsnlen.c: Likewise.
14920         * lib/mbspbrk.c: Likewise.
14921         * lib/mbspcasecmp.c: Likewise.
14922         * lib/mbsrchr.c: Likewise.
14923         * lib/mbssep.c: Likewise.
14924         * lib/mbsspn.c: Likewise.
14925         * lib/mbsstr.c: Likewise.
14926         * lib/mbstok_r.c: Likewise.
14927         * lib/mbswidth.c: Likewise.
14928         * lib/mbswidth.h: Likewise.
14929         * lib/mbuiter.h: Likewise.
14930         * lib/memcasecmp.c: Likewise.
14931         * lib/memcasecmp.h: Likewise.
14932         * lib/memchr.c: Likewise.
14933         * lib/memcmp.c: Likewise.
14934         * lib/memcoll.c: Likewise.
14935         * lib/memcoll.h: Likewise.
14936         * lib/memcpy.c: Likewise.
14937         * lib/memrchr.c: Likewise.
14938         * lib/mkancesdirs.c: Likewise.
14939         * lib/mkdir-p.c: Likewise.
14940         * lib/mkdir-p.h: Likewise.
14941         * lib/mkdir.c: Likewise.
14942         * lib/mkdirat.c: Likewise.
14943         * lib/mkdtemp.c: Likewise.
14944         * lib/mkstemp-safer.c: Likewise.
14945         * lib/mkstemp.c: Likewise.
14946         * lib/modechange.c: Likewise.
14947         * lib/modechange.h: Likewise.
14948         * lib/mountlist.c: Likewise.
14949         * lib/mountlist.h: Likewise.
14950         * lib/mpsort.c: Likewise.
14951         * lib/nanosleep.c: Likewise.
14952         * lib/obstack.c: Likewise.
14953         * lib/obstack.h: Likewise.
14954         * lib/open-safer.c: Likewise.
14955         * lib/open.c: Likewise.
14956         * lib/openat-die.c: Likewise.
14957         * lib/openat-priv.h: Likewise.
14958         * lib/openat-proc.c: Likewise.
14959         * lib/openat.c: Likewise.
14960         * lib/openat.h: Likewise.
14961         * lib/pagealign_alloc.c: Likewise.
14962         * lib/pagealign_alloc.h: Likewise.
14963         * lib/physmem.c: Likewise.
14964         * lib/physmem.h: Likewise.
14965         * lib/pipe-safer.c: Likewise.
14966         * lib/pipe.c: Likewise.
14967         * lib/pipe.h: Likewise.
14968         * lib/posixtm.c: Likewise.
14969         * lib/posixtm.h: Likewise.
14970         * lib/posixver.c: Likewise.
14971         * lib/printf-frexp.c: Likewise.
14972         * lib/printf-frexp.h: Likewise.
14973         * lib/printf-frexpl.c: Likewise.
14974         * lib/printf-frexpl.h: Likewise.
14975         * lib/printf.c: Likewise.
14976         * lib/progname.c: Likewise.
14977         * lib/progname.h: Likewise.
14978         * lib/progreloc.c: Likewise.
14979         * lib/putenv.c: Likewise.
14980         * lib/quote.c: Likewise.
14981         * lib/quote.h: Likewise.
14982         * lib/quotearg.c: Likewise.
14983         * lib/quotearg.h: Likewise.
14984         * lib/raise.c: Likewise.
14985         * lib/readline.c: Likewise.
14986         * lib/readline.h: Likewise.
14987         * lib/readlink.c: Likewise.
14988         * lib/readtokens.c: Likewise.
14989         * lib/readtokens.h: Likewise.
14990         * lib/readtokens0.c: Likewise.
14991         * lib/readtokens0.h: Likewise.
14992         * lib/readutmp.c: Likewise.
14993         * lib/readutmp.h: Likewise.
14994         * lib/realloc.c: Likewise.
14995         * lib/relocwrapper.c: Likewise.
14996         * lib/rename-dest-slash.c: Likewise.
14997         * lib/rename.c: Likewise.
14998         * lib/rmdir.c: Likewise.
14999         * lib/rpmatch.c: Likewise.
15000         * lib/safe-read.c: Likewise.
15001         * lib/safe-read.h: Likewise.
15002         * lib/safe-write.c: Likewise.
15003         * lib/safe-write.h: Likewise.
15004         * lib/same-inode.h: Likewise.
15005         * lib/same.c: Likewise.
15006         * lib/same.h: Likewise.
15007         * lib/save-cwd.c: Likewise.
15008         * lib/save-cwd.h: Likewise.
15009         * lib/savedir.c: Likewise.
15010         * lib/savedir.h: Likewise.
15011         * lib/savewd.c: Likewise.
15012         * lib/savewd.h: Likewise.
15013         * lib/search.in.h: Likewise.
15014         * lib/setenv.c: Likewise.
15015         * lib/setenv.h: Likewise.
15016         * lib/settime.c: Likewise.
15017         * lib/sh-quote.c: Likewise.
15018         * lib/sh-quote.h: Likewise.
15019         * lib/sig2str.c: Likewise.
15020         * lib/sig2str.h: Likewise.
15021         * lib/signal.in.h: Likewise.
15022         * lib/signbitd.c: Likewise.
15023         * lib/signbitf.c: Likewise.
15024         * lib/signbitl.c: Likewise.
15025         * lib/sigprocmask.c: Likewise.
15026         * lib/sincosl.c: Likewise.
15027         * lib/sleep.c: Likewise.
15028         * lib/sprintf.c: Likewise.
15029         * lib/sqrtl.c: Likewise.
15030         * lib/stat-time.h: Likewise.
15031         * lib/stdio--.h: Likewise.
15032         * lib/stdio-safer.h: Likewise.
15033         * lib/stdlib--.h: Likewise.
15034         * lib/stdlib-safer.h: Likewise.
15035         * lib/stdlib.in.h: Likewise.
15036         * lib/stpcpy.c: Likewise.
15037         * lib/stpncpy.c: Likewise.
15038         * lib/strchrnul.c: Likewise.
15039         * lib/strcspn.c: Likewise.
15040         * lib/strerror.c: Likewise.
15041         * lib/strftime.c: Likewise.
15042         * lib/strftime.h: Likewise.
15043         * lib/striconveh.c: Likewise.
15044         * lib/striconveh.h: Likewise.
15045         * lib/striconveha.c: Likewise.
15046         * lib/striconveha.h: Likewise.
15047         * lib/stripslash.c: Likewise.
15048         * lib/strnlen1.c: Likewise.
15049         * lib/strnlen1.h: Likewise.
15050         * lib/strtod.c: Likewise.
15051         * lib/strtoimax.c: Likewise.
15052         * lib/strtok_r.c: Likewise.
15053         * lib/strtol.c: Likewise.
15054         * lib/strtoll.c: Likewise.
15055         * lib/strtoul.c: Likewise.
15056         * lib/strtoull.c: Likewise.
15057         * lib/sysexits.in.h: Likewise.
15058         * lib/tempname.c: Likewise.
15059         * lib/tempname.h: Likewise.
15060         * lib/timespec.h: Likewise.
15061         * lib/tls.c: Likewise.
15062         * lib/tls.h: Likewise.
15063         * lib/tmpdir.c: Likewise.
15064         * lib/tmpdir.h: Likewise.
15065         * lib/tmpfile-safer.c: Likewise.
15066         * lib/tmpfile.c: Likewise.
15067         * lib/trigl.c: Likewise.
15068         * lib/trigl.h: Likewise.
15069         * lib/trim.c: Likewise.
15070         * lib/trim.h: Likewise.
15071         * lib/trunc.c: Likewise.
15072         * lib/truncf.c: Likewise.
15073         * lib/truncl.c: Likewise.
15074         * lib/tsearch.c: Likewise.
15075         * lib/unicodeio.c: Likewise.
15076         * lib/unicodeio.h: Likewise.
15077         * lib/unistd--.h: Likewise.
15078         * lib/unistd-safer.h: Likewise.
15079         * lib/unistdio/ulc-fprintf.c: Likewise.
15080         * lib/unistdio/ulc-vfprintf.c: Likewise.
15081         * lib/unlinkdir.c: Likewise.
15082         * lib/unlinkdir.h: Likewise.
15083         * lib/unlocked-io.h: Likewise.
15084         * lib/unsetenv.c: Likewise.
15085         * lib/userspec.c: Likewise.
15086         * lib/utime.c: Likewise.
15087         * lib/utimecmp.c: Likewise.
15088         * lib/utimecmp.h: Likewise.
15089         * lib/utimens.c: Likewise.
15090         * lib/verify.h: Likewise.
15091         * lib/verror.c: Likewise.
15092         * lib/verror.h: Likewise.
15093         * lib/version-etc-fsf.c: Likewise.
15094         * lib/version-etc.c: Likewise.
15095         * lib/version-etc.h: Likewise.
15096         * lib/vfprintf.c: Likewise.
15097         * lib/vprintf.c: Likewise.
15098         * lib/vsprintf.c: Likewise.
15099         * lib/w32spawn.h: Likewise.
15100         * lib/wait-process.c: Likewise.
15101         * lib/wait-process.h: Likewise.
15102         * lib/wcwidth.c: Likewise.
15103         * lib/write-any-file.c: Likewise.
15104         * lib/xalloc-die.c: Likewise.
15105         * lib/xalloc.h: Likewise.
15106         * lib/xasprintf.c: Likewise.
15107         * lib/xgetcwd.c: Likewise.
15108         * lib/xgetcwd.h: Likewise.
15109         * lib/xgetdomainname.c: Likewise.
15110         * lib/xgetdomainname.h: Likewise.
15111         * lib/xgethostname.c: Likewise.
15112         * lib/xmalloc.c: Likewise.
15113         * lib/xmalloca.c: Likewise.
15114         * lib/xmalloca.h: Likewise.
15115         * lib/xmemcoll.c: Likewise.
15116         * lib/xnanosleep.c: Likewise.
15117         * lib/xreadlink.c: Likewise.
15118         * lib/xreadlink.h: Likewise.
15119         * lib/xsetenv.c: Likewise.
15120         * lib/xsetenv.h: Likewise.
15121         * lib/xstriconv.c: Likewise.
15122         * lib/xstriconv.h: Likewise.
15123         * lib/xstrndup.c: Likewise.
15124         * lib/xstrndup.h: Likewise.
15125         * lib/xstrtod.c: Likewise.
15126         * lib/xstrtod.h: Likewise.
15127         * lib/xstrtol-error.c: Likewise.
15128         * lib/xstrtol.c: Likewise.
15129         * lib/xstrtol.h: Likewise.
15130         * lib/xtime.h: Likewise.
15131         * lib/xvasprintf.c: Likewise.
15132         * lib/xvasprintf.h: Likewise.
15133         * lib/yesno.c: Likewise.
15134         * lib/yesno.h: Likewise.
15135         * posix-modules: Likewise.
15136         * tests/test-alloca-opt.c: Likewise.
15137         * tests/test-arcfour.c: Likewise.
15138         * tests/test-arctwo.c: Likewise.
15139         * tests/test-argmatch.c: Likewise.
15140         * tests/test-argp-2.sh: Likewise.
15141         * tests/test-argp.c: Likewise.
15142         * tests/test-arpa_inet.c: Likewise.
15143         * tests/test-array_list.c: Likewise.
15144         * tests/test-array_oset.c: Likewise.
15145         * tests/test-atexit.c: Likewise.
15146         * tests/test-avltree_list.c: Likewise.
15147         * tests/test-avltree_oset.c: Likewise.
15148         * tests/test-avltreehash_list.c: Likewise.
15149         * tests/test-base64.c: Likewise.
15150         * tests/test-binary-io.c: Likewise.
15151         * tests/test-byteswap.c: Likewise.
15152         * tests/test-c-ctype.c: Likewise.
15153         * tests/test-c-strcasecmp.c: Likewise.
15154         * tests/test-c-strcasestr.c: Likewise.
15155         * tests/test-c-strncasecmp.c: Likewise.
15156         * tests/test-c-strstr.c: Likewise.
15157         * tests/test-canonicalize-lgpl.c: Likewise.
15158         * tests/test-canonicalize.c: Likewise.
15159         * tests/test-carray_list.c: Likewise.
15160         * tests/test-ceilf.c: Likewise.
15161         * tests/test-ceill.c: Likewise.
15162         * tests/test-count-one-bits.c: Likewise.
15163         * tests/test-crc.c: Likewise.
15164         * tests/test-dirname.c: Likewise.
15165         * tests/test-fbufmode.c: Likewise.
15166         * tests/test-fcntl.c: Likewise.
15167         * tests/test-fflush.c: Likewise.
15168         * tests/test-floorf.c: Likewise.
15169         * tests/test-floorl.c: Likewise.
15170         * tests/test-fopen.c: Likewise.
15171         * tests/test-fprintf-posix.c: Likewise.
15172         * tests/test-fprintf-posix.h: Likewise.
15173         * tests/test-fpurge.c: Likewise.
15174         * tests/test-freadable.c: Likewise.
15175         * tests/test-freadahead.c: Likewise.
15176         * tests/test-freading.c: Likewise.
15177         * tests/test-freopen.c: Likewise.
15178         * tests/test-frexp.c: Likewise.
15179         * tests/test-frexpl.c: Likewise.
15180         * tests/test-fseek.c: Likewise.
15181         * tests/test-fseeko.c: Likewise.
15182         * tests/test-fseterr.c: Likewise.
15183         * tests/test-fstrcmp.c: Likewise.
15184         * tests/test-ftell.c: Likewise.
15185         * tests/test-ftello.c: Likewise.
15186         * tests/test-fwritable.c: Likewise.
15187         * tests/test-fwriting.c: Likewise.
15188         * tests/test-getaddrinfo.c: Likewise.
15189         * tests/test-getpass.c: Likewise.
15190         * tests/test-gettimeofday.c: Likewise.
15191         * tests/test-hmac-md5.c: Likewise.
15192         * tests/test-hmac-sha1.c: Likewise.
15193         * tests/test-iconv.c: Likewise.
15194         * tests/test-iconvme.c: Likewise.
15195         * tests/test-inttypes.c: Likewise.
15196         * tests/test-isnan.c: Likewise.
15197         * tests/test-isnanf.c: Likewise.
15198         * tests/test-isnanl-nolibm.c: Likewise.
15199         * tests/test-isnanl.c: Likewise.
15200         * tests/test-isnanl.h: Likewise.
15201         * tests/test-ldexpl.c: Likewise.
15202         * tests/test-linked_list.c: Likewise.
15203         * tests/test-linkedhash_list.c: Likewise.
15204         * tests/test-locale.c: Likewise.
15205         * tests/test-localename.c: Likewise.
15206         * tests/test-lock.c: Likewise.
15207         * tests/test-lseek.c: Likewise.
15208         * tests/test-malloca.c: Likewise.
15209         * tests/test-math.c: Likewise.
15210         * tests/test-mbscasecmp.c: Likewise.
15211         * tests/test-mbscasestr1.c: Likewise.
15212         * tests/test-mbscasestr2.c: Likewise.
15213         * tests/test-mbscasestr3.c: Likewise.
15214         * tests/test-mbscasestr4.c: Likewise.
15215         * tests/test-mbschr.c: Likewise.
15216         * tests/test-mbscspn.c: Likewise.
15217         * tests/test-mbsncasecmp.c: Likewise.
15218         * tests/test-mbspbrk.c: Likewise.
15219         * tests/test-mbspcasecmp.c: Likewise.
15220         * tests/test-mbsrchr.c: Likewise.
15221         * tests/test-mbsspn.c: Likewise.
15222         * tests/test-mbsstr1.c: Likewise.
15223         * tests/test-mbsstr2.c: Likewise.
15224         * tests/test-mbsstr3.c: Likewise.
15225         * tests/test-md5.c: Likewise.
15226         * tests/test-memmem.c: Likewise.
15227         * tests/test-netinet_in.c: Likewise.
15228         * tests/test-open.c: Likewise.
15229         * tests/test-printf-frexp.c: Likewise.
15230         * tests/test-printf-frexpl.c: Likewise.
15231         * tests/test-printf-posix.c: Likewise.
15232         * tests/test-printf-posix.h: Likewise.
15233         * tests/test-rbtree_list.c: Likewise.
15234         * tests/test-rbtree_oset.c: Likewise.
15235         * tests/test-rbtreehash_list.c: Likewise.
15236         * tests/test-read-file.c: Likewise.
15237         * tests/test-rijndael.c: Likewise.
15238         * tests/test-search.c: Likewise.
15239         * tests/test-signbit.c: Likewise.
15240         * tests/test-sleep.c: Likewise.
15241         * tests/test-snprintf-posix.c: Likewise.
15242         * tests/test-snprintf-posix.h: Likewise.
15243         * tests/test-snprintf.c: Likewise.
15244         * tests/test-sprintf-posix.c: Likewise.
15245         * tests/test-sprintf-posix.h: Likewise.
15246         * tests/test-stat-time.c: Likewise.
15247         * tests/test-stdbool.c: Likewise.
15248         * tests/test-stdint.c: Likewise.
15249         * tests/test-stdio.c: Likewise.
15250         * tests/test-stdlib.c: Likewise.
15251         * tests/test-stpncpy.c: Likewise.
15252         * tests/test-strcasestr.c: Likewise.
15253         * tests/test-striconv.c: Likewise.
15254         * tests/test-striconveh.c: Likewise.
15255         * tests/test-striconveha.c: Likewise.
15256         * tests/test-string.c: Likewise.
15257         * tests/test-sys_select.c: Likewise.
15258         * tests/test-sys_socket.c: Likewise.
15259         * tests/test-sys_stat.c: Likewise.
15260         * tests/test-sys_time.c: Likewise.
15261         * tests/test-sysexits.c: Likewise.
15262         * tests/test-time.c: Likewise.
15263         * tests/test-tls.c: Likewise.
15264         * tests/test-trunc.c: Likewise.
15265         * tests/test-truncf.c: Likewise.
15266         * tests/test-truncl.c: Likewise.
15267         * tests/test-unistd.c: Likewise.
15268         * tests/test-vasnprintf-posix.c: Likewise.
15269         * tests/test-vasnprintf-posix2.c: Likewise.
15270         * tests/test-vasnprintf.c: Likewise.
15271         * tests/test-vasprintf-posix.c: Likewise.
15272         * tests/test-vasprintf.c: Likewise.
15273         * tests/test-verify.c: Likewise.
15274         * tests/test-vfprintf-posix.c: Likewise.
15275         * tests/test-vprintf-posix.c: Likewise.
15276         * tests/test-vsnprintf-posix.c: Likewise.
15277         * tests/test-vsnprintf.c: Likewise.
15278         * tests/test-vsprintf-posix.c: Likewise.
15279         * tests/test-wchar.c: Likewise.
15280         * tests/test-wctype.c: Likewise.
15281         * tests/test-wcwidth.c: Likewise.
15282         * tests/test-xstrtol.c: Likewise.
15283         * tests/test-xvasprintf.c: Likewise.
15284         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
15285         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
15286         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15287         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15288         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15289         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
15290         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15291         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15292         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15293         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
15294         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15295         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15296         * tests/uniname/test-uninames.c: Likewise.
15297         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
15298         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
15299         * tests/unistdio/test-u16-printf1.h: Likewise.
15300         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
15301         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
15302         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
15303         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
15304         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
15305         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
15306         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
15307         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
15308         * tests/unistdio/test-u32-printf1.h: Likewise.
15309         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
15310         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
15311         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
15312         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
15313         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
15314         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
15315         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
15316         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
15317         * tests/unistdio/test-u8-printf1.h: Likewise.
15318         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
15319         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
15320         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
15321         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
15322         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
15323         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
15324         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
15325         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
15326         * tests/unistdio/test-ulc-printf1.h: Likewise.
15327         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
15328         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
15329         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
15330         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
15331         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
15332         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
15333         * tests/uniwidth/test-u16-strwidth.c: Likewise.
15334         * tests/uniwidth/test-u16-width.c: Likewise.
15335         * tests/uniwidth/test-u32-strwidth.c: Likewise.
15336         * tests/uniwidth/test-u32-width.c: Likewise.
15337         * tests/uniwidth/test-u8-strwidth.c: Likewise.
15338         * tests/uniwidth/test-u8-width.c: Likewise.
15339         * tests/uniwidth/test-uc_width.c: Likewise.
15340         * config/srclist-update: Likewise.
15341         (fixlicense): Update to GPLv3+.
15342
15343         Change copyright notice from LGPLv2.1+ to LGPLv3+.
15344         * tests/test-tsearch.c: Change copyright notice.
15345
15346         Change copyright notice from LGPLv2.0+ to LGPLv3+.
15347         * lib/c-strcaseeq.h: Change copyright notice.
15348         * lib/streq.h: Likewise.
15349         * lib/uniconv.h: Likewise.
15350         * lib/uniconv/u-conv-from-enc.h: Likewise.
15351         * lib/uniconv/u-conv-to-enc.h: Likewise.
15352         * lib/uniconv/u-strconv-from-enc.h: Likewise.
15353         * lib/uniconv/u-strconv-to-enc.h: Likewise.
15354         * lib/uniconv/u16-conv-from-enc.c: Likewise.
15355         * lib/uniconv/u16-conv-to-enc.c: Likewise.
15356         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
15357         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
15358         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
15359         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
15360         * lib/uniconv/u32-conv-from-enc.c: Likewise.
15361         * lib/uniconv/u32-conv-to-enc.c: Likewise.
15362         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
15363         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
15364         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
15365         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
15366         * lib/uniconv/u8-conv-from-enc.c: Likewise.
15367         * lib/uniconv/u8-conv-to-enc.c: Likewise.
15368         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
15369         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
15370         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
15371         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
15372         * lib/uniname.h: Likewise.
15373         * lib/uniname/uniname.c: Likewise.
15374         * lib/unistdio.h: Likewise.
15375         * lib/unistdio/u-asnprintf.h: Likewise.
15376         * lib/unistdio/u-asprintf.h: Likewise.
15377         * lib/unistdio/u-printf-args.c: Likewise.
15378         * lib/unistdio/u-printf-args.h: Likewise.
15379         * lib/unistdio/u-printf-parse.h: Likewise.
15380         * lib/unistdio/u-snprintf.h: Likewise.
15381         * lib/unistdio/u-sprintf.h: Likewise.
15382         * lib/unistdio/u-vasprintf.h: Likewise.
15383         * lib/unistdio/u-vsnprintf.h: Likewise.
15384         * lib/unistdio/u-vsprintf.h: Likewise.
15385         * lib/unistdio/u16-asnprintf.c: Likewise.
15386         * lib/unistdio/u16-asprintf.c: Likewise.
15387         * lib/unistdio/u16-printf-parse.c: Likewise.
15388         * lib/unistdio/u16-snprintf.c: Likewise.
15389         * lib/unistdio/u16-sprintf.c: Likewise.
15390         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
15391         * lib/unistdio/u16-u16-asprintf.c: Likewise.
15392         * lib/unistdio/u16-u16-snprintf.c: Likewise.
15393         * lib/unistdio/u16-u16-sprintf.c: Likewise.
15394         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
15395         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
15396         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
15397         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
15398         * lib/unistdio/u16-vasnprintf.c: Likewise.
15399         * lib/unistdio/u16-vasprintf.c: Likewise.
15400         * lib/unistdio/u16-vsnprintf.c: Likewise.
15401         * lib/unistdio/u16-vsprintf.c: Likewise.
15402         * lib/unistdio/u32-asnprintf.c: Likewise.
15403         * lib/unistdio/u32-asprintf.c: Likewise.
15404         * lib/unistdio/u32-printf-parse.c: Likewise.
15405         * lib/unistdio/u32-snprintf.c: Likewise.
15406         * lib/unistdio/u32-sprintf.c: Likewise.
15407         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
15408         * lib/unistdio/u32-u32-asprintf.c: Likewise.
15409         * lib/unistdio/u32-u32-snprintf.c: Likewise.
15410         * lib/unistdio/u32-u32-sprintf.c: Likewise.
15411         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
15412         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
15413         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
15414         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
15415         * lib/unistdio/u32-vasnprintf.c: Likewise.
15416         * lib/unistdio/u32-vasprintf.c: Likewise.
15417         * lib/unistdio/u32-vsnprintf.c: Likewise.
15418         * lib/unistdio/u32-vsprintf.c: Likewise.
15419         * lib/unistdio/u8-asnprintf.c: Likewise.
15420         * lib/unistdio/u8-asprintf.c: Likewise.
15421         * lib/unistdio/u8-printf-parse.c: Likewise.
15422         * lib/unistdio/u8-snprintf.c: Likewise.
15423         * lib/unistdio/u8-sprintf.c: Likewise.
15424         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
15425         * lib/unistdio/u8-u8-asprintf.c: Likewise.
15426         * lib/unistdio/u8-u8-snprintf.c: Likewise.
15427         * lib/unistdio/u8-u8-sprintf.c: Likewise.
15428         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
15429         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
15430         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
15431         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
15432         * lib/unistdio/u8-vasnprintf.c: Likewise.
15433         * lib/unistdio/u8-vasprintf.c: Likewise.
15434         * lib/unistdio/u8-vsnprintf.c: Likewise.
15435         * lib/unistdio/u8-vsprintf.c: Likewise.
15436         * lib/unistdio/ulc-asnprintf.c: Likewise.
15437         * lib/unistdio/ulc-asprintf.c: Likewise.
15438         * lib/unistdio/ulc-printf-parse.c: Likewise.
15439         * lib/unistdio/ulc-snprintf.c: Likewise.
15440         * lib/unistdio/ulc-sprintf.c: Likewise.
15441         * lib/unistdio/ulc-vasnprintf.c: Likewise.
15442         * lib/unistdio/ulc-vasprintf.c: Likewise.
15443         * lib/unistdio/ulc-vsnprintf.c: Likewise.
15444         * lib/unistdio/ulc-vsprintf.c: Likewise.
15445         * lib/unistr.h: Likewise.
15446         * lib/unistr/u-cpy-alloc.h: Likewise.
15447         * lib/unistr/u-cpy.h: Likewise.
15448         * lib/unistr/u-endswith.h: Likewise.
15449         * lib/unistr/u-move.h: Likewise.
15450         * lib/unistr/u-set.h: Likewise.
15451         * lib/unistr/u-startswith.h: Likewise.
15452         * lib/unistr/u-stpcpy.h: Likewise.
15453         * lib/unistr/u-stpncpy.h: Likewise.
15454         * lib/unistr/u-strcat.h: Likewise.
15455         * lib/unistr/u-strcpy.h: Likewise.
15456         * lib/unistr/u-strcspn.h: Likewise.
15457         * lib/unistr/u-strdup.h: Likewise.
15458         * lib/unistr/u-strlen.h: Likewise.
15459         * lib/unistr/u-strncat.h: Likewise.
15460         * lib/unistr/u-strncpy.h: Likewise.
15461         * lib/unistr/u-strnlen.h: Likewise.
15462         * lib/unistr/u-strpbrk.h: Likewise.
15463         * lib/unistr/u-strspn.h: Likewise.
15464         * lib/unistr/u-strstr.h: Likewise.
15465         * lib/unistr/u-strtok.h: Likewise.
15466         * lib/unistr/u16-check.c: Likewise.
15467         * lib/unistr/u16-chr.c: Likewise.
15468         * lib/unistr/u16-cmp.c: Likewise.
15469         * lib/unistr/u16-cpy-alloc.c: Likewise.
15470         * lib/unistr/u16-cpy.c: Likewise.
15471         * lib/unistr/u16-endswith.c: Likewise.
15472         * lib/unistr/u16-mblen.c: Likewise.
15473         * lib/unistr/u16-mbsnlen.c: Likewise.
15474         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15475         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15476         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15477         * lib/unistr/u16-mbtouc.c: Likewise.
15478         * lib/unistr/u16-mbtoucr.c: Likewise.
15479         * lib/unistr/u16-move.c: Likewise.
15480         * lib/unistr/u16-next.c: Likewise.
15481         * lib/unistr/u16-prev.c: Likewise.
15482         * lib/unistr/u16-set.c: Likewise.
15483         * lib/unistr/u16-startswith.c: Likewise.
15484         * lib/unistr/u16-stpcpy.c: Likewise.
15485         * lib/unistr/u16-stpncpy.c: Likewise.
15486         * lib/unistr/u16-strcat.c: Likewise.
15487         * lib/unistr/u16-strchr.c: Likewise.
15488         * lib/unistr/u16-strcmp.c: Likewise.
15489         * lib/unistr/u16-strcpy.c: Likewise.
15490         * lib/unistr/u16-strcspn.c: Likewise.
15491         * lib/unistr/u16-strdup.c: Likewise.
15492         * lib/unistr/u16-strlen.c: Likewise.
15493         * lib/unistr/u16-strmblen.c: Likewise.
15494         * lib/unistr/u16-strmbtouc.c: Likewise.
15495         * lib/unistr/u16-strncat.c: Likewise.
15496         * lib/unistr/u16-strncmp.c: Likewise.
15497         * lib/unistr/u16-strncpy.c: Likewise.
15498         * lib/unistr/u16-strnlen.c: Likewise.
15499         * lib/unistr/u16-strpbrk.c: Likewise.
15500         * lib/unistr/u16-strrchr.c: Likewise.
15501         * lib/unistr/u16-strspn.c: Likewise.
15502         * lib/unistr/u16-strstr.c: Likewise.
15503         * lib/unistr/u16-strtok.c: Likewise.
15504         * lib/unistr/u16-to-u32.c: Likewise.
15505         * lib/unistr/u16-to-u8.c: Likewise.
15506         * lib/unistr/u16-uctomb-aux.c: Likewise.
15507         * lib/unistr/u16-uctomb.c: Likewise.
15508         * lib/unistr/u32-check.c: Likewise.
15509         * lib/unistr/u32-chr.c: Likewise.
15510         * lib/unistr/u32-cmp.c: Likewise.
15511         * lib/unistr/u32-cpy-alloc.c: Likewise.
15512         * lib/unistr/u32-cpy.c: Likewise.
15513         * lib/unistr/u32-endswith.c: Likewise.
15514         * lib/unistr/u32-mblen.c: Likewise.
15515         * lib/unistr/u32-mbsnlen.c: Likewise.
15516         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15517         * lib/unistr/u32-mbtouc.c: Likewise.
15518         * lib/unistr/u32-mbtoucr.c: Likewise.
15519         * lib/unistr/u32-move.c: Likewise.
15520         * lib/unistr/u32-next.c: Likewise.
15521         * lib/unistr/u32-prev.c: Likewise.
15522         * lib/unistr/u32-set.c: Likewise.
15523         * lib/unistr/u32-startswith.c: Likewise.
15524         * lib/unistr/u32-stpcpy.c: Likewise.
15525         * lib/unistr/u32-stpncpy.c: Likewise.
15526         * lib/unistr/u32-strcat.c: Likewise.
15527         * lib/unistr/u32-strchr.c: Likewise.
15528         * lib/unistr/u32-strcmp.c: Likewise.
15529         * lib/unistr/u32-strcpy.c: Likewise.
15530         * lib/unistr/u32-strcspn.c: Likewise.
15531         * lib/unistr/u32-strdup.c: Likewise.
15532         * lib/unistr/u32-strlen.c: Likewise.
15533         * lib/unistr/u32-strmblen.c: Likewise.
15534         * lib/unistr/u32-strmbtouc.c: Likewise.
15535         * lib/unistr/u32-strncat.c: Likewise.
15536         * lib/unistr/u32-strncmp.c: Likewise.
15537         * lib/unistr/u32-strncpy.c: Likewise.
15538         * lib/unistr/u32-strnlen.c: Likewise.
15539         * lib/unistr/u32-strpbrk.c: Likewise.
15540         * lib/unistr/u32-strrchr.c: Likewise.
15541         * lib/unistr/u32-strspn.c: Likewise.
15542         * lib/unistr/u32-strstr.c: Likewise.
15543         * lib/unistr/u32-strtok.c: Likewise.
15544         * lib/unistr/u32-to-u16.c: Likewise.
15545         * lib/unistr/u32-to-u8.c: Likewise.
15546         * lib/unistr/u32-uctomb.c: Likewise.
15547         * lib/unistr/u8-check.c: Likewise.
15548         * lib/unistr/u8-chr.c: Likewise.
15549         * lib/unistr/u8-cmp.c: Likewise.
15550         * lib/unistr/u8-cpy-alloc.c: Likewise.
15551         * lib/unistr/u8-cpy.c: Likewise.
15552         * lib/unistr/u8-endswith.c: Likewise.
15553         * lib/unistr/u8-mblen.c: Likewise.
15554         * lib/unistr/u8-mbsnlen.c: Likewise.
15555         * lib/unistr/u8-mbtouc-aux.c: Likewise.
15556         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15557         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15558         * lib/unistr/u8-mbtouc.c: Likewise.
15559         * lib/unistr/u8-mbtoucr.c: Likewise.
15560         * lib/unistr/u8-move.c: Likewise.
15561         * lib/unistr/u8-next.c: Likewise.
15562         * lib/unistr/u8-prev.c: Likewise.
15563         * lib/unistr/u8-set.c: Likewise.
15564         * lib/unistr/u8-startswith.c: Likewise.
15565         * lib/unistr/u8-stpcpy.c: Likewise.
15566         * lib/unistr/u8-stpncpy.c: Likewise.
15567         * lib/unistr/u8-strcat.c: Likewise.
15568         * lib/unistr/u8-strchr.c: Likewise.
15569         * lib/unistr/u8-strcmp.c: Likewise.
15570         * lib/unistr/u8-strcpy.c: Likewise.
15571         * lib/unistr/u8-strcspn.c: Likewise.
15572         * lib/unistr/u8-strdup.c: Likewise.
15573         * lib/unistr/u8-strlen.c: Likewise.
15574         * lib/unistr/u8-strmblen.c: Likewise.
15575         * lib/unistr/u8-strmbtouc.c: Likewise.
15576         * lib/unistr/u8-strncat.c: Likewise.
15577         * lib/unistr/u8-strncmp.c: Likewise.
15578         * lib/unistr/u8-strncpy.c: Likewise.
15579         * lib/unistr/u8-strnlen.c: Likewise.
15580         * lib/unistr/u8-strpbrk.c: Likewise.
15581         * lib/unistr/u8-strrchr.c: Likewise.
15582         * lib/unistr/u8-strspn.c: Likewise.
15583         * lib/unistr/u8-strstr.c: Likewise.
15584         * lib/unistr/u8-strtok.c: Likewise.
15585         * lib/unistr/u8-to-u16.c: Likewise.
15586         * lib/unistr/u8-to-u32.c: Likewise.
15587         * lib/unistr/u8-uctomb-aux.c: Likewise.
15588         * lib/unistr/u8-uctomb.c: Likewise.
15589         * lib/unitypes.h: Likewise.
15590         * lib/uniwidth.h: Likewise.
15591         * lib/uniwidth/cjk.h: Likewise.
15592         * lib/uniwidth/u16-strwidth.c: Likewise.
15593         * lib/uniwidth/u16-width.c: Likewise.
15594         * lib/uniwidth/u32-strwidth.c: Likewise.
15595         * lib/uniwidth/u32-width.c: Likewise.
15596         * lib/uniwidth/u8-strwidth.c: Likewise.
15597         * lib/uniwidth/u8-width.c: Likewise.
15598         * lib/uniwidth/width.c: Likewise.
15599
15600 2007-10-07  Bruno Haible  <bruno@clisp.org>
15601
15602         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
15603         The file is still under LGPL (see modules/inttypes).
15604
15605 2007-10-06  Bruno Haible  <bruno@clisp.org>
15606
15607         * modules/trunc (Dependencies): Add 'extensions'.
15608         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
15609         Reported by Ben Pfaff <blp@gnu.org>.
15610
15611 2007-10-06  Bruno Haible  <bruno@clisp.org>
15612
15613         * modules/freopen-tests: New file.
15614         * tests/test-freopen.c: New file.
15615
15616         * modules/fopen-tests: New file.
15617         * tests/test-fopen.c: New file.
15618
15619         * modules/fopen: New file.
15620         * lib/fopen.c: New file.
15621         * m4/fopen.m4: New file.
15622         * modules/freopen: New file.
15623         * lib/freopen.c: New file.
15624         * m4/freopen.m4: New file.
15625         * lib/stdio.in.h (fopen, freopen): New declarations.
15626         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
15627         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15628         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
15629         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15630         * doc/functions/fopen.texi: Mention the 'fopen' module.
15631         * doc/functions/freopen.texi: Mention the 'freopen' module.
15632
15633 2007-10-06  Bruno Haible  <bruno@clisp.org>
15634
15635         * modules/open-tests: New file.
15636         * tests/test-open.c: New file.
15637
15638         * modules/open: New file.
15639         * lib/open.c: New file.
15640         * m4/open.m4: New file.
15641         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
15642         lib/open.c does.
15643         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
15644         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
15645         macros.
15646         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
15647         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
15648         REPLACE_OPEN.
15649         * doc/functions/open.texi: Mention the 'open' module.
15650
15651 2007-10-04  Bruno Haible  <bruno@clisp.org>
15652
15653         * modules/ceill-tests: New file.
15654         * tests/test-ceill.c: New file.
15655
15656         * modules/ceill: New file.
15657         * lib/ceill.c: Replace entire file.
15658         * m4/ceill.m4: New file.
15659         * lib/math.in.h (ceill): Replace declaration.
15660         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
15661         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
15662         * doc/functions/ceill.texi: Mention the 'ceill' module.
15663         * modules/mathl (Files): Remove lib/ceill.c.
15664         (Depends-on): Add ceill.
15665
15666 2007-10-04  Bruno Haible  <bruno@clisp.org>
15667
15668         * modules/ceilf-tests: New file.
15669         * tests/test-ceilf.c: New file.
15670
15671         * modules/ceilf: New file.
15672         * lib/ceil.c: New file.
15673         * lib/ceilf.c: New file.
15674         * m4/ceilf.m4: New file.
15675         * lib/math.in.h (ceilf): New declaration.
15676         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
15677         HAVE_DECL_CEILF.
15678         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
15679         HAVE_DECL_CEILF.
15680         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
15681
15682 2007-10-04  Bruno Haible  <bruno@clisp.org>
15683
15684         * modules/floorl-tests: New file.
15685         * tests/test-floorl.c: New file.
15686
15687         * modules/floorl: New file.
15688         * lib/floorl.c: Replace entire file.
15689         * m4/floorl.m4: New file.
15690         * lib/math.in.h (floorl): Replace declaration.
15691         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
15692         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
15693         * doc/functions/floorl.texi: Mention the 'floorl' module.
15694         * modules/mathl (Files): Remove lib/floorl.c.
15695         (Depends-on): Add floorl.
15696
15697 2007-10-04  Bruno Haible  <bruno@clisp.org>
15698
15699         * modules/floorf-tests: New file.
15700         * tests/test-floorf.c: New file.
15701
15702         * modules/floorf: New file.
15703         * lib/floor.c: New file.
15704         * lib/floorf.c: New file.
15705         * m4/floorf.m4: New file.
15706         * lib/math.in.h (floorf): New declaration.
15707         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
15708         HAVE_DECL_FLOORF.
15709         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
15710         HAVE_DECL_FLOORF.
15711         * doc/functions/floorf.texi: Mention the 'floorf' module.
15712
15713 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
15714             Bruno Haible  <bruno@clisp.org>
15715
15716         Advertise for the Git server instead of the CVS server.
15717         * doc/gnulib-intro.texi (Steady Development): Mention the Git
15718         repository instead of the CVS one.
15719         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
15720         about all VCS systems generically.
15721         * doc/gnulib.texi (Introduction): Capitalize `Git'.
15722
15723 2007-10-04  Bruno Haible  <bruno@clisp.org>
15724
15725         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
15726         means.
15727         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
15728
15729 2007-10-04  Bruno Haible  <bruno@clisp.org>
15730
15731         * modules/truncl-tests: New file.
15732         * tests/test-truncl.c: New file.
15733
15734         * modules/truncl: New file.
15735         * lib/truncl.c: New file.
15736         * m4/truncl.m4: New file.
15737         * lib/math.in.h (truncl): New declaration.
15738         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
15739         HAVE_DECL_TRUNCL.
15740         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
15741         HAVE_DECL_TRUNCL.
15742         * doc/functions/truncl.texi: Mention the 'truncl' module.
15743
15744 2007-10-04  Bruno Haible  <bruno@clisp.org>
15745
15746         * modules/truncf-tests: New file.
15747         * tests/test-truncf.c: New file.
15748
15749         * modules/truncf: New file.
15750         * lib/trunc.c: Make paramerizable through USE_* macros.
15751         * lib/truncf.c: New file.
15752         * m4/truncf.m4: New file.
15753         * lib/math.in.h (truncf): New declaration.
15754         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
15755         HAVE_DECL_TRUNCF.
15756         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
15757         HAVE_DECL_TRUNCF.
15758         * doc/functions/truncf.texi: Mention the 'truncf' module.
15759
15760 2007-10-03  Bruno Haible  <bruno@clisp.org>
15761
15762         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15763         augmentation also for tests modules.
15764         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
15765         * modules/atexit-tests (Makefile.am): Likewise.
15766         * modules/binary-io-tests (Makefile.am): Likewise.
15767         * modules/c-strcase-tests (Makefile.am): Likewise.
15768         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
15769         * modules/canonicalize-tests (Makefile.am): Likewise.
15770         * modules/closein-tests (Makefile.am): Likewise.
15771         * modules/fprintf-posix-tests (Makefile.am): Likewise.
15772         * modules/freadahead-tests (Makefile.am): Likewise.
15773         * modules/fseek-tests (Makefile.am): Likewise.
15774         * modules/fseeko-tests (Makefile.am): Likewise.
15775         * modules/ftell-tests (Makefile.am): Likewise.
15776         * modules/ftello-tests (Makefile.am): Likewise.
15777         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
15778         * modules/isnanl-tests (Makefile.am): Likewise.
15779         * modules/lseek-tests (Makefile.am): Likewise.
15780         * modules/mbscasecmp-tests (Makefile.am): Likewise.
15781         * modules/mbscasestr-tests (Makefile.am): Likewise.
15782         * modules/mbschr-tests (Makefile.am): Likewise.
15783         * modules/mbscspn-tests (Makefile.am): Likewise.
15784         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
15785         * modules/mbspbrk-tests (Makefile.am): Likewise.
15786         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
15787         * modules/mbsrchr-tests (Makefile.am): Likewise.
15788         * modules/mbsspn-tests (Makefile.am): Likewise.
15789         * modules/mbsstr-tests (Makefile.am): Likewise.
15790         * modules/printf-posix-tests (Makefile.am): Likewise.
15791         * modules/snprintf-posix-tests (Makefile.am): Likewise.
15792         * modules/sprintf-posix-tests (Makefile.am): Likewise.
15793         * modules/tsearch-tests (Makefile.am): Likewise.
15794         * modules/uniname/uniname-tests (Makefile.am): Likewise.
15795         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
15796         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
15797         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
15798         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
15799         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
15800         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
15801         * modules/vprintf-posix-tests (Makefile.am): Likewise.
15802         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
15803         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
15804         * modules/xstrtoimax-tests (Makefile.am): Likewise.
15805         * modules/xstrtol-tests (Makefile.am): Likewise.
15806         * modules/xstrtoumax-tests (Makefile.am): Likewise.
15807         * modules/yesno-tests (Makefile.am): Likewise.
15808
15809 2007-10-03  Bruno Haible  <bruno@clisp.org>
15810
15811         * modules/trunc-tests: New file.
15812         * tests/test-trunc.c: New file.
15813
15814         * modules/trunc: New file.
15815         * lib/trunc.c: New file.
15816         * m4/trunc.m4: New file.
15817         * lib/math.in.h (trunc): New declaration.
15818         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
15819         HAVE_DECL_TRUNC.
15820         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
15821         HAVE_DECL_TRUNC.
15822         * doc/functions/trunc.texi: Mention the 'trunc' module.
15823
15824 2007-10-03  Bruno Haible  <bruno@clisp.org>
15825
15826         * tests/test-fpending.c: New file, mostly copied
15827         from coreutils/lib/t-fpending.c.
15828         * modules/fpending-tests: New file.
15829
15830 2007-10-03  Bruno Haible  <bruno@clisp.org>
15831
15832         Port the stdio extensions to QNX (untested).
15833         * lib/fseterr.c (fseterr): Add support for QNX.
15834         * lib/fbufmode.c (fbufmode): Likewise.
15835         * lib/freadable.c (freadable): Likewise.
15836         * lib/fwritable.c (fwritable): Likewise.
15837         * lib/freading.c (freading): Likewise.
15838         * lib/fwriting.c (fwriting): Likewise.
15839         * lib/freadahead.c (freadahed): Likewise.
15840         * lib/fpurge.c (fpurge): Likewise.
15841         * lib/fseeko.c (rpl_fseeko): Likewise.
15842
15843 2007-10-03  Bruno Haible  <bruno@clisp.org>
15844             Jim Meyering  <jim@meyering.net>
15845             Eric Blake  <ebb9@byu.net>
15846
15847         * doc/relocatable.texi: Use @command instead of @program.
15848
15849 2007-10-02  Jim Meyering  <jim@meyering.net>
15850
15851         Perform one more "_.h" -> ".in.h" substitution.
15852         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
15853         instead of unistd_.h here, too.
15854
15855 2007-10-01  Bruno Haible  <bruno@clisp.org>
15856
15857         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
15858         Needed for the alloca-opt module.
15859
15860 2007-09-30  Bruno Haible  <bruno@clisp.org>
15861
15862         * lib/alloca.in.h: Renamed from lib/alloca_.h.
15863         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
15864         alloca_.h.
15865         * lib/argz.in.h: Renamed from lib/argz_.h.
15866         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
15867         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
15868         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
15869         byteswap_.h.
15870         * lib/dirent.in.h: Renamed from lib/dirent_.h.
15871         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
15872         dirent_.h.
15873         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15874         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
15875         fcntl_.h.
15876         * lib/float.in.h: Renamed from lib/float_.h.
15877         * modules/float (Files, Makefile.am): Use float.in.h instead of
15878         float_.h.
15879         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
15880         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
15881         fnmatch_.h.
15882         * lib/getopt.in.h: Renamed from lib/getopt_.h.
15883         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
15884         getopt_.h.
15885         * lib/glob.in.h: Renamed from lib/glob_.h.
15886         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
15887         * lib/iconv.in.h: Renamed from lib/iconv_.h.
15888         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
15889         iconv_.h.
15890         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
15891         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
15892         inttypes_.h.
15893         * lib/locale.in.h: Renamed from lib/locale_.h.
15894         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
15895         locale_.h.
15896         * lib/math.in.h: Renamed from lib/math_.h.
15897         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
15898         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
15899         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
15900         of netinet_in_.h. Add dependency.
15901         * lib/poll.in.h: Renamed from lib/poll_.h.
15902         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
15903         * lib/search.in.h: Renamed from lib/search_.h.
15904         * modules/search (Files, Makefile.am): Use search.in.h instead of
15905         search_.h.
15906         * lib/signal.in.h: Renamed from lib/signal_.h.
15907         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
15908         _signal.h.
15909         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
15910         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
15911         stdbool_.h.
15912         * lib/stdint.in.h: Renamed from lib/stdint_.h.
15913         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
15914         stdint_.h.
15915         * lib/stdio.in.h: Renamed from lib/stdio_.h.
15916         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
15917         stdio_.h.
15918         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
15919         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
15920         stdlib_.h.
15921         * lib/string.in.h: Renamed from lib/string_.h.
15922         * modules/string (Files, Makefile.am): Use string.in.h instead of
15923         string_.h.
15924         * doc/gnulib-tool.texi (Initial import): Update.
15925         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
15926         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
15927         of sys_select_.h. Add dependency.
15928         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
15929         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
15930         of sys_socket_.h.
15931         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
15932         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
15933         sys_stat_.h.
15934         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
15935         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
15936         sys_time_.h.
15937         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
15938         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
15939         sysexits_.h.
15940         * lib/time.in.h: Renamed from lib/time_.h.
15941         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
15942         * lib/unistd.in.h: Renamed from lib/unistd_.h.
15943         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
15944         unistd_.h.
15945         * lib/wchar.in.h: Renamed from lib/wchar_.h.
15946         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
15947         wchar_.h.
15948         * lib/wctype.in.h: Renamed from lib/wctype_.h.
15949         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
15950         wctype_.h.
15951         * build-aux/bootstrap (slurp): Update.
15952         * lib/.cppi-disable: Update.
15953
15954 2007-09-30  Bruno Haible  <bruno@clisp.org>
15955
15956         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
15957         Needed on BeOS.
15958
15959 2007-09-30  Bruno Haible  <bruno@clisp.org>
15960
15961         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
15962
15963 2007-09-29  Bruno Haible  <bruno@clisp.org>
15964
15965         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
15966
15967 2007-09-29  Bruno Haible  <bruno@clisp.org>
15968
15969         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
15970         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
15971         * build-aux/install-reloc: Compile also areadlink.c.
15972         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
15973
15974 2007-09-29  Bruno Haible  <bruno@clisp.org>
15975
15976         * gnulib-tool (func_emit_initmacro_done): Indentation.
15977
15978 2007-09-29  Bruno Haible  <bruno@clisp.org>
15979
15980         * README: Add CVS checkout update instructions.
15981         Info from Bob Proulx <bob@proulx.com>.
15982
15983 2007-09-28  Eric Blake  <ebb9@byu.net>
15984
15985         Provide move-if-change.
15986         * build-aux/move-if-change: New file, based on best practice
15987         rather than any canonical upstream location.
15988
15989 2007-09-28  Jim Meyering  <jim@meyering.net>
15990
15991         Fix canonicalize loop-detection corner case.
15992         Do not attempt to stat the symlink values stored via seen_triple.
15993         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
15994         on linux-2.6.18, (but not 2.6.22).
15995         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
15996         triple_compare.  The former compares dev,ino,filename, while the latter
15997         would actually stat dirname(filename) when dev and ino were equal.
15998         * lib/hash-triple.c: Install <string.h>.
15999         (STREQ): Define.
16000         (triple_compare_ino_str): New function.
16001         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
16002
16003 2007-09-28  Eric Blake  <ebb9@byu.net>
16004
16005         Enforce that AC_REPLACE_FUNCS files exist.
16006         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
16007         override check for typos.
16008
16009         Fix test-closein on Solaris 10.
16010         * tests/test-closein.c (main): Don't assume stdin can be inherited
16011         closed on all systems.
16012         * tests/test-closein.sh: Likewise.
16013         Reported by Piotr Tarnowski.
16014
16015 2007-09-28  Jim Meyering  <jim@meyering.net>
16016
16017         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
16018
16019 2007-09-27  Jim Meyering  <jim@meyering.net>
16020
16021         canonicalize: Avoid a false-positive cycle failure.
16022         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
16023         Sort.  Remove cycle-check.
16024         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
16025         not cycle-check.h.
16026         (seen_triple): New function.
16027         (canonicalize_filename_mode): Use it instead of cycle-check.
16028         * tests/test-canonicalize.c: Add a test for this bug.
16029         * tests/test-canonicalize.sh: Set up and run the test.
16030
16031         New module, file-set, from coreutils.
16032         * modules/file-set: Define it.
16033         * lib/file-set.c, lib/file-set.h: Implement.
16034
16035         New module, hash-triple, from coreutils.
16036         * modules/hash-triple: Define it.
16037         * lib/hash-triple.c, lib/hash-triple.h: Implement.
16038
16039 2007-09-25  Eric Blake  <ebb9@byu.net>
16040
16041         Fix strerror on Interix.
16042         * lib/string_.h (strerror): Declare replacement.
16043         * doc/functions/strerror.texi (strerror): Document the Interix
16044         shortcoming.
16045         * modules/string (Makefile.am): Support new hooks.
16046         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
16047         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
16048         gl_FUNC_STRERROR_SEPARATE.
16049         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
16050         * lib/strerror.c (rpl_strerror): Provide replacement.
16051         * modules/strerror (Depends-on): Add string.
16052         (configure.ac): Detect use of module.
16053         * tests/test-strerror.c: New file.
16054         * modules/strerror-tests: New test module.
16055         * modules/argp (Depends-on): Add strerror.
16056         * modules/error (Depends-on): Likewise.
16057         Reported by Martin Koeppe.
16058
16059 2007-09-24  Bruno Haible  <bruno@clisp.org>
16060
16061         * README: Update git instructions.
16062
16063 2007-09-24  Eric Blake  <ebb9@byu.net>
16064
16065         Revert fpending breakage from 2007-09-08.
16066         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
16067         __fpending.c.
16068
16069 2007-09-24  Jim Meyering  <jim@meyering.net>
16070
16071         filenamecat.c: Add a test.
16072         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
16073         showing how the function works when DIR is the empty string.
16074
16075 2007-09-21  Simon Josefsson  <simon@josefsson.org>
16076
16077         * tests/test-canonicalize.sh: Turn on executable bit.
16078
16079 2007-09-19  Eric Blake  <ebb9@byu.net>
16080
16081         * README: Update CVS instructions.
16082
16083 2007-09-18  Bruno Haible  <bruno@clisp.org>
16084
16085         * modules/areadlink: New file.
16086         * lib/areadlink.h (areadlink): New declaration.
16087         * lib/areadlink.c: New file, based on lib/xreadlink.c.
16088
16089 2007-09-17  Jim Meyering  <jim@meyering.net>
16090
16091         * lib/savewd.c (ESTALE) [!defined]: Define.
16092         Reported to be required on Interix by Martin Koeppe.
16093
16094 2007-09-17  Bruno Haible  <bruno@clisp.org>
16095
16096         * gnulib-tool (func_version): Use $version.
16097
16098 2007-09-16  Bruno Haible  <bruno@clisp.org>
16099
16100         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
16101         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
16102         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
16103         Reported by Greg Schafer <gschafer@zip.com.au>.
16104
16105 2007-09-15  Bruno Haible  <bruno@clisp.org>
16106
16107         * gnulib-tool (sed): Try a little harder to make bash understand the
16108         alias.
16109         Reported by Bruce Korb <bruce.korb@gmail.com>.
16110
16111 2007-09-13  Eric Blake  <ebb9@byu.net>
16112
16113         * ChangeLog: Remove conflict markers.
16114
16115 2007-09-13  Simon Josefsson  <simon@josefsson.org>
16116
16117         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
16118         Reported by Bruno Haible <bruno@clisp.org>.
16119
16120 2007-09-12  Bruno Haible  <bruno@clisp.org>
16121
16122         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
16123         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
16124         is not defined.
16125
16126 2007-09-12  Eric Blake  <ebb9@byu.net>
16127
16128         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
16129         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
16130         Autoconf definition.
16131         * modules/euidaccess (Depends-on): Add extensions, for
16132         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
16133         * modules/fnmatch (Depends-on): Likewise.
16134         * modules/getaddrinfo (Depends-on): Likewise.
16135         * modules/getdelim (Depends-on): Likewise.
16136         * modules/getline (Depends-on): Likewise.
16137         * modules/getsubopt (Depends-on): Likewise.
16138         * modules/gettext (Depends-on): Likewise.
16139         * modules/group-member (Depends-on): Likewise.
16140         * modules/mbchar (Depends-on): Likewise.
16141         * modules/memmem (Depends-on): Likewise.
16142         * modules/mempcpy (Depends-on): Likewise.
16143         * modules/memrchr (Depends-on): Likewise.
16144         * modules/pagealign_alloc (Depends-on): Likewise.
16145         * modules/readutmp (Depends-on): Likewise.
16146         * modules/stpcpy (Depends-on): Likewise.
16147         * modules/stpncpy (Depends-on): Likewise.
16148         * modules/strchrnul (Depends-on): Likewise.
16149         * modules/strndup (Depends-on): Likewise.
16150         * modules/strsep (Depends-on): Likewise.
16151         * modules/strverscmp (Depends-on): Likewise.
16152         * modules/vasprintf (Depends-on): Likewise.
16153         * modules/wcwidth (Depends-on): Likewise.
16154         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
16155         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
16156         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
16157         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
16158         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
16159         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16160         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
16161         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16162         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
16163         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
16164         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
16165         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
16166         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
16167         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
16168         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
16169         * m4/readutmp.m4 (gl_READUTMP): Likewise.
16170         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16171         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
16172         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16173         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
16174         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16175         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
16176         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
16177         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
16178         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
16179         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16180         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
16181         so that lock.m4 can be used in gettext without extensions module.
16182
16183 2007-09-11  Bruno Haible  <bruno@clisp.org>
16184
16185         * m4/isc-posix.m4: Remove file.
16186         Suggested by Eric Blake.
16187
16188 2007-09-11  Eric Blake  <ebb9@byu.net>
16189
16190         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
16191
16192 2007-09-10  Bruno Haible  <bruno@clisp.org>
16193
16194         * posix-modules: Fix typo in error message.
16195         Reported by Matt <mkraai@beckman.com>.
16196
16197 2007-09-09  Bruno Haible  <bruno@clisp.org>
16198
16199         * doc/functions/getdelim.texi: Update list of platforms lacking the
16200         function.
16201         * doc/functions/getline.texi: Likewise.
16202
16203 2007-09-09  Jim Meyering  <jim@meyering.net>
16204
16205         * lib/hash.c (hash_initialize): Detect calloc failure.
16206         Reported by Bruno Haible.
16207
16208 2007-09-09  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
16211         malloc or realloc fails.
16212
16213 2007-09-09  Bruno Haible  <bruno@clisp.org>
16214
16215         * modules/getcwd (Depends-on): Add malloc-posix.
16216         * modules/glob (Depends-on): Likewise.
16217         * modules/putenv (Depends-on): Likewise.
16218         * modules/strdup (Depends-on): Likewise.
16219         * modules/getdelim (Depends-on): Add realloc-posix.
16220         * modules/read-file (Depends-on): Likewise.
16221
16222 2007-09-09  Bruno Haible  <bruno@clisp.org>
16223
16224         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
16225         (gl_FUNC_MALLOC_POSIX): Require it.
16226         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
16227         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
16228         * modules/realloc (Files): Add m4/malloc.m4.
16229         * modules/calloc (Files): Likewise.
16230
16231 2007-09-09  Bruno Haible  <bruno@clisp.org>
16232
16233         * modules/malloc-posix: New file.
16234         * modules/malloc (Depends-on): Add malloc-posix.
16235         * lib/malloc.c: Include errno.h.
16236         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
16237         and a POSIX-compatible malloc into a single function. Set ENOMEM
16238         when returning NULL.
16239         * m4/malloc.m4: New file.
16240         * doc/functions/malloc.texi: Mention the malloc-posix module.
16241         * lib/stdlib_.h (malloc): New declaration.
16242         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16243         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
16244         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
16245         and HAVE_MALLOC_POSIX.
16246
16247 2007-09-09  Bruno Haible  <bruno@clisp.org>
16248
16249         * modules/realloc-posix: New file.
16250         * modules/realloc (Depends-on): Add realloc-posix.
16251         * lib/realloc.c: Include errno.h.
16252         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
16253         and a POSIX-compatible realloc into a single function. Set ENOMEM
16254         when returning NULL.
16255         * m4/realloc.m4: New file.
16256         * doc/functions/realloc.texi: Mention the realloc-posix module.
16257         * lib/stdlib_.h (realloc): New declaration.
16258         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16259         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
16260         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
16261         and HAVE_REALLOC_POSIX.
16262
16263 2007-09-09  Bruno Haible  <bruno@clisp.org>
16264
16265         * modules/calloc-posix: New file.
16266         * modules/calloc (Depends-on): Add calloc-posix.
16267         * lib/calloc.c: Include errno.h.
16268         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
16269         and a POSIX-compatible calloc into a single function. Set ENOMEM
16270         when returning NULL.
16271         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
16272         * doc/functions/calloc.texi: Mention the calloc-posix module.
16273         * lib/stdlib_.h (calloc): New declaration.
16274         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16275         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
16276         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
16277         and HAVE_CALLOC_POSIX.
16278
16279 2007-09-09  Bruno Haible  <bruno@clisp.org>
16280
16281         Allow for modules to show an arbitrary notice.
16282         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
16283         * gnulib-tool: New option --extract-notice.
16284         (func_usage): Document it.
16285         (sed_extract_prog): Update.
16286         (func_get_notice): New function.
16287         (func_modules_notice): New function.
16288         (func_import, func_create_testdir): Invoke it.
16289         Suggested by Jim Meyering.
16290
16291 2007-09-09  Bruno Haible  <bruno@clisp.org>
16292
16293         * gnulib-tool: New options --verbose, --quiet.
16294         (func_usage): Document them.
16295         (verbose): New variable.
16296         (func_execute_command): New function.
16297         (func_import): Don't show the module list and the file list if
16298         $verbose < 0.
16299         (func_create_testdir): Likewise. Use func_execute_command.
16300         (func_create_megatestdir): Use func_execute_command.
16301
16302 2007-09-08  Bruno Haible  <bruno@clisp.org>
16303
16304         * gnulib-tool (func_import): Prefer rsync over wget when available,
16305         for fetching the PO files.
16306
16307 2007-09-08  Bruno Haible  <bruno@clisp.org>
16308
16309         * posix-modules: New file. Portions copied from gnulib-tool.
16310         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
16311
16312 2007-09-08  Jim Meyering  <jim@meyering.net>
16313
16314         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
16315         * lib/fpending.h: Rename from __fpending.h.
16316         * lib/fpending.c: Rename from __fpending.c.
16317         Include "fpending.h", not "__fpending.h".
16318         * lib/__fpending.h, lib/__fpending.c: Remove files.
16319         * modules/fpending (Files): Reflect new file names.
16320         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
16321
16322 2007-09-08  Bruno Haible  <bruno@clisp.org>
16323
16324         * m4/inttypes-h.m4: Remove stub file.
16325
16326 2007-09-07  Simon Josefsson  <simon@josefsson.org>
16327
16328         * doc/headers/stdint.texi: Discuss #include_next issue.
16329
16330 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * build-aux/bootstrap: Remove obsolete comment about wget --help.
16333
16334 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16335
16336         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
16337         in variable name.
16338
16339 2007-09-03  Jim Meyering  <jim@meyering.net>
16340
16341         New module: git-version-gen.
16342         * modules/git-version-gen: New file.
16343
16344         Import changes from coreutils for bootstrap script.
16345
16346         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
16347
16348         bootstrap: uses rsync to download the .po files
16349         * build-aux/bootstrap (po_download_command_format): New global.
16350         (download_po_files): Use rsync.
16351         (update_po_files): Don't remove .po files after download,
16352         so future rsync runs can take advantage of the copies.
16353
16354         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
16355
16356         Solve the unnecessary-.po-file-regeneration problem once and for all.
16357         * build-aux/bootstrap (download_po_files): New function, renamed from
16358         get_translations.  Now, downloads, but doesn't update LINGUAS.
16359         (update_po_files): New function.
16360
16361         bootstrap: Ignore more.
16362         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
16363         uniwidth to e.g., lib/.gitignore.
16364         (slurp): Handle the sys_stat_.h -> sys mapping, too.
16365
16366         * build-aux/bootstrap: New setting: vc_ignore.
16367         (insert_sorted_if_absent): Create $file if absent.
16368         Adapt to new, possibly empty, list: $vc_ignore.
16369
16370         bootstrap: generate more ignorable names
16371         * build-aux/bootstrap (slurp): When generating ignorable names,
16372         also map .sin to .sed, .gperf to .c, and .y to .c.
16373
16374 2007-09-03  Jim Meyering  <jim@meyering.net>
16375
16376         * build-aux/git-version-gen: New file, from coreutils.  For details, see
16377         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
16378
16379 2007-09-02  Bruno Haible  <bruno@clisp.org>
16380
16381         Fix mis-recognition of 'mcs' on QNX 6.
16382         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
16383         output contains the string "Mono".
16384         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
16385         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
16386
16387 2007-09-01  Bruno Haible  <bruno@clisp.org>
16388
16389         Fix collision between uniwidth/* and linebreak modules.
16390         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
16391         u32_width): Remove declarations.
16392         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
16393         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
16394         streq3, streq2, streq1, streq0): Remove functions.
16395         (STREQ): Remove macro.
16396         (is_cjk_encoding): Remove function.
16397         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
16398         (uc_width, u8_width, u16_width, u32_width): Remove functions.
16399         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
16400         * NEWS: Document the change.
16401
16402 2007-09-01  Bruno Haible  <bruno@clisp.org>
16403
16404         * lib/streq.h: Add double-inclusion guard.
16405
16406 2007-09-01  Karl Berry  <karl@gnu.org>
16407
16408         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
16409
16410 2007-08-28  Jim Meyering  <jim@meyering.net>
16411
16412         Rename mreadlink_with_size to areadlink_with_size.
16413         * NEWS: Document the change.
16414         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
16415         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
16416         * lib/mreadlink.h: Rename this to...
16417         * lib/areadlink.h: ...this.
16418         * modules/mreadlink-with-size: Rename this to...
16419         * modules/areadlink-with-size: ...this.
16420         * lib/canonicalize.c: Reflect the renaming.
16421         * modules/canonicalize: Likewise.
16422
16423 2007-08-26  Bruno Haible  <bruno@clisp.org>
16424
16425         * gnulib-tool (func_import): When deciding which files to remove,
16426         consider also dangling symbolic links.
16427         Reported by Eric Blake.
16428
16429 2007-08-26  Bruno Haible  <bruno@clisp.org>
16430
16431         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
16432
16433 2007-08-23  Simon Josefsson  <simon@josefsson.org>
16434
16435         * lib/readline.c: Don't include getline.h, the prototype is now
16436         found in stdio.h.
16437
16438 2007-08-23  Jim Meyering  <jim@meyering.net>
16439
16440         Getdelim touchup.
16441         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
16442         around the funlockfile call, since funlockfile never sets errno.
16443         Don't set errno upon failed realloc.
16444
16445 2007-08-22  Eric Blake  <ebb9@byu.net>
16446
16447         Getline touchups.
16448         * lib/getdelim.c (getdelim): Revert regression that required *n to
16449         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
16450         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
16451         getdelim, rather than whether implementation is missing.
16452         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
16453         * lib/stdio_.h (getline): Also declare if replacement is
16454         required.
16455         * doc/functions/getdelim.texi: New file.
16456         * doc/functions/getline.texi: Likewise.
16457         * doc/gnulib.texi (Function Substitutes): Add new files.
16458         Reported by Bruno Haible.
16459
16460 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
16461
16462         * users.txt: Add Guile.
16463
16464 2007-08-22  Eric Blake  <ebb9@byu.net>
16465
16466         * tests/test-getdelim.c (main): Use remove, not unlink.
16467         * tests/test-getline.c (main): Likewise.
16468
16469         Move getline and getdelim into stdio.h, per POSIX 200x.
16470         * modules/getline (Files): Remove getline.h.
16471         (Depends-on): Add stdio.
16472         (configure.ac): Add module indicator.
16473         * modules/getdelim (Files): Remove getdelim.h.
16474         (Depends-on): Add stdio.
16475         (configure.ac): Add module indicator.
16476         * modules/stdio (Makefile.am): Work with new indicators.
16477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
16478         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
16479         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16480         * lib/getdelim.h: Delete.
16481         * lib/getline.h: Delete.
16482         * lib/stdio_.h (getdelim, getline): Declare.
16483         * modules/getdelim-tests: New module.
16484         * modules/getline-tests: Likewise.
16485         * tests/test-getdelim.c: New file.
16486         * tests/test-getline.c: Likewise.
16487         * NEWS: Document the change.
16488         * lib/getline.c: Update choice of header.
16489         * lib/csharpcomp.c: Likewise.
16490         * lib/getpass.c: Likewise.
16491         * lib/javacomp.c: Likewise.
16492         * lib/javaversion.c: Likewise.
16493         * lib/yesno.c: Likewise.
16494         * lib/getdelim.c: Likewise.
16495         (getdelim): Set errno on failure, and avoid memory leak.
16496
16497 2007-08-19  Bruno Haible  <bruno@clisp.org>
16498
16499         * modules/closein (Depends-on): Add freadahead.
16500         * lib/closein.c: Include freadahead.h.
16501         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
16502         is zero.
16503
16504 2007-08-19  Bruno Haible  <bruno@clisp.org>
16505
16506         * modules/freadahead-tests: New file.
16507         * tests/test-freadahead.sh: New file.
16508         * tests/test-freadahead.c: New file.
16509
16510         * modules/freadahead: New file.
16511         * lib/freadahead.h: New file.
16512         * lib/freadahead.c: New file.
16513         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
16514         fbufmode, fpurge, freadable, fwritable.
16515
16516 2007-08-19  Eric Blake  <ebb9@byu.net>
16517
16518         Test yesno in combination with closein.
16519         * lib/yesno.c (yesno): Document use of stdin.
16520         * modules/yesno-tests (Files): New module.
16521         * tests/test-yesno.c (main): New file.
16522         * tests/test-yesno.sh: Likewise.
16523
16524 2007-08-19  Bruno Haible  <bruno@clisp.org>
16525
16526         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
16527         * lib/fseeko.c (rpl_fseeko): Likewise.
16528         * lib/fseterr.c (fseterr): Likewise.
16529
16530 2007-08-19  Bruno Haible  <bruno@clisp.org>
16531
16532         * tests/test-lseek.c (main): Disable a test for BeOS.
16533         * doc/functions/lseek.texi: Document the BeOS bug.
16534
16535 2007-08-19  Bruno Haible  <bruno@clisp.org>
16536             Eric Blake  <ebb9@byu.net>
16537
16538         * lib/lseek.c: Include <sys/stat.h>.
16539         (rpl_lseek): Add workaround code also for Unix platforms.
16540         Needed for BeOS.
16541         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
16542         * doc/functions/lseek.texi: Document BeOS definiency.
16543
16544 2007-08-18  Bruno Haible  <bruno@clisp.org>
16545
16546         * modules/fstrcmp-tests: New file.
16547         * tests/test-fstrcmp.c: New file.
16548
16549 2007-08-18  Bruno Haible  <bruno@clisp.org>
16550
16551         * modules/fstrcmp: New file, from GNU gettext with modifications.
16552         * lib/fstrcmp.h: New file, from GNU gettext.
16553         * lib/fstrcmp.c: New file, from GNU gettext.
16554         * MODULES.html.sh (String handling): Add fstrcmp.
16555
16556 2007-08-18  Bruno Haible  <bruno@clisp.org>
16557
16558         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
16559         'bool'.
16560         (diag, compareseq): Remove const from the ctxt argument.
16561         (USE_HEURISTIC): Undefine at the end.
16562
16563 2007-08-18  Jim Meyering  <jim@meyering.net>
16564
16565         New file: lib/idcache.h
16566         * NEWS: Mention the addition.
16567         * modules/idcache (Files): Add lib/idcache.h
16568         * lib/idcache.c: Include "idcache.h".
16569         Don't include <sys/types.h>.
16570         Add a FIXME comment.
16571         Move file-scoped "static" declarations to the top.
16572         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
16573
16574 2007-08-17  Bruno Haible  <bruno@clisp.org>
16575         and Paul Eggert  <eggert@cs.ucla.edu>
16576
16577         * MODULES.html.sh: Add diffseq.
16578         * modules/diffseq: New file.
16579         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
16580         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
16581
16582 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         Import changes from coreutils for bootstrap script.
16585
16586         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         * build-aux/bootstrap (slurp): Work even in environments where
16589         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
16590         current code does not slurp files whose names start with ".", and
16591         this looks like it might be a troublesome area.
16592
16593         2007-07-11  Jim Meyering  <jim@meyering.net>
16594
16595         If there's a GPL vN copyright comment, require that N == 3.
16596
16597         2007-07-08  Jim Meyering  <jim@meyering.net>
16598
16599         Run the coreutils-specific code only if tests/Makefile.am.in exists.
16600         * build-aux/bootstrap (mam_template): Move definition out of loop.
16601
16602         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
16603
16604         * build-aux/bootstrap (symlink_to_dir): Rename function from
16605         symlink_to_gnulib.  Add a directory parameter.  Update all
16606         callers.
16607         (cp_mark_as_generated): Also check for -- and link to -- files in
16608         gl/.
16609
16610         2007-07-08  Jim Meyering  <jim@meyering.net>
16611
16612         Adapt to deeper hierarchy in gnulib.
16613         * build-aux/bootstrap (symlink_to_dir): If the destination
16614         directory doesn't exist, create it. This is required at least for
16615         "lib/uniwidth/cjk.h".
16616
16617         2007-05-15  Jim Meyering  <jim@meyering.net>
16618
16619         * build-aux/bootstrap: Now that generated Makefile.am files
16620         are no longer under version control, they must be created at
16621         bootstrap time.
16622
16623 2007-08-14  Ben Pfaff  <blp@gnu.org>
16624
16625         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
16626
16627 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
16630         given the changes below.
16631         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
16632         even on hosts that have padding bits beyond the supported 64.
16633
16634 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
16637         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
16638         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
16639         depends on it.
16640         (xstrtol_error): Remove.
16641         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
16642         but with a different signature.
16643         (ATTRIBUTE_NORETURN, __attribute__): New macros.
16644         * lib/xstrtol-error.c: Include exitfail.h.
16645         (xstrtol_fatal): New function, with a different signature from the
16646         old xstrtol_error, so that the caller need not worry about passing
16647         in an exit status, or about storage management of the option argument.
16648         (xstrtol_error): Now a static function.  Redo signature to
16649         implement xstrtol_fatal.  Output the correct number of hyphens in
16650         front of the option so that the caller need not worry about
16651         storage management.
16652         (N_): New macro.
16653         (_): Remove; not used now.
16654         * modules/xstrtol: Depend on getopt.
16655         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
16656         of old STRTOL_FATAL_ERROR macro.
16657         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
16658         of test program.
16659         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
16660         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
16661
16662 2007-08-08  Eric Blake  <ebb9@byu.net>
16663
16664         * lib/xstrtol-error.c: Add missing include.
16665
16666         Move xstrtol messages into gnulib domain, when --pobase is used.
16667         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
16668         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
16669         * modules/xstrtol (Files): Distribute new file.
16670         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
16671         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
16672         * tests/test-xstrtol.c: ...into new file.
16673         * tests/test-xstrtoul.c: Also test xstrtoul.
16674         * tests/test-xstrtoimax.c: Also test xstrtoimax.
16675         * tests/test-xstrtoumax.c: Also test xstrtoumax.
16676         * tests/test-xstrtol.sh: Drive the tests.
16677         * tests/test-xstrtoimax.sh: Likewise.
16678         * tests/test-xstrtoumax.sh: Likewise.
16679         * modules/xstrtol-tests: New module.
16680         * modules/xstrtoimax-tests: Likewise.
16681         * modules/xstrtoumax-tests: Likewise.
16682
16683 2007-08-08  Jim Meyering  <jim@meyering.net>
16684
16685         New function: mfile_name_concat.
16686         * lib/filenamecat.c (mfile_name_concat): New function, just like
16687         file_name_concat, but return NULL upon failure rather than exiting
16688         with a diagnostic.
16689         * lib/filenamecat.h: Declare it.
16690
16691 2007-08-07  Bruno Haible  <bruno@clisp.org>
16692
16693         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
16694         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
16695         warning from gcc.
16696         Reported by Eric Blake.
16697
16698 2007-08-07  Simon Josefsson  <simon@josefsson.org>
16699
16700         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
16701         * modules/crypto/arcfour (License): Likewise.
16702         * modules/crypto/des-tests (License): Likewise.
16703         * modules/crypto/gc-arctwo-tests (License): Likewise.
16704         * modules/crypto/gc-des-tests (License): Likewise.
16705         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
16706         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
16707         * modules/crypto/gc-md2-tests (License): Likewise.
16708         * modules/crypto/gc-md4-tests (License): Likewise.
16709         * modules/crypto/gc-md5-tests (License): Likewise.
16710         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
16711         * modules/crypto/gc-rijndael-tests (License): Likewise.
16712         * modules/crypto/gc-sha1-tests (License): Likewise.
16713         * modules/crypto/gc-tests (License): Likewise.
16714         * modules/crypto/hmac-md5 (License): Likewise.
16715         * modules/crypto/hmac-sha1 (License): Likewise.
16716         * modules/crypto/md2-tests (License): Likewise.
16717         * modules/crypto/md4-tests (License): Likewise.
16718         * modules/crypto/md5 (License): Likewise.
16719         * modules/crypto/rijndael (License): Likewise.
16720         * modules/crypto/sha1 (License): Likewise.
16721         * modules/memxor (License): Likewise.
16722
16723 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16724         and Bruno Haible  <bruno@clisp.org>
16725
16726         * NEWS: Describe interface changes to human, xstrtol.
16727         * lib/human.h: Include <xstrtol.h>.
16728         (human_options): Return enum strtol_error, not int.  Remove
16729         bool arg; take int * instead.
16730         * lib/human.c: Don't include "gettext.h".
16731         (_): Remove; no longer used.
16732         Don't include <xstrtol.h>, since human.h does it.
16733         (human_options): Adjust to abovementioned interface changes.
16734         Do not report error to stderr; that's now the caller's
16735         responsibility.
16736         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
16737         interface change.
16738         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
16739         Str, Argument_type_string.  All uses changed.  Put " argument"
16740         in diagnostics to make them clearer.  Change wording of suffix
16741         message for clarity.
16742         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
16743         Argument_type_string.
16744         (STRTOL_FATAL_WARN): Remove; no longer used.
16745         * modules/human (Depends-on): Remove gettext-h.
16746
16747 2007-08-06  Simon Josefsson  <simon@josefsson.org>
16748
16749         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
16750
16751 2007-07-31  Bruno Haible  <bruno@clisp.org>
16752
16753         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
16754         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
16755         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
16756
16757 2007-07-31  Bruno Haible  <bruno@clisp.org>
16758
16759         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
16760         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
16761
16762 2007-07-30  Bruno Haible  <bruno@clisp.org>
16763
16764         * modules/base64 (License): Use the synonymous term "LGPLv2+".
16765         * modules/c-ctype (License): Likewise.
16766         * modules/c-strcase (License): Likewise.
16767         * modules/check-version (License): Likewise.
16768         * modules/iconv (License): Likewise.
16769         * modules/iconv_open (License): Likewise.
16770         * modules/read-file (License): Likewise.
16771         * modules/striconv (License): Likewise.
16772         * modules/strverscmp (License): Likewise.
16773         * modules/vasprintf (License): Likewise.
16774         * modules/crypto/des (License): Likewise.
16775         * modules/crypto/gc (License): Likewise.
16776         * modules/crypto/gc-arcfour (License): Likewise.
16777         * modules/crypto/gc-arctwo (License): Likewise.
16778         * modules/crypto/gc-des (License): Likewise.
16779         * modules/crypto/gc-hmac-md5 (License): Likewise.
16780         * modules/crypto/gc-hmac-sha1 (License): Likewise.
16781         * modules/crypto/gc-md2 (License): Likewise.
16782         * modules/crypto/gc-md4 (License): Likewise.
16783         * modules/crypto/gc-md5 (License): Likewise.
16784         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
16785         * modules/crypto/gc-random (License): Likewise.
16786         * modules/crypto/gc-rijndael (License): Likewise.
16787         * modules/crypto/gc-sha1 (License): Likewise.
16788         * modules/crypto/md2 (License): Likewise.
16789         * modules/crypto/md4 (License): Likewise.
16790
16791 2007-07-30  Jim Meyering  <jim@meyering.net>
16792
16793         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
16794         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
16795         it has valid stat data.  This bug would cause du not to count the
16796         sizes of inaccessible directories.
16797         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
16798         in <http://bugzilla.redhat.com/250077>.
16799
16800 2007-07-25  Peter O'Gorman  <peter@pogma.com>
16801             Bruno Haible  <bruno@clisp.org>
16802
16803         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
16804         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
16805         #include_next, gives a diagnostic about it, but reports no error in
16806         the exit code.
16807         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16808
16809 2007-07-24  Ben Pfaff  <blp@gnu.org>
16810
16811         Improve name: "count-one-bits" is better than "popcount".
16812         * MODULES.html.sh: Update name.
16813         * lib/popcount.h: Renamed lib/count-one-bits.h.
16814         (popcount): Renamed count_one_bits.
16815         (popcountl): Renamed count_one_bits_l.
16816         (popcountll): Renamed count_one_bits_ll.
16817         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
16818         * modules/popcount: Renamed module/count-one-bits.
16819         * modules/popcount-tests: Renamed module/count-one-bits-tests.
16820         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
16821
16822 2007-07-23  Ben Pfaff  <blp@gnu.org>
16823
16824         * lib/popcount.h (popcount32): Reduce size of constants, to allow
16825         better code generation, and add U to large constants to avoid
16826         warnings, in non-GCC case.
16827         Suggested by Bruno Haible.
16828
16829 2007-07-23  Ben Pfaff  <blp@gnu.org>
16830
16831         * lib/popcount.h: Use verify_true instead of if...abort.
16832         * modules/popcount: Depend on verify module.
16833         Suggested by Jim Meyering.
16834
16835 2007-07-23  Bruno Haible  <bruno@clisp.org>
16836
16837         * gnulib-tool (func_import): Create a .cvsignore file also when the
16838         directory is not yet in CVS but the toplevel directory is. When
16839         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
16840         Reported by Karl Berry.
16841
16842 2007-07-22  Ben Pfaff  <blp@gnu.org>
16843
16844         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
16845         case.
16846         Suggested by Eric Blake.
16847
16848 2007-07-22  Ben Pfaff  <blp@gnu.org>
16849
16850         New module: popcount.
16851         * MODULES.html.sh: Add popcount.
16852         * modules/popcount: New file.
16853         * modules/popcount-tests: New file.
16854         * tests/test-popcount.c: New file.
16855         * lib/popcount.h: New file.
16856         * m4/popcount.m4: New file.
16857
16858 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         * build-aux/announce-gen: Update to GPLv3.
16861
16862         * build-aux/config.guess: Update from config.
16863
16864 2007-07-21  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
16867         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
16868
16869 2007-07-20  Jim Meyering  <jim@meyering.net>
16870
16871         * check-module: Diagnose a self-dependency.
16872
16873 2007-07-19  Bruno Haible  <bruno@clisp.org>
16874
16875         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
16876         empty.
16877         Reported by Eric Blake.
16878
16879 2007-07-18  Bruno Haible  <bruno@clisp.org>
16880
16881         * gnulib-tool: New options --po-base, --po-domain.
16882         (func_usage): Document them.
16883         (pobase, po_domain): New variables.
16884         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
16885         DEFAULT_TEXT_DOMAIN.
16886         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
16887         (func_import): Consider pobase and po_domain. Create a po/ directory.
16888         (func_create_testdir): Set pobase and po_domain to empty.
16889         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
16890         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
16891
16892 2007-07-18  Bruno Haible  <bruno@clisp.org>
16893
16894         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16895         EXTRA_DIST augmentation for files in build-aux/.
16896
16897 2007-07-16  Bruno Haible  <bruno@clisp.org>
16898
16899         * modules/lseek (License): Use the synonymous term "LGPLv2+".
16900         * modules/getdelim (License): Likewise.
16901
16902 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16903
16904         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
16905         * modules/d-type (License): Likewise.
16906         * modules/extensions (License): Likewise.
16907         * modules/fnmatch (License): Likewise.
16908         * modules/fseeko (License): Likewise.
16909         * modules/getaddrinfo (License): Likewise.
16910         * modules/getline (License): Likewise.
16911         * modules/getlogin_r (License): Likewise.
16912         * modules/getpass (License): Likewise.
16913         * modules/gettimeofday (License): Likewise.
16914         * modules/glob (License): Likewise.
16915         * modules/inet_ntop (License): Likewise.
16916         * modules/malloc (License): Likewise.
16917         * modules/malloca (License): Likewise.
16918         * modules/memmem (License): Likewise.
16919         * modules/mempcpy (License): Likewise.
16920         * modules/memset (License): Likewise.
16921         * modules/minmax (License): Likewise.
16922         * modules/mktime (License): Likewise.
16923         * modules/netinet_in (License): Likewise.
16924         * modules/pathmax (License): Likewise.
16925         * modules/poll (License): Likewise.
16926         * modules/regex (License): Likewise.
16927         * modules/snprintf (License): Likewise.
16928         * modules/stdbool (License): Likewise.
16929         * modules/stdint (License): Likewise.
16930         * modules/stdio (License): Likewise.
16931         * modules/strcase (License): Likewise.
16932         * modules/strcasestr (License): Likewise.
16933         * modules/strdup (License): Likewise.
16934         * modules/string (License): Likewise.
16935         * modules/strndup (License): Likewise.
16936         * modules/strnlen (License): Likewise.
16937         * modules/strpbrk (License): Likewise.
16938         * modules/strptime (License): Likewise.
16939         * modules/strsep (License): Likewise.
16940         * modules/sys_select (License): Likewise.
16941         * modules/sys_socket (License): Likewise.
16942         * modules/sys_stat (License): Likewise.
16943         * modules/sys_time (License): Likewise.
16944         * modules/time (License): Likewise.
16945         * modules/time_r (License): Likewise.
16946         * modules/timegm (License): Likewise.
16947         * modules/unistd (License): Likewise.
16948         * modules/vsnprintf (License): Likewise.
16949         * modules/wctype (License): Likewise.
16950
16951 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16952
16953         * modules/argz (License): LGPLv2+.
16954
16955 2007-07-15  Karl Berry  <karl@gnu.org>
16956
16957         * doc/gnulib.texi: revise node structure per new fdl.texi.
16958
16959 2007-07-14  Bruno Haible  <bruno@clisp.org>
16960
16961         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
16962         the output file.
16963         * lib/uniname/uninames.h: Regenerated.
16964
16965 2007-07-14  Karl Berry  <karl@gnu.org>
16966
16967         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
16968         omitting sectioning and index commands.
16969
16970 2007-07-13  Bruno Haible  <bruno@clisp.org>
16971
16972         New gnulib-tool option --more-symlinks.
16973         * gnulib-tool (func_usage): Document --more-symlinks.
16974         (do_copyrights): New variable.
16975         Recognize option --more-symlinks.
16976         (func_import): Don't add a copyright notice transform to
16977         sed_transform_lib_file if do_copyrights is empty.
16978
16979 2007-07-13  Bruno Haible  <bruno@clisp.org>
16980
16981         * lib/vasnprintf.c (decimal_point_char): Define also if
16982         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
16983         && !NEED_PRINTF_DIRECTIVE_A.
16984         Reported by Clemens Koller <clemens.koller@anagramm.de> via
16985         Gary V. Vaughan <gary@gnu.org>.
16986
16987 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * lib/inttypes_.h: Undo previous change, since it was fixed
16990         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
16991
16992 2007-07-13  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
16995         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
16996
16997 2007-07-13  Jim Meyering  <jim@meyering.net>
16998
16999         df: Don't fail for Tru64's "file-on-file mount".
17000         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
17001         so we fall through and use statfs instead.  Details here:
17002         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
17003         Reported by Albert Chin.
17004
17005 2007-07-13  Bruno Haible  <bruno@clisp.org>
17006
17007         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
17008         * modules/configmake (License): Likewise.
17009         * modules/gettext (License): Likewise.
17010         * modules/gettext-h (License): Likewise.
17011         * modules/include_next (License): Likewise.
17012         * modules/link-warning (License): Likewise.
17013         * modules/localcharset (License): Likewise.
17014         * modules/localename (License): Likewise.
17015         * modules/lock (License): Likewise.
17016         * modules/relocatable-lib-lgpl (License): Likewise.
17017         * modules/size_max (License): Likewise.
17018         * modules/vasnprintf (License): Likewise.
17019         * modules/wchar (License): Likewise.
17020         * modules/xsize (License): Likewise.
17021
17022 2007-07-13  Bruno Haible  <bruno@clisp.org>
17023
17024         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
17025         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
17026
17027 2007-07-12  Bruno Haible  <bruno@clisp.org>
17028
17029         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
17030         in the modules files.
17031
17032 2007-07-11  Karl Berry  <karl@gnu.org>
17033
17034         * MODULES.html.sh (func_module): use
17035          sed -e '\|^'"${includefile}"'$|d'
17036          instead of /.../d, to avoid errors on $includefile's containing /.
17037
17038 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17039
17040         * gnulib-tool (func_import): Avoid duplication of --avoid
17041         statements
17042         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
17043         names to `_' in variable names.
17044
17045 2007-07-10  Eric Blake  <ebb9@byu.net>
17046
17047         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
17048         * NEWS: Document this change.
17049
17050 2007-07-08  Bruno Haible  <bruno@clisp.org>
17051
17052         Update to Unicode 5.0.
17053         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
17054         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
17055         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
17056         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
17057         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
17058         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
17059         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
17060         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
17061         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
17062         U+10A3F, U+1D242..U+1D244.
17063         (nonspacing_table_ind): Update.
17064         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
17065         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
17066
17067 2007-07-08  Bruno Haible  <bruno@clisp.org>
17068
17069         Update to Unicode 5.0.
17070         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
17071         code transform. Extend the name index field of unicode_name_to_code and
17072         unicode_code_to_name from 16 to 24 bits.
17073         * lib/uniname/uniname.c (unicode_character_name,
17074         unicode_name_character): Add the range 0x12xxx to the code transform.
17075         * lib/uniname/uninames.h: Regenerated.
17076         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
17077
17078 2007-07-07  Bruno Haible  <bruno@clisp.org>
17079
17080         * modules/wcwidth-tests: New file.
17081         * tests/test-wcwidth.c: New file.
17082
17083         Work around MacOS X wcwidth() bug.
17084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
17085         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
17086         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
17087         original wcwidth in non-UTF-8 locales.
17088         * modules/wcwidth (Depends-on): Add localcharset, streq,
17089         uniwidth/width.
17090         * doc/functions/wcwidth.texi: Update.
17091
17092 2007-07-07  Bruno Haible  <bruno@clisp.org>
17093
17094         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
17095         (wcwidth): New declaration.
17096         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
17097         macros.
17098         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
17099         here. Prepare for creating <wchar.h> unconditionally.
17100         * modules/wchar (Depends-on): Add link-warning.
17101         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
17102         REPLACE_WCWIDTH, and GL_LINK_WARNING.
17103         * lib/wcwidth.h: Remove file.
17104         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
17105         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
17106         * modules/wcwidth (Files): Remove lib/wcwidth.h.
17107         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
17108         (Include): Replace wcwidth.h with <wchar.h>.
17109         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
17110         * lib/mbchar.h: Don't include wcwidth.h.
17111         * lib/mbswidth.c: Likewise.
17112         * NEWS: Mention the change.
17113
17114 2007-07-07  Bruno Haible  <bruno@clisp.org>
17115
17116         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
17117         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
17118         definition with an external declaration.
17119         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
17120         defined as a function. Remove AC_C_INLINE requirement.
17121         * modules/wcwidth (Files): Add lib/wcwidth.c.
17122         (Makefile.am): Remove redundant statement.
17123
17124 2007-07-07  Bruno Haible  <bruno@clisp.org>
17125
17126         * MODULES.html.sh (Unicode string functions): Add the new modules.
17127
17128         * tests/uniwidth/test-u32-strwidth.c: New file.
17129         * modules/uniwidth/u32-strwidth-tests: New file.
17130
17131         * lib/uniwidth/u32-strwidth.c: New file.
17132         * modules/uniwidth/u32-strwidth: New file.
17133
17134         * tests/uniwidth/test-u16-strwidth.c: New file.
17135         * modules/uniwidth/u16-strwidth-tests: New file.
17136
17137         * lib/uniwidth/u16-strwidth.c: New file.
17138         * modules/uniwidth/u16-strwidth: New file.
17139
17140         * tests/uniwidth/test-u8-strwidth.c: New file.
17141         * modules/uniwidth/u8-strwidth-tests: New file.
17142
17143         * lib/uniwidth/u8-strwidth.c: New file.
17144         * modules/uniwidth/u8-strwidth: New file.
17145
17146         * tests/uniwidth/test-u32-width.c: New file.
17147         * modules/uniwidth/u32-width-tests: New file.
17148
17149         * lib/uniwidth/u32-width.c: New file.
17150         * modules/uniwidth/u32-width: New file.
17151
17152         * tests/uniwidth/test-u16-width.c: New file.
17153         * modules/uniwidth/u16-width-tests: New file.
17154
17155         * lib/uniwidth/u16-width.c: New file.
17156         * modules/uniwidth/u16-width: New file.
17157
17158         * tests/uniwidth/test-u8-width.c: New file.
17159         * modules/uniwidth/u8-width-tests: New file.
17160
17161         * lib/uniwidth/u8-width.c: New file.
17162         * modules/uniwidth/u8-width: New file.
17163
17164         * tests/uniwidth/test-uc_width.c: New file.
17165         * modules/uniwidth/width-tests: New file.
17166
17167         * lib/uniwidth/width.c: New file, from GNU libiconv.
17168         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
17169         * modules/uniwidth/width: New file.
17170
17171         * lib/uniwidth.h: New file, from GNU libiconv.
17172         * modules/uniwidth/base: New file.
17173
17174 2007-07-07  Bruno Haible  <bruno@clisp.org>
17175
17176         * lib/uniname.h: New file, from GNU gettext.
17177         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
17178         * lib/uniname/uninames.h: New file, from GNU gettext.
17179         * lib/uniname/uniname.c: New file, from GNU gettext.
17180         * tests/uniname/test-uninames.sh: New file.
17181         * tests/uniname/test-uninames.c: New file, from GNU gettext.
17182         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
17183         * modules/uniname/base: New file.
17184         * modules/uniname/uniname: New file.
17185         * modules/uniname/uniname-tests: New file.
17186         * MODULES.html.sh (Unicode string functions): Add the new modules.
17187
17188 2007-07-06  Bruno Haible  <bruno@clisp.org>
17189
17190         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
17191
17192 2007-07-06  Bruno Haible  <bruno@clisp.org>
17193
17194         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
17195         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
17196         includes <cygwin/sys_time.h> which includes <sys/select.h> which
17197         include <sys/time.h>.
17198         Reported by Eric Blake.
17199
17200 2007-07-06  Eric Blake  <ebb9@byu.net>
17201
17202         Fix testing canonicalize on cygwin.
17203         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17204         Revert patch from 2007-06-19.
17205         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
17206         canonicalize module is also in use.
17207         * tests/test-canonicalize.c: New file.
17208         * tests/test-canonicalize.sh: Likewise.
17209         * modules/canonicalize-tests: Likewise.
17210
17211 2007-07-06  Jim Meyering  <jim@meyering.net>
17212
17213         * lib/getugroups.c (getugroups): Detect getgrent failure.
17214         Adjust comment to reflect reality: this function may return -1.
17215
17216 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
17217
17218         * build-aux/bootstrap (TP_URL,get_translations): Update to use
17219         the new TP address.
17220         (usage): Fix typo
17221         (gnulib_mk): New variable.
17222
17223 2007-07-05  Jim Meyering  <jim@meyering.net>
17224
17225         Don't let endgrent clobber errno, no matter how improbable.
17226         * lib/getugroups.c (getugroups): Save and restore errno around
17227         endgrent call.
17228
17229         Close the group DB even when failing with 2^31 or more members.
17230         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
17231
17232 2007-07-04  Jim Meyering  <jim@meyering.net>
17233
17234         * lib/getugroups.h: New file.
17235         * lib/getugroups.c: Include "getugroups.h".
17236         Remove uses of "register" keyword.
17237         Move local variable, "cp", down into scope where used.
17238         Give "username" parameter the "const" attribute.
17239         * modules/getugroups (Files): Add lib/getugroups.h
17240
17241 2007-07-04  Karl Berry  <karl@gnu.org>
17242
17243         * MODULES.html.sh (func_all_modules): Complete rename of
17244         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
17245
17246 2007-07-02  Bruno Haible  <bruno@clisp.org>
17247
17248         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
17249         mode, when inttypes.h comes from gnulib.
17250         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17251
17252 2007-07-02  Simon Josefsson  <simon@josefsson.org>
17253
17254         * NEWS: Mention lgpl module name change.
17255
17256         * modules/lgpl-2.1: Renamed from lgpl.
17257
17258         * NEWS: Mention gpl module name change.
17259
17260         * modules/gpl-3.0: New file, based on gpl-2.0.
17261
17262         * modules/gpl-2.0: Renamed from gpl.
17263
17264         * modules/gpl: Fix filename, doc/gpl.texi is now found at
17265         doc/gpl-2.0.texi.
17266
17267 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
17270         #define __STDC_LIMIT_MACROS temporarily while including
17271         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
17272         Problem reported by Joel E. Denny in
17273         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
17274
17275 2007-07-01  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/unistdio.h: New file.
17278         * lib/unistdio/u-asnprintf.h: New file.
17279         * lib/unistdio/u-asprintf.h: New file.
17280         * lib/unistdio/u-printf-args.c: New file.
17281         * lib/unistdio/u-printf-args.h: New file.
17282         * lib/unistdio/u-printf-parse.h: New file.
17283         * lib/unistdio/u-snprintf.h: New file.
17284         * lib/unistdio/u-sprintf.h: New file.
17285         * lib/unistdio/u-vasprintf.h: New file.
17286         * lib/unistdio/u-vsnprintf.h: New file.
17287         * lib/unistdio/u-vsprintf.h: New file.
17288         * lib/unistdio/ulc-asnprintf.c: New file.
17289         * lib/unistdio/ulc-asprintf.c: New file.
17290         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
17291         * lib/unistdio/ulc-printf-parse.c: New file.
17292         * lib/unistdio/ulc-snprintf.c: New file.
17293         * lib/unistdio/ulc-sprintf.c: New file.
17294         * lib/unistdio/ulc-vasnprintf.c: New file.
17295         * lib/unistdio/ulc-vasprintf.c: New file.
17296         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
17297         * lib/unistdio/ulc-vsnprintf.c: New file.
17298         * lib/unistdio/ulc-vsprintf.c: New file.
17299         * lib/unistdio/u8-asnprintf.c: New file.
17300         * lib/unistdio/u8-asprintf.c: New file.
17301         * lib/unistdio/u8-printf-parse.c: New file.
17302         * lib/unistdio/u8-snprintf.c: New file.
17303         * lib/unistdio/u8-sprintf.c: New file.
17304         * lib/unistdio/u8-vasnprintf.c: New file.
17305         * lib/unistdio/u8-vasprintf.c: New file.
17306         * lib/unistdio/u8-vsnprintf.c: New file.
17307         * lib/unistdio/u8-vsprintf.c: New file.
17308         * lib/unistdio/u8-u8-asnprintf.c: New file.
17309         * lib/unistdio/u8-u8-asprintf.c: New file.
17310         * lib/unistdio/u8-u8-snprintf.c: New file.
17311         * lib/unistdio/u8-u8-sprintf.c: New file.
17312         * lib/unistdio/u8-u8-vasnprintf.c: New file.
17313         * lib/unistdio/u8-u8-vasprintf.c: New file.
17314         * lib/unistdio/u8-u8-vsnprintf.c: New file.
17315         * lib/unistdio/u8-u8-vsprintf.c: New file.
17316         * lib/unistdio/u16-asnprintf.c: New file.
17317         * lib/unistdio/u16-asprintf.c: New file.
17318         * lib/unistdio/u16-printf-parse.c: New file.
17319         * lib/unistdio/u16-snprintf.c: New file.
17320         * lib/unistdio/u16-sprintf.c: New file.
17321         * lib/unistdio/u16-vasnprintf.c: New file.
17322         * lib/unistdio/u16-vasprintf.c: New file.
17323         * lib/unistdio/u16-vsnprintf.c: New file.
17324         * lib/unistdio/u16-vsprintf.c: New file.
17325         * lib/unistdio/u16-u16-asnprintf.c: New file.
17326         * lib/unistdio/u16-u16-asprintf.c: New file.
17327         * lib/unistdio/u16-u16-snprintf.c: New file.
17328         * lib/unistdio/u16-u16-sprintf.c: New file.
17329         * lib/unistdio/u16-u16-vasnprintf.c: New file.
17330         * lib/unistdio/u16-u16-vasprintf.c: New file.
17331         * lib/unistdio/u16-u16-vsnprintf.c: New file.
17332         * lib/unistdio/u16-u16-vsprintf.c: New file.
17333         * lib/unistdio/u32-asnprintf.c: New file.
17334         * lib/unistdio/u32-asprintf.c: New file.
17335         * lib/unistdio/u32-printf-parse.c: New file.
17336         * lib/unistdio/u32-snprintf.c: New file.
17337         * lib/unistdio/u32-sprintf.c: New file.
17338         * lib/unistdio/u32-vasnprintf.c: New file.
17339         * lib/unistdio/u32-vasprintf.c: New file.
17340         * lib/unistdio/u32-vsnprintf.c: New file.
17341         * lib/unistdio/u32-vsprintf.c: New file.
17342         * lib/unistdio/u32-u32-asnprintf.c: New file.
17343         * lib/unistdio/u32-u32-asprintf.c: New file.
17344         * lib/unistdio/u32-u32-snprintf.c: New file.
17345         * lib/unistdio/u32-u32-sprintf.c: New file.
17346         * lib/unistdio/u32-u32-vasnprintf.c: New file.
17347         * lib/unistdio/u32-u32-vasprintf.c: New file.
17348         * lib/unistdio/u32-u32-vsnprintf.c: New file.
17349         * lib/unistdio/u32-u32-vsprintf.c: New file.
17350         * tests/unistdio/test-ulc-asnprintf1.c: New file.
17351         * tests/unistdio/test-ulc-asnprintf1.h: New file.
17352         * tests/unistdio/test-ulc-printf1.h: New file.
17353         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
17354         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
17355         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
17356         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
17357         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
17358         * tests/unistdio/test-ulc-vasprintf1.c: New file.
17359         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
17360         * tests/unistdio/test-ulc-vsprintf1.c: New file.
17361         * tests/unistdio/test-u8-asnprintf1.c: New file.
17362         * tests/unistdio/test-u8-asnprintf1.h: New file.
17363         * tests/unistdio/test-u8-printf1.h: New file.
17364         * tests/unistdio/test-u8-vasnprintf1.c: New file.
17365         * tests/unistdio/test-u8-vasnprintf2.c: New file.
17366         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
17367         * tests/unistdio/test-u8-vasnprintf3.c: New file.
17368         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
17369         * tests/unistdio/test-u8-vasprintf1.c: New file.
17370         * tests/unistdio/test-u8-vsnprintf1.c: New file.
17371         * tests/unistdio/test-u8-vsprintf1.c: New file.
17372         * tests/unistdio/test-u16-asnprintf1.c: New file.
17373         * tests/unistdio/test-u16-asnprintf1.h: New file.
17374         * tests/unistdio/test-u16-printf1.h: New file.
17375         * tests/unistdio/test-u16-vasnprintf1.c: New file.
17376         * tests/unistdio/test-u16-vasnprintf2.c: New file.
17377         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
17378         * tests/unistdio/test-u16-vasnprintf3.c: New file.
17379         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
17380         * tests/unistdio/test-u16-vasprintf1.c: New file.
17381         * tests/unistdio/test-u16-vsnprintf1.c: New file.
17382         * tests/unistdio/test-u16-vsprintf1.c: New file.
17383         * tests/unistdio/test-u32-asnprintf1.c: New file.
17384         * tests/unistdio/test-u32-asnprintf1.h: New file.
17385         * tests/unistdio/test-u32-printf1.h: New file.
17386         * tests/unistdio/test-u32-vasnprintf1.c: New file.
17387         * tests/unistdio/test-u32-vasnprintf2.c: New file.
17388         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
17389         * tests/unistdio/test-u32-vasnprintf3.c: New file.
17390         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
17391         * tests/unistdio/test-u32-vasprintf1.c: New file.
17392         * tests/unistdio/test-u32-vsnprintf1.c: New file.
17393         * tests/unistdio/test-u32-vsprintf1.c: New file.
17394         * modules/unistdio/base: New file.
17395         * modules/unistdio/u-printf-args: New file.
17396         * modules/unistdio/ulc-asnprintf: New file.
17397         * modules/unistdio/ulc-asprintf: New file.
17398         * modules/unistdio/ulc-fprintf: New file.
17399         * modules/unistdio/ulc-printf-parse: New file.
17400         * modules/unistdio/ulc-snprintf: New file.
17401         * modules/unistdio/ulc-sprintf: New file.
17402         * modules/unistdio/ulc-vasnprintf: New file.
17403         * modules/unistdio/ulc-vasprintf: New file.
17404         * modules/unistdio/ulc-vfprintf: New file.
17405         * modules/unistdio/ulc-vsnprintf: New file.
17406         * modules/unistdio/ulc-vsprintf: New file.
17407         * modules/unistdio/u8-asnprintf: New file.
17408         * modules/unistdio/u8-asprintf: New file.
17409         * modules/unistdio/u8-printf-parse: New file.
17410         * modules/unistdio/u8-snprintf: New file.
17411         * modules/unistdio/u8-sprintf: New file.
17412         * modules/unistdio/u8-vasnprintf: New file.
17413         * modules/unistdio/u8-vasprintf: New file.
17414         * modules/unistdio/u8-vsnprintf: New file.
17415         * modules/unistdio/u8-vsprintf: New file.
17416         * modules/unistdio/u8-u8-asnprintf: New file.
17417         * modules/unistdio/u8-u8-asprintf: New file.
17418         * modules/unistdio/u8-u8-snprintf: New file.
17419         * modules/unistdio/u8-u8-sprintf: New file.
17420         * modules/unistdio/u8-u8-vasnprintf: New file.
17421         * modules/unistdio/u8-u8-vasprintf: New file.
17422         * modules/unistdio/u8-u8-vsnprintf: New file.
17423         * modules/unistdio/u8-u8-vsprintf: New file.
17424         * modules/unistdio/u16-asnprintf: New file.
17425         * modules/unistdio/u16-asprintf: New file.
17426         * modules/unistdio/u16-printf-parse: New file.
17427         * modules/unistdio/u16-snprintf: New file.
17428         * modules/unistdio/u16-sprintf: New file.
17429         * modules/unistdio/u16-vasnprintf: New file.
17430         * modules/unistdio/u16-vasprintf: New file.
17431         * modules/unistdio/u16-vsnprintf: New file.
17432         * modules/unistdio/u16-vsprintf: New file.
17433         * modules/unistdio/u16-u16-asnprintf: New file.
17434         * modules/unistdio/u16-u16-asprintf: New file.
17435         * modules/unistdio/u16-u16-snprintf: New file.
17436         * modules/unistdio/u16-u16-sprintf: New file.
17437         * modules/unistdio/u16-u16-vasnprintf: New file.
17438         * modules/unistdio/u16-u16-vasprintf: New file.
17439         * modules/unistdio/u16-u16-vsnprintf: New file.
17440         * modules/unistdio/u16-u16-vsprintf: New file.
17441         * modules/unistdio/u32-asnprintf: New file.
17442         * modules/unistdio/u32-asprintf: New file.
17443         * modules/unistdio/u32-printf-parse: New file.
17444         * modules/unistdio/u32-snprintf: New file.
17445         * modules/unistdio/u32-sprintf: New file.
17446         * modules/unistdio/u32-vasnprintf: New file.
17447         * modules/unistdio/u32-vasprintf: New file.
17448         * modules/unistdio/u32-vsnprintf: New file.
17449         * modules/unistdio/u32-vsprintf: New file.
17450         * modules/unistdio/u32-u32-asnprintf: New file.
17451         * modules/unistdio/u32-u32-asprintf: New file.
17452         * modules/unistdio/u32-u32-snprintf: New file.
17453         * modules/unistdio/u32-u32-sprintf: New file.
17454         * modules/unistdio/u32-u32-vasnprintf: New file.
17455         * modules/unistdio/u32-u32-vasprintf: New file.
17456         * modules/unistdio/u32-u32-vsnprintf: New file.
17457         * modules/unistdio/u32-u32-vsprintf: New file.
17458         * modules/unistdio/ulc-asnprintf-tests: New file.
17459         * modules/unistdio/ulc-vasnprintf-tests: New file.
17460         * modules/unistdio/ulc-vasprintf-tests: New file.
17461         * modules/unistdio/ulc-vsnprintf-tests: New file.
17462         * modules/unistdio/ulc-vsprintf-tests: New file.
17463         * modules/unistdio/u8-asnprintf-tests: New file.
17464         * modules/unistdio/u8-vasnprintf-tests: New file.
17465         * modules/unistdio/u8-vasprintf-tests: New file.
17466         * modules/unistdio/u8-vsnprintf-tests: New file.
17467         * modules/unistdio/u8-vsprintf-tests: New file.
17468         * modules/unistdio/u16-asnprintf-tests: New file.
17469         * modules/unistdio/u16-vasnprintf-tests: New file.
17470         * modules/unistdio/u16-vasprintf-tests: New file.
17471         * modules/unistdio/u16-vsnprintf-tests: New file.
17472         * modules/unistdio/u16-vsprintf-tests: New file.
17473         * modules/unistdio/u32-asnprintf-tests: New file.
17474         * modules/unistdio/u32-vasnprintf-tests: New file.
17475         * modules/unistdio/u32-vasprintf-tests: New file.
17476         * modules/unistdio/u32-vsnprintf-tests: New file.
17477         * modules/unistdio/u32-vsprintf-tests: New file.
17478         * MODULES.html.sh (Unicode string functions): Add the new modules.
17479
17480 2007-07-01  Bruno Haible  <bruno@clisp.org>
17481
17482         * lib/sprintf.c (sprintf): Limit the available length estimation,
17483         to avoid address wraparound.
17484         * lib/vsprintf.c (vsprintf): Likewise.
17485         * modules/sprintf-posix (Dependencies): Add stdint.
17486         * modules/vsprintf-posix (Dependencies): Likewise.
17487
17488 2007-07-01  Bruno Haible  <bruno@clisp.org>
17489
17490         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
17491         Windows PATH as well. Conservative double-quoting. Comments.
17492
17493 2007-07-01  Bruno Haible  <bruno@clisp.org>
17494             Eric Blake  <ebb9@byu.net>
17495             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17496
17497         * gnulib-tool (self_abspathname): Fix algorithm to cope with
17498         empty components in $PATH, denoting '.'.
17499
17500 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17501
17502         * gnulib-tool: Fix indentation.
17503         (func_create_megatestdir): Likewise.
17504         Report by Bruno Haible.
17505
17506 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17507
17508         Sync from Automake.
17509         * build-aux/gnupload: Fix shell portability issues with for loops.
17510         Report by Karl Berry.
17511
17512 2007-06-29  Simon Josefsson  <simon@josefsson.org>
17513
17514         * build-aux/maint.mk (POURL): Use translationproject.org.
17515
17516 2007-06-27  Simon Josefsson  <simon@josefsson.org>
17517             Bruno Haible  <bruno@clisp.org>
17518
17519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
17520         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
17521         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
17522         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
17523         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
17524
17525 2007-06-27  Bruno Haible  <bruno@clisp.org>
17526
17527         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
17528         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
17529
17530 2007-06-26  Karl Berry  <karl@gnu.org>
17531
17532         * MODULES.html.sh: remove xreadlink-with-size.
17533
17534 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17535
17536         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
17537         method that I hope also handles the double-include problem noted
17538         by Bruno Haible in
17539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
17540
17541 2007-06-23  Bruno Haible  <bruno@clisp.org>
17542
17543         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17544         Don't let the 'mostlyclean' target fail if the last subdirectory could
17545         not be removed.
17546         Reported by Karl Berry.
17547
17548 2007-06-23  Bruno Haible  <bruno@clisp.org>
17549
17550         * gnulib-tool (echo): Add a speedier workaround for ksh.
17551         * tests/test-echo.sh: Likewise.
17552
17553 2007-06-23  Bruno Haible  <bruno@clisp.org>
17554
17555         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
17556         * tests/test-echo.sh: Likewise.
17557
17558 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17559
17560         * gnulib-tool (IFS): Initialize early, so we don't set it to
17561         empty later.
17562         (self_abspathname): Rewrite algorithm to set it, reindent.
17563         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
17564         (func_create_megatestdir): Merge some sed scripts.
17565
17566 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
17569         exposed by Sun Studio 11 cc on Solaris 8.
17570
17571 2007-06-22  Bruno Haible  <bruno@clisp.org>
17572
17573         * gnulib-tool (echo): Ensure the echo primitive does not interpret
17574         backslashes.
17575         * tests/test-echo.sh: New file.
17576
17577 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17578
17579         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
17580         simplify `sed_replace_build_aux' scripts, they are portable but
17581         echoing them with `echo' is not.
17582         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
17583
17584 2007-06-21  Karl Berry  <karl@gnu.org>
17585
17586         * config/srclist.txt: guess we can't handle the licenses via
17587         srclist at the moment.
17588
17589 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         * MODULES.html.sh: Add include_next.
17592         * modules/include_next: New file.
17593
17594 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17595
17596         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
17597         INCLUDE_NEXT.
17598         (gl_CHECK_NEXT_HEADERS): New macro.
17599         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
17600         the obsolescent gl_ABSOLUTE_HEADER.
17601         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
17602         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
17603         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
17604         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
17605         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
17606         * m4/math_h.m4 (gl_MATH_H): Likewise.
17607         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
17608         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
17609         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
17610         * m4/stdint.m4 (gl_STDINT_H): Likewise.
17611         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
17612         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
17613         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
17614         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17615         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
17616         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
17617         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
17618         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
17619         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
17620         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
17621         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
17622         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17623         * m4/inttypes.m4 (gl_INTTYPES_H): Define
17624         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
17625         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
17626         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
17627         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
17628         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
17629         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
17630         * lib/float_.h: Likewise.
17631         * lib/inttypes_.h: Likewise.
17632         * lib/math_.h: Likewise.
17633         * lib/search_.h: Likewise.
17634         * lib/signal_.h: Likewise.
17635         * lib/stdint_.h: Likewise.
17636         * lib/stdio_.h: Likewise.
17637         * lib/stdlib_.h: Likewise.
17638         * lib/string_.h: Likewise.
17639         * lib/sys_stat_.h: Likewise.
17640         * lib/sys_time_.h: Likewise.
17641         * lib/time_.h: Likewise.
17642         * lib/unistd_.h: Likewise.
17643         * lib/wchar_.h: Likewise.
17644         * lib/wctype_.h: Likewise.
17645         * lib/dirent_.h: Likewise.
17646         * lib/iconv_.h: Likewise.
17647         * lib/locale_.h: Likewise.
17648         * lib/netinet_in_.h: Likewise.
17649         * lib/sys_select_.h: Likewise.
17650         * lib/sys_socket_.h: Likewise.
17651         * lib/sysexits_.h: Likewise.
17652         * modules/fcntl (Depends-on): Depend on include_next, not
17653         absolute_header.
17654         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
17655         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
17656         * modules/fchdir: Likewise.
17657         * modules/float: Likewise.
17658         * modules/iconv_open: Likewise.
17659         * modules/inttypes: Likewise.
17660         * modules/locale: Likewise.
17661         * modules/math: Likewise.
17662         * modules/netinet_in: Likewise.
17663         * modules/search: Likewise.
17664         * modules/signal: Likewise.
17665         * modules/stdint: Likewise.
17666         * modules/stdio: Likewise.
17667         * modules/stdlib: Likewise.
17668         * modules/string: Likewise.
17669         * modules/sys_select: Likewise.
17670         * modules/sys_socket: Likewise.
17671         * modules/sys_stat: Likewise.
17672         * modules/sys_time: Likewise.
17673         * modules/sysexits: Likewise.
17674         * modules/time: Likewise.
17675         * modules/unistd: Likewise.
17676         * modules/wchar: Likewise.
17677         * modules/wctype: Likewise.
17678         * modules/sys_stat: Change maintainer to "all".
17679         * modules/unistd: Likewise.
17680
17681 2007-06-20  Karl Berry  <karl@gnu.org>
17682
17683         * config/srclist.txt: track www changes in license files.
17684
17685 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
17686
17687         * build-aux/bootstrap: Remove stray dot.
17688         Make sure build_aux settings are honored when linking
17689         gnulib_extra_files.
17690
17691 2007-06-19  Eric Blake  <ebb9@byu.net>
17692
17693         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17694         Allow compilation on cygwin.
17695
17696 2007-06-19  Jim Meyering  <jim@meyering.net>
17697
17698         xreadlink-with-size: Remove module.  No longer used.
17699         Ex-callers now use xreadlink or mreadlink-with-size.
17700         * modules/xreadlink-with-size: Remove module.
17701         * lib/xreadlink-with-size.c: Remove file.
17702         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
17703         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
17704         just before the function definition *is* accurate.
17705
17706         Eliminate one way canonicalize_filename_mode could exit.
17707         * lib/canonicalize.c (canonicalize_filename_mode):
17708         Use mreadlink_with_size, not xreadlink_with_size.
17709
17710 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
17711
17712         Detect porting problems to FreeBSD/arm, which has time_t wider than
17713         long int.  Original problem reported for GNU diff by Xin Li in
17714         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
17715         * modules/getdate (Depends-on): Add intprops, verify.
17716         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
17717         is an integer type no wider than long int.
17718
17719 2007-06-18  Jim Meyering  <jim@meyering.net>
17720
17721         New module: mreadlink-with-size.
17722         * MODULES.html.sh: Add mreadlink-with-size.
17723         * modules/mreadlink-with-size: New module
17724         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
17725         not xreadlink-with-size.
17726         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
17727
17728 2007-06-16  Bruno Haible  <bruno@clisp.org>
17729
17730         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
17731         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
17732         Reported by Gary V. Vaughan <gary@gnu.org>.
17733
17734 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         Revamp lchown so that it lives in unistd.h where it belongs.
17737         * lib/lchown.h: Remove.
17738         * lib/dirchownmod.c: Don't include lib/lchown.h.
17739         * lib/fchownat.c: Likewise.
17740         * lib/openat.c: Likewise.
17741         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
17742         does not follow symlinks.
17743         (EOPNOTSUPP): Define if not defined.
17744         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
17745         is defined to 0.
17746         (lchown): New decl.
17747         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
17748         Do not check for lchown decl.
17749         Set REPLACE_LCHOWN.
17750         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
17751         REPLACE_LCHOWN.
17752         * modules/chown: Make it clear it follows symlinks.
17753         * modules/lchown: Make it clear it doesn't follow symlinks.
17754         (Files): Remove lib/lchown.h
17755         (Depends-on): Add unistd.
17756         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
17757         (Include): Include <unistd.h>, not "lchown.h".
17758         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
17759         REPLACE_LCHOWN.
17760
17761 2007-06-15  Jim Meyering  <jim@meyering.net>
17762
17763         Change license (GPL to LGPL) of fsusage and dependents.
17764         * modules/fsusage (License): Change to LGPL.
17765         * modules/full-read (License): Likewise.
17766         * modules/full-write (License): Likewise.
17767         * modules/safe-read (License): Likewise.
17768         * modules/safe-write (License): Likewise.
17769
17770 2007-06-14  Ben Pfaff  <blp@gnu.org>
17771
17772         Missing part of allocsa -> malloca transition.
17773         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
17774         gl_MALLOCA.
17775
17776 2007-06-12  Bruno Haible  <bruno@clisp.org>
17777
17778         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
17779         to ia64, x86_64, i386.
17780         Reported by Eric Blake.
17781
17782 2007-06-12  Bruno Haible  <bruno@clisp.org>
17783
17784         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
17785         cross-compiling to x86_64.
17786
17787 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17788
17789         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
17790         glitch reported by Ralf Wildenhues in
17791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
17792
17793         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
17794         Vin Shelton.
17795
17796 2007-06-11  Bruno Haible  <bruno@clisp.org>
17797
17798         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
17799         replacement string.
17800         Reported by Eric Blake.
17801
17802 2007-06-10  Bruno Haible  <bruno@clisp.org>
17803
17804         Prepare vasnprintf code for use with Unicode strings.
17805         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
17806         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
17807         TYPE_U32_STRING.
17808         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
17809         a_u32_string variants.
17810         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17811         * lib/printf-args.c: Don't include config.h and the specification
17812         header if PRINTF_FETCHARGS is already defined.
17813         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17814         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
17815         TYPE_U16_STRING, TYPE_U32_STRING.
17816         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
17817         u16_directive, u16_directives, u32_directive, u32_directives): New
17818         types.
17819         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
17820         New declarations.
17821         * lib/printf-parse.c: Don't include config.h and the specification
17822         header if PRINTF_PARSE is already defined. Eliminate the set of
17823         parameters for WIDE_CHAR_VERSION; the user of this file must provide
17824         them now. Include c-ctype.h.
17825         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
17826         directive and CHAR_T_ONLY_ASCII.
17827         * lib/vasnprintf.c: Don't include config.h and the specification header
17828         if VASNPRINTF is already defined.
17829         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
17830         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
17831         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
17832         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
17833         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
17834         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
17835         code accordingly.
17836         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
17837         pad_ourselves also in this case, with the 'c' and 's' directives, and
17838         with a different notion of "width".
17839         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
17840
17841 2007-06-10  Bruno Haible  <bruno@clisp.org>
17842
17843         * modules/unistr/u32-mbsnlen: New file.
17844         * lib/unistr/u32-mbsnlen.c: New file.
17845
17846         * modules/unistr/u16-mbsnlen: New file.
17847         * lib/unistr/u16-mbsnlen.c: New file.
17848
17849         * modules/unistr/u8-mbsnlen: New file.
17850         * lib/unistr/u8-mbsnlen.c: New file.
17851
17852         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
17853         declarations.
17854
17855 2007-06-10  Bruno Haible  <bruno@clisp.org>
17856
17857         * lib/string_.h (mbsnlen): New declaration.
17858         * lib/mbsnlen.c: New file.
17859         * m4/mbsnlen.m4: New file.
17860         * modules/mbsnlen: New file.
17861         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
17862         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
17863         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
17864
17865 2007-06-10  Bruno Haible  <bruno@clisp.org>
17866
17867         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
17868
17869 2007-06-10  Bruno Haible  <bruno@clisp.org>
17870
17871         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
17872         * lib/mbuiter.h: Likewise.
17873
17874 2007-06-10  Bruno Haible  <bruno@clisp.org>
17875
17876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
17877         declaration.
17878
17879 2007-06-10  Karl Berry  <karl@gnu.org>
17880
17881         * config/srclist.txt: remove gettext entries, Bruno prefers
17882         to update individually.
17883
17884 2007-06-10  Bruno Haible  <bruno@clisp.org>
17885
17886         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
17887         'maxlen'. Ensure only length + width bytes are allocated, not
17888         length + 1 + width.
17889
17890 2007-06-09  Bruno Haible  <bruno@clisp.org>
17891
17892         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
17893         (CHAR_T): Remove macro.
17894         (VASNPRINTF): Update.
17895
17896 2007-06-09  Bruno Haible  <bruno@clisp.org>
17897
17898         * MODULES.html.sh (Unicode string functions): Add the new modules.
17899
17900         * modules/uniconv/u32-conv-to-enc: New file.
17901         * lib/uniconv/u32-conv-to-enc.c: New file.
17902         * modules/uniconv/u32-conv-to-enc-tests: New file.
17903         * tests/uniconv/test-u32-conv-to-enc.c: New file.
17904
17905         * modules/uniconv/u16-conv-to-enc: New file.
17906         * lib/uniconv/u16-conv-to-enc.c: New file.
17907         * lib/uniconv/u-conv-to-enc.h: New file.
17908         * modules/uniconv/u16-conv-to-enc-tests: New file.
17909         * tests/uniconv/test-u16-conv-to-enc.c: New file.
17910
17911         * modules/uniconv/u8-conv-to-enc: New file.
17912         * lib/uniconv/u8-conv-to-enc.c: New file.
17913         * modules/uniconv/u8-conv-to-enc-tests: New file.
17914         * tests/uniconv/test-u8-conv-to-enc.c: New file.
17915
17916         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
17917         u32_conv_to_encoding): New declarations.
17918
17919 2007-06-09  Bruno Haible  <bruno@clisp.org>
17920
17921         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
17922
17923 2007-06-09  Bruno Haible  <bruno@clisp.org>
17924
17925         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
17926         * modules/malloca: Renamed from modules/allocsa, updated.
17927         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
17928         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
17929         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
17930         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
17931         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
17932         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
17933         * modules/xmalloca: Renamed from modules/xallocsa, updated.
17934         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
17935         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
17936         * modules/c-strcasestr (Depends-on): Update.
17937         * lib/c-strcasestr.c: Update.
17938         * modules/c-strstr (Depends-on): Update.
17939         * lib/c-strstr.c: Update.
17940         * modules/canonicalize-lgpl (Depends-on): Update.
17941         * lib/canonicalize-lgpl.c: Update.
17942         * modules/clean-temp (Depends-on): Update.
17943         * lib/clean-temp.c: Update.
17944         * modules/csharpcomp (Depends-on): Update.
17945         * lib/csharpcomp.c: Update.
17946         * modules/csharpexec (Depends-on): Update.
17947         * lib/csharpexec.c: Update.
17948         * modules/javacomp (Depends-on): Update.
17949         * lib/javacomp.c: Update.
17950         * modules/javaexec (Depends-on): Update.
17951         * lib/javaexec.c: Update.
17952         * modules/mbscasestr (Depends-on): Update.
17953         * lib/mbscasestr.c: Update.
17954         * modules/mbsstr (Depends-on): Update.
17955         * lib/mbsstr.c: Update.
17956         * modules/setenv (Depends-on): Update.
17957         * lib/setenv.c: Update.
17958         * modules/strcasestr (Depends-on): Update.
17959         * lib/strcasestr.c: Update.
17960         * modules/striconveha (Depends-on): Update.
17961         * lib/striconveha.c: Update.
17962         * modules/relocatable-prog-wrapper (Files): Update.
17963         * lib/relocwrapper.c: Update.
17964         * build-aux/install-reloc: Update.
17965         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
17966
17967 2007-06-08  Bruno Haible  <bruno@clisp.org>
17968
17969         Port to uClibc.
17970         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
17971         * lib/fpurge.c (fpurge): Likewise.
17972         * lib/freading.c (freading): Likewise.
17973         * lib/fseeko.c (rpl_fseeko): Likewise.
17974         * lib/fseterr.c (fseterr): Likewise.
17975         * lib/fwriting.c (fwriting): Likewise.
17976         * tests/test-fflush.c (main): Avoid a failure on uClibc.
17977
17978 2007-06-08  Bruno Haible  <bruno@clisp.org>
17979
17980         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
17981         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
17982         * modules/gettext (Files): Add m4/intlmacosx.m4.
17983
17984 2007-06-07  Bruno Haible  <bruno@clisp.org>
17985
17986         * modules/localename-tests: New file.
17987         * tests/test-localename.c: New file.
17988
17989         New module 'localename'.
17990         * lib/localename.h: New file.
17991         * lib/localename.c: New file, from GNU gettext.
17992         * m4/localename.m4: New file.
17993         * modules/localename: New file.
17994
17995 2007-06-07  Bruno Haible  <bruno@clisp.org>
17996
17997         Work around the lack of <wchar.h> on some builds of uClibc.
17998         * doc/headers/wchar.texi: Update.
17999         * lib/wchar_.h: Include <wchar.h> only if it exists.
18000         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
18001         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
18002         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
18003         doesn't exist.
18004         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
18005         * modules/mbfile (Depends-on): Add wchar.
18006         * modules/mbiter (Depends-on): Likewise.
18007         * modules/mbuiter (Depends-on): Likewise.
18008         Reported by Simon Josefsson.
18009
18010 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         Work around problem reported by Steven M. Schweda in
18013         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
18014         Tru64 5.1B with the Compaq compiler environment installed declares
18015         an 'isblank' function but does not define it in the C library.
18016         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
18017         * lib/regex_internal.h (isblank): Likewise.
18018         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
18019         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18020
18021 2007-06-05  Bruno Haible  <bruno@clisp.org>
18022
18023         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
18024         ia64.
18025         * modules/printf-safe: New file.
18026         * modules/fprintf-posix (Depends-on): Add printf-safe.
18027         * modules/printf-posix (Depends-on): Likewise.
18028         * modules/snprintf-posix (Depends-on): Likewise.
18029         * modules/sprintf-posix (Depends-on): Likewise.
18030         * modules/vasnprintf-posix (Depends-on): Likewise.
18031         * modules/vasprintf-posix (Depends-on): Likewise.
18032         * modules/vfprintf-posix (Depends-on): Likewise.
18033         * modules/vprintf-posix (Depends-on): Likewise.
18034         * modules/vsnprintf-posix (Depends-on): Likewise.
18035         * modules/vsprintf-posix (Depends-on): Likewise.
18036         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
18037         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
18038         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
18039         "no" on i386, x86_64, ia64.
18040         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
18041         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18042         on i386, x86_64, ia64.
18043         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
18044         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18045         on i386, x86_64, ia64.
18046         * tests/test-vasnprintf-posix.c: Include float.h.
18047         (LDBL80_WORDS): New macro.
18048         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18049         on i386, x86_64, ia64.
18050         * tests/test-vasprintf-posix.c: Include float.h.
18051         (LDBL80_WORDS): New macro.
18052         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18053         on i386, x86_64, ia64.
18054         * tests/test-snprintf-posix.c: Include float.h.
18055         * tests/test-sprintf-posix.c: Likewise.
18056         * tests/test-vsnprintf-posix.c: Likewise.
18057         * tests/test-vsprintf-posix.c: Likewise.
18058
18059 2007-06-05  Bruno Haible  <bruno@clisp.org>
18060
18061         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
18062         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
18063         non-IEEE numbers on i386, x86_64, ia64.
18064         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
18065         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
18066         * tests/test-isnanl.h: Include float.h.
18067         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
18068
18069 2007-06-05  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
18072         also the %a / %A. Handle the %a / %A code before this extra handling.
18073
18074 2007-06-05  Bruno Haible  <bruno@clisp.org>
18075
18076         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
18077         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
18078
18079 2007-06-05  Bruno Haible  <bruno@clisp.org>
18080
18081         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
18082         typo in variable name.
18083
18084 2007-06-05  Eric Blake  <ebb9@byu.net>
18085
18086         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
18087         Reported by Simon Josefsson.
18088
18089 2007-06-04  Bruno Haible  <bruno@clisp.org>
18090
18091         Avoid test failures on some PowerPC platforms.
18092         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
18093         Define differently for PowerPC.
18094         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
18095         Reported by Gary V. Vaughan <gary@gnu.org>.
18096
18097 2007-06-02  Bruno Haible  <bruno@clisp.org>
18098
18099         Fix test-stdint failure on FreeBSD/ia64.
18100         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
18101         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
18102         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
18103         * doc/headers/stdint.texi: Update.
18104
18105 2007-06-01  Bruno Haible  <bruno@clisp.org>
18106
18107         * tests/test-binary-io.c (main): Pass a third argument to open().
18108         Reported by Gary V. Vaughan <gary@gnu.org>.
18109
18110 2007-06-01  Bruno Haible  <bruno@clisp.org>
18111
18112         * doc/functions/frexpl.texi: Update for mingw.
18113
18114 2007-06-01  Bruno Haible  <bruno@clisp.org>
18115
18116         * tests/test-lseek.c (main): Disable test of errno for invalid third
18117         argument.
18118         * doc/functions/lseek.texi: Update.
18119         Reported by Gary V. Vaughan <gary@gnu.org>.
18120
18121 2007-05-28  Bruno Haible  <bruno@clisp.org>
18122
18123         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
18124
18125 2007-05-31  Eric Blake  <ebb9@byu.net>
18126
18127         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
18128         cross compiling.
18129
18130 2007-05-30  Eric Blake  <ebb9@byu.net>
18131         and Bruno Haible  <bruno@clisp.org>
18132
18133         Work around mingw test failures exposed by m4-1.4.9b.
18134         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
18135         * tests/test-unistd.c: Disable uid_t and git_t tests for the
18136         moment.
18137
18138 2007-05-30  Bruno Haible  <bruno@clisp.org>
18139
18140         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
18141         assuming that they are closed. Needed on HP-UX 11.
18142
18143 2007-05-29  Bruno Haible  <bruno@clisp.org>
18144
18145         Fix a problem with #include_next.
18146         * lib/dirent_.h: Split the double-inclusion guard.
18147         * lib/fcntl_.h: Likewise.
18148         * lib/float_.h: Likewise.
18149         * lib/iconv_.h: Likewise.
18150         * lib/inttypes_.h: Likewise.
18151         * lib/locale_.h: Likewise.
18152         * lib/math_.h: Likewise.
18153         * lib/netinet_in_.h: Likewise.
18154         * lib/search_.h: Likewise.
18155         * lib/signal_.h: Likewise.
18156         * lib/stdint_.h: Likewise.
18157         * lib/stdio_.h: Likewise.
18158         * lib/stdlib_.h: Likewise.
18159         * lib/string_.h: Likewise.
18160         * lib/sys_select_.h: Likewise.
18161         * lib/sys_socket_.h: Likewise.
18162         * lib/sys_stat_.h: Likewise.
18163         * lib/sys_time_.h: Likewise.
18164         * lib/sysexits_.h: Likewise.
18165         * lib/time_.h: Likewise.
18166         * lib/unistd_.h: Likewise.
18167         * lib/wchar_.h: Likewise.
18168         * lib/wctype_.h: Likewise.
18169
18170 2007-05-29  Bruno Haible  <bruno@clisp.org>
18171
18172         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
18173         for the moment.
18174
18175 2007-05-29  Bruno Haible  <bruno@clisp.org>
18176
18177         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
18178         invocation.
18179         Reported by Eric Blake.
18180
18181 2007-05-29  Bruno Haible  <bruno@clisp.org>
18182
18183         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
18184         compiling case.
18185
18186 2007-05-29  Eric Blake  <ebb9@byu.net>
18187             Bruno Haible  <bruno@clisp.org>
18188
18189         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
18190         cross compiles.
18191
18192 2007-05-28  Eric Blake  <ebb9@byu.net>
18193
18194         * modules/closein-tests (test_closein_LDADD): Support test on
18195         cygwin with libtool.
18196
18197 2007-05-28  Bruno Haible  <bruno@clisp.org>
18198
18199         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
18200         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18201         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18202         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18203         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18204         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18205         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18206         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18207         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18208
18209 2007-05-28  Eric Blake  <ebb9@byu.net>
18210
18211         Unconditionally include <config.h> in unit tests.
18212         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
18213         * tests/test-allocsa.c, tests/test-arcfour.c,
18214         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
18215         tests/test-array_list.c, tests/test-array_oset.c,
18216         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
18217         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
18218         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
18219         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
18220         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
18221         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
18222         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
18223         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
18224         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
18225         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
18226         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
18227         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
18228         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
18229         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
18230         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
18231         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
18232         test-md5.c, test-memmem.c, test-printf-posix.c,
18233         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
18234         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
18235         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
18236         test-strcasestr.c, test-striconv.c, test-striconveh.c,
18237         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
18238         test-vasnprintf-posix2.c, test-vasnprintf.c,
18239         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
18240         test-vfprintf-posix.c, test-vprintf-posix.c,
18241         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
18242         test-xvasprintf.c: Likewise.
18243
18244 2007-05-28  Bruno Haible  <bruno@clisp.org>
18245
18246         * gnulib-tool (func_import): Remember the --with-tests command-line
18247         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
18248         Reported by Eric Blake.
18249
18250 2007-05-28  Bruno Haible  <bruno@clisp.org>
18251
18252         * modules/ftell-tests: New file.
18253         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
18254         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
18255
18256         * lib/ftell.c: New file.
18257         * modules/ftell: New file.
18258         * m4/ftell.m4: New file.
18259         * doc/functions/ftell.texi: Update.
18260         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
18261         REPLACE_FTELL.
18262         * lib/stdio_.h (rpl_ftell): New declaration.
18263         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
18264         REPLACE_FTELL.
18265
18266 2007-05-28  Eric Blake  <ebb9@byu.net>
18267
18268         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
18269
18270 2007-05-28  Bruno Haible  <bruno@clisp.org>
18271
18272         * modules/fseek-tests: New file.
18273         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
18274         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
18275
18276         * lib/fseek.c: New file.
18277         * modules/fseek: New file.
18278         * m4/fseek.m4: New file.
18279         * doc/functions/fseek.texi: Update.
18280         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
18281         REPLACE_FSEEK.
18282         * lib/stdio_.h (rpl_fseek): New declaration.
18283         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
18284         REPLACE_FSEEK.
18285
18286 2007-05-28  Bruno Haible  <bruno@clisp.org>
18287
18288         * lib/stdio_.h (fflush): More comments.
18289
18290 2007-05-28  Bruno Haible  <bruno@clisp.org>
18291
18292         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
18293         runtime test.
18294
18295 2007-05-28  Eric Blake  <ebb9@byu.net>
18296
18297         Improve lseek module.
18298         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
18299         * lib/unistd_.h (lseek): Scale back link warning message.
18300         * tests/test-lseek.c: Beef up test.
18301         * tests/test-lseek.sh: Exercise more facets of lseek.
18302         Reported by Bruno Haible.
18303
18304 2007-05-28  Bruno Haible  <bruno@clisp.org>
18305
18306         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
18307         to define.
18308
18309 2007-05-27  Bruno Haible  <bruno@clisp.org>
18310
18311         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
18312
18313 2007-05-27  Bruno Haible  <bruno@clisp.org>
18314
18315         * modules/openmp: New file.
18316         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
18317         Noah Misch.
18318
18319 2007-05-26  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/chdir-long (Depends-on): Add fchdir.
18322         * modules/chdir-safer (Depends-on): Likewise.
18323         * modules/fts (Depends-on): Likewise.
18324         * modules/fts-lgpl (Depends-on): Likewise.
18325         * modules/openat (Depends-on): Likewise.
18326         * modules/savewd (Depends-on): Likewise.
18327
18328 2007-05-24  Eric Blake  <ebb9@byu.net>
18329
18330         Fix lseek on mingw.
18331         * modules/lseek: New module.
18332         * m4/lseek.m4: New file.
18333         * lib/lseek.c: New file.
18334         * modules/lseek-tests: New file.
18335         * tests/test-lseek.c: New file.
18336         * tests/test-lseek.sh: New file.
18337         * MODULES.html.sh: Document lseek module.
18338         * modules/fflush (Depends-on): Add lseek, fseeko.
18339         * modules/fseeko (Depends-on): Likewise.
18340         * modules/ftello (Depends-on): Likewise.
18341         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
18342         broken.
18343         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
18344         broken.
18345         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
18346         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
18347         * lib/ftello.c (rpl_ftello): Likewise.
18348         * tests/test-fseeko.c (main): Test this.
18349         * tests/test-fseeko.sh: Likewise.
18350         * tests/test-ftello.c (main): Likewise.
18351         * tests/test-ftello.sh: Likewise.
18352         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
18353         implies replacing fseek.
18354         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
18355         HAVE_FTELLO.
18356         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
18357         * modules/unistd (Makefile.am): Likewise.
18358         * lib/unistd_.h (lseek): Declare a replacement.
18359         * doc/functions/lseek.texi (lseek): Document this fix.
18360         * doc/functions/fseek.texi (fseek): Likewise.
18361         * doc/functions/ftell.texi (ftell): Likewise.
18362
18363 2007-05-24  Bruno Haible  <bruno@clisp.org>
18364
18365         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
18366         in the printed representation of a NaN.
18367         * tests/test-vasprintf-posix.c (test_function): Likewise.
18368         * tests/test-snprintf-posix.h (test_function): Likewise.
18369         * tests/test-sprintf-posix.h (test_function): Likewise.
18370         Reported by Eric Blake.
18371
18372 2007-05-23  Eric Blake  <ebb9@byu.net>
18373
18374         Fix fseeko/ftello on cygwin 1.5.24.
18375         * doc/functions/fseeko.texi (fseeko): Document the fix.
18376         * doc/functions/ftello.texi (ftello): Document the fix.
18377         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
18378         * doc/functions/stdout.text (stdout): New file.
18379         * doc/functions/stderr.text (stderr): New file.
18380         * doc/gnulib.texi (Function Substitutes): Use new files.
18381         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
18382         prior to 1.7.0.
18383         * tests/test-ftello.c (main): Likewise for ftello.
18384         * tests/test-fseeko.sh: New file.
18385         * tests/test-ftello.sh: New file.
18386         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
18387         with seekable stdin.
18388         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
18389         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
18390         (gl_REPLACE_FSEEKO): New macro.
18391         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
18392         * modules/fseeko (Files): Distribute fseeko.c.
18393         * modules/ftello (Files): Distribute ftello.c.
18394         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
18395         mode.
18396         * lib/ftello.c (rpl_ftello): New file.
18397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
18398         fseeko, ftello.
18399         (gl_STDIN_LARGE_OFFSET): New macro.
18400         * modules/stdio (Makefile.am): Perform the replacement.
18401         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
18402
18403 2007-05-23  Bruno Haible  <bruno@clisp.org>
18404
18405         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
18406         GNULIB_POSIXCHECK is defined.
18407
18408 2007-05-21  Bruno Haible  <bruno@clisp.org>
18409
18410         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
18411         Check also the output for NaN arguments. When cross-compiling, guess
18412         no on IRIX.
18413         * lib/vasnprintf.c: Update comments.
18414         * tests/test-vasnprintf-posix.c (strisnan): New function.
18415         (test_function): Use it.
18416         * tests/test-vasprintf-posix.c (strisnan): New function.
18417         (test_function): Use it.
18418         * tests/test-snprintf-posix.h (strisnan): New function.
18419         (test_function): Use it.
18420         * tests/test-sprintf-posix.h (strisnan): New function.
18421         (test_function): Use it.
18422         Reported by Eric Blake.
18423
18424 2007-05-20  Bruno Haible  <bruno@clisp.org>
18425
18426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
18427         numbers that fails on BeOS.
18428         * doc/functions/frexpl.texi: Update.
18429
18430 2007-05-20  Jim Meyering  <jim@meyering.net>
18431
18432         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
18433         forced upon us by glibc-2.6.
18434
18435 2007-05-20  Bruno Haible  <bruno@clisp.org>
18436
18437         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
18438         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
18439         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
18440         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
18441         NEED_PRINTF_INFINITE.
18442         (is_infinitel): New function.
18443         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
18444         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
18445         gl_PREREQ_VASNPRINTF_INFINITE.
18446         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
18447         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18448         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
18449         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
18450         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
18451         gl_PREREQ_VASNPRINTF_INFINITE.
18452         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18453         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18454         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18455         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18456         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18457         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18458         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18459         * doc/functions/fprintf.texi: Update.
18460         * doc/functions/printf.texi: Update.
18461         * doc/functions/snprintf.texi: Update.
18462         * doc/functions/sprintf.texi: Update.
18463         * doc/functions/vfprintf.texi: Update.
18464         * doc/functions/vprintf.texi: Update.
18465         * doc/functions/vsnprintf.texi: Update.
18466         * doc/functions/vsprintf.texi: Update.
18467
18468 2007-05-20  Bruno Haible  <bruno@clisp.org>
18469
18470         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
18471         was not found in libc.
18472         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
18473
18474 2007-05-20  Bruno Haible  <bruno@clisp.org>
18475
18476         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18477         printed as "-nan" instead of "nan".
18478         * tests/test-vasprintf-posix.c (test_function): Likewise.
18479         * tests/test-snprintf-posix.h (test_function): Likewise.
18480         * tests/test-sprintf-posix.h (test_function): Likewise.
18481         Needed for HP-UX 11.
18482
18483 2007-05-20  Jim Meyering  <jim@meyering.net>
18484
18485         Fix buggy test for the fchownat-deref bug.
18486         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
18487         symlink required for the run-test.  Without it, this test would
18488         always declare that fchownat doesn't work, and client code would
18489         unnecessarily use the replacement function with fixed libc.
18490         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
18491         Reported by Greg Schafer.
18492
18493 2007-05-19  Bruno Haible  <bruno@clisp.org>
18494
18495         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
18496         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
18497         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
18498         Needed for IRIX 6.5 and Solaris 2.5.1.
18499
18500 2007-05-19  Bruno Haible  <bruno@clisp.org>
18501
18502         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
18503         (test_function): Skip tests involving -0.0 on platforms where
18504         -0.0 = 0.0.
18505         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
18506         (test_function): Skip tests involving -0.0 on platforms where
18507         -0.0 = 0.0.
18508         * tests/test-snprintf-posix.h (have_minus_zero): New function.
18509         (test_function): Skip tests involving -0.0 on platforms where
18510         -0.0 = 0.0.
18511         * tests/test-sprintf-posix.h (have_minus_zero): New function.
18512         (test_function): Skip tests involving -0.0 on platforms where
18513         -0.0 = 0.0.
18514         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
18515         tests.
18516         * tests/test-printf-posix.h (test_function): Likewise.
18517         * tests/test-printf-posix.output: Remove all -0.0 related results.
18518         Needed for IRIX 6.5.
18519
18520 2007-05-19  Bruno Haible  <bruno@clisp.org>
18521
18522         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18523         printed as "nan0x7fffffff" instead of "nan".
18524         * tests/test-vasprintf-posix.c (test_function): Likewise.
18525         * tests/test-snprintf-posix.h (test_function): Likewise.
18526         * tests/test-sprintf-posix.h (test_function): Likewise.
18527         * tests/test-fprintf-posix.h (NaN): Remove macro.
18528         (test_function): Remove all NaN related tests.
18529         * tests/test-printf-posix.h (NaN): Remove macro.
18530         (test_function): Remove all NaN related tests.
18531         * tests/test-printf-posix.output: Remove all NaN related results.
18532         Needed for IRIX 6.5.
18533
18534 2007-05-19  Bruno Haible  <bruno@clisp.org>
18535
18536         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
18537         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
18538
18539 2007-05-19  Bruno Haible  <bruno@clisp.org>
18540
18541         * lib/float_.h: New file.
18542         * m4/float_h.m4: New file.
18543         * modules/float: New file.
18544         * modules/isnanl (Dependencies): Add float.
18545         * modules/isnanl-nolibm (Dependencies): Likewise.
18546         * modules/mathl (Dependencies): Likewise.
18547         * modules/printf-frexpl (Dependencies): Likewise.
18548         * modules/signbit (Dependencies): Likewise.
18549         * modules/vasnprintf (Dependencies): Likewise.
18550         * doc/headers/float.texi: Update.
18551
18552 2007-05-19  Jim Meyering  <jim@meyering.net>
18553
18554         * lib/utimens.c (gl_futimens): Rename from futimens,
18555         now that glibc-2.6 declares futimens.
18556         * lib/utimens.h: Likewise.
18557
18558 2007-05-19  Bruno Haible  <bruno@clisp.org>
18559
18560         Avoid test failures on mingw.
18561         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
18562         * tests/test-printf-posix.sh: Likewise.
18563         * tests/test-vfprintf-posix.sh: Likewise.
18564         * tests/test-vprintf-posix.sh: Likewise.
18565
18566 2007-05-19  Bruno Haible  <bruno@clisp.org>
18567
18568         Fix *printf result for NaN, Inf, -0.0 on mingw.
18569         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
18570         * lib/vasnprintf.c: Include math.h and isnan.h.
18571         (is_infinite_or_zero): New function.
18572         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
18573         values in the %f, %F, %e, %E, %g, %G directives.
18574         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
18575         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18576         gl_PRINTF_INFINITE and test its result. Invoke
18577         gl_PREREQ_VASNPRINTF_INFINITE.
18578         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18579         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18580         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18581         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18582         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18583         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18584         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18585         * doc/functions/fprintf.texi: Update.
18586         * doc/functions/printf.texi: Update.
18587         * doc/functions/snprintf.texi: Update.
18588         * doc/functions/sprintf.texi: Update.
18589         * doc/functions/vfprintf.texi: Update.
18590         * doc/functions/vprintf.texi: Update.
18591         * doc/functions/vsnprintf.texi: Update.
18592         * doc/functions/vsprintf.texi: Update.
18593
18594 2007-05-19  Bruno Haible  <bruno@clisp.org>
18595
18596         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
18597         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
18598         Instead of multiplying with 10^k, set extra_zeroes to k.
18599         (scale10_round_long_double): Remove function.
18600
18601 2007-05-18  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
18604         introduced on 2007-05-06.
18605
18606 2007-05-18  Bruno Haible  <bruno@clisp.org>
18607
18608         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
18609         %g directives.
18610         * tests/test-vasprintf-posix.c (test_function): Likewise.
18611         * tests/test-snprintf-posix.h (test_function): Likewise.
18612         * tests/test-sprintf-posix.h (test_function): Likewise.
18613
18614 2007-05-18  Bruno Haible  <bruno@clisp.org>
18615
18616         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
18617         (strmatch): New function.
18618         (test_function): Test the %f directive on numbers of various exponents.
18619         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
18620         (strmatch): New function.
18621         (test_function): Test the %f directive on numbers of various exponents.
18622         * tests/test-snprintf-posix.h (strmatch): New function.
18623         (test_function): Test the %f directive on numbers of various exponents.
18624         * tests/test-sprintf-posix.h (strmatch): New function.
18625         (test_function): Test the %f directive on numbers of various exponents.
18626         * tests/test-snprintf-posix.c (SIZEOF): New macro.
18627         * tests/test-sprintf-posix.c (SIZEOF): New macro.
18628         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
18629         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
18630
18631 2007-05-18  Bruno Haible  <bruno@clisp.org>
18632
18633         Add support for 'long double' number output.
18634         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
18635         * lib/vasnprintf.c: Include math.h and float+.h.
18636         (mp_limb_t): New type.
18637         (GMP_LIMB_BITS): New macro.
18638         (mp_twolimb_t): New type.
18639         (GMP_TWOLIMB_BITS): New macro.
18640         (mpn_t): New type.
18641         (multiply, divide, convert_to_decimal, decode_long_double,
18642         scale10_round_long_double, scale10_round_decimal_long_double,
18643         floorlog10l): New functions.
18644         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
18645         for the %f, %F, %e, %E, %g, %G directives.
18646         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
18647         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18648         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
18649         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
18650         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18651         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18652         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18653         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18654         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18656         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18657         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
18658         * modules/snprintf-posix (Depends-on): Likewise.
18659         * modules/sprintf-posix (Depends-on): Likewise.
18660         * modules/vasnprintf-posix (Depends-on): Likewise.
18661         * modules/vasprintf-posix (Depends-on): Likewise.
18662         * modules/vfprintf-posix (Depends-on): Likewise.
18663         * modules/vsnprintf-posix (Depends-on): Likewise.
18664         * modules/vsprintf-posix (Depends-on): Likewise.
18665         * modules/vasnprintf (Files): Add lib/float+.h.
18666         * doc/functions/fprintf.texi: Update.
18667         * doc/functions/printf.texi: Update.
18668         * doc/functions/snprintf.texi: Update.
18669         * doc/functions/sprintf.texi: Update.
18670         * doc/functions/vfprintf.texi: Update.
18671         * doc/functions/vprintf.texi: Update.
18672         * doc/functions/vsnprintf.texi: Update.
18673         * doc/functions/vsprintf.texi: Update.
18674
18675 2007-05-18  Bruno Haible  <bruno@clisp.org>
18676
18677         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
18678
18679 2007-05-18  Bruno Haible  <bruno@clisp.org>
18680
18681         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
18682         for printing 64-bit integers. Needed for mingw.
18683
18684 2007-05-18  Bruno Haible  <bruno@clisp.org>
18685
18686         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
18687         gl_FUNC_FREXPL_WORKS.
18688         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
18689
18690 2007-05-18  Bruno Haible  <bruno@clisp.org>
18691
18692         * modules/frexpl-nolibm-tests: New file.
18693
18694         * modules/frexpl-nolibm: New file.
18695         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
18696
18697 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18698
18699         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
18700         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18701         GCC 4.2, which otherwise issues a lot of warnings.
18702         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
18703         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
18704         Likewise.
18705         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
18706         * modules/iconv_open (iconv.h): Likewise.
18707         * modules/locale (locale.h): Likewise.
18708         * modules/netinet_in (netinet/in.h): Likewise.
18709         * modules/sys_select (sys_select.h): Likewise.
18710         * modules/sys_socket (sys/socket.h): Likewise.
18711         * modules/sys_stat (sys/stat.h): Likewise.
18712         * modules/sysexits (sysexits.h): Likewise.
18713         * modules/unistd (unistd.h): Likewise.
18714
18715 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18716
18717         * modules/closein-tests (Makefile.am): Distribute
18718         `test-closein.sh'.
18719
18720 2007-05-17  Bruno Haible  <bruno@clisp.org>
18721
18722         * tests/test-printf-posix.output: Renamed from
18723         tests/test-fprintf-posix.out.
18724         * modules/fprintf-posix-tests: Update.
18725         * modules/printf-posix-tests: Update.
18726         * modules/vfprintf-posix-tests: Update.
18727         * modules/vprintf-posix-tests: Update.
18728         * tests/test-fprintf-posix.sh: Update.
18729         * tests/test-printf-posix.sh: Update.
18730         * tests/test-vfprintf-posix.sh: Update.
18731         * tests/test-vprintf-posix.sh: Update.
18732         Reported by Ralf Wildenhues.
18733
18734 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18735
18736         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
18737         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18738         GCC 4.2, which otherwise issues a lot of warnings.
18739         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
18740         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
18741         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
18742         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
18743         it should no longer be needed.
18744         * lib/string_.h: Likewise.
18745         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
18746         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
18747         * modules/inttypes (inttypes.h): Likewise.
18748         * modules/math (math.h): Likewise.
18749         * modules/search (search.h): Likewise.
18750         * modules/signal (signal.h): Likewise.
18751         * modules/stdint (stdint.h): Likewise.
18752         * modules/stdio (stdio.h): Likewise.
18753         * modules/stdlib (stdlib.h): Likewise.
18754         * modules/string (string.h): Likewise.
18755         * modules/sys_time (sys/time.h): Likewise.
18756         * modules/time (time.h): Likewise.
18757         * modules/wchar (wchar.h): Likewise.
18758         * modules/wctype (wtype.h): Likewise.
18759
18760 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
18761
18762         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
18763
18764 2007-05-13  Bruno Haible  <bruno@clisp.org>
18765
18766         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
18767         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18768         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
18769         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18770         (gl_PREREQ_STRTOK_R): Don't require it here.
18771
18772 2007-05-13  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
18775         when used in C++ mode.
18776
18777 2007-05-12  Bruno Haible  <bruno@clisp.org>
18778
18779         * lib/linebuffer.h: Tweak doc.
18780         * lib/linebuffer.c: Likewise.
18781
18782 2007-05-12  James Youngman  <jay@gnu.org>
18783
18784         * lib/linebuffer.c (readlinebuffer_delim): New function,
18785         like readlinebuffer, but use a caller-specified delimiter.
18786         (readlinebuffer): Just call readlinebuffer_delim with '\n'
18787         as the delimiter.
18788         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
18789
18790 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18791
18792         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
18793         * modules/openat (Files): Remove openat-die.c.
18794         (Depends-on): Add openat-die.
18795         * modules/openat-die: New module.
18796
18797 2007-05-06  Bruno Haible  <bruno@clisp.org>
18798
18799         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
18800         Update with info about Cygwin.
18801         * doc/functions/fprintf.texi: Update.
18802         * doc/functions/printf.texi: Update.
18803         * doc/functions/snprintf.texi: Update.
18804         * doc/functions/sprintf.texi: Update.
18805         * doc/functions/vfprintf.texi: Update.
18806         * doc/functions/vprintf.texi: Update.
18807         * doc/functions/vsnprintf.texi: Update.
18808         * doc/functions/vsprintf.texi: Update.
18809         Reported by Eric Blake.
18810
18811 2007-05-06  Bruno Haible  <bruno@clisp.org>
18812
18813         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18814         padding ourselves for the floating-point directives.
18815         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
18816         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
18817         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18818         gl_PRINTF_FLAG_ZERO and test its result. Invoke
18819         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
18820         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18821         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18822         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18823         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18824         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18825         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18826         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18827         * tests/test-snprintf-posix.h (test_function): Also check the width
18828         and some flags in the %f directive.
18829         * tests/test-sprintf-posix.h (test_function): Likewise.
18830         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18831         * tests/test-vasprintf-posix.c (test_function): Likewise.
18832         * doc/functions/fprintf.texi: Update.
18833         * doc/functions/printf.texi: Update.
18834         * doc/functions/snprintf.texi: Update.
18835         * doc/functions/sprintf.texi: Update.
18836         * doc/functions/vfprintf.texi: Update.
18837         * doc/functions/vprintf.texi: Update.
18838         * doc/functions/vsnprintf.texi: Update.
18839         * doc/functions/vsprintf.texi: Update.
18840
18841 2007-05-06  Bruno Haible  <bruno@clisp.org>
18842
18843         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
18844         pass the ' flag character to sprintf or snprintf.
18845         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
18846         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
18847         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18848         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
18849         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
18850         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18851         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18852         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18853         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18854         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18855         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18856         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18857         * tests/test-snprintf-posix.h (test_function): Also check the grouping
18858         flag.
18859         * tests/test-sprintf-posix.h (test_function): Likewise.
18860         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18861         * tests/test-vasprintf-posix.c (test_function): Likewise.
18862         * doc/functions/fprintf.texi: Update.
18863         * doc/functions/printf.texi: Update.
18864         * doc/functions/snprintf.texi: Update.
18865         * doc/functions/sprintf.texi: Update.
18866         * doc/functions/vfprintf.texi: Update.
18867         * doc/functions/vprintf.texi: Update.
18868         * doc/functions/vsnprintf.texi: Update.
18869         * doc/functions/vsprintf.texi: Update.
18870
18871 2007-05-01  Bruno Haible  <bruno@clisp.org>
18872
18873         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
18874
18875 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
18878         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
18879
18880 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18881
18882         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
18883         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
18884         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
18885
18886 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
18887
18888         * lib/argp-help.c (struct hol_entry): New member `ord'.
18889         (HOL_ENTRY_PTRCMP): Use ord for comparison
18890         (hol_sort): Initialize ord.
18891
18892 2007-05-01  Bruno Haible  <bruno@clisp.org>
18893
18894         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
18895         Reported by Eric Blake.
18896         * doc/gnulib.texi (Function Substitutes): Update.
18897
18898 2007-05-01  Bruno Haible  <bruno@clisp.org>
18899
18900         * doc/functions.texi: Remove file, now redundant through
18901         doc/functions/*.texi.
18902
18903 2007-05-01  Bruno Haible  <bruno@clisp.org>
18904
18905         * modules/argp (Depends-on): Add sleep.
18906
18907 2007-05-01  Bruno Haible  <bruno@clisp.org>
18908
18909         * modules/sleep-tests: New file.
18910         * tests/test-sleep.c: New file.
18911
18912         * modules/sleep: New file.
18913         * lib/sleep.c: New file.
18914         * m4/sleep.m4: New file.
18915         * lib/unistd_.h (sleep): New declaration.
18916         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
18917         HAVE_SLEEP.
18918         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
18919         * doc/functions/sleep.texi: Document the sleep module.
18920
18921 2007-05-01  Bruno Haible  <bruno@clisp.org>
18922
18923         * lib/sigprocmask.h: Remove file.
18924         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
18925         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
18926         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
18927         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
18928         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
18929         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
18930         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
18931         HAVE_SIGSET_T as a shell variable.
18932         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
18933         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
18934         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
18935         (Depends-on): Add signal. Remove verify.
18936         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
18937         (Include): Mention <signal.h> instead of sigprocmask.h.
18938         * NEWS: Mention the change.
18939         * lib/fatal-signal.c: Don't include sigprocmask.h.
18940
18941 2007-05-01  Bruno Haible  <bruno@clisp.org>
18942
18943         * modules/signal: New file.
18944         * lib/signal_.h: New file.
18945         * m4/signal_h.m4: New file.
18946
18947 2007-05-01  Bruno Haible  <bruno@clisp.org>
18948
18949         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
18950         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
18951         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
18952         HAVE_WCTYPE_CTMP_BUG into wctype.h.
18953
18954 2007-05-01  Bruno Haible  <bruno@clisp.org>
18955
18956         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
18957         configure time.
18958         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
18959         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
18960         * modules/sys_stat (Makefile.am): Substitute their values into
18961         sys/stat.h.
18962
18963 2007-05-01  Bruno Haible  <bruno@clisp.org>
18964
18965         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
18966         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
18967         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
18968
18969 2007-05-01  Bruno Haible  <bruno@clisp.org>
18970
18971         * doc/header/assert.texi: Undo last change: don't mention the gnulib
18972         'assert' module here.
18973
18974 2007-05-01  Bruno Haible  <bruno@clisp.org>
18975
18976         * doc/functions/*.texi: New files.
18977         * doc/functions/google-ranking.txt: New file.
18978         * doc/gnulib.texi (Function Substitutes): New chapter.
18979         (ctime, inet_ntoa): Remove sections.
18980         * doc/ctime.texi: Remove file.
18981         * doc/inet_ntoa.texi: Remove file.
18982         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
18983         dependencies.
18984         (%.info): New rule, specifying a --reference-limit.
18985
18986 2007-05-01  Bruno Haible  <bruno@clisp.org>
18987
18988         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
18989
18990 2007-05-01  Bruno Haible  <bruno@clisp.org>
18991
18992         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
18993         the portability of 'mkdir' to mingw systems.
18994
18995 2007-05-01  Bruno Haible  <bruno@clisp.org>
18996
18997         * doc/headers/google-ranking.txt: New file.
18998
18999 2007-04-30  Eric Blake  <ebb9@byu.net>
19000
19001         Prefer fseeko to fseek.
19002         * modules/getpass (Depends-on): Add fseeko.
19003         * lib/getpass.c (getpass): Use fseeko, not fseek.
19004
19005 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
19006
19007         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
19008         assumes the sorting is stable, while most qsort implementations
19009         are not.  Use argument addresses to ensure they never compare as
19010         equal.
19011
19012         * tests/test-argp-2.sh (usage-indent test): Fix output
19013         (func_compare): Restore diff options
19014         * tests/test-argp.c: Restore #include "progname.h"
19015
19016 2007-04-29  Bruno Haible  <bruno@clisp.org>
19017
19018         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
19019         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19020         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
19021         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19022         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
19023         (configure.ac): Define CHECK_SNPRINTF_POSIX.
19024         (TESTS, check_PROGRAMS): Add test-snprintf.
19025         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
19026         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
19027         (TESTS, check_PROGRAMS): Add test-vsnprintf.
19028         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
19029         assertions that fail on HP-UX, OSF/1, or IRIX.
19030         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
19031
19032 2007-04-29  Bruno Haible  <bruno@clisp.org>
19033
19034         * MODULES.html.sh (posix_functions): Remove 'contents'.
19035
19036 2007-04-29  Karl Berry  <karl@gnu.org>
19037
19038         * config/srclist.txt (gendocs_template_min): new entry.
19039
19040 2007-04-29  Bruno Haible  <bruno@clisp.org>
19041
19042         Work around fpurge bug on BSD systems.
19043         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
19044         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
19045         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
19046         fpurge to rpl_fpurge if the system already has this function.
19047         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
19048         the case where the system already has this function. Correct invariants
19049         on BSD systems.
19050         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
19051         BSD systems.
19052
19053 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
19054
19055         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
19056         proposed by Sven Verdoolaege.
19057
19058         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
19059         options.
19060         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
19061         (usage and help tests): Update
19062
19063 2007-04-29  Bruno Haible  <bruno@clisp.org>
19064
19065         * tests/test-fflush.c (main): Use a file of size 17, not 10.
19066         Print more information in case of failure. Disable a test on BeOS.
19067
19068 2007-04-29  Bruno Haible  <bruno@clisp.org>
19069
19070         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
19071         This helps debugging on systems on which no gdb is available.
19072
19073 2007-04-29  Bruno Haible  <bruno@clisp.org>
19074
19075         * lib/freading.h: Improve comments.
19076         * lib/fwriting.h: Likewise.
19077         * tests/test-freading.c (main): Don't check freading immediately after
19078         repositioning. Needed for glibc.
19079
19080 2007-04-29  Bruno Haible  <bruno@clisp.org>
19081
19082         * lib/freading.c (freading): Trivial simplification.
19083
19084 2007-04-28  Bruno Haible  <bruno@clisp.org>
19085
19086         * tests/test-fwriting.c (main): Also test the interaction between
19087         fflush and fwriting.
19088         * modules/fwriting-tests (Depends-on): Add fflush.
19089
19090         * tests/test-freading.c (main): Also test the interaction between
19091         fflush and freading.
19092         * modules/freading-tests (Depends-on): Add fflush.
19093
19094 2007-04-28  Bruno Haible  <bruno@clisp.org>
19095
19096         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
19097         fseeko and ftello.
19098         Suggested by Eric Blake.
19099
19100 2007-04-28  Jim Meyering  <jim@meyering.net>
19101
19102         Avoid false-negative in gl_STDINT_H's C99 conformance test.
19103         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
19104         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
19105
19106 2007-04-27  Eric Blake  <ebb9@byu.net>
19107
19108         * doc/headers/assert.texi (assert.h): Document assert module use.
19109
19110 2007-04-27  Bruno Haible  <bruno@clisp.org>
19111
19112         * doc/headers/*.texi: New files.
19113         * doc/gnulib.texi (Header File Substitutes): New chapter.
19114         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
19115         dependencies.
19116         (standards.info ,standards.html, standards.dvi): Update dependencies.
19117         (mostlyclean, clean): New targets.
19118
19119 2007-04-27  Bruno Haible  <bruno@clisp.org>
19120
19121         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
19122         * modules/sysexits (Files, Makefile.am): Update.
19123
19124         * lib/sys_socket_.h: Renamed from lib/socket_.h.
19125         * modules/sys_socket (Files, Makefile.am): Update.
19126
19127         * lib/sys_stat_.h: Renamed from lib/stat_.h.
19128         * modules/sys_stat (Files, Makefile.am): Update.
19129
19130 2007-04-27  Eric Blake  <ebb9@byu.net>
19131
19132         * lib/freading.h: Improve comments.
19133         * lib/fwriting.h: Likewise.
19134         * lib/fflush.c: Likewise.
19135
19136         Fix closein for mingw.
19137         * modules/closein-tests: Add tests for closein.
19138         * tests/test-closein.c: New file.
19139         * tests/test-closein.sh: Likewise.
19140         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
19141         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
19142
19143 2007-04-27  Bruno Haible  <bruno@clisp.org>
19144
19145         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
19146         version is < 6.
19147         * lib/math_.h [__DECC]: Likewise.
19148         * lib/stdio_.h [__DECC]: Likewise.
19149         * lib/stdlib_.h [__DECC]: Likewise.
19150         * lib/string_.h [__DECC]: Likewise.
19151         * lib/time_.h [__DECC]: Likewise.
19152         * lib/wchar_.h [__DECC]: Likewise.
19153         * lib/wctype_.h [__DECC]: Likewise.
19154
19155 2007-04-27  Bruno Haible  <bruno@clisp.org>
19156
19157         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
19158
19159 2007-04-27  Bruno Haible  <bruno@clisp.org>
19160
19161         * lib/fflush.c: Add comments.
19162         * modules/fpurge-tests (Depends-on): Add fflush.
19163         * modules/freadable-tests (Depends-on): Likewise.
19164         * modules/fwritable-tests (Depends-on): Likewise.
19165
19166 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
19167
19168         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
19169         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
19170         Report by Bruno Haible <bruno@clisp.org>.
19171
19172 2007-04-26  Eric Blake  <ebb9@byu.net>
19173
19174         Fix fflush on mingw.
19175         * modules/fflush (Depends-on): Add freading.
19176         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
19177         but unread data.
19178
19179 2007-04-26  Eric Blake  <ebb9@byu.net>
19180         and Bruno Haible  <bruno@clisp.org>
19181
19182         Implement freading and fwriting.
19183         * lib/freading.c: New file.
19184         * lib/freading.h: Likewise.
19185         * m4/freading.m4: Likewise.
19186         * modules/freading: Likewise.
19187         * modules/freading-tests: Likewise.
19188         * tests/test-freading.c: Likewise.
19189         * lib/fwriting.c: New file.
19190         * lib/fwriting.h: Likewise.
19191         * m4/fwriting.m4: Likewise.
19192         * modules/fwriting: Likewise.
19193         * modules/fwriting-tests: Likewise.
19194         * tests/test-fwriting.c: Likewise.
19195         * MODULES.html.sh (File stream based Input/Output): Mention them.
19196
19197 2007-04-26  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
19200         'long' when we assume it.
19201         Suggested by Eric Blake.
19202
19203 2007-04-26  Bruno Haible  <bruno@clisp.org>
19204
19205         Ensure fseeko, ftello are declared on glibc systems.
19206         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
19207         * modules/fseeko (configure.ac-early): Likewise.
19208         * modules/ftello (configure.ac-early): Likewise.
19209         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
19210         AC_FUNC_FSEEKO for this.
19211         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
19212         (gl_CHECK_FSEEKO): Remove macro.
19213
19214 2007-04-26  Bruno Haible  <bruno@clisp.org>
19215
19216         * tests/test-fflush.c (main): Also check the ftell result after
19217         fflush and fseek/fseeko.
19218         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
19219         file descriptor position cache in the stream.
19220         * lib/fseeko.c (rpl_fseeko): Likewise.
19221
19222 2007-04-26  Bruno Haible  <bruno@clisp.org>
19223
19224         * modules/fflush-tests (Depends-on): Add fseeko.
19225
19226 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
19227             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19228
19229         * lib/argz_.h: ensure error_t definition is obtained in same
19230         mechanism system argz.h would have.
19231         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
19232         argz facilities are known bad.  Err on the side of caution if
19233         cross-compiling.
19234
19235 2007-04-25  Eric Blake  <ebb9@byu.net>
19236
19237         * lib/fpurge.c (includes): Use stdlib.h for free.
19238         * tests/test-fflush.c (main): Also test fflush-fseeko.
19239
19240 2007-04-25  Bruno Haible  <bruno@clisp.org>
19241
19242         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
19243         * lib/fseeko.c: New file.
19244         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
19245         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
19246         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
19247         gl_FUNC_FSEEKO.
19248         (gl_FUNC_FSEEKO): Invoke it.
19249         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
19250         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
19251         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
19252
19253 2007-04-25  Bruno Haible  <bruno@clisp.org>
19254
19255         * modules/fflush (Depends-on): Add ftello.
19256
19257 2007-04-25  Bruno Haible  <bruno@clisp.org>
19258
19259         * modules/ftello-tests: New file.
19260         * tests/test-ftello.c: New file.
19261
19262         * modules/ftello: New file.
19263         * m4/ftello.m4: New file.
19264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
19265         HAVE_FTELLO.
19266         * lib/stdio_.h (ftello): New declaration.
19267         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
19268         HAVE_FTELLO.
19269
19270 2007-04-25  Bruno Haible  <bruno@clisp.org>
19271
19272         * modules/fseeko-tests: New file.
19273         * tests/test-fseeko.c: New file.
19274
19275         * modules/fseeko: New file.
19276         * m4/fseeko.m4: New file.
19277         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
19278         HAVE_FSEEKO.
19279         * lib/stdio_.h (fseeko): New declaration.
19280         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
19281         HAVE_FSEEKO.
19282
19283 2007-04-25  Bruno Haible  <bruno@clisp.org>
19284
19285         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
19286
19287 2007-04-25  Bruno Haible  <bruno@clisp.org>
19288
19289         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
19290         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
19291         * tests/test-unistd.c: Likewise.
19292         * tests/test-fcntl.c: Likewise.
19293
19294 2007-04-23  Eric Blake  <ebb9@byu.net>
19295
19296         * lib/fflush.c: Fix missing include.
19297         Reported by Bruno Haible.
19298
19299 2007-04-23  Bruno Haible  <bruno@clisp.org>
19300
19301         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
19302         Reported by Eric Blake.
19303
19304 2007-04-23  Bruno Haible  <bruno@clisp.org>
19305
19306         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
19307
19308 2007-04-23  Bruno Haible  <bruno@clisp.org>
19309
19310         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
19311
19312 2007-04-23  Bruno Haible  <bruno@clisp.org>
19313
19314         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
19315         Needed on HP-UX 11.
19316
19317 2007-04-16  Eric Blake  <ebb9@byu.net>
19318
19319         Make fflush rely on fpurge.
19320         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
19321         open coding all variants.
19322         * modules/fflush (Depends-on): Add fpurge and unistd.
19323         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
19324         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
19325
19326         Fix --with-tests compilation on cygwin.
19327         * modules/argmatch-tests (Makefile.am): List gnulib library first
19328         in LDADD.
19329         * modules/argp-tests (Makefile.am): Likewise.
19330         * modules/array-list-tests (Makefile.am): Likewise.
19331         * modules/array-oset-tests (Makefile.am): Likewise.
19332         * modules/avltree-list-tests (Makefile.am): Likewise.
19333         * modules/avltree-oset-tests (Makefile.am): Likewise.
19334         * modules/avltreehash-list-tests (Makefile.am): Likewise.
19335         * modules/carray-list-tests (Makefile.am): Likewise.
19336         * modules/dirname-tests (Makefile.am): Likewise.
19337         * modules/frexp-tests (Makefile.am): Likewise.
19338         * modules/isnanl-tests (Makefile.am): Likewise.
19339         * modules/linked-list-tests (Makefile.am): Likewise.
19340         * modules/linkedhash-list-tests (Makefile.am): Likewise.
19341         * modules/lock-tests (Makefile.am): Likewise.
19342         * modules/rbtree-list-tests (Makefile.am): Likewise.
19343         * modules/rbtree-oset-tests (Makefile.am): Likewise.
19344         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
19345         * modules/tls-tests (Makefile.am): Likewise.
19346         * modules/tsearch-tests (Makefile.am): Likewise.
19347         * modules/xvasprintf-tests (Makefile.am): Likewise.
19348
19349         Fix fpurge for cygwin.
19350         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
19351         value.
19352         * modules/fpurge-tests (Depends-on): Clean up trash.
19353
19354 2007-04-16  Simon Josefsson  <simon@josefsson.org>
19355
19356         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
19357
19358         * m4/autobuild.m4: Re-indent.
19359
19360 2007-04-13  Bruno Haible  <bruno@clisp.org>
19361
19362         * modules/fpurge-tests: New file.
19363         * tests/test-fpurge.c: New file.
19364
19365         * modules/fpurge: New file.
19366         * lib/fpurge.h: New file.
19367         * lib/fpurge.c: New file.
19368         * m4/fpurge.m4: New file.
19369
19370 2007-04-13  Bruno Haible  <bruno@clisp.org>
19371
19372         * modules/fbufmode-tests: New file.
19373         * tests/test-fbufmode.c: New file.
19374
19375         * modules/fbufmode: New file.
19376         * lib/fbufmode.h: New file.
19377         * lib/fbufmode.c: New file.
19378         * m4/fbufmode.m4: New file.
19379
19380 2007-04-13  Bruno Haible  <bruno@clisp.org>
19381
19382         * modules/fwritable-tests: New file.
19383         * tests/test-fwritable.c: New file.
19384
19385         * modules/fwritable: New file.
19386         * lib/fwritable.h: New file.
19387         * lib/fwritable.c: New file.
19388         * m4/fwritable.m4: New file.
19389
19390 2007-04-13  Bruno Haible  <bruno@clisp.org>
19391
19392         * modules/freadable-tests: New file.
19393         * tests/test-freadable.c: New file.
19394
19395         * modules/freadable: New file.
19396         * lib/freadable.h: New file.
19397         * lib/freadable.c: New file.
19398         * m4/freadable.m4: New file.
19399
19400 2007-04-13  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
19403         MOSTLYCLEANFILES.
19404
19405 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19406
19407         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
19408         gzip bootstrap.conf to avoid dragging in i18n machinery.
19409         (gnulib_tool_option): Use it.
19410
19411 2007-04-13  Bruno Haible  <bruno@clisp.org>
19412
19413         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
19414         %F directives.
19415         * tests/test-vasprintf-posix.c (test_function): Likewise.
19416         * tests/test-snprintf-posix.h (test_function): Likewise.
19417         * tests/test-sprintf-posix.h (test_function): Likewise.
19418         * tests/test-fprintf-posix.h (test_function): Likewise.
19419         * tests/test-printf-posix.h (test_function): Likewise.
19420         * tests/test-fprintf-posix.out: Likewise.
19421
19422 2007-04-13  Bruno Haible  <bruno@clisp.org>
19423
19424         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
19425         * modules/tls-tests (configure.ac): Likewise.
19426         Reported by Arto C. Nirkko <anirkko@insel.ch>.
19427
19428 2007-04-13  Bruno Haible  <bruno@clisp.org>
19429
19430         * lib/tls.c (glthread_tls_get): Fix return type.
19431         Patch by Arto C. Nirkko <anirkko@insel.ch>.
19432
19433 2007-04-12  Eric Blake  <ebb9@byu.net>
19434
19435         * modules/gettime (Depends-on): Remove gettime.
19436         Reported by Dmitry V. Levin.
19437
19438 2007-04-12  Bruno Haible  <bruno@clisp.org>
19439
19440         * modules/fflush (Include): Mention <stdio.h>.
19441         * modules/strtoimax (Include): Mention <inttypes.h>.
19442         * modules/strtoumax (Include): Likewise.
19443
19444 2007-04-12  Eric Blake  <ebb9@byu.net>
19445
19446         * .cvsignore: New file.
19447         * .gitignore: Likewise.
19448
19449 2007-04-12  Bruno Haible  <bruno@clisp.org>
19450
19451         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
19452         not before, since $(LDADD) often contains libgnu.a.
19453         * modules/striconv-tests (test_striconv_LDADD): Likewise.
19454         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
19455         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
19456         Needed on Cygwin.
19457
19458 2007-04-12  Eric Blake  <ebb9@byu.net>
19459
19460         Work around glibc's failure to flush stdin on fclose.
19461         * lib/closein.c (close_stdin): Flush stdin before closing.
19462
19463         Work around glibc's failure to reset seekable stdin on exit.
19464         * modules/closein: New module.
19465         * lib/closein.c: New file.
19466         * lib/closein.h: Likewise.
19467         * m4/closein.m4: Likewise.
19468         * MODULES.html.sh (File stream based Input/Output): Document it.
19469
19470 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19471
19472         * gnulib-tool: Rename generated 'autobuild' script to
19473         'do-autobuild' in --create-megatestdir output.
19474
19475         * doc/gnulib.texi (Build robot for gnulib): Fix.
19476
19477 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19478
19479         * modules/sysexits (Depends-on): Add absolute-header.
19480
19481 2007-04-12  Eric Blake  <ebb9@byu.net>
19482
19483         No need to preserve errno on success.
19484         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
19485         Reported by Bruno Haible.
19486
19487 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19488
19489         * MODULES.html.sh (Support for maintaining and releasing
19490         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
19491
19492 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19493
19494         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
19495
19496 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19497
19498         * modules/autobuild: New module.
19499
19500         * m4/autobuild.m4: New file.
19501
19502 2007-04-11  Bruno Haible  <bruno@clisp.org>
19503
19504         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
19505         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
19506         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
19507         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
19508         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19511         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19512         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19513         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19514         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
19515         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19516         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19517         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
19518         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19519         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19520         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
19521         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19522         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19523         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
19524         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19525         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19526         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
19527         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19528         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19529         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
19530         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19531         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19532         Reported by Eric Blake.
19533
19534 2007-04-11  Bruno Haible  <bruno@clisp.org>
19535
19536         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
19537
19538 2007-04-10  Bruno Haible  <bruno@clisp.org>
19539
19540         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
19541         for NaN and Infinity. Needed on FreeBSD 6.1.
19542         * tests/test-vasnprintf-posix.c (test_function): Undo last change
19543         regarding results for "%010a" of Infinity and NaN.
19544         * tests/test-vasprintf-posix.c (test_function): Likewise.
19545         * tests/test-snprintf-posix.h (test_function): Likewise.
19546         * tests/test-sprintf-posix.h (test_function): Likewise.
19547         * tests/test-fprintf-posix.h (test_function): Likewise.
19548         * tests/test-printf-posix.h (test_function): Likewise.
19549         * tests/test-fprintf-posix.out: Likewise.
19550
19551 2007-04-10  Bruno Haible  <bruno@clisp.org>
19552
19553         * modules/locale-tests: New file.
19554         * tests/test-locale.c: New file.
19555
19556         * modules/locale: New file.
19557         * lib/locale_.h: New file.
19558         * m4/locale_h.m4: New file.
19559
19560 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
19561             Bruno Haible  <bruno@clisp.org>
19562
19563         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
19564         be determined, test for availability of the copysignf, copysign,
19565         copysignl functions.
19566         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
19567         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
19568         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
19569
19570 2007-04-09  Eric Blake  <ebb9@byu.net>
19571
19572         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
19573         * modules/stdio (Makefile.am): Support fflush.
19574         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19575         * modules/fflush: New file.
19576         * lib/fflush.c: Likewise.
19577         * m4/fflush.m4: Likewise.
19578         * modules/fflush-tests: New test.
19579         * tests/test-fflush.c: Likewise.
19580         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
19581
19582 2007-04-06  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
19585         (VASNPRINTF): Use signbit for faster determination whether to print a
19586         minus sign.
19587         * modules/vasnprintf (Files): Remove lib/float+.h.
19588         * modules/fprintf-posix (Depends-on): Add signbit.
19589         * modules/snprintf-posix (Depends-on): Likewise.
19590         * modules/sprintf-posix (Depends-on): Likewise.
19591         * modules/vasnprintf-posix (Depends-on): Likewise.
19592         * modules/vasprintf-posix (Depends-on): Likewise.
19593         * modules/vfprintf-posix (Depends-on): Likewise.
19594         * modules/vsnprintf-posix (Depends-on): Likewise.
19595         * modules/vsprintf-posix (Depends-on): Likewise.
19596
19597 2007-04-06  Bruno Haible  <bruno@clisp.org>
19598
19599         * tests/test-frexp.c (main): Test also the sign bit of zero results.
19600         * tests/test-frexpl.c (main): Likewise.
19601         * tests/test-ldexpl.c (main): Likewise.
19602         * modules/frexp-tests (Depends-on): Add signbit.
19603         * modules/frexpl-tests (Depdends-on): Likewise.
19604         * modules/ldexpl-tests (Depdends-on): Likewise.
19605
19606 2007-04-06  Bruno Haible  <bruno@clisp.org>
19607
19608         * modules/signbit-tests: New file.
19609         * tests/test-signbit.c: New file.
19610
19611         * modules/signbit: New file.
19612         * lib/signbitf.c: New file.
19613         * lib/signbitd.c: New file.
19614         * lib/signbitl.c: New file.
19615         * m4/signbit.m4: New file.
19616         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
19617         (signbit): New macro.
19618         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
19619         REPLACE_SIGNBIT.
19620         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
19621         REPLACE_FREXPL into math.h.
19622
19623 2007-04-06  Bruno Haible  <bruno@clisp.org>
19624
19625         * modules/isnanf-nolibm-tests: New file.
19626         * tests/test-isnanf.c: New file.
19627
19628         * modules/isnanf-nolibm: New file.
19629         * lib/isnanf.h: New file.
19630         * lib/isnanf.c: New file.
19631         * lib/isnan.c: Consider the USE_FLOAT macro.
19632         * m4/isnanf.m4: New file.
19633
19634 2007-04-06  Bruno Haible  <bruno@clisp.org>
19635
19636         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
19637         (Link): New section.
19638
19639         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
19640
19641 2007-04-06  Bruno Haible  <bruno@clisp.org>
19642
19643         Assume the 'long double' type.
19644         * m4/longdouble.m4: Remove file.
19645         * config/srclist.txt: Don't mention longdouble.m4.
19646         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
19647         * lib/float+.h: Likewise.
19648         * lib/frexp.c: Likewise.
19649         * lib/printf-args.h: Likewise.
19650         * lib/printf-args.c: Likewise.
19651         * lib/printf-frexp.c: Likewise.
19652         * lib/printf-parse.c: Likewise.
19653         * lib/vasnprintf.c: Likewise.
19654         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
19655         * m4/intl.m4: Likewise.
19656         * m4/isnanl.m4: Likewise.
19657         * m4/printf.m4: Likewise.
19658         * m4/printf-frexpl.m4: Likewise.
19659         * m4/vasnprintf.m4: Likewise.
19660         * modules/allocsa (Files): Remove m4/longdouble.m4.
19661         * modules/gettext (Files): Likewise.
19662         * modules/relocatable-prog-wrapper (Files): Likewise.
19663         * modules/vasnprintf (Files): Likewise.
19664         * modules/isnanl (Files): Likewise.
19665         (Include): Simplify.
19666         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
19667         (Include): Simplify.
19668         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
19669         (Include): Simplify.
19670         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
19671         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19672         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
19673         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19674         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19675         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19676         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
19677         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19678         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19679         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19680         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
19681         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19682         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
19683         * tests/test-isnanl.c: Likewise.
19684         * tests/test-snprintf-posix.h: Likewise.
19685         * tests/test-sprintf-posix.h: Likewise.
19686         * tests/test-vasnprintf-posix.c: Likewise.
19687         * tests/test-vasnprintf-posix2.c: Likewise.
19688         * tests/test-vasprintf-posix.c: Likewise.
19689
19690 2007-04-06  Bruno Haible  <bruno@clisp.org>
19691
19692         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
19693         * lib/math_.h [__DECC]: Include the overridden include file through
19694         #include_next, outside the double-inclusion guard.
19695         * lib/stdio_.h [__DECC]: Likewise.
19696         * lib/stdlib_.h [__DECC]: Likewise.
19697         * lib/string_.h [__DECC]: Likewise.
19698         * lib/time_.h [__DECC]: Likewise.
19699         * lib/wchar_.h [__DECC]: Likewise.
19700         * lib/wctype_.h [__DECC]: Likewise.
19701         * lib/inttypes_.h [__DECC]: Likewise.
19702         Reported by Albert Chin <china@thewrittenword.com> in
19703         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
19704
19705 2007-04-04  Eric Blake  <ebb9@byu.net>
19706
19707         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
19708         1.5.x.
19709
19710 2007-04-04  Bruno Haible  <bruno@clisp.org>
19711
19712         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
19713         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
19714
19715 2007-04-04  Bruno Haible  <bruno@clisp.org>
19716
19717         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
19718         results for "%010a" of Infinity and NaN.
19719         * tests/test-vasprintf-posix.c (test_function): Likewise.
19720         * tests/test-snprintf-posix.h (test_function): Likewise.
19721         * tests/test-sprintf-posix.h (test_function): Likewise.
19722         * tests/test-fprintf-posix.h (test_function): Remove these tests.
19723         * tests/test-printf-posix.h (test_function): Likewise.
19724         * tests/test-fprintf-posix.out: Update.
19725         Needed for FreeBSD 6.1.
19726
19727 2007-04-04  Bruno Haible  <bruno@clisp.org>
19728
19729         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
19730         directly used by the gnulib modules nor by gnulib-tool.
19731
19732 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19733
19734         * DEPENDENCIES: Give overall description of version dependency
19735         desirability.  Use more-typical names for apps.
19736         Add shell, coreutils, diffutils, grep, tar, gzip.
19737
19738 2007-04-04  Simon Josefsson  <simon@josefsson.org>
19739
19740         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
19741
19742 2007-04-04  Karl Berry  <karl@gnu.org>
19743
19744         * MODULES.html.sh (func_module): missing '.
19745
19746 2007-04-03  Bruno Haible  <bruno@clisp.org>
19747
19748         * modules/argmatch-tests (Makefile.am): New variable
19749         test_argmatch_LDADD.
19750         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
19751         * modules/array-list-tests (Makefile.am): New variable
19752         test_array_list_LDADD.
19753         * modules/array-oset-tests (Makefile.am): New variable
19754         test_array_oset_LDADD.
19755         * modules/avltree-list-tests (Makefile.am): New variable
19756         test_avltree_list_LDADD.
19757         * modules/avltree-oset-tests (Makefile.am): New variable
19758         test_avltree_oset_LDADD.
19759         * modules/avltreehash-list-tests (Makefile.am): New variable
19760         test_avltreehash_list_LDADD.
19761         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
19762         test_canonicalize_lgpl_LDADD.
19763         * modules/carray-list-tests (Makefile.am): New variable
19764         test_carray_list_LDADD.
19765         * modules/dirname-tests (Makefile.am): New variable
19766         test_dirname_LDADD.
19767         * modules/linked-list-tests (Makefile.am): New variable
19768         test_linked_list_LDADD.
19769         * modules/linkedhash-list-tests (Makefile.am): New variable
19770         test_linkedhash_list_LDADD.
19771         * modules/rbtree-list-tests (Makefile.am): New variable
19772         test_rbtree_list_LDADD.
19773         * modules/rbtree-oset-tests (Makefile.am): New variable
19774         test_rbtree_oset_LDADD.
19775         * modules/rbtreehash-list-tests (Makefile.am): New variable
19776         test_rbtreehash_list_LDADD.
19777         * modules/xvasprintf-tests (Makefile.am): New variable
19778         test_xvasprintf_LDADD.
19779         Reported by Eric Blake.
19780
19781 2007-04-03  Eric Blake  <ebb9@byu.net>
19782
19783         * DEPENDENCIES: Weaken m4 requirements.
19784
19785 2007-04-03  Bruno Haible  <bruno@clisp.org>
19786
19787         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
19788         * modules/isnanl-tests (configure.ac): Likewise.
19789
19790 2007-04-03  Ben Pfaff  <blp@gnu.org>
19791
19792         * modules/iconv_open: Add $(srcdir)/ to source directory
19793         references in Makefile fragments that call gperf, to fix VPATH
19794         builds.
19795
19796 2007-04-03  Bruno Haible  <bruno@clisp.org>
19797
19798         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
19799         * lib/ldexpl.c: Undo last change.
19800
19801 2007-04-03  Bruno Haible  <bruno@clisp.org>
19802
19803         * modules/printf-frexpl (Depends-on): Undo last change.
19804         (Files): Add m4/ldexpl.m4.
19805
19806 2007-04-03  Bruno Haible  <bruno@clisp.org>
19807
19808         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
19809         * modules/isnanl (Link): New section.
19810
19811         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
19812         * modules/frexp (Link): New section.
19813
19814         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
19815         * modules/frexpl (Link): New section.
19816
19817         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
19818         * modules/ldexpl (Link): New section.
19819
19820 2007-04-03  Bruno Haible  <bruno@clisp.org>
19821
19822         * modules/TEMPLATE-EXTENDED: New file.
19823         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
19824
19825 2007-04-03  Bruno Haible  <bruno@clisp.org>
19826
19827         * DEPENDENCIES: New file.
19828         Suggested by Simon Josefsson.
19829
19830 2007-04-03  Bruno Haible  <bruno@clisp.org>
19831
19832         * doc/gnulib.texi: Escape @.
19833
19834 2007-04-03  James Youngman  <jay@gnu.org>
19835         and Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
19838         birthtime on all systems that have birthtime, not just those which
19839         use st_birthtimensec rather than st_birthtim.  Putting zero in
19840         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
19841         that the birth time is not available for files on an NFS mount.
19842
19843 2007-04-03  Simon Josefsson  <simon@josefsson.org>
19844
19845         * modules/memxor: Move back from crypto/, suggested by Bruno.
19846         * modules/crypto/hmac-sha1: Fix memxor dependency.
19847
19848         * modules/crypto/gc: Moved from ../.
19849
19850 2007-04-02  Eric Blake  <ebb9@byu.net>
19851
19852         * lib/ldexpl.c (includes): Avoid libm.
19853
19854         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
19855
19856 2007-04-02  Bruno Haible  <bruno@clisp.org>
19857
19858         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
19859         on IRIX.
19860
19861 2007-04-02  Bruno Haible  <bruno@clisp.org>
19862
19863         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
19864         x86 or x86_64 platforms running MacOS X.
19865         Reported by Ryan Schmidt <@ryandesign.com>.
19866
19867 2007-04-02  Bruno Haible  <bruno@clisp.org>
19868
19869         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
19870         i386.
19871
19872 2007-04-01  Simon Josefsson  <simon@josefsson.org>
19873
19874         * modules/crypto/arcfour: Moved from ../.
19875         * modules/crypto/arcfour-tests: Moved from ../.
19876         * modules/crypto/arctwo: Moved from ../.
19877         * modules/crypto/arctwo-tests: Moved from ../.
19878         * modules/crypto/des: Moved from ../.
19879         * modules/crypto/des-tests: Moved from ../.
19880         * modules/crypto/gc-arcfour: Moved from ../.
19881         * modules/crypto/gc-arcfour-tests: Moved from ../.
19882         * modules/crypto/gc-arctwo: Moved from ../.
19883         * modules/crypto/gc-arctwo-tests: Moved from ../.
19884         * modules/crypto/gc-des: Moved from ../.
19885         * modules/crypto/gc-des-tests: Moved from ../.
19886         * modules/crypto/gc-hmac-md5: Moved from ../.
19887         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
19888         * modules/crypto/gc-hmac-sha1: Moved from ../.
19889         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
19890         * modules/crypto/gc-md2: Moved from ../.
19891         * modules/crypto/gc-md2-tests: Moved from ../.
19892         * modules/crypto/gc-md4: Moved from ../.
19893         * modules/crypto/gc-md4-tests: Moved from ../.
19894         * modules/crypto/gc-md5: Moved from ../.
19895         * modules/crypto/gc-md5-tests: Moved from ../.
19896         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
19897         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
19898         * modules/crypto/gc-random: Moved from ../.
19899         * modules/crypto/gc-rijndael: Moved from ../.
19900         * modules/crypto/gc-rijndael-tests: Moved from ../.
19901         * modules/crypto/gc-sha1: Moved from ../.
19902         * modules/crypto/gc-sha1-tests: Moved from ../.
19903         * modules/crypto/gc-tests: Moved from ../.
19904         * modules/crypto/hmac-md5: Moved from ../.
19905         * modules/crypto/hmac-md5-tests: Moved from ../.
19906         * modules/crypto/hmac-sha1: Moved from ../.
19907         * modules/crypto/hmac-sha1-tests: Moved from ../.
19908         * modules/crypto/md2: Moved from ../.
19909         * modules/crypto/md2-tests: Moved from ../.
19910         * modules/crypto/md4: Moved from ../.
19911         * modules/crypto/md4-tests: Moved from ../.
19912         * modules/crypto/md5: Moved from ../.
19913         * modules/crypto/md5-tests: Moved from ../.
19914         * modules/crypto/memxor: Moved from ../.
19915         * modules/crypto/rijndael: Moved from ../.
19916         * modules/crypto/rijndael-tests: Moved from ../.
19917         * modules/crypto/sha1: Moved from ../.
19918
19919 2007-03-30  James Youngman  <jay@gnu.org>
19920
19921         * tests/test-stat-time.c (prepare_test): use chmod() rather than
19922         rename() to change the ctime of a file (because ctime is unaffected
19923         by rename on jfs2 on AIX 5.1).
19924         (main): Start by doing cleanup, in case a previous run failed leaving
19925         test files behind.
19926
19927 2007-03-31  Bruno Haible  <bruno@clisp.org>
19928
19929         Support old proprietary implementations of iconv.
19930         * modules/iconv_open: New file.
19931         * lib/iconv_.h: New file.
19932         * m4/iconv_h.m4: New file.
19933         * lib/iconv_open.c: New file.
19934         * lib/iconv_open-aix.gperf: New file.
19935         * lib/iconv_open-hpux.gperf: New file.
19936         * lib/iconv_open-irix.gperf: New file.
19937         * lib/iconv_open-osf.gperf: New file.
19938         * m4/iconv_open.m4: New file.
19939         * modules/linebreak (Depends-on): Add iconv_open.
19940         * modules/striconv (Depends-on): Likewise.
19941         * modules/striconveh (Depends-on): Likewise.
19942         * modules/unicodeio (Depends-on): Likewise.
19943         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
19944         (iconv_t)(-1).
19945         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
19946         conversion if cd is (iconv_t)(-1).
19947         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
19948         is not possible.
19949
19950 2007-03-31  Bruno Haible  <bruno@clisp.org>
19951
19952         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19953         work on Solaris either. Protect also second use of "autodetect_jp".
19954
19955 2007-03-31  Bruno Haible  <bruno@clisp.org>
19956
19957         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
19958         the function is not present.
19959
19960 2007-03-31  Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
19963         the function is not present.
19964
19965 2007-03-31  Bruno Haible  <bruno@clisp.org>
19966
19967         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
19968         a bug in HP-UX iconv_open().
19969
19970 2007-03-31  Bruno Haible  <bruno@clisp.org>
19971
19972         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19973         (Mathematics <math.h>): New section, add fpieee.
19974         (Input/output <stdio.h>): Add fseterr.
19975         (Mathematics <math.h>): New section, add printf-frexp.
19976         (Container data structures): Add sublist.
19977         (Core language properties): Add fpucw, inline.
19978         (Functions for greatest-width integer types <inttypes.h>): Add
19979         imaxabs, imaxdiv, inttypes.
19980         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
19981         isnanl-nolibm, ldexp.
19982         (Mathematics <math.h>): New section, add printf-frexpl.
19983         (Support for systems lacking POSIX:2001): Add fprintf-posix,
19984         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
19985         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
19986         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
19987         (Unicode string functions): Add unistr/u*-mbtoucr.
19988         (Java): Add javacomp-script, javaexec-script.
19989         (C#): Add csharpcomp-script, csharpexec-script.
19990         (Support for building libraries and executables): Add havelib,
19991         relocatable-*.
19992         (Support for maintaining and releasing projects): Renamed from
19993         'Support for maintaining and release projects'. Add announce-gen.
19994
19995 2007-03-31  Bruno Haible  <bruno@clisp.org>
19996
19997         * README: Talk primarily about git.
19998         (git and CVS): Renamed from CVS.
19999         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
20000         gnulib is available through git.
20001         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
20002
20003 2007-03-30  Bruno Haible  <bruno@clisp.org>
20004
20005         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
20006         * lib/poll_.h: Likewise.
20007         * lib/stat_.h: Likewise.
20008         * lib/sys_time_.h: Likewise.
20009         * lib/sysexit_.h: Likewise.
20010         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
20011         * lib/stdbool_.h: Likewise.
20012         * lib/byteswap_.h: Add double-inclusion guard.
20013
20014 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
20015
20016         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
20017
20018 2007-03-30  Karl Berry  <karl@gnu.org>
20019
20020         * config/srclist-update: double space after USA in the license
20021         substitution, since that's how it's usually (?) written.
20022
20023 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20024
20025         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
20026         reported by Bruno Haible.
20027
20028 2007-03-29  Bruno Haible  <bruno@clisp.org>
20029
20030         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
20031         a bug in AIX iconv().
20032
20033 2007-03-29  Bruno Haible  <bruno@clisp.org>
20034
20035         * modules/ldexpl-tests: New file.
20036         * tests/test-ldexpl.c: New file.
20037
20038 2007-03-29  Bruno Haible  <bruno@clisp.org>
20039
20040         * lib/ldexpl.c: Include fpucw.h.
20041         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
20042         multiplication.
20043         * modules/ldexpl (Depends-on): Add fpucw.
20044
20045 2007-03-29  Bruno Haible  <bruno@clisp.org>
20046
20047         * modules/ldexpl: New file.
20048         * m4/ldexpl.m4: New file.
20049         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
20050         set.
20051         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
20052         REPLACE_LDEXPL.
20053         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
20054         REPLACE_LDEXPL.
20055         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
20056         gl_FUNC_LDEXPL_WORKS.
20057         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
20058         * modules/mathl (Files): Remove lib/ldexpl.c.
20059         (Depends-on): Add ldexpl.
20060
20061 2007-03-29  Bruno Haible  <bruno@clisp.org>
20062
20063         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
20064
20065 2007-03-29  Bruno Haible  <bruno@clisp.org>
20066
20067         * tests/test-striconveh.c (main): Don't assume that a direct conversion
20068         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
20069         and possibly also HP-UX.
20070         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
20071         work on AIX, IRIX, HP-UX, OSF/1.
20072         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
20073         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
20074         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
20075         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
20076         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
20077         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
20078
20079 2007-03-29  Bruno Haible  <bruno@clisp.org>
20080
20081         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
20082
20083 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20084
20085         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
20086         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
20087
20088 2007-03-29  Eric Blake  <ebb9@byu.net>
20089
20090         * lib/acl-internal.h: Remove redundant include.
20091         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
20092         Cygwin when a file is locked.
20093
20094 2007-03-29  Bruno Haible  <bruno@clisp.org>
20095
20096         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
20097         file.
20098         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
20099
20100 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20101
20102         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
20103         try to remove a parent directory if the child couldn't be removed
20104         (except for the first rmdir, which could fail because the child
20105         doesn't exist).  Problem reported by Jeff Blaine in
20106         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
20107
20108 2007-03-28  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/striconveh.c (utf8conv_carefully): New function.
20111         (mem_cd_iconveh_internal): Invoke it.
20112
20113 2007-03-28  Bruno Haible  <bruno@clisp.org>
20114
20115         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
20116         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
20117         input.
20118         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
20119         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
20120         unistr/u8-uctomb.
20121
20122 2007-03-28  Bruno Haible  <bruno@clisp.org>
20123
20124         * modules/unistr/u8-mbtoucr: New file.
20125         * lib/unistr/u8-mbtoucr.c: New file.
20126         * modules/unistr/u16-mbtoucr: New file.
20127         * lib/unistr/u16-mbtoucr.c: New file.
20128         * modules/unistr/u16-mbtoucr: New file.
20129         * lib/unistr/u16-mbtoucr.c: New file.
20130         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
20131
20132 2007-03-27  Simon Josefsson  <simon@josefsson.org>
20133             Bruno Haible  <bruno@clisp.org>
20134
20135         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
20136         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
20137         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
20138
20139         * m4/stdio_h.m4: Add stubs for vasprintf too.
20140
20141         * modules/stdio: Support vasprintf in sed command.
20142
20143         * modules/vasprintf: Depend on stdio for prototypes.  Remove
20144         vasprintf.h.  Add stdio module indicator.
20145
20146         * lib/stdio_.h: Declare asprintf and vasprintf, based on
20147         vasprintf.h.
20148
20149         * lib/vasprintf.h: File removed.
20150
20151         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
20152         * lib/vasprintf.c: Ditto.
20153         * lib/xvasprintf.c: Ditto.
20154         * tests/test-vasprintf-posix.c: Ditto.
20155         * tests/test-vasprintf.c: Ditto.
20156
20157 2007-03-27  Bruno Haible  <bruno@clisp.org>
20158
20159         Make vasnprintf multithread-safe.
20160         * lib/vasnprintf.c (decimal_point_char): New function.
20161         (VASNPRINTF): Use it.
20162         Suggested by Simon Josefsson.
20163
20164 2007-03-27  Eric Blake  <ebb9@byu.net>
20165
20166         Support sub-second birthtime on cygwin.
20167         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
20168         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
20169         (get_stat_birthtime): Also work with st_birthtim.
20170
20171 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
20172
20173         * lib/stat-time.h (USE_BIRTHTIME): Remove.
20174         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
20175         (get_stat_birthtime_ns): Do not try to use "spare" fields.
20176         (get_stat_birthtime_ns): Simplify compile-time tests.
20177         (get_stat_birthtime): Change the API to look like
20178         get_stat_mtime etc., except return a negative tv_nsec on error.
20179         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
20180         Don't check for "spare" fields.
20181         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
20182         or for struct stat.st_birthtime, as these tests aren't used.
20183         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
20184
20185 2007-03-27  Bruno Haible  <bruno@clisp.org>
20186
20187         * lib/stat-time.h: Include <sys/stat.h>.
20188
20189 2007-03-27  James Youngman  <jay@gnu.org>
20190
20191         * lib/stat-time.h (get_stat_birthtime): New function for
20192           retrieving st_birthtime as provided by UFS2 (hence *BSD).
20193         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
20194           and its variants.
20195         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
20196         * modules/stat-time-test: New file.
20197         * tests/test-stat-time.c: New test, devised by Bruno Haible.
20198
20199 2007-03-26  Bruno Haible  <bruno@clisp.org>
20200
20201         Better support of signalling NaNs.
20202         * lib/atanl.c: Include isnanl.h.
20203         (atanl): Perform test for NaN at the beginning of the function and
20204         through a call to isnanl.
20205         * lib/cosl.c: Include isnanl.h.
20206         (cosl): Perform test for NaN at the beginning of the function and
20207         through a call to isnanl.
20208         * lib/ldexpl.c: Include isnanl.h.
20209         (ldexpl): Perform test for NaN through a call to isnanl.
20210         * lib/logl.c: Include isnanl.h.
20211         (logl): Perform test for NaN at the beginning of the function and
20212         through a call to isnanl.
20213         * lib/sinl.c: Include isnanl.h.
20214         (sinl): Perform test for NaN at the beginning of the function and
20215         through a call to isnanl.
20216         * lib/sqrtl.c: Include isnanl.h.
20217         (sqrtl): Perform test for NaN at the beginning of the function and
20218         through a call to isnanl.
20219         * lib/tanl.c: Include isnanl.h.
20220         (tanl): Perform test for NaN at the beginning of the function and
20221         through a call to isnanl.
20222         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
20223         * modules/mathl (Depends-on): Add isnanl.
20224
20225 2007-03-26  Eric Blake  <ebb9@byu.net>
20226
20227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
20228         regression in logic sense of previous patch.
20229
20230 2007-03-26  Bruno Haible  <bruno@clisp.org>
20231
20232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
20233         unportable shell command "if ! ...".
20234         Reported by Ralf Wildenhues.
20235
20236 2007-03-25  Bruno Haible  <bruno@clisp.org>
20237
20238         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
20239         <sysexits.h> file, and only add EX_CONFIG.
20240         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
20241         absolute file name and whether it is sufficient. Substitute also
20242         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
20243         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
20244         ABSOLUTE_SYSEXITS_H into sysexits.h.
20245
20246 2007-03-25  Bruno Haible  <bruno@clisp.org>
20247
20248         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
20249         hints is NULL.
20250
20251 2007-03-25  Bruno Haible  <bruno@clisp.org>
20252
20253         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
20254         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
20255
20256 2007-03-25  Bruno Haible  <bruno@clisp.org>
20257
20258         * lib/vasnprintf.c: Include langinfo.h.
20259         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
20260         multithread-safe.
20261         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
20262         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
20263         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20264         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20265         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20266         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20267         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20268         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
20269         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20270         Reported by Simon Josefsson.
20271
20272 2007-03-25  Bruno Haible  <bruno@clisp.org>
20273
20274         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
20275         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
20276         * modules/vasnprintf (Depends-on): Add stdint.
20277
20278 2007-03-25  Bruno Haible  <bruno@clisp.org>
20279
20280         * modules/fpieee: New file.
20281         * m4/fpieee.m4: New file.
20282         * modules/isnan-nolibm (Depends-on): Add fpieee.
20283         * modules/isnanl-nolibm (Depends-on): Add fpieee.
20284         * modules/isnanl (Depends-on): Add fpieee.
20285
20286 2007-03-25  Bruno Haible  <bruno@clisp.org>
20287
20288         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
20289
20290 2007-03-25  Bruno Haible  <bruno@clisp.org>
20291
20292         Avoid test failures on IRIX 6.5.
20293         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
20294         (main): Use it.
20295         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
20296         macros.
20297         (main): Use them.
20298
20299 2007-03-25  Bruno Haible  <bruno@clisp.org>
20300
20301         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
20302         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
20303         exists but doesn't work.
20304         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
20305         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
20306         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
20307         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
20308
20309 2007-03-25  Bruno Haible  <bruno@clisp.org>
20310
20311         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
20312         returns inf. Needed on IRIX 6.5.
20313
20314 2007-03-25  Bruno Haible  <bruno@clisp.org>
20315
20316         * tests/test-frexpl.c: Include isnanl-nolibm.h.
20317         (main): Use isnanl instead of x != x idiom.
20318         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
20319
20320         * tests/test-frexp.c: Include isnan.h.
20321         (main): Use isnan instead of x != x idiom.
20322         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
20323
20324 2007-03-25  Bruno Haible  <bruno@clisp.org>
20325
20326         * tests/test-frexp.c (NaN): New function/macro.
20327         (main): Use it instead of 0.0 / 0.0.
20328         * tests/test-isnan.c (NaN): New function/macro.
20329         (main): Use it instead of 0.0 / 0.0.
20330         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
20331         (test_function): Use it instead of 0.0 / 0.0.
20332         * tests/test-vasprintf-posix.c (NaN): New function/macro.
20333         (test_function): Use it instead of 0.0 / 0.0.
20334         * tests/test-snprintf-posix.h (NaN): New function/macro.
20335         (test_function): Use it instead of 0.0 / 0.0.
20336         * tests/test-sprintf-posix.h (NaN): New function/macro.
20337         (test_function): Use it instead of 0.0 / 0.0.
20338         * tests/test-fprintf-posix.h (NaN): New function/macro.
20339         (test_function): Use it instead of 0.0 / 0.0.
20340         * tests/test-printf-posix.h (NaN): New function/macro.
20341         (test_function): Use it instead of 0.0 / 0.0.
20342
20343         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
20344
20345 2007-03-25  Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
20348
20349 2007-03-25  Bruno Haible  <bruno@clisp.org>
20350
20351         * lib/regexec.c (merge_state_with_log): Make static.
20352
20353 2007-03-25  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/trigl.c (kernel_rem_pio2): Make static.
20356
20357 2007-03-25  Bruno Haible  <bruno@clisp.org>
20358
20359         * lib/sincosl.c (sincosl_table): Make static.
20360
20361 2007-03-25  Bruno Haible  <bruno@clisp.org>
20362
20363         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
20364         if the compiler does not support C99.
20365
20366 2007-03-25  Bruno Haible  <bruno@clisp.org>
20367
20368         * modules/time (Makefile.am): Ensure all rule action lines start with a
20369         tab.
20370
20371 2007-03-24  Bruno Haible  <bruno@clisp.org>
20372
20373         * modules/tsearch-tests: New file.
20374         * tests/test-tsearch.sh: New file.
20375         * tests/test-tsearch.c: New file, mostly copied from glibc.
20376
20377         * modules/search-tests: New file.
20378         * tests/test-search.c: New file.
20379
20380         * modules/search: New file.
20381         * lib/search_.h: New file, incorporating lib/tsearch.h.
20382         * m4/search_h.m4: New file.
20383         * lib/tsearch.h: Remove file.
20384         * lib/tsearch.c: Include search.h instead of tsearch.h.
20385         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
20386         HAVE_TSEARCH.
20387         * modules/tsearch (Files): Remove lib/tsearch.h.
20388         (Depends-on): Add search.
20389         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
20390         (Include): Change tsearch.h into search.h.
20391
20392 2007-03-24  Bruno Haible  <bruno@clisp.org>
20393
20394         * modules/fpucw: New file.
20395         * lib/fpucw.h: New file.
20396         * lib/frexp.c: Include fpucw.h.
20397         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20398         (FUNC): Use them.
20399         * lib/printf-frexp.c: Include fpucw.h.
20400         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20401         (FUNC): Use them.
20402         * lib/vasnprintf.c: Include fpucw.h.
20403         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
20404         'long double' calculations.
20405         * tests/test-frexpl.c: Include fpucw.h.
20406         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20407         * tests/test-printf-frexpl.c: Include fpucw.h.
20408         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20409         * modules/frexpl (Depends-on): Add fpucw.
20410         * modules/printf-frexpl (Depends-on): Likewise.
20411         * modules/fprintf-posix (Depends-on): Likewise.
20412         * modules/snprintf-posix (Depends-on): Likewise.
20413         * modules/sprintf-posix (Depends-on): Likewise.
20414         * modules/vasnprintf-posix (Depends-on): Likewise.
20415         * modules/vasprintf-posix (Depends-on): Likewise.
20416         * modules/vfprintf-posix (Depends-on): Likewise.
20417         * modules/vsnprintf-posix (Depends-on): Likewise.
20418         * modules/vsprintf-posix (Depends-on): Likewise.
20419         * modules/frexpl-tests (Depends-on): Likewise.
20420         * modules/printf-frexpl-tests (Depends-on): Likewise.
20421
20422 2007-03-24  Bruno Haible  <bruno@clisp.org>
20423
20424         * lib/float+.h: New file.
20425         * lib/isnan.c: Include float+.h.
20426         (SIZE): New macro.
20427         (FUNC): Compare only SIZE bytes of the value.
20428         * lib/vasnprintf.c: Include float+.h.
20429         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
20430         SIZEOF_LDBL or SIZEOF_DBL bytes.
20431         * modules/isnan-nolibm (Files): Add lib/float+.h.
20432         * modules/isnanl-nolibm (Files): Add lib/float+.h.
20433         * modules/isnanl (Files): Add lib/float+.h.
20434         * modules/vasnprintf (Files): Add lib/float+.h.
20435
20436 2007-03-24  Bruno Haible  <bruno@clisp.org>
20437
20438         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
20439         include isnanl-nolibm.h.
20440
20441 2007-03-24  Bruno Haible  <bruno@clisp.org>
20442
20443         * tests/test-read-file.c (main): Don't produce spurious output for
20444         expected situations. Make the test fail if it encountered unexpected
20445         results.
20446
20447 2007-03-24  Bruno Haible  <bruno@clisp.org>
20448
20449         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
20450         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
20451
20452 2007-03-24  Bruno Haible  <bruno@clisp.org>
20453
20454         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
20455
20456 2007-03-24  Bruno Haible  <bruno@clisp.org>
20457
20458         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
20459         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
20460
20461         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
20462         * modules/utf8-ucs4: Turn into a symbolic link to module
20463         unistr/u8-mbtouc.
20464
20465         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
20466         utf8-ucs4-unsafe.
20467         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
20468         unistr/u8-mbtouc-unsafe.
20469
20470         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
20471         * modules/utf16-ucs4: Turn into a symbolic link to module
20472         unistr/u16-mbtouc.
20473
20474         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
20475         utf16-ucs4-unsafe.
20476         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
20477         unistr/u16-mbtouc-unsafe.
20478
20479         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
20480         * modules/ucs4-utf8: Turn into a symbolic link to module
20481         unistr/u8-ubtomb.
20482
20483         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
20484         * modules/ucs4-utf16: Turn into a symbolic link to module
20485         unistr/u16-ubtomb.
20486
20487 2007-03-24  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
20490         Enable the function only if HAVE_INLINE.
20491         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
20492         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20493         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
20494         Enable the function only if HAVE_INLINE.
20495         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
20496         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20497         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
20498         Enable the function only if HAVE_INLINE.
20499         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
20500         Enable the function only if HAVE_INLINE.
20501         * modules/utf8-ucs4: Update.
20502         * modules/utf8-ucs4-unsafe: Update.
20503         * modules/utf16-ucs4: Update.
20504         * modules/utf16-ucs4-unsafe: Update.
20505         * modules/ucs4-utf8: Update.
20506         * modules/ucs4-utf16: Update.
20507
20508 2007-03-24  Bruno Haible  <bruno@clisp.org>
20509
20510         * lib/utf8-ucs4.h: Remove file.
20511         * lib/utf8-ucs4-unsafe.h: Remove file.
20512         * lib/utf16-ucs4.h: Remove file.
20513         * lib/utf16-ucs4-unsafe.h: Remove file.
20514         * lib/ucs4-utf8.h: Remove file.
20515         * lib/ucs4-utf16.h: Remove file.
20516         * lib/unistr.h: Include their previous contents.
20517         * m4/utf-ucs4.m4: Remove file.
20518         * m4/ucs4-utf.m4: Remove file.
20519         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
20520         (Depends-on): Add unistr/base.
20521         (configure.ac): Remove gl_UTF_UCS4.
20522         (Makefile.am): Update.
20523         (Include): Change to unistr.h.
20524         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
20525         (Depends-on): Add unistr/base.
20526         (configure.ac): Remove gl_UTF_UCS4.
20527         (Makefile.am): Update.
20528         (Include): Change to unistr.h.
20529         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
20530         (Depends-on): Add unistr/base.
20531         (configure.ac): Remove gl_UTF_UCS4.
20532         (Makefile.am): Update.
20533         (Include): Change to unistr.h.
20534         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
20535         (Depends-on): Add unistr/base.
20536         (configure.ac): Remove gl_UTF_UCS4.
20537         (Makefile.am): Update.
20538         (Include): Change to unistr.h.
20539         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
20540         (Depends-on): Add unistr/base.
20541         (configure.ac): Remove gl_UCS4_UTF.
20542         (Makefile.am): Update.
20543         (Include): Change to unistr.h.
20544         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
20545         (Depends-on): Add unistr/base.
20546         (configure.ac): Remove gl_UCS4_UTF.
20547         (Makefile.am): Update.
20548         (Include): Change to unistr.h.
20549         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
20550         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
20551         utf8-ucs4-unsafe.h.
20552         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
20553         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
20554         utf16-ucs4-unsafe.h.
20555         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
20556         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
20557         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
20558         * lib/unistr/u8-strchr.c: Likewise.
20559         * lib/unistr/u8-strrchr.c: Likewise.
20560         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
20561         * lib/unistr/u16-strchr.c: Likewise.
20562         * lib/unistr/u16-strrchr.c: Likewise.
20563         * lib/striconveh.c: Update.
20564         * lib/linebreak.c: Update.
20565
20566 2007-03-24  Bruno Haible  <bruno@clisp.org>
20567
20568         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
20569         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
20570
20571 2007-03-22  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
20574
20575 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * MODULES.html.sh (File system functions): New module write-any-file.
20578         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
20579         * m4/write-any-file.m4: New files.
20580
20581 2007-03-23  Eric Blake  <ebb9@byu.net>
20582
20583         * gnulib-tool: Rearrange space-tab sequences, since some editors
20584         like to eat them.
20585
20586 2007-03-23  Eric Blake  <ebb9@byu.net>
20587
20588         * lib/version-etc.c (version_etc_va): Update license wording to
20589         be more concise.  Recommended by Richard Stallman.
20590
20591 2007-03-22  Bruno Haible  <bruno@clisp.org>
20592
20593         * lib/poll.c (MSG_PEEK): New fallback definition.
20594
20595 2007-03-22  Bruno Haible  <bruno@clisp.org>
20596
20597         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
20598         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
20599         (main): Update.
20600         Fixes a compilation error on BeOS.
20601
20602 2007-03-22  Bruno Haible  <bruno@clisp.org>
20603
20604         * modules/frexpl-tests: New file.
20605         * tests/test-frexpl.c: New file.
20606
20607         * modules/frexpl: New file.
20608         * m4/frexpl.m4: New file.
20609         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
20610         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
20611         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
20612         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
20613         (Depends-on): Add frexpl. Remove isnanl-nolibm.
20614         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
20615
20616 2007-03-22  Bruno Haible  <bruno@clisp.org>
20617
20618         * lib/frexpl.c: Share code with lib/frexp.c.
20619         * modules/mathl (Files): Add lib/frexp.c.
20620         (Depends-on): Add isnanl-nolibm.
20621
20622 2007-03-22  Bruno Haible  <bruno@clisp.org>
20623
20624         * modules/printf-frexp (Files): Add m4/frexp.m4.
20625         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
20626         only if the found frexp function actually works.
20627
20628 2007-03-22  Bruno Haible  <bruno@clisp.org>
20629
20630         * lib/frexp.c: Remove older implementation that uses divisions.
20631
20632 2007-03-21  Bruno Haible  <bruno@clisp.org>
20633
20634         * modules/frexp-tests: New file.
20635         * tests/test-frexp.c: New file.
20636
20637         * modules/frexp: New file.
20638         * lib/frexp.c: New file.
20639         * m4/frexp.m4: New file.
20640         * lib/math_.h (frexp): New declaration.
20641         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
20642         REPLACE_FREXP.
20643         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
20644
20645 2007-03-21  Bruno Haible  <bruno@clisp.org>
20646
20647         * modules/isnanl-tests: New file.
20648         * tests/test-isnanl.c: New file.
20649
20650         * modules/isnanl: New file.
20651         * lib/isnanl.h: New file.
20652         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
20653         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
20654         gl_FUNC_ISNANL_WORKS.
20655         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
20656         New macros.
20657
20658 2007-03-21  Bruno Haible  <bruno@clisp.org>
20659
20660         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
20661         lib/isnanl.h.
20662         (Include): Update.
20663         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
20664         * lib/vasnprintf.c: Update.
20665         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
20666         tests/test-isnanl.h, remove tests/test-isnanl.c.
20667         (Makefile.am): Update.
20668         * tests/test-isnanl-nolibm.c: New file.
20669         * tests/test-isnanl.h: New file.
20670         * tests/test-isnanl.c: Remove file.
20671
20672 2007-03-21  Jim Meyering  <jim@meyering.net>
20673
20674         When trying to open ".", treat ESTALE like EACCES.
20675         * lib/savewd.c (savewd_save): Resort to forking not just upon
20676         failure with EACCES, but also when errno is ESTALE.
20677
20678 2007-03-20  Bruno Haible  <bruno@clisp.org>
20679
20680         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
20681         Needed on AIX 5.1. Reported by Matthew Woehlke.
20682
20683 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20684
20685         Suggestions by Bruno Haible:
20686         * lib/acl-internal.h: Include "gettext.h" rather than rolling
20687         our own.
20688         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
20689         * modules/acl (Depends-on): Add gettext.
20690
20691 2007-03-19  Bruno Haible  <bruno@clisp.org>
20692
20693         * modules/iconvme: Remove file.
20694         * lib/iconvme.h: Remove file.
20695         * lib/iconvme.c: Remove file.
20696         * m4/iconvme.m4: Remove file.
20697
20698 2007-03-19  Bruno Haible  <bruno@clisp.org>
20699
20700         * doc/relocatable-maint.texi: Break long shell script line.
20701         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20702
20703 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20704
20705         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
20706         handle file_has_acl.
20707         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
20708         * lib/acl.c: Move header inclusions and related macro defns into
20709         lib/acl-internal.h.
20710         (S_ISLNK): Remove defn, since that's now done for us.
20711         (file_has_acl): Move to lib/file-has-acl.c.
20712         Call acl_trivial if available.  This is the crucial part of the fix.
20713         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
20714         shared within the library.  Rewrite a bit, partly to make it compatible
20715         with the GNU coding style.
20716         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
20717         Remove unnecessary double-quotes.
20718         Don't test for acl_to_text; the build will catch that.
20719         Replace acl_entries if it doesn't exist and it is needed.
20720         Check for -lsec and acl_trivial (as used on Solaris 10).
20721         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
20722         lib/file-has-acl.c.
20723         (Depends-on): Add sys_stat, for S_ISLNK.
20724
20725 2007-03-19  Ben Pfaff  <blp@gnu.org>
20726
20727         * doc/gnulib.texi: Fix typos.
20728         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20729
20730 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20731
20732         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
20733         If size is zero here, buf must be zero.
20734
20735 2007-03-19  Simon Josefsson  <simon@josefsson.org>
20736
20737         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
20738         <bruno@clisp.org>.
20739
20740 2007-03-18  Bruno Haible  <bruno@clisp.org>
20741
20742         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
20743         Suggested by Eric Blake.
20744
20745 2007-03-18  Ben Pfaff  <blp@gnu.org>
20746
20747         * doc/relocatable.texi: Recommend using as prefix a directory
20748         that does not exist and will never be created.  Based on
20749         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
20750         and others.
20751
20752 2007-03-17  Bruno Haible  <bruno@clisp.org>
20753
20754         * lib/fchownat.c: Include lchown.h.
20755
20756 2007-03-17  Bruno Haible  <bruno@clisp.org>
20757
20758         Fix endless loop when the given allocated size was > INT_MAX.
20759         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
20760         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
20761         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
20762         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
20763         * lib/sprintf.c (sprintf): Likewise.
20764
20765 2007-03-17  Bruno Haible  <bruno@clisp.org>
20766
20767         * tests/test-argp-2.sh (func_compare): Output a context diff.
20768
20769 2007-03-17  Bruno Haible  <bruno@clisp.org>
20770
20771         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
20772         locale's decimal-point character.
20773
20774 2007-03-17  Bruno Haible  <bruno@clisp.org>
20775
20776         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
20777         before comparing it. Needed because on some platforms (e.g. x86) a
20778         'long double' occupies less bytes than sizeof (long double).
20779
20780 2007-03-17  Bruno Haible  <bruno@clisp.org>
20781
20782         * tests/test-crc.c (main): Make printf statements 64-bit clean.
20783         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
20784         * tests/test-getaddrinfo.c (simple): Likewise.
20785         * tests/test-read-file.c (main): Likewise.
20786
20787 2007-03-17  Bruno Haible  <bruno@clisp.org>
20788
20789         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
20790
20791 2007-03-17  Bruno Haible  <bruno@clisp.org>
20792
20793         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
20794         unused variable.
20795
20796 2007-03-17  Bruno Haible  <bruno@clisp.org>
20797
20798         * tests/test-c-strcasecmp.c: Include c-strcase.h.
20799         * tests/test-c-strncasecmp.c: Likewise.
20800
20801 2007-03-17  Bruno Haible  <bruno@clisp.org>
20802
20803         * modules/stdlib (Depends-on): Add unistd.
20804         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
20805         Needed for MacOS X 10.3.
20806
20807 2007-03-17  Bruno Haible  <bruno@clisp.org>
20808
20809         * lib/unistr/u-strdup.h: Include <stdlib.h>.
20810
20811 2007-03-17  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
20814
20815 2007-03-17  Bruno Haible  <bruno@clisp.org>
20816
20817         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
20818         to reflect files copied from gnulib (with or without modifications).
20819         Suggested by Jim Meyering.
20820
20821 2007-03-17  Eric Blake  <ebb9@byu.net>
20822
20823         * NEWS: Document stdlib change from 2007-02-18.
20824
20825 2007-03-17  Jim Meyering  <jim@meyering.net>
20826
20827         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
20828         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
20829         someone uses a name containing shell meta-characters.
20830         Reported by Alfred M. Szmidt.
20831
20832         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
20833
20834 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20835
20836         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
20837         and copy gettext configuration files only if configure.ac contains
20838         a use of AM_GNU_GETTEXT_VERSION.
20839
20840 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20841
20842         * build-aux/bootstrap (gnulib_name): New variable.
20843         (gnulib_tool_options): Use it.
20844
20845 2007-03-13  Simon Josefsson  <simon@josefsson.org>
20846
20847         * tests/test-des.c: Use new namespace.
20848
20849 2007-03-15  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
20852         Reported by James Youngman <jay@gnu.org>.
20853
20854 2007-03-15  Bruno Haible  <bruno@clisp.org>
20855
20856         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
20857         declared prototype. Needed with cc on OSF/1 5.1.
20858
20859 2007-03-15  Bruno Haible  <bruno@clisp.org>
20860
20861         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
20862         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
20863         (struct gl_list_implementation): Add dispose_fn argument to the
20864         'create_empty', 'create' methods.
20865         (struct gl_list_impl_base): Add field 'dispose_fn'.
20866         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
20867         argument.
20868         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
20869         dispose_fn argument.
20870         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
20871         dispose_fn on the dropped values.
20872         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
20873         dispose_fn argument.
20874         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
20875         dropped values.
20876         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
20877         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20878         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
20879         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20880         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
20881         argument.
20882         (gl_tree_list_free): Call dispose_fn on the dropped values.
20883         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
20884         the dropped values.
20885         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20886         Add dispose_fn argument.
20887         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
20888         Call dispose_fn on the dropped values.
20889         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
20890         Add dispose_fn argument.
20891         (gl_sublist_create): Initialize the 'dispose_fn' field.
20892         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
20893         * tests/test-array_list.c (main): Update.
20894         * tests/test-carray_list.c (main): Update.
20895         * tests/test-avltree_list.c (main): Update.
20896         * tests/test-rbtree_list.c (main): Update.
20897         * tests/test-avltreehash_list.c (main): Update.
20898         * tests/test-rbtreehash_list.c (main): Update.
20899         * tests/test-linked_list.c (main): Update.
20900         * tests/test-linkedhash_list.c (main): Update.
20901         * tests/test-array_oset.c (main): Update.
20902
20903 2007-03-15  Bruno Haible  <bruno@clisp.org>
20904
20905         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
20906         (gl_oset_create_empty): Add dispose_fn argument.
20907         (struct gl_oset_implementation): Add dispose_fn argument to
20908         'create_empty' method.
20909         (struct gl_oset_impl_base): Add dispose_fn field.
20910         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
20911         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
20912         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
20913         values.
20914         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
20915         (gl_tree_oset_free): Call dispose_fn on the dropped values.
20916         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20917         dropped value.
20918         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20919         dropped value.
20920         * tests/test-array_oset.c (main): Update.
20921         * tests/test-avltree_oset.c (main): Update.
20922         * tests/test-rbtree_oset.c (main): Update.
20923         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
20924
20925 2007-03-13  Bruno Haible  <bruno@clisp.org>
20926
20927         * tests/test-stdbool.c (i): Update after last patch.
20928
20929 2007-03-12  Bruno Haible  <bruno@clisp.org>
20930
20931         * lib/quotearg.c: Include <wctype.h> early, before the definition of
20932         the iswprint macro. Needed on Solaris 2.5.1.
20933
20934 2007-03-12  Bruno Haible  <bruno@clisp.org>
20935
20936         * tests/test-printf-frexp.c (main): Declare x as volatile.
20937
20938 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20939
20940         * doc/gnulib.texi (Build robot for gnulib): New section.
20941
20942 2007-03-12  Jim Meyering  <jim@meyering.net>
20943
20944         * build-aux/bootstrap: New file.
20945         * build-aux/bootstrap.conf: New file, from coreutils.
20946
20947 2007-03-11  Bruno Haible  <bruno@clisp.org>
20948
20949         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
20950
20951 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20952
20953         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
20954         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
20955         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
20956
20957 2007-03-11  Bruno Haible  <bruno@clisp.org>
20958
20959         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
20960         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
20961
20962 2007-03-11  Bruno Haible  <bruno@clisp.org>
20963
20964         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
20965         formula. Needed for SunPRO C 5.0.
20966
20967 2007-03-11  Bruno Haible  <bruno@clisp.org>
20968
20969         * modules/long-options (Depends-on): Add getopt.
20970
20971 2007-03-11  Bruno Haible  <bruno@clisp.org>
20972
20973         * modules/modechange (Depends-on): Add stdbool.
20974
20975 2007-03-11  Bruno Haible  <bruno@clisp.org>
20976
20977         * modules/i-ring (Depends-on): Add stdbool.
20978
20979 2007-03-11  Bruno Haible  <bruno@clisp.org>
20980
20981         * modules/gc-des (Depends-on): Add stdbool.
20982
20983 2007-03-11  Bruno Haible  <bruno@clisp.org>
20984
20985         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
20986
20987 2007-03-11  Bruno Haible  <bruno@clisp.org>
20988
20989         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
20990
20991 2007-03-11  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
20994
20995 2007-03-11  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/vasnprintf.c (sprintf): Undefine.
20998
20999 2007-03-11  Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
21002         initializers in SunPRO C and Compaq C compilers.
21003
21004 2007-03-11  Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
21007         decrementing code ANSI C compliant.
21008
21009 2007-03-11  Bruno Haible  <bruno@clisp.org>
21010
21011         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
21012         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
21013
21014 2007-03-11  Bruno Haible  <bruno@clisp.org>
21015
21016         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
21017         <stdbool.h> substitute doesn't pass.
21018
21019 2007-03-11  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
21022
21023 2007-03-11  Bruno Haible  <bruno@clisp.org>
21024
21025         * gnulib-tool (func_create_megatestdir): Create also an autobuild
21026         script, for submission to autobuild.josefsson.org.
21027
21028 2007-03-10  Bruno Haible  <bruno@clisp.org>
21029
21030         * modules/canonicalize-lgpl-tests: New file.
21031         * tests/test-canonicalize-lgpl.sh: New file.
21032         * tests/test-canonicalize-lgpl.c: New file.
21033
21034         * modules/c-strcase-tests: New file.
21035         * tests/test-c-strcase.sh: New file.
21036         * tests/test-c-strcasecmp.c: New file.
21037         * tests/test-c-strncasecmp.c: New file.
21038
21039         * modules/atexit-tests: New file.
21040         * tests/test-atexit.sh: New file.
21041         * tests/test-atexit.c: New file.
21042
21043 2007-03-10  Bruno Haible  <bruno@clisp.org>
21044
21045         * tests/test-binary-io.sh: Use temporary filenames that are not so
21046         likely to clash with those of other tests (in a parallel make).
21047         * tests/test-binary-io.c: Likewise.
21048
21049 2007-03-10  Bruno Haible  <bruno@clisp.org>
21050
21051         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
21052         fallback; use #error instead.
21053         Suggested by Simon Josefsson.
21054
21055 2007-03-10  Bruno Haible  <bruno@clisp.org>
21056
21057         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
21058         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
21059         first and the last.
21060
21061 2007-03-10  Bruno Haible  <bruno@clisp.org>
21062
21063         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
21064
21065 2007-03-10  Bruno Haible  <bruno@clisp.org>
21066
21067         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
21068         "make distcheck".
21069         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
21070         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
21071         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
21072
21073 2007-03-10  Bruno Haible  <bruno@clisp.org>
21074
21075         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
21076         variable.
21077         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
21078         variable.
21079
21080 2007-03-09  Eric Blake  <ebb9@byu.net>
21081         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
21082
21083         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
21084         types are not being provided by gnulib.
21085         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
21086         types are supported.
21087
21088 2007-03-10  Bruno Haible  <bruno@clisp.org>
21089
21090         * lib/stdio_.h (__attribute__): New macro.
21091         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
21092         vsprintf): Specify __attribute__ __format__ for GCC.
21093         Suggested by Eric Blake.
21094
21095 2007-03-09  Bruno Haible  <bruno@clisp.org>
21096
21097         * modules/printf-posix-tests: New file.
21098         * tests/test-printf-posix.sh: New file.
21099         * tests/test-printf-posix.c: New file.
21100
21101         * modules/printf-posix: New file.
21102         * lib/printf.c: New file.
21103         * m4/printf-posix-rpl.m4: New file.
21104         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
21105         REPLACE_PRINTF.
21106         * lib/stdio_.h (printf): New declaration.
21107         (format, __format__, ____printf____, ____scanf____, ____strftime____,
21108         ____strfmon____): New macros.
21109         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
21110         REPLACE_PRINTF.
21111
21112 2007-03-09  Bruno Haible  <bruno@clisp.org>
21113
21114         * tests/test-vasnprintf-posix2.sh: New file.
21115         * tests/test-vasnprintf-posix2.c: New file.
21116         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
21117         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
21118         (Makefile.am): Activate test-vasnprintf-posix2.sh.
21119
21120         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
21121         a locale dependent decimal point, rather than always '.'.
21122
21123 2007-03-09  Eric Blake  <ebb9@byu.net>
21124
21125         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
21126         spite of platforms like Tandem/NSK that define it to -1.
21127
21128 2007-03-08  Bruno Haible  <bruno@clisp.org>
21129
21130         * modules/vprintf-posix-tests: New file.
21131         * tests/test-vprintf-posix.sh: New file.
21132         * tests/test-vprintf-posix.c: New file.
21133         * tests/test-printf-posix.h: New file.
21134
21135         * modules/vprintf-posix: New file.
21136         * lib/vprintf.c: New file.
21137         * m4/vprintf-posix.m4: New file.
21138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
21139         REPLACE_VPRINTF.
21140         * lib/stdio_.h (vprintf): New declaration.
21141         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
21142         REPLACE_VPRINTF.
21143
21144 2007-03-08  Bruno Haible  <bruno@clisp.org>
21145
21146         * modules/fprintf-posix-tests: New file.
21147         * tests/test-fprintf-posix.sh: New file.
21148         * tests/test-fprintf-posix.c: New file.
21149
21150         * modules/fprintf-posix: New file.
21151         * lib/fprintf.c: New file.
21152         * m4/fprintf-posix.m4: New file.
21153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
21154         REPLACE_FPRINTF.
21155         * lib/stdio_.h (fprintf): New declaration.
21156         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
21157         REPLACE_FPRINTF.
21158
21159 2007-03-08  Bruno Haible  <bruno@clisp.org>
21160
21161         * modules/vfprintf-posix-tests: New file.
21162         * tests/test-vfprintf-posix.sh: New file.
21163         * tests/test-vfprintf-posix.c: New file.
21164         * tests/test-fprintf-posix.h: New file.
21165         * tests/test-fprintf-posix.out: New file.
21166
21167         * modules/vfprintf-posix: New file.
21168         * lib/vfprintf.c: New file.
21169         * m4/vfprintf-posix.m4: New file.
21170         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
21171         REPLACE_VFPRINTF.
21172         * lib/stdio_.h (vfprintf): New declaration.
21173         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
21174         REPLACE_VFPRINTF.
21175
21176 2007-03-08  Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
21179
21180 2007-03-08  Bruno Haible  <bruno@clisp.org>
21181
21182         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
21183         instead of 'expr' invocations.
21184         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21185         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21186         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21187         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21188         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21189         Suggested by Paul Eggert.
21190
21191 2007-03-08  Bruno Haible  <bruno@clisp.org>
21192
21193         * modules/fseterr-tests: New file.
21194         * tests/test-fseterr.c: New file.
21195
21196         * modules/fseterr: New file.
21197         * lib/fseterr.h: New file.
21198         * lib/fseterr.c: New file.
21199
21200 2007-03-08  Bruno Haible  <bruno@clisp.org>
21201
21202         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
21203         * lib/getopt_.h: Likewise.
21204         * lib/mbswidth.h: Likewise.
21205         * lib/setenv.h: Likewise.
21206         * lib/vasnprintf.h: Likewise.
21207         * lib/vasprintf.h: Likewise.
21208         * lib/verror.h: Likewise.
21209         * lib/xsetenv.h: Likewise.
21210         * lib/xvasprintf.h: Likewise.
21211
21212 2007-03-08  Jim Meyering  <jim@meyering.net>
21213
21214         * users.txt: Add parted.
21215
21216         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
21217
21218 2007-03-07  Bruno Haible  <bruno@clisp.org>
21219
21220         * m4/printf.m4: Make the shell script snippets copy&pastable.
21221
21222 2007-03-02  Bruno Haible  <bruno@clisp.org>
21223
21224         * lib/netinet_in_.h: New file.
21225         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
21226         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
21227         * modules/netinet_in (Files): Add lib/netinet_in_.h.
21228         (Depends-on): Add absolute-header.
21229         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
21230         into netinet/in.h.
21231
21232 2007-03-03  Bruno Haible  <bruno@clisp.org>
21233
21234         * lib/sys_select_.h: New file.
21235         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
21236         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
21237         * modules/sys_select (Files): Add lib/sys_select_.h.
21238         (Depends-on): Add absolute-header.
21239         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
21240         into sys/select.h.
21241
21242 2007-03-02  Bruno Haible  <bruno@clisp.org>
21243
21244         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
21245         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
21246         values.
21247         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
21248         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
21249         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
21250         * modules/sys_socket (Depends-on): Add absolute-header.
21251         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
21252         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
21253         (Include): Remove requirement of inclusion of <sys/types.h>.
21254
21255 2007-03-02  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/byteswap_.h (bswap_32): Fix formula.
21258
21259 2007-03-06  Bruno Haible  <bruno@clisp.org>
21260
21261         * modules/sprintf-posix-tests: New file.
21262         * tests/test-sprintf-posix.c: New file.
21263
21264         * modules/sprintf-posix: New file.
21265         * lib/sprintf.c: New file.
21266         * m4/sprintf-posix.m4: New file.
21267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
21268         REPLACE_SPRINTF.
21269         * lib/stdio_.h (sprintf): New declaration.
21270         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
21271         REPLACE_SPRINTF.
21272
21273 2007-03-06  Bruno Haible  <bruno@clisp.org>
21274
21275         * modules/vsprintf-posix-tests: New file.
21276         * tests/test-vsprintf-posix.c: New file.
21277         * tests/test-sprintf-posix.h: New file.
21278
21279         * modules/vsprintf-posix: New file.
21280         * lib/vsprintf.c: New file.
21281         * m4/vsprintf-posix.m4: New file.
21282         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
21283         REPLACE_VSPRINTF.
21284         * lib/stdio_.h (vsprintf): New declaration.
21285         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
21286         REPLACE_VSPRINTF.
21287
21288 2007-03-06  Bruno Haible  <bruno@clisp.org>
21289
21290         * modules/vsnprintf (Depend-on): Remove minmax.
21291
21292 2007-03-06  Bruno Haible  <bruno@clisp.org>
21293
21294         * modules/snprintf-posix-tests: New file.
21295         * tests/test-snprintf-posix.c: New file.
21296
21297         * modules/snprintf-posix: New file.
21298         * m4/snprintf-posix.m4: New file.
21299         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
21300         gl_FUNC_SNPRINTF.
21301         (gl_FUNC_SNPRINTF): Invoke it.
21302         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
21303         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
21304         is set.
21305         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
21306
21307 2007-03-06  Bruno Haible  <bruno@clisp.org>
21308
21309         * modules/vsnprintf-posix-tests: New file.
21310         * tests/test-vsnprintf-posix.c: New file.
21311         * tests/test-snprintf-posix.h: New file.
21312
21313         * modules/vsnprintf-posix: New file.
21314         * m4/vsnprintf-posix.m4: New file.
21315         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
21316         gl_FUNC_VSNPRINTF.
21317         (gl_FUNC_VSNPRINTF): Invoke it.
21318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
21319         * lib/stdio_.h (vsnprintf): Define as a replacement if
21320         REPLACE_VSNPRINTF is set.
21321         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
21322
21323 2007-03-06  Bruno Haible  <bruno@clisp.org>
21324
21325         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
21326         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
21327
21328 2007-03-06  Bruno Haible  <bruno@clisp.org>
21329
21330         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
21331         (asinl): Declare also if HAVE_DECL_ASINL is set.
21332         (atanl): Declare also if HAVE_DECL_ATANL is set.
21333         (ceill): Declare also if HAVE_DECL_CEILL is set.
21334         (cosl): Declare also if HAVE_DECL_COSL is set.
21335         (expl): Declare also if HAVE_DECL_EXPL is set.
21336         (floorl): Declare also if HAVE_DECL_FLOORL is set.
21337         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
21338         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
21339         (logl): Declare also if HAVE_DECL_LOGL is set.
21340         (sinl): Declare also if HAVE_DECL_SINL is set.
21341         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
21342         (tanl): Declare also if HAVE_DECL_TANL is set.
21343         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
21344         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
21345         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
21346         declaration of frexpl, ldexpl.
21347         * modules/printf-frexpl (Depends-on): Add math.
21348         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
21349
21350 2007-03-05  Bruno Haible  <bruno@clisp.org>
21351
21352         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
21353         frexpl and ldexpl are declared.
21354         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
21355
21356 2007-03-05  Bruno Haible  <bruno@clisp.org>
21357
21358         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
21359         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
21360
21361 2007-03-05  Bruno Haible  <bruno@clisp.org>
21362
21363         * lib/stdio_.h: Include <stddef.h>.
21364
21365 2007-03-05  Bruno Haible  <bruno@clisp.org>
21366
21367         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
21368
21369 2007-03-05  Bruno Haible  <bruno@clisp.org>
21370
21371         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
21372         NetBSD 4, from Ralf Wildenhues.
21373
21374 2007-03-04  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/vasprintf.h: Update #if logic for the case when the functions
21377         exist but are overridden.
21378
21379 2007-03-04  Bruno Haible  <bruno@clisp.org>
21380
21381         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
21382         implementations: glibc-2.4 and MacOS X 10.3.
21383         * tests/test-vasnprintf-posix.c (test_function): Test also the case
21384         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
21385         * tests/test-vasprintf-posix.c (test_function): Likewise.
21386
21387 2007-03-04  Bruno Haible  <bruno@clisp.org>
21388
21389         * modules/vasprintf-posix-tests: New file.
21390         * tests/test-vasprintf-posix.c: New file.
21391
21392         * modules/vasprintf-posix: New file.
21393         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
21394         defined.
21395         * m4/vasprintf-posix.m4: New file.
21396         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
21397         gl_FUNC_VASPRINTF.
21398         (gl_FUNC_VASPRINTF): Invoke it.
21399         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
21400         here.
21401         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
21402
21403 2007-03-04  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
21406         REPLACE_GETTIMEOFDAY.
21407         * modules/sys_time (Makefile.am): Likewise.
21408         * m4/sys_time_h.m4: Likewise.
21409         * m4/gettimeofday.m4: Likewise.
21410
21411 2007-03-04  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/vasnprintf-posix-tests: New file.
21414         * tests/test-vasnprintf-posix.c: New file.
21415
21416         * modules/vasnprintf-posix: New file.
21417         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
21418         printf-frexpl.h.
21419         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
21420         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
21421         REPLACE_VASNPRINTF is defined.
21422         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
21423         gl_FUNC_VASNPRINTF.
21424         (gl_FUNC_VASNPRINTF): Invoke it.
21425         * m4/vasnprintf-posix.m4: New file.
21426         * m4/printf.m4: New file.
21427
21428 2007-03-04  Bruno Haible  <bruno@clisp.org>
21429
21430         Compile progreloc.c only if --enable-relocatable is specified.
21431         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
21432         if --enable-relocatable was specified.
21433         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
21434         lib_SOURCES.
21435
21436 2007-03-04  Jim Meyering  <jim@meyering.net>
21437
21438         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
21439         Use it consistently, rather than enumerating errno constants.
21440
21441 2007-03-04  Bruno Haible  <bruno@clisp.org>
21442
21443         * modules/xvasprintf-tests: New file.
21444         * tests/test-xvasprintf.c: New file.
21445
21446         * modules/vasprintf-tests: New file.
21447         * tests/test-vasprintf.c: New file.
21448
21449         * modules/vasnprintf-tests: New file.
21450         * tests/test-vasnprintf.c: New file.
21451
21452         * modules/vsnprintf-tests: New file.
21453         * tests/test-vsnprintf.c: New file.
21454
21455         * modules/snprintf-tests: New file.
21456         * tests/test-snprintf.c: New file.
21457
21458 2007-03-04  Bruno Haible  <bruno@clisp.org>
21459
21460         Compile relocatable.c only if --enable-relocatable is specified.
21461         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
21462         gl_RELOCATABLE_LIBRARY.
21463         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
21464         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
21465         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
21466         gl_RELOCATABLE_LIBRARY.
21467         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
21468         (Makefile.am): Remove lib_SOURCES.
21469         * modules/relocatable-lib-lgpl (configure.ac): Invoke
21470         gl_RELOCATABLE_LIBRARY.
21471         (Makefile.am): Remove lib_SOURCES.
21472         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
21473         always.
21474         * modules/relocatable-prog-wrapper (configure.ac): Invoke
21475         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
21476
21477 2007-03-04  Bruno Haible  <bruno@clisp.org>
21478
21479         * modules/argmatch-tests: New file.
21480         * tests/test-argmatch.c: New file.
21481
21482         * tests/test-allocsa.c (main): Halve the number of loop runs.
21483
21484         * modules/alloca-opt-tests: New file.
21485         * tests/test-alloca-opt.c: New file.
21486
21487 2007-03-04  Jim Meyering  <jim@meyering.net>
21488
21489         Work around difference between Linux ACLs and Solaris 10 ZFS.
21490         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
21491         for EINVAL.
21492
21493 2007-03-03  Bruno Haible  <bruno@clisp.org>
21494
21495         * modules/relocatable-prog (Depends-on): Add back progreloc's
21496         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
21497
21498 2007-03-03  Bruno Haible  <bruno@clisp.org>
21499
21500         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
21501         * modules/relocatable-lib: New file.
21502
21503 2007-03-03  Bruno Haible  <bruno@clisp.org>
21504
21505         * modules/relocatable-prog: Renamed from modules/relocatable.
21506         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
21507
21508 2007-03-03  Bruno Haible  <bruno@clisp.org>
21509
21510         * modules/relocatable-script (Files): Add doc/relocatable.texi,
21511         m4/relocatable-lib.m4.
21512         (Depends-on): Remove 'relocatable'.
21513         (configure.ac): Add gl_RELOCATABLE_NOP.
21514
21515 2007-03-03  Bruno Haible  <bruno@clisp.org>
21516
21517         * modules/relocatable-prog-wrapper: New file.
21518         * modules/relocatable (Depends-on): Add it. Remove all other
21519         dependencies except progname.
21520         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
21521
21522         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
21523         (gl_FUNC_STRERROR): Nop.
21524         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
21525
21526         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
21527         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
21528
21529         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
21530         (gl_FUNC_READLINK): Update.
21531
21532         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
21533
21534 2007-03-03  Bruno Haible  <bruno@clisp.org>
21535
21536         * lib/xreadlink.c: Include <unistd.h> unconditionally.
21537         * modules/xreadlink (Depends-on): Add unistd.
21538         * modules/xreadlink-with-size (Depends-on): Likewise.
21539
21540 2007-03-03  Bruno Haible  <bruno@clisp.org>
21541
21542         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
21543         extracted from gt_FUNC_SETENV.
21544         (gt_FUNC_SETENV): Remove macro.
21545         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
21546         remove gt_FUNC_SETENV.
21547
21548 2007-03-03  Bruno Haible  <bruno@clisp.org>
21549
21550         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
21551         ENABLE_RELOCATABLE here.
21552         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
21553
21554 2007-03-03  Bruno Haible  <bruno@clisp.org>
21555
21556         * modules/rbtreehash-list-tests (Depends-on): Add progname.
21557         * tests/test-rbtreehash_list.c: Include progname.h.
21558         (main): Call set_program_name.
21559
21560         * modules/rbtree-oset-tests (Depends-on): Add progname.
21561         * tests/test-rbtree_oset.c: Include progname.h.
21562         (main): Call set_program_name.
21563
21564         * modules/rbtree-list-tests (Depends-on): Add progname.
21565         * tests/test-rbtree_list.c: Include progname.h.
21566         (main): Call set_program_name.
21567
21568         * modules/linked-list-tests (Depends-on): Add progname.
21569         * tests/test-linked_list.c: Include progname.h.
21570         (main): Call set_program_name.
21571
21572 2007-03-03  Bruno Haible  <bruno@clisp.org>
21573
21574         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
21575         All uses of __restrict changed to _Restrict_.
21576         * lib/glob_.h (__restrict): Remove macro.
21577
21578 2007-03-02  Bruno Haible  <bruno@clisp.org>
21579
21580         * modules/gettext (configure.ac): Require gettext infrastructure
21581         from version 0.16.1.
21582
21583 2007-03-02  Bruno Haible  <bruno@clisp.org>
21584
21585         * modules/linkedhash-list-tests (Depends-on): Add progname.
21586         * tests/test-linkedhash_list.c: Include progname.h.
21587         (main): Call set_program_name.
21588
21589         * modules/carray-list-tests (Depends-on): Add progname.
21590         * tests/test-carray_list.c: Include progname.h.
21591         (main): Call set_program_name.
21592
21593         * modules/avltreehash-list-tests (Depends-on): Add progname.
21594         * tests/test-avltreehash_list.c: Include progname.h.
21595         (main): Call set_program_name.
21596
21597         * modules/avltree-oset-tests (Depends-on): Add progname.
21598         * tests/test-avltree_oset.c: Include progname.h.
21599         (main): Call set_program_name.
21600
21601         * modules/avltree-list-tests (Depends-on): Add progname.
21602         * tests/test-avltree_list.c: Include progname.h.
21603         (main): Call set_program_name.
21604
21605         * modules/array-oset-tests (Depends-on): Add progname.
21606         * tests/test-array_oset.c: Include progname.h.
21607         (main): Call set_program_name.
21608
21609         * modules/array-list-tests (Depends-on): Add progname.
21610         * tests/test-array_list.c: Include progname.h.
21611         (main): Call set_program_name.
21612
21613         * modules/argp-tests (Depends-on): Add progname.
21614         * tests/test-argp.c: Include argp.h first. Include progname.h.
21615         (main): Call set_program_name.
21616
21617 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
21618
21619         * doc/gnulib-tool.texi (Initial import): Reword description of
21620         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
21621         limited effect even if defined after the first system include.
21622
21623 2007-03-01  Bruno Haible  <bruno@clisp.org>
21624
21625         * build-aux/config.libpath: Update to libtool-1.5.22.
21626         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21627
21628 2007-03-01  Bruno Haible  <bruno@clisp.org>
21629
21630         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
21631         foo_CFLAGS.
21632         Reported by Ralf Wildenhues.
21633
21634 2007-03-01  Bruno Haible  <bruno@clisp.org>
21635
21636         * build-aux/install-reloc: Remove object files left over by some
21637         compilers.
21638         Reported by Ralf Wildenhues.
21639
21640 2007-03-01  Bruno Haible  <bruno@clisp.org>
21641
21642         * build-aux/install-reloc: Break long lines.
21643
21644 2007-03-01  Bruno Haible  <bruno@clisp.org>
21645
21646         * doc/relocatable.texi: Document that it may not work on OpenBSD.
21647         Reported by Ralf Wildenhues.
21648
21649 2007-03-01  Bruno Haible  <bruno@clisp.org>
21650
21651         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
21652         include ordering constraints.
21653
21654 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
21657         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
21658         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
21659         as another example.
21660         * lib/time_.h: Fix misspelling.
21661         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21662         Require gl_HEADER_TIME_H_DEFAULTS.
21663         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
21664         * m4/time_r.m4 (gl_TIME_R): Likewise.
21665         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
21666
21667 2007-03-01  Bruno Haible  <bruno@clisp.org>
21668
21669         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
21670         * m4/utimens.m4 (gl_UTIMENS): Likewise.
21671
21672 2007-03-01  Jim Meyering  <jim@meyering.net>
21673
21674         * modules/xreadlink (Maintainer): Add my name.
21675         * modules/xreadlink-with-size (Depends-on): Alphabetize.
21676
21677 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
21678             Bruno Haible  <bruno@clisp.org>
21679
21680         * build-aux/install-reloc: Compile also c-ctype.c.
21681         * build-aux/relocatable.sh.in: New file.
21682         * doc/relocatable.texi: New file.
21683         * doc/relocatable-maint.texi: New file.
21684         * doc/gnulib.texi: Include relocatable-maint.texi.
21685         * lib/progreloc.c: Include unistd.h unconditionally.
21686         * lib/relocwrapper.c: Include unistd.h unconditionally.
21687         Include c-ctype.h.
21688         (add_dotbin): Use c_tolower.
21689         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
21690         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
21691         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
21692         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
21693         to m4/relocatable-lib.m4.
21694         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
21695         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
21696         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
21697         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
21698         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
21699         * modules/relocatable: New file.
21700         * modules/relocatable-lib: New file.
21701         * modules/relocatable-script: New file.
21702
21703 2007-02-28  Bruno Haible  <bruno@clisp.org>
21704
21705         Import --enable-relocatable infrastructure.
21706         * build-aux/config.libpath: New file, from GNU gettext.
21707         * build-aux/install-reloc: New file, from GNU gettext.
21708         * build-aux/reloc-ldflags: New file, from GNU gettext.
21709         * lib/relocatable.h: New file, from GNU gettext.
21710         * lib/relocatable.c: New file, from GNU gettext.
21711         * lib/relocwrapper.c: New file, from GNU gettext.
21712         * m4/relocatable.m4: New file, from GNU gettext.
21713
21714 2007-02-28  Bruno Haible  <bruno@clisp.org>
21715
21716         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
21717
21718         * modules/xreadlink: New file, from GNU gettext with modifications.
21719         * lib/xreadlink.c: New file, from GNU gettext.
21720         * lib/xreadlink.h: Add comments.
21721         (xreadlink): New declaration.
21722
21723         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
21724         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
21725         lib/xreadlink-with-size.c.
21726         (configure.ac): Remove gl_XREADLINK invocation.
21727         (Makefile.am): Augment lib_SOURCES.
21728         * m4/xreadlink.m4: Remove file.
21729         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
21730         (xreadlink_with_size): Renamed from xreadink.
21731         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
21732         * modules/canonicalize (Depends-on): Replace xreadlink with
21733         xreadlink-with-size.
21734         * lib/canonicalize.c (canonicalize_filename_mode): Update.
21735
21736 2007-02-25  Jim Meyering  <jim@meyering.net>
21737
21738         * build-aux/announce-gen: When complaining about excess arguments,
21739         list them.
21740
21741 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21742
21743         * README: Document signed integer overflow situation more
21744         accurately.
21745
21746 2007-02-25  Bruno Haible  <bruno@clisp.org>
21747
21748         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
21749         'a' or 'A' conversion.
21750
21751 2007-02-25  Bruno Haible  <bruno@clisp.org>
21752
21753         * modules/filename: Renamed from modules/pathname.
21754         (Files): Replace lib/pathname.h with lib/filename.h. Replace
21755         lib/concatpath.c with lib/concat-filename.c.
21756         (Makefile.am): Update.
21757         (Include): Replace pathname.h with filename.h.
21758         * lib/filename.h: Renamed from lib/pathname.h.
21759         (concatenated_filename): Renamed from concatenated_pathname.
21760         * lib/concat-filename.c: Renamed from lib/concatpath.c.
21761         (concatenated_filename): Renamed from concatenated_pathname.
21762         * lib/findprog.c: Include filename.h instead of pathname.h.
21763         (find_in_path): Update.
21764         * lib/javacomp.c: Include filename.h instead of pathname.h.
21765         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21766         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21767         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21768         is_oldgcj_14_13_usable, is_javac_usable): Update.
21769         * lib/javaexec.c: Include filename.h instead of pathname.h.
21770         (execute_java_class): Update.
21771         * modules/findprog: Update.
21772         * modules/javacomp: Update.
21773         * modules/javaexec: Update.
21774         * MODULES.html.sh (File system functions): Add 'filename', remove
21775         'pathname'.
21776
21777 2007-02-25  Bruno Haible  <bruno@clisp.org>
21778
21779         * modules/printf-frexpl-tests: New file.
21780         * tests/test-printf-frexpl.c: New file.
21781
21782         * modules/printf-frexpl: New file.
21783         * lib/printf-frexpl.h: New file.
21784         * lib/printf-frexpl.c: New file.
21785         * m4/printf-frexpl.m4: New file.
21786
21787 2007-02-25  Bruno Haible  <bruno@clisp.org>
21788
21789         * modules/printf-frexp-tests: New file.
21790         * tests/test-printf-frexp.c: New file.
21791
21792         * modules/printf-frexp: New file.
21793         * lib/printf-frexp.h: New file.
21794         * lib/printf-frexp.c: New file.
21795         * m4/printf-frexp.m4: New file.
21796
21797 2007-02-25  Bruno Haible  <bruno@clisp.org>
21798
21799         Assume automake >= 1.10 for the tests.
21800         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
21801         * modules/arctwo-tests: Likewise.
21802         * modules/argp-tests: Likewise.
21803         * modules/avltree-list-tests: Likewise.
21804         * modules/avltree-oset-tests: Likewise.
21805         * modules/avltreehash-list-tests: Likewise.
21806         * modules/carray-list-tests: Likewise.
21807         * modules/crc-tests: Likewise.
21808         * modules/des-tests: Likewise.
21809         * modules/gc-arcfour-tests: Likewise.
21810         * modules/gc-arctwo-tests: Likewise.
21811         * modules/gc-des-tests: Likewise.
21812         * modules/gc-hmac-md5-tests: Likewise.
21813         * modules/gc-hmac-sha1-tests: Likewise.
21814         * modules/gc-md2-tests: Likewise.
21815         * modules/gc-md4-tests: Likewise.
21816         * modules/gc-md5-tests: Likewise.
21817         * modules/gc-pbkdf2-sha1-tests: Likewise.
21818         * modules/gc-rijndael-tests: Likewise.
21819         * modules/gc-sha1-tests: Likewise.
21820         * modules/gc-tests: Likewise.
21821         * modules/getaddrinfo-tests: Likewise.
21822         * modules/hmac-md5-tests: Likewise.
21823         * modules/hmac-sha1-tests: Likewise.
21824         * modules/linked-list-tests: Likewise.
21825         * modules/linkedhash-list-tests: Likewise.
21826         * modules/lock-tests: Likewise.
21827         * modules/md2-tests: Likewise.
21828         * modules/md4-tests: Likewise.
21829         * modules/md5-tests: Likewise.
21830         * modules/rbtree-list-tests: Likewise.
21831         * modules/rbtree-oset-tests: Likewise.
21832         * modules/rbtreehash-list-tests: Likewise.
21833         * modules/read-file-tests: Likewise.
21834         * modules/rijndael-tests: Likewise.
21835         * modules/stdint-tests: Likewise.
21836         * modules/tls-tests: Likewise.
21837
21838 2007-02-24  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
21841         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
21842         function; instead check whether isnan with a double argument links.
21843         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
21844         function; instead check whether isnan with a 'long double' argument
21845         links.
21846         Reported by Eric Blake <ebb9@byu.net>.
21847
21848 2007-02-24  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
21851         defined.
21852         * lib/isnanl.c: Remove all code. Just include isnan.c.
21853         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
21854
21855 2007-02-25  Jim Meyering  <jim@meyering.net>
21856
21857         Avoid conflicting types for 'unsetenv' on FreeBSD.
21858         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
21859         conflicting with FreeBSD's (5.0 and 6.1) function declaration
21860         in stdlib.h.
21861
21862 2007-02-24  Bruno Haible  <bruno@clisp.org>
21863
21864         * modules/isnanl-nolibm-tests: New file.
21865         * tests/test-isnanl.c: New file.
21866
21867         * modules/isnanl-nolibm: New file.
21868         * lib/isnanl.h: New file.
21869         * lib/isnanl.c: New file.
21870         * m4/isnanl.m4: New file.
21871
21872 2007-02-24  Bruno Haible  <bruno@clisp.org>
21873
21874         * modules/isnan-nolibm-tests: New file.
21875         * tests/test-isnan.c: New file.
21876
21877         * modules/isnan-nolibm: New file.
21878         * lib/isnan.h: New file.
21879         * lib/isnan.c: New file.
21880         * m4/isnan.m4: New file.
21881
21882 2007-02-24  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
21885         assume that an exponent fits in 20 bits.
21886
21887 2007-02-24  Jim Meyering  <jim@meyering.net>
21888
21889         * m4/regex.m4: Update the description of the configure-time option,
21890         --without-included-regex, to state accurately what the defaults are,
21891         and perhaps to give people an idea why using this option is risky.
21892
21893 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21894
21895         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
21896         loops on small arguments.  This attempts to avoid the problem
21897         Bruno Haible reported for AIX 4.3.2 in
21898         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
21899
21900 2007-02-23  Bruno Haible  <bruno@clisp.org>
21901
21902         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
21903         Needed for help2man.
21904
21905 2007-02-23  Karl Berry  <karl@gnu.org>
21906
21907         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
21908         exists, foo.h should be cvs-ignored, not committed.
21909
21910 2007-02-23  Eric Blake  <ebb9@byu.net>
21911
21912         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
21913         * lib/stat-time.h (includes): Likewise.
21914         * lib/utimecmp.c (includes): Likewise.
21915         * lib/utimens.h (includes): Likewise.
21916         * lib/getdate.y (includes): Also include "timespec.h" for use
21917         internal to the module.
21918         * modules/utimens (Depends-on): Revert yesterday's patch.
21919         * modules/nanosleep (Depends-on): Add missing dependency.
21920
21921 2007-02-22  Bruno Haible  <bruno@clisp.org>
21922
21923         * lib/glob.c: Don't include getlogin_r.h.
21924
21925 2007-02-22  Jim Meyering  <jim@meyering.net>
21926
21927         * modules/utimens (Depends-on): Add timespec, required for
21928         utimens.h's inclusion of timespec.h.
21929
21930 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
21933         long unreadable paths in GNU/Linux.  Problem reported by Andreas
21934         Schwab in
21935         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
21936         I'll try to think of a better way to fix the Solaris problem.
21937
21938         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
21939         like glibc; on Solaris 10, it fails with errno == EINVAL.
21940         POSIX says the behavior is unspecified if the first argument is NULL,
21941         so play it safe and never pass NULL to the system getcwd.
21942
21943 2007-02-21  Jim Meyering  <jim@meyering.net>
21944
21945         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
21946         of gettimeofday.  It would conflict with the one now always
21947         provided via sys_time_.h.  Reported by Matthew Woehlke, as
21948         an IRIX 6.5 build failure.
21949
21950 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21951
21952         Minor fixups to port to Solaris 10 with Sun C 5.8.
21953         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
21954         * modules/getcwd (Depends-on): Add dirfd.
21955         * lib/putenv.c (putenv): #undef it.
21956         (rpl_putenv): New decl.
21957         (malloc, free): Include <stdlib.h> rather than prototyping separately.
21958
21959 2007-02-20  Bruno Haible  <bruno@clisp.org>
21960
21961         * modules/stdio-tests: New file.
21962         * tests/test-stdio.c: New file.
21963
21964         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
21965         (Depends-on): Add stdio.
21966         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21967         (Include): Use <stdio.h> instead of vsnprintf.h.
21968         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21969         HAVE_DECL_VSNPRINTF.
21970         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
21971
21972         * modules/snprintf (Files): Remove lib/snprintf.h.
21973         (Depends-on): Add stdio.
21974         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21975         (Include): Use <stdio.h> instead of snprintf.h.
21976         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21977         HAVE_DECL_SNPRINTF.
21978         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
21979         * lib/getaddrinfo.c: Likewise.
21980
21981         * modules/stdio: New file.
21982         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
21983         * lib/snprintf.h: Remove file.
21984         * lib/vsnprintf.h: Remove file.
21985         * lib/.cppi-disable: Remove snprintf.h.
21986         * m4/stdio_h.m4: New file.
21987         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
21988
21989 2007-02-20  Jim Meyering  <jim@meyering.net>
21990
21991         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
21992         used by e.g., mingw.  From Bruno Haible.
21993
21994 2007-02-19  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
21997         warnings.
21998         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21999
22000 2007-02-19  Bruno Haible  <bruno@clisp.org>
22001
22002         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
22003         from mingw users.
22004
22005 2007-02-19  Bruno Haible  <bruno@clisp.org>
22006
22007         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
22008         warnings.
22009         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
22010
22011 2007-02-19  Jim Meyering  <jim@meyering.net>
22012
22013         Don't use FD after a successful "fdopendir (fd)".
22014         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
22015         Reset it by calling dirfd on the just-obtained DIR*.
22016
22017         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
22018         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
22019
22020 2007-02-18  Bruno Haible  <bruno@clisp.org>
22021
22022         * lib/readlink.c: Include <unistd.h>.
22023         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
22024         HAVE_READLINK.
22025         * modules/readlink (Depends-on): Add unistd.
22026         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22027         (Include): Add <unistd.h>.
22028
22029         * lib/getlogin_r.h: Remove file.
22030         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
22031         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
22032         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
22033         HAVE_DECL_GETLOGIN_R.
22034         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
22035         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22036         (Include): Use <unistd.h> instead of getlogin_r.h.
22037
22038         * lib/getcwd.h: Remove file.
22039         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
22040         * lib/xgetcwd.c: Likewise.
22041         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
22042         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
22043         * modules/getcwd (Files): Remove lib/getcwd.h.
22044         (Depends-on): Add unistd.
22045         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22046         (Include): Use <unistd.h> instad of getcwd.h.
22047
22048         * lib/ftruncate.c: Include <unistd.h> first.
22049         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
22050         Set HAVE_FTRUNCATE.
22051         * modules/ftruncate (Depends-on): Add unistd.
22052         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22053
22054         * lib/fchdir.c: Include <unistd.h> first.
22055         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
22056         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
22057         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
22058         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22059         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
22060
22061         * lib/dup2.c: Include <unistd.h> first.
22062         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
22063         HAVE_DUP2.
22064         * modules/dup2 (Depends-on): Add unistd.
22065         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22066
22067         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
22068         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
22069         REPLACE_CHOWN. Don't define chown as a macro here.
22070         * modules/chown (Depends-on): Add unistd.
22071         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22072
22073         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
22074         Add definition for GL_LINK_WARNING.
22075         (chown, dup2): New declarations.
22076         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
22077         link warning.
22078         (ftruncate): New declaration.
22079         (getcwd): New declaration, taken from old getcwd.h.
22080         (getlogin_r): New declaration, taken from old getlogin_r.h.
22081         (readlink): New declaration.
22082         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
22083         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
22084         (gl_PREREQ_UNISTD): Remove macro.
22085         (gl_UNISTD_MODULE_INDICATOR): New macro.
22086         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
22087         many new variables. Don't set UNISTD_H.
22088         * modules/unistd (Description): Change.
22089         (Depends-on): Add link-warning.
22090         (configure.ac): Update.
22091         (Makefile.am): Create unistd.h always. Substitute many new variables
22092         into it.
22093
22094 2007-02-18  Bruno Haible  <bruno@clisp.org>
22095
22096         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
22097         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
22098         HAVE_GETSUBOPT.
22099         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
22100         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
22101         * lib/getsubopt.h: Remove file.
22102         * modules/getsubopt (Files): Remove lib/getsubopt.h.
22103         (Depends-on): Add stdlib.
22104         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22105         (Includes): Use <stdlib.h> instead of getsubopt.h.
22106         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
22107         Set HAVE_GETSUBOPT.
22108         * lib/getsubopt.c: Don't include getsubopt.h.
22109
22110 2007-02-18  Bruno Haible  <bruno@clisp.org>
22111
22112         * modules/fchdir (Depends-on): Add dup2.
22113
22114 2007-02-18  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/stdlib_.h: Handle glibc's special invocation convention
22117         specially.
22118
22119 2007-02-18  Bruno Haible  <bruno@clisp.org>
22120
22121         * modules/stdlib-tests: New file.
22122         * tests/test-stdlib.c: New file.
22123
22124         * modules/mkstemp (Files): Remove lib/mkstemp.h.
22125         (Depends-on): Add stdlib.
22126         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22127         (Includes): Use <stdlib.h> instead of mkstemp.h.
22128         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22129         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
22130         * lib/mkstemp.c: Don't include mkstemp.h.
22131         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
22132         * lib/stdlib--.h: Don't include mkstemp.h.
22133
22134         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
22135         (Depends-on): Add stdlib.
22136         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22137         (Includes): Use <stdlib.h> instead of mkdtemp.h.
22138         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22139         HAVE_MKDTEMP.
22140         * lib/mkdtemp.c: Don't include mkdtemp.h.
22141         * lib/clean-temp.c: Don't include mkdtemp.h.
22142
22143         * modules/exit (Files): Remove lib/exit.h.
22144         (Depends-on): Add stdlib.
22145         (Makefile.am): Remove lib_SOURCES.
22146         (Include): Use <stdlib.h> instead of exit.h.
22147         * lib/argmatch.c: Don't include exit.h.
22148         * lib/execute.c: Likewise.
22149         * lib/pagealign_alloc.c: Likewise.
22150         * lib/pipe.c: Likewise.
22151         * lib/wait-process.c: Likewise.
22152         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
22153         * lib/exitfail.c: Likewise.
22154         * lib/savewd.c: Likewise.
22155         * lib/xsetenv.c: Likewise.
22156
22157         * modules/stdlib: New file.
22158         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
22159         and extra comments about mkstemp().
22160         * lib/exit.h: Remove file.
22161         * lib/mkdtemp.h: Remove file.
22162         * lib/mkstemp.h: Remove file.
22163         * m4/stdlib_h.m4: New file.
22164         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
22165
22166 2007-02-18  Bruno Haible  <bruno@clisp.org>
22167
22168         * modules/math-tests: New file.
22169         * tests/test-math.c: New file.
22170
22171         * modules/math: New file.
22172         * modules/mathl (Files): Remove lib/mathl.h.
22173         (Depends-on): Add math.
22174         (Makefile.am): Don't mention mathl.h.
22175         (Include): Use <math.h> instead of mathl.h.
22176         * lib/math_.h: New file.
22177         * lib/mathl.h: Remove file.
22178         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
22179         mathl.h.
22180         * lib/asinl.c: Likewise.
22181         * lib/atanl.c: Likewise.
22182         * lib/ceill.c: Likewise.
22183         * lib/cosl.c: Likewise.
22184         * lib/expl.c: Likewise.
22185         * lib/floorl.c: Likewise.
22186         * lib/frexpl.c: Likewise.
22187         * lib/ldexpl.c: Likewise.
22188         * lib/logl.c: Likewise.
22189         * lib/sincosl.c: Likewise.
22190         * lib/sinl.c: Likewise.
22191         * lib/sqrtl.c: Likewise.
22192         * lib/tanl.c: Likewise.
22193         * lib/trigl.c: Likewise.
22194         * m4/math_h.m4: New file.
22195         * MODULES.html.sh (Mathematics): Add math.
22196
22197 2007-02-17  Bruno Haible  <bruno@clisp.org>
22198
22199         * modules/wctype-tests: New file.
22200         * tests/test-wctype.c: New file.
22201
22202         * modules/wchar-tests: New file.
22203         * tests/test-wchar.c: New file.
22204
22205         * modules/unistd-tests: New file.
22206         * tests/test-unistd.c: New file.
22207
22208         * modules/time-tests: New file.
22209         * tests/test-time.c: New file.
22210
22211         * modules/sysexits-tests: New file.
22212         * tests/test-sysexits.c: New file.
22213
22214         * modules/sys_time-tests: New file.
22215         * tests/test-sys_time.c: New file.
22216
22217         * modules/sys_stat-tests: New file.
22218         * tests/test-sys_stat.c: New file.
22219
22220         * modules/sys_socket-tests: New file.
22221         * tests/test-sys_socket.c: New file.
22222
22223         * modules/sys_select-tests: New file.
22224         * tests/test-sys_select.c: New file.
22225
22226         * modules/string-tests: New file.
22227         * tests/test-string.c: New file.
22228
22229         * modules/stdbool-tests: New file.
22230         * tests/test-stdbool.c: New file.
22231
22232         * modules/netinet_in-tests: New file.
22233         * tests/test-netinet_in.c: New file.
22234
22235         * modules/inttypes-tests: New file.
22236         * tests/test-inttypes.c: New file.
22237
22238         * modules/fcntl-tests: New file.
22239         * tests/test-fcntl.c: New file.
22240
22241         * modules/byteswap-tests: New file.
22242         * tests/test-byteswap.c: New file.
22243
22244         * modules/arpa_inet-tests: New file.
22245         * tests/test-arpa_inet.c: New file.
22246
22247 2007-02-17  Bruno Haible  <bruno@clisp.org>
22248
22249         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
22250         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
22251         if the corresponding module is not enabled. Emit link warnings if
22252         the function is used nevertheless.
22253         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
22254         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
22255         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
22256         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
22257         * modules/inttypes (Depends-on): Add link-warning.
22258         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22259         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
22260         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
22261         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
22262         * modules/imaxdiv (configure.ac): Likewise.
22263         * modules/strtoimax (configure.ac): Likewise.
22264         * modules/strtoumax (configure.ac): Likewise.
22265
22266 2007-02-17  Bruno Haible  <bruno@clisp.org>
22267
22268         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
22269         gl_STRING_MODULE_INDICATOR_DEFAULTS.
22270         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
22271         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
22272
22273 2007-02-17  Bruno Haible  <bruno@clisp.org>
22274
22275         * modules/link-warning: New file.
22276         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
22277         * lib/string_.h (GL_LINK_WARNING): Remove definition.
22278         * modules/string (Depends-on): Add link-warning.
22279         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22280         string.h.
22281         * MODULES.html.sh (Support for building libraries and executables): Add
22282         link-warning.
22283
22284 2007-02-17  Bruno Haible  <bruno@clisp.org>
22285
22286         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
22287         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
22288         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
22289         long lines.
22290
22291 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
22292             Bruno Haible  <bruno@clisp.org>
22293
22294         * modules/tmpfile: New file.
22295         * lib/tmpfile.c: New file.
22296         * m4/tmpfile.m4: New file.
22297         * MODULES.html.sh (func_all_modules): New section "Input/output".
22298
22299 2007-02-15  Bruno Haible  <bruno@clisp.org>
22300
22301         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
22302         (supports_delete_on_close): New function.
22303         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
22304
22305 2007-02-14  Bruno Haible  <bruno@clisp.org>
22306
22307         * modules/mbspcasecmp-tests: New file.
22308         * tests/test-mbspcasecmp.sh: New file.
22309         * tests/test-mbspcasecmp.c: New file.
22310
22311         New module mbspcasecmp.
22312         * modules/mbspcasecmp: New file.
22313         * lib/mbspcasecmp.c: New file.
22314         * lib/string_.h (strncasecmp): Change warning message.
22315         (mbspcasecmp): New declaration.
22316         * m4/mbspcasecmp.m4: New file.
22317         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22318         GNULIB_MBSPCASECMP.
22319         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
22320         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
22321
22322 2007-02-14  Bruno Haible  <bruno@clisp.org>
22323
22324         * modules/mbsncasecmp-tests: New file.
22325         * tests/test-mbsncasecmp.sh: New file.
22326         * tests/test-mbsncasecmp.c: New file.
22327
22328         New module mbsncasecmp.
22329         * modules/mbsncasecmp: New file.
22330         * lib/mbsncasecmp.c: New file.
22331         * lib/string_.h (mbsncasecmp): New declaration.
22332         * m4/mbsncasecmp.m4: New file.
22333         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22334         GNULIB_MBSNCASECMP.
22335         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
22336         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
22337
22338 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22339
22340         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
22341         Verify that it doesn't overlap with our flags.
22342         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
22343         do not have the desired effect in multibyte locales; instead, use
22344         mbscasecmp.
22345         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
22346         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
22347         we don't require GNU fnmatch ourselves (if our users require it, they
22348         should do so explicitly).
22349
22350         Fix regex code so it doesn't rely on strcasecmp.
22351         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
22352         Otherwise, include gnulib's langinfo.h.
22353         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
22354         undesirable behavior in non-C locales.  Instead, rely on localecharset.
22355         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
22356         * modules/regex (FILES): Remove m4/codeset.m4.
22357         (Depends-on): Add localcharset.  Remove strcase.
22358
22359 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22360
22361         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
22362         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
22363
22364 2007-02-13  Bruno Haible  <bruno@clisp.org>
22365
22366         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
22367         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22368
22369 2007-02-12  Bruno Haible  <bruno@clisp.org>
22370
22371         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22372         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
22373         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
22374         time warning rather than a link error.
22375
22376 2007-02-12  Bruno Haible  <bruno@clisp.org>
22377
22378         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
22379         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22380         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22381
22382 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22383
22384         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
22385         args, not 2.
22386
22387 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22388
22389         New module 'time', so that apps can include <time.h> as per
22390         POSIX and GNU instead of separate include files like time_r.h
22391         and timegm.h.  This implementation tries out a simpler approach
22392         for replacing decls in standard include files (as compared to
22393         the string module), somewhat as an experiment.
22394
22395         * config/srclist.txt: Comment out mktime.c for now.
22396         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
22397         since it doesn't apply any more.  Use generic wording instead.
22398         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
22399         'time'.
22400         * lib/time_.h, m4/time_h.m4, modules/time: New files.
22401         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
22402         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
22403         Don't include <sys/types.h>; no longer needed since we assume C89.
22404         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
22405         * lib/strftime.c: Likewise.
22406         * lib/time_r.c: Likewise.
22407         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
22408         * lib/nanosleep.c: Include <time.h> first, to check interface.
22409         * lib/strptime.c: Likewise.
22410         * lib/time_r.c: Likewise.
22411         * lib/timegm.c: Likewise.
22412         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
22413         needed.
22414         * lib/timegm.c: Don't include timegm.h; no longer needed.
22415         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
22416         time.h now handles any problems in that area.
22417         (struct timespec, nanosleep): Remove; time.h now arranges for these.
22418         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
22419         that time.h defines struct timespec.
22420         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
22421         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
22422         handles that.
22423         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
22424         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
22425         needed.  Set REPLACE_LOCALTIME.
22426         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
22427         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
22428         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
22429         nanosleep; time_h.m4 now does that.  Don't require
22430         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
22431         module handles this now.
22432         * modules/getdate (Depends-on): Remove timespec.  Add time.
22433         * modules/nanosleep (Depends-on): Likewise.
22434         * modules/stat-time (Depends-on): Likewise.
22435         * modules/nanosleep (Include): Include time.h, not timespec.h.
22436         * modules/strptime (Files): Remove lib/strptime.h.
22437         (Depends-on): Add extensions, time.
22438         (Include): Include time.h, not strptime.h.
22439         * modules/time_r (Files): Remove lib/time_r.h.
22440         (Depends-on): Add time.
22441         (Include): Include time.h, not time_r.h.
22442         * modules/timegm: Likewise.
22443         * modules/timespec (Description): Now does timespec-related decls
22444         of our own, instead of struct timespec itself.
22445         (Depends-on): Add time; remove extensions.
22446         (Maintainer): Add self.
22447         * modules/utimecmp (Depends-on): Add time; remove timespec.
22448         * modules/utimens (Depends-on): Likewise.
22449         * modules/xnanosleep (Depends-on): Likewise.
22450
22451 2007-02-11  Bruno Haible  <bruno@clisp.org>
22452
22453         * lib/c-strstr.c: Include allocsa.h.
22454         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22455         * lib/c-strcasestr.c: Include allocsa.h.
22456         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22457         * lib/strcasestr.c: Include allocsa.h.
22458         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22459         * lib/mbsstr.c: Include allocsa.h.
22460         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22461         allocsa/freesa instead of malloc/free.
22462         * lib/mbscasestr.c: Include allocsa.h.
22463         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22464         allocsa/freesa instead of malloc/free.
22465         * modules/c-strstr (Depends-on): Add allocsa.
22466         * modules/c-strcasestr (Depends-on): Likewise.
22467         * modules/strcasestr (Depends-on): Likewise.
22468         * modules/mbsstr (Depends-on): Likewise.
22469         * modules/mbscasestr (Depends-on): Likewise.
22470
22471 2007-02-11  Bruno Haible  <bruno@clisp.org>
22472
22473         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
22474
22475         * modules/mbsspn-tests: New file.
22476         * tests/test-mbsspn.sh: New file.
22477         * tests/test-mbsspn.c: New file.
22478
22479 2007-02-11  Bruno Haible  <bruno@clisp.org>
22480
22481         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
22482
22483         * modules/mbspbrk-tests: New file.
22484         * tests/test-mbspbrk.sh: New file.
22485         * tests/test-mbspbrk.c: New file.
22486
22487 2007-02-11  Bruno Haible  <bruno@clisp.org>
22488
22489         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
22490         unneeded cast.
22491
22492         * modules/mbscspn-tests: New file.
22493         * tests/test-mbscspn.sh: New file.
22494         * tests/test-mbscspn.c: New file.
22495
22496 2007-02-11  Bruno Haible  <bruno@clisp.org>
22497
22498         * modules/mbscasecmp-tests: New file.
22499         * tests/test-mbscasecmp.sh: New file.
22500         * tests/test-mbscasecmp.c: New file.
22501
22502 2007-02-11  Bruno Haible  <bruno@clisp.org>
22503
22504         Ensure O(n) worst-case complexity of mbscasestr.
22505         * lib/mbscasestr.c: Include stdbool.h.
22506         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22507         functions.
22508         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
22509         the bookkeeping indicates that it's worth it.
22510         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
22511
22512         * modules/mbscasestr-tests: New file.
22513         * tests/test-mbscasestr1.c: New file.
22514         * tests/test-mbscasestr2.sh: New file.
22515         * tests/test-mbscasestr2.c: New file.
22516         * tests/test-mbscasestr3.sh: New file.
22517         * tests/test-mbscasestr3.c: New file.
22518         * tests/test-mbscasestr4.sh: New file.
22519         * tests/test-mbscasestr4.c: New file.
22520         * m4/locale-tr.m4: New file.
22521
22522 2007-02-11  Bruno Haible  <bruno@clisp.org>
22523
22524         Ensure O(n) worst-case complexity of mbsstr.
22525         * lib/mbsstr.c: Include stdbool.h.
22526         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22527         functions.
22528         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
22529         bookkeeping indicates that it's worth it.
22530         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
22531
22532         * modules/mbsstr-tests: New file.
22533         * tests/test-mbsstr1.c: New file.
22534         * tests/test-mbsstr2.sh: New file.
22535         * tests/test-mbsstr2.c: New file.
22536         * tests/test-mbsstr3.sh: New file.
22537         * tests/test-mbsstr3.c: New file.
22538         * m4/locale-fr.m4: New file.
22539
22540 2007-02-11  Bruno Haible  <bruno@clisp.org>
22541
22542         * lib/mbsrchr.c (mbsrchr): Fix bug.
22543
22544         * modules/mbsrchr-tests: New file.
22545         * tests/test-mbsrchr.sh: New file.
22546         * tests/test-mbsrchr.c: New file.
22547
22548 2007-02-11  Bruno Haible  <bruno@clisp.org>
22549
22550         * lib/mbschr.c (mbschr): Fix bug.
22551
22552         * modules/mbschr-tests: New file.
22553         * tests/test-mbschr.sh: New file.
22554         * tests/test-mbschr.c: New file.
22555         * m4/locale-zh.m4: New file.
22556
22557 2007-02-11  Bruno Haible  <bruno@clisp.org>
22558
22559         Support for copying multibyte string iterators.
22560         * lib/mbiter.h: Include <string.h>.
22561         (mbiter_multi_copy): New function.
22562         (mbi_copy): New macro.
22563         * lib/mbuiter.h: Include <string.h>.
22564         (mbuiter_multi_copy): New function.
22565         (mbui_copy): New macro.
22566
22567 2007-02-11  Bruno Haible  <bruno@clisp.org>
22568
22569         New module mbslen.
22570         * modules/mbslen: New file.
22571         * lib/mbslen.c: New file.
22572         * lib/string_.h (mbslen): New declaration.
22573         * m4/mbslen.m4: New file.
22574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22575         GNULIB_MBSLEN.
22576         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
22577         * MODULES.html.sh (Internationalization functions): Add mbslen.
22578
22579 2007-02-11  Bruno Haible  <bruno@clisp.org>
22580
22581         Ensure O(n) worst-case complexity of strcasestr substitute.
22582         * lib/strcasestr.c: Include stdbool.h.
22583         (knuth_morris_pratt): New function.
22584         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22585         bookkeeping indicates that it's worth it.
22586         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
22587
22588         * modules/strcasestr-tests: New file.
22589         * tests/test-strcasestr.c: New file.
22590
22591 2007-02-11  Bruno Haible  <bruno@clisp.org>
22592
22593         Ensure O(n) worst-case complexity of c_strcasestr.
22594         * lib/c-strcasestr.c: Include stdbool.h, string.h.
22595         (knuth_morris_pratt): New function.
22596         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
22597         the bookkeeping indicates that it's worth it.
22598         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
22599
22600         * modules/c-strcasestr-tests: New file.
22601         * tests/test-c-strcasestr.c: New file.
22602
22603 2007-02-11  Bruno Haible  <bruno@clisp.org>
22604
22605         Ensure O(n) worst-case complexity of c_strstr.
22606         * lib/c-strstr.c: Include stdbool.h, string.h.
22607         (knuth_morris_pratt): New function.
22608         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22609         bookkeeping indicates that it's worth it.
22610         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
22611
22612         * lib/c-strstr.c: Complete rewrite for maintainability.
22613
22614         * modules/c-strstr-tests: New file.
22615         * tests/test-c-strstr.c: New file.
22616
22617 2007-02-11  Bruno Haible  <bruno@clisp.org>
22618
22619         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
22620         5.2.1 and earlier, whereby \055 was treated just like the range
22621         delimiter '-'.
22622         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22623
22624 2007-02-08  Bruno Haible  <bruno@clisp.org>
22625
22626         * modules/regex (Depends-on): Add stdbool.
22627         Reported by Dalibor Topic <robilad@kaffe.org>.
22628
22629 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22630
22631         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
22632         Prefer returning from main to exiting from it.
22633         Remove unnecessary parens after sizeof.
22634
22635 2007-02-05  Bruno Haible  <bruno@clisp.org>
22636
22637         New module mbssep.
22638         * modules/mbssep: New file.
22639         * lib/mbssep.c: New file.
22640         * lib/string_.h (strsep): Add a conditional link warning.
22641         (mbssep): New declaration.
22642         * m4/mbssep.m4: New file.
22643         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22644         GNULIB_MBSSEP.
22645         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
22646         * MODULES.html.sh (Internationalization functions): Add mbssep.
22647
22648 2007-02-05  Bruno Haible  <bruno@clisp.org>
22649
22650         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
22651         Optimize search in case of 1 delimiter.
22652
22653 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22654
22655         * lib/acl.h: Include sys/types.h before sys/acl.h.
22656
22657 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22658
22659         Merge upstream fix for glibc bugzilla #3957:
22660
22661         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
22662
22663         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
22664         bit for RE_HAT_LISTS_NOT_NEWLINE.
22665         (build_charclass_op): Remove bogus comment.
22666
22667 2007-02-05  Simon Josefsson  <simon@josefsson.org>
22668
22669         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
22670
22671 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22672
22673         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
22674         * lib/memmem.c [!defined _LIBC]: Include config.h.
22675
22676 2007-02-04  Bruno Haible  <bruno@clisp.org>
22677
22678         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
22679         warning message.
22680
22681 2007-02-04  Bruno Haible  <bruno@clisp.org>
22682
22683         New module mbstok_r.
22684         * modules/mbstok_r: New file.
22685         * lib/mbstok_r.c: New file.
22686         * lib/string_.h (strtok_r): Change argument names to match the
22687         comments. Add a conditional link warning.
22688         (mbstok_r): New declaration.
22689         * m4/mbstok_r.m4: New file.
22690         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22691         GNULIB_MBSTOK_R.
22692         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
22693         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
22694
22695 2007-02-04  Bruno Haible  <bruno@clisp.org>
22696
22697         New module mbsspn.
22698         * modules/mbsspn: New file.
22699         * lib/mbsspn.c: New file.
22700         * lib/string_.h (strspn): Add a conditional link warning.
22701         (mbsspn): New declaration.
22702         * m4/mbsspn.m4: New file.
22703         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22704         GNULIB_MBSSPN.
22705         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
22706         * MODULES.html.sh (Internationalization functions): Add mbsspn.
22707
22708 2007-02-04  Bruno Haible  <bruno@clisp.org>
22709
22710         New module mbspbrk.
22711         * modules/mbspbrk: New file.
22712         * lib/mbspbrk.c: New file.
22713         * lib/string_.h (strpbrk): Add a conditional link warning.
22714         (mbspbrk): New declaration.
22715         * m4/mbspbrk.m4: New file.
22716         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22717         GNULIB_MBSPBRK.
22718         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
22719         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
22720
22721 2007-02-04  Bruno Haible  <bruno@clisp.org>
22722
22723         New module mbscspn.
22724         * modules/mbscspn: New file.
22725         * lib/mbscspn.c: New file.
22726         * lib/string_.h (strcspn): Add a conditional link warning.
22727         (mbscspn): New declaration.
22728         * m4/mbscspn.m4: New file.
22729         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22730         GNULIB_MBSCSPN.
22731         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
22732         * MODULES.html.sh (Internationalization functions): Add mbscspn.
22733
22734 2007-02-04  Bruno Haible  <bruno@clisp.org>
22735
22736         New module mbscasestr, reduced goal of strcasestr.
22737         * modules/mbscasestr: New file.
22738         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
22739         (mbscasestr): Renamed from strcasestr.
22740         * lib/strcasestr.c: Don't include mbuiter.h.
22741         (strcasestr): Remove support for multibyte locales.
22742         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
22743         Change the conditional link warning.
22744         (mbscasestr): New declaration.
22745         * m4/mbscasestr.m4: New file.
22746         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
22747         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
22748         REPLACE_STRCASESTR.
22749         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
22750         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22751         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22752         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
22753         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
22754         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22755         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
22756         (Depends-on): Remove mbuiter.
22757         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
22758
22759 2007-02-04  Bruno Haible  <bruno@clisp.org>
22760
22761         Simplify handling of strncasecmp.
22762         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
22763         the conditional link warning.
22764         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22765         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
22766         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
22767         * modules/strcase (configure.ac): Don't invoke
22768         gl_STRING_MODULE_INDICATOR.
22769         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
22770
22771 2007-02-04  Bruno Haible  <bruno@clisp.org>
22772
22773         New module mbscasecmp, reduced goal of strcasecmp.
22774         * modules/mbscasecmp: New file.
22775         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
22776         (mbscasecmp): Renamed from strcasecmp.
22777         * lib/strcasecmp.c: Don't include mbuiter.h.
22778         (strcasecmp): Remove support for multibyte locales.
22779         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
22780         Change the conditional link warning.
22781         (mbscasecmp): New declaration.
22782         * m4/mbscasecmp.m4: New file.
22783         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
22784         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
22785         REPLACE_STRCASECMP.
22786         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
22787         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22788         GNULIB_MBSCASECMP.
22789         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
22790         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
22791         * modules/strcase (Files): Remove m4/mbrtowc.m4.
22792         (Depends-on): Remove mbuiter.
22793         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
22794
22795 2007-02-04  Bruno Haible  <bruno@clisp.org>
22796
22797         New module mbsstr. Remove module strstr.
22798         * modules/mbsstr: New file.
22799         * modules/strstr: Remove file.
22800         * lib/mbsstr.c: Renamed from lib/strstr.c.
22801         (mbsstr): Renamed from strstr.
22802         * lib/string_.h (strstr): Remove declaration. Change the conditional
22803         link warning.
22804         (mbsstr): New declaration.
22805         * m4/mbsstr.m4: New file.
22806         * m4/strstr.m4: Remove file.
22807         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
22808         REPLACE_STRSTR.
22809         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
22810         Don't initialize GNULIB_STRSTR.
22811         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
22812         substitute GNULIB_STRSTR and REPLACE_STRSTR.
22813         * MODULES.html.sh (Internationalization functions): Add mbsstr.
22814         (Support for systems lacking ANSI C 89): Remove strstr.
22815
22816 2007-02-04  Bruno Haible  <bruno@clisp.org>
22817
22818         New module mbsrchr.
22819         * modules/mbsrchr: New file.
22820         * lib/mbsrchr.c: New file.
22821         * lib/string_.h (strrchr): Add a conditional link warning.
22822         (mbsrchr): New declaration.
22823         * m4/mbsrchr.m4: New file.
22824         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22825         GNULIB_MBSRCHR.
22826         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
22827         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
22828
22829 2007-02-04  Bruno Haible  <bruno@clisp.org>
22830
22831         New module mbschr.
22832         * modules/mbschr: New file.
22833         * lib/mbschr.c: New file.
22834         * lib/string_.h (strchr): Add a conditional link warning.
22835         (mbschr): New declaration.
22836         * m4/mbschr.m4: New file.
22837         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22838         GNULIB_MBSCHR.
22839         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
22840         * MODULES.html.sh (Internationalization functions): Add mbschr.
22841
22842 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22843
22844         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
22845
22846         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
22847
22848 2007-02-04  Bruno Haible  <bruno@clisp.org>
22849
22850         New module description section 'configure.ac-early'.
22851         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
22852         (func_get_autoconf_early_snippet): New function.
22853         (func_import, func_create_testdir): Use it. Remove special cases for
22854         modules 'extensions' and 'lock'.
22855         * modules/extensions (configure.ac-early): Require
22856         gl_USE_SYSTEM_EXTENSIONS.
22857         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
22858
22859 2007-02-04  Bruno Haible  <bruno@clisp.org>
22860
22861         Make use of gcj-4.3's -fsource and -ftarget option.
22862         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
22863         and if so try the options -fsource and -ftarget.
22864         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
22865         source_version, ftarget_option, target_version arguments.
22866         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
22867         (is_envjavac_oldgcj_14_14_usable): Renamed from
22868         is_envjavac_gcj_14_14_usable.
22869         (is_envjavac_oldgcj_14_13_usable): Renamed from
22870         is_envjavac_gcj_14_13_usable.
22871         (is_gcj_present): Update.
22872         (is_gcj_43, is_gcj43_usable): New functions.
22873         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
22874         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
22875         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
22876         try the options -fsource and -ftarget.
22877
22878 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22879
22880         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
22881         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
22882         larger value.
22883
22884 2007-02-03  Jim Meyering  <jim@meyering.net>
22885
22886         Give tools a better chance to allocate space for very large buffers.
22887         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
22888
22889         Make pwd and readlink work also when run with an unreadable parent dir
22890         on systems with openat support.
22891         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
22892         provided getcwd function, even when we have openat support.
22893         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
22894
22895 2007-02-02  Bruno Haible  <bruno@clisp.org>
22896
22897         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22898         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
22899         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
22900         portability problems if one of these functions is only used on specific
22901         platforms.
22902         Reported by Paul Eggert.
22903
22904 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
22905
22906         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
22907         is causing more trouble than it's curing.
22908         * lib/regex_internal.h (__mempcpy): Remove.
22909         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
22910         (and make the code a tad smaller to boot).
22911         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
22912
22913 2007-02-02  Jim Meyering  <jim@meyering.net>
22914
22915         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
22916         section, not in the Makefile.am: one.
22917
22918 2007-02-02  Eric Blake  <ebb9@byu.net>
22919
22920         * lib/strchrnul.c: Always include config.h first.
22921
22922         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
22923         gnulib strstr is not necessary here.
22924
22925 2007-02-02  Simon Josefsson  <simon@josefsson.org>
22926
22927         * m4/socklen.m4: Fix typo.
22928
22929 2007-02-02  Eric Blake  <ebb9@byu.net>
22930
22931         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
22932         * modules/netinet_in (Makefile.am): Likewise.
22933
22934 2007-02-01  Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/string_.h (GL_LINK_WARNING): New macro.
22937         (strcasecmp, strstr, strcasestr): If provided by the system,
22938         conditionally define as a macro that leads to a warning instead of to
22939         an error.
22940         (strncasecmp): Conditionally define as a macro that leads to a warning.
22941
22942 2007-02-01  Karl Berry  <karl@gnu.org>
22943
22944         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22945
22946 2007-02-01  Bruno Haible  <bruno@clisp.org>
22947
22948         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
22949         renamings.
22950
22951 2007-02-01  Eric Blake  <ebb9@byu.net>
22952
22953         * modules/regex (Depends-on): Revert dependence on mempcpy.
22954         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
22955         module's definition of mempcpy.
22956         Reported by Paul Eggert.
22957
22958 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22959
22960         * lib/string_.h: If the gnulib module XYZ is not present, undefine
22961         the symbol XYZ before redefining it.  This fixes a problem with
22962         programs that don't use XYZ, when compiled on systems that define
22963         XYZ to something else.
22964
22965 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
22966
22967         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
22968         occurs when "mkdir -m foo" creates a setgid directory that is (1)
22969         writeable to group or other and (2) is intended to have a special
22970         mode bit that is set or cleared.  In such a case, the directory
22971         should be neither group- nor other-writeable until the special
22972         mode bits are right.
22973
22974 2007-01-31  Eric Blake  <ebb9@byu.net>
22975
22976         * modules/mountlist (Depends-on): Add strstr.
22977
22978         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
22979         bug.
22980         * modules/string (Makefile.am): Remove redundant replacement.
22981         * modules/regex (Depends-on): Add mempcpy.
22982
22983 2007-01-31  Bruno Haible  <bruno@clisp.org>
22984
22985         New module description field 'Link'.
22986         * gnulib-tool (func_usage): Document --extract-link-directive.
22987         (sed_extract_prog): Recognize 'Link' directive.
22988         (func_get_link_directive): New function.
22989         (func_import): Show summary of link directives.
22990         Handle --extract-link-directive option.
22991         * modules/acl (Link): New section.
22992         * modules/clock-time (Link): New section.
22993         * modules/euidaccess (Link): New section.
22994         * modules/gettext (Link): New section.
22995         * modules/iconv (Link): New section.
22996         * modules/lock (Link): New section.
22997         * modules/nanosleep (Link): New section.
22998         * modules/readline (Link): New section.
22999
23000 2007-01-27  Bruno Haible  <bruno@clisp.org>
23001
23002         Enforce the use of gnulib modules for unportable <string.h> functions.
23003         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
23004         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
23005         (gl_HEADER_STRING_H_BODY): Require it.
23006         * lib/string_.h: If the gnulib module XYZ is not present, redefine
23007         the symbol XYZ to one that gives a link error.
23008         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
23009         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
23010         * modules/mempcpy (configure.ac): Likewise.
23011         * modules/memrchr (configure.ac): Likewise.
23012         * modules/stpcpy (configure.ac): Likewise.
23013         * modules/stpncpy (configure.ac): Likewise.
23014         * modules/strcase (configure.ac): Likewise.
23015         * modules/strcasestr (configure.ac): Likewise.
23016         * modules/strchrnul (configure.ac): Likewise.
23017         * modules/strdup (configure.ac): Likewise.
23018         * modules/strndup (configure.ac): Likewise.
23019         * modules/strnlen (configure.ac): Likewise.
23020         * modules/strpbrk (configure.ac): Likewise.
23021         * modules/strsep (configure.ac): Likewise.
23022         * modules/strstr (configure.ac): Likewise.
23023         * modules/strtok_r (configure.ac): Likewise.
23024
23025 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
23026
23027         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
23028
23029 2007-01-30  Jim Meyering  <jim@meyering.net>
23030
23031         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
23032
23033 2007-01-29  Bruno Haible  <bruno@clisp.org>
23034
23035         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
23036         * lib/execute.c: Likewise.
23037         * lib/pipe.c: Likewise.
23038         * lib/printf-args.h: Likewise.
23039         * lib/printf-args.c: Likewise.
23040         * lib/printf-parse.c: Likewise.
23041         * lib/vasnprintf.c: Likewise.
23042
23043 2007-01-29  Eric Blake  <ebb9@byu.net>
23044
23045         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
23046         declaration.
23047
23048 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
23049
23050         * lib/strptime.h (strptime): Use 'restrict' for args where
23051         POSIX requires this.
23052         * lib/strptime.c (strptime): Likewise.
23053         Change license notice from LGPL to GPL, since gnulib-tool will
23054         change this as needed.
23055         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
23056         defined.
23057         Include "strptime.h" first, to check interface.
23058         Do not #undef _LIBC and _NL_CURRENT.
23059         Do not include <stdlib.h>; no longer needed.
23060         Include "time_r.h" and declare ptime_locale_status
23061         only if _LIBC is not defined.
23062         (__P): Remove unused macro.
23063         (match_string): Bring back glibc version, but use it only if _LIBC
23064         is defined.
23065         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
23066         Remove unnecessary assertion and abort() call.
23067         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
23068         * m4/strptime.m4: Fix serial number comment.
23069         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
23070         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
23071         (Depends-on): Add time_r.
23072
23073 2007-01-29  Bruno Haible  <bruno@clisp.org>
23074
23075         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23076         strptime.
23077         * modules/strptime (Depends-on): Add stdbool.
23078         * lib/strptime.h: Include <time.h> always. Add comments.
23079
23080 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23081
23082         * modules/strptime: New file.
23083         * lib/strptime.h: New file.
23084         * lib/strptime.c: New file.
23085         * m4/strptime.m4: New file.
23086
23087 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23088
23089         * MODULES.html.sh: New module mpsort.
23090         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
23091
23092         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
23093         a circularity problem with HP-UX ia64 reported by Bob Proulx in
23094         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
23095         All uses changed.
23096         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
23097         All uses changed.
23098         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
23099         to _Restrict_.
23100         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
23101         the parameter matches the prototype.
23102
23103 2007-01-28  Jim Meyering  <jim@meyering.net>
23104
23105         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
23106         sys/time.h here, reverting that part of the previous patch:
23107         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
23108
23109 2007-01-28  Bruno Haible  <bruno@clisp.org>
23110
23111         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
23112         value of $(SYS_TIME_H).
23113         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
23114         remove it conditionally, too. [added by Jim Meyering]
23115         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
23116         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23117         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
23118         GETTIMEOFDAY_REPLACEMENT to 1.
23119
23120 2007-01-28  Bruno Haible  <bruno@clisp.org>
23121
23122         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
23123         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
23124         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
23125         Set UNISTD_H instead of UNISTD_H2.
23126         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
23127
23128 2007-01-28  Bruno Haible  <bruno@clisp.org>
23129
23130         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
23131         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
23132
23133 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23134
23135         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
23136         (func_create_testdir): Ensure C locale for `grep' and `tr'
23137         character ranges.
23138         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
23139         ACLOCAL_AMFLAGS parsing state machine.
23140
23141 2007-01-27  Bruno Haible  <bruno@clisp.org>
23142
23143         * modules/unistr/base: Update.
23144
23145 2007-01-27  Bruno Haible  <bruno@clisp.org>
23146
23147         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
23148         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
23149         * modules/unistr/u32-mbtouc-unsafe: Renamed from
23150         modules/unistr/u32-mbtouc.
23151         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
23152         * lib/unistr.h: Update.
23153         * lib/linebreak.c: Update.
23154         * modules/unistr/u32-mbtouc: Renamed from
23155         modules/unistr/u32-mbtouc-safe.
23156         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
23157         * lib/unistr.h: Update.
23158         * lib/unistr/u32-to-u8.c: Update.
23159         * lib/unistr/u32-to-u16.c: Update.
23160
23161 2007-01-27  Bruno Haible  <bruno@clisp.org>
23162
23163         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
23164         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
23165         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
23166         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
23167         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
23168         * modules/unistr/u16-mbtouc-unsafe: Renamed from
23169         modules/unistr/u16-mbtouc.
23170         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
23171         * lib/unistr.h: Update.
23172         * lib/linebreak.c: Update.
23173         * modules/linebreak: Update.
23174         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
23175         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
23176         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
23177         * modules/unistr/u16-mbtouc: Renamed from
23178         modules/unistr/u16-mbtouc-safe.
23179         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
23180         * lib/unistr.h: Update.
23181         * lib/unistr/u16-to-u8.c: Update.
23182         * modules/unistr/u16-to-u8: Update.
23183         * lib/unistr/u16-to-u32.c: Update.
23184         * modules/unistr/u16-to-u32: Update.
23185
23186 2007-01-27  Bruno Haible  <bruno@clisp.org>
23187
23188         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
23189         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
23190         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
23191         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
23192         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
23193         * modules/unistr/u8-mbtouc-unsafe: Renamed from
23194         modules/unistr/u8-mbtouc.
23195         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
23196         * lib/unistr.h: Update.
23197         * lib/striconveh.c: Update.
23198         * modules/striconveh: Update.
23199         * lib/linebreak.c: Update.
23200         * modules/linebreak: Update.
23201         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
23202         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
23203         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
23204         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
23205         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
23206         * lib/unistr.h: Update.
23207         * lib/striconveh.c: Update.
23208         * modules/striconveh: Update.
23209         * lib/unistr/u8-to-u16.c: Update.
23210         * modules/unistr/u8-to-u16: Update.
23211         * lib/unistr/u8-to-u32.c: Update.
23212         * modules/unistr/u8-to-u32: Update.
23213
23214 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23215
23216         Sync from Libtool.
23217         * lib/argz.c: Do not include strings.h nor memory.h, include
23218         string.h unconditionally.  Patch by Simon Josefsson.
23219
23220 2007-01-27  Bruno Haible  <bruno@clisp.org>
23221
23222         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
23223         from gl_HEADER_STRING_H_BODY.
23224         (gl_HEADER_STRING_H_BODY): Require it.
23225         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
23226         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
23227         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
23228         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
23229         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23230         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
23231         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23232         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
23233         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
23234         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23235         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
23236         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
23237         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
23238         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23239         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23240
23241 2007-01-27  Bruno Haible  <bruno@clisp.org>
23242
23243         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
23244         check_PROGRAMS into noinst_PROGRAMS.
23245         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
23246         check_PROGRAMS in this case.
23247         (func_import): Set for_test to false.
23248         (func_create_testdir): Set for_test to true.
23249
23250 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23251             Bruno Haible  <bruno@clisp.org>
23252
23253         * modules/strcasestr (Files): Remove lib/strcasestr.h.
23254         (Depends-on): Add string.
23255         (Includes): Use <string.h> instead of strcasestr.h.
23256         * modules/string (Makefile.am): Also substitute the value of
23257         REPLACE_STRCASESTR.
23258         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
23259         assume strcasestr is declared in <string.h> not <strings.h>. Also
23260         set REPLACE_STRCASESTR.
23261         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
23262         REPLACE_STRCASESTR.
23263         * lib/strcasestr.h: Remove file.
23264         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
23265         * lib/string_.h (strcasestr): New declaration.
23266
23267 2007-01-27  Bruno Haible  <bruno@clisp.org>
23268
23269         * lib/string_.h: Use 'extern'.
23270
23271 2007-01-27  Jim Meyering  <jim@meyering.net>
23272
23273         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
23274         of set-but-not-used local, "q".
23275
23276         * lib/mempcpy.c: Include <config.h> before <string.h>.
23277         This fixes a compilation error on HP-UX, due to the system's
23278         "restrict"-using mempcpy prototype.
23279
23280 2007-01-26  Bruno Haible  <bruno@clisp.org>
23281
23282         Small optimization.
23283         * lib/javacomp.c: Include c-strstr.h.
23284          (is_envjavac_gcj): Use c_strstr instead of strstr.
23285         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
23286
23287 2007-01-26  Bruno Haible  <bruno@clisp.org>
23288
23289         * MODULES.html.sh (Unicode string functions): Add the new modules.
23290
23291         * modules/uniconv/u32-strconv-to-locale: New file.
23292         * lib/uniconv/u32-strconv-to-locale.c: New file.
23293
23294         * modules/uniconv/u16-strconv-to-locale: New file.
23295         * lib/uniconv/u16-strconv-to-locale.c: New file.
23296
23297         * modules/uniconv/u8-strconv-to-locale: New file.
23298         * lib/uniconv/u8-strconv-to-locale.c: New file.
23299
23300         * modules/uniconv/u32-strconv-from-locale: New file.
23301         * lib/uniconv/u32-strconv-from-locale.c: New file.
23302
23303         * modules/uniconv/u16-strconv-from-locale: New file.
23304         * lib/uniconv/u16-strconv-from-locale.c: New file.
23305
23306         * modules/uniconv/u8-strconv-from-locale: New file.
23307         * lib/uniconv/u8-strconv-from-locale.c: New file.
23308
23309         * modules/uniconv/u32-strconv-to-enc: New file.
23310         * lib/uniconv/u32-strconv-to-enc.c: New file.
23311         * modules/uniconv/u32-strconv-to-enc-tests: New file.
23312         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
23313
23314         * modules/uniconv/u16-strconv-to-enc: New file.
23315         * lib/uniconv/u16-strconv-to-enc.c: New file.
23316         * lib/uniconv/u-strconv-to-enc.h: New file.
23317         * modules/uniconv/u16-strconv-to-enc-tests: New file.
23318         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
23319
23320         * modules/uniconv/u8-strconv-to-enc: New file.
23321         * lib/uniconv/u8-strconv-to-enc.c: New file.
23322         * modules/uniconv/u8-strconv-to-enc-tests: New file.
23323         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
23324
23325         * modules/uniconv/u32-strconv-from-enc: New file.
23326         * lib/uniconv/u32-strconv-from-enc.c: New file.
23327         * modules/uniconv/u32-strconv-from-enc-tests: New file.
23328         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
23329
23330         * modules/uniconv/u16-strconv-from-enc: New file.
23331         * lib/uniconv/u16-strconv-from-enc.c: New file.
23332         * modules/uniconv/u16-strconv-from-enc-tests: New file.
23333         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
23334
23335         * modules/uniconv/u8-strconv-from-enc: New file.
23336         * lib/uniconv/u8-strconv-from-enc.c: New file.
23337         * lib/uniconv/u-strconv-from-enc.h: New file.
23338         * modules/uniconv/u8-strconv-from-enc-tests: New file.
23339         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
23340
23341         * modules/uniconv/u32-conv-from-enc: New file.
23342         * lib/uniconv/u32-conv-from-enc.c: New file.
23343         * modules/uniconv/u32-conv-from-enc-tests: New file.
23344         * tests/uniconv/test-u32-conv-from-enc.c: New file.
23345
23346         * modules/uniconv/u16-conv-from-enc: New file.
23347         * lib/uniconv/u16-conv-from-enc.c: New file.
23348         * lib/uniconv/u-conv-from-enc.h: New file.
23349         * modules/uniconv/u16-conv-from-enc-tests: New file.
23350         * tests/uniconv/test-u16-conv-from-enc.c: New file.
23351
23352         * modules/uniconv/u8-conv-from-enc: New file.
23353         * lib/uniconv/u8-conv-from-enc.c: New file.
23354         * modules/uniconv/u8-conv-from-enc-tests: New file.
23355         * tests/uniconv/test-u8-conv-from-enc.c: New file.
23356
23357         * modules/uniconv/base: New file.
23358         * lib/uniconv.h: New file.
23359
23360 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23361
23362         * doc/gnulib-tool.texi (Initial import): Update to match current
23363         behavior with strdup module.
23364         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
23365         * lib/memmem.h: Remove; all uses removed.  This is now done
23366         by <string.h>.
23367         * lib/mempcpy.h: Likewise.
23368         * lib/memrchr.h: Likewise.
23369         * lib/stpcpy.h: Likewise.
23370         * lib/stpncpy.h: Likewise.
23371         * lib/strcase.h: Likewise.
23372         * lib/strchrnul.h: Likewise.
23373         * lib/strdup.h: Likewise.
23374         * lib/strndup.h: Likewise.
23375         * lib/strnlen.h: Likewise.
23376         * lib/strpbrk.h: Likewise.
23377         * lib/strsep.h: Likewise.
23378         * lib/strstr.h: Likewise.
23379         * lib/strtok_r.h: Likewise.
23380         * lib/string_.h: New file.
23381         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
23382         Rely on <string.h> instead.
23383         * lib/canon-host.c: Likewise.
23384         * lib/chdir-long.c: Likewise.
23385         * lib/concatpath.c: Likewise.
23386         * lib/exclude.c: Likewise.
23387         * lib/fchdir.c: Likewise.
23388         * lib/getaddrinfo.c: Likewise.
23389         * lib/getcwd.c: Likewise.
23390         * lib/getsubopt.c: Likewise.
23391         * lib/glob.c: Likewise.
23392         * lib/hard-locale.c: Likewise.
23393         * lib/iconvme.c: Likewise.
23394         * lib/javacomp.c: Likewise.
23395         * lib/mempcpy.c: Likewise.
23396         * lib/memrchr.c: Likewise.
23397         * lib/regex_internal.h: Likewise.
23398         * lib/stpncpy.c: Likewise.
23399         * lib/strcasecmp.c: Likewise.
23400         * lib/strchrnul.c: Likewise.
23401         * lib/strdup.c: Likewise.
23402         * lib/striconv.c: Likewise.
23403         * lib/striconveh.c: Likewise.
23404         * lib/striconveha.c: Likewise.
23405         * lib/strncasecmp.c: Likewise.
23406         * lib/strndup.c: Likewise.
23407         * lib/strnlen.c: Likewise.
23408         * lib/strsep.c: Likewise.
23409         * lib/strstr.c: Likewise.
23410         * lib/strtok_r.c: Likewise.
23411         * lib/userspec.c: Likewise.
23412         * lib/w32spawn.h: Likewise.
23413         * lib/xstrndup.c: Likewise.
23414         * lib/mountlist.c (strstr): Remove decl.
23415         * m4/string_h.m4: New file.
23416         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
23417         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
23418         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
23419         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
23420         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
23421         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
23422         Set REPLACE_STRCASECMP if necessary.
23423         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
23424         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
23425         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
23426         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
23427         HAVE_DECL_STRDUP if necessary.
23428         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
23429         since gl_FUNC_STRNDUP does that now.
23430         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
23431         Check for decl here...
23432         (gl_PREREQ_STRNLEN): ... not here.
23433         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
23434         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
23435         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
23436         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
23437         necessary.
23438         * modules/string: New file.
23439         * modules/memmem (Files): Remove special-purpose include file.
23440         (Depends-on): Add string.
23441         (Include): Include <string.h>, not the removed file.
23442         * modules/mempcpy: Likewise.
23443         * modules/memrchr: Likewise.
23444         * modules/stpcpy: Likewise.
23445         * modules/stpncpy: Likewise.
23446         * modules/strcase: Likewise.
23447         * modules/strchrnul: Likewise.
23448         * modules/strdup: Likewise.
23449         * modules/strndup: Likewise.
23450         * modules/strnlen: Likewise.
23451         * modules/strpbrk: Likewise.
23452         * modules/strsep: Likewise.
23453         * modules/strstr: Likewise.
23454         * modules/strtok_r: Likewise.
23455         * tests/test-dirname.c: Don't include "strdup.h", since
23456         <string.h> now suffices.
23457         * tests/test-memmem.c: Don't include "memmem.h", since
23458         <string.h> now suffices.
23459
23460 2007-01-25  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
23463         *resultp is 0.
23464
23465         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
23466         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
23467         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
23468         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
23469
23470         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
23471         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
23472         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
23473         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
23474         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
23475         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
23476
23477 2007-01-24  Bruno Haible  <bruno@clisp.org>
23478
23479         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
23480         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
23481         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
23482         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
23483         gl_FUNC_FTS_CORE.
23484         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
23485         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
23486         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23487         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
23488         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
23489         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
23490         gl_FUNC_FCHOWNAT.
23491         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
23492         gl_FUNC_STRFTIME.
23493         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
23494         Reported by Ralf Wildenhues.
23495
23496 2007-01-24  Bruno Haible  <bruno@clisp.org>
23497
23498         Drop AC_REQUIRE calls that are redundant with the module dependencies.
23499         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
23500         gl_GETADDRINFO.
23501         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
23502         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
23503         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
23504
23505 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
23506
23507         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
23508         Don't use 'exit'; just return from 'main'.
23509         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
23510
23511         * lib/fnmatch_.h: Readjust white space and comments to match
23512         glibc, to avoid spurious diffs.
23513
23514 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23515
23516         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
23517         2004-12-01 change by Jakub Jelinek, since this code won't compile
23518         if !LIBC.  Problem reported by Bob Proulx.
23519
23520 2007-01-23  Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/striconveh.c: Include c-strcaseeq.h.
23523         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
23524         * modules/striconveh (Depends-on): Add c-strcaseeq.
23525
23526 2007-01-23  Bruno Haible  <bruno@clisp.org>
23527
23528         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
23529
23530         * modules/c-strcaseeq: New file.
23531         * lib/c-strcaseeq.h: New file.
23532
23533         * modules/streq: New file.
23534         * lib/streq.h: New file.
23535
23536 2007-01-23  Bruno Haible  <bruno@clisp.org>
23537
23538         * modules/striconveha-tests: New file.
23539         * tests/test-striconveha.c: New file.
23540
23541         * lib/striconveha.h: Include <stdbool.h>.
23542         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
23543         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
23544         (mem_iconveha_notranslit): Renamed from mem_iconveha.
23545         (mem_iconveha): New function.
23546         (str_iconveha_notranslit): Renamed from str_iconveha.
23547         (str_iconveha): New function.
23548         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
23549         c-strcase.
23550
23551 2007-01-23  Bruno Haible  <bruno@clisp.org>
23552
23553         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
23554         encodings without forgiving before trying any encoding with handler.
23555         (str_iconveha): Try all encodings without forgiving before trying any
23556         encoding with handler.
23557
23558 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23559
23560         Import the following changes from libc.
23561
23562         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23563
23564         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
23565
23566         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23567
23568         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
23569         normal_bracket label.
23570
23571         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
23572
23573         [BZ #361]
23574         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
23575         to normal_bracket after fetching the next character.
23576
23577 2007-01-22  Bruno Haible  <bruno@clisp.org>
23578
23579         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
23580         argument.
23581         * lib/striconveh.c (iconv_carefully_1): New function.
23582         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
23583         argument.
23584         (str_cd_iconveh): Update.
23585         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
23586         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
23587         * tests/test-striconveh.c (MAGIC): New macro.
23588         (new_offsets): New function.
23589         (main): Test call with and without offsets.
23590
23591 2007-01-22  Bruno Haible  <bruno@clisp.org>
23592
23593         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
23594         * modules/sys_select (Makefile.am): Likewise.
23595         * modules/sys_socket (Makefile.am): Likewise.
23596         * modules/sys_time (Makefile.am): Likewise.
23597
23598 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23599
23600         * modules/gettimeofday (License): Change from GPL to LGPL, since
23601         gettimeofday is a library function.
23602
23603 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23604
23605         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
23606
23607 2007-01-21  Bruno Haible  <bruno@clisp.org>
23608
23609         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
23610
23611 2007-01-21  Bruno Haible  <bruno@clisp.org>
23612
23613         * modules/striconveha: New file.
23614         * lib/striconveha.h: New file.
23615         * lib/striconveha.c: New file.
23616         * MODULES.html.sh (Internationalization functions): Add striconveha.
23617         * lib/striconv.c (str_iconv): Optimize the case of an empty input
23618         string.
23619         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
23620
23621 2007-01-21  Bruno Haible  <bruno@clisp.org>
23622
23623         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
23624         * lib/striconveh.c (str_iconveh): Likewise.
23625
23626 2007-01-21  Bruno Haible  <bruno@clisp.org>
23627
23628         * lib/striconveh.h (mem_iconveh): New declaration.
23629         * lib/striconveh.c (mem_iconveh): New function.
23630         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
23631
23632 2007-01-21  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
23635
23636         * lib/striconveh.h (mem_cd_iconveh): Change specification.
23637         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
23638         original result buffer.
23639         (str_cd_iconveh): Update.
23640         * tests/test-striconveh.c (main): Update.
23641
23642         * lib/striconv.h (mem_cd_iconv): Change specification.
23643         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
23644         result buffer.
23645         (str_cd_iconv): Update.
23646         * tests/test-striconv.c (main): Update.
23647
23648 2007-01-21  Bruno Haible  <bruno@clisp.org>
23649
23650         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
23651
23652 2007-01-20  Jim Meyering  <jim@meyering.net>
23653
23654         * lib/userspec.c (parse_with_separator): If a user or group string
23655         starts with "+", skip the corresponding name-to-ID look-up, since
23656         such a look-up must fail: user and group names may not include "+".
23657
23658 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23659
23660         * lib/poll.c: Include sys/time.h and time.h unconditionally,
23661         since we now assume the sys_time module.
23662         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
23663         check for sys/time.h; no longer needed.
23664         * modules/poll (Depends-on): Depend on sys_time.
23665
23666 2007-01-18  Bruno Haible  <bruno@clisp.org>
23667
23668         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
23669         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23670
23671         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
23672         gettimeofday.
23673
23674         * tests/test-gettimeofday.c: Include <time.h>.
23675         (dummy): Remove variable.
23676
23677         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
23678         gl_HEADER_SYS_TIME_H.
23679         (gl_HEADER_SYS_TIME_H): New macro.
23680
23681         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
23682         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23683         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
23684         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
23685         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23686         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
23687         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
23688         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23689         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
23690         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
23691         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23692
23693         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
23694         last change; it caused a compilation error when cross-compiling to
23695         Cygwin.
23696
23697 2007-01-18  Jim Meyering  <jim@meyering.net>
23698
23699         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
23700         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
23701         than the race-prone "test -d sys || mkdir sys".
23702         (configure.ac): Use AC_PROG_MKDIR_P.
23703         * modules/sys_select: Likewise.
23704         * modules/sys_socket: Likewise.
23705         * modules/sys_time: Likewise.
23706
23707 2007-01-18  Eric Blake  <ebb9@byu.net>
23708
23709         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
23710         replace gettimeofday.
23711         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
23712         name, to avoid infinite recursion.
23713
23714 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
23715
23716         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
23717         module sys_time.
23718         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
23719         assume timespec.h defines struct timeval.
23720         * lib/settime.c: Likewise.
23721         * lib/utimens.c: Likewise.
23722         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
23723         since we now assume the gettimeofday module.
23724         * lib/tempname.c (__gen_tempname): Likewise.
23725         * lib/gettimeofday.h: Remove.
23726         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
23727         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
23728         Include <time.h>, for 'time()'.
23729         (localtime_buffer_addr): Also use this workaround if
23730         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
23731         to simplify the uses.  All uses changed.
23732         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
23733         that #undef is inside {}, and 'const' follows type name consistently.
23734         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
23735         (gettimeofday): Do not use the maximum possible value for
23736         tv->tv_usec, since that might break usages other than ls.c.
23737         Instead, we'll leave ls.c alone.  This undoes today's patch
23738         by Bruno.  Add a compile-time warning for 1s-clock resolution;
23739         we've never observed the problem but might as well keep the
23740         canary.
23741         * lib/nanosleep.c: Include timespec.h first, for interface check.
23742         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
23743         now assume the sys_time module.
23744         * lib/tempname.c: Likewise.
23745         * lib/timespec.h: Likewise.
23746         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
23747         needed.
23748         * lib/strftime.c: Likewise.
23749         * lib/timespec.h: Likewise.
23750         * lib/posixtm.c: Include posixtm.h first, for interface check.
23751         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
23752         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
23753         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
23754         * lib/sys_time_.h: New file.
23755         * lib/timespec.h (struct timespec): Use long int, not long.
23756         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23757         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
23758         Remove obsolescent call to AC_HEADER_TIME.
23759         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
23760         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23761         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23762         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
23763         Likewise.
23764         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
23765         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
23766         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
23767         into the sys_time module.  Check for gettimeofday just once.
23768         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
23769         for gettimeofday signature to just check the signature.  Merely
23770         compile it, since linking doesn't test signature.  Improve test for
23771         whether gettimeofday.o is actually needed.
23772         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
23773         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
23774         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
23775         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23776         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
23777         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
23778         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
23779         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
23780         than worrying about sys/time.h.
23781         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23782         Don't bother worrying about TIME_WITH_SYS_TIME.
23783         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
23784         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
23785         * m4/sys_time_h.m4: New file.
23786         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
23787         Don't include sys/time.h.  Return from main rather than exiting.
23788         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
23789         all uses changed.
23790         * modules/gethrxtime (Depends-on): Add sys_time.
23791         * modules/gettime (Depends-on): Likewise.
23792         * modules/gettimeofday (Depends-on): Likewise.
23793         * modules/nanosleep (Depends-on): Likewise.
23794         * modules/settime (Depends-on): Likewise.
23795         * modules/tempname (Depends-on): Likewise.
23796         * modules/utimens (Depends-on): Likewise.
23797         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
23798         (Include:) Change back to <sys/time.h>.
23799         (Maintainer:) Add self.
23800         * modules/sys_time: New file.
23801         * modules/tempname (Depends-on): Add gettimeofday.
23802         * tests/test-gettimeofday.c: Include <sys/time.h>
23803         rather than gettimeofday.h.
23804
23805 2007-01-17  Bruno Haible  <bruno@clisp.org>
23806
23807         * gnulib-tool (func_get_license): Revert last patch. Instead, let
23808         the license default to GPL.
23809         (func_create_testdir): Don't complain if a module is LGPL and its
23810         tests module depends on GPLed modules.
23811
23812 2007-01-17  Bruno Haible  <bruno@clisp.org>
23813
23814         * lib/gettimeofday.c (gettimeofday): Add code for the case
23815         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
23816         maximum possible value for tv->tv_usec, rather than the minimum one.
23817
23818 2005-10-08  Martin Lambers  <marlam@marlam.de>
23819 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23820 2007-01-16  Bruno Haible  <bruno@clisp.org>
23821
23822         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
23823         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
23824         gl_FUNC_GETTIMEOFDAY.
23825         (Include): Add gettimeofday.h.
23826         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
23827         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
23828         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
23829         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
23830         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
23831         * lib/gettimeofday.h: New file.
23832         * lib/gettimeofday.c: Include <sys/timeb.h>.
23833         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
23834         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23835         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
23836         fall back on time().
23837
23838         * tests/test-gettimeofday.c: New file.
23839         * modules/gettimeofday-tests: New file.
23840
23841 2007-01-16  Eric Blake  <ebb9@byu.net>
23842
23843         * modules/fnmatch (Depends-on): Depend on wchar.
23844         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
23845         * m4/fnmatch.m4: Likewise.
23846         * modules/mbchar (Makefile.am): Assume <wchar.h>.
23847         * m4/mbchar.m4: Likewise.
23848         * modules/mbswidth (Depends-on): Depend on wchar.
23849         * lib/mbswidth.c: Assume <wchar.h>.
23850         * m4/mbswidth.m4: Likewise.
23851         * modules/quotearg (Depends-on): Depend on wchar.
23852         * lib/quotearg.c: Assume <wchar.h>.
23853         * m4/quotearg.m4: Likewise.
23854         * modules/regex (Depends-on): Depend on wchar.
23855         * lib/regex_internal.h: Assume <wchar.h>.
23856         * m4/regex.m4: Likewise.
23857         * modules/stdint (Depends-on): Depend on wchar.
23858         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
23859         * m4/stdint.m4: Likewise.
23860         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
23861         * modules/strftime (Depends-on): Depend on wchar.
23862         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
23863         * modules/strtol (Depends-on): Depend on wchar.
23864         * lib/strtol.c: Assume <wchar.h>.
23865         * modules/wcwidth (Depends-on): Depend on wchar.
23866         * lib/wcwidth.h: Assume <wchar.h>.
23867         * m4/wcwidth.m4: Likewise.
23868
23869 2007-01-16  Bruno Haible  <bruno@clisp.org>
23870
23871         * modules/csharpexec-script: New, created from...
23872         * modules/csharpexec: ... this.
23873
23874 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23875
23876         * modules/javaexec-script: New, created from...
23877         * modules/javaexec: ... this.
23878
23879 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23880
23881         * modules/poll (Dependencies): Add sys_select.
23882
23883 2007-01-15  Jim Meyering  <jim@meyering.net>
23884
23885         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
23886         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
23887         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
23888         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
23889
23890 2007-01-15  Bruno Haible  <bruno@clisp.org>
23891
23892         * modules/striconveh: New file.
23893         * lib/striconveh.h: New file.
23894         * lib/striconveh.c: New file.
23895         * MODULES.html.sh (Internationalization functions): Add striconveh.
23896
23897         * modules/striconveh-tests: New file.
23898         * tests/test-striconveh.c: New file.
23899
23900 2007-01-15  Bruno Haible  <bruno@clisp.org>
23901
23902         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
23903         not from GNU libiconv or GNU libc.
23904
23905 2007-01-15  Bruno Haible  <bruno@clisp.org>
23906
23907         * doc/gnulib-intro.texi (Copyright): Explain the different license
23908         terms for module descriptions, autoconf macros, tests, documentation.
23909
23910 2007-01-14  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/striconv-tests: New file.
23913         * tests/test-striconv.c: New file.
23914
23915 2007-01-14  Bruno Haible  <bruno@clisp.org>
23916
23917         * modules/iconv-tests: New file.
23918         * tests/test-iconv.c: New file.
23919
23920 2007-01-14  Bruno Haible  <bruno@clisp.org>
23921
23922         * gnulib-tool (func_get_license): For test modules, use the license of
23923         the main module.
23924
23925 2007-01-14  Bruno Haible  <bruno@clisp.org>
23926
23927         * modules/iconv (Include): Clarify that <iconv.h> can only be included
23928         if iconv is found to exist.
23929
23930 2007-01-14  Bruno Haible  <bruno@clisp.org>
23931
23932         * modules/c-ctype-tests: New file.
23933         * tests/test-c-ctype.c: New file.
23934
23935 2007-01-14  Bruno Haible  <bruno@clisp.org>
23936
23937         * modules/binary-io-tests: New file.
23938         * tests/test-binary-io.sh: New file.
23939         * tests/test-binary-io.c: New file.
23940
23941 2007-01-14  Bruno Haible  <bruno@clisp.org>
23942
23943         * modules/array-oset-tests: New file.
23944         * tests/test-array_oset.c: New file.
23945
23946 2007-01-14  Bruno Haible  <bruno@clisp.org>
23947
23948         * modules/array-list-tests: New file.
23949         * tests/test-array_list.c: New file.
23950
23951 2007-01-14  Bruno Haible  <bruno@clisp.org>
23952
23953         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
23954         and make.
23955         Reported by Simon Josefsson in
23956         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
23957
23958 2007-01-14  Bruno Haible  <bruno@clisp.org>
23959
23960         * modules/allocsa-tests: New file.
23961         * tests/test-allocsa.c: New file.
23962
23963 2007-01-14  Bruno Haible  <bruno@clisp.org>
23964
23965         * modules/fchdir (Depends-on): Add absolute-header.
23966         * modules/unistd (Depends-on): Likewise.
23967
23968 2006-12-30  Bruno Haible  <bruno@clisp.org>
23969
23970         * modules/fchdir: New file.
23971         * modules/unistd (Files): Add lib/unistd_.h.
23972         (Makefile.am): Generate unistd.h from unistd_.h.
23973         * lib/fchdir.c: New file.
23974         * lib/dirent_.h: New file.
23975         * lib/unistd_.h: New file.
23976         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
23977         * m4/fchdir.m4: New file.
23978         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
23979         (gl_HEADER_UNISTD): Invoke it.
23980         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
23981         function.
23982         * lib/backupfile.c (opendir, closedir): Undefine.
23983         * lib/chown.c (open, close): Undefine.
23984         * lib/clean-temp.c (open, close): Undefine.
23985         * lib/copy-file.c (open, close): Undefine.
23986         * lib/execute.c (open, close): Undefine.
23987         * lib/fsusage.c (open, close): Undefine.
23988         * lib/gc-gnulib.c (open, close): Undefine.
23989         * lib/getcwd.c (opendir, closedir): Undefine.
23990         * lib/glob.c (opendir, closedir): Undefine.
23991         * lib/javacomp.c (open, close): Undefine.
23992         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
23993         * lib/openat-proc.c (open, close): Undefine.
23994         * lib/pagealign_alloc.c (open, close): Undefine.
23995         * lib/pipe.c (open, close): Undefine.
23996         * lib/progreloc.c (open, close): Undefine.
23997         * lib/savedir.c (opendir, closedir): Undefine.
23998         * lib/utime.c (open, close): Undefine.
23999         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
24000
24001 2007-01-10  Bruno Haible  <bruno@clisp.org>
24002
24003         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
24004
24005 2007-01-12  Eric Blake  <ebb9@byu.net>
24006
24007         Provide a robust <wchar.h>.  Further simplifications are now
24008         possible in other modules, but not included here.
24009         * modules/wchar: New module.
24010         * m4/wchar.m4: New file.
24011         * lib/wchar_.h: Likewise.
24012         * modules/mbchar (Depends-on): Depend on wchar, as the first use
24013         of the new module.
24014         * MODULES.html.sh (Extended multibyte and wide character utilities):
24015         New section.
24016
24017 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
24018
24019         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
24020         to a reasonable default for memory allocation.
24021         (xreadlink): Don't allocate a huge buffer, to work around a buggy
24022         file system that reports garbage st_size values for symlinks.
24023         Problem reported by Liyang Hu.
24024
24025 2007-01-11  Simon Josefsson  <simon@josefsson.org>
24026
24027         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
24028         Emacs .#* auto-save files).
24029
24030 2007-01-11  Bruno Haible  <bruno@clisp.org>
24031
24032         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
24033         directory.
24034
24035 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24036
24037         Use @...@ consistently in lib/wctype_.h.
24038         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
24039         on it being set to 1 or 0.
24040         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
24041         go back to AC_SUBSTing it.
24042         * modules/wctype (Makefile.am): Undo previous change.
24043
24044 2007-01-10  Eric Blake  <ebb9@byu.net>
24045
24046         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
24047         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
24048         * modules/wctype (Makefile.am): Likewise.
24049         Reported by Chris McGuire.
24050
24051 2007-01-10  Jim Meyering  <jim@meyering.net>
24052
24053         fts.c: a small readability/maintainability improvement
24054         * lib/fts.c (fts_read): Make this code slightly more readable and
24055         maintainable by hoisting the "sp->fts_cur = p" assignments to
24056         immediately follow the statements that set P.  Derived from
24057         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
24058
24059 2007-01-10  Eric Blake  <ebb9@byu.net>
24060
24061         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
24062         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
24063         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24064         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
24065         Reported by Chris McGuire.
24066
24067 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24068
24069         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
24070         in sed script.
24071
24072 2007-01-09  Bruno Haible  <bruno@clisp.org>
24073
24074         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
24075         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
24076         variables.
24077         (func_module): Use them.
24078
24079 2007-01-09  Bruno Haible  <bruno@clisp.org>
24080
24081         * modules/unistr/base: New file.
24082         * lib/unistr.h: New file.
24083
24084         * modules/unistr/u8-to-u16: New file.
24085         * lib/unistr/u8-to-u16.c: New file.
24086
24087         * modules/unistr/u8-to-u32: New file.
24088         * lib/unistr/u8-to-u32.c: New file.
24089
24090         * modules/unistr/u16-to-u8: New file.
24091         * lib/unistr/u16-to-u8.c: New file.
24092
24093         * modules/unistr/u16-to-u32: New file.
24094         * lib/unistr/u16-to-u32.c: New file.
24095
24096         * modules/unistr/u32-to-u8: New file.
24097         * lib/unistr/u32-to-u8.c: New file.
24098
24099         * modules/unistr/u32-to-u16: New file.
24100         * lib/unistr/u32-to-u16.c: New file.
24101
24102         * modules/unistr/u8-check: New file.
24103         * modules/unistr/u16-check: New file.
24104         * modules/unistr/u32-check: New file.
24105         * lib/unistr/u8-check.c: New file.
24106         * lib/unistr/u16-check.c: New file.
24107         * lib/unistr/u32-check.c: New file.
24108
24109         * modules/unistr/u8-chr: New file.
24110         * modules/unistr/u16-chr: New file.
24111         * modules/unistr/u32-chr: New file.
24112         * lib/unistr/u8-chr.c: New file.
24113         * lib/unistr/u16-chr.c: New file.
24114         * lib/unistr/u32-chr.c: New file.
24115
24116         * modules/unistr/u8-cmp: New file.
24117         * modules/unistr/u16-cmp: New file.
24118         * modules/unistr/u32-cmp: New file.
24119         * lib/unistr/u8-cmp.c: New file.
24120         * lib/unistr/u16-cmp.c: New file.
24121         * lib/unistr/u32-cmp.c: New file.
24122
24123         * modules/unistr/u8-cpy: New file.
24124         * modules/unistr/u16-cpy: New file.
24125         * modules/unistr/u32-cpy: New file.
24126         * lib/unistr/u8-cpy.c: New file.
24127         * lib/unistr/u16-cpy.c: New file.
24128         * lib/unistr/u32-cpy.c: New file.
24129         * lib/unistr/u-cpy.h: New file.
24130
24131         * modules/unistr/u8-cpy-alloc: New file.
24132         * modules/unistr/u16-cpy-alloc: New file.
24133         * modules/unistr/u32-cpy-alloc: New file.
24134         * lib/unistr/u8-cpy-alloc.c: New file.
24135         * lib/unistr/u16-cpy-alloc.c: New file.
24136         * lib/unistr/u32-cpy-alloc.c: New file.
24137         * lib/unistr/u-cpy-alloc.h: New file.
24138
24139         * modules/unistr/u8-endswith: New file.
24140         * modules/unistr/u16-endswith: New file.
24141         * modules/unistr/u32-endswith: New file.
24142         * lib/unistr/u8-endswith.c: New file.
24143         * lib/unistr/u16-endswith.c: New file.
24144         * lib/unistr/u32-endswith.c: New file.
24145         * lib/unistr/u-endswith.h: New file.
24146
24147         * modules/unistr/u8-mblen: New file.
24148         * modules/unistr/u16-mblen: New file.
24149         * modules/unistr/u32-mblen: New file.
24150         * lib/unistr/u8-mblen.c: New file.
24151         * lib/unistr/u16-mblen.c: New file.
24152         * lib/unistr/u32-mblen.c: New file.
24153
24154         * modules/unistr/u8-mbtouc: New file.
24155         * modules/unistr/u16-mbtouc: New file.
24156         * modules/unistr/u32-mbtouc: New file.
24157         * lib/unistr/u8-mbtouc.c: New file.
24158         * lib/unistr/u16-mbtouc.c: New file.
24159         * lib/unistr/u32-mbtouc.c: New file.
24160
24161         * modules/unistr/u8-mbtouc-safe: New file.
24162         * modules/unistr/u16-mbtouc-safe: New file.
24163         * modules/unistr/u32-mbtouc-safe: New file.
24164         * lib/unistr/u8-mbtouc-safe.c: New file.
24165         * lib/unistr/u16-mbtouc-safe.c: New file.
24166         * lib/unistr/u32-mbtouc-safe.c: New file.
24167
24168         * modules/unistr/u8-move: New file.
24169         * modules/unistr/u16-move: New file.
24170         * modules/unistr/u32-move: New file.
24171         * lib/unistr/u8-move.c: New file.
24172         * lib/unistr/u16-move.c: New file.
24173         * lib/unistr/u32-move.c: New file.
24174         * lib/unistr/u-move.h: New file.
24175
24176         * modules/unistr/u8-next: New file.
24177         * modules/unistr/u16-next: New file.
24178         * modules/unistr/u32-next: New file.
24179         * lib/unistr/u8-next.c: New file.
24180         * lib/unistr/u16-next.c: New file.
24181         * lib/unistr/u32-next.c: New file.
24182
24183         * modules/unistr/u8-prev: New file.
24184         * modules/unistr/u16-prev: New file.
24185         * modules/unistr/u32-prev: New file.
24186         * lib/unistr/u8-prev.c: New file.
24187         * lib/unistr/u16-prev.c: New file.
24188         * lib/unistr/u32-prev.c: New file.
24189
24190         * modules/unistr/u8-set: New file.
24191         * modules/unistr/u16-set: New file.
24192         * modules/unistr/u32-set: New file.
24193         * lib/unistr/u8-set.c: New file.
24194         * lib/unistr/u16-set.c: New file.
24195         * lib/unistr/u32-set.c: New file.
24196         * lib/unistr/u-set.h: New file.
24197
24198         * modules/unistr/u8-startswith: New file.
24199         * modules/unistr/u16-startswith: New file.
24200         * modules/unistr/u32-startswith: New file.
24201         * lib/unistr/u8-startswith.c: New file.
24202         * lib/unistr/u16-startswith.c: New file.
24203         * lib/unistr/u32-startswith.c: New file.
24204         * lib/unistr/u-startswith.h: New file.
24205
24206         * modules/unistr/u8-stpcpy: New file.
24207         * modules/unistr/u16-stpcpy: New file.
24208         * modules/unistr/u32-stpcpy: New file.
24209         * lib/unistr/u8-stpcpy.c: New file.
24210         * lib/unistr/u16-stpcpy.c: New file.
24211         * lib/unistr/u32-stpcpy.c: New file.
24212         * lib/unistr/u-stpcpy.h: New file.
24213
24214         * modules/unistr/u8-stpncpy: New file.
24215         * modules/unistr/u16-stpncpy: New file.
24216         * modules/unistr/u32-stpncpy: New file.
24217         * lib/unistr/u8-stpncpy.c: New file.
24218         * lib/unistr/u16-stpncpy.c: New file.
24219         * lib/unistr/u32-stpncpy.c: New file.
24220         * lib/unistr/u-stpncpy.h: New file.
24221
24222         * modules/unistr/u8-strcat: New file.
24223         * modules/unistr/u16-strcat: New file.
24224         * modules/unistr/u32-strcat: New file.
24225         * lib/unistr/u8-strcat.c: New file.
24226         * lib/unistr/u16-strcat.c: New file.
24227         * lib/unistr/u32-strcat.c: New file.
24228         * lib/unistr/u-strcat.h: New file.
24229
24230         * modules/unistr/u8-strchr: New file.
24231         * modules/unistr/u16-strchr: New file.
24232         * modules/unistr/u32-strchr: New file.
24233         * lib/unistr/u8-strchr.c: New file.
24234         * lib/unistr/u16-strchr.c: New file.
24235         * lib/unistr/u32-strchr.c: New file.
24236
24237         * modules/unistr/u8-strcmp: New file.
24238         * modules/unistr/u16-strcmp: New file.
24239         * modules/unistr/u32-strcmp: New file.
24240         * lib/unistr/u8-strcmp.c: New file.
24241         * lib/unistr/u16-strcmp.c: New file.
24242         * lib/unistr/u32-strcmp.c: New file.
24243
24244         * modules/unistr/u8-strcpy: New file.
24245         * modules/unistr/u16-strcpy: New file.
24246         * modules/unistr/u32-strcpy: New file.
24247         * lib/unistr/u8-strcpy.c: New file.
24248         * lib/unistr/u16-strcpy.c: New file.
24249         * lib/unistr/u32-strcpy.c: New file.
24250         * lib/unistr/u-strcpy.h: New file.
24251
24252         * modules/unistr/u8-strcspn: New file.
24253         * modules/unistr/u16-strcspn: New file.
24254         * modules/unistr/u32-strcspn: New file.
24255         * lib/unistr/u8-strcspn.c: New file.
24256         * lib/unistr/u16-strcspn.c: New file.
24257         * lib/unistr/u32-strcspn.c: New file.
24258         * lib/unistr/u-strcspn.h: New file.
24259
24260         * modules/unistr/u8-strdup: New file.
24261         * modules/unistr/u16-strdup: New file.
24262         * modules/unistr/u32-strdup: New file.
24263         * lib/unistr/u8-strdup.c: New file.
24264         * lib/unistr/u16-strdup.c: New file.
24265         * lib/unistr/u32-strdup.c: New file.
24266         * lib/unistr/u-strdup.h: New file.
24267
24268         * modules/unistr/u8-strlen: New file.
24269         * modules/unistr/u16-strlen: New file.
24270         * modules/unistr/u32-strlen: New file.
24271         * lib/unistr/u8-strlen.c: New file.
24272         * lib/unistr/u16-strlen.c: New file.
24273         * lib/unistr/u32-strlen.c: New file.
24274         * lib/unistr/u-strlen.h: New file.
24275
24276         * modules/unistr/u8-strmblen: New file.
24277         * modules/unistr/u16-strmblen: New file.
24278         * modules/unistr/u32-strmblen: New file.
24279         * lib/unistr/u8-strmblen.c: New file.
24280         * lib/unistr/u16-strmblen.c: New file.
24281         * lib/unistr/u32-strmblen.c: New file.
24282
24283         * modules/unistr/u8-strmbtouc: New file.
24284         * modules/unistr/u16-strmbtouc: New file.
24285         * modules/unistr/u32-strmbtouc: New file.
24286         * lib/unistr/u8-strmbtouc.c: New file.
24287         * lib/unistr/u16-strmbtouc.c: New file.
24288         * lib/unistr/u32-strmbtouc.c: New file.
24289
24290         * modules/unistr/u8-strncat: New file.
24291         * modules/unistr/u16-strncat: New file.
24292         * modules/unistr/u32-strncat: New file.
24293         * lib/unistr/u8-strncat.c: New file.
24294         * lib/unistr/u16-strncat.c: New file.
24295         * lib/unistr/u32-strncat.c: New file.
24296         * lib/unistr/u-strncat.h: New file.
24297
24298         * modules/unistr/u8-strncmp: New file.
24299         * modules/unistr/u16-strncmp: New file.
24300         * modules/unistr/u32-strncmp: New file.
24301         * lib/unistr/u8-strncmp.c: New file.
24302         * lib/unistr/u16-strncmp.c: New file.
24303         * lib/unistr/u32-strncmp.c: New file.
24304
24305         * modules/unistr/u8-strncpy: New file.
24306         * modules/unistr/u16-strncpy: New file.
24307         * modules/unistr/u32-strncpy: New file.
24308         * lib/unistr/u8-strncpy.c: New file.
24309         * lib/unistr/u16-strncpy.c: New file.
24310         * lib/unistr/u32-strncpy.c: New file.
24311         * lib/unistr/u-strncpy.h: New file.
24312
24313         * modules/unistr/u8-strnlen: New file.
24314         * modules/unistr/u16-strnlen: New file.
24315         * modules/unistr/u32-strnlen: New file.
24316         * lib/unistr/u8-strnlen.c: New file.
24317         * lib/unistr/u16-strnlen.c: New file.
24318         * lib/unistr/u32-strnlen.c: New file.
24319         * lib/unistr/u-strnlen.h: New file.
24320
24321         * modules/unistr/u8-strpbrk: New file.
24322         * modules/unistr/u16-strpbrk: New file.
24323         * modules/unistr/u32-strpbrk: New file.
24324         * lib/unistr/u8-strpbrk.c: New file.
24325         * lib/unistr/u16-strpbrk.c: New file.
24326         * lib/unistr/u32-strpbrk.c: New file.
24327         * lib/unistr/u-strpbrk.h: New file.
24328
24329         * modules/unistr/u8-strrchr: New file.
24330         * modules/unistr/u16-strrchr: New file.
24331         * modules/unistr/u32-strrchr: New file.
24332         * lib/unistr/u8-strrchr.c: New file.
24333         * lib/unistr/u16-strrchr.c: New file.
24334         * lib/unistr/u32-strrchr.c: New file.
24335
24336         * modules/unistr/u8-strspn: New file.
24337         * modules/unistr/u16-strspn: New file.
24338         * modules/unistr/u32-strspn: New file.
24339         * lib/unistr/u8-strspn.c: New file.
24340         * lib/unistr/u16-strspn.c: New file.
24341         * lib/unistr/u32-strspn.c: New file.
24342         * lib/unistr/u-strspn.h: New file.
24343
24344         * modules/unistr/u8-strstr: New file.
24345         * modules/unistr/u16-strstr: New file.
24346         * modules/unistr/u32-strstr: New file.
24347         * lib/unistr/u8-strstr.c: New file.
24348         * lib/unistr/u16-strstr.c: New file.
24349         * lib/unistr/u32-strstr.c: New file.
24350         * lib/unistr/u-strstr.h: New file.
24351
24352         * modules/unistr/u8-strtok: New file.
24353         * modules/unistr/u16-strtok: New file.
24354         * modules/unistr/u32-strtok: New file.
24355         * lib/unistr/u8-strtok.c: New file.
24356         * lib/unistr/u16-strtok.c: New file.
24357         * lib/unistr/u32-strtok.c: New file.
24358         * lib/unistr/u-strtok.h: New file.
24359
24360         * modules/unistr/u8-uctomb: New file.
24361         * modules/unistr/u16-uctomb: New file.
24362         * modules/unistr/u32-uctomb: New file.
24363         * lib/unistr/u8-uctomb.c: New file.
24364         * lib/unistr/u16-uctomb.c: New file.
24365         * lib/unistr/u32-uctomb.c: New file.
24366
24367         * MODULES.html.sh (Unicode string functions): Add the new modules.
24368
24369 2007-01-08  Bruno Haible  <bruno@clisp.org>
24370
24371         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
24372         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
24373         subdirectories.
24374
24375 2007-01-08  Karl Berry  <karl@gnu.org>
24376
24377         * doc/error.texi: mention that main() fns must set program_name
24378         when progname is used.
24379
24380 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
24381
24382         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
24383         WCTYPE_H is empty, for the benefit of builds from non-distclean
24384         directories.  Problem reported by Eric Blake in
24385         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
24386
24387 2007-01-08  Bruno Haible  <bruno@clisp.org>
24388
24389         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
24390         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
24391         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
24392         PROVIDE_CANONICALIZE_FILENAME_MODE.
24393         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
24394
24395 2007-01-08  Bruno Haible  <bruno@clisp.org>
24396
24397         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
24398         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
24399         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
24400         * lib/fts.c: Likewise.
24401         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
24402
24403 2006-12-25  Bruno Haible  <bruno@clisp.org>
24404
24405         * modules/utf8-ucs4-safe: New file.
24406         * lib/utf8-ucs4-safe.h: New file.
24407         * lib/unistr/utf8-ucs4-safe.c: New file.
24408
24409         * modules/utf16-ucs4-safe: New file.
24410         * lib/utf16-ucs4-safe.h: New file.
24411         * lib/unistr/utf16-ucs4-safe.c: New file.
24412
24413         * MODULES.html.sh (Unicode string functions): Add the new modules.
24414
24415 2007-01-08  Bruno Haible  <bruno@clisp.org>
24416
24417         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
24418         (Depends-on): Add unitypes.
24419         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24420         (u8_mbtouc_aux): Move out to separate file.
24421         (u8_mbtouc): Use ucs4_t, uint8_t types.
24422         * lib/unistr/utf8-ucs4.c: New file.
24423
24424         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
24425         (Depends-on): Add unitypes.
24426         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24427         (u16_mbtouc_aux): Move out to separate file.
24428         (u16_mbtouc): Use ucs4_t, uint16_t types.
24429         * lib/unistr/utf16-ucs4.c: New file.
24430
24431         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
24432         (Depends-on): Add unitypes.
24433         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
24434         (u8_uctomb_aux): Move out to separate file.
24435         (u8_uctomb): Use ucs4_t, uint8_t types.
24436         * lib/unistr/ucs4-utf8.c: New file.
24437
24438         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
24439         (Depends-on): Add unitypes.
24440         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
24441         (u16_uctomb_aux): Move out to separate file.
24442         (u16_uctomb): Use ucs4_t, uint16_t types.
24443         * lib/unistr/ucs4-utf16.c: New file.
24444
24445 2006-12-25  Bruno Haible  <bruno@clisp.org>
24446
24447         * modules/unitypes: New file.
24448         * lib/unitypes.h: New file.
24449         * MODULES.html.sh (func_all_modules): New section "Unicode string
24450         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
24451         this section. Add unitypes.
24452
24453 2007-01-08  Bruno Haible  <bruno@clisp.org>
24454
24455         Avoid variable names that conflict with those from libtool.
24456         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
24457         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
24458         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
24459         library_names_spec to acl_library_names_spec, hardcode_* to
24460         acl_hardcode_*.
24461         Reported by Ralf Wildenhues.
24462
24463 2007-01-08  Bruno Haible  <bruno@clisp.org>
24464
24465         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
24466         definition.
24467         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
24468         definition.
24469         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
24470         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
24471         definition.
24472         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
24473         definition.
24474         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
24475         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
24476         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
24477         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
24478         definition.
24479         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
24480         definition.
24481         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
24482         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
24483         GC_USE_<algorithm>.
24484         * lib/gc-libgcrypt.c: Likewise.
24485         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
24486         * modules/gc-arctwo (configure.ac): Likewise.
24487         * modules/gc-des (configure.ac): Likewise.
24488         * modules/gc-hmac-md5 (configure.ac): Likewise.
24489         * modules/gc-hmac-sha1 (configure.ac): Likewise.
24490         * modules/gc-md2 (configure.ac): Likewise.
24491         * modules/gc-md4 (configure.ac): Likewise.
24492         * modules/gc-md5 (configure.ac): Likewise.
24493         * modules/gc-random (configure.ac): Likewise.
24494         * modules/gc-rijndael (configure.ac): Likewise.
24495         * modules/gc-sha1 (configure.ac): Likewise.
24496
24497 2007-01-08  Bruno Haible  <bruno@clisp.org>
24498
24499         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
24500         macro definition.
24501         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
24502         definition.
24503         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
24504         definition.
24505         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
24506         * modules/fcntl-safer (configure.ac): Likewise.
24507         * modules/fopen-safer (configure.ac): Likewise.
24508         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
24509         GNULIB_FWRITEERROR macro definition.
24510
24511 2007-01-08  Bruno Haible  <bruno@clisp.org>
24512
24513         * m4/gnulib-common.m4: New file.
24514         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
24515         (func_get_filelist): Add m4/gnulib-common.m4.
24516
24517 2007-01-08  Bruno Haible  <bruno@clisp.org>
24518
24519         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
24520         command.
24521
24522 2007-01-08  Jim Meyering  <jim@meyering.net>
24523
24524         Use a more robust test for a "can't happen" condition.
24525         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
24526         narrowed the st_size value.  Presuming the "can't happen" condition
24527         is true, that narrowing could conceivably convert an invalid st_size
24528         value into a valid one.  Instead, use a change based on Matthew
24529         Woehlke's original patch.
24530
24531         Slight readability improvement: use an assert-like macro
24532         in place of literal "abort ()" uses.
24533         * lib/fts.c (fts_assert): Define.
24534         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
24535         Use this macro instead of a bare 'abort'.
24536
24537 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
24538
24539         Don't worry about using IRIX 5.3's wctype.h broken definitions;
24540         simply work around them.
24541         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
24542         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
24543         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
24544         declaring.
24545         Don't bother to define as macros, since the standard doesn't require it.
24546         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
24547         longer worry about IRIX 5.3.
24548         (HAVE_WCTYPE_CTMP_BUG): Remove.
24549
24550 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24551
24552         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
24553         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
24554         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
24555         Problems reported by Georg Schwarz for IRIX 5.3.
24556
24557         * gnulib-tool (autoconf_minversion): Take the maximum version number
24558         found, not the minimum.  Problem reported by James Youngman.
24559
24560 2007-01-03  Karl Berry  <karl@gnu.org>
24561
24562         * doc/error.texi: new file, explaining interaction with progname.
24563         * doc/gnulib.texi: include it.  Update copyright.
24564
24565 2007-01-03  Simon Josefsson  <simon@josefsson.org>
24566
24567         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
24568         AC_CANONICAL_HOST, to improve autobuild outputs.
24569
24570 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
24571             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24572
24573         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
24574         sockets, server sockets, and other file descriptors.  Count errors
24575         to compute the return value.  Reorder the code a bit to be easier
24576         to follow.  Don't set event bits that were not requested (except
24577         POLLERR and POLLHUP).
24578
24579 2007-01-01  Bruno Haible  <bruno@clisp.org>
24580
24581         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
24582
24583 2007-01-03  Jim Meyering  <jim@meyering.net>
24584
24585         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
24586
24587 2007-01-02  Bruno Haible  <bruno@clisp.org>
24588
24589         * modules/settime (Include): Require timespec.h.
24590         * modules/nanosleep (Include): Likewise.
24591
24592 2007-01-01  Bruno Haible  <bruno@clisp.org>
24593
24594         * gnulib-tool (func_emit_copyright_notice): Bump year.
24595         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
24596
24597 2007-01-01  Bruno Haible  <bruno@clisp.org>
24598
24599         Improve support for OpenBSD.
24600         * build-aux/config.rpath (libname_spec): Export.
24601         (library_names_spec): New variable. Export.
24602         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
24603         library_names_spec from the config.rpath output. Locate shared library
24604         through the name pattern in library_names_spec.
24605
24606 2007-01-01  Eric Blake  <ebb9@byu.net>
24607
24608         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
24609
24610 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
24611
24612         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
24613         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
24614         assume the C locale, and avoid an "eval" that could cause trouble.
24615         Problem with SORT reported by Bob Proulx.
24616
24617         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
24618         Define.  Trivial patch from Henning Nielsen Lund, originally
24619         sent to bug-grep@gnu.org today.
24620
24621 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24622
24623         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
24624         struct stat.  Problem reported by Henning Nielsen Lund.
24625         * lib/acl.c: Include acl.h first, to check interface.  Don't
24626         bother to include sys/types.h and sys/stat.h again.
24627
24628 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24629
24630         Import the following change from libc; problem reported by
24631         Sven Verdoolaege.
24632
24633         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
24634
24635         [BZ #1373]
24636         * lib/argp.h: Remove __NTH for __argp_usage inline function.
24637
24638 2006-12-28  Jim Meyering  <jim@meyering.net>
24639
24640         * build-aux/announce-gen: Do not assume that the package
24641         builds any of tar.gz, tar.bz2, and .xdelta files.
24642         Suggestion from Simon Josefsson.
24643
24644 2006-12-28  Simon Josefsson  <simon@josefsson.org>
24645
24646         * modules/announce-gen: New file.
24647
24648 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
24649
24650         * lib/mbchar.h: Just include <wctype.h>; the wctype module
24651         handles its gotchas now.
24652         * lib/mbswidth.c: Likewise.
24653         * lib/wcwidth.h: Likewise.
24654         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
24655         and iswcntrl; the wctype module does this stuff now.
24656         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24657         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24658         * modules/mbchar (Depends-on): Add wctype.
24659         * modules/mbswidth (Depends-on): Likewise.
24660         * modules/wcwidth (Depends-on): Likewise.
24661
24662 2006-12-27  Eric Blake  <ebb9@byu.net>
24663
24664         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
24665         module uses more than what <wctype.h> is required to provide.
24666
24667 2006-12-26  Eric Blake  <ebb9@byu.net>
24668
24669         * gnulib-tool (sed_extract_prog): Avoid space-tab.
24670
24671 2006-12-26  Eric Blake  <ebb9@byu.net>
24672
24673         * modules/absolute-header: New module.
24674         * modules/fcntl (Depends-on): Depend on it.
24675         * modules/inttypes (Depends-on): Likewise.
24676         * modules/stdint (Depends-on): Likewise.
24677         * modules/sys_stat (Depends-on): Likewise.
24678         * modules/wctype (Depends-on): Likewise.
24679         * MODULES.html.sh (Support for building libraries and
24680         executables): Document it.
24681
24682 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24683
24684         * gnulib-tool (SED): Remove, undoing previous change.
24685         The problem was that it broke coreutils on Solaris, because
24686         "sed --posix" leaked into a makefile.
24687         (sed): New alias, if 'alias' and GNU sed.
24688
24689 2006-12-24  Jim Meyering  <jim@meyering.net>
24690
24691         Work around an fchownat bug in glibc-2.4:
24692         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
24693         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
24694         in spite of the -P option.
24695         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
24696         New macros.
24697         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
24698         * modules/openat (Files): Add lib/fchownat.c.
24699         * lib/openat.c (fchownat): Don't define here.  Move to...
24700         * lib/fchownat.c: ...this new file.
24701
24702 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24703
24704         Fix bug reported by Bruno Haible in
24705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
24706         where quotearg.c didn't compile on Mac OS X 10.2 because it
24707         lacks <wchar.h> and wint_t.
24708         * lib/wctype_.h (__wctype_wint_t): New type.
24709         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
24710         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
24711         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
24712         Arg is now of type __wctype_wint_t, not wint_t.
24713         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
24714         substitute HAVE_WINT_T.
24715         * modules/wctype (Files): Add m4/wint_t.m4.
24716         (wctype.h): Substitute HAVE_WINT_T.
24717
24718 2006-12-23  Bruno Haible  <bruno@clisp.org>
24719
24720         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
24721
24722 2006-12-23  Bruno Haible  <bruno@clisp.org>
24723
24724         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
24725         S_ISLNK.
24726         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
24727         mingw.
24728
24729 2006-12-22  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/copy-file.c: Include acl.h.
24732         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
24733         Close the file descriptors only after being done with copy_acl.
24734         * modules/copy-file (Depends-on): Add acl.
24735
24736 2006-12-22  Bruno Haible  <bruno@clisp.org>
24737
24738         * gnulib-tool (SED): New variable.
24739         Use $SED instead of sed everywhere.
24740
24741 2006-12-22  Bruno Haible  <bruno@clisp.org>
24742
24743         * modules/no-c++: New file.
24744         * m4/no-c++.m4: New file.
24745         * MODULES.html.sh (Support for building libraries and executables):
24746         Add no-c++.
24747
24748 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
24749
24750         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24751         Include <limits.h>, and use its INT_MAX to rewrite the
24752         j loop so that it does not overflow 'int'.  Problem reported by
24753         Ralf Wildenhues in
24754         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
24755         Play it safe by shifting left by 1 rather than multiplying by 2,
24756         as GCC is less likely to optimize this away when the value
24757         is signed (when it assumes overflow leads to undefined behavior).
24758         Also, don't assume time_t uses two's complement.
24759
24760 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
24761
24762         * MODULES.html.sh: New module wctype.
24763         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
24764         * lib/fnmatch.c: Don't bother to include <wchar.h> before
24765         <wctype.h>, since the new wctype module should fix this.
24766         * lib/quotearg.c: Include <wctype.h> unconditionally, since
24767         the wctype module should arrange for it.
24768         * lib/regex_internal.h: Likewise.
24769         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
24770         since the wctype module should handle this now.
24771         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
24772         * modules/fnmatch (Depends-on): Add wctype.
24773         * modules/quotearg (Depends-on): Likewise.
24774         * modules/regex (Depends-on): Likewise.
24775
24776 2006-12-19  Bruno Haible  <bruno@clisp.org>
24777
24778         * lib/strdup.h [C++]: Wrap definitions in extern "C".
24779         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
24780
24781 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24782
24783         * modules/savewd (Depends-on): Fix dependency on fcntl.
24784
24785 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24786
24787         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
24788         conforms to C99, rather than relying on the user's environment
24789         setting of STDINT_H.
24790
24791 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24792         and Eric Blake  <ebb9@byu.net>
24793
24794         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
24795         This is more consistent with the other defines here.
24796         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
24797         Port to z/OS.  Problem reported by Paul Gilmartin.
24798         Change local vars to use gl_ prefix rather than ac_.
24799         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
24800         with other defines.
24801         * modules/double-slash-root: New module.
24802         * modules/dirname (Files): Remove m4/double-slash-root.m4.
24803         (Depends-on): Add double-slash-root.
24804         * MODULES.html.sh (File system functions): Mention new module.
24805
24806 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
24807
24808         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
24809         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
24810         This is for the benefit of gzip, which doesn't do i18n.
24811
24812 2006-12-12  Jim Meyering  <jim@meyering.net>
24813
24814         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
24815         Reported by Andreas Schwab <schwab@suse.de>.
24816
24817 2006-12-12  Bruno Haible  <bruno@clisp.org>
24818
24819         Merge these changes.
24820         2006-09-05  Bruno Haible  <bruno@clisp.org>
24821         * lib/iconvme.c (iconv_string): No need to save and restore errno when
24822         iconv_alloc succeeded.
24823         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
24824         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
24825         test for " && dest " at the end - dest is always != NULL there. Call
24826         iconv with 4xNULL arguments initially, to reset the state. Call iconv
24827         with 2xNULL arguments, also to flush the state storage. Handle the
24828         IRIX iconv behaviour. Realloc the final result, to throw away unused
24829         memory.
24830
24831 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
24832
24833         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
24834         and fchmodat unconditionally, since glibc 2.4 has them.
24835         Problem reported by Arkadiusz Miskiewicz.
24836
24837 2006-12-10  Bruno Haible  <bruno@clisp.org>
24838
24839         * gnulib-tool (func_import): Show the include files only for those
24840         modules that are copied and specified.
24841         Reported by Karl Berry.
24842
24843 2006-12-08  Jim Meyering  <jim@meyering.net>
24844
24845         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
24846         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
24847
24848         * build-aux/announce-gen: Add two new options, both optional:
24849         --bootstrap-tools=TOOL_LIST
24850               a comma-separated list of tools, e.g.,
24851               autoconf,automake,bison,gnulib
24852         --gnulib-snapshot-date=DATE
24853               if gnulib is in the bootstrap tool list,
24854               then report this as the snapshot date.
24855               If not specified, use the current date/time.
24856               If you specify a date here, be sure it's UTC.
24857
24858 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24859
24860         * tests/test-argp-2.sh: Fix test to match actual output.
24861         (func_compare): Fix sed script to be portable.
24862
24863 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
24864
24865         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
24866         workaround for this case.  It is not autoconfigured now; offhand
24867         it's hard to see how to autoconfigure it.
24868
24869 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
24872         a directory that is about to be chowned.  Such a directory's
24873         initial file permissions should permit the owner only and this
24874         should not be changed until after the chown, since the group and
24875         other bits would be incorrect if they granted permission before
24876         the chown.
24877
24878         Fix porting problem for iswctype reported by Georg Schwarz in:
24879         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
24880         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
24881         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
24882         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
24883         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24884
24885 2006-12-03  Jim Meyering  <jim@meyering.net>
24886
24887         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
24888         p->fts_statp may not yet be defined.
24889         (fts_read): Instead, set it in the caller, once p->fts_statp is
24890         sure to be defined, and corresponds to a top-level directory.
24891         This bug made du -x fail.  Here's the coreutils test case:
24892         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
24893         Reported by Mike Frysinger.
24894
24895 2006-12-01  Jim Meyering  <jim@meyering.net>
24896
24897         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
24898         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
24899         Reported by Simon Josefsson.
24900
24901 2006-11-30  Jim Meyering  <jim@meyering.net>
24902
24903         * m4/warning.m4: Use the all-permissive copyright notice
24904         recommended by RMS (rather than LGPL).
24905         * m4/vararrays.m4: Likewise.
24906         * m4/flexmember.m4: Likewise.
24907
24908 2006-11-29  Bruno Haible  <bruno@clisp.org>
24909
24910         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24911         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
24912         using +=.
24913         Reported by Simon Josefsson <simon@josefsson.org>.
24914
24915 2006-11-28  James Youngman <jay@gnu.org>
24916
24917         * README: Advise users that they might find the bug-gnulib@gnu.org
24918         and autotools-announce@gnu.org mailing lists useful.
24919
24920 2006-11-28  Bruno Haible  <bruno@clisp.org>
24921
24922         * m4/ptrdiff_max.m4: Remove file.
24923
24924 2006-11-21  Bruno Haible  <bruno@clisp.org>
24925
24926         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
24927         _AC_COMPUTE_INT.
24928         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24929         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
24930         _AC_COMPUTE_INT.
24931         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24932         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
24933         _AC_COMPUTE_INT.
24934         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24935
24936 2006-11-28  Jim Meyering  <jim@meyering.net>
24937
24938         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
24939         warning from "gcc -Wshadow" about shadowing the builtin.
24940
24941 2006-11-27  Bruno Haible  <bruno@clisp.org>
24942
24943         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
24944         _AC_COMPUTE_INT.
24945         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24946
24947 2006-11-27  Bruno Haible  <bruno@clisp.org>
24948             Paul Eggert  <eggert@cs.ucla.edu>
24949
24950         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
24951
24952 2006-11-26  Bruno Haible  <bruno@clisp.org>
24953
24954         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24955         noinst_LTLIBRARIES.
24956
24957 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24958             Bruno Haible  <bruno@clisp.org>
24959
24960         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
24961         if compiling with "gcc -ansi".
24962
24963 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24964
24965         Fix some incompatibilities with gcc -ansi -pedantic.
24966         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
24967         if compiling pedantically with GCC, unless it's C99 or later.
24968         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
24969         it mishandles gcc -ansi -pedantic as well.
24970         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
24971         if gcc -pedantic.
24972         * lib/regexec.c (check_node_accept_bytes): Don't use auto
24973         initializers for struct if -pedantic, unless it's C99 or later.
24974
24975 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
24976
24977         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
24978         Don't close an fd more than once. Identical atimes indicate
24979         success, not failure.
24980
24981 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
24982
24983         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
24984
24985 2006-11-23  Jim Meyering  <jim@meyering.net>
24986
24987         * build-aux/announce-gen: New file.  From coreutils.
24988
24989 2006-11-22  Jim Meyering  <jim@meyering.net>
24990
24991         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
24992         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
24993         (fts_read): Use a temporary to narrow the overused st_size member
24994         before using it in a switch statement.  Reported by Matthew Woehlke.
24995
24996         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
24997         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
24998
24999 2006-11-20  Bruno Haible  <bruno@clisp.org>
25000
25001         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
25002         changequote instead of pairs of brackets.
25003         Reported by Andreas Schwab <schwab@suse.de>.
25004
25005 2006-11-21  Jim Meyering  <jim@meyering.net>
25006
25007         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
25008         so as to remain compatible with older compilers.
25009         Patch from Michael Deutschmann.
25010
25011 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25012
25013         * MODULES.html.sh (File system functions): Add openat.
25014
25015         * lib/openat.h (rpl_fstatat): New macro, if
25016         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
25017         (fstatat): Define to rpl_fstatat under the same conditions,
25018         unless COMPILING_FSTATAT.
25019         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
25020         seems to have the bug.
25021         * lib/fstatat.c: New file.
25022         * modules/openat (Files): Add it.
25023
25024 2006-11-20  Bruno Haible  <bruno@clisp.org>
25025
25026         * Makefile: New file.
25027
25028 2006-11-20  Jim Meyering  <jim@meyering.net>
25029
25030         The beginnings of syntax-related checks for gnulib.
25031         * lib/Makefile: New file.
25032         * lib/t-idcache: New script.  Ensure that the two halves of
25033         idcache.c stay in sync.
25034
25035         * lib/idcache.c: Adjust comments in user- and group- portions to
25036         be more accurate, and to be consistent with one another.
25037
25038 2006-11-20  Jim Meyering  <jim@meyering.net>
25039
25040         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
25041         continue using the flexible array member (thus, this module performs
25042         half as many malloc calls), with the addition that...
25043         (getgroup, getuser): Consistently record a non-match via an empty
25044         "name" string, and map an empty string match to a NULL return value.
25045         * modules/idcache (Depends-on): Re-add flexmember.
25046
25047         * lib/idcache.c (getuser): Remove all uses of the register keyword.
25048         (getuidbyname, getgroup, getgidbyname): Likewise.
25049
25050         Use cleaner syntax: NULL rather than 0.
25051         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
25052
25053 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
25056         It mishandled the case where the group was missing.
25057         Problem reported by Greg Schafer.
25058         * modules/idcache: Likewise.
25059
25060 2006-11-18  Jim Meyering  <jim@meyering.net>
25061
25062         * check-module (%exempt_header): Add exception for some
25063         conditionally-included headers.
25064
25065         * modules/i-ring (Depends-on): Add verify.
25066         (License): Change to LGPL.
25067
25068 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
25071         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
25072         and inttostr.h.  Use snprintf rather than uinttostr, so that
25073         LGPLed code doesn't depend on GPLed.
25074
25075 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25076
25077         * modules/inline (License): Change from GPL to LGPL.
25078
25079 2006-11-17  Jim Meyering  <jim@meyering.net>
25080
25081         * modules/d-type (License): Switch to LGPL.
25082
25083 2006-11-15  Bruno Haible  <bruno@clisp.org>
25084
25085         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
25086
25087 2006-11-15  Eric Blake  <ebb9@byu.net>
25088
25089         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
25090         the module dependency.
25091
25092 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25093             Bruno Haible  <bruno@clisp.org>
25094
25095         * gnulib-tool (func_create_testdir): Add license consistency check.
25096
25097 2006-11-15  Eric Blake  <ebb9@byu.net>
25098
25099         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
25100         random "(cached)" in configure output.
25101
25102 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25103
25104         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
25105         test for conforming inttypes.h is both announced and cached.
25106
25107         * MODULES.html.sh (seen_modules, seen_files): New variables.
25108         (func_module): Rewrite to use a few less gnulib-tool and sed
25109         invocations.  Avoid a couple of quadratic algorithms for ...
25110         (missed_modules, missed_files): ... these, with ...
25111         (func_append, func_tmpdir): ... these new functions, from
25112         gnulib-tool.  Analogously, install traps for cleanup.
25113
25114         * tests/test-gc.c (main): Remove unused variables.
25115         * tests/test-read-file.c: Include stdlib.h, for 'free'.
25116
25117 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
25118
25119         * modules/inttostr (License): Change to LGPL.
25120
25121 2006-11-14  Eric Blake  <ebb9@byu.net>
25122
25123         * modules/tempname (License): Change to LGPL.
25124
25125 2006-11-14  Eric Blake  <ebb9@byu.net>
25126
25127         * doc/functions.texi (Function Portability): *printf functions on
25128         Cygwin now understand all POSIX size specifiers.
25129
25130 2006-11-14  Bruno Haible  <bruno@clisp.org>
25131
25132         * modules/c-ctype (License): Change to LGPL.
25133
25134 2006-11-12  Bruno Haible  <bruno@clisp.org>
25135
25136         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
25137         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
25138         for GNOME libraries, for which the include files are installed in
25139         subdirectories of $prefix/include.
25140
25141 2006-11-12  Bruno Haible  <bruno@clisp.org>
25142
25143         * m4/lib-link.m4: Require at least autoconf-2.54.
25144         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
25145         name to underscores for the --with option.
25146
25147 2006-11-13  Bruno Haible  <bruno@clisp.org>
25148
25149         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
25150         the tests directory.
25151         Reported by Ralf Wildenhues.
25152
25153 2006-11-13  Bruno Haible  <bruno@clisp.org>
25154
25155         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
25156         (func_emit_initmacro_end): Undo the override here.
25157         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
25158         Works around the famous automake error in coreutils.
25159
25160 2006-11-13  Eric Blake  <ebb9@byu.net>
25161
25162         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
25163         element, not its node.
25164
25165 2006-11-12  Bruno Haible  <bruno@clisp.org>
25166
25167         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
25168         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
25169
25170 2006-11-12  Bruno Haible  <bruno@clisp.org>
25171
25172         * gnulib-tool: New option --local-symlink.
25173         (func_usage): Document it.
25174         (lsymbolic): New variable.
25175         (func_import, func_create_testdir): If --symlink was not specified,
25176         test whether --local-symlink was specified and the file comes from
25177         the local_gnulib_dir.
25178
25179 2006-11-12  Bruno Haible  <bruno@clisp.org>
25180
25181         * gnulib-tool (func_ln): New function.
25182         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
25183
25184 2006-11-12  Bruno Haible  <bruno@clisp.org>
25185
25186         Finish support for source files in subdirectories.
25187         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
25188         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
25189         AUTOMAKE_OPTIONS.
25190         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
25191
25192 2006-11-12  Bruno Haible  <bruno@clisp.org>
25193
25194         * gnulib-tool (func_get_automake_snippet): Synthesize also an
25195         EXTRA_lib_SOURCES augmentation.
25196         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
25197
25198 2006-11-12  Jim Meyering  <jim@meyering.net>
25199
25200         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
25201         file descriptors.  This also averts a failure on systems with
25202         native openat support when a traversed directory lacks "x" access.
25203         * lib/fts_.h: Include "i-ring.h"
25204         (struct FTS) [fts_fd_ring]: New member.
25205         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
25206         (FCHDIR): Add parentheses.
25207         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
25208         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
25209         When descending, rather than simply closing the previous
25210         fts_cwd_fd value, push that file descriptor onto the ring.
25211         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
25212         (fts_open): Initialize the new fd_ring member.
25213         (fts_close): Clear the ring.
25214         (fts_safe_changedir): When possible, use our new fd_ring to skip
25215         the diropen and fstat and dev/ino comparison that would normally
25216         accompany a virtual `chdir ("..")'.
25217
25218         * modules/fts (Depends-on): Add i-ring.
25219         * modules/i-ring: New module.
25220         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
25221         * m4/i-ring.m4: New file.
25222
25223 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25224
25225         * gnulib-tool (func_create_testdir): Fix replacement of
25226         `build-aux' in configure.ac.  Run autotools in gltests
25227         subdirectory.
25228         (func_create_testdir, func_create_megatestdir, test): There is
25229         no need for '--force' in most autotool invocations in a new
25230         tree.  Actually fail the whole test if any of the tools, or the
25231         configure or make stages fail.
25232
25233         Sync from Automake.
25234         * build-aux/gnupload: Revert last change.  Add pointer to upload
25235         instructions of the GNU Maintenance Instructions.
25236         Suggestion by Karl Berry.
25237
25238 2006-11-10  Jim Meyering  <jim@meyering.net>
25239
25240         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
25241
25242 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25243
25244         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
25245         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
25246         (bind_textdomain_codeset) [! ENABLE_NLS]:
25247         Evaluate all the arguments.  That way, callers get compatible behavior
25248         if the arguments have side effects.  Also, it avoids some GCC
25249         diagnostics in some cases; Joel E. Denny reported problems when Bison
25250         was configured with --enable-gcc-warnigs.
25251
25252 2006-11-10  Jim Meyering  <jim@meyering.net>
25253
25254         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
25255         relevant options in CFLAGS (like -O, -fno-inline) are taken into
25256         account.
25257
25258 2006-11-10  Jim Meyering  <jim@meyering.net>
25259
25260         * modules/inline: New file/module.
25261         * modules/xalloc (Files): Remove m4/inline.m4.
25262         (Depends-on): Add inline, instead.
25263         * modules/oset: Likewise.
25264         * modules/list: Likewise.
25265
25266 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25267
25268         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
25269         Problem reported by Matthew Woehlke.
25270
25271 2006-11-09  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/tempname.c (gen_tempname): Remove variant that invokes
25274         __gen_tempname.
25275         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
25276         __gen_tempname.
25277
25278 2006-11-08  Bruno Haible  <bruno@clisp.org>
25279
25280         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
25281         to 'yes' instead of 'cross-compiling'.
25282
25283 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
25284
25285         * lib/quotearg.h (quotearg_free): New decl.
25286         * lib/quotearg.c (quotearg_free): New function.
25287         (slot0, nslots, slotvec0, slotvec):
25288         Now file-scope so that quotearg_free can get at them.
25289
25290 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25291
25292         Sync from Automake.
25293         * build-aux/gnupload: Add missing 'gnu' to example URL.
25294         Report by Karl Berry.
25295
25296 2006-11-08  Bruno Haible  <bruno@clisp.org>
25297
25298         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
25299         Suggested by Paul Eggert.
25300
25301 2006-11-08  Jim Meyering  <jim@meyering.net>
25302
25303         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
25304         It's already included if !_LIBC.
25305         (fts_safe_changedir): Add a comment.
25306
25307 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25308
25309         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
25310         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
25311         Matthew Woehlke.
25312
25313         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
25314         definitions up, to avoid colliding with change below.
25315         (static_inline) [HAVE_INLINE]: New macro.
25316         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
25317         Provide extern decls when !HAVE_INLINE.  Do not define unless
25318         static_inline is defined, either by us or by xmalloc.c.  Use
25319         static_inline rather than static inline.
25320         (XCALLOC): Optimize sizeof(T) = 1 case.
25321         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
25322
25323 2006-11-07  Bruno Haible  <bruno@clisp.org>
25324
25325         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
25326         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
25327         AC_C_INLINE.
25328         * modules/xalloc (Files): Add m4/inline.m4.
25329
25330 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25331
25332         * README: Fix typo.
25333         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
25334         (Miscellanous Notes): ...from this.
25335
25336 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25337
25338         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
25339         Mention that offsetof should be used instead of sizeof.
25340         From Bruno Haible.
25341
25342 2006-11-07  Bruno Haible  <bruno@clisp.org>
25343
25344         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
25345
25346 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25347
25348         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25349         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
25350         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25351         (gl_tree_add_before, gl_tree_add_after):
25352         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
25353         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
25354         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
25355         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
25356         (gl_linked_add_after, gl_linked_add_at): Likewise.
25357         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
25358         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25359         (gl_tree_add_before, gl_tree_add_after): Likewise.
25360         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
25361         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
25362         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
25363
25364 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25365
25366         * lib/gl_oset.h: Use C comment style, not C++ comment style.
25367
25368 2006-11-06  Bruno Haible  <bruno@clisp.org>
25369
25370         * m4/inline.m4: New file.
25371         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
25372         * modules/list (Files): Add m4/inline.m4.
25373         * modules/oset (Files): Likewise.
25374
25375 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25376
25377         * lib/idcache.c: Include <stddef.h>, for offsetof.
25378         (struct userid.name): Change from char * to a flexible array member.
25379         All uses changed.
25380         * modules/idcache (Depends-on): Add flexmember.
25381
25382         * MODULES.html.sh (Core language properties): New module flexmember.
25383         * modules/flexmember, m4/flexmember.m4: New files.
25384
25385         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
25386         inline functions that are identical with the old xnmalloc_inline,
25387         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
25388         that we can avoid some unnecessary integer multiplications and
25389         divisions in the common case where the element size is known at
25390         compile time.
25391         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
25392         needed.
25393         (xnboundedmalloc): Remove.
25394         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
25395         arguments, for consistency with rest of this header.
25396         (xcharalloc): Rewrite using XNMALLOC.
25397         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
25398         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
25399         versions have been moved to lib/xalloc.h and renamed to be the
25400         non-*_inline versions.
25401         (xmalloc, xrealloc): Implement without reference to the xnmalloc
25402         and xnrealloc functions, since those functions are now inline and
25403         now call us.
25404         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
25405         renaming described above.
25406         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
25407         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
25408         captures the dependency in AC_C_INLINE.
25409
25410         New module canonicalize-lgpl, proposed by Charles Wilson in
25411         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
25412         with a few small changes afterwards.
25413         * MODULES.html.sh (File system functions): New module
25414         canonicalize-lgpl.
25415         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
25416         and canonicalize_file_name.
25417         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
25418         * modules/canonicalize-lgpl: New files.
25419
25420 2006-11-05  Bruno Haible  <bruno@clisp.org>
25421
25422         * gnulib-tool (func_import, func_create_testdir): Create directories
25423         also for files in subdirectories of lib/.
25424
25425 2006-11-05  Bruno Haible  <bruno@clisp.org>
25426
25427         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
25428         ANSI C compliant.
25429
25430 2006-11-03  Bruno Haible  <bruno@clisp.org>
25431
25432         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25433         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
25434         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
25435         (xnboundedmalloc): New inline function.
25436         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
25437         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
25438         xmalloc.
25439         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
25440         xmalloc.
25441         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
25442         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
25443         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
25444         xmalloc.
25445         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25446         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
25447         xmalloc.
25448         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
25449         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25450         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
25451         xmalloc.
25452         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25453         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
25454         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25455         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
25456         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
25457         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
25458         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
25459
25460 2006-11-03  Bruno Haible  <bruno@clisp.org>
25461
25462         * lib/c-ctype.h [C++]: Define functions without name mangling.
25463         * lib/fwriteerror.h [C++]: Likewise.
25464         * lib/gcd.h [C++]: Likewise.
25465         * lib/linebreak.h [C++]: Likewise.
25466
25467 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
25468
25469         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
25470         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
25471         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
25472         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25473         Check for functions and headers just once.
25474         Check for declaration of canonicalize_file_name.
25475         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
25476
25477 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25478
25479         * gnulib-tool (func_import): Fix typo in actioncmd.
25480
25481 2006-11-02  Bruno Haible  <bruno@clisp.org>
25482
25483         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
25484         newline sequence in the Makefile.am snippet as a space, like "make"
25485         does.
25486         Reported by Roger Persson <perrog@gmail.com>.
25487
25488 2006-11-01  Bruno Haible  <bruno@clisp.org>
25489
25490         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
25491         already declared in <string.h>.
25492         * lib/strcase.h (strncasecmp): Don't declare it if yes.
25493
25494 2006-11-01  Bruno Haible  <bruno@clisp.org>
25495
25496         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
25497         * lib/strcase.h: Include <string.h>.
25498         (strcasecmp): Define to rpl_strcasecmp here.
25499
25500 2006-11-01  Bruno Haible  <bruno@clisp.org>
25501
25502         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
25503
25504 2006-11-01  Eric Blake  <ebb9@byu.net>
25505
25506         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
25507
25508         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
25509
25510 2006-10-29  Bruno Haible  <bruno@clisp.org>
25511
25512         Make it compile in C++ mode.
25513         * lib/full-write.c (full_rw): Add a cast.
25514
25515 2006-11-01  Bruno Haible  <bruno@clisp.org>
25516
25517         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
25518         be POSIX compliant.
25519         Reported by Roger Persson <perrog@gmail.com>.
25520
25521 2006-11-01  Eric Blake  <ebb9@byu.net>
25522
25523         * lib/getopt_.h: Fix comments.
25524
25525 2006-10-31  Eric Blake  <ebb9@byu.net>
25526
25527         * modules/tmpdir (Depends-on): Add sys_stat.
25528         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
25529         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
25530         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
25531         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
25532         tempname.
25533
25534 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
25535
25536         Avoid some C++ diagnostics reported by Bruno Haible.
25537         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
25538         xmalloc.
25539         (quotearg_alloc): Use xcharalloc rather than xmalloc.
25540         (struct slotvec): Move to top level.
25541         (quotearg_n_options): Rewrite to avoid xmalloc.
25542         * lib/xalloc.h (xcharalloc): New function.
25543         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
25544         [defined __cplusplus]: Add function template that provides result
25545         type propagation.  This part of the change is from Bruno Haible.
25546
25547 2006-10-29  Bruno Haible  <bruno@clisp.org>
25548
25549         Make it compile in C++ mode.
25550         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
25551         * lib/strnlen1.c (strnlen1): Cast memchr result.
25552         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
25553         * lib/clean-temp.c (string_equals, string_hash): Add casts.
25554         (create_temp_dir): Rename local variable 'template'.
25555         (compile_csharp_using_sscli): Add cast.
25556         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
25557         * lib/findprog.c (find_in_path): Likewise.
25558         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
25559         * lib/wait-process.c (register_slave_subprocess): Likewise.
25560
25561 2006-10-22  Bruno Haible  <bruno@clisp.org>
25562
25563         * modules/tsearch: New file.
25564         * lib/tsearch.h: New file.
25565         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
25566         * m4/tsearch.m4: New file.
25567         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
25568
25569 2006-10-29  Eric Blake  <ebb9@byu.net>
25570
25571         * lib/arcfour.c: Assume config.h.
25572         * lib/arctwo.c: Likewise.
25573         * lib/base64.c: Likewise.
25574         * lib/check-version.c: Likewise.
25575         * lib/crc.c: Likewise.
25576         * lib/des.c: Likewise.
25577         * lib/gc-gnulib.c: Likewise.
25578         * lib/gc-libgcrypt.c: Likewise.
25579         * lib/gc-pbkdf2-sha1.c: Likewise.
25580         * lib/getaddrinfo.c: Likewise.
25581         * lib/getdelim.c: Likewise.
25582         * lib/getline.c: Likewise.
25583         * lib/hmac-md5.c: Likewise.
25584         * lib/hmac-sha1.c: Likewise.
25585         * lib/iconvme.c: Likewise.
25586         * lib/md2.c: Likewise.
25587         * lib/md4.c: Likewise.
25588         * lib/memxor.c: Likewise.
25589         * lib/read-file.c: Likewise.
25590         * lib/readline.c: Likewise.
25591         * lib/rijndael-alg-fst.c: Likewise.
25592         * lib/rijndael-api-fst.c: Likewise.
25593         * lib/xgetdomainname.c: Likewise.
25594
25595 2006-10-28  Eric Blake  <ebb9@byu.net>
25596
25597         * lib/xstrndup.c: Assume config.h.
25598
25599 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25600
25601         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
25602         stat-macros.h is now for our own macros, whereas stat_h is for
25603         macros in the <sys/stat.h> name space.
25604         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
25605         (STAT_MACROS_H): Remove.
25606         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
25607         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
25608         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
25609         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
25610         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
25611         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
25612         Move these macros to ...
25613         * lib/stat_.h: here.  Don't include stat-macros.h.
25614         * lib/canonicalize.c: Don't include stat-macros.h.
25615         * lib/chown.c: Likewise.
25616         * lib/euidaccess.c: Likewise.
25617         * lib/file-type.c: Likewise.
25618         * lib/filemode.c: Likewise.
25619         * lib/glob.c: Likewise.
25620         * lib/isapipe.c: Likewise.
25621         * lib/lchown.c: Likewise.
25622         * lib/lstat.c: Likewise.
25623         * lib/mkdir-p.c: Likewise.
25624         * lib/rmdir.c: Likewise.
25625         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
25626         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
25627         unless mkdir isn't declared, to speed up 'configure'.
25628         Always create sys/stat.h, since it's unlikely any real sys/stat.h
25629         would define all the S_* symbols.
25630         * modules/canonicalize (Depends-on):
25631         Depend on sys_stat, not stat-macros.
25632         * modules/chown: Likewise.
25633         * modules/euidaccess: Likewise.
25634         * modules/filemode: Likewise.
25635         * modules/file-type: Likewise.
25636         * modules/glob: Likewise.
25637         * modules/isapipe: Likewise.
25638         * modules/lchown: Likewise.
25639         * modules/lstat: Likewise.
25640         * modules/mkancesdirs: Likewise.
25641         * modules/rmdir: Likewise.
25642         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
25643         * modules/modechange: Likewise.
25644         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
25645         (configure.ac): Remove gl_STAT_MACROS.
25646         * modules/sys_stat (Depends-on): Remove stat-macros.
25647
25648 2006-10-27  Bruno Haible  <bruno@clisp.org>
25649
25650         * m4/signed.m4: Remove file.
25651         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
25652         invocation.
25653         * modules/vasnprintf (Files): Remove m4/signed.m4.
25654
25655 2006-10-27  Bruno Haible  <bruno@clisp.org>
25656
25657         Update to GNU gettext 0.16.
25658         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
25659         m4/inttypes-h.m4, m4/signed.m4.
25660         * m4/gettext.m4: Update to GNU gettext 0.16.
25661         * m4/intl.m4: New file, from GNU gettext.
25662         * m4/intldir.m4: New file, from GNU gettext.
25663         * config/srclist.txt: Update
25664
25665 2006-10-27  Eric Blake  <ebb9@byu.net>
25666
25667         * MODULES.html.sh: Document tempname.
25668         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
25669         dependencies.
25670         (Files): Move lib/tempname.c...
25671         * modules/tempname: ...to this new module.
25672         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
25673         (gl_PREREQ_TEMPNAME): Move...
25674         * m4/tempname.m4: ...to this new file.
25675         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
25676         * modules/sys_stat (Depends-on): Add stat-macros.
25677         * lib/stat_.h (includes): Pick up stat macros.
25678         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
25679         if stat macros are broken.
25680         * lib/tempname.c (includes): No need to include "stat-macros.h".
25681         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
25682         (direxists, __path_search) [!_LIBC]: Don't compile these in
25683         gnulib; the tmpdir module covers that.
25684         * lib/tempname.h: New file.
25685
25686 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
25687
25688         * COPYING: Explain how gnulib-tool converts licence headers.
25689         Almost all wording by Eric Blake.
25690
25691 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
25692
25693         * lib/mbchar.h (is_basic_table): Make read-only.
25694         * lib/mbchar.c (is_basic_table): Likewise.
25695         Reported by John Darrington.
25696
25697 2006-10-25  Bruno Haible  <bruno@clisp.org>
25698
25699         * lib/progname.h (set_program_name): Undefine before defining.
25700
25701 2006-10-25  Bruno Haible  <bruno@clisp.org>
25702
25703         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
25704         false for non-gcc C++ compilers.
25705         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25706
25707 2006-10-24  Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
25710         iconv implementations like Irix iconv.
25711
25712 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25713
25714         * modules/vararrays: New file.
25715         * m4/vararrays.m4: New file, taken from diffutils.
25716         * MODULES.html.sh: New module vararrays.
25717
25718 2006-10-24  Karl Berry  <karl@gnu.org>
25719
25720         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
25721         Don't call GNU Unix.
25722
25723 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25724
25725         * users.txt: Add Libtool.
25726
25727         Sync from Libtool:
25728
25729         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25730
25731         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
25732         to gnulib's policy of including config.h unconditionally.
25733
25734 2006-10-24  Bruno Haible  <bruno@clisp.org>
25735
25736         * modules/wcwidth (Files): Add m4/wint_t.m4.
25737         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
25738         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
25739
25740 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25741
25742         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
25743         to pacify GCC with some -W flags enabled.  Problem reported by
25744         Bruno Haible.
25745
25746 2006-10-24  Jim Meyering  <jim@meyering.net>
25747
25748         * MODULES.html.sh: Remove uinttostr.  It's not a module.
25749         Reported by Karl Berry.
25750
25751 2006-10-23  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
25754
25755 2006-10-24  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/gl_list.h: Use C comment style, not C++ comment style.
25758
25759 2006-10-23  Eric Blake  <ebb9@byu.net>
25760
25761         * lib/getaddrinfo.c (includes): Add missing include.
25762
25763 2006-10-23  Bruno Haible  <bruno@clisp.org>
25764             Paul Eggert  <eggert@cs.ucla.edu>
25765
25766         Ability to rename obstack_free.
25767         * lib/obstack.h (__obstack_free): New macro. Declare instead of
25768         obstack_free.
25769         (obstack_free): Invoke the __obstack_free macro.
25770         * lib/obstack.c (obstack_free): Use __obstack_free macro.
25771
25772 2006-10-23  Bruno Haible  <bruno@clisp.org>
25773             Paul Eggert  <eggert@cs.ucla.edu>
25774
25775         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
25776         __argc, __argv from the declaration. (They are defined as macros on
25777         mingw.)
25778
25779 2006-10-22  Bruno Haible  <bruno@clisp.org>
25780
25781         * doc/gnulib-intro.texi: New file.
25782         * doc/gnulib.texi: Include it.
25783
25784 2006-10-21  Bruno Haible  <bruno@clisp.org>
25785
25786         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
25787         "Introduction", "Miscellanous Notes", "Particular Modules".
25788
25789 2006-10-21  Bruno Haible  <bruno@clisp.org>
25790
25791         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25792         Change mostlyclean-local rule to avoid sh syntax error from bash
25793         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
25794
25795 2006-10-23  Jim Meyering  <jim@meyering.net>
25796
25797         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
25798         in place of snprintf.
25799
25800         * modules/inttostr (Files): Add lib/uinttostr.c.
25801         * lib/uinttostr.c (inttostr): New file/function.
25802         * lib/inttostr.h (uinttostr): Declare.
25803         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
25804         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25805         Add uinttostr.
25806         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
25807
25808 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * lib/canonicalize.c (ELOOP): Define if not already defined.
25811         Problem reported by Bruno Haible in
25812         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
25813
25814 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25815
25816         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
25817         Problem reported by Perry Smith and Ville Laurikari.
25818
25819         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
25820         uses.
25821
25822 2006-10-19  Bruno Haible  <bruno@clisp.org>
25823
25824         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
25825         for mingw.
25826
25827 2006-10-19  Bruno Haible  <bruno@clisp.org>
25828
25829         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
25830         Needed for mingw.
25831
25832 2006-10-19  Bruno Haible  <bruno@clisp.org>
25833
25834         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
25835
25836 2006-10-19  Bruno Haible  <bruno@clisp.org>
25837
25838         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
25839         it.
25840
25841 2006-10-19  Bruno Haible  <bruno@clisp.org>
25842
25843         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
25844         invocation.
25845
25846 2006-10-19  Bruno Haible  <bruno@clisp.org>
25847
25848         * gnulib-tool (func_create_testdir): Don't include ftruncate and
25849         mountlist by default.
25850
25851 2006-10-16  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/c-strstr.c: Include c-strstr.h.
25854
25855 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25856
25857         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
25858         in a slash.
25859
25860 2006-10-18  Bruno Haible  <bruno@clisp.org>
25861
25862         * lib/lock.h [C++]: Wrap definitions in extern "C".
25863
25864 2006-10-18  Bruno Haible  <bruno@clisp.org>
25865
25866         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
25867         gl_LIBOBJS list.
25868
25869 2006-10-18  Bruno Haible  <bruno@clisp.org>
25870
25871         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
25872
25873 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
25874
25875         * lib/xstrtol.h: Include gettext.h.
25876         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
25877         Problem reported by Eric Blake.
25878         * modules/xstrtol (Depends-on): Add gettext-h.
25879
25880 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
25881
25882         * lib/strftime.c (advance): New macro.
25883         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
25884         incomplete type, so you can't add 0 to it.  Problem and patch
25885         reported by Eelco Dolstra for dietlibc.
25886
25887 2006-10-18  Jim Meyering  <jim@meyering.net>
25888
25889         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
25890         type for a local, and rename it: s/up/user_proc/.
25891
25892 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25893
25894         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
25895         READ_UTMP_USER_PROCESS.
25896         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
25897
25898 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25899
25900         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
25901         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
25902
25903 2006-10-17  Eric Blake  <ebb9@byu.net>
25904
25905         * lib/sigprocmask.c (sigprocmask): Fix typo.
25906
25907         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
25908
25909         * modules/clean-temp (Makefile.am): Don't add to make output...
25910         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
25911         config.h.
25912
25913 2006-10-17  Bruno Haible  <bruno@clisp.org>
25914
25915         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
25916         differently if DEFAULT_TEXT_DOMAIN is set.
25917
25918 2006-10-16  Bruno Haible  <bruno@clisp.org>
25919
25920         * lib/clean-temp.c: Include fwriteerror.h.
25921
25922 2006-10-16  Bruno Haible  <bruno@clisp.org>
25923
25924         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
25925
25926 2006-10-16  Bruno Haible  <bruno@clisp.org>
25927
25928         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
25929         * lib/sigprocmask.h: Include <sys/types.h>.
25930         (sigset_t): Use the system's definition if present.
25931
25932 2006-10-17  Eric Blake  <ebb9@byu.net>
25933
25934         * lib/xvasprintf.c (includes): Assume config.h.
25935         * lib/xasprintf.c (includes): Likewise.
25936
25937 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25938
25939         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
25940         at least as wide as intmax_t.
25941
25942 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
25943
25944         (Imported from Automake.)
25945         * build-aux/gnupload: Update to version 1.1 of directive file.
25946
25947 2006-10-16  Eric Blake  <ebb9@byu.net>
25948
25949         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
25950         match Automake 1.10a.
25951
25952 2006-10-14  Bruno Haible  <bruno@clisp.org>
25953
25954         * modules/sigprocmask: New file.
25955         * lib/sigprocmask.h: New file.
25956         * lib/sigprocmask.c: New file.
25957         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
25958         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
25959         request sigprocmask.o.
25960         (gl_PREREQ_SIGPROCMASK): New macro.
25961         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
25962         (Depends-on): Add sigprocmask.
25963         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
25964         gt_SIGNALBLOCKING. Test for 'raise' only once.
25965         * lib/fatal-signal.c: Include sigprocmask.h.
25966         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
25967         unblock_fatal_signals): Define always.
25968         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25969         sigprocmask.
25970
25971 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25972
25973         Sync from Automake.
25974         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
25975         which incorrectly sets the mode of an existing destination
25976         directory.  In some cases the unpatched install-sh could do the
25977         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
25978         system.  We hope this is rare in practice, but it's clearly worth
25979         fixing.  Problem reported by Alex Unleashed in
25980         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
25981         Also, don't bother to check for -m bugs unless we're using -m;
25982         suggested by Stepan Kasal.
25983
25984 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25985
25986         Sync from Automake.
25987         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
25988         `-c' flag, so they appear at the same position as in %FASTDEP%
25989         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
25990         which ignores unknown options only after the first non-option.
25991         Bug report against M4 by Nelson H. F. Beebe.
25992
25993 2006-10-13  Jim Meyering  <jim@meyering.net>
25994
25995         Fix a bug in yesterday's change.
25996         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
25997         p->fts_statp->st_dev would be used uninitialized.
25998         Ensures that we always call fts_stat on the very first entry.
25999         Miklos Szeredi reported that find -xdev stopped working.
26000
26001 2006-10-12  Bruno Haible  <bruno@clisp.org>
26002
26003         * gnulib-tool (func_get_automake_snippet): Append an automatically
26004         computed EXTRA_DIST augmentation.
26005         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
26006         * modules/alloca-opt (Makefile.am): Likewise.
26007         * modules/allocsa (Makefile.am): Likewise.
26008         * modules/arcfour (Makefile.am): Likewise.
26009         * modules/arctwo (Makefile.am): Likewise.
26010         * modules/argmatch (Makefile.am): Likewise.
26011         * modules/argz (Makefile.am): Likewise.
26012         * modules/atexit (Makefile.am): Likewise.
26013         * modules/backupfile (Makefile.am): Likewise.
26014         * modules/byteswap (Makefile.am): Likewise.
26015         * modules/c-strtod (Makefile.am): Likewise.
26016         * modules/c-strtold (Makefile.am): Likewise.
26017         * modules/calloc (Makefile.am): Likewise.
26018         * modules/canon-host (Makefile.am): Likewise.
26019         * modules/canonicalize (Makefile.am): Likewise.
26020         * modules/chdir-long (Makefile.am): Likewise.
26021         * modules/chdir-safer (Makefile.am): Likewise.
26022         * modules/check-version (Makefile.am): Likewise.
26023         * modules/chown (Makefile.am): Likewise.
26024         * modules/cloexec (Makefile.am): Likewise.
26025         * modules/close-stream (Makefile.am): Likewise.
26026         * modules/closeout (Makefile.am): Likewise.
26027         * modules/crc (Makefile.am): Likewise.
26028         * modules/csharpexec (Makefile.am): Likewise.
26029         * modules/cycle-check (Makefile.am): Likewise.
26030         * modules/des (Makefile.am): Likewise.
26031         * modules/dev-ino (Makefile.am): Likewise.
26032         * modules/dirfd (Makefile.am): Likewise.
26033         * modules/dirname (Makefile.am): Likewise.
26034         * modules/dup2 (Makefile.am): Likewise.
26035         * modules/eealloc (Makefile.am): Likewise.
26036         * modules/error (Makefile.am): Likewise.
26037         * modules/euidaccess (Makefile.am): Likewise.
26038         * modules/exclude (Makefile.am): Likewise.
26039         * modules/exitfail (Makefile.am): Likewise.
26040         * modules/fcntl-safer (Makefile.am): Likewise.
26041         * modules/fcntl (Makefile.am): Likewise.
26042         * modules/file-type (Makefile.am): Likewise.
26043         * modules/fileblocks (Makefile.am): Likewise.
26044         * modules/filemode (Makefile.am): Likewise.
26045         * modules/filenamecat (Makefile.am): Likewise.
26046         * modules/fnmatch (Makefile.am): Likewise.
26047         * modules/fopen-safer (Makefile.am): Likewise.
26048         * modules/fpending (Makefile.am): Likewise.
26049         * modules/fprintftime (Makefile.am): Likewise.
26050         * modules/free (Makefile.am): Likewise.
26051         * modules/fsusage (Makefile.am): Likewise.
26052         * modules/ftruncate (Makefile.am): Likewise.
26053         * modules/fts (Makefile.am): Likewise.
26054         * modules/gc-arcfour (Makefile.am): Likewise.
26055         * modules/gc-des (Makefile.am): Likewise.
26056         * modules/gc-hmac-md5 (Makefile.am): Likewise.
26057         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
26058         * modules/gc-md4 (Makefile.am): Likewise.
26059         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26060         * modules/gc-sha1 (Makefile.am): Likewise.
26061         * modules/gc (Makefile.am): Likewise.
26062         * modules/getaddrinfo (Makefile.am): Likewise.
26063         * modules/getcwd (Makefile.am): Likewise.
26064         * modules/getdelim (Makefile.am): Likewise.
26065         * modules/getdomainname (Makefile.am): Likewise.
26066         * modules/getgroups (Makefile.am): Likewise.
26067         * modules/gethostname (Makefile.am): Likewise.
26068         * modules/gethrxtime (Makefile.am): Likewise.
26069         * modules/getline (Makefile.am): Likewise.
26070         * modules/getloadavg (Makefile.am): Likewise.
26071         * modules/getlogin_r (Makefile.am): Likewise.
26072         * modules/getndelim2 (Makefile.am): Likewise.
26073         * modules/getopt (Makefile.am): Likewise.
26074         * modules/getpagesize (Makefile.am): Likewise.
26075         * modules/getpass-gnu (Makefile.am): Likewise.
26076         * modules/getpass (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/intprops (Makefile.am): Likewise.
26095         * modules/inttostr (Makefile.am): Likewise.
26096         * modules/inttypes (Makefile.am): Likewise.
26097         * modules/isapipe (Makefile.am): Likewise.
26098         * modules/javaversion (Makefile.am): Likewise.
26099         * modules/lchmod (Makefile.am): Likewise.
26100         * modules/lchown (Makefile.am): Likewise.
26101         * modules/localcharset (Makefile.am): Likewise.
26102         * modules/long-options (Makefile.am): Likewise.
26103         * modules/lstat (Makefile.am): Likewise.
26104         * modules/malloc (Makefile.am): Likewise.
26105         * modules/mathl (Makefile.am): Likewise.
26106         * modules/mbchar (Makefile.am): Likewise.
26107         * modules/md2 (Makefile.am): Likewise.
26108         * modules/md4 (Makefile.am): Likewise.
26109         * modules/md5 (Makefile.am): Likewise.
26110         * modules/memcasecmp (Makefile.am): Likewise.
26111         * modules/memchr (Makefile.am): Likewise.
26112         * modules/memcmp (Makefile.am): Likewise.
26113         * modules/memcoll (Makefile.am): Likewise.
26114         * modules/memcpy (Makefile.am): Likewise.
26115         * modules/memmem (Makefile.am): Likewise.
26116         * modules/memmove (Makefile.am): Likewise.
26117         * modules/mempcpy (Makefile.am): Likewise.
26118         * modules/memrchr (Makefile.am): Likewise.
26119         * modules/memset (Makefile.am): Likewise.
26120         * modules/memxor (Makefile.am): Likewise.
26121         * modules/mkancesdirs (Makefile.am): Likewise.
26122         * modules/mkdir-p (Makefile.am): Likewise.
26123         * modules/mkdir (Makefile.am): Likewise.
26124         * modules/mkdtemp (Makefile.am): Likewise.
26125         * modules/mkstemp (Makefile.am): Likewise.
26126         * modules/mktime (Makefile.am): Likewise.
26127         * modules/modechange (Makefile.am): Likewise.
26128         * modules/mountlist (Makefile.am): Likewise.
26129         * modules/nanosleep (Makefile.am): Likewise.
26130         * modules/obstack (Makefile.am): Likewise.
26131         * modules/openat (Makefile.am): Likewise.
26132         * modules/pagealign_alloc (Makefile.am): Likewise.
26133         * modules/pathmax (Makefile.am): Likewise.
26134         * modules/physmem (Makefile.am): Likewise.
26135         * modules/poll (Makefile.am): Likewise.
26136         * modules/posixtm (Makefile.am): Likewise.
26137         * modules/posixver (Makefile.am): Likewise.
26138         * modules/putenv (Makefile.am): Likewise.
26139         * modules/quote (Makefile.am): Likewise.
26140         * modules/quotearg (Makefile.am): Likewise.
26141         * modules/raise (Makefile.am): Likewise.
26142         * modules/read-file (Makefile.am): Likewise.
26143         * modules/readline (Makefile.am): Likewise.
26144         * modules/readlink (Makefile.am): Likewise.
26145         * modules/readtokens (Makefile.am): Likewise.
26146         * modules/readutmp (Makefile.am): Likewise.
26147         * modules/realloc (Makefile.am): Likewise.
26148         * modules/regex (Makefile.am): Likewise.
26149         * modules/rename-dest-slash (Makefile.am): Likewise.
26150         * modules/rename (Makefile.am): Likewise.
26151         * modules/rijndael (Makefile.am): Likewise.
26152         * modules/rmdir (Makefile.am): Likewise.
26153         * modules/rpmatch (Makefile.am): Likewise.
26154         * modules/safe-read (Makefile.am): Likewise.
26155         * modules/safe-write (Makefile.am): Likewise.
26156         * modules/same-inode (Makefile.am): Likewise.
26157         * modules/same (Makefile.am): Likewise.
26158         * modules/save-cwd (Makefile.am): Likewise.
26159         * modules/savedir (Makefile.am): Likewise.
26160         * modules/setenv (Makefile.am): Likewise.
26161         * modules/settime (Makefile.am): Likewise.
26162         * modules/sha1 (Makefile.am): Likewise.
26163         * modules/sig2str (Makefile.am): Likewise.
26164         * modules/snprintf (Makefile.am): Likewise.
26165         * modules/stat-macros (Makefile.am): Likewise.
26166         * modules/stat-time (Makefile.am): Likewise.
26167         * modules/stdbool (Makefile.am): Likewise.
26168         * modules/stdint (Makefile.am): Likewise.
26169         * modules/stdlib-safer (Makefile.am): Likewise.
26170         * modules/stpcpy (Makefile.am): Likewise.
26171         * modules/stpncpy (Makefile.am): Likewise.
26172         * modules/strcase (Makefile.am): Likewise.
26173         * modules/strcasestr (Makefile.am): Likewise.
26174         * modules/strchrnul (Makefile.am): Likewise.
26175         * modules/strcspn (Makefile.am): Likewise.
26176         * modules/strdup (Makefile.am): Likewise.
26177         * modules/strerror (Makefile.am): Likewise.
26178         * modules/strftime (Makefile.am): Likewise.
26179         * modules/strndup (Makefile.am): Likewise.
26180         * modules/strnlen (Makefile.am): Likewise.
26181         * modules/strpbrk (Makefile.am): Likewise.
26182         * modules/strsep (Makefile.am): Likewise.
26183         * modules/strstr (Makefile.am): Likewise.
26184         * modules/strtod (Makefile.am): Likewise.
26185         * modules/strtoimax (Makefile.am): Likewise.
26186         * modules/strtok_r (Makefile.am): Likewise.
26187         * modules/strtol (Makefile.am): Likewise.
26188         * modules/strtoll (Makefile.am): Likewise.
26189         * modules/strtoul (Makefile.am): Likewise.
26190         * modules/strtoull (Makefile.am): Likewise.
26191         * modules/strtoumax (Makefile.am): Likewise.
26192         * modules/strverscmp (Makefile.am): Likewise.
26193         * modules/sys_socket (Makefile.am): Likewise.
26194         * modules/sys_stat (Makefile.am): Likewise.
26195         * modules/sysexits (Makefile.am): Likewise.
26196         * modules/time_r (Makefile.am): Likewise.
26197         * modules/timegm (Makefile.am): Likewise.
26198         * modules/timespec (Makefile.am): Likewise.
26199         * modules/tmpfile-safer (Makefile.am): Likewise.
26200         * modules/trim (Makefile.am): Likewise.
26201         * modules/unistd-safer (Makefile.am): Likewise.
26202         * modules/unlinkdir (Makefile.am): Likewise.
26203         * modules/unlocked-io (Makefile.am): Likewise.
26204         * modules/userspec (Makefile.am): Likewise.
26205         * modules/utime (Makefile.am): Likewise.
26206         * modules/utimecmp (Makefile.am): Likewise.
26207         * modules/utimens (Makefile.am): Likewise.
26208         * modules/vasnprintf (Makefile.am): Likewise.
26209         * modules/vasprintf (Makefile.am): Likewise.
26210         * modules/vsnprintf (Makefile.am): Likewise.
26211         * modules/xalloc (Makefile.am): Likewise.
26212         * modules/xgetcwd (Makefile.am): Likewise.
26213         * modules/xnanosleep (Makefile.am): Likewise.
26214         * modules/xreadlink (Makefile.am): Likewise.
26215         * modules/xstrtod (Makefile.am): Likewise.
26216         * modules/xstrtol (Makefile.am): Likewise.
26217         * modules/xstrtold (Makefile.am): Likewise.
26218         * modules/yesno (Makefile.am): Likewise.
26219         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
26220
26221 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26222
26223         * modules/error (Makefile.am): Distribute files through
26224         EXTRA_DIST, not lib_SOURCES.
26225
26226 2006-10-12  Eric Blake  <ebb9@byu.net>
26227
26228         * modules/error (Makefile.am): Distribute files in /lib.
26229         * modules/obstack (Makefile.am): Likewise.
26230
26231 2006-10-12  Bruno Haible  <bruno@clisp.org>
26232
26233         * modules/acl (Makefile.am): Distribute all files in lib/ through
26234         EXTRA_DIST.
26235         * modules/arcfour (Makefile.am): Likewise.
26236         * modules/arctwo (Makefile.am): Likewise.
26237         * modules/argmatch (Makefile.am): Likewise.
26238         * modules/argz (Makefile.am): Likewise.
26239         * modules/atexit (Makefile.am): Likewise.
26240         * modules/backupfile (Makefile.am): Likewise.
26241         * modules/c-strtod (Makefile.am): Likewise.
26242         * modules/c-strtold (Makefile.am): Likewise.
26243         * modules/calloc (Makefile.am): Likewise.
26244         * modules/canon-host (Makefile.am): Likewise.
26245         * modules/canonicalize (Makefile.am): Likewise.
26246         * modules/chdir-long (Makefile.am): Likewise.
26247         * modules/chdir-safer (Makefile.am): Likewise.
26248         * modules/check-version (Makefile.am): Likewise.
26249         * modules/chown (Makefile.am): Likewise.
26250         * modules/cloexec (Makefile.am): Likewise.
26251         * modules/close-stream (Makefile.am): Likewise.
26252         * modules/closeout (Makefile.am): Likewise.
26253         * modules/crc (Makefile.am): Likewise.
26254         * modules/cycle-check (Makefile.am): Likewise.
26255         * modules/des (Makefile.am): Likewise.
26256         * modules/dirfd (Makefile.am): Likewise.
26257         * modules/dirname (Makefile.am): Likewise.
26258         * modules/dup2 (Makefile.am): Likewise.
26259         * modules/euidaccess (Makefile.am): Likewise.
26260         * modules/exclude (Makefile.am): Likewise.
26261         * modules/exitfail (Makefile.am): Likewise.
26262         * modules/fcntl-safer (Makefile.am): Likewise.
26263         * modules/file-type (Makefile.am): Likewise.
26264         * modules/fileblocks (Makefile.am): Likewise.
26265         * modules/filemode (Makefile.am): Likewise.
26266         * modules/filenamecat (Makefile.am): Likewise.
26267         * modules/fnmatch (Makefile.am): Likewise.
26268         * modules/fopen-safer (Makefile.am): Likewise.
26269         * modules/fpending (Makefile.am): Likewise.
26270         * modules/fprintftime (Makefile.am): Likewise.
26271         * modules/free (Makefile.am): Likewise.
26272         * modules/fsusage (Makefile.am): Likewise.
26273         * modules/ftruncate (Makefile.am): Likewise.
26274         * modules/fts (Makefile.am): Likewise.
26275         * modules/gc (Makefile.am): Likewise.
26276         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26277         * modules/getaddrinfo (Makefile.am): Likewise.
26278         * modules/getcwd (Makefile.am): Likewise.
26279         * modules/getdelim (Makefile.am): Likewise.
26280         * modules/getdomainname (Makefile.am): Likewise.
26281         * modules/getgroups (Makefile.am): Likewise.
26282         * modules/gethostname (Makefile.am): Likewise.
26283         * modules/gethrxtime (Makefile.am): Likewise.
26284         * modules/getline (Makefile.am): Likewise.
26285         * modules/getloadavg (Makefile.am): Likewise.
26286         * modules/getlogin_r (Makefile.am): Likewise.
26287         * modules/getopt (Makefile.am): Likewise.
26288         * modules/getpass (Makefile.am): Likewise.
26289         * modules/getpass-gnu (Makefile.am): Likewise.
26290         * modules/getsubopt (Makefile.am): Likewise.
26291         * modules/gettime (Makefile.am): Likewise.
26292         * modules/gettimeofday (Makefile.am): Likewise.
26293         * modules/getugroups (Makefile.am): Likewise.
26294         * modules/getusershell (Makefile.am): Likewise.
26295         * modules/glob (Makefile.am): Likewise.
26296         * modules/group-member (Makefile.am): Likewise.
26297         * modules/hard-locale (Makefile.am): Likewise.
26298         * modules/hash (Makefile.am): Likewise.
26299         * modules/hmac-md5 (Makefile.am): Likewise.
26300         * modules/hmac-sha1 (Makefile.am): Likewise.
26301         * modules/human (Makefile.am): Likewise.
26302         * modules/idcache (Makefile.am): Likewise.
26303         * modules/imaxabs (Makefile.am): Likewise.
26304         * modules/imaxdiv (Makefile.am): Likewise.
26305         * modules/inet_ntop (Makefile.am): Likewise.
26306         * modules/inet_pton (Makefile.am): Likewise.
26307         * modules/inttostr (Makefile.am): Likewise.
26308         * modules/isapipe (Makefile.am): Likewise.
26309         * modules/lchown (Makefile.am): Likewise.
26310         * modules/long-options (Makefile.am): Likewise.
26311         * modules/lstat (Makefile.am): Likewise.
26312         * modules/malloc (Makefile.am): Likewise.
26313         * modules/mathl (Makefile.am): Likewise.
26314         * modules/mbchar (Makefile.am): Likewise.
26315         * modules/md2 (Makefile.am): Likewise.
26316         * modules/md4 (Makefile.am): Likewise.
26317         * modules/md5 (Makefile.am): Likewise.
26318         * modules/memcasecmp (Makefile.am): Likewise.
26319         * modules/memchr (Makefile.am): Likewise.
26320         * modules/memcmp (Makefile.am): Likewise.
26321         * modules/memcoll (Makefile.am): Likewise.
26322         * modules/memcpy (Makefile.am): Likewise.
26323         * modules/memmem (Makefile.am): Likewise.
26324         * modules/memmove (Makefile.am): Likewise.
26325         * modules/mempcpy (Makefile.am): Likewise.
26326         * modules/memrchr (Makefile.am): Likewise.
26327         * modules/memset (Makefile.am): Likewise.
26328         * modules/memxor (Makefile.am): Likewise.
26329         * modules/mkancesdirs (Makefile.am): Likewise.
26330         * modules/mkdir (Makefile.am): Likewise.
26331         * modules/mkdir-p (Makefile.am): Likewise.
26332         * modules/mkdtemp (Makefile.am): Likewise.
26333         * modules/mkstemp (Makefile.am): Likewise.
26334         * modules/mktime (Makefile.am): Likewise.
26335         * modules/modechange (Makefile.am): Likewise.
26336         * modules/mountlist (Makefile.am): Likewise.
26337         * modules/nanosleep (Makefile.am): Likewise.
26338         * modules/openat (Makefile.am): Likewise.
26339         * modules/pagealign_alloc (Makefile.am): Likewise.
26340         * modules/physmem (Makefile.am): Likewise.
26341         * modules/poll (Makefile.am): Likewise.
26342         * modules/posixtm (Makefile.am): Likewise.
26343         * modules/posixver (Makefile.am): Likewise.
26344         * modules/putenv (Makefile.am): Likewise.
26345         * modules/quote (Makefile.am): Likewise.
26346         * modules/quotearg (Makefile.am): Likewise.
26347         * modules/raise (Makefile.am): Likewise.
26348         * modules/read-file (Makefile.am): Likewise.
26349         * modules/readline (Makefile.am): Likewise.
26350         * modules/readlink (Makefile.am): Likewise.
26351         * modules/readtokens (Makefile.am): Likewise.
26352         * modules/readutmp (Makefile.am): Likewise.
26353         * modules/realloc (Makefile.am): Likewise.
26354         * modules/regex (Makefile.am): Likewise.
26355         * modules/rename (Makefile.am): Likewise.
26356         * modules/rename-dest-slash (Makefile.am): Likewise.
26357         * modules/rijndael (Makefile.am): Likewise.
26358         * modules/rmdir (Makefile.am): Likewise.
26359         * modules/rpmatch (Makefile.am): Likewise.
26360         * modules/safe-read (Makefile.am): Likewise.
26361         * modules/safe-write (Makefile.am): Likewise.
26362         * modules/same (Makefile.am): Likewise.
26363         * modules/save-cwd (Makefile.am): Likewise.
26364         * modules/savedir (Makefile.am): Likewise.
26365         * modules/setenv (Makefile.am): Likewise.
26366         * modules/settime (Makefile.am): Likewise.
26367         * modules/sha1 (Makefile.am): Likewise.
26368         * modules/sig2str (Makefile.am): Likewise.
26369         * modules/snprintf (Makefile.am): Likewise.
26370         * modules/stdlib-safer (Makefile.am): Likewise.
26371         * modules/stpcpy (Makefile.am): Likewise.
26372         * modules/stpncpy (Makefile.am): Likewise.
26373         * modules/strcase (Makefile.am): Likewise.
26374         * modules/strcasestr (Makefile.am): Likewise.
26375         * modules/strchrnul (Makefile.am): Likewise.
26376         * modules/strcspn (Makefile.am): Likewise.
26377         * modules/strdup (Makefile.am): Likewise.
26378         * modules/strerror (Makefile.am): Likewise.
26379         * modules/strftime (Makefile.am): Likewise.
26380         * modules/strndup (Makefile.am): Likewise.
26381         * modules/strnlen (Makefile.am): Likewise.
26382         * modules/strpbrk (Makefile.am): Likewise.
26383         * modules/strsep (Makefile.am): Likewise.
26384         * modules/strstr (Makefile.am): Likewise.
26385         * modules/strtod (Makefile.am): Likewise.
26386         * modules/strtoimax (Makefile.am): Likewise.
26387         * modules/strtok_r (Makefile.am): Likewise.
26388         * modules/strtol (Makefile.am): Likewise.
26389         * modules/strtoll (Makefile.am): Likewise.
26390         * modules/strtoul (Makefile.am): Likewise.
26391         * modules/strtoull (Makefile.am): Likewise.
26392         * modules/strtoumax (Makefile.am): Likewise.
26393         * modules/strverscmp (Makefile.am): Likewise.
26394         * modules/time_r (Makefile.am): Likewise.
26395         * modules/timegm (Makefile.am): Likewise.
26396         * modules/tmpfile-safer (Makefile.am): Likewise.
26397         * modules/unistd-safer (Makefile.am): Likewise.
26398         * modules/unlinkdir (Makefile.am): Likewise.
26399         * modules/userspec (Makefile.am): Likewise.
26400         * modules/utime (Makefile.am): Likewise.
26401         * modules/utimecmp (Makefile.am): Likewise.
26402         * modules/utimens (Makefile.am): Likewise.
26403         * modules/vasnprintf (Makefile.am): Likewise.
26404         * modules/vasprintf (Makefile.am): Likewise.
26405         * modules/vsnprintf (Makefile.am): Likewise.
26406         * modules/xalloc (Makefile.am): Likewise.
26407         * modules/xgetcwd (Makefile.am): Likewise.
26408         * modules/xnanosleep (Makefile.am): Likewise.
26409         * modules/xreadlink (Makefile.am): Likewise.
26410         * modules/xstrtod (Makefile.am): Likewise.
26411         * modules/xstrtol (Makefile.am): Likewise.
26412         * modules/xstrtold (Makefile.am): Likewise.
26413         * modules/yesno (Makefile.am): Likewise.
26414
26415 2006-10-12  Jim Meyering  <jim@meyering.net>
26416
26417         * m4/getloadavg.m4: Revert the change below.
26418
26419         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
26420         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
26421         fail with a symlink, which is what coreutils' ./bootstrap now
26422         creates by default.
26423
26424 2006-10-12  Bruno Haible  <bruno@clisp.org>
26425
26426         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
26427         mingw.
26428         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
26429         MSVC and mingw explicitly.
26430
26431 2006-10-11  Simon Josefsson  <jas@extundo.com>
26432             Bruno Haible  <bruno@clisp.org>
26433
26434         Add support for multiple gnulib-tool invocations in the scope of a
26435         single configure.ac file.
26436         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
26437         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
26438         with the same contents as the _LIBADD variable.
26439         (func_emit_initmacro_start, func_emit_initmacro_end,
26440         func_emit_initmacro_done): New functions.
26441         (func_import, func_create_testdir): Invoke them. Allow the identifiers
26442         gl_LIBOBJS and gl_LTLIBOBJS.
26443
26444 2006-10-11  Bruno Haible  <bruno@clisp.org>
26445
26446         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
26447         (func_create_testdir): Don't create po/Makefile.am, don't invoke
26448         autoreconf. Instead, invoke autopoint explicitly but move back the
26449         *.m4 files from gnulib.
26450
26451 2006-10-11  Bruno Haible  <bruno@clisp.org>
26452
26453         * gnulib-tool (func_usage): Make module names after --create-testdir
26454         optional.
26455         (func_create_testdir): If no module was specified, use nearly all
26456         modules.
26457
26458 2006-10-12  Jim Meyering  <jim@meyering.net>
26459
26460         Big performance improvement for fts-based tools that use FTS_NOSTAT.
26461         Avoid spurious inode-mismatch problems on non-POSIX file systems.
26462         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
26463         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
26464         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
26465         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
26466         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
26467         (fts_set_stat_required): New function.
26468         (fts_open): Defer the calls to fts_stat, if possible or requested.
26469         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
26470         into fts_stat itself.
26471         (fts_read): Perform any required (deferred) fts_stat call.
26472         (fts_build): Likewise, for the directory we're about to open and read.
26473         In the readdir loop, carefully decide whether each entry will require
26474         an eventual call to fts_stat, using dirent.d_type info if available.
26475         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
26476         a command line argument into this function.  Update all callers.
26477         Map a return value of FTS_DOT to FTS_D for a command line argument.
26478         * modules/fts (Depends-on): Add d-type.  Alphabetize.
26479         Thanks to Miklos Szeredi for his tenacity and for the initial
26480         bug report about "find" failing on a FUSE-based file system.
26481
26482         * lib/fts.c (fts_open): Use consistent indentation.
26483
26484 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26485
26486         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
26487         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
26488         reported by Jim Meyering.  All uses of cache variables renamed
26489         to match Autoconf's.
26490         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
26491         the other one.
26492
26493         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
26494         Fix misspelling in diagnostic.
26495
26496 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26497
26498         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
26499         defined.  Problem reported by Matthew Woehlke.
26500
26501         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
26502         Add support for Tandem NonStop R series.
26503         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
26504         Use new macro.
26505
26506         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
26507         (has_trailing_slash): Omit size arg; all callers changed.
26508         Omit 'inline', since it doesn't help performance and we'd
26509         need to configure it.
26510         Don't count //, ///, etc. as having a trailing slash.
26511         As a side effect, this removes a C99ism reported by Matthew Woehlke.
26512         (rpl_rename_dest_slash): On failure, use rename's errno rather
26513         than (in some cases) an incorrect or junk errno.
26514         Simplify code by removing need to compute length; this does
26515         cause it to make two passes instead of one over the file name,
26516         but it's worth it.
26517
26518         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
26519         change, since Autoconf's version may no longer be appropriate now
26520         that we are using CVS Autoconf's version.  Add support for Tandem.
26521
26522 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26523             Bruno Haible  <bruno@clisp.org>
26524
26525         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
26526         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
26527         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
26528         gl_AC_TYPE_LONG_LONG.
26529
26530         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
26531         instead of HAVE_LONG_LONG.
26532         * lib/printf-args.c (printf_fetchargs): Likewise.
26533         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
26534         * lib/vasnprintf.c (VASNPRINTF): Likewise.
26535         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
26536         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
26537         gl_AC_TYPE_LONG_LONG.
26538
26539 2006-10-11  Bruno Haible  <bruno@clisp.org>
26540
26541         * m4/longlong.m4: Add comments.
26542         * m4/ulonglong.m4: Likewise.
26543
26544 2006-10-10  Bruno Haible  <bruno@clisp.org>
26545
26546         Make it possible to #define stpcpy, strdup to aliases.
26547         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
26548         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
26549
26550 2006-10-10  Bruno Haible  <bruno@clisp.org>
26551
26552         Make it possible to #define gcd to an alias.
26553         * lib/gcd.c: Include config.h.
26554
26555 2006-10-10  Bruno Haible  <bruno@clisp.org>
26556
26557         Make it possible to #define c_isascii to an alias.
26558         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
26559         defined. Undefine the macros before defining them, to avoid gcc
26560         warnings.
26561         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
26562         define NO_C_CTYPE_MACROS early.
26563
26564 2006-10-10  Bruno Haible  <bruno@clisp.org>
26565
26566         Make it possible to #define set_program_name to an alias.
26567         * lib/progname.c: Don't undefine set_program_name; instead, undefine
26568         ENABLE_RELOCATABLE early.
26569
26570 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26571
26572         Port to Tandem NSK OSS, which has 64-bit signed int but at most
26573         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
26574         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
26575         More generally, don't assume that 64-bit signed int is available
26576         if unsigned int is, and vice versa.
26577         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
26578         unsigned symbols, not on their signed counterparts.
26579         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
26580         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
26581         (UINT64_C, UINTMAX_C):
26582         Likewise.
26583         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
26584         unsigned counterparts.
26585         (Have_long_long, Unsigned): New macros.
26586         (Int): Renamed from INT.
26587         (strtoimax): Use the new macros.
26588         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
26589         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
26590         * modules/inttypes (inttypes.h): Substitute
26591         HAVE_UNSIGNED_LONG_LONG_INT.
26592         * modules/stdint (stdint.h): Likewise.
26593         (Files): Add m4/ulonglong.m4.
26594
26595 2006-10-10  Bruno Haible  <bruno@clisp.org>
26596
26597         Fix a gcc -Wshadow warning.
26598         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
26599         to 'bucket'.
26600         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
26601         gl_linked_indexof_from_to): Likewise.
26602         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
26603         Likewise.
26604         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
26605         Likewise.
26606         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
26607         Reported by Eric Blake.
26608
26609 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
26610
26611         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
26612         for NetBSD.  Problem reported by Bruno Haible.
26613
26614 2006-10-09  Jim Meyering  <jim@meyering.net>
26615
26616         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
26617         Patch from Bruno Haible.
26618
26619 2006-10-09  Jim Meyering  <jim@meyering.net>
26620
26621         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
26622         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
26623         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
26624
26625 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         Don't include <config.h> twice; this doesn't work in some cases,
26628         e.g., when config.h has "#define intmax_t long long int" and
26629         we include <config.h>, <inttypes.h>, <config.h> in that order.
26630         Problem reported by Matthew Woehlke in:
26631         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
26632         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
26633         * lib/fts-cycle.c: Don't include config.h.
26634         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
26635         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
26636         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
26637         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
26638         inttypes.h.
26639         * lib/xstrtoumax.c: Likewise.
26640         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
26641         __strtol and the like, so that this module is more like its siblings.
26642         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
26643         Remove; no longer needed now that we assume gnulib inttypes.h.
26644
26645 2006-10-08  Bruno Haible  <bruno@clisp.org>
26646
26647         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
26648         option.
26649
26650 2006-10-07  Jim Meyering  <jim@meyering.net>
26651
26652         * modules/inttypes (inttypes.h): Revert what seems to have been
26653         an inadvertent part of today's change: use "|", not "/" in the
26654         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
26655
26656 2006-10-07  Bruno Haible  <bruno@clisp.org>
26657
26658         * modules/sublist: New file.
26659
26660 2006-10-07  Bruno Haible  <bruno@clisp.org>
26661
26662         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
26663         * modules/argz (argz.h): Likewise.
26664         * modules/arpa_inet (arpa/inet.h): Likewise.
26665         * modules/byteswap (byteswap.h): Likewise.
26666         * modules/configmake (configmake.h): Likewise.
26667         * modules/fcntl (fcntl.h): Likewise.
26668         * modules/fnmatch (fnmatch.h): Likewise.
26669         * modules/getopt (getopt.h): Likewise.
26670         * modules/glob (glob.h): Likewise.
26671         * modules/inttypes (inttypes.h): Likewise.
26672         * modules/netinet_in (netinet/in.h): Likewise.
26673         * modules/poll (poll.h): Likewise.
26674         * modules/stdbool (stdbool.h): Likewise.
26675         * modules/stdint (stdint.h): Likewise.
26676         * modules/sys_select (sys/select.h): Likewise.
26677         * modules/sys_socket (sys/socket.h): Likewise.
26678         * modules/sys_stat (sys/stat.h): Likewise.
26679         * modules/sysexits (sysexits.h): Likewise.
26680         * modules/unistd (unistd.h): Likewise.
26681         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26682         Add a "DO NOT EDIT" comment to the generated file.
26683         (func_import): Likewise for gnulib-comp.m4.
26684
26685 2006-10-07  Bruno Haible  <bruno@clisp.org>
26686
26687         * lib/gl_sublist.h: New file.
26688         * lib/gl_sublist.c: New file.
26689
26690 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26691
26692         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
26693         name (relative to the original working directory) and the file
26694         name component (relative to the temporary working directory).  All
26695         callers changed.
26696         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
26697         * lib/mkdir-p.c (make_dir_parents): Likewise.
26698         * lib/mkdir-p.h (make_dir_parents): Likewise.
26699
26700 2006-10-06  Eric Blake  <ebb9@byu.net>
26701
26702         Define several macros for use by the clean-temp module.
26703         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
26704         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
26705         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
26706
26707         * lib/clean-temp.h (close_stream_temp): New declaration.
26708         * lib/clean-temp.c (includes): Pull in headers according to what
26709         other modules are in use.
26710         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
26711
26712 2006-10-06  Bruno Haible  <bruno@clisp.org>
26713
26714         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
26715         instead of fopen, fwriteerror.
26716
26717 2006-10-06  Bruno Haible  <bruno@clisp.org>
26718
26719         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
26720         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
26721         int.
26722         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
26723         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
26724         Return an error indicator.
26725         Suggested by Eric Blake.
26726
26727 2006-10-06  Bruno Haible  <bruno@clisp.org>
26728
26729         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
26730         Reported by Eric Blake.
26731
26732 2006-10-06  Bruno Haible  <bruno@clisp.org>
26733
26734         * modules/closeout (Description): Mention stderr too.
26735
26736 2006-10-06  Bruno Haible  <bruno@clisp.org>
26737         and Paul Eggert  <eggert@cs.ucla.edu>
26738
26739         * lib/closeout.c (close_stdout): Also close stderr.
26740         * lib/closeout.h: Update comment.
26741
26742 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26743
26744         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
26745         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
26746         * lib/dirchownmod.c: Include lchown.h.
26747         * lib/lchown.c: Don't include files that lchown.h now includes.
26748         Don't declare chown, since lchown.h now does that.
26749         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
26750         (lchown): Define to rpl_chown if lchown is declared but
26751         does not exist.  Declare using a prototype if lchown is not
26752         declared.  Add a copyright notice.
26753         * lib/mkstemp.h: Include <unistd.h>.
26754         * lib/openat.c: Include lchown.h.
26755
26756         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
26757         we now test for that separately.
26758         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
26759         rather than O_NOFOLLOW, when testing whether it's possible to
26760         avoid a race condition reliably.
26761         * lib/savewd.c (savewd_chdir): Likewise.
26762
26763         Remove macros that are no longer needed now that stdint.h is
26764         reliable.
26765         * lib/fsusage.c (UINTMAX_MAX): Remove.
26766         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
26767         * lib/utimecmp.c (SIZE_MAX): Remove.
26768
26769         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
26770
26771         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
26772         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
26773         O_NOATIME works.
26774
26775 2006-10-05  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/gl_list.h (gl_sortedlist_search_from_to,
26778         gl_sortedlist_indexof_from_to): New declarations.
26779         (gl_list_implementation): New fields sortedlist_search_from_to,
26780         sortedlist_indexof_from_to.
26781         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
26782         inline functions.
26783         * lib/gl_list.c (gl_sortedlist_search_from_to,
26784         gl_sortedlist_indexof_from_to): New functions.
26785         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
26786         function.
26787         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
26788         (gl_array_sortedlist_search_from_to): New function.
26789         (gl_array_list_implementation): Update.
26790         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
26791         function.
26792         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
26793         (gl_carray_sortedlist_search_from_to): New function.
26794         (gl_carray_list_implementation): Update.
26795         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
26796         gl_linked_sortedlist_indexof_from_to): New functions.
26797         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26798         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26799         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
26800         gl_tree_sortedlist_indexof_from_to): New functions.
26801         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26802         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26803         Update.
26804         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26805         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
26806         Update.
26807
26808 2006-10-05  Bruno Haible  <bruno@clisp.org>
26809
26810         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
26811         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
26812         (struct gl_list_implementation): Add fields search_from_to,
26813         indexof_from_to. Remove fields search, indexof.
26814         (gl_list_search): Use the search_from_to method.
26815         (gl_list_search_from, gl_list_search_from_to): New functions.
26816         (gl_list_indexof): Use the indexof_from_to method.
26817         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26818         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
26819         (gl_list_search_from, gl_list_search_from_to): New functions.
26820         (gl_list_indexof): Use the indexof_from_to method.
26821         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26822         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
26823         gl_array_indexof. Add start_index, end_index arguments.
26824         (gl_array_search_from_to): Renamed from gl_array_search. Add
26825         start_index, end_index arguments.
26826         (gl_array_remove, gl_array_list_implementation): Update.
26827         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
26828         gl_carray_indexof. Add start_index, end_index arguments.
26829         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
26830         start_index, end_index arguments.
26831         (gl_carray_remove, gl_carray_list_implementation): Update.
26832         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
26833         gl_linked_search. Add start_index, end_index arguments.
26834         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
26835         start_index, end_index arguments.
26836         (gl_linked_remove): Update.
26837         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26838         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26839         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
26840         field to 'size_t'.
26841         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
26842         gl_tree_search. Add start_index, end_index arguments.
26843         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26844         start_index, end_index arguments.
26845         (gl_tree_remove): Update.
26846         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26847         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26848         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
26849         function.
26850         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
26851         gl_tree_search. Add start_index, end_index arguments.
26852         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26853         start_index, end_index arguments.
26854         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26855         Update.
26856         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26857
26858 2006-10-05  Bruno Haible  <bruno@clisp.org>
26859
26860         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
26861
26862         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
26863         fwriteerror_temp): New declarations.
26864         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
26865         (descriptors): New variable.
26866         (cleanup): First, close the descriptors.
26867         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
26868         fclose_temp, fwriteerror_temp): New functions.
26869
26870 2006-10-04  Jim Meyering  <jim@meyering.net>
26871
26872         * lib/fts.c (fts_open): Tiny comment change.
26873
26874 2006-10-04  Bruno Haible  <bruno@clisp.org>
26875
26876         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
26877         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
26878         gl_LOCK_BODY.
26879         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
26880         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
26881         gl_LOCK_EARLY_BODY.
26882         (gl_LOCK): Require gl_LOCK_BODY.
26883
26884 2006-10-04  Bruno Haible  <bruno@clisp.org>
26885
26886         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
26887         (gl_oset_search_atleast): New declaration.
26888         (struct gl_oset_implementation): Add field 'search_atleast'.
26889         (gl_oset_search_atleast): New inline function.
26890         * lib/gl_oset.c (gl_oset_search_atleast): New function.
26891         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
26892         (gl_array_oset_implementation): Update.
26893         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
26894         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
26895         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
26896
26897 2006-10-04  Bruno Haible  <bruno@clisp.org>
26898
26899         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
26900
26901 2006-10-03  Bruno Haible  <bruno@clisp.org>
26902
26903         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
26904         from gl_avltreehash_list_implementation.
26905
26906 2006-10-03  Bruno Haible  <bruno@clisp.org>
26907
26908         * lib/gl_oset.c (gl_oset_add): Fix return type.
26909
26910 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
26911
26912         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
26913
26914 2006-10-02  Eric Blake  <ebb9@byu.net>
26915
26916         * modules/strnlen (Depends-on): Add extensions.
26917
26918 2006-10-02  Eric Blake  <ebb9@byu.net>
26919
26920         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
26921         definition in 2.60+.
26922
26923 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
26924
26925         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
26926         checks.
26927
26928 2006-10-02  Bruno Haible  <bruno@clisp.org>
26929
26930         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
26931         to the AUTOMAKE_OPTIONS.
26932         Reported by Jim Meyering.
26933
26934 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26935
26936         Work around bug in Solaris 10 /proc file system:
26937         /proc/self/fd/NNN/.. isn't the parent directory of
26938         the directory whose file descriptor is NNN.  This needs to
26939         be worked around at run time, not compile time, since a
26940         program might be built on Solaris 8, where things work, and
26941         run on Solaris 10.
26942         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
26943         to use the following interface instead:
26944         (OPENAT_BUFFER_SIZE): New macro.
26945         (openat_proc_name): New function.
26946         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
26947         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
26948         Likewise.
26949         * lib/openat-proc.c: New file.
26950         * modules/openat (Files): Add lib/openat-proc.c.
26951         (Depends-on): Add same-inode, stdbool.
26952         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
26953
26954 2006-09-29  Bruno Haible  <bruno@clisp.org>
26955
26956         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
26957         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
26958         argument. Set stdout_closed before testing for ferror, not after.
26959         (fwriteerror, fwriteerror_no_ebadf): New functions.
26960
26961 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26962
26963         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
26964
26965 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
26966
26967         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
26968         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
26969
26970 2006-09-28  Jim Meyering  <jim@meyering.net>
26971
26972         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
26973         Include <unistd.h>.
26974
26975 2006-09-28  Bruno Haible  <bruno@clisp.org>
26976
26977         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
26978         * modules/linkedhash-list (Depends-on): Likewise.
26979         * modules/rbtreehash-list (Depends-on): Likewise.
26980
26981 2006-09-28  Bruno Haible  <bruno@clisp.org>
26982
26983         * lib/strndup.h: Simplify the redefinition of strndup.
26984         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
26985         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
26986
26987 2006-09-28  Bruno Haible  <bruno@clisp.org>
26988
26989         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
26990         * lib/gl_linkedhash_list.c: Likewise.
26991         * lib/gl_rbtreehash_list.c: Likewise.
26992
26993 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26994
26995         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
26996         getaddrinfo.
26997
26998         * lib/__fpending.h: Don't include <stdio_ext.h> unless
26999         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
27000         it causes <stdio_ext.h> to cause a compile-time error.
27001         Problem reported by Nelson H. F. Beebe.
27002         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
27003         of HAVE_DECL___PENDING.
27004
27005         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
27006         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
27007         declaration.
27008
27009 2006-09-27  Jim Meyering  <jim@meyering.net>
27010
27011         This file could end up with a definition for a function
27012         named __strndup, rather than rpl_strndup on a system with
27013         incomplete weak_alias support.
27014         * lib/strndup.c (strndup): Rename from __strndup.
27015         Remove #defines that used to map __strndup to strndup.
27016         Don't use K&R prototypes.
27017         Remove LIBC-related code, since this file is not sync'd with glibc.
27018         * lib/strndup.h: Revamp, accordingly.
27019         * m4/strndup.m4: Modernize.
27020
27021 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27022
27023         * modules/savewd (Depends-on): Add 'raise'.
27024         * lib/savewd.c: Include <signal.h>, for 'raise'.
27025
27026 2006-09-26  Jim Meyering  <jim@meyering.net>
27027
27028         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
27029         when we detect Darwin 8.7.0's acl_get_file bug.
27030         Rearrange to perform the new (below) run-test while $LIBS
27031         contains any acl-related library.  Set USE_ACL at the end.
27032         (gl_ACL_GET_FILE): New function.
27033
27034 2006-09-26  Eric Blake  <ebb9@byu.net>
27035
27036         * lib/verror.c: Include <config.h> unconditionally.
27037
27038 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
27039
27040         * modules/clock-time (Maintainer): Add self.
27041         * modules/getlogin_r (Depends-on): Add extensions.
27042
27043 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27044
27045         * modules/clock-time: New module.
27046         * modules/nanosleep (Depends-on): Add clock-time.
27047         * modules/gethrxtime (Depends-on): Likewise.
27048         * modules/gettime (Depends-on): Likewise.
27049         * modules/settime (Depends-on): Likewise.
27050
27051         * modules/fts-lgpl: Depend on openat.
27052         * modules/mkancesdirs: Depend on savewd.
27053         * modules/mkdir-p: Likewise.
27054
27055 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27056
27057         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
27058
27059         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
27060         `gl_have_arbitrary_file_name_length_limit' to
27061         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
27062         actually works between configure runs.
27063
27064 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27065             Bruno Haible  <bruno@clisp.org>
27066
27067         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
27068
27069 2006-09-25  Jim Meyering  <jim@meyering.net>
27070
27071         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
27072         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
27073
27074 2006-09-25  Eric Blake  <ebb9@byu.net>
27075
27076         * gnulib-tool (func_import, func_create_testdir): Fix typos in
27077         exec's in 2006-09-18 patch when shuffling fds.
27078
27079 2006-09-25  Bruno Haible  <bruno@clisp.org>
27080
27081         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
27082         Reported by Jim Meyering.
27083
27084 2006-09-24  Jim Meyering  <jim@meyering.net>
27085
27086         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
27087         compare a pointer against a literal "0".  That caused failures with
27088         at least HP-UX's hpcc.
27089
27090 2006-09-22  Simon Josefsson  <jas@extundo.com>
27091
27092         * modules/gc-sha1:
27093         * modules/gc-md4:
27094         * modules/gc-hmac-sha1:
27095         * modules/gc-hmac-md5:
27096         * modules/gc-des:
27097         * modules/gc-arcfour: Distribute more files.
27098
27099 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27100
27101         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
27102         (gl_linked_iterator_from_to): Initialize struct completely.
27103         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
27104         (gl_tree_iterator_from_to): Likewise
27105         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
27106         * lib/gl_array_list.c [lint] (gl_array_iterator)
27107         (gl_array_iterator_from_to): Likewise.
27108         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
27109         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
27110         (gl_carray_iterator_from_to): Likewise.
27111
27112         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
27113         * lib/md4.c (md4_process_block): Remove unused variable.
27114         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
27115         parentheses for clarity.
27116
27117 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27118
27119         * modules/bison-i18n (Depends-on): Add gettext.
27120
27121 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27122
27123         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
27124         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
27125         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
27126         also add missing comma that caused broken test.
27127         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
27128         stdlib.h, for `abort'.
27129         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
27130         variables.
27131         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
27132         include unistd.h if present, for `rmdir'.
27133         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
27134         variables.
27135         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
27136         in the process include standard headers for prototypes.
27137         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
27138         gets declared on GNU/Linux.
27139         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
27140         unistd.h, for `rmdir'.
27141         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
27142
27143         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
27144         always true.
27145         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
27146
27147         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
27148
27149 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27150
27151         * gnulib-tool (func_version): Create output all at once.  This
27152         may help avoid triggering unnecessary SIGPIPEs, and at any
27153         rate it doesn't hurt.
27154
27155 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27156             Bruno Haible  <bruno@clisp.org>
27157
27158         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
27159         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27160         * m4/signed.m4 (bh_C_SIGNED): Likewise.
27161
27162         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
27163         (gl_FUNC_VASPRINTF): Invoke it.
27164
27165 2006-09-22  Bruno Haible  <bruno@clisp.org>
27166
27167         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
27168         getloadavg.c as first argument.
27169
27170 2006-09-22  Bruno Haible  <bruno@clisp.org>
27171
27172         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
27173         at the beginning of the gl_INIT macro.
27174         * modules/getloadavg (configure.ac): Pass $gl_source_base to
27175         gl_GETLOADAVG.
27176
27177 2006-09-22  Bruno Haible  <bruno@clisp.org>
27178
27179         * gnulib-tool (func_create_megatestdir): Don't include the config-h
27180         module.
27181         Suggested by Ralf Wildenhues.
27182
27183 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
27184
27185         Import this patch from libc:
27186
27187         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
27188
27189         * lib/regex_internal.c (re_string_reconstruct): Handle
27190         offset < pstr->valid_raw_len && pstr->offsets_needed case.
27191         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
27192         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
27193         re_string_context_at.
27194
27195         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
27196         now requires it.
27197         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
27198         gl_REGEX now does it for us.
27199         (gl_REGEX): Add test taken from
27200         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
27201
27202         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
27203         Check that large offsets work.  Modernize Autoconf usages.
27204         Prefer "yes" to mean a good thing rather than a bad.
27205         Don't put "#define mkstemp" in config.h, as this might interfere
27206         with standard system headers that "#define mkstemp mkstemp64".
27207
27208         * modules/mkstemp (Depends-on): Add extensions, so that
27209         mkstemp is visible on some platforms.
27210         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
27211         (Include): Change to "mkstemp.h" from <stdlib.h>.
27212         (Files): Add mkstemp.h.
27213
27214         * lib/mkstemp.h: New file, since some standard headers
27215         #define mkstemp.
27216         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
27217         Include "mkstemp.h".
27218         Make the _LIBC code resemble glibc original more,
27219         e.g., use K&R style.
27220         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
27221         (mkstemp): Remove, since mkstemp.h does this for us.
27222         * lib/stdlib--.h: Include mkstemp.h.
27223
27224         Import this patch from libc:
27225
27226         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27227
27228         * lib/tempname.c (__gen_tempname): Change attempts_min
27229         into a macro.  Use preprocessor to decide how to initialize
27230         attempts [Coverity CID 67].
27231
27232 2006-09-20  Bruno Haible  <bruno@clisp.org>
27233
27234         * lib/mkdtemp.c: Import from libc.
27235         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27236                 * sysdeps/posix/tempname.c (__gen_tempname): Change
27237                 attempts_min into a macro.  Use preprocessor to decide how to
27238                 initialize attempts [Coverity CID 67].
27239         2001-11-27  Paul Eggert  <eggert@twinsun.com>
27240                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
27241                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
27242
27243 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27244
27245         * gnulib-tool (func_exit): New function, to allow to pass the
27246         exit status portably through the trap.  Use everywhere.
27247         (--help, --version): Signal a write error.
27248         (trap): catch SIGPIPE, for write errors.
27249         Exit at the end of the trap, with the correct exit status.
27250
27251 2006-09-19  Karl Berry  <karl@gnu.org>
27252
27253         * doc/gnulib.texi: note about the license texinfo files.
27254
27255 2006-09-19  Eric Blake  <ebb9@byu.net>
27256
27257         * gnulib-tool: Avoid space-tab.
27258
27259 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27260
27261         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
27262         that prevented coreutils 6.1 from building.  Problem reported
27263         by Petter Reinholdtsen.
27264
27265 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27266
27267         * gnulib-tool (avoidlist): Fix typo that broke options like
27268         --avoid=lock that are used by coreutils bootstrap.
27269
27270 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
27271
27272         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
27273         more systematically.
27274
27275 2006-09-18  Jim Meyering  <jim@meyering.net>
27276
27277         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
27278
27279 2006-09-18  Bruno Haible  <bruno@clisp.org>
27280
27281         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
27282
27283 2006-09-18  Bruno Haible  <bruno@clisp.org>
27284
27285         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
27286         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
27287         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
27288         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
27289         * m4/gettext.m4: Require autoconf >= 2.52.
27290         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
27291         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
27292         of gl_cv_header_inttypes_h.
27293
27294 2006-09-18  Bruno Haible  <bruno@clisp.org>
27295
27296         * lib/javaversion.c: Include configmake.h.
27297
27298 2006-09-18  Bruno Haible  <bruno@clisp.org>
27299
27300         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
27301         avoid that the while loops be executed in a subshell.
27302
27303 2006-09-18  Bruno Haible  <bruno@clisp.org>
27304
27305         * MODULES.html.sh (func_module): Break long lines.
27306         Suggested by Bruce Korb <bkorb@gnu.org>.
27307
27308 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27309
27310         Speed up by a factor of 1.12.
27311         * gnulib-tool (nl): New variable.
27312         (func_import): Rewrite include directive extraction to only read each
27313         directive once.
27314
27315 2006-09-17  Bruno Haible  <bruno@clisp.org>
27316
27317         * modules/javaversion (Makefile.am): Remove DEFS setting.
27318         (Depends-on): Add configmake, for PKGDATADIR definition.
27319
27320 2006-09-17  Bruno Haible  <bruno@clisp.org>
27321
27322         * gnulib-tool (func_create_testdir): Rewrite all files at once.
27323
27324 2006-09-17  Bruno Haible  <bruno@clisp.org>
27325
27326         * gnulib-tool (func_append): New function, stolen from libtool.m4.
27327         (func_modules_transitive_closure, func_modules_add_dummy,
27328         func_modules_to_filelist, func_import, func_create_testdir,
27329         func_create_megatestdir, ...): Use it wherever possible.
27330         Suggested by Ralf Wildenhues.
27331
27332 2006-09-16  Karl Berry  <karl@gnu.org>
27333
27334         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
27335         to avoid sectioning errors.
27336         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
27337         [ifinfo]: blank line after @center-ed titles.
27338         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
27339         Spell FSF address consistently with others.
27340         (These changes approved by rms.)
27341
27342 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27343
27344         Speed up by a factor of 1.61.
27345         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
27346         already checked module names again.
27347
27348 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27349
27350         Speed up by a factor of 1.13.
27351         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
27352         for new_files, and the input to func_add_or_update.
27353
27354 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27355
27356         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
27357         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
27358
27359 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27360
27361         * modules/mkancesdirs (Depends-on): Add fcntl.
27362         * modules/savewd: New file.
27363         * MODULES.html.sh (File system functions): Add savewd.
27364
27365         * modules/configmake (Makefile.am): Add support for the
27366         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
27367
27368 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27369
27370         * m4/savewd.m4: New file.
27371
27372 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27373
27374         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
27375         (dirchownmod): New arg FD.  All callers changed.
27376         Use FD rather than opening the directory ourself, as opening is
27377         now the caller's responsibility.
27378         * lib/dirchownmod.h: Likewise.
27379         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
27380         hosts that require <sys/types.h> before <sys/stat.h>.  Include
27381         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
27382         (test_dir): Remove.
27383         (mkancesdirs): Return length of prefix of FILE that has already
27384         been made, or -2 if there is a child doing the work.  Redo
27385         algorithm so that it is O(N) rather than O(N**2).  Optimize away
27386         ".", and treat ".." specially since it might stray back into
27387         already-created areas.  Use a subprocess if necessary.  New arg
27388         WD; all users changed.  MAKE_DIR function should now return 1
27389         if it creates a directory that is not readable.  Return -2 if
27390         a child process is spun off.
27391         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
27392         Adjust signature to match code.
27393         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
27394         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
27395         all users changed.
27396         * lib/savewd.c, lib/savewd.h: New files.
27397
27398 2006-09-15  Jim Meyering  <jim@meyering.net>
27399
27400         * modules/rename-dest-slash: New module.
27401         * MODULES.html.sh (posix_compat): Add it here.
27402
27403         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
27404
27405 2006-09-15  Jim Meyering  <jim@meyering.net>
27406
27407         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
27408         file.
27409
27410         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
27411
27412 2006-09-15  Jim Meyering  <jim@meyering.net>
27413
27414         * lib/rename-dest-slash.c (has_trailing_slash): Use
27415         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
27416         (rpl_rename_dest_slash): Perform the cheaper trailing slash
27417         test before testing whether SRC is a directory.
27418         Suggestions from Bruno Haible.
27419
27420         Avoid a warning about an unused variable.
27421         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
27422         into the #ifdef block where it's used.
27423
27424         * lib/rename-dest-slash.c: New file.
27425
27426 2006-09-14  Bruno Haible  <bruno@clisp.org>
27427
27428         * lib/allocsa.c: Include <config.h> unconditionally.
27429         * lib/asnprintf.c: Likewise.
27430         * lib/asprintf.c: Likewise.
27431         * lib/c-strcasecmp.c: Likewise.
27432         * lib/c-strcasestr.c: Likewise.
27433         * lib/c-strncasecmp.c: Likewise.
27434         * lib/c-strstr.c: Likewise.
27435         * lib/classpath.c: Likewise.
27436         * lib/clean-temp.c: Likewise.
27437         * lib/concatpath.c: Likewise.
27438         * lib/copy-file.c: Likewise.
27439         * lib/csharpcomp.c: Likewise.
27440         * lib/csharpexec.c: Likewise.
27441         * lib/execute.c: Likewise.
27442         * lib/fatal-signal.c: Likewise.
27443         * lib/findprog.c: Likewise.
27444         * lib/fwriteerror.c: Likewise.
27445         * lib/gl_array_list.c: Likewise.
27446         * lib/gl_array_oset.c: Likewise.
27447         * lib/gl_avltree_list.c: Likewise.
27448         * lib/gl_avltree_oset.c: Likewise.
27449         * lib/gl_avltreehash_list.c: Likewise.
27450         * lib/gl_carray_list.c: Likewise.
27451         * lib/gl_linked_list.c: Likewise.
27452         * lib/gl_linkedhash_list.c: Likewise.
27453         * lib/gl_list.c: Likewise.
27454         * lib/gl_oset.c: Likewise.
27455         * lib/gl_rbtree_list.c: Likewise.
27456         * lib/gl_rbtree_oset.c: Likewise.
27457         * lib/gl_rbtreehash_list.c: Likewise.
27458         * lib/imaxabs.c: Likewise.
27459         * lib/imaxdiv.c: Likewise.
27460         * lib/javacomp.c: Likewise.
27461         * lib/javaexec.c: Likewise.
27462         * lib/javaversion.c: Likewise.
27463         * lib/linebreak.c: Likewise.
27464         * lib/localcharset.c: Likewise.
27465         * lib/lock.c: Likewise.
27466         * lib/mbchar.c: Likewise.
27467         * lib/mbswidth.c: Likewise.
27468         * lib/mkdtemp.c: Likewise.
27469         * lib/pipe.c: Likewise.
27470         * lib/printf-args.c: Likewise.
27471         * lib/printf-parse.c: Likewise.
27472         * lib/progname.c: Likewise.
27473         * lib/progreloc.c: Likewise.
27474         * lib/readlink.c: Likewise.
27475         * lib/sh-quote.c: Likewise.
27476         * lib/stpcpy.c: Likewise.
27477         * lib/stpncpy.c: Likewise.
27478         * lib/strcasecmp.c: Likewise.
27479         * lib/strcasestr.c: Likewise.
27480         * lib/strcspn.c: Likewise.
27481         * lib/striconv.c: Likewise.
27482         * lib/strncasecmp.c: Likewise.
27483         * lib/strnlen1.c: Likewise.
27484         * lib/strstr.c: Likewise.
27485         * lib/strtok_r.c: Likewise.
27486         * lib/tls.c: Likewise.
27487         * lib/tmpdir.c: Likewise.
27488         * lib/unicodeio.c: Likewise.
27489         * lib/unsetenv.c: Likewise.
27490         * lib/vasnprintf.c: Likewise.
27491         * lib/vasprintf.c: Likewise.
27492         * lib/wait-process.c: Likewise.
27493         * lib/xallocsa.c: Likewise.
27494         * lib/xsetenv.c: Likewise.
27495         * lib/xstriconv.c: Likewise.
27496
27497 2006-09-13  Simon Josefsson  <jas@extundo.com>
27498
27499         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
27500         that internally, suggested by Ralf Wildenhues
27501         <Ralf.Wildenhues@gmx.de>.
27502
27503 2006-09-13  Simon Josefsson  <jas@extundo.com>
27504
27505         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
27506         @LIBOBJS@.
27507         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27508
27509 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27510
27511         * lib/_fpending.c: Include <config.h> unconditionally, since we no
27512         longer worry about uses that don't define HAVE_CONFIG_H.
27513         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
27514         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
27515         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
27516         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
27517         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
27518         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
27519         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
27520         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
27521         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
27522         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
27523         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
27524         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
27525         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
27526         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
27527         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
27528         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
27529         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
27530         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
27531         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
27532         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
27533         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
27534         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
27535         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
27536         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
27537         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
27538         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
27539         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
27540         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
27541         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
27542         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
27543         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
27544         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
27545         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
27546         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
27547         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
27548         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
27549         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
27550         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
27551         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
27552         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
27553         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
27554         Likewise.
27555
27556 2006-09-13  Eric Blake  <ebb9@byu.net>
27557
27558         * lib/getopt.c: Fix typo in last commit.
27559
27560 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27561
27562         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
27563         dgettext.
27564
27565 2006-09-12  Jim Meyering  <jim@meyering.net>
27566
27567         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
27568         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
27569         Reported by Nelson H. F. Beebe.
27570
27571 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27572
27573         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
27574         program_invocation_name and program_invocation_short_name are
27575         initialized.
27576         * lib/argp-namefrob.h: Move declarations of program_invocation_name
27577         and program_invocation_short_name to argp.h, so they are visible
27578         to user programs.
27579         * lib/argp.h: Likewise
27580
27581 2006-09-10  Bruno Haible  <bruno@clisp.org>
27582
27583         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27584         m4/inttypes_h.m4, m4/uintmax_t.m4.
27585
27586 2006-09-10  Bruno Haible  <bruno@clisp.org>
27587
27588         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
27589         gl_AC_TYPE_UINTMAX_T.
27590
27591 2006-09-10  Bruno Haible  <bruno@clisp.org>
27592
27593         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
27594
27595 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27596
27597         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
27598         convention.  Text proposed by Bruno Haible.
27599         (struct argp_option): Document the use of N_() wrappers.
27600
27601         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
27602         '\v', and translate the two parts separately, instead of feeding
27603         the whole string to gettext.  This allows to exclude
27604         '\v' from the strings visible to the translator by writing doc
27605         strings as N_("..") "\v" N_("..").
27606
27607 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
27608
27609         * config/srclist.txt: Undo latest change; the bug was fixed.
27610
27611 2006-09-09  Bruno Haible  <bruno@clisp.org>
27612
27613         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
27614         assignments if building a library without libtool.
27615         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
27616         in func_emit_lib_Makefile_am.
27617         (func_import): When building a static library libfoo.a, arrange to
27618         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
27619         (func_create_testdir): Likewise.
27620         * modules/gc (configure.ac, Makefile.am): If building statically,
27621         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
27622         * modules/iconvme (configure.ac, Makefile.am): Likewise.
27623         * modules/striconv (configure.ac, Makefile.am): Likewise.
27624         Based on a suggestion by Ralf Wildenhues.
27625
27626 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27629         Check for unistd.h too, since Autoconf doesn't assume POSIX.
27630         Also:
27631
27632         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27633         Add year_2050_test to catch glibc bug 2821
27634         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27635
27636         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27637         Prefer #ifdef to #if.
27638
27639         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
27640         Return from 'main' instead of calling 'exit'.
27641
27642 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         * lib/mktime.c (guess_time_tm): Fix bug where mktime
27645         returned the maximum time_t value rather than (time_t) -1.
27646         Problem originally reported by William Bardwell
27647         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27648
27649         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27650         Moved to here ...
27651         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27652         ... from here.
27653
27654 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27655
27656         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
27657         2821 is fixed.
27658
27659 2006-09-08  Jim Meyering  <jim@meyering.net>
27660
27661         Don't make generated files read-only.  That would bother too many
27662         people.  However, do retain the ability to work when targets are
27663         read-only: remove the destination and temporary files before writing
27664         them (when generated via sed or echo), or by using the -f option for
27665         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
27666         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27667         * modules/byteswap, modules/configmake, modules/fcntl:
27668         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27669         * modules/localcharset, modules/netinet_in, modules/poll:
27670         * modules/stdbool, modules/stdint, modules/sys_select:
27671         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27672
27673 2006-09-08  Jim Meyering  <jim@meyering.net>
27674
27675         Avoid new build failure on FreeBSD 6.0.
27676         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
27677         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
27678         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
27679
27680 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27681
27682         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
27683
27684 2006-09-07  Jim Meyering  <jim@meyering.net>
27685
27686         Fix global typo in last change: use chmod u-w, not chmod u-x.
27687         Spotted by Paul Eggert and Bruce Korb.
27688         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27689         * modules/byteswap, modules/configmake, modules/fcntl:
27690         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27691         * modules/localcharset, modules/netinet_in, modules/poll:
27692         * modules/stdbool, modules/stdint, modules/sys_select:
27693         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27694
27695 2006-09-06  Jim Meyering  <jim@meyering.net>
27696
27697         Make generated files be read-only.
27698         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
27699         Ensure that each generated file is now read-only.
27700         * modules/argz: Likewise.
27701         * modules/arpa_inet: Likewise.
27702         * modules/byteswap: Likewise.
27703         * modules/configmake: Likewise.
27704         * modules/fcntl: Likewise.
27705         * modules/fnmatch: Likewise.
27706         * modules/getopt: Likewise.
27707         * modules/glob: Likewise.
27708         * modules/inttypes: Likewise.
27709         * modules/netinet_in: Likewise.
27710         * modules/poll: Likewise.
27711         * modules/stdbool: Likewise.
27712         * modules/stdint: Likewise.
27713         * modules/sys_select: Likewise.
27714         * modules/sys_socket: Likewise.
27715         * modules/sys_stat: Likewise.
27716         * modules/sysexits: Likewise.
27717         * modules/localcharset: Same as above, but continue using temporary
27718         file named "t-$@" (why different?) rather than the "$@-t" used
27719         everywhere else.
27720
27721         * modules/sysexits (Makefile.am): Replace literal occurrences
27722         of "sysexit.h" more readable, and more consistent, "$@".
27723
27724 2006-09-06  Bruno Haible  <bruno@clisp.org>
27725
27726         * modules/striconv: New file.
27727         * modules/xstriconv: New file.
27728         * MODULES.html.sh (Internationalization functions): Add striconv,
27729         xstriconv.
27730
27731 2006-09-06  Bruno Haible  <bruno@clisp.org>
27732
27733         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
27734         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
27735         not using libtool correctly.
27736
27737 2006-09-06  Bruno Haible  <bruno@clisp.org>
27738
27739         * lib/striconv.h: New file.
27740         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
27741         iconvstring.c.
27742         * lib/xstriconv.h: New file.
27743         * lib/xstriconv.c: New file.
27744
27745 2006-09-06  Bruno Haible  <bruno@clisp.org>
27746
27747         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27748         lib_..._LDFLAGS.
27749
27750 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27751
27752         * lib/argz_.h: Sync from Libtool.
27753
27754         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
27755                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27756
27757         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
27758
27759 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27760
27761         * modules/trim: New file.
27762
27763 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27764
27765         * lib/trim.h: New file.
27766         * lib/trim.c: New file.
27767
27768 2006-09-05  Bruno Haible  <bruno@clisp.org>
27769
27770         * MODULES.html.sh (String handling): Add trim.
27771
27772 2006-09-04  Karl Berry  <karl@gnu.org>
27773
27774         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
27775         until next release.
27776
27777 2006-09-03  Bruno Haible  <bruno@clisp.org>
27778
27779         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
27780         correctly.
27781
27782 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27783
27784         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
27785         not gl_GETLOADAVG.  Omit unneeded semicolons.
27786         Problems reported by Ralf Wildenhues in
27787         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27788         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
27789         at the end, which is the usual gnulib style.
27790
27791         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
27792         of doing all the work ourselves.
27793         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
27794         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
27795
27796 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27797
27798         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
27799         Problem reported by Ralf Wildenhues in
27800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27801
27802         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
27803         HAVE_STRUCT_STATFS_F_FSTYPENAME.
27804
27805 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
27808         yesterday's patch by changing test -n to test -z.
27809
27810 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27811
27812         * modules/getloadavg (Files): Add m4/getloadavg.m4.
27813         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
27814         the former is now obsolescent.
27815
27816         * modules/chdir-long (Depends-on): Add fcntl.
27817
27818 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27819
27820         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
27821         obsolescent, and programs should use gnulib instead.
27822         * m4/getloadavg.m4: New file, with contents taken from Autoconf
27823         but with prefixes changed.
27824
27825 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27826
27827         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
27828         or stdbool.h, because they might not exist while configuring.
27829
27830         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
27831         Don't include unistd.h or limits.h; not needed, since chdir-long.h
27832         does that for us.
27833         (O_DIRECTORY): Remove.
27834
27835 2006-08-31  Eric Blake  <ebb9@byu.net>
27836
27837         * gnulib-tool: Don't let emacs change spaces to TAB.
27838
27839 2006-08-31  Bruno Haible  <bruno@clisp.org>
27840
27841         * gnulib-tool: When calling func_import more than once, do it in a
27842         subshell.
27843         Reported by Eric Blake <ebb9@byu.net>.
27844
27845 2006-08-31  Bruno Haible  <bruno@clisp.org>
27846
27847         * gnulib-tool (nl): Remove variable.
27848         (sed_transform_lib_file): Use more robust test for config-h module.
27849         (func_import): Fix typo in 2006-08-25 patch.
27850
27851 2006-08-31  Bruno Haible  <bruno@clisp.org>
27852
27853         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
27854         specified, augment Makefile.am variables instead of assigning them.
27855
27856 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27857
27858         Work around a bug in both the Linux and SunOS 64-bit kernels:
27859         nanosleep mishandles sleeps for longer than 2**31 seconds.
27860         Problem reported by Frank v Waveren in
27861         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
27863         Check for nanosleep bug.
27864         (LIB_NANOSLEEP): Append clock_gettime library if needed.
27865
27866 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27867
27868         Work around a bug in both the Linux and SunOS 64-bit kernels:
27869         nanosleep mishandles sleeps for longer than 2**31 seconds.
27870         Problem reported by Frank v Waveren in
27871         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27872         * lib/nanosleep.c (BILLION): New constant.
27873         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
27874         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
27875         implementation.
27876
27877 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27878
27879         * modules/nanosleep (Depends-on): Add gettime.
27880
27881 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27882         and Simon Josefsson  <jas@extundo.com>
27883         and Oskar Liljeblad  <oskar@osk.mine.nu>
27884
27885         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
27886         * gnulib-tool (func_import): New license type 'unmodifiable license
27887         text'.
27888         * modules/fdl: Use it.  Longer description.
27889         * module/gpl, module/lgpl: New files.
27890
27891 2006-08-30  Jim Meyering  <jim@meyering.net>
27892
27893         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
27894         shadowing the parameter.
27895
27896 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27897
27898         Sync from Libtool:
27899
27900         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27901
27902         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
27903         sharing with gnulib.  Report by Eric Blake.
27904
27905 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27906
27907         * modules/isapipe: New file.
27908         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
27909
27910 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27911
27912         * modules/configmake (Makefile.am): Add a comment, and omit
27913         the CONFIGMAKE_ prefix from generated macro names.  Suggested
27914         by Bruno Haible.
27915
27916 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27917
27918         * m4/isapipe.m4: New file.
27919
27920 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27921
27922         * lib/isapipe.c, lib/isapipe.h: New files.
27923
27924 2006-08-29  Jim Meyering  <jim@meyering.net>
27925
27926         * modules/configmake (Makefile.am): Make configmake.h depend on
27927         Makefile.  Otherwise, a stale configmake.h could hang around.
27928
27929 2006-08-29  Eric Blake  <ebb9@byu.net>
27930
27931         * lib/error.c (error_at_line, print_errno_message): Match libc, after
27932         resolution of upstream bug 3044.
27933
27934 2006-08-29  Bruno Haible  <bruno@clisp.org>
27935
27936         * modules/localcharset (Depends-on): Add configmake.
27937         (Makefile.am): Remove setting of LIBDIR through DEFS.
27938
27939 2006-08-29  Bruno Haible  <bruno@clisp.org>
27940
27941         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
27942         defined.
27943
27944 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27945
27946         * modules/fcntl: New file.
27947         * modules/chdir-safer (Depends-on): Add fcntl.
27948         * modules/fts: Likewise.
27949         * modules/mkdir-p: Likewise.
27950
27951         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
27952         This undoes the most recent change, since we're now addressing the
27953         problem in a different way.
27954
27955         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
27956         into output, since the output might be called Makefile.am even
27957         if $makefile_name is something different.
27958         (func_import): Use $makefile_am rather than
27959         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
27960         empty.
27961
27962         * modules/inttypes (Files): Add m4/inttypes-h.m4.
27963
27964 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27965
27966         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
27967         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
27968         recent change to stdint.m4, since we're now addressing the problem in a
27969         different way.
27970
27971 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27972
27973         * m4/fcntl_h.m4: New file.
27974
27975 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27976
27977         * lib/fcntl_.h: New file.
27978         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
27979         the fcntl module.
27980         * lib/dirchownmod.c: Likewise.
27981         * lib/fts.c: Likewise.
27982
27983         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
27984         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
27985         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
27986         just before including <inttypes.h>, to avoid circular inclusion.
27987
27988 2006-08-28  Jim Meyering  <jim@meyering.net>
27989
27990         * doc/visibility.texi: Actually read and correct the grammar of the
27991         sentence affected by yesterday's change.
27992
27993 2006-08-28  Eric Blake  <ebb9@byu.net>
27994
27995         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
27996         needs wrapper.
27997
27998 2006-08-28  Eric Blake  <ebb9@byu.net>
27999
28000         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
28001
28002 2006-08-28  Eric Blake  <ebb9@byu.net>
28003
28004         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
28005
28006 2006-08-28  Bruno Haible  <bruno@clisp.org>
28007
28008         * modules/c-strstr: New file, from GNU gettext.
28009         * MODULES.html.sh (String handling): Add c-strstr.
28010
28011 2006-08-28  Bruno Haible  <bruno@clisp.org>
28012
28013         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
28014         macros.
28015         Reported by Eric Blake.
28016
28017 2006-08-28  Bruno Haible  <bruno@clisp.org>
28018
28019         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
28020         (VASNPRINTF): Return a string of length > INT_MAX without failing.
28021         * lib/vasprintf.c: Include errno.h, limits.h.
28022         (EOVERFLOW): New fallback definition.
28023         (vasprintf): Test here whether the string length is > INT_MAX.
28024         * lib/vsnprintf.c: Include errno.h, limits.h.
28025         (EOVERFLOW): New fallback definition.
28026         (vsnprintf): Fix bug when generated string was too long for the buffer.
28027         Test here whether the string length is > INT_MAX.
28028
28029 2006-08-28  Bruno Haible  <bruno@clisp.org>
28030
28031         * lib/inttypes_.h (SCNX*): Remove definitions.
28032         Reported by Eric Blake.
28033
28034 2006-08-28  Bruno Haible  <bruno@clisp.org>
28035
28036         * lib/c-strstr.h: New file, from GNU gettext.
28037         * lib/c-strstr.c: New file, from GNU gettext.
28038
28039 2006-08-28  Bruno Haible  <bruno@clisp.org>
28040
28041         * gnulib-tool: Reorder some statements.
28042
28043 2006-08-28  Bruno Haible  <bruno@clisp.org>
28044
28045         * gnulib-tool: New option --makefile-name.
28046         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
28047         $makefile_name.
28048         (func_import): Write $makefile_name to the cache file, and read it from
28049         there unless explicitly specified. Use $makefile_name as file name
28050         instead of Makefile.am. Adjust the recommendations accordingly.
28051
28052 2006-08-28  Bruno Haible  <bruno@clisp.org>
28053
28054         * gnulib-tool (func_verify_module): Check against misapplying patch.
28055
28056 2006-08-28  Bruno Haible  <bruno@clisp.org>
28057
28058         * gnulib-tool (func_relativize, func_relconcat): New functions.
28059         Give an error if --local-dir is given with --update.
28060         Remove trailing slashes from $local_gnulib_dir.
28061         (func_import): Store the relativized $local_gnulib_dir in
28062         gnulib-cache.m4, and read it from there if not specified explicitly.
28063
28064 2006-08-28  Bruno Haible  <bruno@clisp.org>
28065
28066         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
28067         is the current directory. Respect also $local_gnulib_dir.
28068
28069 2006-08-28  Bruno Haible  <bruno@clisp.org>
28070             Simon Josefsson  <jas@extundo.com>
28071
28072         BeOS portability.
28073         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
28074
28075 2006-08-27  Jim Meyering  <jim@meyering.net>
28076
28077         * doc/visibility.texi: Remove duplicate word: "pointer".
28078
28079 2006-08-26  Bruno Haible  <bruno@clisp.org>
28080
28081         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
28082         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
28083         (Makefile.am): Create inttypes.h from inttypes_.h.
28084         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
28085
28086         * modules/imaxabs: New file.
28087
28088         * modules/imaxdiv: New file.
28089
28090 2006-08-26  Bruno Haible  <bruno@clisp.org>
28091
28092         * m4/inttypes.m4: New file.
28093         * m4/_inttypes_h.m4: Remove file.
28094         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
28095         PRI_MACROS_BROKEN.
28096         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
28097
28098         * m4/imaxabs.m4: New file.
28099
28100         * m4/imaxdiv.m4: New file.
28101
28102 2006-08-26  Bruno Haible  <bruno@clisp.org>
28103
28104         * lib/inttypes_.h: New file.
28105         * lib/inttypes.h: Remove file.
28106         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
28107
28108         * lib/imaxabs.c: New file.
28109
28110         * lib/imaxdiv.c: New file.
28111
28112 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28113
28114         New config-h module, so that "make" output needn't be cluttered
28115         by -DHAVE_CONFIG_H.
28116         * MODULES.html.sh (Support for building libraries and executables):
28117         Add config-h.
28118         * modules/config-h: New file.
28119         * gnulib-tool (nl, sed_transform_lib_file): New vars.
28120         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
28121         the config-h module is used.
28122
28123         New configmake module, so that "make" output needn't be cluttered
28124         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
28125         * MODULES.html.sh (Support for building libraries and executables):
28126         Add configmake.
28127         * modules/configmake: New file.
28128
28129 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28130
28131         * m4/config-h.m4: New file.
28132
28133 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28134
28135         * config/srclist.txt: Add elisp-comp.
28136
28137 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28138
28139         * MODULES.html.sh (Support for building libraries and executables):
28140         Add elisp-comp.
28141         * build-aux/elisp-comp: New file.
28142         * modules/elisp-comp: New file.
28143
28144 2006-08-24  Bruno Haible  <bruno@clisp.org>
28145
28146         * gnulib-tool (func_create_testdir): Use non-default values of
28147         sourcebase and m4base.
28148
28149 2006-08-24  Bruno Haible  <bruno@clisp.org>
28150
28151         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
28152         HTML structure.
28153
28154 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28155
28156         * modules/openat (Depends-on): Add lchown.
28157
28158 2006-08-23  Bruno Haible  <bruno@clisp.org>
28159
28160         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
28161         of gl_LOCK_EARLY instead of gl_LOCK.
28162
28163 2006-08-23  Bruno Haible  <bruno@clisp.org>
28164
28165         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
28166         on OSF/1 to no.
28167         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
28168
28169 2006-08-23  Bruno Haible  <bruno@clisp.org>
28170
28171         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
28172         as unusable.
28173
28174         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
28175         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
28176         (gl_LOCK): New macro.
28177
28178 2006-08-22  Simon Josefsson  <jas@extundo.com>
28179
28180         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
28181         to md5 module.
28182
28183 2006-08-22  Simon Josefsson  <jas@extundo.com>
28184
28185         * MODULES.html.sh: Add "Support for maintaining and release
28186         projects".
28187
28188         * build-aux/gnupload: New file, from coreutils.
28189
28190 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28191
28192         Avoid the need for AC_LIBSOURCES in m4 macros.
28193         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
28194         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
28195         * modules/check-version (EXTRA_DIST): Add check-version.h.
28196         * modules/crc (EXTRA_DIST): Add crc.h.
28197         * modules/des (EXTRA_DIST): Add des.h.
28198         * modules/gc (EXTRA_DIST): Add gc.h.
28199         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
28200         * modules/getline (EXTRA_DIST): Add getline.h.
28201         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
28202         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
28203         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
28204         * modules/md2 (EXTRA_DIST): Add md2.h.
28205         * modules/md4 (EXTRA_DIST): Add md4.h.
28206         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
28207         * modules/read-file (EXTRA_DIST): Add read-file.h.
28208         * modules/readline (EXTRA_DIST): Add readline.h.
28209         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
28210         rijndael-api-fst.h.
28211
28212 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28213
28214         * m4/rijndael.m4 (gl_ARCFOUR):
28215         * m4/arctwo.m4 (gl_ARCTWO):
28216         * m4/check-version.m4 (gl_CHECK_VERSION):
28217         * m4/crc.m4 (gl_CRC):
28218         * m4/des.m4 (gl_DES):
28219         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
28220         * m4/gc.m4 (gl_GC):
28221         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
28222         * m4/getline.m4 (gl_FUNC_GETLINE):
28223         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
28224         * m4/hmac-md5.m4 (gl_HMAC_MD5):
28225         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
28226         * m4/md2.m4 (gl_MD2):
28227         * m4/md4.m4 (gl_MD4):
28228         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
28229         * m4/read-file.m4 (gl_FUNC_READ_FILE):
28230         * m4/readline.m4 (gl_FUNC_READLINE):
28231         * m4/rijndael.m4 (gl_RIJNDAEL):
28232         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28233         to get the necessary .h files and whatnot.
28234
28235 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28236
28237         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
28238         gnulib rather than the other way around.
28239         * config/srclistvars.sh (COREUTILS): Remove.
28240
28241 2006-08-22  Jim Meyering  <jim@meyering.net>
28242
28243         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
28244
28245         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
28246
28247 2006-08-22  Eric Blake  <ebb9@byu.net>
28248
28249         * modules/regexprops-generic: New file.
28250         * MODULES.html.sh (Support for building documentation): List it.
28251
28252 2006-08-22  Eric Blake  <ebb9@byu.net>
28253
28254         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
28255         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
28256         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
28257         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
28258
28259 2006-08-22  Bruno Haible  <bruno@clisp.org>
28260
28261         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
28262         and lib_LTLIBRARIES like the other lib_* variables.
28263
28264 2006-08-22  Bruno Haible  <bruno@clisp.org>
28265
28266         * build-aux/x-to-1.in: New file, from GNU gettext.
28267
28268 2006-08-22  Bruno Haible  <bruno@clisp.org>
28269
28270         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
28271         <utmpx.h> exists.
28272
28273 2006-08-22  Bruno Haible  <bruno@clisp.org>
28274
28275         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
28276         <utmpx.h> exists.
28277
28278 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28279
28280         BeOS portability.
28281         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
28282         exist.
28283         Problem reported by Bruno Haible.
28284
28285 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28286
28287         Avoid the need for AC_LIBSOURCES in m4 macros.
28288         * modules/acl (EXTRA_DIST): Add acl.h.
28289         * modules/argmatch (Files): Add m4/argmatch.m4.
28290         (configure.ac): Add gl_ARGMATCH.
28291         (EXTRA_DIST): Renamed from lib_SOURCES, for
28292         consistency with the other modules.  Remove argmatch.c.
28293         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
28294         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
28295         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
28296         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
28297         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
28298         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
28299         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
28300         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
28301         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
28302         * modules/closeout (EXTRA_DIST): Add closeout.h.
28303         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
28304         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
28305         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
28306         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
28307         dirname.h; remove basename.c and stripslash.c.
28308         * modules/exclude (EXTRA_DIST): Add exclude.h.
28309         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
28310         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
28311         * modules/file-type (EXTRA_DIST): Add file-type.h.
28312         * modules/filemode (EXTRA_DIST): Add filemode.h.
28313         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
28314         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28315         * modules/fpending (EXTRA_DIST): Add __fpending.h.
28316         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
28317         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
28318         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
28319         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
28320         * modules/getdate (EXTRA_DIST): Add getdate.c.
28321         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
28322         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
28323         * modules/getpass (EXTRA_DIST): Add getpass.h.
28324         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
28325         * modules/group-member (EXTRA_DIST): Add group-member.h.
28326         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
28327         * modules/hash (EXTRA_DIST): Add hash.h.
28328         * modules/human (EXTRA_DIST): Add human.h.
28329         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
28330         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
28331         * modules/lchown (EXTRA_DIST): Add lchown.h.
28332         * modules/long-options (EXTRA_DIST): Add long-options.h.
28333         * modules/lstat (EXTRA_DIST): Add lstat.h.
28334         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
28335         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
28336         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
28337         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
28338         * modules/memxor (EXTRA_DIST): Add memxor.h.
28339         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
28340         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
28341         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
28342         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
28343         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
28344         * modules/physmem (EXTRA_DIST): Add physmem.h.
28345         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
28346         * modules/posixver (EXTRA_DIST): Add posixver.h.
28347         * modules/quote (EXTRA_DIST): Add quote.h.
28348         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
28349         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
28350         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
28351         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
28352         regex_internal.h regexec.c.
28353         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
28354         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
28355         * modules/same (EXTRA_DIST): Add same.h.
28356         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
28357         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
28358         * modules/savedir (EXTRA_DIST): Add savedir.h.
28359         * modules/sha1 (EXTRA_DIST): Add sha1.h.
28360         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
28361         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
28362         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
28363         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
28364         * modules/strdup (EXTRA_DIST): Add strdup.h.
28365         * modules/strftime (EXTRA_DIST): Add strftime.h.
28366         * modules/strndup (EXTRA_DIST): Add strndup.h.
28367         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
28368         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
28369         * modules/time_r (EXTRA_DIST): Add time_r.h.
28370         * modules/timespec (EXTRA_DIST): Add timespec.h.
28371         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28372         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
28373         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
28374         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
28375         * modules/userspec (EXTRA_DIST): Add userspec.h.
28376         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
28377         * modules/utimens (EXTRA_DIST): Add utimens.h.
28378         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
28379         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
28380         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
28381         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
28382         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
28383         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
28384         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
28385         * modules/yesno (EXTRA_DIST): Add yesno.h.
28386
28387 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28388
28389         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
28390
28391         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
28392         * m4/dev-ino.m4, same-inode.m4: Remove.
28393
28394         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
28395         * m4/acl.m4 (AC_FUNC_ACL):
28396         * m4/backupfile.m4 (gl_BACKUPFILE):
28397         * m4/c-strtod.m4 (gl_C99_STRTOLD):
28398         * m4/canon-host.m4 (gl_CANON_HOST):
28399         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28400         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
28401         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
28402         * m4/cloexec.m4 (gl_CLOEXEC):
28403         * m4/close-stream.m4 (gl_CLOSE_STREAM):
28404         * m4/closeout.m4 (gl_CLOSEOUT):
28405         * m4/dirfd.m4 (gl_FUNC_DIRFD):
28406         * m4/dirname.m4 (gl_DIRNAME):
28407         * m4/exclude.m4 (gl_EXCLUDE):
28408         * m4/exitfail.m4 (gl_EXITFAIL):
28409         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
28410         * m4/file-type.m4 (gl_FILE_TYPE):
28411         * m4/filemode.m4 (gl_FILEMODE):
28412         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
28413         * m4/fpending.m4 (gl_FUNC_FPENDING):
28414         * m4/fprintftime.m4 (gl_FPRINTFTIME):
28415         * m4/fts.m4 (gl_FUNC_FTS):
28416         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
28417         * m4/getdate.m4 (gl_GETDATE):
28418         * m4/gethrxtime.m4 (gl_GETHRXTIME):
28419         * m4/getpagesize.m4 (gl_GETPAGESIZE):
28420         * m4/getpass.m4 (gl_FUNC_GETPASS):
28421         * m4/gettime.m4 (gl_GETTIME):
28422         * m4/getugroups.m4 (gl_GETUGROUPS):
28423         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
28424         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
28425         * m4/hard-locale.m4 (gl_HARD_LOCALE):
28426         * m4/hash.m4 (gl_HASH):
28427         * m4/idcache.m4 (gl_IDCACHE):
28428         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
28429         * m4/lchown.m4 (gl_FUNC_LCHOWN):
28430         * m4/long-options.m4 (gl_LONG_OPTIONS):
28431         * m4/lstat.m4 (gl_FUNC_LSTAT):
28432         * m4/md5.m4 (gl_MD5):
28433         * m4/memcasecmp.m4 (gl_MEMCASECMP):
28434         * m4/memcoll.m4 (gl_MEMCOLL):
28435         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
28436         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
28437         * m4/memxor.m4 (gl_MEMXOR):
28438         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
28439         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
28440         * m4/modechange.m4 (gl_MODECHANGE):
28441         * m4/mountlist.m4 (gl_MOUNTLIST):
28442         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28443         * m4/openat.m4 (gl_FUNC_OPENAT):
28444         * m4/pathmax.m4 (gl_PATHMAX):
28445         * m4/physmem.m4 (gl_PHYSMEM):
28446         * m4/posixtm.m4 (gl_POSIXTM):
28447         * m4/posixver.m4 (gl_POSIXVER):
28448         * m4/quote.m4 (gl_QUOTE):
28449         * m4/quotearg.m4 (gl_QUOTEARG):
28450         * m4/readtokens.m4 (gl_READTOKENS):
28451         * m4/readutmp.m4 (gl_READUTMP):
28452         * m4/regex.m4 (gl_REGEX):
28453         * m4/safe-read.m4 (gl_SAFE_READ):
28454         * m4/safe-write.m4 (gl_SAFE_WRITE):
28455         * m4/same.m4 (gl_SAME):
28456         * m4/save-cwd.m4 (gl_SAVE_CWD):
28457         * m4/savedir.m4 (gl_SAVEDIR):
28458         * m4/settime.m4 (gl_SETTIME):
28459         * m4/sha1.m4 (gl_SHA1):
28460         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
28461         * m4/stat-macros.m4 (gl_STAT_MACROS):
28462         * m4/stat-time.m4 (gl_STAT_TIME):
28463         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
28464         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
28465         * m4/strdup.m4 (gl_FUNC_STRDUP):
28466         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
28467         * m4/strndup.m4 (gl_FUNC_STRNDUP):
28468         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
28469         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
28470         * m4/time_r.m4 (gl_TIME_R):
28471         * m4/timespec.m4 (gl_TIMESPEC):
28472         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
28473         * m4/unlinkdir.m4 (gl_UNLINKDIR):
28474         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
28475         * m4/userspec.m4 (gl_USERSPEC):
28476         * m4/utimecmp.m4 (gl_UTIMECMP):
28477         * m4/utimens.m4 (gl_UTIMENS):
28478         * m4/xalloc.m4 (gl_XALLOC):
28479         * m4/xgetcwd.m4 (gl_XGETCWD):
28480         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
28481         * m4/xreadlink.m4 (gl_XREADLINK):
28482         * m4/xstrtod.m4 (gl_XSTRTOD):
28483         * m4/yesno.m4 (gl_YESNO):
28484         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28485         to get the necessary .h files and whatnot.
28486
28487 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
28488             Bruno Haible  <bruno@clisp.org>
28489
28490         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
28491         /bin/sh understanding of '!' conditional negation.
28492
28493 2006-08-21  Jim Meyering  <jim@meyering.net>
28494
28495         * modules/openat (Depends-on): Really alphabetize.
28496
28497         * modules/acl (Depends-on): Add error and quote.
28498
28499         * check-module (find_included_lib_files): Add at-func.c to the
28500         ok-to-include-more-than-once white list.
28501
28502         * modules/openat (Depends-on): Add lstat.  Alphabetize.
28503
28504 2006-08-21  Bruno Haible  <bruno@clisp.org>
28505
28506         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28507         Emit a pkgdata_DATA variable only if some snippets add contents to it.
28508         Reported by Martin Lambers <marlam@marlam.de>.
28509
28510 2006-08-21  Bruno Haible  <bruno@clisp.org>
28511
28512         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
28513         specify an installation location, don't emit a noinst_LIBRARIES or
28514         noinst_LTLIBRARIES assignment.
28515
28516 2006-08-21  Bruno Haible  <bruno@clisp.org>
28517
28518         BeOS portability.
28519         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
28520         BeOS has mbrtowc() but no <wctype.h>.
28521
28522 2006-08-21  Bruno Haible  <bruno@clisp.org>
28523
28524         BeOS portability.
28525         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
28526         exist.
28527
28528 2006-08-21  Bruno Haible  <bruno@clisp.org>
28529
28530         BeOS portability.
28531         * lib/mbchar.h: Include <wctype.h> only if it exists.
28532
28533 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28534
28535         Remove files that are no longer needed by their respective modules.
28536         * m4/obstack.m4: Remove.
28537         * m4/strerror_r.m4: Remove.
28538         * m4/uint32_t.m4: Remove.
28539         * m4/uintptr_t.m4: Remove.
28540         * m4/ullong_max.m4: Remove.
28541         * m4/xstrtoimax.m4: Remove.
28542         * m4/xstrtoumax.m4: Remove.
28543
28544         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
28545         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
28546         dependencies now capture this.
28547
28548         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
28549         Do not use AC_LIBSOURCES, since gnulib modules now do this.
28550         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
28551         * m4/human.m4 (gl_HUMAN): Likewise.
28552         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
28553         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
28554
28555         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
28556
28557         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
28558         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
28559         stdint.
28560         * m4/human.m4 (gl_HUMAN): Likewise.
28561         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
28562         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
28563         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28564         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28565         * m4/xstrtol (gl_XSTRTOL): Likewise.
28566
28567         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
28568         AC_TYPE_LONG_LONG_INT.
28569         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28570         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
28571         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
28572         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28573
28574         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
28575         on stdbool.
28576
28577         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
28578         (gl_PREREQ_XSTRTOUL): Remove.
28579
28580         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
28581
28582         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
28583         mode.
28584
28585 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28586
28587         Add and change modules to make it easier for coreutils to use
28588         gnulib-tool.
28589         * modules/backupfile (Files): Remove m4/d-ino.m4.
28590         (Depends-on): Add d-ino.
28591         * modules/cycle-check (Depends-on): Add stdint.
28592         (lib_SOURCES): Add cycle-check.h.
28593         * modules/d-ino: New module.
28594         * modules/d-type: New module.
28595         * modules/error (Files): Remove m4/strerror_r.m4.
28596         * modules/filemode (Files): Add m4/st_dm_mode.m4.
28597         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28598         m4/inttypes_h.m4, m4/uintmax_t.m4.
28599         (Depends-on): Add stdint.
28600         (lib_SOURCES): Add fsusage.h.
28601         * modules/getcwd (Files): Remove d-ino.m4.
28602         (Depends-on): Add d-ino.
28603         * modules/getndelim2 (Depends-on): Add stdint.
28604         * modules/glob (Files): Remove m4/d-type.m4.
28605         (Depends-on): Add d-type.
28606         * modules/host-os: New module.
28607         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
28608         m4/inttypes_h.m4, m4/uintmax_t.m4.
28609         * Depends-on: Add stdint.
28610         (lib_SOURCES): Add human.h.
28611         * modules/inttostr (Files): Remove m4/intmax_t.m4,
28612         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
28613         m4/uintmax_t.m4, m4/ulonglong.m4.
28614         (Depends-on): Add stdint.
28615         (EXTRA_DIST): Add inttostr.h.
28616         * modules/lchmod: New module.
28617         * modules/link-follow: New module.
28618         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
28619         (Depends-on): Add lchmod.
28620         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
28621         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
28622         (Depends-on): Add stdint.
28623         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
28624         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
28625         (Depends-on): Add stdint.
28626         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
28627         * modules/perl: New module.
28628         * modules/regex (Depends-on): Add stdint.
28629         * modules/rmdir-errno: New module.
28630         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28631         m4/intmax_t.m4.
28632         (Depends-on): Add stdint.
28633         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28634         m4/uintmax_t.m4.
28635         (Depends-on): Add stdint.
28636         * modules/unlink-busy: New module.
28637         * modules/utimecmp (Depends-on): Add stdint.
28638         * modules/uptime: New module.
28639         * modules/winsz-ioctl: New module.
28640         * modules/winsz-termios: New module.
28641         * modules/xnanosleep (Depends-on): Add nanosleep.
28642         * modules/ullong_max: Remove.
28643         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
28644         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
28645         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
28646         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
28647         (Depends-on): Add inttypes.
28648         (lib_SOURCES): Add xstrtol.h.
28649         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
28650         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
28651         * MODULES.html.sh: Move 'assert' into the assert section.
28652         Move 'dummy' into the linking section.
28653         Remove ullong_max.
28654         Add section for compatibility checks for POSIX:2001 functions,
28655         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
28656         winsz-ioctl, and winsz-termios into it.
28657         Add lchmod.
28658         Add top-level Misc section and put host-os, perl, and uptime
28659         into it.
28660
28661 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28662
28663         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
28664         now assume the stdint module.  Do not include inttypes.h.
28665         * lib/fsusage.h: Likewise.
28666         * lib/getndelim2.c: Likewise.
28667         * lib/human.h: Likewise.
28668         * lib/inttostr.h: Likewise.
28669         * lib/obstack.c: Likewise.
28670         * lib/regex_internal.h: Likewise.
28671         * lib/tempname.c: Likewise.
28672         * lib/utimecmp.c: Likewise.
28673         * lib/xstrtol.h: Likewise.
28674
28675         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
28676
28677         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
28678         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
28679         * lib/xtime.h: Likewise.
28680
28681 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28682
28683         * modules/openat (Files): Add lib/fchmodat.c.
28684         Fixes problem reported by Jay Youngman.
28685
28686 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28687
28688         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
28689         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
28690
28691 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
28692             Bruno Haible  <bruno@clisp.org>
28693
28694         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
28695         and is a script that invokes bison. Tighten the code. Add comments.
28696
28697 2006-08-18  Jim Meyering  <jim@meyering.net>
28698
28699         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
28700         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
28701         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
28702         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
28703
28704 2006-08-18  Bruno Haible  <bruno@clisp.org>
28705
28706         * modules/bison-i18n: New file.
28707         * MODULES.html.sh (Internationalization functions): Add it.
28708
28709 2006-08-18  Bruno Haible  <bruno@clisp.org>
28710
28711         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
28712         sys/statvfs.h. When getmntinfo was found, check its declaration and
28713         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
28714
28715 2006-08-18  Bruno Haible  <bruno@clisp.org>
28716
28717         * m4/bison-i18n.m4: New file, from bison.
28718
28719 2006-08-18  Bruno Haible  <bruno@clisp.org>
28720
28721         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
28722         (ME_DUMMY): Treat "kernfs" as a dummy.
28723         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
28724
28725 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         Update from coreutils.
28728
28729         2006-08-15  Jim Meyering  <jim@meyering.net>
28730
28731         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
28732
28733         2006-01-17  Jim Meyering  <jim@meyering.net>
28734
28735         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
28736
28737         2006-01-11  Jim Meyering  <jim@meyering.net>
28738
28739         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
28740         Check for the lchmod function.
28741
28742 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28743
28744         Update from coreutils.
28745
28746         * lib/__fpending.h: Add copyright notice.
28747         * lib/fprintftime.h: Likewise.
28748         * lib/savedir.c: Use (C) in copyright notice.
28749         * lib/savedir.h: Likewise.
28750
28751         2006-08-15  Jim Meyering  <jim@meyering.net>
28752
28753         * lib/at-func.c: New file, with the logic of all emulated at-functions.
28754         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
28755         in support of the EXPECTED_ERRNO macro.
28756         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
28757         definitions.  Instead, define the appropriate symbols and include
28758         "at-func.c".
28759         * lib/mkdirat.c (mkdirat): Likewise.
28760         * lib/fchmodat.c (fchmodat): Likewise.
28761         (ENOSYS): Remove definition.
28762         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
28763         it.  Don't include "unistd--.h" -- it wasn't ever used.
28764
28765         2006-01-17  Jim Meyering  <jim@meyering.net>
28766
28767         Rewrite fts.c not to change the current working directory,
28768         by using openat, fstatat, fdopendir, etc..
28769
28770         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
28771         (HAVE_OPENAT_SUPPORT): Define.
28772         [_LIBC] (fchdir): Don't undef or define; no longer used.
28773         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
28774         Now, this `function' always succeeds, and consumes its file descriptor
28775         parameter -- so callers must not close such FDs.  Update callers.
28776         (diropen_fd, opendirat, cwd_advance_fd): New functions.
28777         (diropen): Add parameter, SP.  Adjust all callers.
28778         Implement using diropen_fd, rather than open.
28779         (fts_open): Initialize new member, fts_cwd_fd.
28780         Remove fts_rft-setting code.
28781         (fts_close): Close fts_cwd_fd, if necessary.
28782         (__opendir2): Define in terms of opendir or opendirat,
28783         depending on whether the FST_NOCHDIR flag is set.
28784         (fts_build): Since fts_safe_changedir consumes its FD, and since
28785         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
28786         and close the dup'd file descriptor upon failure.
28787         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
28788         (fts_safe_changedir): Tweak semantics to reflect that this function
28789         now calls cwd_advance_fd and hence consumes its FD argument.
28790         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
28791         [struct FTS] (fts_rft): Remove now-unused member.
28792         [struct FTS] (fts_cycle.state): Improve comment.
28793
28794         * lib/openat.c (openat_needs_fchdir): New function.
28795         * lib/openat.h (openat_needs_fchdir): Declare it.
28796
28797 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28798
28799         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
28800         Problem and fix reported by Pádraig Brady in
28801         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
28802
28803 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28804
28805         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
28806
28807 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28808
28809         * lib/memcoll.c (memcoll): Optimize for the common case where the
28810         arguments are bytewise equal.
28811
28812 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28813
28814         * doc/regexprops-generic.texi: Add a copyright notice.
28815
28816 2006-08-15  Bruno Haible  <bruno@clisp.org>
28817
28818         * modules/tmpdir (License): Change to LGPL.
28819
28820 2006-08-15  Bruno Haible  <bruno@clisp.org>
28821
28822         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
28823         module.
28824
28825 2006-08-14  Simon Josefsson  <jas@extundo.com>
28826
28827         * config/srclist.txt: Add gnupload.
28828
28829 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28830
28831         Change copyright notice from LGPL 2 to GPL 2, since that's the
28832         standard form used in the gnulib repository.
28833         * tests/test-lock.c: Likewise.
28834         * tests/test-stdint.c: Likewise.
28835         * tests/test-tls.c: Likewise.
28836
28837         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
28838         prelude-manager.  User shorter URLs for GNU projects, without '?'.
28839         Add copyright notice.
28840
28841         * check-module: Add copyright notice.  Output a copyright
28842         notice if "--version" is specified.
28843         * modules/COPYING: New file.
28844         * tests/test-getaddrinfo.c: Add copyright notice.
28845         * tests/test-verify.c: Likewise.
28846
28847 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28848
28849         Change copyright notice from LGPL 2 to GPL 2, since that's the
28850         standard form used in the gnulib repository.
28851         * lib/lock.c: LGPL -> GPL.
28852         * lib/lock.h: Likewise.
28853         * lib/strnlen1.c: Likewise.
28854         * lib/strnlen1.h: Likewise.
28855         * lib/tls.c: Likewise.
28856         * lib/tls.h: Likewise.
28857         * lib/tmpdir.c: Likewise.
28858
28859         * lib/TODO: Remove; this belongs only in coreutils.
28860
28861 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28862
28863         Add copyright notices to long-enough files that lack them, since
28864         otherwise the files aren't clearly free.  Use the same notice that
28865         getdate.texi already uses.
28866         * doc/alloca-opt.texi: Add copyright notice.
28867         * doc/alloca.texi: Likewise.
28868         * doc/ctime.texi: Likewise.
28869         * doc/functions.texi: Likewise.
28870         * doc/gcd.texi: Likewise.
28871         * doc/gnulib-tool.texi: Likewise.
28872         * doc/inet_ntoa.texi: Likewise.
28873         * doc/visibility.texi: Likewise.
28874
28875         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
28876         * doc/quote.texi: Add copyright notice.
28877
28878         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
28879         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
28880         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
28881         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
28882         is now obsolete, and give a pointer to the Sun list.
28883         Add copyright notice.
28884
28885 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28886
28887         * config/srclistvars.sh: Add copyright notice.
28888
28889 2006-08-14  Eric Blake  <ebb9@byu.net>
28890
28891         Import the following change from libc:
28892
28893         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
28894
28895         Upstream bug 2997.
28896         * lib/misc/error.c: Add space between program name and message if file
28897         name is missing.
28898
28899 2006-08-12  Karl Berry  <karl@gnu.org>
28900
28901         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
28902         remove, these originate in gnulib now.
28903
28904 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28905
28906         * doc/Makefile (standards.info standards.html standards.dvi):
28907         Also depend on make-stds.texi.
28908
28909 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28910
28911         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
28912         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
28913
28914         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
28915         in wchar_t.  Problem reported by Eric Blake.
28916
28917         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
28918         LEN is smaller than SIZE.  Suggested by Bruno Haible.
28919         Also, help the compiler to keep LEN in a register.
28920
28921 2006-08-11  Eric Blake  <ebb9@byu.net>
28922
28923         * users.txt: Sort.  Add tar.
28924
28925 2006-08-11  Bruno Haible  <bruno@clisp.org>
28926
28927         * users.txt: New file.
28928
28929 2006-08-11  Bruno Haible  <bruno@clisp.org>
28930
28931         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
28932         before <wchar.h>. Needed for OSF/1 and BSD/OS.
28933
28934 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28935
28936         * modules/snprintf (Depends-on): Remove minmax.
28937         (Maintainer): Add self and Bruno.
28938
28939 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28940
28941         * lib/.cppi-disable: Add snprintf.h, socket_.h.
28942         * lib/snprintf.c: Include <errno.h> and <limits.h>.
28943         (EOVERFLOW): Define if the system does not.
28944         Do not include "minmax.h"; it wasn't used.
28945         (snprintf): Don't assume size_t promotes to an unsigned type.
28946         Fix bug when generated string was too long for the buffer: the
28947         buffer's contents are supposed to be the initial prefix of the
28948         output.  Don't assume vasnprintf returns EOVERFLOW if the size
28949         exceeds INT_MAX; do the check ourselves.
28950
28951         Import the following changes from libc:
28952
28953         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
28954
28955         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
28956         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
28957         set wc to the byte which couldn't be converted.
28958         (re_string_reconstruct): Don't clear valid_raw_len before calling
28959         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
28960         tip_context using re_string_context_at.
28961
28962         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
28963
28964         * lib/posix/regex.h: g++ still cannot handled [restrict].
28965
28966         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
28967
28968         * lib/posix/regex.h: Remove special handling for VMS.
28969
28970 2006-08-10  Jim Meyering  <jim@meyering.net>
28971
28972         * modules/same-inode: New module.
28973         * modules/dev-ino: New module.
28974         * modules/cycle-check: Depend on these modules, rather than simply
28975         including their .h files.
28976         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
28977         required via m4/cycle-check.m4.
28978         * modules/same: Depend on new same-inode module, rather than
28979         including same-inode.h.
28980         * modules/chdir-safer: New file.
28981
28982         * modules/chown (Depends-on): Add stat-macros.
28983
28984 2006-08-10  Jim Meyering  <jim@meyering.net>
28985
28986         * m4/cycle-check.m4: New file.
28987         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
28988         * m4/dev-ino.m4, m4/same-inode.m4: New files.
28989
28990 2006-08-10  Eric Blake  <ebb9@byu.net>
28991
28992         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
28993         in from original proposal.
28994
28995 2006-08-10  Eric Blake  <ebb9@byu.net>
28996         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28997
28998         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
28999         namespace.
29000
29001 2006-08-10  Bruno Haible  <bruno@clisp.org>
29002
29003         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
29004         as well.
29005
29006 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29007
29008         Sync from coreutils.
29009
29010         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
29011
29012         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
29013         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
29014
29015 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29016
29017         * modules/restrict: Remove; no longer needed now that we assume
29018         Autoconf 2.59 or later.
29019         * MODULES.html.sh: Remove 'restrict'.
29020         * modules/argp (Depends-on): Remove 'restrict'.
29021         * modules/base64 (Depends-on): Likewise.
29022         * modules/gc (Depends-on): Likewise.
29023         * modules/getaddrinfo (Depends-on): Likewise.
29024         * modules/glob (Depends-on): Likewise.
29025         * modules/inet_ntop (Depends-on): Likewise.
29026         * modules/inet_pton (Depends-on): Likewise.
29027         * modules/memxor (Depends-on): Likewise.
29028         * modules/regex (Depends-on): Likewise.
29029         * modules/strtok_r (Depends-on): Likewise.
29030         * modules/time_r (Depends-on): Likewise.
29031
29032 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29033
29034         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
29035         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
29036         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29037         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
29038         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
29039         * m4/memxor.m4 (gl_MEMXOR): Likewise.
29040         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
29041         gl_C_RESTRICT replaced by AC_C_RESTRICT.
29042
29043         Merge from coreutils.
29044         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
29045         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
29046         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29047         * m4/time_r.m4 (gl_TIME_R): Likewise.
29048
29049 2006-08-09  Karl Berry  <karl@gnu.org>
29050
29051         * config/srclist.txt: no more gettext-tools, per Bruno.
29052
29053 2006-08-08  Eric Blake  <ebb9@byu.net>
29054
29055         * modules/verror: New module.
29056         * MODULES.html.sh: Document it.
29057
29058 2006-08-08  Eric Blake  <ebb9@byu.net>
29059
29060         * lib/verror.h, lib/verror.c: New files.
29061
29062 2006-08-08  Eric Blake  <ebb9@byu.net>
29063
29064         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
29065         verror_at_line output complies with GNU Coding Standards even when
29066         file is NULL.
29067
29068 2006-08-07  Bruno Haible  <bruno@clisp.org>
29069
29070         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
29071         versions of AIX.
29072         Reported by Ralf Wildenhues.
29073
29074 2006-08-07  Bruno Haible  <bruno@clisp.org>
29075
29076         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
29077         in an AC_DEFUN. Needed so that the autoconf snippets can use
29078         AC_REQUIRE.
29079
29080 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29081
29082         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29083         Initialize pkgdata_DATA.
29084         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
29085         overriding it.
29086
29087 2006-08-06  Eric Blake  <ebb9@byu.net>
29088
29089         * lib/error.h: Fold in some upstream changes from glibc.
29090         * lib/error.c: Likewise.
29091
29092 2006-08-04  Bruno Haible  <bruno@clisp.org>
29093
29094         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29095         Make the mostlyclean-local rule depend on mostlyclean-generic.
29096         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
29097
29098 2006-07-31  Bruno Haible  <bruno@clisp.org>
29099
29100         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
29101         <stdlib.h>, <string.h>.
29102
29103 2006-07-30  Bruno Haible  <bruno@clisp.org>
29104
29105         * modules/readlink (License): Change to LGPL.
29106
29107 2006-07-30  Bruno Haible  <bruno@clisp.org>
29108
29109         * modules/javaversion (Makefile.am): Distribute javaversion.java and
29110         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
29111         set PKGDATADIR to point to it.
29112
29113 2006-07-30  Bruno Haible  <bruno@clisp.org>
29114
29115         * modules/csharpexec (configure.ac): Comment out macro invocation.
29116         * modules/javaexec (configure.ac): Likewise.
29117         * modules/javacomp-script (configure.ac): Likewise.
29118
29119         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
29120
29121 2006-07-30  Bruno Haible  <bruno@clisp.org>
29122
29123         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
29124         linked-list.
29125
29126 2006-07-30  Bruno Haible  <bruno@clisp.org>
29127
29128         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
29129
29130 2006-07-30  Bruno Haible  <bruno@clisp.org>
29131
29132         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29133         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
29134         get removed.
29135
29136 2006-07-29  Bruno Haible  <bruno@clisp.org>
29137
29138         Make it possible for gnulib-tool to work with locally modified or
29139         augmented gnulib repositories.
29140         * gnulib-tool (func_usage): Document --local-dir option.
29141         (local_gnulib_dir): New variable.
29142         Handle --local-dir option.
29143         (func_lookup_file): New function.
29144         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
29145         (func_get_description, func_get_filelist, func_get_description,
29146         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
29147         func_get_automake_snippet, func_get_include_directive,
29148         func_get_license, func_get_maintainer): Use func_lookup_file.
29149         (func_import, func_create_testdir): Use func_lookup_file.
29150
29151 2006-07-29  Bruno Haible  <bruno@clisp.org>
29152
29153         * modules/setenv (Depends-on): Add unistd.
29154
29155 2006-07-29  Bruno Haible  <bruno@clisp.org>
29156
29157         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
29158
29159 2006-07-29  Bruno Haible  <bruno@clisp.org>
29160
29161         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
29162
29163 2006-07-29  Bruno Haible  <bruno@clisp.org>
29164
29165         * gnulib-tool (import, update): If there is no Makefile.am, look at
29166         aclocal.m4, instead of bailing out.
29167
29168 2006-07-29  Bruno Haible  <bruno@clisp.org>
29169
29170         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
29171         Categorize the options by when they are useful.
29172
29173 2006-07-29  Bruno Haible  <bruno@clisp.org>
29174
29175         * gnulib-tool (func_usage): Document option --no-libtool.
29176         Handle option --no-libtool.
29177         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
29178         for changed semantics of $libtool variable.
29179         (func_import): Likewise. If libtool is not used, show this through
29180         an option --no-libtool.
29181         (func_create_testdir): Update.
29182
29183 2006-07-29  Bruno Haible  <bruno@clisp.org>
29184
29185         * gnulib-tool (func_import): Extend error message about missing
29186         --doc-base.
29187
29188 2006-07-29  Bruno Haible  <bruno@clisp.org>
29189
29190         * gnulib-tool (func_import): Don't create the $docbase directory if
29191         there is no file to store there.
29192
29193 2006-07-29  Bruno Haible  <bruno@clisp.org>
29194
29195         * gnulib-tool (autoconf_minversion): If a --dir option is given and
29196         relevant, look for configure.ac there, not in the current directory.
29197         Also use a simple search for AC_PREREQ, not "autoconf --trace".
29198
29199 2006-07-29  Bruno Haible  <bruno@clisp.org>
29200
29201         * gnulib-tool (SORT): New variable.
29202         (func_usage): Undocument --assume-autoconf option.
29203         Remove --assume-autoconf option handling.
29204         (autoconf_minversion): Determine from the contents of configure.ac.
29205         (func_import): Remove autoconf_minversion handling.
29206         Suggested by Eric Blake.
29207
29208 2006-07-29  Bruno Haible  <bruno@clisp.org>
29209
29210         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
29211
29212 2006-07-29  Bruno Haible  <bruno@clisp.org>
29213
29214         * config/srclist.txt (*setenv.[ch]): Remove rules.
29215
29216 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29217
29218         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
29219
29220 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29221
29222         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
29223         arpa/inet.h.
29224
29225 2006-07-28  Simon Josefsson  <jas@extundo.com>
29226
29227         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
29228         * modules/inet_pton (Depends-on): Likewise.
29229
29230 2006-07-28  Simon Josefsson  <jas@extundo.com>
29231
29232         * m4/netinet_in_h.m4: New file.
29233
29234 2006-07-28  Simon Josefsson  <jas@extundo.com>
29235
29236         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
29237         #include's.
29238
29239 2006-07-28  Simon Josefsson  <jas@extundo.com>
29240
29241         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
29242         #include's.
29243
29244 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
29245
29246         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
29247         setgid on directories only if they set these bits.
29248         * lib/modechange.h: Remove obsolete comment about masks.
29249
29250 2006-07-28  Eric Blake  <ebb9@byu.net>
29251
29252         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
29253         macro expansion.
29254
29255 2006-07-28  Bruno Haible  <bruno@clisp.org>
29256
29257         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
29258
29259 2006-07-28  Bruno Haible  <bruno@clisp.org>
29260
29261         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
29262
29263 2006-07-28  Bruno Haible  <bruno@clisp.org>
29264
29265         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
29266         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
29267         Define fallbacks.
29268         Avoids link error on FreeBSD 4.x.
29269         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29270
29271         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
29272         encoding.
29273         * lib/mbswidth.c (iswcntrl): Likewise.
29274
29275 2006-07-27  Bruno Haible  <bruno@clisp.org>
29276
29277         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
29278         test.
29279
29280 2006-07-27  Bruno Haible  <bruno@clisp.org>
29281
29282         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
29283         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
29284         defined.
29285
29286 2006-07-26  Eric Blake  <ebb9@byu.net>
29287
29288         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
29289
29290 2006-07-26  Eric Blake  <ebb9@byu.net>
29291
29292         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
29293         like mingw that lack mkstemp.
29294         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
29295         avoid compilation warning on mingw.
29296
29297 2006-07-26  Bruno Haible  <bruno@clisp.org>
29298
29299         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
29300         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
29301         INT_FAST*_MIN, INTPTR_MIN.
29302
29303 2006-07-25  Bruno Haible  <bruno@clisp.org>
29304
29305         * modules/version-etc (Depends-on): Add stdarg.
29306
29307 2006-07-25  Bruno Haible  <bruno@clisp.org>
29308
29309         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
29310         complex commands.
29311
29312 2006-07-25  Bruno Haible  <bruno@clisp.org>
29313
29314         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
29315         defined in <stdarg.h> or config.h.
29316
29317 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
29320         (gl_STDIO_SAFER): Remove.
29321
29322 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29323
29324         * MODULES.html.sh (File stream based Input/Output):
29325         Add fopen-safer, tmpfile-safer; remove stdio-safer.
29326         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
29327         * modules/fopen-safer, modules/tmpfile-safer: New files.
29328         * modules/stdio-safer: Remove.
29329
29330 2006-07-24  Bruno Haible  <bruno@clisp.org>
29331
29332         * modules/tmpdir: New file.
29333         * MODULES.html.sh (File system functions): Add it.
29334
29335 2006-07-24  Bruno Haible  <bruno@clisp.org>
29336
29337         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
29338         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
29339
29340 2006-07-24  Bruno Haible  <bruno@clisp.org>
29341
29342         * modules/clean-temp: New file.
29343
29344 2006-07-24  Bruno Haible  <bruno@clisp.org>
29345
29346         * m4/tmpdir.m4: New file, from GNU gettext.
29347
29348 2006-07-24  Bruno Haible  <bruno@clisp.org>
29349
29350         * lib/tmpdir.h: New file, from GNU gettext.
29351         * lib/tmpdir.c: New file, from GNU gettext.
29352
29353 2006-07-24  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/clean-temp.h: New file, from GNU gettext.
29356         * lib/clean-temp.c: New file, from GNU gettext.
29357
29358 2006-07-23  Eric Blake  <ebb9@byu.net>
29359
29360         * modules/stdio-safer (Files): Add tmpfile-safer.c.
29361         (Depends-on): Add binary-io.
29362
29363 2006-07-23  Eric Blake  <ebb9@byu.net>
29364
29365         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
29366
29367 2006-07-23  Eric Blake  <ebb9@byu.net>
29368
29369         * lib/tmpfile-safer.c: New file.
29370         * lib/stdio-safer.h (fopen_safer): Add prototype.
29371         * lib/stdio--.h (tmpfile): Make safer.
29372
29373 2006-07-23  Bruno Haible  <bruno@clisp.org>
29374
29375         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
29376         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
29377         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
29378         gl_linked_remove_at): Use it.
29379
29380 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29381         and Simon Josefsson <jas@extundo.com>
29382
29383         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
29384
29385         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
29386
29387 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29388
29389         * modules/close-stream: New file.
29390         * modules/closeout (Description): Make it clear that it exits
29391         with a diagnostic on error.
29392         (Depends-on): Add close-stream.  Remove fpending, stdbool.
29393         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
29394
29395 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29396
29397         * m4/close-stream.m4: New file.
29398
29399 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29400
29401         * lib/close-stream.c, lib/close-stream.h: New files.
29402
29403 2006-07-22  Bruno Haible  <bruno@clisp.org>
29404
29405         Merge from GNU gettext 0.15.
29406
29407         2006-05-01  Bruno Haible  <bruno@clisp.org>
29408
29409                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
29410
29411         2006-07-22  Bruno Haible  <bruno@clisp.org>
29412
29413                 * modules/javaversion: New file.
29414                 * MODULES.html.sh (Java): Add javaversion.
29415
29416         2006-03-12  Bruno Haible  <bruno@clisp.org>
29417
29418                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
29419
29420         2005-12-04  Bruno Haible  <bruno@clisp.org>
29421
29422                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
29423                 (untested).
29424
29425         2006-06-21  Bruno Haible  <bruno@clisp.org>
29426
29427                 Avoid warnings from recent versions of mcs.
29428                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
29429                 -o, -L, -r any more. Use options documented since mcs-1.0
29430                 instead. Similarly for -g.
29431
29432         2005-12-04  Bruno Haible  <bruno@clisp.org>
29433
29434                 * build-aux/csharpcomp.sh.in: Suffix for resources is
29435                 .resources, not .resource.
29436
29437         2005-07-09  Bruno Haible  <bruno@clisp.org>
29438
29439                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
29440                 add a .dll suffix.
29441                 Reported by Mark Junker <mjscod@gmx.de>.
29442
29443         2006-07-22  Bruno Haible  <bruno@clisp.org>
29444
29445                 * modules/gettext: Upgrade to gettext-0.15.
29446                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
29447                 m4/visibility.m4.
29448                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
29449
29450 2006-07-22  Bruno Haible  <bruno@clisp.org>
29451
29452         Merge from GNU gettext 0.15.
29453
29454         2006-03-25  Bruno Haible  <bruno@clisp.org>
29455
29456                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
29457
29458         2006-07-21  Bruno Haible  <bruno@clisp.org>
29459
29460                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
29461                 "1.1".
29462
29463         2006-05-09  Bruno Haible  <bruno@clisp.org>
29464
29465                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
29466                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
29467                 for the conftestver execution.
29468
29469         2006-05-01  Bruno Haible  <bruno@clisp.org>
29470
29471                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
29472                 optional target-version argument. Verify that the compiler
29473                 groks source of the specified source-version, or add -source
29474                 option as necessary. Verify that the compiler produces
29475                 bytecode in the specified target-version, or add -target and
29476                 -source options as necessary. Make the result of the test
29477                 available as variable CONF_JAVAC. Also log error output in
29478                 config.log.
29479
29480         2006-03-11  Bruno Haible  <bruno@clisp.org>
29481
29482                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
29483
29484         2006-05-09  Bruno Haible  <bruno@clisp.org>
29485
29486                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
29487                 CLASSPATH_SEPARATOR to a semicolon.
29488
29489         2006-03-12  Bruno Haible  <bruno@clisp.org>
29490
29491                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
29492                 available as variable CONF_JAVA, for subsequent autoconf
29493                 tests. Also log error output in config.log.
29494
29495         2006-07-19  Bruno Haible  <bruno@clisp.org>
29496
29497                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
29498                 that getline works on glibc2 systems. Needed to avoid trouble
29499                 in relocatable.c.
29500                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
29501
29502         2005-12-04  Bruno Haible  <bruno@clisp.org>
29503
29504                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
29505                 launcher (untested).
29506
29507         2005-12-04  Bruno Haible  <bruno@clisp.org>
29508
29509                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
29510
29511         2006-07-22  Bruno Haible  <bruno@clisp.org>
29512
29513                 * gettext.m4: Update from GNU gettext-0.15.
29514                 * nls.m4: Likewise.
29515                 * po.m4: Likewise.
29516                 * inttypes-pri.m4: Likewise.
29517                 * inttypes-h.m4: Renamed from inttypes.m4.
29518                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
29519
29520 2006-07-22  Bruno Haible  <bruno@clisp.org>
29521
29522         Merge from GNU gettext 0.15.
29523
29524         2005-07-05  Bruno Haible  <bruno@clisp.org>
29525
29526                 * printf-args.c (printf_fetchargs): Work around broken
29527                 definition of wint_t on mingw.
29528
29529         2005-02-12  Bruno Haible  <bruno@clisp.org>
29530
29531                 * xallocsa.h: Add extern "C" for C++.
29532
29533         2006-05-17  Bruno Haible  <bruno@clisp.org>
29534
29535                 Cygwin portability.
29536                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
29537
29538         2006-04-30  Bruno Haible  <bruno@clisp.org>
29539
29540                 * progreloc.c: Include <mach-o/dyld.h> if available.
29541                 (find_executable): Use _NSGetExecutablePath when possible.
29542
29543         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29544
29545                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
29546                 function.
29547
29548         2005-12-29  Bruno Haible  <bruno@clisp.org>
29549
29550                 * progreloc.c (set_program_name_and_installdir): Fix
29551                 compilation error.
29552
29553         2005-12-04  Bruno Haible  <bruno@clisp.org>
29554
29555                 Cygwin portability.
29556                 * progreloc.c: Include <windows.h> also on Cygwin.
29557                 (find_executable): Add support for Cygwin.
29558                 (set_program_name_and_installdir): Handle also platforms with
29559                 nonempty EXEEXT.
29560
29561         2006-07-11  Bruno Haible  <bruno@clisp.org>
29562
29563                 * javacomp.c: Fix a comment.
29564                 Reported by Jim Meyering.
29565
29566         2006-04-30  Bruno Haible  <bruno@clisp.org>
29567
29568                 * javacomp.h (compile_java_class): Add source_version,
29569                 target_version arguments.
29570                 * javacomp.c: Rewritten to choose only a compiler that
29571                 respects the specified source_version and target_version.
29572
29573         2006-06-27  Bruno Haible  <bruno@clisp.org>
29574
29575                 Assume correct S_ISDIR macro.
29576                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
29577
29578         2006-07-22  Bruno Haible  <bruno@clisp.org>
29579
29580                 * javaversion.h: New file, from GNU gettext.
29581                 * javaversion.c: New file, from GNU gettext.
29582                 * javaversion.java: New file, from GNU gettext.
29583                 * javaversion.class: New file, from GNU gettext.
29584
29585         2006-05-17  Bruno Haible  <bruno@clisp.org>
29586
29587                 Cygwin portability.
29588                 * javaexec.c (execute_java_class): Test for jview program
29589                 also on Cygwin.
29590
29591         2006-04-09  Bruno Haible  <bruno@clisp.org>
29592
29593                 * fatal-signal.c: Don't include string.h.
29594                 (at_fatal_signal): Use a copying loop instead of memcpy.
29595
29596         2005-12-04  Bruno Haible  <bruno@clisp.org>
29597
29598                 * csharpexec.c: Add support for 'clix' launcher (untested).
29599                 (execute_csharp_using_sscli): New function.
29600                 (execute_csharp_program): Call it.
29601
29602         2006-06-21  Bruno Haible  <bruno@clisp.org>
29603
29604                 Avoid warnings from recent versions of mcs.
29605                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
29606                 -o, -L, -r any more. Use options documented since mcs-1.0
29607                 instead. Similarly for -g.
29608
29609         2005-07-09  Bruno Haible  <bruno@clisp.org>
29610
29611                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
29612                 add a .dll suffix.
29613                 Reported by Mark Junker <mjscod@gmx.de>.
29614
29615         2006-06-17  Bruno Haible  <bruno@clisp.org>
29616
29617                 * config.charset: Update for NetBSD 3.0.
29618
29619         2006-05-17  Bruno Haible  <bruno@clisp.org>
29620
29621                 Cygwin portability.
29622                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
29623
29624         2006-05-16  Bruno Haible  <bruno@clisp.org>
29625
29626                 * localcharset.c [CYGWIN]: Include <windows.h>.
29627                 (get_charset_aliases): For Cygwin, return the same CPxxx
29628                 aliases list as under WIN32.
29629                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
29630                 the environment variables. Fall back to GetACP().
29631
29632         2006-04-05  Bruno Haible  <bruno@clisp.org>
29633
29634                 * config.charset: Update Juan Manuel Guerrero's address.
29635
29636         2005-02-12  Bruno Haible  <bruno@clisp.org>
29637
29638                 * allocsa.h: Add extern "C" for C++.
29639
29640         2005-02-10  Bruno Haible  <bruno@clisp.org>
29641
29642                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
29643                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
29644
29645         2006-07-22  Bruno Haible  <bruno@clisp.org>
29646
29647                 * gettext.h: Update to GNU gettext-0.15.
29648
29649 2006-07-22  Bruno Haible  <bruno@clisp.org>
29650
29651         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
29652         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
29653         lib-prefix.m4, longdouble.m4, ssize_t.m4.
29654
29655 2006-07-21  Eric Blake  <ebb9@byu.net>
29656
29657         * modules/stdlib-safer: New file.
29658         * MODULES.html.sh (File stream based Input/Output): Add
29659         stdlib-safer.
29660
29661 2006-07-21  Eric Blake  <ebb9@byu.net>
29662
29663         * lib/stdlib-safer.h: New file from coreutils, required by
29664         stdlib--.h.
29665
29666 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
29667
29668         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
29669
29670 2006-07-20  Bruno Haible  <bruno@clisp.org>
29671
29672         * gnulib-tool: Recognize new option --assume-autoconf.
29673         (autoconf_minversion): New variable.
29674         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
29675
29676 2006-07-20  Bruno Haible  <bruno@clisp.org>
29677
29678         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
29679
29680 2006-07-19  Derek R. Price  <derek@ximbiot.com>
29681
29682         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
29683         Reindent and repaginate.
29684
29685 2006-07-19  Derek Price  <derek@ximbiot.com>
29686
29687         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
29688         Correct grammar.
29689
29690 2006-07-17  Bruno Haible  <bruno@clisp.org>
29691
29692         * modules/list: New file.
29693         * modules/array-list: New file.
29694         * modules/carray-list, modules/carray-list-tests: New files.
29695         * modules/linked-list, modules/linked-list-tests: New files.
29696         * modules/avltree-list, modules/avltree-list-tests: New files.
29697         * modules/rbtree-list, modules/rbtree-list-tests: New files.
29698         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
29699         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
29700         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
29701         * modules/oset: New file.
29702         * modules/array-oset: New file.
29703         * modules/avltree-oset, modules/avltree-oset-tests: New files.
29704         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
29705         * tests/test-carray_list.c: New file.
29706         * tests/test-linked_list.c: New file.
29707         * tests/test-avltree_list.c: New file.
29708         * tests/test-rbtree_list.c: New file.
29709         * tests/test-linkedhash_list.c: New file.
29710         * tests/test-avltreehash_list.c: New file.
29711         * tests/test-rbtreehash_list.c: New file.
29712         * tests/test-avltree_oset.c: New file.
29713         * tests/test-rbtree_oset.c: New file.
29714         * MODULES.html.sh (Container data structures): New section.
29715
29716 2006-07-17  Bruno Haible  <bruno@clisp.org>
29717
29718         * m4/gl_list.m4: New file.
29719
29720 2006-07-17  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/gl_list.h: New file.
29723         * lib/gl_list.c: New file.
29724         * lib/gl_array_list.h: New file.
29725         * lib/gl_array_list.c: New file.
29726         * lib/gl_carray_list.h: New file.
29727         * lib/gl_carray_list.c: New file.
29728         * lib/gl_linked_list.h: New file.
29729         * lib/gl_linked_list.c: New file.
29730         * lib/gl_anylinked_list1.h: New file.
29731         * lib/gl_anylinked_list2.h: New file.
29732         * lib/gl_avltree_list.h: New file.
29733         * lib/gl_avltree_list.c: New file.
29734         * lib/gl_anyavltree_list1.h: New file.
29735         * lib/gl_anyavltree_list2.h: New file.
29736         * lib/gl_rbtree_list.h: New file.
29737         * lib/gl_rbtree_list.c: New file.
29738         * lib/gl_anyrbtree_list1.h: New file.
29739         * lib/gl_anyrbtree_list2.h: New file.
29740         * lib/gl_anytree_list1.h: New file.
29741         * lib/gl_anytree_list2.h: New file.
29742         * lib/gl_linkedhash_list.h: New file.
29743         * lib/gl_linkedhash_list.c: New file.
29744         * lib/gl_anyhash_list1.h: New file.
29745         * lib/gl_anyhash_list2.h: New file.
29746         * lib/gl_avltreehash_list.h: New file.
29747         * lib/gl_avltreehash_list.c: New file.
29748         * lib/gl_rbtreehash_list.h: New file.
29749         * lib/gl_rbtreehash_list.c: New file.
29750         * lib/gl_anytreehash_list1.h: New file.
29751         * lib/gl_anytreehash_list2.h: New file.
29752
29753         * lib/gl_oset.h: New file.
29754         * lib/gl_oset.c: New file.
29755         * lib/gl_array_oset.h: New file.
29756         * lib/gl_array_oset.c: New file.
29757         * lib/gl_avltree_oset.h: New file.
29758         * lib/gl_avltree_oset.c: New file.
29759         * lib/gl_rbtree_oset.h: New file.
29760         * lib/gl_rbtree_oset.c: New file.
29761         * lib/gl_anytree_oset.h: New file.
29762
29763 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29764
29765         * m4/mkancesdirs.m4: New file.
29766         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
29767         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
29768         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
29769         it.
29770
29771 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29772
29773         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
29774         * lib/mkancesdirs.h: New files.
29775         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
29776         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
29777         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
29778         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
29779         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
29780         callers changed.  Revamp internals significantly, by not
29781         attempting to create directories that are temporarily more
29782         permissive than the final results.  Do not attempt to use
29783         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
29784         This removes some race conditions, fixes some bugs, and simplifies
29785         things.  Use new dirchownmod function to do owner and mode changes.
29786         * lib/mkdir-p.h: Likewise.
29787         * lib/modechange.c (octal_to_mode): New function.
29788         (struct mode_change): New member mentioned.
29789         (make_node_op_equals): New arg mentioned.  All callers changed.
29790         (mode_compile): Keep track of which mode bits the user has explicitly
29791         mentioned.
29792         (mode_adjust): New arg DIR, so that we implement the X op correctly.
29793         New arg PMODE_BITS, to keep track of which mode bits the user
29794         mentioned; it treats S_ISUID and S_ISGID speciall.
29795         All callers changed.
29796         * lib/modechange.h: Likewise.
29797
29798 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29799
29800         * MODULES.html.sh: Add mkancestors.
29801         * modules/mkancesdirs: New module.
29802         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
29803         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
29804         The chdir-safer and afs files are now orphans; I'll remove them
29805         unless someone speaks up.
29806         Add lib/dirchownmod.c, lib/dirchownmod.h.
29807         (Depends-on): Remove alloca, chown, save-cwd, dirname.
29808         Add lchown, mkancesdirs.
29809         (Maintainer): Add self.
29810
29811 2006-07-15  Karl Berry  <karl@gnu.org>
29812
29813         * gnulib-tool: help message wording/arrangement.
29814
29815 2006-07-14  Simon Josefsson  <jas@extundo.com>
29816
29817         * doc/gnulib.texi (Libtool and Windows): New section.
29818
29819 2006-07-12  Simon Josefsson  <jas@extundo.com>
29820
29821         * modules/gendocs (License): Fix license, approved by Karl.
29822
29823 2006-07-12  Eric Blake  <ebb9@byu.net>
29824
29825         * MODULES.html.sh: Add gendocs.
29826
29827 2006-07-11  Eric Blake  <ebb9@byu.net>
29828
29829         * modules/fdl: New module, to install doc/fdl.texi.
29830         * MODULES.html.sh: Add new section for documentation modules.
29831         * gnulib-tool: Avoid space-tab.
29832         (--doc-base): New option, to manage files from doc.
29833
29834 2006-07-11  Eric Blake  <ebb9@byu.net>
29835
29836         * m4/absolute-header.m4: Fix comments to match recent change.
29837
29838 2006-07-11  Eric Blake  <ebb9@byu.net>
29839
29840         * gnulib-tool: List --doc-base before --tests-base.
29841
29842 2006-07-11  Derek R. Price  <derek@ximbiot.com>
29843
29844         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
29845
29846 2006-07-11  Bruno Haible  <bruno@clisp.org>
29847
29848         * README: Mention where to put documentation.
29849
29850 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29851
29852         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
29853
29854 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29855
29856         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
29857         to stdint.m4.
29858
29859 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29860
29861         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
29862         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
29863         "no/such/file/stdint.h" when there is no such file, so that
29864         the resulting C code can be parsed by dodgy compilers.
29865         Problems reported by Bob Proulx.
29866
29867 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29868
29869         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
29870         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29871         macros into the GNU _D_EXACT_NAMLEN.
29872         * lib/savedir.c:  Likewise.
29873         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
29874
29875 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29876         and Paul Eggert  <eggert@cs.ucla.edu>
29877
29878         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
29879         * m4/savedir.m4:
29880         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29881         macros into the GNU _D_EXACT_NAMLEN.
29882
29883 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
29886         around the absolute name, to work around a problem with the HP-UX
29887         11.23 native C compiler, reported by Bob Proulx.
29888
29889 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         * doc/maintain.texi, make-stds.texi: Sync from
29892         <http://savannah.gnu.org/projects/gnustandards>.
29893
29894 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
29897
29898 2006-07-09  Jim Meyering  <jim@meyering.net>
29899
29900         * m4/glob.m4: Remove a doubled word in a comment.
29901
29902 2006-07-09  Jim Meyering  <jim@meyering.net>
29903
29904         * lib/argp-pv.c: Remove a doubled word in a comment.
29905         * lib/check-version.c (check_version): Likewise.
29906         * lib/javacomp.c (compile_java_class): Likewise.
29907
29908 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29909
29910         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
29911         for the benefit of people using Autoconf 2.60.  If you want to
29912         support older Autoconf versions you can copy m4/onceonly_2_57.m4
29913         (or m4/onceonly.m4, if pre-2.57) manually.
29914
29915 2006-07-08  Jim Meyering  <jim@meyering.net>
29916
29917         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
29918         comment.
29919         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
29920         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
29921         comment.
29922
29923 2006-07-08  Jim Meyering  <jim@meyering.net>
29924
29925         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
29926
29927 2006-07-07  Simon Josefsson  <jas@extundo.com>
29928
29929         * tests/test-crc.c: Change expected crc value, the test vector
29930         were probably computed using the old broken crc.c?
29931
29932 2006-07-06  Simon Josefsson  <jas@extundo.com>
29933
29934         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
29935         now the canonical place for the M4 file).
29936
29937         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
29938         from the sys_socket dependency now.
29939
29940         * modules/inet_pton (Files): Ditto.
29941
29942         * modules/inet_ntop (Files): Ditto.
29943
29944 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29945
29946         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
29947         not gl_PREREQ_GETUSERSHELL.
29948
29949 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29950
29951         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
29952         with only one argument, for Autoconf 2.60.
29953         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
29954         expand to nothing, so add a shell command to avoid syntax error.
29955         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29956
29957 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29958
29959         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
29960
29961 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29962
29963         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
29964         no longer needed.  Check for isblank decl.
29965         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
29966         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
29967         of existence.
29968
29969 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29970
29971         * lib/getloadavg.c: Use __VMS, not VMS.
29972         * lib/getopt.c: Likewise.
29973         * lib/getpagesize.h: Likewise.
29974         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
29975         and probably does not work.
29976
29977 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29978
29979         * lib/.cppi-disable: Add wcwidth.
29980         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
29981         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
29982         (ISGRAPH): Remove.  All uses changed to isgraph.
29983         (FOLD) [!defined _LIBC]: Remove special case.
29984         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
29985         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
29986         HAVE_ISBLANK.
29987         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
29988         case.
29989
29990 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29991
29992         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
29993         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
29994         brackets.  Other minor changes to suppress some compiler
29995         warnings.
29996
29997 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29998         and Paul Eggert  <eggert@cs.ucla.edu>
29999
30000         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
30001         of invoking obsolescent AC_HEADER_DIRENT macro.
30002         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
30003         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
30004         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
30005         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
30006         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
30007         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30008         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
30009         * m4/readdir.m4: Remove; no longer needed.
30010
30011 2006-07-06  Derek R. Price  <derek@ximbiot.com>
30012         and Paul Eggert  <eggert@cs.ucla.edu>
30013
30014         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
30015         Don't worry about this obsolete case any more.
30016         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
30017         directories.
30018         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
30019         worry about this obsolete case any more.
30020         * lib/fts.c: Likewise.
30021         * lib/getcwd.c: Likewise.
30022         * lib/glob.h: Likewise.
30023         * lib/savedir.c: Likewise.
30024
30025 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30026
30027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
30028         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
30029         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
30030         needed.
30031         All uses removed.
30032         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30033         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30034         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
30035         needed.
30036         * m4/getdate.m4 (gl_GETDATE): Likewise.
30037         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30038         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30039         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30040         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30041         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30042         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30043         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
30044         needed.
30045
30046 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30047
30048         * lib/memcasecmp.c: Include <limits.h>.
30049         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
30050         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
30051         Don't assume isdigit succeeds only on '0' through '9'.
30052
30053 2006-07-05  Eric Blake  <ebb9@byu.net>
30054
30055         * modules/getaddrinfo (Depends-on): Add snprintf.
30056
30057 2006-07-05  Eric Blake  <ebb9@byu.net>
30058
30059         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
30060         to avoid 'header present but could not be compiled' on cygwin.
30061
30062 2006-07-05  Eric Blake  <ebb9@byu.net>
30063
30064         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
30065         missing from netdb.h.
30066         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
30067
30068 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30069
30070         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
30071         no longer needed.
30072         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
30073         * m4/getdate.m4 (gl_GETDATE): Likewise.
30074         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30075         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30076         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30077         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30078         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30079
30080 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30081
30082         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
30083         All uses of is_space replaced by isspace.
30084         * lib/exit.h: Don't talk about STDC_HEADERS.
30085         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
30086         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
30087         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
30088         replaced by isprint etc.
30089         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
30090         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30091         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
30092         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
30093         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
30094         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30095
30096 2006-07-05  Bruno Haible  <bruno@clisp.org>
30097
30098         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
30099         the function exists, before testing against AIX.
30100         Reported by Martin Lambers <marlam@marlam.de>.
30101
30102 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30103
30104         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
30105         From Mark D. Baushke.
30106
30107 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30108
30109         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
30110         to the absolute name, not just one, to bypass Sun C 5.8's
30111         "warning: #include of /usr/include/... may be non-portable".
30112
30113 2006-07-04  Eric Blake  <ebb9@byu.net>
30114
30115         * modules/dirname-tests: New test module.
30116         * tests/test-dirname.c: New file, replacing dirname.c
30117         TEST_DIRNAME section that was recently deleted.
30118
30119 2006-07-04  Bruno Haible  <bruno@clisp.org>
30120
30121         Assume ANSI C header files and <ctype.h> functions.
30122         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
30123         (mbsnwidth): Use isprint, iscntrl instead.
30124
30125 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30126
30127         Merge from coreutils.
30128         * MODULES.html.sh: Add xstrtold.
30129         * modules/xstrtold: New file.
30130         * modules/cycle-check (Files): Add lib/same-inode.h.
30131         * modules/dirname (Files): Add m4/double-slash-root.m4.
30132         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
30133         * modules/mkdir-p (Files): Add lib/same-inode.h.
30134         * modules/same (Files): Add lib/same-inode.h.
30135
30136 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30137
30138         * m4/absolute-header.m4: Renamed from full-header-path.m4.
30139         This is to keep the terminology clean; POSIX talks about
30140         "absolute pathnames", not "full pathnames", but the GNU
30141         Coding Standards say to use "path" for something else;
30142         so use "absolute" to keep both sides happy.
30143         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
30144         Set gl_absolute_header, not gl_full_header_path.
30145         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
30146         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
30147         All uses changed.
30148
30149         Merge from coreutils.
30150
30151         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30152
30153         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
30154         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
30155         want to require the building of c-strtod.o.
30156         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
30157         needs -lm directly.
30158         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
30159
30160         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
30163         --as-needed option if available.  Problem reported by Albert Chin in
30164         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
30165         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
30166         cc merely issues a bunch of annoying warnings for --as-needed
30167         (this problem was reported by Bob Proulx).  Also, try linking with
30168         -lm to detect a bug in binutils 2.16 (this problem was reported
30169         by Ralf Wildenhues).
30170
30171         2006-06-18  Jim Meyering  <jim@meyering.net>
30172
30173         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
30174         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
30175         macro.
30176         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
30177         also check for glibc-2.4's abort-inducing bug.
30178
30179         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
30180         Low-probability clean-up should be to use rmdir to get rid of
30181         the just-created directory, not unlink.
30182
30183         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
30184         configure fail, and request a bug report to inform us about it.
30185         Add a comment that, barring reports to the contrary, in 2007 we'll
30186         assume ftruncate is universally available.
30187
30188         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30189
30190         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
30191
30192         2006-03-12  Jim Meyering  <jim@meyering.net>
30193
30194         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
30195         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
30196         * m4/same.m4 (gl_SAME): Likewise.
30197         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
30198
30199         2006-03-11  Eric Blake  <ebb9@byu.net>
30200
30201         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
30202         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
30203         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
30204         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
30205
30206 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30207
30208         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
30209         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
30210         reported by Mark D. Baushke, one in
30211         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
30212
30213         Merge from coreutils.
30214
30215         * lib/.cppi-disable: Add stdint_.h.
30216         * lib/.cvsignore: Add stdint.h.
30217
30218         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30219
30220         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
30221         both double and long double versions.
30222         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
30223         * lib/xstrtold.c: New file.
30224         * lib/xstrtod.h (xstrtold): New decl.
30225
30226         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30227
30228         * lib/filemode.c (setst): Remove.
30229         (strmode): Rewrite to avoid setst.  This makes the code shorter,
30230         (arguably) clearer, and the generated code is a bit smaller on my
30231         Debian GNU/Linux stable x86 host.
30232
30233         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30234
30235         * lib/filemode.c: Include "filemode.h" first, to test the interface.
30236         Assume that filemode.h includes sys/types.h and sys/stat.h.
30237         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
30238         (ftypelet): Reorder to put common cases first, for efficiency.
30239         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
30240         to do 'M'.
30241         (strmode): Renamed from mode_string, and now stores 12 bytes instead
30242         of 10, for compatibility with FreeBSD.  All callers changed.
30243         (filemodestring): Now stores 12 bytes instead of 10, and sets file
30244         types that can't be deduced solely from st_mode.  First arg is now a
30245         const pointer.
30246         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
30247         (strmode): Renamed from mode_string.
30248         (filemodestring): New decl.
30249         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
30250         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
30251         needed.
30252         (S_ISPORT, S_ISWHT): New macros, if not already defined.
30253
30254         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
30257         fsusage.h now does that.  Include fsusage.h first, to test interface.
30258         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
30259         at most one method (the old code could have generated decls that
30260         didn't conform to C89, not that this was ever exercised).
30261         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
30262
30263         2006-03-19  Jim Meyering  <jim@meyering.net>
30264
30265         Work even in a chroot where d_ino values for entries in "/"
30266         don't match the stat.st_ino values for the same names.
30267         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
30268         number, iterate through all entries again, using lstat instead.
30269         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
30270         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
30271
30272         * lib/getcwd.c (__getcwd): Clarify a comment.
30273         Use memcpy in place of a call to strcpy.
30274
30275         2006-03-12  Jim Meyering  <jim@meyering.net>
30276
30277         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
30278         matches that of the current directory (which we're about to chdir ".."
30279         out of), then save the dev-ino of the parent, instead.
30280
30281         * lib/same-inode.h (SAME_INODE): New file/macro.
30282         * lib/chdir-safer.c (SAME_INODE): Remove definition.
30283         Include "same-inode.h", instead.
30284         * lib/same.c: Likewise.
30285         * lib/cycle-check.h: Include "same-inode.h".
30286         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
30287         * lib/cycle-check.c (SAME_INODE): Remove definition.
30288         * lib/root-dev-ino.h: Include "same-inode.h".
30289
30290         2006-03-11  Eric Blake  <ebb9@byu.net>
30291
30292         * lib/same.c (same_name): s/base_name/last_component/
30293         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
30294         * lib/filenamecat.c (file_name_concat): Likewise.
30295
30296         2006-03-11  Eric Blake  <ebb9@byu.net>,
30297                     Paul Eggert  <eggert@cs.ucla.edu>
30298
30299         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
30300         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
30301         drive prefix.
30302         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
30303         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
30304         (last_component): New method.
30305         * lib/dirname.c (dir_len): Determine when drive letters need a
30306         subsequent slash.  Preserve // when it is special.
30307         (dir_name): Don't append dot when drive letter is absolute.
30308         [TEST_DIRNAME]: Move into a full-blown gnulib test.
30309         * lib/basename.c (base_name): New semantics - malloc the result.
30310         Preserve // when it is special.  Preserve relative files that look
30311         like drive letters.
30312         (base_len): Preserve // when it is special.
30313         (last_component): New method, similar to old base_name semantics.
30314         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
30315         base_name.  Strip redundant slashes from ///.
30316
30317 2006-07-03  Jim Meyering  <jim@meyering.net>
30318
30319         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
30320         macro is used before the first cycle_check call.
30321
30322 2006-07-03  Eric Blake  <ebb9@byu.net>
30323
30324         * modules/dirname (Depends-on): Add xstrndup.
30325
30326 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30327
30328         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
30329         test cases, so that config.log is a bit easier to follow.
30330
30331 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30332
30333         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
30334         both are 64 bits, since this seems to be the tradition, and this
30335         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
30336         we ever run into a host that prefers long long to long in this
30337         case, we'll need another configure-time test.  Problem reported by
30338         Jim Meyering.
30339
30340 2006-07-02  Eric Blake  <ebb9@byu.net>
30341
30342         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
30343
30344 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30345
30346         * modules/inttypes (Depends-on): No longer depends on stdint.
30347         * modules/stdint (Description): Say more about assumptions.
30348         Say that the fast types might differ.  Say macros are used.
30349         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
30350         (Makefile.am): Revise list of substituted symbols to match
30351         new stdint.m4.
30352         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
30353         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
30354         * tests/test-stdint.c (verify_same_types)
30355         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
30356         the code conforms to C99/C89.
30357         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
30358         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
30359
30360 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30361
30362         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
30363         but fix a bug, by requiring at least 64 bits.
30364         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30365         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
30366         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
30367         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
30368
30369         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
30370         changes.  Make 2.59 a prerequisite.  Check and substitute for
30371         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
30372         inttypes.h.  Do not use special include files; just use the
30373         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
30374         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
30375         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
30376         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
30377         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
30378         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
30379         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
30380         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
30381         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
30382         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
30383         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
30384         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
30385         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
30386         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
30387         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
30388         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
30389         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
30390         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
30391         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
30392         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
30393         WINT_MAX.  Check for C99 conformance more strictly, by detecting
30394         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
30395         not check for things that C99 does not require, e.g., int8_t.  If
30396         a test isn't needed unless <stdint.h> isn't working, and is
30397         unlikely to be needed for any other reason, then don't do it
30398         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
30399         size_t, since we assume C89 freestanding at least.  Do not check
30400         for sig_atomic_t, wchar_t, or wint_t, since the code now does
30401         the right thing even if the types are not defined.  Instead use:
30402         (gl_STDINT_TYPE_PROPERTIES): New macro.
30403         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
30404         testing whether <sys/types.h> clashes, as Autoconf does this for
30405         us now.  All uses removed.
30406         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
30407         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
30408         (gl_CHECK_TYPE_SAME):
30409         Remove; no longer needed.
30410         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
30411         exists, since we'll return 0 anyway in that case.
30412         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
30413
30414 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30415
30416         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
30417         possible collision with system files.
30418         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
30419         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
30420         WCHAR_MIN and WCHAR_MAX in this case.
30421         (<stddef.h>): Do not include; no longer needed.
30422         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
30423         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
30424         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
30425         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
30426         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
30427         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
30428         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
30429         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
30430         !defined(__c99))]: Include in this case too, since it's harmless
30431         now.
30432         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
30433         dangerous to do so.
30434         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
30435         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
30436         (_STDINT_MIN, _STDINT_MAX): New macros.
30437         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
30438         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
30439         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
30440         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
30441         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
30442         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
30443         macros, not typedefs; this simplifies things quite a bit.
30444         Use long int for all types narrower than int64_t.
30445         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
30446         Define in terms of long long int or int64_t or long int,
30447         not int64_t or int32_t.  This saves some compile-time testing.
30448         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
30449         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
30450         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
30451         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
30452         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
30453         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
30454         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
30455         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
30456         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
30457         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
30458         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30459         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30460         undef any previous version and define our own version, for
30461         simplicity and consistency with the new macros for types.
30462         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30463         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30464         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
30465         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
30466         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
30467         @WINT_T_SUFFIX@ to keep things simple here.
30468         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
30469         Simplify by assuming typical 8/16/32/64 host, since we're
30470         already doing that elsewhere anyway.
30471         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
30472         and assume long long int is 64 bits if available.  This
30473         speeds up 'configure'.
30474
30475 2006-07-01  Eric Blake  <ebb9@byu.net>
30476
30477         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
30478         Reported by Andreas Buening.
30479
30480 2006-07-01  Eric Blake  <ebb9@byu.net>
30481
30482         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
30483
30484 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
30485
30486         * lib/getaddrinfo.c: fixed typo
30487
30488 2006-06-29  Jim Meyering  <jim@meyering.net>
30489
30490         * modules/strftime (Maintainer): Add my name, since with the
30491         FPRINTFTIME changes strftime.c has forked from glibc.
30492
30493 2006-06-29  Eric Blake  <ebb9@byu.net>
30494
30495         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
30496
30497 2006-06-29  Eric Blake  <ebb9@byu.net>
30498
30499         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
30500
30501 2006-06-29  Eric Blake  <ebb9@byu.net>
30502
30503         * lib/stat_.h: New file.
30504
30505 2006-06-29  Eric Blake  <ebb9@byu.net>
30506
30507         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
30508         unused static function.
30509
30510 2006-06-29  Eric Blake  <ebb9@byu.net>
30511
30512         * doc/functions.texi (Function Portability): Document missing lstat
30513         on mingw.
30514
30515 2006-06-29  Eric Blake  <ebb9@byu.net>
30516
30517         * MODULES.html.sh: Add sys_stat.
30518         * modules/sys_stat: New module.
30519         * modules/mkstemp (Depends-on): Add sys_stat.
30520
30521 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30522
30523         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
30524
30525 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30526
30527         * m4/c-bs-a.m4: Removed.
30528
30529 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30530
30531         * lib/strftime.c: Assume strftime() exists.
30532
30533 2006-06-29  Derek Price  <derek@ximbiot.com>
30534
30535         * modules/c-bs-a: Removed - \a is C89.
30536         * MODULES.html.sh: Remove c-bs-a.
30537
30538 2006-06-29  Bruno Haible  <bruno@clisp.org>
30539
30540         * modules/wcwidth (License): Change to LGPL.
30541
30542 2006-06-28  Simon Josefsson  <jas@extundo.com>
30543
30544         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
30545         on _WIN32.
30546
30547         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
30548         getnameinfo.
30549
30550 2006-06-28  Simon Josefsson  <jas@extundo.com>
30551
30552         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
30553
30554 2006-06-28  Simon Josefsson  <jas@extundo.com>
30555
30556         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
30557         functions there.  It will succeed on Windows XP, but on Windows
30558         2000 and (presumably) earlier, it will fail, and use the internal
30559         re-implementation.
30560         (use_win32_p): New function.
30561         (getaddrinfo): Use strtoul on servname, to support numeric ports.
30562         Support AI_NUMERICSERV to disable getservbyname.
30563         (getnameinfo): New function, only supports
30564         NI_NUMERICHOST|NI_NUMERICSERV for now.
30565
30566         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
30567         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
30568         getnameinfo.
30569
30570 2006-06-28  Eric Blake  <ebb9@byu.net>
30571
30572         * modules/wcwidth: New file.
30573         * modules/mbchar (Depends-on): Add wcwidth.
30574         * modules/mbswidth (Depends-on): Add wcwidth.
30575         * MODULES.html.sh: Add wcwidth.
30576
30577 2006-06-28  Eric Blake  <ebb9@byu.net>
30578
30579         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
30580         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
30581
30582 2006-06-28  Eric Blake  <ebb9@byu.net>
30583
30584         * lib/xvasprintf.h: Fix comments.
30585
30586 2006-06-28  Eric Blake  <ebb9@byu.net>
30587
30588         * lib/mbchar.h (wcwidth): Include wcwidth.h.
30589         * lib/mbswidth.c (wcwidth): Move from here...
30590         * lib/wcwidth.h: ...to this new file.
30591
30592 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30593
30594         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
30595
30596         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
30597         it's obsolete.
30598         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
30599
30600 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30601
30602         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
30603         Autoconf 2.60 says this stuff was obsolete.
30604
30605 2006-06-28  Bruno Haible  <bruno@clisp.org>
30606
30607         * modules/wcwidth (Files): Add m4/wchar_t.m4.
30608
30609 2006-06-28  Bruno Haible  <bruno@clisp.org>
30610
30611         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
30612         gt_TYPE_WCHAR_T.
30613
30614 2006-06-28  Bruno Haible  <bruno@clisp.org>
30615
30616         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
30617         declaration for wcwidth.
30618         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
30619
30620 2006-06-28  Bruno Haible  <bruno@clisp.org>
30621
30622         * lib/mkdtemp.c [MINGW]: Include <io.h>.
30623         (mkdir): Define using _mkdir.
30624
30625 2006-06-28  Bruno Haible  <bruno@clisp.org>
30626
30627         * lib/getaddrinfo.h: Fix POSIX URL.
30628         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
30629         _WIN32.
30630         (use_win32_p): Make static.
30631         (getaddrinfo): Reject service name if it is empty or does not consist
30632         solely of decimal digits, or if its value is > 65535.
30633         (getnameinfo): Remove useless casts.
30634
30635 2006-06-27  Simon Josefsson  <jas@extundo.com>
30636
30637         * modules/sys_select: New file, suggested by Bruno Haible, Paul
30638         Eggert and Martin Lambers.
30639
30640 2006-06-27  Simon Josefsson  <jas@extundo.com>
30641
30642         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
30643         Eggert and Martin Lambers.
30644
30645 2006-06-27  Bruno Haible  <bruno@clisp.org>
30646
30647         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
30648         result to 0, not to empty.
30649         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
30650
30651 2006-06-27  Bruno Haible  <bruno@clisp.org>
30652
30653         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
30654
30655 2006-06-26  Simon Josefsson  <jas@extundo.com>
30656
30657         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
30658         present.
30659
30660 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
30661
30662         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
30663         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
30664         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
30665
30666 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
30667
30668         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
30669
30670 2006-06-26  Bruno Haible  <bruno@clisp.org>
30671
30672         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
30673
30674 2006-06-26  Bruno Haible  <bruno@clisp.org>
30675
30676         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
30677
30678 2006-06-26  Bruno Haible  <bruno@clisp.org>
30679
30680         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
30681         SGI C compiler in pre-C99 mode.
30682         Suggested by Mark D. Baushke and Larry Jones.
30683
30684 2006-06-26  Bruno Haible  <bruno@clisp.org>
30685
30686         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
30687         WCHAR_MAX.
30688         Reported by Mark D. Baushke and Larry Jones.
30689
30690 2006-06-26  Bruno Haible  <bruno@clisp.org>
30691
30692         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
30693         in pre-C99 mode.
30694         Suggested by Mark D. Baushke and Larry Jones.
30695
30696 2006-06-23  Simon Josefsson  <jas@extundo.com>
30697             Bruno Haible  <bruno@clisp.org>
30698
30699         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
30700         Emit mostlyclean-local rule.
30701         (func_emit_tests_Makefile_am): Likewise.
30702         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
30703
30704 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
30705
30706         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
30707
30708 2006-06-23  Bruno Haible  <bruno@clisp.org>
30709
30710         * tests/test-stdint.c: Update to match ISO C 99 Technical
30711         Corrigendum 1.
30712
30713 2006-06-23  Bruno Haible  <bruno@clisp.org>
30714
30715         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
30716
30717 2006-06-23  Bruno Haible  <bruno@clisp.org>
30718
30719         * lib/stdint_.h: Treat IRIX like OpenBSD.
30720
30721 2006-06-23  Bruno Haible  <bruno@clisp.org>
30722
30723         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
30724         ISO C 99 Technical Corrigendum 1.
30725
30726 2006-06-22  Simon Josefsson  <jas@extundo.com>
30727
30728         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
30729         MinGW.
30730
30731 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
30734         needed.  Some compiler complained about some of them.  Problem reported
30735         by Larry Jones in
30736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
30737
30738 2006-06-21  Simon Josefsson  <jas@extundo.com>
30739
30740         * tests/test-getaddrinfo.c: New file.
30741
30742         * modules/getaddrinfo-tests: New file.
30743
30744         * MODULES.html.sh: Add inet_pton.
30745
30746         * modules/inet_pton: New file.
30747
30748 2006-06-21  Simon Josefsson  <jas@extundo.com>
30749
30750         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
30751         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
30752         of using the (limited) gnulib implementation on Windows XP.
30753
30754         * m4/inet_pton.m4: New file.
30755
30756 2006-06-21  Simon Josefsson  <jas@extundo.com>
30757
30758         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
30759         variable.
30760
30761         * lib/socket_.h: Don't define WINVER.
30762
30763         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
30764         slightly modified to work in gnulib.
30765
30766 2006-06-21  Simon Josefsson  <jas@extundo.com>
30767
30768         * doc/gnulib.texi (Windows sockets): Add.
30769
30770 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         * lib/read-file.c (fread_file): Start with buffer allocation of
30773         0 bytes rather than 1 byte; this simplifies the code.
30774         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
30775         code to free buffer and save/restore errno.
30776         (internal_read_file): Remove unused local.
30777
30778 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30779
30780         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
30781         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
30782         Problem reported by Denis Excoffier in
30783         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
30784
30785 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30786
30787         * modules/sys_socket, modules/socklen: Include sys/types since
30788         FreeBSD 4.x's sys/socket.h needs it.
30789
30790 2006-06-19  Simon Josefsson  <jas@extundo.com>
30791
30792         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
30793
30794 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30795
30796         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
30797
30798 2006-06-19  Bruno Haible  <bruno@clisp.org>
30799
30800         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
30801         and FULL_PATH_INTTYPES_H in angle brackets.
30802         Reported by Mark D. Baushke <mdb@gnu.org>.
30803
30804 2006-06-17  Eric Blake  <ebb9@byu.net>
30805
30806         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
30807         errno.
30808
30809 2006-06-17  Bruno Haible  <bruno@clisp.org>
30810
30811         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
30812         <sys/inttypes.h>.
30813
30814 2006-06-17  Bruno Haible  <bruno@clisp.org>
30815
30816         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
30817         whether errno is declared. Assume <errno.h> declares errno.
30818
30819 2006-06-17  Bruno Haible  <bruno@clisp.org>
30820
30821         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
30822
30823 2006-06-17  Bruno Haible  <bruno@clisp.org>
30824
30825         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
30826         problem on Solaris 2.5.1.
30827
30828 2006-06-16  Eric Blake  <ebb9@byu.net>
30829
30830         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
30831         * lib/unicodeio.c [!defined errno]: Likewise.
30832         * lib/strtol.c [!defined errno]: Likewise.
30833         * lib/strtod.c [!defined errno]: Likewise.
30834
30835 2006-06-15  Eric Blake  <ebb9@byu.net>
30836
30837         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
30838
30839 2006-06-15  Eric Blake  <ebb9@byu.net>
30840
30841         * config/srclist.txt (ssize_t.m4): Lose sync.
30842
30843 2006-06-15  Bruno Haible  <bruno@clisp.org>
30844
30845         * modules/stdint (Files): Include m4/full-header-path.m4,
30846         m4/size_max.m4, m4/wchar_t.m4.
30847         (Makefile.am): Many more substitutions.
30848         * modules/stdint-tests: New file.
30849         * tests/test-stdint.c: New file.
30850
30851 2006-06-15  Bruno Haible  <bruno@clisp.org>
30852
30853         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
30854         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
30855         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
30856         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
30857         gl_CHECK_TYPE_SAME): New macros.
30858
30859 2006-06-15  Bruno Haible  <bruno@clisp.org>
30860
30861         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
30862
30863 2006-06-15  Bruno Haible  <bruno@clisp.org>
30864
30865         * lib/stdint_.h: Rewritten to be fully auto-configured.
30866         Fixes bug on HP-UX/IA64.
30867
30868 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
30869
30870         * lib/getdate.y (__attribute__): Don't define if already defined.
30871         Problem reported by Larry Jones.
30872         * lib/utimens.c (__attribute__): Likewise.
30873
30874 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
30875
30876         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
30877         reported by Andreas Schwab.
30878
30879 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30880             Bruno Haible  <bruno@clisp.org>
30881
30882         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
30883         check for the declaration of strnlen and a run test that exposes the
30884         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
30885         rpl_strndup.
30886
30887 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30888             Bruno Haible  <bruno@clisp.org>
30889
30890         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
30891
30892 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30893
30894         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
30895         compile test, for Tru64 4.0D.
30896
30897 2006-05-28  Karl Berry  <karl@gnu.org>
30898
30899         * config/srclist.txt (printf-args.c): lose sync.
30900
30901 2006-05-26  Martin Lambers  <marlam@marlam.de>
30902
30903         * lib/getpass.c: Updates the test for the native W32 API, and adds
30904         missing includes, thus fixing compilation warnings.
30905
30906 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30907
30908         * lib/exclude.c (exclude_fnmatch): New function.
30909         (excluded_file_name): Call exclude_fnmatch.
30910         * lib/exclude.h (excluded_file_name): New prototype
30911
30912 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
30913
30914         * lib/tempname.c (small_open, large_open): New macros.
30915         (__open, __open64) [!_LIBC]: Remove.
30916         (__gen_tempname): Use small_open and large_open instead of __open
30917         and __open64.  This fixes a portability bug on HP-UX 11.11i
30918         reported by Simon Wing-Tang in
30919         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
30920
30921 2006-05-24  Bruno Haible  <bruno@clisp.org>
30922
30923         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
30924         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
30925         Reported by Thorsten Maerz <torte@netztorte.de> via
30926         Aaron Stone <aaron@serendipity.cx>.
30927
30928 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30929
30930         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
30931         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
30932         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
30933         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
30934         not really conditional on the cache.
30935         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
30936
30937 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30938
30939         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
30940         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
30941         (my_usleep): Don't mishandle maximum value.
30942
30943 2006-05-19  Jim Meyering  <jim@meyering.net>
30944
30945         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
30946
30947 2006-05-17  Bruno Haible  <bruno@clisp.org>
30948
30949         Cygwin portability.
30950         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
30951
30952 2006-05-17  Bruno Haible  <bruno@clisp.org>
30953
30954         * lib/stdint_.h: Fix recognition of Cygwin.
30955
30956 2006-05-15  Bruno Haible  <bruno@clisp.org>
30957
30958         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
30959         on libtool patch by Ralf Wildenhues.
30960
30961 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30962
30963         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
30964         test for C99 conformance; (bool) 0.5 is an integer constant
30965         expression, but (bool) -0.5 is not.  Problem reported by Fedor
30966         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
30967
30968 2006-05-11  Simon Josefsson  <jas@extundo.com>
30969
30970         * m4/xvasprintf.m4: Fix obvious typo.
30971
30972 2006-05-11  Jim Meyering  <jim@meyering.net>
30973
30974         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
30975         James Lemley.
30976
30977 2006-05-10  Simon Josefsson  <jas@extundo.com>
30978
30979         * lib/md4.c: Typo fix, update copyright years.
30980         (K1, K2): Don't use L because it turn computations into 64-bit on
30981         64-bit platforms.
30982
30983 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
30984
30985         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
30986         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
30987         unwanted sign propagation, e.g., on hosts with 64-bit int.
30988         There still are some problems with reeelly weird theoretical hosts
30989         (e.g., 33-bit int) but it's not worth worrying about now.
30990         * lib/sha1.c (rol): Likewise.
30991         (K1, K2, K3, K4): Remove unnecessary L suffix.
30992
30993 2006-05-10  Bruno Haible  <bruno@clisp.org>
30994
30995         * lib/des.c: Cast to avoid warnings.
30996
30997 2006-05-09  Bruno Haible  <bruno@clisp.org>
30998
30999         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
31000         (Depends-on): Depend also on xsize, stdarg.
31001         (configure.ac): Add gl_XVASPRINTF.
31002
31003 2006-05-09  Bruno Haible  <bruno@clisp.org>
31004
31005         * m4/xvasprintf.m4: New file.
31006
31007 2006-05-09  Bruno Haible  <bruno@clisp.org>
31008
31009         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
31010         (EOVERFLOW): Define fallback value.
31011         (xstrcat): New function.
31012         (xvasprintf): Recognize the special case of a string concatenation.
31013
31014 2006-05-08  Eric Blake  <ebb9@byu.net>
31015
31016         * gnulib-tool (func_version): Base copyright year on CVS date.
31017         (func_emit_copyright_notice): New function.
31018         (func_emit_lib_Makefile_am): Use it.
31019         (func_emit_tests_Makefile_am): Likewise.
31020         (func_import): Likewise.
31021
31022 2006-05-08  Bruno Haible  <bruno@clisp.org>
31023
31024         * modules/stdarg: New file.
31025         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
31026
31027 2006-05-08  Bruno Haible  <bruno@clisp.org>
31028
31029         * m4/stdarg.m4: New file, from GNU gettext.
31030
31031 2006-05-08  Bruno Haible  <bruno@clisp.org>
31032
31033         * config/srclist.txt (build-aux/config.rpath): different from latest
31034         release.
31035
31036 2006-05-08  Bruno Haible  <bruno@clisp.org>
31037
31038         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
31039
31040 2006-05-05  Jim Meyering  <jim@meyering.net>
31041
31042         * m4/warning.m4: New file, derived from bison's file by the same name.
31043
31044 2006-05-03  Bruno Haible  <bruno@clisp.org>
31045
31046         * lib/stdint_.h: Shorter URL.
31047         * lib/inttypes.h: Likewise.
31048
31049 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31050
31051         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
31052
31053 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * lib/verify.h: Document the internals better.  Most of this change
31056         was written by Bruno Haible.
31057
31058 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * doc/verify.texi: New file, partly based on a proposal by
31061         Bruno Haible.
31062
31063 2006-05-02  Bruno Haible  <bruno@clisp.org>
31064
31065         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
31066         test from here...
31067         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
31068
31069 2006-04-29  Bruno Haible  <bruno@clisp.org>
31070
31071         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
31072         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
31073
31074 2006-04-29  Bruno Haible  <bruno@clisp.org>
31075
31076         * gnulib-tool: Make --update option actually work.
31077
31078 2006-04-29  Bruno Haible  <bruno@clisp.org>
31079
31080         * doc/gcd.texi: New file.
31081         * doc/gnulib.texi: Include it.
31082
31083 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/getdate.y (get_date): When adding relative date, start with the
31086         initial time, not with the result of the first mktime call.
31087
31088 2006-04-25  Bruno Haible  <bruno@clisp.org>
31089
31090         * gnulib-tool (func_import): Output the include directives in three
31091         blocks, sorted separately.
31092         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31093
31094 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31095
31096         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
31097         to define main with arguments, for C++.  Reported by Eric Blake.
31098         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
31099         Prefer 'int main ()' to 'int main (void)', for C++.
31100         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
31101         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
31102         for 'main', for C99 and C++.
31103
31104 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31105
31106         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
31107         Don't assume that exit status -1 is valid.
31108         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31109         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
31110         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
31111         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
31112         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
31113         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
31114         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
31115         functions can be used without declaring them, or that you can
31116         exit with status -1.
31117         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
31118
31119 2006-04-24  Karl Berry  <karl@gnu.org>
31120
31121         * config/srclist.txt (longdouble.m4): sync lost.
31122
31123 2006-04-24  Eric Blake  <ebb9@byu.net>
31124
31125         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
31126
31127 2006-04-24  Bruno Haible  <bruno@clisp.org>
31128
31129         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
31130         poll() implementation in AIX.
31131         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31132
31133 2006-04-24  Bruno Haible  <bruno@clisp.org>
31134
31135         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
31136         assigned exactly once.
31137
31138 2006-04-23  Claudio Fontana  <claudio@gnu.org>
31139             Bruno Haible  <bruno@clisp.org>
31140
31141         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
31142         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
31143         for AM_CPPFLAGS.
31144
31145 2006-04-23  Bruno Haible  <bruno@clisp.org>
31146
31147         * modules/copy-file: Depend on unistd.
31148         * modules/execute: Likewise.
31149         * modules/fatal-signal: Likewise.
31150         * modules/findprog: Likewise.
31151         * modules/mkdtemp : Likewise.
31152         * modules/pipe: Likewise.
31153         * modules/wait-process: Likewise.
31154
31155 2006-04-23  Bruno Haible  <bruno@clisp.org>
31156
31157         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
31158         condition was already detected.
31159         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31160
31161 2006-04-23  Bruno Haible  <bruno@clisp.org>
31162
31163         * lib/copy-file.c: Include <unistd.h> unconditionally.
31164         * lib/execute.c: Likewise.
31165         * lib/fatal-signal.c: Likewise.
31166         * lib/findprog.c: Likewise.
31167         * lib/mkdtemp.c: Likewise.
31168         * lib/pipe.h: Likewise.
31169         * lib/pipe.c: Likewise.
31170         * lib/wait-process.h: Likewise.
31171
31172 2006-04-23  Bruno Haible  <bruno@clisp.org>
31173
31174         * gnulib-tool (func_usage): Fix --import description. Document
31175         --update.
31176         (func_import): Create temporary file in a temporary directory, if
31177         --dry-run is specified. Silence errors from 'grep' when there are no
31178         m4 files in $m4dir.
31179         (func_create_testdir): Silence errors from 'grep' when there are no
31180         m4 files in $m4dir.
31181         Reported by Karl Berry <karl@freefriends.org>.
31182
31183 2006-04-20  Bruno Haible  <bruno@clisp.org>
31184
31185         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
31186         one argument, so that the code will be portable to Autoconf 2.60.
31187         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
31188         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31189         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
31190
31191 2006-04-19  Derek Price  <derek@ximbiot.com>
31192             Eric Blake  <ebb9@byu.net>
31193
31194         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
31195         rather than "/full/path.h".  Update comment to match.  Shorten &
31196         generalize m4_translit call via AS_TR_CPP.
31197
31198 2006-04-19  Derek Price  <derek@ximbiot.com>
31199             Eric Blake  <ebb9@byu.net>
31200
31201         * lib/inttypes.h: Correct grammar in comment.
31202
31203 2006-04-18  Derek Price  <derek@ximbiot.com>
31204             Paul Eggert  <eggert@cs.ucla.edu>
31205
31206         * modules/inttypes: New file.
31207         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
31208
31209 2006-04-18  Derek Price  <derek@ximbiot.com>
31210             Paul Eggert  <eggert@cs.ucla.edu>
31211
31212         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
31213         New files.
31214
31215 2006-04-18  Derek Price  <derek@ximbiot.com>
31216             Paul Eggert  <eggert@cs.ucla.edu>
31217
31218         * lib/inttypes.h: New file.
31219         * lib/strtoimax.c: Assume <inttypes.h>.
31220
31221 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
31222
31223         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
31224         isn't mounted.  Problem reported by Kir Kolyshkin.
31225
31226 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31227
31228         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
31229         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
31230         Derek R. Price.
31231         * lib/regex.h (RE_DUP_MAX): Update comment to match current
31232         implementation.
31233
31234 2006-04-12  Eric Blake  <ebb9@byu.net>
31235
31236         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
31237         is now done automatically by the corresponding Autoconf macro.
31238
31239 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
31240
31241         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
31242         time_r.h.
31243
31244 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31245
31246         Merge regex changes from libc, removing some of our
31247         POSIX-conformance changes that were rejected and redoing them in a
31248         less-intrusive way.
31249
31250         * lib/regcomp.c (re_compile_internal, init_dfa):
31251         Length arg is now size_t, not Idx.  All uses changed.
31252         (peek_token): Forward decl now says internal_function.
31253         (__re_error_msgid, __re_error_msgid_idx):
31254         Now static rather than extern with attribute_hidden.
31255         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
31256         For some reason libc prefers K&R style defns for external functions.
31257         (regerror) [!defined _LIBC]: Likewise.
31258         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
31259         (seek_collating_symbol_entry, lookup_collation_sequence_value):
31260         (build_range_exp, build_collating_symbol):
31261         Use K&R-style defn.
31262         (re_compile_fastmap): Use '\0' to memset, not 0.
31263         (utf8_sb_map): Make the calculations more obvious.
31264         (init_dfa, parse_bracket_exp, build_charclass_op):
31265         Call calloc and cast result, as glibc does.
31266         (init_word_char, fetch_token, peek_token, peek_token_bracket):
31267         (build_range_exp, build_collating_symbol):
31268         Now internal functions.
31269
31270         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
31271
31272         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
31273         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
31274         Don't depend on VMS; depend on __VMS instead, for POSIX
31275         namespace cleanness.
31276         (regoff_t): Define to ssize_t, not long int.
31277
31278         Remove the REG_ macros named below.  Instead, make the old names
31279         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
31280         __USE_GNU_REGEX.
31281         (REG_BACKSLASH_ESCAPE_IN_LISTS):
31282         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
31283         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
31284         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
31285         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
31286         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
31287         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
31288         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
31289         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
31290         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
31291         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
31292         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
31293         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
31294         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
31295         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
31296         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
31297         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
31298         (REG_NREGS):
31299         Remove.  All uses replaced by the old RE_* names.
31300         (RE_BACKSLASH_ESCAPE_IN_LISTS):
31301         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
31302         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
31303         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
31304         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
31305         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
31306         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
31307         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
31308         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
31309         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
31310         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
31311         Don't bother having these macros be independent of each others'
31312         values, since they no longer exist in the POSIX name space.
31313
31314         Rename the following member names back to their old names,
31315         unless !__USE_GNU_REGEX.  All uses changed back.
31316         (buffer): Renamed from re_buffer.
31317         (allocated): Renamed from re_allocated.
31318         (used): Renamed from re_used.
31319         (syntax): Renamed from re_syntax.
31320         (fastmap): Renamed from re_fastmap.
31321         (translate): Renamed from re_translate.
31322         (can_be_null): Renamed from re_can_be_null.
31323         (regs_allocated): Renamed from re_regs_allocated.
31324         (fastmap_accurate): Renamed from re_fastmap_accurate.
31325         (no_sub): Renamed from re_no_sub.
31326         (not_bol): Renamed from re_not_bol.
31327         (not_eol): Renamed from re_not_eol.
31328         (newline_anchor): Renamed from re_newline_anchor.
31329         (num_regs): Renamed from rm_num_regs.
31330         (start): Renamed from rm_start.
31331         (end): Renamed from rm_end.
31332
31333         (free_state): Move up a bit.
31334
31335         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
31336         #define to be empty.
31337         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
31338         when that is what is intended.
31339         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
31340         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
31341         (MAX): New macro.
31342         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
31343         All uses changed back to re_malloc, etc.  It's now the caller's
31344         responsibility to check for overflow; all callers changed.
31345         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
31346         (re_x2nrealloc): Remove.
31347         (free_state): Remove decl.
31348
31349         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
31350         (re_set_registers, re_exec):
31351         Use K&R-style defn.
31352
31353         2006-01-31  Roland McGrath  <roland@redhat.com>
31354
31355         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
31356         Reported by Mike Frysinger <vapier@gentoo.org>.
31357
31358         2006-01-15  Andreas Jaeger  <aj@suse.de>
31359
31360         [BZ #1950]
31361         * lib/regex_internal.c (re_string_reconstruct): Adjust for
31362         build_wcs_upper_buffer change.
31363         (build_wcs_upper_buffer): Change return type.
31364
31365         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
31366
31367         * lib/regex_internal.h: Include <stdint.h> if available.
31368
31369         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
31370
31371         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
31372
31373         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
31374
31375         * lib/regcomp.c: Adjust for changed secondary hash function.
31376
31377         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
31378
31379         * lib/regex.h: Pretty printing.
31380         Clean up namespace a bit.
31381
31382         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
31383
31384         * lib/regexec.c (update_cur_sifted_state, check_arrival,
31385         check_arrival_add_next_nodes): Avoid using uninitialized variable.
31386
31387         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31388                     Ulrich Drepper  <drepper@redhat.com>
31389
31390         [BZ #1302]
31391         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
31392         changed.
31393         (bitset_word_t): Renamed from bitset_word.  All uses changed.
31394
31395         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
31396
31397         [BZ #281]
31398         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
31399         * lib/regcomp.c: Remove unnecessary uses of
31400         unsigned RE_TRANSLATE_TYPE.
31401         * lib/regex_internal.h: Likewise.
31402         * lib/regex_internal.c: Likewise.
31403         * lib/regexec.c: Likewise.
31404         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
31405
31406         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
31407
31408         * lib/regexec.c (find_recover_state): Remove unnecessary
31409         initialization.
31410         (transit_state_bkref): Make DFA a const pointer.
31411         (get_subexp): Likewise.
31412         (check_arrival): Likewise.
31413         (update_cur_sifted_state): Likewise.
31414         (re_search_internal): Likewise.
31415         (prune_impossible_nodes): Likewise.
31416         (acquire_init_state_context): Likewise.
31417         (proceed_next_node): Likewise.
31418         (set_regs): Likewise.
31419         (free_fail_stack_return): Likewise.
31420         (check_arrival_expand_ecl): Mark DFA parameter as const.
31421         (check_arrival_expand_ecl_sub): Likewise.
31422         (check_subexp_limits): Likewise.
31423         (sub_epsilon_src_nodes):  Likewise.
31424         (add_epsilon_src_nodes):  Likewise.
31425         (merge_state_array): Likewise.
31426         (update_regs): Likewise.
31427         (build_trtable): Likewise.
31428         (sift_states_backward): Mark MCTX parameter as const.
31429         (build_sifted_states): Likewise.
31430         (update_cur_sifted_state): Likewise.
31431         (sift_states_mkref): Likewise.
31432         (check_arrival_expand_ecl): Mark eclosure as const.
31433         (check_dst_limits_calc_pos_1): Likewise.
31434         * lib/regex_internal.h (re_match_context_t): Make dfa a const
31435         pointer.
31436
31437         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
31438
31439         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
31440         (transit_state_sb): Likewise.
31441         (transit_state_mb): Likewise.
31442         (sift_states_iter_mb): Likewise.
31443         (check_arrival_add_next_nodes): Likewise.
31444         (check_node_accept_bytes): Change first parameter to pointer-to-const.
31445         [_LIBC] (re_search_2_stub): Use mempcpy.
31446
31447         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
31448         mbrtowc for very simple UTF-8 case.
31449
31450         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
31451         a pointer-to-const.
31452         (re_acquire_state_context): Likewise.
31453         * lib/regex_internal.h: Adjust prototypes.
31454
31455         * lib/regex.c: Prevent using C++ compilers.
31456
31457         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
31458         (re_acquire_state_context): Likewise.
31459
31460 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31461
31462         * modules/regex (Depends-on): Add ssize_t.
31463
31464 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31465
31466         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
31467         translation table.
31468
31469 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31470
31471         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
31472
31473 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
31474             Bruno Haible  <bruno@clisp.org>
31475
31476         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
31477         <sys/types.h> and <inttypes.h>.
31478
31479 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31480
31481         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
31482         `__error_t_defined', so argp.h will not typedef the former.
31483
31484 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
31485
31486         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
31487         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
31488         glibc names.  Even if glibc is changed to conform to POSIX, the
31489         traditional names will be available anyway, since regex depends on
31490         the extensions module.  Also, fix a longstanding typo in the
31491         implementation of Spencer ERE test #75 from grep 2.3.  Problems
31492         reported by Emanuele Giaquinta.  Also, change sense of cached
31493         variable, so that the message makes sense.
31494
31495 2006-03-24  Simon Josefsson  <jas@extundo.com>
31496
31497         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
31498         including some doc fixes.
31499         (base64_encode_alloc): Fix +1 bug on allocation failures.
31500
31501 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31502
31503         * lib/base64.c (base64_encode): Do not read past end of array with
31504         unsanitized input on systems with CHAR_BIT > 8.
31505
31506 2006-03-24  Eric Blake  <ebb9@byu.net>
31507
31508         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
31509
31510 2006-03-22  Karl Berry  <karl@gnu.org>
31511
31512         * config/srclist.txt (*setenv.[ch]): get from coreutils.
31513         * config/srclistvars.sh (COREUTILS): new var.
31514
31515 2006-03-17  Jim Meyering  <jim@meyering.net>
31516
31517         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
31518         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
31519
31520 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31521
31522         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
31523         no longer needs it.  Instead, check that regoff_t is as least
31524         as wide as ptrdiff_t.
31525
31526         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
31527         so that our regex.h stays compatible with the installed regex.
31528         This is helpful for installers who configure --without-included-regex.
31529         Problem reported by Emanuele Giaquinta.
31530
31531 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31532
31533         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
31534         Typedef to long int, not to off_, as POSIX will likely change
31535         in that direction.
31536
31537 2006-03-15  Eric Blake  <ebb9@byu.net>
31538
31539         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
31540
31541 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31542
31543         * lib/argp-help.c (validate_uparams): Fix typo
31544         * lib/argp-parse.c (argp_default_options): Consistently begin help
31545         messages with a lowercase letter.
31546
31547 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
31548
31549         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
31550         overrun buffers and shouldn't be used (much as gets shouldn't be
31551         used).
31552         * lib/time_r.c (asctime_r, ctime_r): Likewise.
31553
31554 2006-03-08  Simon Josefsson  <jas@extundo.com>
31555
31556         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
31557         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31558
31559 2006-03-08  Simon Josefsson  <jas@extundo.com>
31560
31561         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
31562         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31563
31564 2006-03-08  Simon Josefsson  <jas@extundo.com>
31565
31566         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
31567         signal that configure disabled the device.
31568
31569 2006-03-08  Simon Josefsson  <jas@extundo.com>
31570
31571         * build-aux/maint.mk: Fix refresh-po, to handle no translated
31572         languages.
31573
31574 2006-03-07  Simon Josefsson  <jas@extundo.com>
31575
31576         * modules/getopt (Depends-on): Add unistd.
31577
31578         * modules/unistd: New file.
31579
31580 2006-03-07  Simon Josefsson  <jas@extundo.com>
31581
31582         * modules/gc-random: New file.
31583
31584 2006-03-07  Simon Josefsson  <jas@extundo.com>
31585
31586         * m4/unistd_h.m4: New file.
31587
31588 2006-03-07  Simon Josefsson  <jas@extundo.com>
31589
31590         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
31591         test to be side-effect free by storing the result in the cache
31592         variable gl_cv_lib_readline, and moving the assignment of
31593         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
31594         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31595
31596 2006-03-07  Simon Josefsson  <jas@extundo.com>
31597
31598         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
31599         error on missing devices (the functions will return an error).
31600
31601         * m4/gc.m4: Move random stuff to gc-random.m4
31602
31603 2006-03-07  Simon Josefsson  <jas@extundo.com>
31604
31605         * lib/unistd_.h: New file.
31606
31607 2006-03-07  Simon Josefsson  <jas@extundo.com>
31608
31609         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
31610
31611 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31612
31613         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
31614         Problem reported by Juan Manuel Guerrero.
31615
31616 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31617
31618         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
31619         the unistd module.
31620         * lib/getlogin_r.c: Likewise.
31621         * lib/getlogin_r.h: Likewise.
31622         * lib/glob.c: Likewise.
31623         * lib/pagealign_alloc.c: Likewise.
31624         * lib/unistd_.h: Remove; no longer needed.
31625
31626 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31627
31628         * MODULES.html.sh (Support for systems lacking POSIX:2001):
31629         Add unistd.
31630         * modules/c-stack (Depends-on): Add unistd.
31631         * modules/getlogin_r: Likewise.
31632         * modules/glob: Likewise.
31633         * modules/pagealign_alloc: Likewise.
31634         * modules/unistd (Files): Remove lib/unistd_.h.
31635         (EXTRA_DIST): Remove.
31636         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
31637         need unistd_.h.
31638         (MOSTLYCLEANFILES): Remove unistd.h-t.
31639
31640 2006-03-03  Simon Josefsson  <jas@extundo.com>
31641
31642         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
31643
31644 2006-03-03  Simon Josefsson  <jas@extundo.com>
31645
31646         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
31647         libidn and bison.
31648
31649 2006-03-03  Simon Josefsson  <jas@extundo.com>
31650
31651         * build-aux/maint.mk: Add indent target.
31652
31653 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
31654
31655         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
31656         our replacement poll.h in any case, to avoid a differing
31657         declaration from a system header.  Seen on AIX.
31658
31659 2006-03-01  Simon Josefsson  <jas@extundo.com>
31660
31661         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
31662         <kasal@ucw.cz>.
31663
31664 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31665
31666         * modules/gettime (Depends-on): Add extensions module.
31667         * modules/nanosleep (Depends-on): Likewise.
31668         * modules/settime (Depends-on): Likewise.
31669
31670 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31671
31672         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
31673         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
31674         pedantically.
31675         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31676         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
31677
31678         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
31679         not "==".  Reported by Ralf Wildenhues.
31680
31681 2006-03-01  Karl Berry  <karl@gnu.org>
31682
31683         * doc/Copyright/request-*: new files, synced from gnuorg.
31684
31685 2006-03-01  Karl Berry  <karl@gnu.org>
31686
31687         * config/srclist.txt (Copyright/*): new entries.
31688
31689 2006-02-28  Simon Josefsson  <jas@extundo.com>
31690
31691         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
31692
31693 2006-02-27  Simon Josefsson  <jas@extundo.com>
31694
31695         * lib/base64.h: Indent #define's.  From Jim Meyering
31696         <jim@meyering.net>.
31697
31698 2006-02-27  Jim Meyering  <jim@meyering.net>
31699
31700         Revert the change of 2006-02-24, so these files can continue
31701         to be sync'd from gettext.
31702         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
31703         of `config.h'.
31704
31705 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31706
31707         * modules/intprops: New file.
31708         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
31709         Add intprops.
31710         * modules/getloadavg (Files): Remove lib/intprops.h.
31711         (Depends-on): Add intprops.
31712         * modules/human: Likewise.
31713         * modules/inttostr: Likewise.
31714         * modules/openat: Likewise.
31715         * modules/sig2str: Likewise.
31716         * modules/userspec: Likewise.
31717         * modules/utimecmp: Likewise.
31718         * modules/xnanosleep: Likewise.
31719         * modules/xstrtol: Likewise.
31720
31721 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
31722
31723         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
31724         * modules/lock-tests (TESTS): Use $(EXEEXT).
31725         * modules/tls-tests: Likewise.
31726         * modules/argp-tests: Likewise.
31727         (check_PROGRAMS): New var, replacing...
31728         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
31729
31730 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31731
31732         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
31733         `config.h'.
31734
31735 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31736
31737         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
31738
31739 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31740
31741         Sync from coreutils.
31742         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
31743         gl_CHDIR_SAFER.
31744
31745 2006-02-22  Jim Meyering  <jim@meyering.net>
31746
31747         Sync from coreutils.
31748         * m4/chdir-safer.m4: New file.
31749
31750 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31751
31752         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
31753         AT_FDCWD exceeds INT_MAX.
31754         * lib/openat.h (AT_FDCWD): Likewise.
31755
31756 2006-02-17  Eric Blake  <address@hidden>
31757
31758         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
31759
31760 2006-02-16  Simon Josefsson  <jas@extundo.com>
31761
31762         * modules/getaddrinfo (Depends-on): Add sys_socket.
31763
31764 2006-02-15  Simon Josefsson  <jas@extundo.com>
31765
31766         * build-aux/maint.mk: Add dsyntax-check rule.
31767
31768 2006-02-15  Eric Blake  <ebb9@byu.net>
31769
31770         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
31771         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
31772         'present but cannot compile' warnings on cygwin.
31773         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
31774         use ws2tcpip.h if sys/socket.h works.
31775         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
31776         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
31777
31778 2006-02-14  Simon Josefsson  <jas@extundo.com>
31779
31780         * modules/maintainer-makefile (Files): Rename.
31781
31782         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
31783         and (the local) Makefile.cfg to maint-cfg.mk.
31784
31785         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
31786         to the latter.
31787
31788         * modules/maintainer-makefile: New module.
31789
31790         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
31791         severaly stripped to make it possible to build it up from scratch
31792         with reliable tests.
31793
31794         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
31795         fixes to permit overriding the default actions when configure and
31796         makefile are not available.
31797
31798 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         Sync from coreutils.
31801         * modules/lstat (Depends-on): Don't depend on xalloc.
31802         (License): Change from GPL to LGPL, since this is now simply a
31803         replacement for a libc function.
31804
31805 2006-02-14  Jim Meyering  <jim@meyering.net>
31806
31807         Sync from coreutils.
31808
31809         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
31810         failure on deficient systems, and simplify gnulib lgpl dependencies.
31811         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
31812         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
31813
31814         * lib/xalloc-die.c: Remove unused definition of N_.
31815
31816 2006-02-14  Jim Meyering  <jim@meyering.net>
31817
31818         Sync from coreutils.
31819         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
31820         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
31821         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
31822         double-quote uses of that variable, to accommodate the rare case in
31823         which getmntent is available in none of the libraries checked.  This
31824         happens at least on FreeBSD 5.0.
31825
31826 2006-02-13  Simon Josefsson  <jas@extundo.com>
31827
31828         * gnulib-tool (Usage): Fix --import, from
31829         karl@freefriends.org (Karl Berry).
31830
31831 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31832
31833         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
31834
31835 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
31836
31837         * lib/argp-namefrob.h: Restore changes accidentally lost during the
31838         "autoupdate" on 2005-12-12.
31839
31840 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31841
31842         * modules/closeout (Depends-on): Remove atexit.
31843
31844 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31845
31846         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
31847         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
31848
31849 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31850
31851         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
31852         __EXTENSIONS__ if this causes compilation to fail.  Problem
31853         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
31854         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
31855
31856 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
31857
31858         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
31859         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
31860         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
31861         All uses changed.
31862
31863 2006-01-26  Simon Josefsson  <jas@extundo.com>
31864
31865         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
31866         prototype is visible on mingw32.
31867
31868         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
31869         for mingw32.
31870
31871         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
31872         mingw32).
31873
31874 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31875
31876         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
31877         attempt to open for write; this always fails, at least on POSIX
31878         hosts.  This reinstates the 2006-01-09 change, which was
31879         inadvertently removed.
31880
31881 2006-01-26  Bruno Haible  <bruno@clisp.org>
31882
31883         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
31884         Reported by Paul Eggert.
31885
31886 2006-01-26  Bruno Haible  <bruno@clisp.org>
31887             Paul Eggert  <eggert@cs.ucla.edu>
31888
31889         * lib/stdbool_.h (_Bool)
31890         [(! (defined __cplusplus || defined __BEOS__)
31891           && !defined __GNUC__
31892           && !(defined __HP_cc || defined __xlc__
31893                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
31894                || defined __sgi))]:
31895         #define to signed char in these cases too; this simplifies
31896         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
31897         etc., separately) and makes it more conservative.
31898
31899 2006-01-25  Simon Josefsson  <jas@extundo.com>
31900
31901         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
31902         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
31903         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
31904
31905 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31906
31907         * lib/argp-namefrob.h: Bugfix. Remove stray #
31908
31909 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
31910
31911         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
31912         so that we test the test.
31913         Check for yet another HP-UX cc bug involving *bool |= bool.
31914
31915 2006-01-25  Karl Berry  <karl@gnu.org>
31916
31917         * config/srclist.txt (vasnprintf.c): sync lost.
31918
31919 2006-01-25  Jim Meyering  <jim@meyering.net>
31920
31921         Sync from the stable (b5) branch of coreutils:
31922
31923         * lib/fts.c (fts_children): Don't let close() clobber errno from
31924         failed fchdir().
31925
31926         * lib/fts.c (fts_stat): When following a symlink-to-directory,
31927         don't necessarily interpret stat-fails+lstat-succeeds as indicating
31928         a dangling symlink.  That can also happen at least for ELOOP.
31929         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
31930         FYI, this bug predates the inclusion of fts.c in coreutils.
31931
31932         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
31933         in their own block, so pre-c99 compilers don't object.
31934
31935         Avoid the double-free (first in fts_read, second in fts_close) that
31936         would occur when an `active' directory is made inaccessible (e.g.,
31937         via chmod a-x) during a traversal.
31938         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31939         before returning.  Reproduce this failure by
31940         mkdir -p a/b; cd a; chmod a-x . b
31941         Reported by Stavros Passas.
31942
31943 2006-01-25  Jim Meyering  <jim@meyering.net>
31944
31945         * lib/fileblocks.c: Remove more useless parentheses.
31946         * lib/readutmp.h: Likewise.
31947
31948 2006-01-25  Bruno Haible  <bruno@clisp.org>
31949
31950         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
31951         warnings.
31952         Reported by Paul Eggert.
31953
31954 2006-01-25  Bruno Haible  <bruno@clisp.org>
31955
31956         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
31957         rid of a trap command. For Solaris sh.
31958         Reported by Mark D. Baushke <mdb@gnu.org>.
31959
31960 2006-01-24  Simon Josefsson  <jas@extundo.com>
31961
31962         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
31963         Bruno.
31964
31965 2006-01-24  Karl Berry  <karl@gnu.org>
31966
31967         * config/srclist.txt (argp-namefrob.h): sync lost.
31968
31969 2006-01-24  Jim Meyering  <jim@meyering.net>
31970
31971         * modules/openat (Files): Add lib/intprops.h.
31972         From Mark D. Baushke.
31973
31974 2006-01-24  Jim Meyering  <jim@meyering.net>
31975
31976         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
31977         Reported by Mark D. Baushke.
31978
31979 2006-01-24  Jim Meyering  <jim@meyering.net>
31980
31981         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
31982
31983 2006-01-24  Bruno Haible  <bruno@clisp.org>
31984
31985         * modules/strnlen (Maintainer): Change from glibc to all.
31986
31987 2006-01-24  Bruno Haible  <bruno@clisp.org>
31988
31989         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
31990         Patch by Paul Eggert.
31991
31992 2006-01-24  Bruno Haible  <bruno@clisp.org>
31993
31994         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
31995         already has it.
31996         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
31997         2005-11-26.
31998
31999         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
32000         'signed char' to avoid problems with the built-in _Bool type.
32001         Reported by Paul Eggert on 2005-11-26.
32002
32003 2006-01-24  Bruno Haible  <bruno@clisp.org>
32004
32005         * gnulib-tool (func_import): Avoid constructing complicated sed
32006         expressions inside backquote.
32007         Report and solution by Mark D. Baushke <mdb@gnu.org>.
32008
32009 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
32010
32011         These changes imported from libc.
32012         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
32013         test and two separate function calls.
32014         * lib/strndup.c (__strndup): Add libc_hidden_def.
32015
32016 2006-01-23  Simon Josefsson  <jas@extundo.com>
32017
32018         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
32019         Remove the test_*_SOURCES variable: automake infers it by default.
32020         * modules/tls-tests: Likewise.
32021
32022 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32023
32024         Work around porting bugs reported by Dieter in
32025         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
32026         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
32027         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
32028         Include "getopt.h" first, to check interface.
32029         (getenv): Declare only if defined HAVE_DECL_GETENV &&
32030         !HAVE_DECL_GETENV.
32031         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
32032         (__strndup): Revert to K&R-style function dfns, the glibc style.
32033         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
32034         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
32035         Include strnlen.h first, to get prototype properly.
32036         (strnlen): Renamed from __strnlen.
32037         Remove weak alias.
32038
32039 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32040
32041         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
32042
32043 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32044
32045         * config/srclist.txt: Adjust to reflect glibc reorganization.
32046         This affects only comments.
32047
32048 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32049
32050          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
32051          Reported by Bruce Korb <bkorb@gnu.org>.
32052
32053 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
32054
32055         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
32056         to pacify gcc -Wswitch-default.
32057
32058 2006-01-22  Bruno Haible  <bruno@clisp.org>
32059
32060         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
32061         temporary buffer for sprintf, take into account the precision also
32062         for 'd', 'i', 'u', 'o', 'x', 'X'.
32063
32064 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32065
32066         * modules/argp-tests: New module
32067         * tests/test-argp.c: New file
32068         * tests/test-argp-2.sh: New file
32069
32070 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32071
32072         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
32073         (__argp_base_name): Removed
32074         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
32075         typo.
32076         (__argp_base_name): Provide macro definition or extern declaration
32077         depending on the configuration
32078
32079 2006-01-20  Simon Josefsson  <jas@extundo.com>
32080
32081         * modules/inet_ntop (Depends-on): Depend on sys_socket.
32082
32083 2006-01-20  Simon Josefsson  <jas@extundo.com>
32084
32085         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
32086
32087 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32088
32089         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
32090         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
32091         Suggested by Bruno Haible.
32092
32093 2006-01-20  Karl Berry  <karl@gnu.org>
32094
32095         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
32096         until changes propagate, I guess.
32097
32098 2006-01-19  Simon Josefsson  <jas@extundo.com>
32099
32100         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
32101
32102 2006-01-19  Simon Josefsson  <jas@extundo.com>
32103
32104         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
32105
32106 2006-01-19  Simon Josefsson  <jas@extundo.com>
32107
32108         * gnulib-tool: Set check_PROGRAMS.
32109
32110         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32111         modules/des-tests, modules/gc-arcfour-tests,
32112         modules/gc-arctwo-tests, modules/gc-des-tests,
32113         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32114         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32115         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32116         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32117         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32118         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
32119         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
32120         test_*_SOURCES.
32121
32122 2006-01-18  Simon Josefsson  <jas@extundo.com>
32123
32124         * modules/socklen (Depends-on): Depend on sys_socket.
32125
32126 2006-01-18  Simon Josefsson  <jas@extundo.com>
32127
32128         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32129         modules/des-tests, modules/gc-arcfour-tests,
32130         modules/gc-arctwo-tests, modules/gc-des-tests,
32131         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32132         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32133         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32134         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32135         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32136         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
32137         $(EXEEXT) to automake TESTS variable, for mingw32.
32138
32139 2006-01-17  Simon Josefsson  <jas@extundo.com>
32140
32141         * modules/socklen (Include): Need sys/socket.h.
32142
32143 2006-01-17  Bruno Haible  <bruno@clisp.org>
32144
32145         * modules/ssize_t (Include): Add <sys/types.h>.
32146
32147 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
32148
32149         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
32150         it's not portable and it doesn't work with cross-compiles.
32151         Problem reported by Bruno Haible.  Fix missing-$ typo in
32152         'test "gl_cv_ignore_unused_libraries" ...' that prevented
32153         -zignore from being used with Sun's C compiler.
32154
32155 2006-01-12  Simon Josefsson  <jas@extundo.com>
32156
32157         * lib/base64.c: Fix warning, reported by Bruno Haible
32158         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
32159
32160 2006-01-12  Bruno Haible  <bruno@clisp.org>
32161
32162         * modules/ldd: New file.
32163         * build-aux/ldd.sh.in: New file.
32164         * MODULES.html.sh (Support for building libraries and executables): Add
32165         ldd.
32166
32167 2006-01-12  Bruno Haible  <bruno@clisp.org>
32168
32169         * m4/ldd.m4: New file.
32170
32171 2006-01-12  Bruno Haible  <bruno@clisp.org>
32172
32173         * gnulib-tool (func_import, func_create_testdir): Don't go into an
32174         endless loop while replacing $auxdir with build-aux.
32175
32176 2006-01-11  Simon Josefsson  <jas@extundo.com>
32177
32178         * lib/stdint_.h (SIZE_MAX): Add missing (.
32179
32180 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
32181
32182         Sync from coreutils.
32183         * lib/md5.c: Fix commentary typos.
32184         (alignof, UNALIGNED_P): No need for a GCC-specific version.
32185         * lib/md5.h (__attribute__): Remove; unused.
32186         * lib/sha1.c: Fix commentary to match md5 better.
32187         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
32188         so that we don't need to worry about alignment.  All uses changed.
32189         This merges the 2005-10-28 md5 change into sha1.
32190
32191 2006-01-11  Jim Meyering  <jim@meyering.net>
32192
32193         Sync from coreutils.
32194         * lib/md5.c (OP): Fix spacing.
32195
32196 2006-01-11  Bruno Haible  <bruno@clisp.org>
32197
32198         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32199         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
32200         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
32201
32202 2006-01-11  Bruno Haible  <bruno@clisp.org>
32203
32204         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32205         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
32206         the "early" section as well.
32207
32208 2006-01-11  Bruno Haible  <bruno@clisp.org>
32209
32210         Avoid "ar: no archive members specified" error on MacOS X.
32211         * gnulib-tool (func_modules_add_dummy): New function.
32212         (func_import, func_create_testdir): Invoke it.
32213
32214 2006-01-11  Bruno Haible  <bruno@clisp.org>
32215
32216         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
32217         with $auxdir in AC_CONFIG_FILES statements.
32218
32219 2006-01-11  Bruno Haible  <bruno@clisp.org>
32220
32221         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32222         Initialize also noinst_HEADERS to empty.
32223
32224 2006-01-11  Bruno Haible  <bruno@clisp.org>
32225
32226         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
32227         variables.
32228         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
32229         autoreconf.
32230
32231 2006-01-11  Bruno Haible  <bruno@clisp.org>
32232
32233         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
32234         overridable by the user.
32235         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32236
32237 2006-01-10  Simon Josefsson  <jas@extundo.com>
32238
32239         * modules/sys_socket: New file.
32240
32241 2006-01-10  Simon Josefsson  <jas@extundo.com>
32242
32243         * m4/sys_socket_h.m4: New file.
32244
32245 2006-01-10  Simon Josefsson  <jas@extundo.com>
32246
32247         * lib/socket_.h: New file.
32248
32249 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32250
32251         * modules/readutmp (Maintainer): Add myself.
32252
32253 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32254
32255         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
32256         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
32257         People who are still concerned with buggy memcmp implementations
32258         can invoke gl_FUNC_MEMCMP themselves.
32259
32260 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32261
32262         * lib/regex_internal.h (BITSET_WORD_BITS):
32263         Work around a bug in 64-bit PGC (before version 6.1-2), where the
32264         preprocessor mishandles large unsigned values as if they were signed.
32265         Problem reported by Claudio Fontana in
32266         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
32267
32268 2006-01-10  Jim Meyering  <jim@meyering.net>
32269
32270         Avoid the double-free (first in fts_read, second in fts_close) that
32271         would occur when an `active' directory is made inaccessible (e.g.,
32272         via chmod a-x) during a traversal.
32273         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
32274         before returning.  Reproduce this failure by
32275         mkdir -p a/b; cd a; chmod a-x . b
32276         Reported by Stavros Passas.
32277
32278         Sync from coreutils.
32279         * lib/sha1.c: Tweak grammar in a comment.
32280
32281 2006-01-10  Jim Meyering  <jim@meyering.net>
32282
32283         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
32284         Patch by Joerg Sonnenberger.
32285
32286 2006-01-10  Bruno Haible  <bruno@clisp.org>
32287
32288         * modules/readutmp: Depend on module free.
32289         * modules/strtok_r: Depend on module restrict.
32290
32291 2006-01-10  Bruno Haible  <bruno@clisp.org>
32292
32293         * modules/gettext (configure.ac): Add an invocation of
32294         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
32295
32296 2006-01-10  Bruno Haible  <bruno@clisp.org>
32297
32298         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
32299         Reported by Werner Lemberg <wl@gnu.org>.
32300
32301 2006-01-10  Bruno Haible  <bruno@clisp.org>
32302
32303         * lib/localcharset.c: Update from GNU gettext.
32304
32305 2006-01-10  Bruno Haible  <bruno@clisp.org>
32306
32307         * lib/argp.h (__const): Remove macro. Use const instead.
32308         * lib/argp-fmtstream.h (__const): Likewise.
32309         * lib/glob_.h (__const): Remove macro.
32310         * lib/glob-libc.h: Use const instead of __const.
32311
32312 2006-01-10  Bruno Haible  <bruno@clisp.org>
32313
32314         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
32315         variable.
32316         Needed to avoid an automake error regarding the 'gettext' module.
32317
32318 2006-01-09  Simon Josefsson  <jas@extundo.com>
32319
32320         * modules/inet_ntop (Depends-on): Add restrict.
32321
32322 2006-01-09  Simon Josefsson  <jas@extundo.com>
32323
32324         * modules/gc-rijndael-tests (License): Put under LGPL.
32325
32326         * modules/gc-des-tests (License): Likewise.
32327
32328         * modules/gc-arcfour-tests (License): Likewise.
32329
32330         * modules/gc-arctwo-tests (License): Likewise.
32331
32332         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
32333
32334         * modules/gc-hmac-sha1-tests (Files): Likewise.
32335
32336         * modules/gc-hmac-md5-tests (License): Likewise.
32337
32338         * modules/gc-sha1-tests (License): Likewise.
32339
32340         * modules/gc-md5-tests (License): Likewise.
32341
32342         * modules/gc-md4-tests (License): Likewise.
32343
32344         * modules/gc-md2-tests (License): Likewise.
32345
32346         * modules/gc-tests (License): Likewise.
32347
32348         * modules/des-tests (License): Likewise.
32349
32350         * modules/md4-tests (License): Likewise.
32351
32352         * modules/md2-tests (License): Likewise.
32353
32354 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         Sync from coreutils:
32357
32358         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
32359         * modules/lib-ignore: New file.
32360         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
32361         chdir-safer.m4, lchmod.m4.
32362         * modules/openat: Add mkdirat.c, openat-priv.h.
32363
32364 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32365
32366         Sync from coreutils.
32367         * m4/lib-ignore.m4: New file.
32368         * m4/lchmod.m4: New file.
32369
32370 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32371
32372         Sync from coreutils.
32373         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
32374         for write access: POSIX says that must fail.
32375         * lib/fts.c (diropen): Likewise.
32376         * lib/save-cwd.c (save_cwd): Likewise.
32377         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
32378         well, for minor improvements on hosts that lack O_DIRECTORY.
32379         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
32380         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
32381         Fall back on chown if open failed with EACCES.
32382
32383         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
32384         Report an error at compile-time if only a 1-second nominal clock
32385         resolution is found.
32386
32387         * lib/lchmod.h: New file.
32388         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
32389         (make_dir_parents): Use lchown rather than chown, and
32390         lchmod rather than chmod.
32391
32392         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
32393         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
32394         "proc" reported by n0dalus.
32395
32396         * lib/mountlist.c: Include <limits.h>.
32397         (dev_from_mount_options)
32398         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
32399         New function.  It no longer assumes "dev=" has the System V meaning
32400         on Linux (since it doesn't).  It also parses "dev=" more carefully.
32401         (read_file_system_list)
32402         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
32403         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
32404         dev= in that case.
32405
32406         * lib/posixtm.h (PDS_PRE_2000): New macro.
32407         * lib/posixtm.c (year): Arg is now syntax_bits rather than
32408         allow_century.  All usages changed.  Reject dates outside the range
32409         1969-1999 if PDS_PRE_2000 is used.
32410
32411 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32412
32413         Sync from coreutils.
32414         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
32415         (Time of day items): Mention the possibility of leap seconds.
32416         Problem reported by Dr. David Alan Gilbert.
32417
32418 2006-01-09  Jim Meyering  <jim@meyering.net>
32419
32420         Sync from coreutils.
32421
32422         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
32423
32424         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
32425
32426         * lib/modechange.c (mode_compile): Reject an invalid mode string
32427         that starts with an octal digit.  From Andreas Gruenbacher.
32428
32429         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
32430         and dup to open_safer and dup_safer, respectively.
32431         (openat_permissive): Fix typo in comment.
32432
32433         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
32434         "gettext.h"; either no longer needed or are guaranteed by openat.h.
32435         (_): Remove; no longer needed.
32436         (openat): Renamed from rpl_openat; no need for rpl_openat
32437         since openat.h renames openat for us.
32438         Replace most of the body with a call to openat_permissive,
32439         to avoid duplicate code.
32440         Port to (probably hypothetical) environments were mode_t is
32441         wider than int.
32442         (openat_permissive): Require mode arg, so that we can check
32443         types better.  Put it just after flags.  Change cwd failure
32444         indicator from pointer-to-bool to pointer-to-errno-value.
32445         All callers changed.
32446         Invoke openat_save_fail and/or openat_restore_fail if
32447         cwd_errno is null, so that openat can call us.
32448         (openat_permissive, fdopendir, fstatat, unlinkat):
32449         Simplify errno handling to avoid some duplicate code,
32450         as it's OK to set errno on success.
32451         * lib/openat.h: Revamp code so that function macros depend on
32452         __OPENAT_PREFIX only, not also on AT_FDCWD.
32453         (openat_ro): Remove.  Caller changed to use openat_permissive.
32454         (openat_permissive): Now a macro, if not a function.
32455         (openat_restore_fail, openat_save_fail): Now always functions,
32456         since mkdirat needs them even if __OPENAT_PREFIX is defined.
32457
32458         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
32459         and openat.c.
32460         * lib/mkdirat.c: Include openat-priv.h.
32461         Remove definitions of macros defined therein.
32462         * lib/openat.c: Likewise.
32463
32464         * lib/mkdirat.c (mkdirat): New file and function.
32465         * lib/openat.h (mkdirat): Declare.
32466
32467         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
32468
32469         * lib/openat.h (openat_permissive): Declare.
32470         (openat_ro): Define.
32471
32472         * lib/openat.c (EXPECTED_ERRNO): New macro.
32473         (openat_permissive): New function -- used in remove.c rewrite.
32474         (all functions): Set errno just before returning, only if there
32475         was an actual failure.
32476         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
32477
32478         Emulate openat-family functions using Linux's procfs, if possible.
32479         Idea and some code based on Ulrich Drepper's glibc changes.
32480
32481         * lib/openat.c: (BUILD_PROC_NAME): New macro.
32482         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
32483         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
32484         before falling back on save_cwd and restore_cwd.
32485         (fdopendir, fstatat, unlinkat): Likewise.
32486
32487         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
32488         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
32489
32490         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
32491         as second argument to va_arg.  Otherwise, some versions of gcc
32492         warn that `if this code is reached, the program will abort'.
32493
32494 2006-01-09  Jim Meyering  <jim@meyering.net>
32495
32496         Sync from coreutils.
32497         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
32498         Require openat-priv.h.
32499
32500 2006-01-09  Bruno Haible  <bruno@clisp.org>
32501
32502         * modules/strnlen (Include): Use strnlen.h.
32503
32504 2006-01-09  Bruno Haible  <bruno@clisp.org>
32505
32506         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
32507
32508 2006-01-09  Bruno Haible  <bruno@clisp.org>
32509
32510         * lib/sysexit_.h (EX_OK): New macro.
32511         Suggested by Martin Lambers <marlam@marlam.de>.
32512
32513 2006-01-09  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
32516         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
32517
32518 2006-01-09  Bruno Haible  <bruno@clisp.org>
32519
32520         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
32521         numbers.
32522
32523 2006-01-09  Bruno Haible  <bruno@clisp.org>
32524
32525         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
32526         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
32527         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
32528         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
32529
32530 2006-01-09  Bruno Haible  <bruno@clisp.org>
32531
32532         * build-aux/javacomp.sh.in: New file, moved from lib/.
32533         * modules/javacomp-script (Files): Update.
32534         (configure.ac): Add AC_CONFIG_FILES invocation.
32535         (EXTRA_DIST): Remove variable.
32536
32537         * build-aux/javaexec.sh.in: New file, moved from lib/.
32538         * modules/javaexec (Files): Update.
32539         (configure.ac): Add AC_CONFIG_FILES invocation.
32540         (EXTRA_DIST): Remove javaexec.sh.in.
32541
32542         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
32543         * modules/csharpcomp-script (Files): Update.
32544         (configure.ac): Add AC_CONFIG_FILES invocation.
32545         (EXTRA_DIST): Remove variable.
32546
32547         * build-aux/csharpexec.sh.in: New file, moved from lib/.
32548         * modules/csharpexec (Files): Update.
32549         (configure.ac): Add AC_CONFIG_FILES invocation.
32550         (EXTRA_DIST): Remove csharpexec.sh.in.
32551
32552 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32553
32554         Sync from coreutils.
32555
32556         Add POSIX ACL support
32557         * lib/acl.h (copy_acl, set_acl): Add declarations.
32558         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
32559         systems other than Linux.
32560         (chmod_or_fchmod): New function: use fchmod when possible,
32561         and chmod otherwise.
32562         (file_has_acl): Add a POSIX ACL implementation, with a
32563         Linux-specific subcase.
32564         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
32565         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
32566         acls are unsupported.
32567         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
32568         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
32569         are unsupported.
32570
32571 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32572
32573         Sync from coreutils.
32574         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
32575
32576 2006-01-07  Bruno Haible  <bruno@clisp.org>
32577
32578         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
32579         gl_EARLY.
32580
32581 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32582
32583         * lib/strftime.c (tzname): Don't declare if it is already #defined.
32584         Problem reported for Mingw by Mark Junker.
32585
32586 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32587
32588         * README: Gnulib normally doesn't generate a tarball.
32589
32590 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
32591
32592         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
32593         long int, not int, for nanosecond counts, so that people who are
32594         used to POSIX struct timespec won't be surprised.  Reported by Jim
32595         Meyering.
32596
32597 2005-12-28  Bruno Haible  <bruno@clisp.org>
32598
32599         * build-aux/config.rpath: Update from GNU gettext.
32600
32601 2005-12-16  Jim Meyering  <jim@meyering.net>
32602
32603         * modules/fprintftime: New module.
32604         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
32605
32606 2005-12-16  Jim Meyering  <jim@meyering.net>
32607
32608         * m4/fprintftime.m4: New file.
32609
32610 2005-12-16  Jim Meyering  <jim@meyering.net>
32611
32612         * lib/fprintftime.c, lib/fprintftime.h: New files.
32613
32614 2005-12-15  Simon Josefsson  <jas@extundo.com>
32615
32616         * modules/socklen (configure.ac): Fix M4 macro name, to align with
32617         new m4/socklen.m4.
32618
32619 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32620
32621         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
32622         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
32623
32624 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32625
32626         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
32627         * lib/argp-help.c (fill_in_uparams): Check if the constructed
32628         struct uparams is valid. Fall back to the default values if it is
32629         not.
32630
32631 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32632
32633         * modules/argp (Files): Add argp-pin.c
32634         (Depends-on): dirname
32635         (lib_SOURCES): Add argp-pin.c
32636
32637 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32638
32639         * m4/argp.m4:  Check if program_invocation_name and
32640         program_invocation_short_name are declared and define appropriate
32641         macros if they are not.
32642
32643 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32644
32645         * lib/argp-help.c (__argp_base_name): New function
32646         (__argp_short_program_name): Rewrite using __argp_base_name
32647         * lib/argp-namefrob.h: Define program_invocation_name and
32648         program_invocation_short_name if requested
32649         (__argp_base_name): Add prototype
32650         * lib/argp-parse.c (argp_def): Use gettext wrappers
32651         (argp_default_parser): Use __argp_base_name
32652         * lib/argp-pin.c: New file. Defines program_invocation_name and
32653         program_invocation_short_name on systems that lack them.
32654
32655 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32656
32657         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
32658         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32659         porting problem reported by Georg Schwarz in
32660         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32661
32662 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32663
32664         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
32665         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32666         porting problem reported by Georg Schwarz in
32667         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32668
32669 2005-12-05  Bruno Haible  <bruno@clisp.org>
32670
32671         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
32672         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
32673         Reported by Mark Junker <mjscod@gmx.de>.
32674
32675 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
32676
32677         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
32678         Use implementation from Albert Chin, with some
32679         comments/corrections by Stepan Kasal and myself.
32680
32681 2005-12-02  Bruno Haible  <bruno@clisp.org>
32682
32683         * gnulib-tool (func_import): Accept GPLed build tool modules when
32684         --lgpl is given.
32685         * modules/csharpcomp-script: New file.
32686         * modules/csharpcomp: Depend on it.
32687         * modules/javacomp-script: New file.
32688         * modules/javacomp: Depend on it.
32689         Suggested by Simon Josefsson.
32690
32691 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
32692
32693         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
32694         statement, to work around an HP-UX 10.20 compiler bug reported by
32695         Peter O'Gorman.
32696
32697 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32698
32699         * modules/savedir (Depends-on): Add openat.
32700
32701 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32702
32703         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
32704         (uintmax_t) [defined uintmax_t]: Do not declare.
32705         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
32706         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
32707         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
32708         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
32709         sake of portability to weird hosts that C allows (though we don't
32710         know of any practical examples).
32711
32712         * lib/savedir.h (fdsavedir): New decl.
32713         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
32714         contains most of the former guts of savedir.
32715         (savedir): Use savedirstream.
32716         Include "openat.h".
32717
32718 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32719
32720         * modules/obstack (Files): Add m4/ulonglong.m4.
32721         Problem reported by Davide Angelocola.
32722
32723 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
32724
32725         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
32726         coreutils no longer futzes with rounding modes.
32727
32728 2005-11-14  Jim Meyering  <jim@meyering.net>
32729
32730         * lib/mkstemp-safer.c: Include <config.h>, required for possible
32731         replacement of mkstemp.
32732
32733 2005-11-10  Simon Josefsson  <jas@extundo.com>
32734
32735         * lib/readline.c: Remove EOL.
32736
32737 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32738
32739         * modules/gethrxtime (Depends-on): Add gettime.
32740
32741 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32742
32743         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
32744         or gettimeofday; no longer needed.
32745
32746 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32747
32748         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
32749         time business.
32750         (gethrxtime) [! (HAVE_NANOUPTIME
32751         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
32752         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
32753         our own approximation.
32754
32755 2005-11-08  Eric Blake  <ebb9@byu.net>
32756
32757         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32758
32759 2005-11-08  Eric Blake  <ebb9@byu.net>
32760
32761         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32762
32763 2005-11-04  Bruno Haible  <bruno@clisp.org>
32764
32765         * gnulib-tool: Implement --update mode.
32766
32767 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32768
32769         Fix porting problem reported by Theodoros V. Kalamatianos.
32770         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
32771         Don't assume that futimes failing means we must fail.
32772
32773 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32774
32775         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
32776         variables to suggest the intended function of the PATH_MAX check.
32777
32778 2005-10-30  Kean Johnston  <jkj@sco.com>
32779
32780         Trivial changes to support SCO systems.
32781         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
32782         as PATH_MAX.
32783         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
32784         where __ptr is null when no I/O is pending.
32785
32786 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32787
32788         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
32789         leave errno alone.  Problem reported by Dmitry V. Levin.
32790
32791 2005-10-28  Simon Josefsson  <jas@extundo.com>
32792
32793         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
32794         Test more.
32795
32796         * tests/test-gc-md2.c, tests/test-md2.c: New files.
32797
32798         * modules/md2, modules/md2-tests: New files.
32799
32800 2005-10-28  Simon Josefsson  <jas@extundo.com>
32801
32802         * m4/inet_ntop.m4: More tests.
32803
32804         * m4/gc-md2.m4, md2.m4: New file.
32805
32806 2005-10-28  Simon Josefsson  <jas@extundo.com>
32807
32808         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
32809         "restrict" keywords, as per POSIX.  Protect the function
32810         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
32811         Don't use K&R prototypes.  Check the sprintf return values.
32812         Re-define EAFNOSUPPORT if not present.  Indent.
32813
32814         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
32815         suggested by Bruno Haible <bruno@clisp.org>.
32816
32817         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
32818
32819         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
32820
32821         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
32822         libgcrypt).
32823
32824         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
32825
32826         * lib/md2.h, lib/md2.c: New files.
32827
32828 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
32829
32830         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
32831         errno alone.  Problem reported by Frederic Jolliton.
32832
32833 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32834
32835         * modules/verify (License): Change from GPL to LGPL.  This is a
32836         tiny module and there are apparently near-equivalents that are
32837         under the BSD license.
32838
32839 2005-10-24  Simon Josefsson  <jas@extundo.com>
32840
32841         * modules/sha1: Relicense to LGPL.
32842
32843 2005-10-24  Simon Josefsson  <jas@extundo.com>
32844
32845         * lib/md4.h: Shrink buffer size, now that we changed the type.
32846
32847 2005-10-23  Simon Josefsson  <jas@extundo.com>
32848
32849         * gnulib-tool (func_import): Fix --tests-base.
32850
32851 2005-10-22  Simon Josefsson  <jas@extundo.com>
32852
32853         * modules/arcfour (Depends-on): Need stdint.
32854
32855 2005-10-22  Simon Josefsson  <jas@extundo.com>
32856
32857         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
32858         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
32859
32860 2005-10-22  Simon Josefsson  <jas@extundo.com>
32861
32862         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
32863         suggested by Bruno Haible <bruno@clisp.org>.
32864
32865 2005-10-22  Simon Josefsson  <jas@extundo.com>
32866
32867         * lib/crc.h: Include stddef.h, for size_t.
32868
32869 2005-10-22  Simon Josefsson  <jas@extundo.com>
32870
32871         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
32872         arcfour_context struct (simplify test vector testing in GNU
32873         Shishi).
32874
32875 2005-10-21  Simon Josefsson  <jas@extundo.com>
32876
32877         * modules/des, modules/des-tests: New files.
32878
32879         * modules/gc-des, modules/gc-des-tests: New files.
32880
32881         * tests/test-des.c, tests/test-gc-des.c: New file.
32882
32883 2005-10-21  Simon Josefsson  <jas@extundo.com>
32884
32885         * modules/arctwo, modules/arctwo-tests: New files.
32886
32887         * tests/test-arctwo.c: New file.
32888
32889         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
32890
32891         * tests/test-gc-arctwo.c: New file.
32892
32893 2005-10-21  Simon Josefsson  <jas@extundo.com>
32894
32895         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
32896         Bruno Haible <bruno@clisp.org>.
32897
32898         * m4/gc-des.m4: New file.
32899
32900 2005-10-21  Simon Josefsson  <jas@extundo.com>
32901
32902         * m4/arctwo.m4: New file.
32903
32904         * m4/gc-arctwo.m4: New file.
32905
32906 2005-10-21  Simon Josefsson  <jas@extundo.com>
32907
32908         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
32909         block.
32910
32911 2005-10-21  Simon Josefsson  <jas@extundo.com>
32912
32913         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
32914         <bruno@clisp.org>.
32915
32916         * lib/hmac-sha1.c (hmac_sha1): Likewise.
32917
32918         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
32919         Bruno Haible <bruno@clisp.org>.
32920
32921         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
32922         <bruno@clisp.org>.
32923
32924 2005-10-21  Simon Josefsson  <jas@extundo.com>
32925
32926         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
32927
32928 2005-10-21  Simon Josefsson  <jas@extundo.com>
32929
32930         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
32931
32932 2005-10-21  Simon Josefsson  <jas@extundo.com>
32933
32934         * lib/des.h, lib/des.c: New files.
32935
32936         * lib/gc-gnulib.c: Support DES.c
32937
32938 2005-10-21  Simon Josefsson  <jas@extundo.com>
32939
32940         * lib/arctwo.h, lib/arctwo.c: New files.
32941
32942         * lib/gc-gnulib.c: Support ARCTWO.
32943
32944 2005-10-21  Simon Josefsson  <jas@extundo.com>
32945
32946         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
32947         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32948
32949 2005-10-21  Simon Josefsson  <jas@extundo.com>
32950
32951         * gnulib-tool (func_import, func_create_testdir): Define automake
32952         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
32953         Makefile.am snippet),
32954         suggested by Bruno Haible <bruno@clisp.org>.
32955
32956         * modules/gc (Makefile.am): Use it.
32957
32958 2005-10-21  Bruno Haible  <bruno@clisp.org>
32959
32960         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
32961         patch.
32962
32963 2005-10-19  Simon Josefsson  <jas@extundo.com>
32964
32965         * tests/test-gc-rijndael.c: New file.
32966
32967         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
32968
32969 2005-10-19  Simon Josefsson  <jas@extundo.com>
32970
32971         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
32972         interface too.
32973
32974 2005-10-19  Simon Josefsson  <jas@extundo.com>
32975
32976         * tests/test-gc-arcfour.c: New file.
32977
32978         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
32979
32980 2005-10-19  Simon Josefsson  <jas@extundo.com>
32981
32982         * modules/gc-md4, modules/gc-md4-tests: New file.
32983
32984         * tests/test-gc-md4.c: New file.
32985
32986 2005-10-19  Simon Josefsson  <jas@extundo.com>
32987
32988         * m4/gc-md4.m4: New file.
32989
32990 2005-10-19  Simon Josefsson  <jas@extundo.com>
32991
32992         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
32993         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
32994         <kasal@ucw.cz>.
32995
32996 2005-10-19  Simon Josefsson  <jas@extundo.com>
32997
32998         * m4/gc-arcfour.m4: New file.
32999
33000         * m4/gc-rijndael.m4: New file.
33001
33002 2005-10-19  Simon Josefsson  <jas@extundo.com>
33003
33004         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
33005
33006 2005-10-19  Simon Josefsson  <jas@extundo.com>
33007
33008         * lib/gc-gnulib.c: Support ARCFOUR.
33009
33010 2005-10-19  Simon Josefsson  <jas@extundo.com>
33011
33012         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
33013         support.
33014
33015         * lib/gc.h: Add ECB enum type.
33016
33017         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
33018
33019 2005-10-18  Simon Josefsson  <jas@extundo.com>
33020
33021         * tests/test-md5.c: New file.
33022
33023         * modules/md5-tests: New file.
33024
33025 2005-10-18  Simon Josefsson  <jas@extundo.com>
33026
33027         * tests/test-md4.c: New file.
33028
33029         * modules/md4, modules/md4-tests: New files.
33030
33031 2005-10-18  Simon Josefsson  <jas@extundo.com>
33032
33033         * m4/md4.m4: New file.
33034
33035 2005-10-18  Simon Josefsson  <jas@extundo.com>
33036
33037         * lib/md4.h, lib/md4.c: New files, based on md5.?.
33038
33039 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
33040
33041         * gnulib-tool (func_create_testdir): Omit the second check whether
33042         BUILT_SOURCES in nonempty.
33043
33044 2005-10-17  Simon Josefsson  <jas@extundo.com>
33045
33046         * tests/test-rijndael.c: New file.
33047
33048 2005-10-17  Simon Josefsson  <jas@extundo.com>
33049
33050         * modules/sha1: Depend on stdint instead of md5.
33051
33052         * modules/md5: Depend on stdint, remove uint32_t.
33053
33054 2005-10-17  Simon Josefsson  <jas@extundo.com>
33055
33056         * modules/gc-sha1-tests: New file.
33057
33058         * tests/test-gc-sha1.c: New file.
33059
33060 2005-10-17  Simon Josefsson  <jas@extundo.com>
33061
33062         * m4/md5.m4: Remove call to uint32_t.m4.
33063
33064 2005-10-17  Simon Josefsson  <jas@extundo.com>
33065
33066         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
33067
33068         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
33069         md5.h.
33070
33071         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
33072
33073         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
33074
33075 2005-10-17  Simon Josefsson  <jas@extundo.com>
33076
33077         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
33078
33079 2005-10-17  Simon Josefsson  <jas@extundo.com>
33080
33081         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
33082
33083 2005-10-17  Simon Josefsson  <jas@extundo.com>
33084
33085         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
33086
33087         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
33088
33089 2005-10-17  Bruno Haible  <bruno@clisp.org>
33090
33091         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
33092         that it can also be used in a test.
33093
33094 2005-10-16  Bruno Haible  <bruno@clisp.org>
33095
33096         * gnulib-tool (func_emit_tests_Makefile_am): Also define
33097         TESTS_ENVIRONMENT, so that individual tests can augment it.
33098
33099         * gnulib-tool (func_create_testdir): Use an intermediate target for
33100         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
33101         macros, like $(ALLOCA_H), which cannot be passed through the command
33102         line.
33103
33104 2005-10-15  Simon Josefsson  <jas@extundo.com>
33105
33106         * modules/rijndael-tests: New file.
33107
33108         * modules/rijndael: New file.
33109
33110 2005-10-15  Simon Josefsson  <jas@extundo.com>
33111
33112         * m4/rijndael.m4: New file.
33113
33114 2005-10-15  Simon Josefsson  <jas@extundo.com>
33115
33116         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
33117
33118         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
33119
33120 2005-10-14  Simon Josefsson  <jas@extundo.com>
33121
33122         * tests/test-arcfour.c: New file.
33123
33124         * modules/arcfour, modules/arcfour-tests: New files.
33125
33126 2005-10-14  Simon Josefsson  <jas@extundo.com>
33127
33128         * m4/arcfour.m4: New file.
33129
33130 2005-10-14  Simon Josefsson  <jas@extundo.com>
33131
33132         * lib/arcfour.h, lib/arcfour.c: New files.
33133
33134 2005-10-14  Roland McGrath  <roland@redhat.com>
33135
33136         Import from libc.  [BZ #1331]
33137         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
33138         macro argument.
33139         Reported by Matej Vela <vela@debian.org>.
33140
33141 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33142
33143         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
33144         include <wchar.h>; no longer needed.
33145
33146 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33147
33148         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
33149
33150 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
33151         and  Ulrich Drepper  <drepper@redhat.com>
33152
33153         Import from libc.
33154         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
33155         instead of inline stream orientation test and two separate
33156         function calls.  Pay no attention to USE_IN_LIBIO.
33157
33158 2005-10-13  Simon Josefsson  <jas@extundo.com>
33159
33160         * modules/gc-hmac-md5-tests: New file.
33161
33162         * tests/test-gc-hmac-sha1.c: New file.
33163
33164         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
33165
33166         * modules/gc-hmac-md5-tests: New file.
33167
33168         * tests/test-gc-md5.c: New file.
33169
33170         * modules/gc-md5-tests: New file.
33171
33172 2005-10-13  Simon Josefsson  <jas@extundo.com>
33173
33174         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
33175         Move memory allocation outside of loop.
33176
33177 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
33178
33179         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
33180         intermediate directory is in a read-only file system.  Problem
33181         reported by Eric Blake.
33182
33183 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
33184
33185         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
33186
33187 2005-10-12  Simon Josefsson  <jas@extundo.com>
33188
33189         * tests/test-hmac-sha1.c: New file.
33190
33191         * modules/hmac-sha1-tests: New file.
33192
33193         * modules/hmac-sha1: New file.
33194
33195 2005-10-12  Simon Josefsson  <jas@extundo.com>
33196
33197         * modules/gc-sha1: New file.
33198
33199 2005-10-12  Simon Josefsson  <jas@extundo.com>
33200
33201         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
33202
33203         * tests/test-gc-pbkdf2-sha1.c: New file.
33204
33205 2005-10-12  Simon Josefsson  <jas@extundo.com>
33206
33207         * modules/gc-md5, modules/gc-hmac-md5: New files.
33208
33209         * modules/gc (Files): Remove md5, memxor and hmac files.
33210
33211 2005-10-12  Simon Josefsson  <jas@extundo.com>
33212
33213         * m4/gc-pbkdf2-sha1.m4: New file.
33214
33215         * m4/gc-hmac-sha1.m4: New file.
33216
33217         * m4/gc-sha1: New file.
33218
33219         * m4/hmac-sha1.m4: New file.
33220
33221 2005-10-12  Simon Josefsson  <jas@extundo.com>
33222
33223         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
33224
33225         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
33226
33227 2005-10-12  Simon Josefsson  <jas@extundo.com>
33228
33229         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
33230         suggested by Bruno Haible <bruno@clisp.org>.
33231
33232 2005-10-12  Simon Josefsson  <jas@extundo.com>
33233
33234         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
33235
33236 2005-10-12  Simon Josefsson  <jas@extundo.com>
33237
33238         * lib/gc-pbkdf2-sha1.c: New file.
33239
33240         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
33241
33242 2005-10-12  Simon Josefsson  <jas@extundo.com>
33243
33244         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
33245
33246         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
33247
33248 2005-10-12  Simon Josefsson  <jas@extundo.com>
33249
33250         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
33251         GC_USE_HMAC_MD5, respectively.
33252
33253         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
33254         (gc_md5): Fix typo.
33255
33256         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
33257
33258         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
33259
33260         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
33261
33262 2005-10-12  Bruno Haible  <bruno@clisp.org>
33263
33264         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
33265         Reported by Stepan Kasal <kasal@ucw.cz>.
33266
33267 2005-10-11  Simon Josefsson  <jas@extundo.com>
33268
33269         * tests/test-crc.c: New file.
33270
33271         * modules/crc, modules/crc-tests: New files.
33272
33273 2005-10-11  Simon Josefsson  <jas@extundo.com>
33274
33275         * m4/crc.m4: New file.
33276
33277 2005-10-11  Simon Josefsson  <jas@extundo.com>
33278
33279         * lib/gc.h: Add gc_hash and gc_hash_buffer.
33280
33281         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
33282
33283         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
33284
33285 2005-10-11  Simon Josefsson  <jas@extundo.com>
33286
33287         * lib/crc.h, lib/crc.c: New files.
33288
33289         * lib/gc.h (gc_hash_buffer): Add doc.
33290
33291 2005-10-11  Bruno Haible  <bruno@clisp.org>
33292
33293         * modules/c-strcasestr: New file.
33294         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
33295
33296 2005-10-11  Bruno Haible  <bruno@clisp.org>
33297
33298         * modules/c-strcase: New file.
33299         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
33300
33301 2005-10-11  Bruno Haible  <bruno@clisp.org>
33302
33303         * lib/strcasecmp.c: Include limits.h.
33304         (strcasecmp): Avoid integer overflow on exotic platforms.
33305         * lib/strncasecmp.c: Include limits.h.
33306         (strncasecmp): Avoid integer overflow on exotic platforms.
33307         Reported by Paul Eggert.
33308
33309 2005-10-11  Bruno Haible  <bruno@clisp.org>
33310
33311         * lib/c-strcasestr.h: New file, from GNU gettext.
33312         * lib/c-strcasestr.c: New file, from GNU gettext.
33313
33314 2005-10-11  Bruno Haible  <bruno@clisp.org>
33315
33316         * lib/c-strcase.h: New file, from GNU gettext.
33317         * lib/c-strcasecmp.c: New file, from GNU gettext.
33318         * lib/c-strncasecmp.c: New file, from GNU gettext.
33319
33320 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         * modules/mempcpy (License): GPL -> LGPL.
33323         * modules/strchrnul (License): Likewise.
33324         * modules/sysexits (License): Likewise.
33325
33326 2005-10-08  Simon Josefsson  <jas@extundo.com>
33327
33328         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
33329
33330 2005-10-07  Simon Josefsson  <jas@extundo.com>
33331
33332         * m4/memxor.m4: Remove gl_C_RESTRICT call.
33333
33334 2005-10-06  Simon Josefsson  <jas@extundo.com>
33335
33336         * tests/test-hmac-md5.c: New file.
33337
33338         * modules/hmac-md5-tests: New file.
33339
33340         * modules/hmac-md5: New file.
33341
33342 2005-10-06  Simon Josefsson  <jas@extundo.com>
33343
33344         * m4/hmac-md5.m4: New file.
33345
33346         * m4/memxor.m4: Require gl_C_RESTRICT.
33347
33348 2005-10-06  Simon Josefsson  <jas@extundo.com>
33349
33350         * lib/memxor.c (memxor): Avoid casts and warnings.
33351
33352 2005-10-06  Simon Josefsson  <jas@extundo.com>
33353
33354         * lib/hmac-md5.c: New file.
33355
33356         * lib/hmac.h: New file.
33357
33358 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33359
33360         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
33361         promotes to int, not unsigned int, to catch the AIX 5.3
33362         compiler bug.
33363
33364 2005-10-05  Simon Josefsson  <jas@extundo.com>
33365
33366         * modules/memxor: New file.
33367
33368         * modules/iconv (Files): Move config.rpath to havelib, it is used
33369         there.
33370
33371         * modules/havelib (Files): Add config.rpath.
33372
33373 2005-10-05  Simon Josefsson  <jas@extundo.com>
33374
33375         * m4/memxor.m4: New file.
33376
33377 2005-10-05  Simon Josefsson  <jas@extundo.com>
33378
33379         * lib/memxor.c (memxor): Fix compiler error.
33380
33381         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
33382         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
33383
33384         * lib/memxor.h, lib/memxor.c: New files.
33385
33386         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
33387         we assume all systems have it, suggested by Jim Meyering
33388         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
33389         any systems lack sys/socket.h; mingw32 is known to lack it, but we
33390         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
33391         same reasons.
33392
33393 2005-10-05  Simon Josefsson  <jas@extundo.com>
33394
33395         * config/srclist.txt: Add glibc bug 1423 for md5.h.
33396
33397 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
33398
33399         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
33400         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
33401         needed, since the source code now assumes these .h files.
33402
33403 2005-10-05  Derek Price  <derek@ximbiot.com>
33404
33405         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
33406
33407 2005-10-05  Bruno Haible  <bruno@clisp.org>
33408
33409         * modules/stdint (License): Change to LGPL.
33410
33411 2005-10-04  Simon Josefsson  <jas@extundo.com>
33412
33413         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
33414         D. Baushke" <mdb@gnu.org>.
33415
33416 2005-10-04  Bruno Haible  <bruno@clisp.org>
33417
33418         * lib/verify.h (verify_true): Provide alternative definition for C++.
33419
33420 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
33421
33422         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
33423         (SSIZE_MAX): New macro, if not already defined.
33424         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
33425         than 2 GiB.
33426
33427 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33428
33429         Sync from coreutils.
33430         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
33431         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
33432         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
33433         ULLONG_MAX doesn't work with 2.7.2.1.
33434
33435 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33436
33437         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
33438         From Ben Pfaff.
33439
33440         * modules/exclude (Depends-on): Depend on verify.
33441         * modules/strtoimax (Depends-on): Likewise.
33442         * modules/utimecmp (Depends-on): Likewise.
33443
33444 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33445
33446         * lib/exclude.c: Include verify.h.
33447         (verify): Remove.  All callers changed to use verify.h's version.
33448         * lib/strtoimax.c: Likewise.
33449         * lib/utimecmp.c: Likewis.e
33450
33451         Sync from coreutils.
33452         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
33453         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
33454         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
33455         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
33456         bother returning ENOSYS if settimeofday or stime fails; just let
33457         them return whatever errno they want to return.
33458         * lib/utimens.c: Include unistd.h, for dup2.
33459         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
33460         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
33461
33462 2005-10-02  Jim Meyering  <jim@meyering.net>
33463
33464         Sync from coreutils.
33465         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
33466         from glibc-2.2.5 that fails for read-only files.
33467
33468 2005-10-02  Jim Meyering  <jim@meyering.net>
33469
33470         Sync from coreutils.
33471         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
33472         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
33473         `#if HAVE_CONFIG_H'.
33474         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
33475         Remove AT_FDCWD test.
33476         Do not consume the fd unless successful.
33477         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
33478         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
33479         block, so that we don't even try to compile it if settimeofday is
33480         available.  This works around a compilation failure on OSF1 V5.1,
33481         due to stime requiring a `long int*' while tv_sec is `int'.
33482
33483 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
33484
33485         Sync from coreutils.
33486         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
33487         against `yes', rather than just testing for nonempty.
33488
33489 2005-10-01  Simon Josefsson  <jas@extundo.com>
33490
33491         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
33492         and Darwin.
33493
33494         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
33495         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
33496         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
33497         freeaddrinfo and gai_strerror are declared by the POSIX headers.
33498         Check if struct addrinfo is declared.
33499
33500 2005-10-01  Simon Josefsson  <jas@extundo.com>
33501
33502         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
33503         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
33504         AI_* and EAI_* definitions.  Protect function declarations.
33505
33506 2005-10-01  Jim Meyering  <jim@meyering.net>
33507
33508         Sync from coreutils.
33509
33510         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
33511         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
33512         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
33513         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33514         in the inet and nsl libraries.  Required on Solaris 5.7.
33515
33516 2005-10-01  Jim Meyering  <jim@meyering.net>
33517
33518         Sync from coreutils.
33519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33520         in the inet and nsl libraries.  Required on Solaris 5.7.
33521
33522 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
33523
33524         * lib/getdelim.c (getdelim): Remove unused variables.
33525
33526 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
33529         so that the code works even with ancient cpp.  Portability problem
33530         with GCC 2.7.2.1 reported by Thomas M.Ott.
33531
33532 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * modules/regex (Depends-on): Add strcase.
33535
33536         * modules/gethostname (Licence): Change from GPL to LGPL, since
33537         gethostname.c is a trivial implementation of a standard library
33538         function.
33539         * modules/poll (License): Change from GPL to LGPL, since it's
33540         derived from LGPL code.
33541
33542 2005-09-27  Jim Meyering  <jim@meyering.net>
33543
33544         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
33545         HAVE_CONFIG_H.
33546
33547         * lib/intprops.h (signed_type_or_expr__): Define.
33548         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
33549         for unsigned types.
33550
33551 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
33552
33553         * lib/verify.h (verify_expr): Remove, replacing with:
33554         (verify_true): New macro that returns true instead of void.
33555         (verify_type__): Remove.
33556         (verify): Use verify_true rather than verify_type__.
33557
33558 2005-09-26  Bruno Haible  <bruno@clisp.org>
33559
33560         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
33561         is necessary.
33562         (lib_SOURCES): Remove mbchar.c.
33563         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
33564         (Files): Add m4/mbrtowc.m4.
33565         * modules/mbiter: Likewise.
33566         * modules/mbuiter: Likewise.
33567
33568 2005-09-26  Bruno Haible  <bruno@clisp.org>
33569
33570         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
33571         compile mbchar.c if they are not both present.
33572         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
33573         * m4/mbiter.m4 (gl_MBITER): Likewise.
33574         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
33575         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
33576         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
33577
33578 2005-09-25  Jim Meyering  <jim@meyering.net>
33579
33580         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
33581         also uses socklen_t.
33582
33583 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
33584
33585         * lib/utimens.c (ENOSYS): Define if not already defined.
33586         (futimens): Support having a null PATH if the file descriptor
33587         is nonnegative.
33588
33589         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
33590         Remove.
33591         (__attribute): Define to empty unless GCC 3.1 or later.
33592         This works around a core dump on OpenBSD 3.4, which has GCC
33593         2.95.3, which dumps core when given __attribute__(()).  It also
33594         simplifies other tests, since we really don't want to bother with
33595         worrying about which ancient version of GCC supported what.
33596         Original problem reported by Yoann Vandoorselaere, with part of
33597         the fix suggested by Derek Price.
33598
33599 2005-09-24  Jim Meyering  <jim@meyering.net>
33600
33601         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
33602         so we can once again use a positive bitfield width of 1 -- now we
33603         don't have to explain why we were using a bitfield width of 2.
33604
33605 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33606
33607         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
33608         and similarly for the other external symbols.  Problem reported
33609         by James Gallager.
33610
33611         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
33612         bug reported by Jim Meyering.
33613
33614         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
33615         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
33616         not needed, since socklen is a prerequisite module.
33617
33618 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33619
33620         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
33621         Problem reported by Eric Blake.
33622         (getaddrinfo): Initialize se so that it's not garbage.
33623         Redo internal storage allocation so that it doesn't make unportable
33624         assumptions about alignment.
33625         Fix a memory leak.
33626
33627         * lib/utimens.c (futimens): Use futimesat if available.
33628         Prefer it to futimes since it doesn't have the futimes bug.
33629
33630         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
33631         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
33632         Instead, declare a function that returns a pointer to an array,
33633         and use verify_type__ to declare the size of the array.
33634         Problem and germ of a solution reported by Bruno Haible.
33635         (verify_type__): Use 2, not 1, for bitfield size, to avoid
33636         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
33637
33638 2005-09-23  Jim Meyering  <jim@meyering.net>
33639
33640         Sync from coreutils.
33641         Correct build failure (socklen_t not defined) on at least
33642         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
33643         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
33644
33645 2005-09-23  Jim Meyering  <jim@meyering.net>
33646
33647         * modules/getaddrinfo (Depends-on): Add socklen.
33648
33649 2005-09-23  Bruno Haible  <bruno@clisp.org>
33650
33651         * tests/test-verify.c: New file.
33652
33653 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33654
33655         Sync from coreutils.
33656
33657         * modules/argmatch (Depends-on): Add verify.
33658         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
33659         unistd-safer.
33660         * modules/save-cwd (Depends-on): Likewise.
33661
33662         * modules/openat (Files): Add lib/openat-die.c.
33663         (Depends-on): Remove error, exitfail.
33664         Add dirname.
33665
33666         * modules/verify: New file.
33667         * MODULES.html.sh (Diagnostics <assert.h>): New section,
33668         with "verify" module.
33669
33670 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33671
33672         Sync from coreutils.
33673
33674         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
33675         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
33676         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
33677         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
33678         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
33679         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
33680         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
33681         Don't bother checking for string.h, stdlib.h, unistd.h.
33682         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
33683         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
33684         module's job.
33685         * m4/jm-macros.m4 (gl_MACROS): Likewise.
33686         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
33687
33688         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
33689         (gl_GETDATE): Use it.
33690
33691         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
33692
33693 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33694
33695         Sync from coreutils.
33696
33697         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
33698         stat-time.h.
33699         * lib/argmatch.h: Include verify.h
33700         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
33701         (ARGMATCH_ASSERT): Remove; unused.
33702         * lib/canonicalize.c: Assume STDC_HEADERS.
33703         * lib/exclude.c: Include "strcase.h".
33704         * lib/regex_internal.h [!defined _LIBC]: Likewise.
33705         * lib/getusershell.c: Include stdio--.h rather than stdio.h
33706         and stdio-safer.h.
33707         (getusershell): Call fopen, not fopen_safer.
33708         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
33709         Do not include unistd-safer.h.
33710         (save_cwd): Don't call fd_safer; no longer needed
33711         now that we include fcntl--.h.
33712
33713         * lib/getdate.y (relative_time): New type.
33714         (RELATIVE_TIME_0): New constant.
33715         (parser_control): Use relative_time instead of doing it ourselves.
33716         (%union): Add new relative_time rel member.
33717         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
33718         Now typeless.
33719         (relunit, relunit_snumber): Now of type rel.
33720         (zone, rel, relunit, get_date): Adjust to above changes.
33721
33722         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
33723         Do not include unistd-safer.h.
33724         (getloadavg): Don't call fd_safer; no longer needed
33725         now that we include fcntl--.h.
33726
33727         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
33728         (make_dir_parents): Treat ENOSYS like EEXIST.
33729
33730         Improve quality of diagnostics on restore_cwd failure.
33731         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
33732         (make_dir_parents): Last arg is now int * (for errno), not bool *.
33733         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
33734         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
33735         each time through the loop.  Do not diagnose restore_cwd failure;
33736         that is the caller's job (and perhaps the caller does not care).
33737
33738         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
33739         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
33740         If the file already exists but is not a directory, don't bother
33741         to try to make its parents.
33742         Close potential file descriptor leak if we can't chdir("/") (!).
33743         Don't always return true if chdir($PWD) fails; return true only
33744         if the requested action was done successfully (except for the
33745         chdir($PWD)).
33746         Don't log final directory unless we actually made it.
33747         Refactor to avoid duplicate code to fix up permissions.
33748         Don't attempt to fix up parent permissions if chdir($PWD) fails.
33749
33750         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
33751         to make it a bit faster and (I hope) clearer.
33752         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
33753         Fix bug in formats like %2N.
33754
33755         * lib/verify.h: New file.
33756
33757 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33758
33759         Sync from coreutils.
33760         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
33761
33762 2005-09-22  Jim Meyering  <jim@meyering.net>
33763
33764         Sync from coreutils.
33765
33766         * m4/lstat.m4 (gl_FUNC_LSTAT):
33767         Use AC_LIBSOURCES to require lstat.c and lstat.h.
33768         Remove obsolete comment.
33769         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
33770         * m4/xstrtod.m4: Likewise.
33771
33772         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
33773
33774 2005-09-22  Jim Meyering  <jim@meyering.net>
33775
33776         Sync from coreutils.
33777
33778         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
33779
33780         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
33781         the .tm_year member, since otherwise gcc-4.0 would now warn about
33782         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
33783
33784         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
33785         order to avoid an unsuppressible warning from gcc on 64-bit systems.
33786
33787         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
33788         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
33789         when run in a time zone for which daylight savings time is in effect
33790         for the starting date.
33791
33792         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
33793         stop us from restricting permissions of just-created absolute-named
33794         directories.
33795         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
33796         to restore initial working directory.
33797         * lib/mkdir-p.c (make_dir_parents): New parameter:
33798         different_working_dir, to tell caller if/when we change the working
33799         directory and are unable to return to the initial one.
33800         * lib/mkdir-p.h (make_dir_parents): Update prototype.
33801         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
33802         `return false'.  This fixes a bug introduced on 2004-07-30.
33803
33804         * lib/openat.c (fdopendir): Be sure to close the supplied
33805         file descriptor before returning.  This makes our replacement
33806         implementation a little closer to Solaris's, where fdopendir
33807         ties the file descriptor to the returned DIR* pointer.
33808         * lib/openat.c (unlinkat): New function.
33809         * lib/openat.h (unlinkat): Add prototype.
33810         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
33811         (openat_restore_fail): Rename from openat_restore_die.
33812         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
33813
33814         Provide an alternative to exiting immediately upon save_cwd or
33815         restore_cwd failure.  Now, an application can arrange e.g.,
33816         to perform a longjump in that case.
33817         * lib/openat.c: Include dirname.h.
33818         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
33819         (rpl_openat, fdopendir, fstatat): Call openat_save_die
33820         and openat_restore_die rather than calling error directly.
33821         Don't include "error.h" or "exitfail.h"; they're no longer needed.
33822
33823         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
33824         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
33825         define.
33826
33827         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
33828         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
33829                             int utc, int nanoseconds);
33830         Background:
33831         date should not have to allocate a megabyte of virtual memory to
33832         handle a format argument like +%1048575T.  When implemented with
33833         strftime, it must allocate such a buffer, use strftime to fill it
33834         in, print it, then free it.
33835         With fprintftime, it simply prints everything and exits.
33836         With no need for memory allocation, that's one fewer way to fail.
33837         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
33838         optional field width, not before, so we accept %9:z, not %:9z.
33839         (my_strftime): Be sure to use L_('x') for literals.
33840
33841         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
33842         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
33843         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
33844         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
33845         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
33846         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
33847         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
33848         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
33849         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
33850         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
33851         * lib/xgethostname.c, lib/xreadlink.c:
33852         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
33853
33854         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
33855         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
33856         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
33857         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33858         and don't include <sys/file.h>).
33859
33860 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
33861
33862         Sync from coreutils.
33863
33864         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
33865         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
33866         [!LDAV_DONE]: Avoid unused variable warning.
33867
33868 2005-09-21  Bruno Haible  <bruno@clisp.org>
33869
33870         * lib/unicodeio.h (unicode_to_mb): New declaration.
33871
33872 2005-09-20  Derek Price  <derek@ximbiot.com>
33873
33874         * lib/getaddrinfo.c: Don't include <netdb.h> included from
33875         getaddrinfo.h.
33876
33877 2005-09-20  Bruno Haible  <bruno@clisp.org>
33878
33879         * gnulib-tool: Remove trailing slashes from the values specified for
33880         --source-base, --m4-base, --tests-base, --aux-dir.
33881         Suggested by Simon Josefsson <jas@extundo.com>.
33882
33883 2005-09-20  Bruno Haible  <bruno@clisp.org>
33884
33885         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
33886         func_modules_to_filelist, func_import, func_create_testdir): Make all
33887         sorting results locale-independent, so that gnulib-cache.m4 doesn't
33888         change when gnulib-tool is invoked in a different locale.
33889
33890 2005-09-19  Simon Josefsson  <jas@extundo.com>
33891
33892         * m4/socklen.m4: Fix typo.
33893
33894 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33895
33896         Use a consistent style for including <config.h>.
33897         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
33898         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
33899         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
33900         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
33901         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
33902         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
33903         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
33904         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
33905         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
33906         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
33907         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
33908         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
33909         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
33910         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
33911         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
33912         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
33913         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
33914         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
33915         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
33916         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
33917         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
33918         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
33919         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
33920         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
33921         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
33922         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
33923         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
33924         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
33925         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
33926         lib/xstrtoumax.c, lib/yesno.c:
33927         Standardize inclusion of config.h.
33928         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
33929         lib/inttostr.h:  Removed inclusion of config.h from header files.
33930         * lib/inttostr.c:  Adjusted in-tree users.
33931         * lib/timespec.h: Remove superfluous warning to include config.h.
33932         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
33933         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
33934         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
33935         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
33936         config.h with HAVE_CONFIG_H.
33937
33938 2005-09-19  Jim Meyering  <jim@meyering.net>
33939
33940         * modules/pathmax (License): Change to LGPL.
33941
33942 2005-09-19  Derek Price  <derek@ximbiot.com>
33943
33944         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
33945
33946 2005-09-19  Bruno Haible  <bruno@clisp.org>
33947
33948         * gnulib-tool (import): Provide default for --tests-base.
33949
33950 2005-09-19  Bruno Haible  <bruno@clisp.org>
33951
33952         * doc/quote.texi: New file, extracted from gnulib.texi.
33953         * doc/ctime.texi: New file, extracted from gnulib.texi.
33954         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
33955         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
33956         * doc/gnulib.texi: Include them.
33957
33958 2005-09-18  Bruno Haible  <bruno@clisp.org>
33959
33960         Portability fix.
33961         * gnulib-tool (func_readlink): New function.
33962         (func_ln_if_changed): Use it.
33963
33964 2005-09-18  Bruno Haible  <bruno@clisp.org>
33965
33966         * gnulib-tool: Support --with-tests also with --import.
33967         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
33968         (func_import): Use variables $testsbase and $inctests. Emit a
33969         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
33970         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
33971         SUBDIRS += $testsdir.
33972         (func_create_testdir): Update.
33973
33974 2005-09-18  Bruno Haible  <bruno@clisp.org>
33975
33976         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
33977         instead of $dry_run.
33978         (func_cp_if_changed, func_mv_if_changed): Remove functions.
33979         (func_ln_if_changed): Don't handle dry-run here.
33980         (func_import): In dry-run mode, detect more precisely which actions
33981         would be performed, and don't use "...ing" verbs.
33982
33983 2005-09-18  Bruno Haible  <bruno@clisp.org>
33984
33985         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
33986         (func_import): Use join on two temporary files instead of three nested
33987         loops, in order to determine which files are new or old.
33988
33989 2005-09-18  Bruno Haible  <bruno@clisp.org>
33990
33991         * gnulib-tool (func_import): Comment out code that spits out the
33992         new files with --dry-run.
33993
33994 2005-09-18  Bruno Haible  <bruno@clisp.org>
33995
33996         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
33997
33998 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33999
34000         * lib/stat-time.h: New file.
34001         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
34002         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
34003         in a different way.
34004         (timespec_cmp): New function.
34005         * lib/utimecmp.c: Include stat-time.h.
34006         (SYSCALL_RESOLUTION): Depend on whether various struct stat
34007         members exist, not on the obsolescent ST_MTIM_NSEC.
34008         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
34009
34010 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34011
34012         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
34013
34014 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34015
34016         * MODULES.html.sh (File system functions): Add stat-time.
34017         * modules/stat-time: New file.
34018         * modules/timespec (Files): Remove m4/st_mtim.m4; this
34019         is now done in a different way, by the stat-time module.
34020         * modules/utimecmp (Depends-on): Add stat-time.
34021
34022 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34023
34024         * m4/st_mtim.m4: Remove.  Superseded by...
34025         * m4/stat-time.m4: New file.
34026         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
34027         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
34028
34029 2005-09-15  Derek Price  <derek@ximbiot.com>
34030
34031         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
34032
34033 2005-09-15  Derek Price  <derek@ximbiot.com>
34034
34035         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
34036         * lib/regex_internal.c: Ditto, using this...
34037         (__GNUC_PREREQ): ...new macro.
34038         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
34039         using...
34040         (__GNUC_PREREQ): ...this new macro.
34041
34042         * lib/strstr.h: Include string.h. Define strstr as a macro here.
34043
34044 2005-09-15  Derek Price  <derek@ximbiot.com>
34045             Paul Eggert  <eggert@cs.ucla.edu>
34046
34047         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
34048         changes, consolidating in...
34049         * lib/regex_internal.h: ...this file.
34050
34051 2005-09-13  Jim Meyering  <jim@meyering.net>
34052
34053         * lib/canon-host.c: Filter through gnu indent and reword comments
34054         slightly.
34055         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
34056
34057 2005-09-13  Derek Price  <derek@ximbiot.com>
34058
34059         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
34060         failure.
34061         Reported by Jim Meyering  <jim@meyering.net>.
34062
34063 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34064
34065         * lib/base64.c: Typo.
34066         (base64_encode): Put b64str in initialized data section.
34067
34068 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
34069
34070         Merge glibc and coreutils changes into gnulib, plus a few
34071         extra fixes.
34072         * lib/md5.c: Use #error rather than a string.
34073         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
34074         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
34075         (__attribute__): Define to empty for non recent-GCC.
34076         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
34077         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
34078         Renamed from their non-__ counterparts, with new macros replacing
34079         them if not _LIBC.  Add __THROW attribute.
34080         (rol): Remove.
34081         (struct md5_ctx): Align buffer if using GCC.
34082         * lib/sha1.h (struct sha1_ctx): Likewise.
34083         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
34084         The old name was backwards.
34085         (NOTSWAP): Remove; not used.
34086         (rol): New macro, moved here from md5.h.
34087         (sha1_process_block): Remove a FIXME that doesn't make sense.
34088
34089 2005-09-12  Derek Price  <derek@ximbiot.com>
34090
34091         Return usable errors from canon-host.
34092         * lib/canon-host.h: New file.
34093         * lib/canon-host.c (canon_host): Wrap...
34094         (canon_host_r): ...this new function, which now relies exclusively on
34095         getaddrinfo.
34096         (ch_strerror): New function.
34097         (last_cherror): New global.
34098         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
34099         interface.
34100         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
34101         void *.
34102         (freeaddrinfo): Free ai->ai_canonname when set.
34103
34104 2005-09-12  Derek Price  <derek@ximbiot.com>
34105
34106         Make canon-host require getaddrinfo.
34107         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
34108         AC_LIBSOURCE canon-host.h.  Call...
34109         (gl_PREREQ_CANON_HOST): ...this new function, which requires
34110         gl_GETADDRINFO.
34111         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
34112
34113 2005-09-12  Derek Price  <derek@ximbiot.com>
34114
34115         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
34116         LGPL.
34117         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
34118
34119 2005-09-12  Derek Price  <derek@ximbiot.com>
34120
34121         * lib/gai_strerror.c: Include config.h when available.  Include
34122         getaddrinfo.h before other headers to test interface.
34123         Reported by Larry Jones <lawrence.jones@ugs.com>.
34124
34125 2005-09-12  Derek Price  <derek@ximbiot.com>
34126             Paul Eggert  <eggert@cs.ucla.edu>
34127
34128         * modules/glob (Files): Add glob-libc.h.
34129
34130 2005-09-12  Derek Price  <derek@ximbiot.com>
34131             Paul Eggert  <eggert@cs.ucla.edu>
34132
34133         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
34134         glob_.h, glob-libc.h.
34135         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
34136
34137 2005-09-12  Derek Price  <derek@ximbiot.com>
34138             Paul Eggert  <eggert@cs.ucla.edu>
34139
34140         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
34141         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
34142         protecting things that should be done only in gnulib contexts.
34143         * lib/glob_.h: New file, containing only the glob things needed for
34144         gnulib.
34145         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
34146         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
34147         (glob, globfree, glob_pattern_p): Now defined simply in terms of
34148         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
34149         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
34150         and to respect the namespace rules better.
34151
34152 2005-09-08  Simon Josefsson  <jas@extundo.com>
34153
34154         * modules/socklen: New file.
34155
34156 2005-09-08  Simon Josefsson  <jas@extundo.com>
34157
34158         * m4/socklen.m4: New file.
34159
34160 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34161
34162         * modules/utimens (Files): Add m4/utimbuf.m4, since
34163         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
34164         Reported by Sergey Poznyakoff.
34165
34166 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34167
34168         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
34169         definitions, since that's the preferred style in glibc.
34170         Fix a minor spacing issue, and update copyright notice to match
34171         glibc's.
34172
34173 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34174
34175         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
34176
34177 2005-09-06  Simon Josefsson  <jas@extundo.com>
34178
34179         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
34180         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
34181
34182 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34183
34184         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
34185         warning.
34186
34187 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34188
34189         * config/srclist.txt: Add glibc bug 1302.
34190
34191 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
34192
34193         Change bitset word type from unsigned int to unsigned long int,
34194         as this has better performance on typical 64-bit hosts.
34195         Port bitset code to hosts with unusual word sizes.
34196         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
34197         (build_collating_symbol):
34198         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
34199         argument is a bitset.  This is merely a style issue, but it makes
34200         it clearer that an entire array is expected.
34201         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
34202         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
34203         Port to the case where bitset_word is not the same as unsigned int.
34204         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34205         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
34206         Likewise.
34207         * lib/regexec.c (check_dst_limits_calc_pos_1,
34208         check_subexp_matching_top):
34209         (build_trtable, group_nodes_into_DFAstates):
34210         Likewise.
34211         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
34212         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
34213         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
34214         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
34215         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
34216         * lib/regcomp.c (optimize_subexps, lower_subexp):
34217         Work even if bitset_word has holes in its bitwise representation.
34218         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
34219         * lib/regexec.c (check_dst_limits_calc_pos_1,
34220         check_subexp_matching_top):
34221         Likewise.
34222         * lib/regex_internal.c (re_string_reconstruct):
34223         Don't assume UCHAR_MAX == 255.
34224         * lib/regex_internal.h (bitset_set_all): Likewise.
34225         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
34226         All uses changed.
34227         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
34228         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
34229         All uses changed.
34230         (BITSET_WORD_MAX): New macro.
34231         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
34232         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
34233         (bitset_empty, bitset_copy):
34234         Prefer sizeof (bitset) to multiplying it out ourselves.
34235         (bitset_not_merge): Remove; unused.
34236         (bitset_contain): Return bool, not unsigned int with one bit on.
34237         All callers changed.
34238         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
34239         alignment than re_node_set; do this by defining a new internal
34240         type struct dests_alloc and using it to allocate memory.
34241
34242 2005-09-05  Bruno Haible  <bruno@clisp.org>
34243
34244         * gnulib-tool (func_import): Fix comparison in handling of symbolic
34245         links.
34246
34247 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
34248
34249         * modules/size_max (Makefile.am): Add size_max.h
34250
34251 2005-09-04  Derek Price  <derek@ximbiot.com>
34252
34253         * gnulib-tool (func_import): Fix reversed $symbolic logic.
34254
34255 2005-09-03  Simon Josefsson  <jas@extundo.com>
34256
34257         * gnulib-tool: Fix typo.
34258
34259 2005-09-03  Simon Josefsson  <jas@extundo.com>
34260
34261         * config/srclist.txt: Add glibc bug 1293.
34262
34263 2005-09-03  Derek Price  <derek@ximbiot.com>
34264
34265         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
34266         From Larry Jones <lawrence.jones@ugs.com>.
34267
34268 2005-09-02  Simon Josefsson  <jas@extundo.com>
34269
34270         * modules/socklen: New file.
34271
34272 2005-09-02  Simon Josefsson  <jas@extundo.com>
34273
34274         * modules/havelib: New module.
34275
34276         * modules/gettext, modules/iconv, modules/lock, modules/readline:
34277         Use havelib.
34278
34279 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34280
34281         Check for arithmetic overflow when calculating sizes, to prevent
34282         some buffer-overflow issues.  These patches are conservative, in the
34283         sense that when I couldn't determine whether an overflow was possible,
34284         I inserted a run-time check.
34285         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
34286         macros.
34287         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
34288         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
34289         (re_xnrealloc, re_x2nrealloc): New inline functions.
34290         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
34291         parse_bracket_exp):
34292         (build_equiv_class, build_charclass): Check for arithmetic overflow
34293         in size expression calculations.
34294         * lib/regex_internal.c (re_string_realloc_buffers):
34295         (build_wcs_upper_buffer, re_node_set_add_intersect):
34296         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
34297         (re_dfa_add_node, register_state): Likewise.
34298         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
34299         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
34300         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
34301         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
34302
34303 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34304
34305         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
34306         m4/ulonglong.m4.  Problem reported by Martin Lambers.
34307
34308 2005-09-02  Bruno Haible  <bruno@clisp.org>
34309
34310         Support for lib vs. lib64 distinction on biarch platforms.
34311         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
34312         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
34313         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
34314
34315 2005-09-02  Bruno Haible  <bruno@clisp.org>
34316
34317         * gnulib-tool (import): In the other first-use case, provide defaults
34318         as well.
34319
34320 2005-09-02  Bruno Haible  <bruno@clisp.org>
34321
34322         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
34323         patches not yet found in the latest gettext release.
34324
34325 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34326
34327         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
34328         to avoid a collision with bits/local_lim.h in glibc.
34329         All uses changed.  Problem reported by Dmitry V. Levin in
34330         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
34331
34332         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
34333         bugs in int versus size_t comparisons.
34334         (re_string_context_at): Fix bug where the code assumed that
34335         Idx is signed.
34336
34337         Use bool where appropriate.
34338         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
34339         All callers changed.
34340         (calc_eclosure_iter): Likewise, for ROOT arg.
34341         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
34342         (build_charclass_op): Likewise, for NON_MATCH arg.
34343         * lib/regex_internal.c (re_string_allocate, re_string_construct):
34344         (re_string_construct_common): Likewise, for ICASE arg.
34345         * lib/regexec.c (re_search_2_stub, re_search_stub):
34346         Likewise, for RET_LEN arg.
34347         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
34348         (set_regs): Likewise, for FL_BACKTRACK arg.
34349         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
34350         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
34351         (calc_eclosure_iter, parse_bracket_exp):
34352         Use bool for internal variables that are booleans.
34353         * lib/regexec.c (re_search_internal, check_matching,
34354         proceed_next_node):
34355         (set_regs, build_sifted_states, sift_states_bkref):
34356         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
34357         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34358         (find_collation_sequence_value):
34359         Likewise.
34360         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
34361         (re_node_set_compare):
34362         Return bool, not int. All callers changed.
34363         * lib/regexec.c (check_halt_node_context, check_dst_limits):
34364         (build_trtable, check_node_accept): Likewise.
34365         * lib/regex_internal.h: Include stdbool.h.
34366
34367         Fix bugs uncovered when converting to bool.
34368         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
34369         failure instead of charging ahead blindly.
34370         * lib/regex_internal.c (register_state): Likewise.
34371         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
34372         for freeing internal storage.
34373         (group_nodes_into_DFA_states): Use unsigned int, not int, for
34374         bitset pieces used as boolean, to avoid undefined behavior
34375         on hosts that do int overflow checking.
34376
34377 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34378
34379         * config/srclist.txt: Add glibc bugs 1285-1287.
34380
34381 2005-09-01  Jim Meyering  <jim@meyering.net>
34382
34383         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
34384         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
34385         Require gl_STAT_MACROS, too.
34386
34387 2005-09-01  Bruno Haible  <bruno@clisp.org>
34388
34389         * gnulib-tool (import): In the first-use case, provide defaults.
34390
34391 2005-09-01  Bruno Haible  <bruno@clisp.org>
34392
34393         * gnulib-tool (func_import): Remove the .tmp files.
34394
34395 2005-09-01  Bruno Haible  <bruno@clisp.org>
34396
34397         * gnulib-tool (func_import): Fix handling of symbolic links.
34398
34399 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34400
34401         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
34402         old glibc regex code mishandles strings longer than 2**31 bytes.
34403         This patch fixes this when the regex code is used in gnulib
34404         (i.e., outside glibc).
34405
34406         This patch should not affect the use of the regex code inside
34407         glibc.  No doubt this problem also needs to be handled for glibc
34408         as well, but the result will be an incompatible change to the
34409         glibc ABI, and the old ABI will have to be supported too.  That
34410         can be the the subject for another patch.
34411
34412         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
34413         governing whether the rest of this patch is active.  By default,
34414         the macro is disabled and the patch has no effect.
34415         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
34416         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
34417         (struct re_pattern_buffer, re_search, re_search_2, re_match):
34418         (re_match_2, re_set_registers): Use the new types.
34419         * lib/regex_internal.h (Idx, re_hashval_t): New types.
34420         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
34421         New macros.
34422         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
34423         (re_string_context_at, bin_tree_t, re_dfastate_t):
34424         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
34425         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
34426         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
34427         (re_string_char_size_at, re_string_wchar_at):
34428         (re_string_elem_size_at):
34429         Use the new types and macros to port to 64-bit hosts.
34430         Use unsigned types for internal values, so that the code
34431         mostly works even for arrays larger than SSIZE_MAX.
34432         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
34433         (search_duplicated_node, calc_eclosure_iter, fetch_number):
34434         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
34435         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
34436         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
34437         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
34438         (calc_inveclosure, parse_dup_op, build_range_exp):
34439         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
34440         (fetch_number, create_token_tree, mark_opt_subexp):
34441         Likewise.
34442         * lib/regex_internal.c (re_string_construct_common,
34443         create_ci_newstate):
34444         (create_cd_newstate, re_string_allocate, re_string_construct):
34445         (re_string_realloc_buffers, build_wcs_upper_buffer):
34446         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34447         (re_string_reconstruct, re_string_peek_byte_case):
34448         (re_string_fetch_byte_case, re_string_context_at):
34449         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34450         (re_node_set_init_copy, re_node_set_add_intersect):
34451         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34452         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34453         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34454         (re_acquire_state, re_acquire_state_context, register_state):
34455         Likewise.
34456         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
34457         search_cur_bkref_entry):
34458         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
34459         (re_search_internal, re_search_2_stub, re_search_stub)
34460         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
34461         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
34462         (update_cur_sifted_state, check_dst_limits):
34463         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34464         (check_subexp_limits, sift_states_bkref, merge_state_array):
34465         (check_subexp_matching_top, get_subexp, get_subexp_sub):
34466         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
34467         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34468         (expand_bkref_cache, check_node_accept_bytes):
34469         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
34470         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
34471         (acquire_init_state_context, check_halt_node_context):
34472         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
34473         (sift_states_backward, clean_state_log_if_needed):
34474         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
34475         (find_recover_state, transit_state_sb, transit_state_mb):
34476         (transit_state_bkref, build_trtable, match_ctx_clean):
34477         Likewise.
34478         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
34479         to work around an assumption that REG_MISSING is negative.
34480
34481         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
34482         (seek_collating_symbol_entry) [defined _LIBC]:
34483         (lookup_collation_sequence_value) [defined _LIBC]:
34484         (build_range_exp, build_collating_symbol) [defined _LIBC]:
34485         Use prototypes rather than old-style function definitions.
34486         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
34487         (transit_state_sb) [0]:
34488         (find_collation_sequence_value) [defined _LIBC]: Likewise.
34489
34490         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
34491         rm_eo.
34492
34493         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
34494         (optimize_subexps, lower_subexp):
34495         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
34496         since the signed shift might overflow.  Use 1u<<31 instead.
34497         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34498         Likewise.
34499         * lib/regexec.c (check_dst_limits_calc_pos_1,
34500         check_subexp_matching_top): Likewise.
34501
34502         * lib/regcomp.c (optimize_subexps, lower_subexp):
34503         Use CHAR_BIT rather than 8, for clarity.
34504         * lib/regexec.c (check_dst_limits_calc_pos_1):
34505         (check_subexp_matching_top): Likewise.
34506         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
34507         have to worry about portability issues when shifting it left.
34508         Remove no-longer-needed test for table_size > 0.
34509         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
34510         in a word, as the resulting behavior is undefined.
34511         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
34512         in one case, a <= should have been an <, and in another case the
34513         whole test was missing.
34514         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
34515         the standard name CHAR_BIT.
34516         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
34517         this is not true on one's complement and signed-magnitude hosts.
34518
34519         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
34520         next_last_offset.
34521         (struct re_dfa_t): Remove unused member states_alloc.
34522         * lib/regcomp.c (init_dfa): Don't initialize unused members.
34523
34524 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34525
34526         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
34527         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
34528         and large-file glibc and in 32-bit large-file Solaris.
34529
34530 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34531
34532         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
34533         lengths fit in regoff_t; this isn't true if regoff_t is the same
34534         width as size_t.
34535         * lib/regex.c (re_search_internal): 5th arg is LAST_START
34536         (= START + RANGE) instead of RANGE.  This avoids overflow
34537         problems when regoff_t is the same width as size_t.
34538         All callers changed.
34539         (re_search_2_stub): Check for overflow when adding the
34540         sizes of the two strings.
34541         (re_search_stub): Check for overflow when adding START
34542         to RANGE; if it occurs, substitute the extreme value.
34543
34544 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34545
34546         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
34547
34548 2005-08-31  Jim Meyering  <jim@meyering.net>
34549
34550         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
34551         a pointer-to-const.
34552         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
34553         (register_state): Likewise.
34554         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
34555         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34556         (group_nodes_into_DFAstates): Likewise.
34557
34558 2005-08-31  Jim Meyering  <jim@meyering.net>
34559
34560         * check-module: Add a FIXME comment.
34561
34562 2005-08-31  Eric Blake  <ebb9@byu.net>
34563
34564         * modules/unistd-safer (Files): Add unistd--.h.
34565         * modules/stdio-safer (Files): Add stdio--.h.
34566
34567 2005-08-31  Derek Price  <derek@ximbiot.com>
34568
34569         * lib/getdelim.c (getdelim): Return EOF on EOF.
34570         Reported by Larry Jones <lawrence.jones@ugs.com>.
34571
34572 2005-08-31  Bruno Haible  <bruno@clisp.org>
34573
34574         Avoid unnecessary diffs in the generated lib/Makefile.am.
34575         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
34576         the generated files.
34577         (func_import): Don't set cmd.
34578
34579 2005-08-31  Bruno Haible  <bruno@clisp.org>
34580
34581         * lib/strstr.c: Include <stddef.h>, for NULL.
34582         * lib/strcasestr.c: Likewise.
34583         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34584
34585 2005-08-31  Bruno Haible  <bruno@clisp.org>
34586
34587         * gnulib-tool: New option --macro-prefix.
34588         (func_import): Use macro_prefix.
34589         (import): Handle option --macro-prefix.
34590
34591 2005-08-31  Bruno Haible  <bruno@clisp.org>
34592
34593         * gnulib-tool (import): Rename most ac_* variables to cached_*.
34594         Also use new variables cached_lgpl, cached_libtool.
34595
34596 2005-08-31  Bruno Haible  <bruno@clisp.org>
34597
34598         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
34599         always instantiating them.
34600
34601 2005-08-31  Bruno Haible  <bruno@clisp.org>
34602
34603         * gnulib-tool (func_import): Read the previous cached settings
34604         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
34605         earlier added by gnulib but are now dropped. Warn when a gnulib file
34606         overwrites a non-gnulib file.
34607
34608 2005-08-31  Bruno Haible  <bruno@clisp.org>
34609
34610         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
34611         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
34612         projects that don't keep autogenerated files in CVS. Put into
34613         actioncmd only the specified modules, not the transitive closure.
34614
34615 2005-08-31  Bruno Haible  <bruno@clisp.org>
34616
34617         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
34618         Create directories that shall be filled.
34619         (import): Don't look for gl_* macros in configure.ac. Recurse across
34620         all directories containing a gnulib-cache.m4 files, if meaningful.
34621
34622 2005-08-31  Bruno Haible  <bruno@clisp.org>
34623
34624         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
34625         (import): Set seen_libtool when we see gl_LIBTOOL.
34626
34627 2005-08-31  Bruno Haible  <bruno@clisp.org>
34628
34629         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
34630         declaration macro definitions from generated gnulib.m4.
34631
34632 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
34633
34634         * lib/iconvme.h: Add prototype for iconv_alloc.
34635
34636 2005-08-29  Simon Josefsson  <jas@extundo.com>
34637
34638         * lib/iconvme.c: Fix errno.
34639
34640 2005-08-29  Bruno Haible  <bruno@clisp.org>
34641
34642         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
34643         that it works when the directory contains spaces.
34644
34645 2005-08-29  Bruno Haible  <bruno@clisp.org>
34646
34647         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
34648
34649 2005-08-29  Bruno Haible  <bruno@clisp.org>
34650
34651         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
34652         Emit more advice.
34653
34654 2005-08-29  Bruno Haible  <bruno@clisp.org>
34655         and Stepan Kasal  <kasal@ucw.cz>
34656
34657         * check-module: If more parameters are given, check each of them
34658         separately; add more exceptions, as noted by Jim Meyering.
34659         (check_module): New procedure.
34660         (%exempt_header): Now contains all exceptions.
34661
34662 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
34663
34664         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
34665
34666 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34667
34668         * lib/iconvme.c: Split iconv_string into iconv_alloc.
34669
34670 2005-08-28  Bruno Haible  <bruno@clisp.org>
34671
34672         * m4/gnulib-tool.m4: New file.
34673
34674 2005-08-27  Jim Meyering  <jim@meyering.net>
34675
34676         * modules/unistd-safer (Files): Add pipe-safer.c.
34677         * modules/fcntl-safer (Files): Add creat-safer.c.
34678
34679 2005-08-27  Jim Meyering  <jim@meyering.net>
34680
34681         * m4/stdlib-safer.m4: New file.  From coreutils.
34682         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
34683         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
34684         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
34685         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
34686         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
34687
34688 2005-08-27  Jim Meyering  <jim@meyering.net>
34689
34690         * lib/fopen-safer.c: Merge minor changes from coreutils.
34691         * lib/dup-safer.c: Likewise.
34692         * lib/fd-safer.c: Likewise.
34693
34694         Merge from coreutils.
34695         * lib/stdio--.h: New file.
34696         * lib/stdlib--.h: New file.
34697         * lib/mkstemp-safer.c: New file.
34698
34699         GNU tar needs these.
34700         * lib/pipe-safer.c: New file.
34701         * lib/creat-safer.c: New file.
34702         * lib/fcntl--.h (creat): Define to creat_safer.
34703         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
34704         * lib/unistd--.h (pipe): Define to pipe_safer.
34705         * lib/unistd-safer.h: Declare pipe_safer.
34706
34707 2005-08-26  Simon Josefsson  <jas@extundo.com>
34708
34709         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
34710         Haible <bruno@clisp.org>.
34711
34712 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
34713
34714         * lib/regex_internal.h: Remove all references to
34715         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
34716         or better.
34717         (bitset_not, bitset_merge, bitset_not_merge):
34718         (bitset_mask, re_string_allocate, re_string_construct):
34719         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
34720         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
34721         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
34722         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
34723         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34724         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34725         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
34726         (re_acquire_state_context):
34727         Remove unnecessary forward decls.
34728         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
34729         Put __attribute at function definition,
34730         now that the function decl has been removed.
34731         * lib/regex_internal.c (re_string_peek_byte_case):
34732         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
34733         Likewise.
34734
34735 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
34736
34737         * m4/regex.m4: Add AC_PREREQ(2.50).
34738         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
34739
34740 2005-08-25  Simon Josefsson  <jas@extundo.com>
34741
34742         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
34743         __fsetlocking.
34744
34745 2005-08-25  Simon Josefsson  <jas@extundo.com>
34746
34747         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
34748         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
34749         GLIBC specific code.
34750
34751 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34752
34753         Make regex safe for g++.  This fixes one real bug (an "err"
34754         that should have been "*err").  g++ problem reported by
34755         Sam Steingold.
34756         * lib/regex_internal.h (re_calloc): New macro, consistent with
34757         re_malloc etc.  All callers of calloc changed to use re_calloc.
34758         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
34759         not int.  All callers changed.
34760         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
34761         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
34762         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
34763         (find_recover_state): Change "err" to "*err"; this fixes what
34764         appears to be a real bug.
34765         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
34766         versus int.
34767
34768 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34769
34770         * modules/regex (Depends-on): Add malloc, since the code
34771         assumes that !malloc(0) means failure.
34772
34773 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34774
34775         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
34776
34777         alloca modernization/simplification for regex.
34778         * lib/regex.c: Remove portability cruft for alloca.  This no longer
34779         needs to be at the start of the file, and can be moved into
34780         regex_internal.h and simplified.
34781         * lib/regex_internal.h: Include <alloca.h>.
34782         (__libc_use_alloca) [!defined _LIBC]: New macro.
34783         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
34784         now works outside glibc.
34785
34786 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34787
34788         * config/srclist.txt: Add glibc bugs 1241, 1245.
34789
34790 2005-08-25  Jim Meyering  <jim@meyering.net>
34791
34792         * lib/open-safer.c: Include <config.h>.
34793         Otherwise, we'd lose LARGEFILE support in any file using
34794         e.g. "fcntl--.h"
34795
34796 2005-08-25  Bruno Haible  <bruno@clisp.org>
34797
34798         * m4/minmax.m4: Require autoconf 2.52.
34799         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
34800         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
34801         alternatives of translit over the alphabet.
34802         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
34803
34804 2005-08-24  Simon Josefsson  <jas@extundo.com>
34805
34806         * tests/test-getpass.c: New file.
34807
34808 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34809
34810         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
34811         for GNU regex features.
34812
34813 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34814
34815         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
34816         * lib/regex.h (regerror): Likewise.
34817
34818         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
34819         requires this.  (The code never needed it.)
34820
34821         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
34822         All uses of recently-renamed identifiers changed to use the new,
34823         POSIX-compliant names.  The code will build and run just fine
34824         without these changes, but it's better to eat our own dog food
34825         and use the standard-conforming names.
34826
34827         * lib/regex.h: Fix a multitude of POSIX name space violations.
34828         These changes have an effect only for programs that define
34829         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
34830         do not change anything for programs compiled in the normal way.
34831         Also, there is no effect on the ABI.
34832
34833         (_REGEX_SOURCE): New macro.
34834         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
34835         defined and _GNU_SOURCE is not; this fixes a name space violation.
34836
34837         Rename the following macros to obey POSIX requirements.
34838         The old names are still visible as macros if _REGEX_SOURCE is defined.
34839         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
34840         RE_BACKSLASH_ESCAPE_IN_LISTS.
34841         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
34842         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
34843         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
34844         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
34845         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
34846         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
34847         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
34848         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
34849         (REG_INTERVALS): renamed from RE_INTERVALS.
34850         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
34851         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
34852         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
34853         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
34854         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
34855         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
34856         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
34857         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
34858         RE_UNMATCHED_RIGHT_PAREN_ORD.
34859         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
34860         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
34861         (REG_DEBUG): renamed from RE_DEBUG.
34862         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
34863         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
34864         unusual, since we can't clash with the POSIX REG_ICASE.
34865         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
34866         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
34867         (REG_NO_SUB): renamed from RE_NO_SUB.
34868         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
34869         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
34870         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
34871         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
34872         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
34873         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
34874         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
34875         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
34876         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
34877         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
34878         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
34879         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
34880         RE_SYNTAX_POSIX_MINIMAL_BASIC.
34881         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
34882         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
34883         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
34884         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
34885         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
34886         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
34887         (REG_FIXED): Renamed from REGS_FIXED.
34888         (REG_NREGS): Renamed from RE_NREGS.
34889
34890         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
34891         of other REG_* macros, since POSIX says the user is allowed to
34892         #undef these macros selectively.
34893
34894         (reg_errcode_t): Update comment stating what other tables need
34895         to be consistent.
34896
34897         Rename the following enum values to obey POSIX requirements.
34898         The old names are still visible as macros.
34899         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
34900         is not defined, since GNU is supposed to be a superset of POSIX as
34901         much as possible, and since we want reg_errcode_t to be a signed
34902         type for implementation consistency.
34903         (_REG_NOERROR): Renamed from REG_NOERROR.
34904         (_REG_NOMATCH): Renamed from REG_NOMATCH.
34905         (_REG_BADPAT): Renamed from REG_BADPAT.
34906         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
34907         (_REG_ECTYPE): Renamed from REG_ECTYPE.
34908         (_REG_EESCAPE): Renamed from REG_EESCAPE.
34909         (_REG_ESUBREG): Renamed from REG_ESUBREG.
34910         (_REG_EBRACK): Renamed from REG_EBRACK.
34911         (_REG_EPAREN): Renamed from REG_EPAREN.
34912         (_REG_EBRACE): Renamed from REG_EBRACE.
34913         (_REG_BADBR): Renamed from REG_BADBR.
34914         (_REG_ERANGE): Renamed from REG_ERANGE.
34915         (_REG_ESPACE): Renamed from REG_ESPACE.
34916         (_REG_BADRPT): Renamed from REG_BADRPT.
34917         (_REG_EEND): Renamed from REG_EEND.
34918         (_REG_ESIZE): Renamed from REG_ESIZE.
34919         (_REG_ERPAREN): Renamed from REG_ERPAREN.
34920         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
34921         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
34922         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
34923         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
34924
34925         (_REG_RE_NAME, _REG_RM_NAME): New macros.
34926         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
34927         changed.  But support the old name if the new one is not defined
34928         and if _REGEX_SOURCE.
34929
34930         Change the following member names in struct re_pattern_buffer.
34931         The old names are still supported if !_REGEX_SOURCE.
34932         The new names are always supported, regardless of _REGEX_SOURCE.
34933         (re_buffer): Renamed from buffer.
34934         (re_allocated): Renamed from allocated.
34935         (re_used): Renamed from used.
34936         (re_syntax): Renamed from syntax.
34937         (re_fastmap): Renamed from fastmap.
34938         (re_translate): Renamed from translate.
34939         (re_can_be_null): Renamed from can_be_null.
34940         (re_regs_allocated): Renamed from regs_allocated.
34941         (re_fastmap_accurate): Renamed from fastmap_accurate.
34942         (re_no_sub): Renamed from no_sub.
34943         (re_not_bol): Renamed from not_bol.
34944         (re_not_eol): Renamed from not_eol.
34945         (re_newline_anchor): Renamed from newline_anchor.
34946
34947         Change the following member names in struct re_registers.
34948         The old names are still supported if !_REGEX_SOURCE.
34949         The new names are always supported, regardless of _REGEX_SOURCE.
34950         (rm_num_regs): Renamed from num_regs.
34951         (rm_start): Renamed from start.
34952         (rm_end): Renamed from end.
34953
34954         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
34955         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
34956         Prepend __ to parameter names.
34957
34958         Undo yesterday's changes.
34959
34960 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34961
34962         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
34963         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
34964         lib/regex.c.
34965
34966 2005-08-24  Jim Meyering  <jim@meyering.net>
34967
34968         Sync from coreutils.
34969         * m4/fcntl-safer.m4: New file.
34970
34971         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
34972         and object files for this module.
34973
34974 2005-08-24  Jim Meyering  <jim@meyering.net>
34975
34976         Sync from coreutils.
34977         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
34978
34979 2005-08-24  Jim Meyering  <jim@meyering.net>
34980
34981         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
34982         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
34983
34984 2005-08-24  Jim Meyering  <jim@meyering.net>
34985
34986         * modules/fcntl-safer: New module.
34987         * modules/fts (Depends-on): Add fcntl-safer.
34988         * MODULES.html.sh (File descriptor based Input/Output):
34989         Add fcntl-safer.
34990
34991 2005-08-24  Bruno Haible  <bruno@clisp.org>
34992
34993         Support for unit test modules.
34994         * modules/README: Mention tests modules.
34995         * modules/TEMPLATE-TESTS: New file.
34996         * gnulib-tool: New options --extract-tests-module, --with-tests and
34997         --tests-base (unused for the moment).
34998         (testsbase, inctests): New variables.
34999         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
35000         (func_verify_module): Exclude TEMPLATE-TESTS.
35001         (func_verify_nontests_module, func_verify_tests_module): New functions.
35002         (func_get_dependencies): Add implicit dependency for tests modules.
35003         (func_get_tests_module): New function.
35004         (func_modules_transitive_closure): When --with-tests was specified,
35005         include the unit tests as well, unless explicitly avoided.
35006         (func_emit_lib_Makefile_am): Ignore the tests modules here.
35007         (func_emit_tests_Makefile_am): New function.
35008         (func_create_testdir): When --with-tests was specified, emit a
35009         tests/ directory.
35010         * MODULES.html.sh (Future developments): Update.
35011
35012 2005-08-24  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/tls-tests: New file.
35015         * tests/test-tls.c: New file, from GNU gettext.
35016
35017 2005-08-24  Bruno Haible  <bruno@clisp.org>
35018
35019         * modules/lock-tests: New file.
35020         * tests/test-lock.c: New file, from GNU gettext.
35021
35022 2005-08-24  Bruno Haible  <bruno@clisp.org>
35023
35024         * lib/lock.h: Add multiple inclusion guard.
35025         * lib/tls.h: Add multiple inclusion guard.
35026
35027 2005-08-24  Bruno Haible  <bruno@clisp.org>
35028
35029         * gnulib-tool: Add support for the --aux-dir option to
35030         --create-testdir, --create-megatestdir, --test, --megatest.
35031         (func_create_testdir, func_create_megatestdir): Optionally emit a
35032         AC_CONFIG_AUX_DIR directive.
35033         (create-testdir, create-megatestdir, test, megatest): Provide a
35034         default value for $auxdir.
35035
35036 2005-08-24  Bruno Haible  <bruno@clisp.org>
35037
35038         * gnulib-tool (import): Use compound statement instead of subshell
35039         where possible.
35040
35041 2005-08-24  Bruno Haible  <bruno@clisp.org>
35042
35043         * gnulib-tool (import): Change --aux-dir default to "build-aux".
35044
35045 2005-08-24  Bruno Haible  <bruno@clisp.org>
35046
35047         * gnulib-tool (func_version): Update.
35048
35049 2005-08-24  Bruno Haible  <bruno@clisp.org>
35050
35051         * gnulib-tool (func_import, func_create_testdir,
35052         func_create_megatestdir): Quote all autoconf macro arguments.
35053
35054 2005-08-24  Bruno Haible  <bruno@clisp.org>
35055
35056         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
35057         option --force, because --force causes the aclocal.m4 of each
35058         subdirectory to be newer than the corresponding config.h.in.
35059
35060 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35061
35062         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
35063         All contents moved to gl_REGEX.
35064         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
35065         assume that it does.
35066
35067 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35068
35069         * lib/regex.h (REG_NOSYS)
35070         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
35071         Define, since POSIX requires it as of 2001.
35072         (_REG_ENOSYS)
35073         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
35074         New private symbol, used to keep the enum signed in all cases.
35075         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
35076         Youngman in
35077         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
35078
35079         * lib/regex_internal.c (re_string_skip_chars, register_state):
35080         (calc_state_hash):
35081         Remove forward decls; no longer needed now that we use prototypes.
35082         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
35083         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
35084         (clean_state_log_if_needed): Likewise.
35085
35086 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35087
35088         * config/srclist.txt: Add glibc bugs 1231-1233.
35089
35090 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35091
35092         Fix problems reported by Sam Steingold in
35093         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
35094         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
35095         assumed that reg_errcode_t is a signed type, which is not
35096         necessarily true if _XOPEN_SOURCE is not defined.
35097         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
35098         since some compilers warn about it otherwise.
35099
35100 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35101
35102         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
35103         (init_word_char, create_initial_state, duplicate_node_closure):
35104         (fetch_token, peek_token_bracket, build_range_exp):
35105         (build_collating_symbol): Remove forward decls; no longer needed
35106         now that we use prototypes.
35107
35108         * lib/regcomp.c:
35109         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
35110         (re_compile_fastmap_iter, regcomp, regerror, regfree):
35111         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
35112         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
35113         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
35114         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
35115         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
35116         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
35117         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
35118         (build_range_exp, build_collating_symbol, parse_bracket_exp):
35119         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
35120         (build_charclass, build_charclass_op, fetch_number, create_tree):
35121         (create_token_tree, mark_opt_subexp, duplicate_tree):
35122         Use prototypes rather than old-style definitions.
35123
35124         * lib/regex_internal.c:
35125         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
35126         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
35127         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35128         (re_string_reconstruct, re_string_peek_byte_case):
35129         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
35130         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35131         (re_node_set_init_copy, re_node_set_add_intersect):
35132         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35133         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35134         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35135         (re_acquire_state, re_acquire_state_context, register_state):
35136         (create_ci_newstate, create_cd_newstate, free_state):
35137         Likewise.
35138         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
35139         re_search_2):
35140         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
35141         (re_search_internal, prune_impossible_nodes):
35142         (acquire_init_state_context, check_matching, static):
35143         (check_halt_node_context, check_halt_state_context, proceed_next_node):
35144         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
35145         (update_regs, sift_states_backward, build_sifted_states):
35146         (clean_state_log_if_needed, merge_state_array):
35147         (update_cur_sifted_state, add_epsilon_src_nodes):
35148         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
35149         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
35150         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
35151         (find_recover_state, check_subexp_matching_top, transit_state_mb):
35152         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
35153         (check_arrival, check_arrival_add_next_nodes):
35154         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35155         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35156         (check_node_accept_bytes, check_node_accept, extend_buffers):
35157         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
35158         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
35159         (sift_ctx_init):
35160         Likewise.
35161
35162         * lib/regex_internal.h:
35163         (re_string_allocate, re_string_construct, re_string_reconstruct):
35164         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
35165         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
35166         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
35167         (re_string_context_at, re_string_peek_byte_case):
35168         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
35169         is defined, since we now use prototypes always.
35170
35171         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
35172         C89 or better.  All uses removed.
35173
35174 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35175
35176         * config/srclist.txt: Add glibc bugs 1220-1227.
35177
35178 2005-08-20  Jim Meyering  <jim@meyering.net>
35179
35180         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
35181         of unused local, dfa.
35182
35183 2005-08-20  Bruno Haible  <bruno@clisp.org>
35184
35185         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
35186
35187 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35188
35189         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
35190         (re_node_set_insert_last, re_dfa_add_node):
35191         Rename local variables to avoid GCC shadowing warnings.
35192
35193 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35194
35195         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
35196         [defined lint]: Suppress bogus uninitialized-variable warnings.
35197
35198         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
35199         and let the caller return REG_ESPACE if out of space.  This
35200         removes an uninitialied-variable warning with GCC 4.0.1, and also
35201         avoids taking the address of a local variable.  All callers
35202         changed.
35203
35204 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35205
35206         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
35207         $LIBCSRC/posix/regexec.c.
35208         Add glibc bug 1217 for regcomp.c.
35209
35210 2005-08-19  Jim Meyering  <jim@meyering.net>
35211
35212         * lib/regexec.c (proceed_next_node): Redo local variables to
35213         avoid GCC shadowing warnings.
35214
35215 2005-08-18  Bruno Haible  <bruno@clisp.org>
35216
35217         * lib/strstr.c (strstr): Fix return value in multibyte case.
35218         * lib/strcasestr.c (strcasestr): Likewise.
35219
35220 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35221
35222         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
35223
35224 2005-08-17  Jim Meyering  <jim@meyering.net>
35225
35226         Make the %s format (seconds since the epoch) work for a negative
35227         number and when used with a zero-padded field width, e.g. %015s.
35228
35229         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
35230         label so that it precedes the code to set `digits'.  Otherwise,
35231         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
35232         print `00-22'.  Now, it prints `-0022', as it should.
35233
35234 2005-08-17  Bruno Haible  <bruno@clisp.org>
35235
35236         * modules/strstr (Files): Add m4/mbrtowc.m4.
35237         (Depends-on): Add mbuiter.
35238
35239 2005-08-17  Bruno Haible  <bruno@clisp.org>
35240
35241         * modules/strcasestr: New file.
35242         * MODULES.html.sh (String handling, based on ANSI C 89): Add
35243         strcasestr.
35244
35245 2005-08-17  Bruno Haible  <bruno@clisp.org>
35246
35247         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
35248
35249 2005-08-17  Bruno Haible  <bruno@clisp.org>
35250
35251         * modules/mbuiter: New file.
35252         * MODULES.html.sh (Extended multibyte and wide character utilities):
35253         Add mbuiter.
35254
35255 2005-08-17  Bruno Haible  <bruno@clisp.org>
35256
35257         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
35258         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
35259
35260 2005-08-17  Bruno Haible  <bruno@clisp.org>
35261
35262         * m4/strcasestr.m4: New file.
35263
35264 2005-08-17  Bruno Haible  <bruno@clisp.org>
35265
35266         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
35267         * lib/strstr.c: Completely rewritten, with multibyte locale support.
35268
35269 2005-08-17  Bruno Haible  <bruno@clisp.org>
35270
35271         * lib/strcasestr.h: New file.
35272         * lib/strcasestr.c: New file.
35273
35274 2005-08-17  Bruno Haible  <bruno@clisp.org>
35275
35276         * lib/strcasecmp.c: Use mbuiter.h.
35277
35278 2005-08-17  Bruno Haible  <bruno@clisp.org>
35279
35280         * lib/mbuiter.h: New file.
35281
35282 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
35285         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
35286         and gl_GETOPT are both invoked via different paths (as happens
35287         with GNU tar CVS because it uses both argp and getopt), the former
35288         wins.
35289
35290 2005-08-16  Bruno Haible  <bruno@clisp.org>
35291
35292         * modules/tls: New file.
35293         * MODULES.html.sh (Multithreading): Add tls.
35294
35295 2005-08-16  Bruno Haible  <bruno@clisp.org>
35296
35297         * modules/strnlen1: New file.
35298         * MODULES.html.sh (String handling): Add strnlen1.
35299
35300 2005-08-16  Bruno Haible  <bruno@clisp.org>
35301
35302         * modules/strcase (Files): Add m4/mbrtowc.m4.
35303         (Depends-on): Add strnlen1, mbchar.
35304
35305 2005-08-16  Bruno Haible  <bruno@clisp.org>
35306
35307         * modules/mbiter: New file.
35308         * MODULES.html.sh (Extended multibyte and wide character utilities):
35309         Add mbiter.
35310
35311 2005-08-16  Bruno Haible  <bruno@clisp.org>
35312
35313         * modules/mbfile: New file.
35314         * MODULES.html.sh (Extended multibyte and wide character utilities):
35315         Add mbfile.
35316
35317 2005-08-16  Bruno Haible  <bruno@clisp.org>
35318
35319         * modules/mbchar: New file.
35320         * MODULES.html.sh (Extended multibyte and wide character utilities):
35321         New section.
35322
35323 2005-08-16  Bruno Haible  <bruno@clisp.org>
35324
35325         * m4/tls.m4: New file, from GNU gettext.
35326
35327 2005-08-16  Bruno Haible  <bruno@clisp.org>
35328
35329         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
35330         always.
35331         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
35332
35333 2005-08-16  Bruno Haible  <bruno@clisp.org>
35334
35335         * m4/mbiter.m4: New file.
35336
35337 2005-08-16  Bruno Haible  <bruno@clisp.org>
35338
35339         * m4/mbfile.m4: New file.
35340
35341 2005-08-16  Bruno Haible  <bruno@clisp.org>
35342
35343         * m4/mbchar.m4: New file.
35344
35345 2005-08-16  Bruno Haible  <bruno@clisp.org>
35346
35347         * lib/tls.h: New file, from GNU gettext.
35348         * lib/tls.c: New file, from GNU gettext.
35349
35350 2005-08-16  Bruno Haible  <bruno@clisp.org>
35351
35352         * lib/strnlen1.h: New file.
35353         * lib/strnlen1.c: New file.
35354
35355 2005-08-16  Bruno Haible  <bruno@clisp.org>
35356
35357         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
35358         (mbi_init): Update.
35359         (mbi_avail, mbi_advance): Let the iteration end before the terminating
35360         NUL byte, not after it.
35361
35362 2005-08-16  Bruno Haible  <bruno@clisp.org>
35363
35364         * lib/strcase.h (strcasecmp): Add note in comments.
35365         * lib/strncasecmp.c: Use code from strcasecmp.c.
35366         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
35367         (strcasecmp): Work correctly in multibyte locales.
35368
35369 2005-08-16  Bruno Haible  <bruno@clisp.org>
35370
35371         * lib/mbiter.h: New file.
35372
35373 2005-08-16  Bruno Haible  <bruno@clisp.org>
35374
35375         * lib/mbfile.h: New file.
35376
35377 2005-08-16  Bruno Haible  <bruno@clisp.org>
35378
35379         * lib/mbchar.h: New file.
35380         * lib/mbchar.c: New file.
35381
35382 2005-08-16  Bruno Haible  <bruno@clisp.org>
35383
35384         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
35385         the valid ones. Makes the comparison operations transitive:
35386         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
35387         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
35388
35389 2005-08-15  Simon Josefsson  <jas@extundo.com>
35390
35391         * modules/ssize_t (License): Change to 'unlimited'.
35392
35393         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
35394
35395 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35396
35397         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
35398         Add comments for each pending glibc patch.
35399
35400 2005-08-15  Bruno Haible  <bruno@clisp.org>
35401
35402         * lib/regex.h (__restrict_arr): Don't define to __restrict if
35403         __cplusplus is defined.
35404
35405 2005-08-14  Jim Meyering  <jim@meyering.net>
35406
35407         Sync from coreutils.
35408
35409         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
35410         Use the hash-table-based cycle-detection code not just when
35411         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
35412         Reported by James Youngman in
35413         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
35414         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
35415         FTS_TIGHT_CYCLE_CHECK.
35416         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
35417         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
35418         once again.
35419         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
35420         * lib/fts.c (fd_safer): Remove decl.
35421         Include fcntl--.h rather than unistd-safer.h
35422         (fts_safe_changedir): Don't call fd_safer; no longer needed
35423         now that we include fcntl--.h.
35424
35425 2005-08-12  Simon Josefsson  <jas@extundo.com>
35426
35427         * modules/getndelim2: Use ssize_t module.
35428         * modules/getnline: Likewise.
35429         * modules/safe-read: Likewise.
35430         * modules/xreadlink: Likewise.
35431
35432         * modules/ssize_t: New file.
35433
35434 2005-08-12  Simon Josefsson  <jas@extundo.com>
35435
35436         * m4/readline.m4: Look for termcap, curses or ncurses if required.
35437
35438 2005-08-12  Simon Josefsson  <jas@extundo.com>
35439
35440         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35441         ssize_t.
35442
35443 2005-08-12  Simon Josefsson  <jas@extundo.com>
35444
35445         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
35446         readline, getdelim and check_version.
35447         (Support for systems lacking ISO C 99: Sizes of integer types):
35448         Add size_max.
35449
35450 2005-08-12  Bruno Haible  <bruno@clisp.org>
35451
35452         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
35453
35454 2005-08-11  Simon Josefsson  <jas@extundo.com>
35455
35456         * modules/readline: New file.
35457
35458         * modules/strnlen (Files): Add strnlen.h.
35459
35460 2005-08-11  Simon Josefsson  <jas@extundo.com>
35461
35462         * m4/readline.m4: New file.
35463
35464 2005-08-11  Simon Josefsson  <jas@extundo.com>
35465
35466         * lib/readline.h, readline.c: New file.
35467
35468 2005-08-11  Simon Josefsson  <jas@extundo.com>
35469
35470         * doc/gnulib.texi (Initial import, Finishing touches): Mention
35471         gl_AVOID.
35472
35473 2005-08-11  Bruno Haible  <bruno@clisp.org>
35474
35475         * lib/strnlen.h (strnlen): Change parameter name to match comment.
35476
35477 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
35478
35479         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
35480
35481 2005-08-10  Simon Josefsson  <jas@extundo.com>
35482
35483         * tests/test-iconvme.c: New file.
35484
35485 2005-08-10  Simon Josefsson  <jas@extundo.com>
35486
35487         * m4/strnlen.m4: New file.
35488
35489         * m4/strndup.m4: Don't check for strnlen declaration, done in
35490         strnlen.m4.
35491
35492 2005-08-10  Simon Josefsson  <jas@extundo.com>
35493
35494         * lib/strndup.c: Use strnlen.h.
35495
35496         * lib/strnlen.h: New file.
35497
35498 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35499
35500         * README: Typos.
35501
35502 2005-08-02  Simon Josefsson  <jas@extundo.com>
35503
35504         * modules/readline: New file.
35505
35506 2005-08-02  Simon Josefsson  <jas@extundo.com>
35507
35508         * modules/getdelim: New file.
35509
35510         * modules/getline: Rewrite, don't use getndelim2.
35511
35512 2005-08-02  Simon Josefsson  <jas@extundo.com>
35513
35514         * m4/getline.m4: Separate out getdelim stuff into separate module.
35515
35516         * m4/getdelim.m4: New file.
35517
35518 2005-08-02  Simon Josefsson  <jas@extundo.com>
35519
35520         * lib/getline.h, getline.c: Rewrite.
35521
35522         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
35523
35524 2005-07-31  Bruno Haible  <bruno@clisp.org>
35525
35526         * lib/lock.h (gl_lock_initializer): New macro.
35527         (gl_lock_define_initialized): Use it.
35528         (gl_rwlock_initializer): New macro.
35529         (gl_rwlock_define_initialized): Use it.
35530         (gl_recursive_lock_initializer): New macro.
35531         (gl_recursive_lock_define_initialized): Use it.
35532
35533 2005-07-30  Karl Berry  <karl@gnu.org>
35534
35535         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
35536         Report from Ben Pfaff, regarding getopt.
35537
35538 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
35539
35540         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
35541         normal way.
35542         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
35543         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
35544         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
35545         (gl_GETOPT): Use the new macros.  Most of the implementation
35546         is moved to the new macros.  This is for programs like Emacs
35547         that don't want all the functionality of gl_GETOPT.
35548
35549 2005-07-26  Bruno Haible  <bruno@clisp.org>
35550
35551         * m4/lock.m4: Update from GNU gettext.
35552
35553 2005-07-26  Bruno Haible  <bruno@clisp.org>
35554
35555         * lib/lock.h: Update from GNU gettext.
35556         * lib/lock.c: Update from GNU gettext.
35557
35558 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
35559
35560         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
35561         obsolescent AC_TRY_RUN.  Include the default includes files, for
35562         'exit'.
35563
35564 2005-07-24  Bruno Haible  <bruno@clisp.org>
35565
35566         * modules/visibility: New file.
35567         * MODULES.html.sh (Misc): Add visibility.
35568
35569 2005-07-24  Bruno Haible  <bruno@clisp.org>
35570
35571         * m4/visibility.m4: New file.
35572
35573 2005-07-24  Bruno Haible  <bruno@clisp.org>
35574
35575         * doc/visibility.texi: New file.
35576
35577 2005-07-22  Bruno Haible  <bruno@clisp.org>
35578
35579         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
35580         $(ALLOCA_H), redundant through BUILT_SOURCES.
35581         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
35582         redundant through BUILT_SOURCES.
35583         * modules/byteswap (Makefile.am): Remove explicit dependency on
35584         $(BYTESWAP_H), redundant through BUILT_SOURCES.
35585         * modules/fnmatch (Makefile.am): Remove explicit dependency on
35586         $(FNMATCH_H), redundant through BUILT_SOURCES.
35587         * modules/getopt (Makefile.am): Remove explicit dependency on
35588         $(GETOPT_H), redundant through BUILT_SOURCES.
35589         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
35590         redundant through BUILT_SOURCES.
35591         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
35592         redundant through BUILT_SOURCES.
35593         * modules/stdbool (Makefile.am): Remove explicit dependency on
35594         $(STDBOOL_H), redundant through BUILT_SOURCES.
35595         * modules/stdint (Makefile.am): Remove explicit dependency on
35596         $(STDINT_H), redundant through BUILT_SOURCES.
35597         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
35598         Remove explicit dependency on $(SYSEXITS_H).
35599         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
35600
35601 2005-07-18  Simon Josefsson  <jas@extundo.com>
35602
35603         * lib/check-version.c (check_version): Accept identical versions too.
35604
35605 2005-07-18  Bruno Haible  <bruno@clisp.org>
35606
35607         * modules/lock: New file.
35608         * MODULES.html.sh (Multithreading): New section.
35609
35610 2005-07-18  Bruno Haible  <bruno@clisp.org>
35611
35612         * m4/lock.m4: New file, from GNU gettext.
35613
35614 2005-07-18  Bruno Haible  <bruno@clisp.org>
35615
35616         * lib/lock.h: New file, from GNU gettext.
35617         * lib/lock.c: New file, from GNU gettext.
35618
35619 2005-07-18  Bruno Haible  <bruno@clisp.org>
35620
35621         * lib/lock.h (gl_once_t): New type.
35622         (gl_once_define, gl_once): New macros.
35623         * lib/lock.c (fresh_once): New variable.
35624         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
35625         functions.
35626
35627 2005-07-16  Simon Josefsson  <jas@extundo.com>
35628
35629         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
35630         workaround, suggested by Bruno.
35631
35632 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35633
35634         * modules/xalloc (Depends-on): Add xalloc-die.
35635         * modules/xvasprintf (Depends-on): Add xalloc-die.
35636
35637 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35638
35639         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
35640         with a minor change.
35641
35642 2005-07-15  Bruno Haible  <bruno@clisp.org>
35643
35644         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
35645         When using lib/poll.c, define poll as rpl_poll.
35646
35647 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
35648
35649         * modules/argp (Depends-on): Remove unlocked-io.
35650
35651 2005-07-14  Derek Price  <derek@ximbiot.com>
35652
35653         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
35654         for glob symlink bug.
35655
35656 2005-07-14  Bruno Haible  <bruno@clisp.org>
35657
35658         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
35659         Instead, test for *_unlocked function declarations directly.
35660
35661 2005-07-11  Simon Josefsson  <jas@extundo.com>
35662
35663         * modules/size_max: New file.
35664
35665         * modules/xsize: Depend on size_max module for size_max.m4.
35666
35667 2005-07-11  Simon Josefsson  <jas@extundo.com>
35668
35669         * lib/size_max.h: New file.
35670
35671 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
35672
35673         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
35674         copyright symbol and the year.
35675         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
35676         (version_etc_va): Use parameterized copyright notice.
35677         Reword to conform to the current GNU coding standards.
35678
35679 2005-07-11  Karl Berry  <karl@gnu.org>
35680
35681         * doc/gnulib.texi (Quoting): new node.
35682         (Initial import): more info, from Patrice.
35683
35684 2005-07-11  Bruno Haible  <bruno@clisp.org>
35685
35686         * gnulib-tool (func_usage): Document option --avoid.
35687         (Command line options): Handle --avoid.
35688         (func_acceptable): New function.
35689         (func_modules_transitive_closure): Use it.
35690
35691 2005-07-11  Bruno Haible  <bruno@clisp.org>
35692
35693         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
35694         Reported by Jim Meyering.
35695
35696 2005-07-10  Bruno Haible  <bruno@clisp.org>
35697
35698         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
35699         Needed when size_t is smaller than 'unsigned int'.
35700         Reported by Paul Eggert.
35701
35702 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35703
35704         * modules/argp (Depends-on): Add unlocked-io
35705
35706 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35707
35708         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
35709         block of defines.
35710
35711 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35712
35713         * config/srclist.txt: Comment out regcomp.c, since we have a porting
35714         fix now.
35715
35716 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
35717         and Paul Eggert  <eggert@cs.ucla.edu>
35718
35719         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
35720         in wint_t, not wchar_t.  Remove now-unnecessary cast.
35721
35722 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35723
35724         * modules/regex (Files): Add lib/regex_internal.c,
35725         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
35726         (Depends-on): Add extensions.
35727         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
35728
35729 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35730
35731         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
35732         pathconf.
35733         * m4/same.m4 (gl_SAME): Likewise.
35734         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
35735
35736         * m4/regex.m4: Adjust to new libc regex implementation.
35737         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
35738         all the .c and .h parts of (the new) regex.
35739         Quote the m4 stuff better.
35740         Check for RE_ICASE bug of old gnulib.
35741         Check for REG_STARTEND of recent libc.
35742         Rename local variables from jm_* to gl_*.
35743         Quote operand of "test -f".
35744         Say "recent enough" version of libc, not "version 2".
35745         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
35746         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
35747         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
35748         Remove check for btowc, isascii.
35749         Require AM_LANGINFO_CODESET.
35750
35751 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35752
35753         * lib/regex.c, regex.h: Sync from libc.
35754         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
35755         * lib/regexec.c:
35756         New files, synced from libc, except that regex_internal.h
35757         currently has a small porting fix.
35758
35759 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35760
35761         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
35762         regex_internal.c, regexec.c.
35763         Add regex_internal.h too, but as a comment, since the libc version
35764         is currently broken in gnulib mode.
35765
35766 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35767
35768         Support programs like Emacs that use gnulib but not gettext.
35769         * MODULES.html.sh (Internationalization functions): Add gettext-h.
35770         * modules/gettext-h: New file.
35771         * modules/gettext (Files): Remove lib/gettext.h.
35772         (Depends-on): Add gettext-h.
35773         (Makefile.am): Remove lib_SOURCES.
35774         * modules/argmatch, modules/c-stack, modules/closeout:
35775         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
35776         * modules/execute, modules/file-type, modules/getaddrinfo:
35777         * modules/getopt, modules/human, modules/javacomp:
35778         * modules/javaexec, modules/mkdir-p, modules/obstack:
35779         * modules/openat, modules/pagealign_alloc, modules/pipe:
35780         * modules/quotearg, modules/regex, modules/rpmatch:
35781         * modules/unicodeio, modules/userspec, modules/version-etc:
35782         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
35783         * modules/xsetenv:
35784         Depend on gettext-h, not gettext.
35785
35786 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35787
35788         * gnulib-tool (func_import): Add support for 'public domain' license.
35789         * modules/alloca, modules/atexit, modules/memmove:
35790         Now public domain, not GPL.
35791         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
35792         * modules/realloc, modules/strerror, modules/strtod:
35793         Now LGPL, not GPL.
35794
35795 2005-07-05  Bruno Haible  <bruno@clisp.org>
35796
35797         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
35798         autoconf CVS. Needed for mingw.
35799
35800 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35801
35802         Remove the dependency of the strftime module on the tzset module.
35803         * modules/strftime (Depends-on): Remove dependency on tzset.
35804
35805 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35806
35807         Remove the dependency of the strftime module on the tzset module.
35808         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
35809         gl_FUNC_TZSET_CLOBBER.
35810
35811 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35812
35813         Remove the dependency of the strftime module on the tzset module.
35814         * lib/strftime.c (my_strftime)
35815         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
35816         Copy the input structure, to work around some of the bug with
35817         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
35818         Solaris releases, you should also use the tzset module, but we won't
35819         require it as a dependency any more since we don't want LGPLed code
35820         to depend on GPLed code.
35821
35822 2005-07-02  Jim Meyering  <jim@meyering.net>
35823
35824         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
35825         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
35826         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
35827         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
35828
35829 2005-07-02  Jim Meyering  <jim@meyering.net>
35830
35831         * lib/backupfile.c (backup_args): Change a `0' to NULL.
35832
35833 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35834
35835         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
35836         declares only 'struct timespec;' (!).
35837
35838 2005-07-01  Jim Meyering  <jim@meyering.net>
35839
35840         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
35841         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
35842         * lib/save-cwd.c, tempname.c:
35843         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35844         and don't include <sys/file.h>).
35845
35846 2005-06-29  Jim Meyering  <jim@meyering.net>
35847
35848         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
35849         type name.  Use the variable name instead.
35850         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
35851         Likewise.
35852
35853 2005-06-28  Simon Josefsson  <jas@extundo.com>
35854
35855         * modules/check-version (Files): Add check-version.m4.
35856
35857 2005-06-28  Simon Josefsson  <jas@extundo.com>
35858
35859         * m4/check-version.m4: New file, suggested by Jim Meyering
35860         <jim@meyering.net>.
35861
35862 2005-06-28  Simon Josefsson  <jas@extundo.com>
35863
35864         * lib/check-version.h, lib/check-version.c: New files.
35865
35866 2005-06-28  Simon Josefsson  <jas@extundo.com>
35867
35868         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
35869         collision with global variable.  Better indentation.  Don't
35870         increment buffer pointer beyond buffer end.  Based on comments
35871         from Paul Eggert <eggert@cs.ucla.edu>.
35872
35873         * lib/base64.h: Indent.
35874
35875 2005-06-28  Simon Josefsson  <jas@extundo.com>
35876
35877         * doc/gnulib.texi (Library version handling): New section.
35878
35879 2005-06-28  Jim Meyering  <jim@meyering.net>
35880
35881         * check-module (find_included_lib_files): Hard-code another
35882         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
35883         but modules/fts-lgpl (correctly) does not list those files.
35884
35885         * modules/canonicalize (Files): Add lib/pathmax.h.
35886
35887 2005-06-25  Simon Josefsson  <jas@extundo.com>
35888
35889         * modules/check-version: New file.
35890
35891 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
35892
35893         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
35894         initializer of struct addrinfo, as an indication that we don't
35895         care how many members the structure has.
35896
35897 2005-06-24  Derek Price  <derek@ximbiot.com>
35898         and Bruno Haible  <bruno@clisp.org>
35899
35900         Remove stat module & update lstat.
35901         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
35902         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35903         * m4/stat.m4: Remove this file.
35904
35905 2005-06-24  Derek Price  <derek@ximbiot.com>
35906         and Bruno Haible  <bruno@clisp.org>
35907
35908         Remove stat module & update lstat.
35909         * lib/stat.c: Remove this file...
35910         (slash_aware_lstat): ...moving this content and its support...
35911         * lib/lstat.c (rpl_lstat): ...into here.
35912         * lib/lstat.h: New file.
35913
35914 2005-06-24  Derek Price  <derek@ximbiot.com>
35915         and Bruno Haible  <bruno@clisp.org>
35916
35917         Remove stat module & update lstat.
35918         * config/srclist.txt (libc sources): Remove stat.
35919
35920 2005-06-24  Derek Price  <derek@ximbiot.com>
35921         and Bruno Haible  <bruno@clisp.org>
35922
35923         Remove stat module & update lstat.
35924         * MODULES.html.sh (stat): Remove.
35925         * MODULES.html: Regenerated.
35926         * modules/lstat (Description): Correct function name.
35927         (Files): Add "lstat.h".
35928         (Depends-on): Remove stat, add xalloc, stat-macros.
35929         * modules/stat: Remove this file.
35930         (Include): Add "lstat.h", remove <sys/stat.h>.
35931
35932 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35933
35934         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
35935         (ranged_convert): Don't save conversion in a temporary struct.
35936         This causes a warning with GCC 4.0.0, and anyway in the typical
35937         case it's not worth the extra 100 bytes or so of code.
35938         (ranged_convert, __mktime_internal): When calling a function via a
35939         pointer P, use P () rather than (*P) (), as we now assume C89 or
35940         better.
35941
35942 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35943
35944         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
35945         "who -r" failed to give output.  Problem reported by Tim Waugh.
35946
35947         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
35948         (xcalloc): Use it to avoid needless tests.
35949         Problem reported by Jim Meyering.
35950
35951 2005-06-20  Derek Price  <derek@ximbiot.com>
35952
35953         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
35954         unnecessary for Autoconfs > 2.59c.
35955
35956 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35957
35958         * lib/argp.h (__option_is_short): Check upper limit of
35959         __key. Isprint() requires its argument to have the value
35960         of an unsigned char or EOF.
35961
35962 2005-06-16  Jim Meyering  <jim@meyering.net>
35963
35964         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
35965         when either N or S is zero.
35966
35967 2005-06-16  Derek Price  <derek@ximbiot.com>
35968
35969         * m4/bison.m4: Declare YACC & YFLAGS precious.
35970
35971 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
35972
35973         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
35974         multibyte string or pattern, fall back on unibyte matching.
35975         Problem reported by James Youngman.
35976
35977 2005-06-08  Bruno Haible  <bruno@clisp.org>
35978
35979         * modules/csharpcomp: New file.
35980         * MODULES.html.sh (C#): Add csharpcomp.
35981
35982 2005-06-08  Bruno Haible  <bruno@clisp.org>
35983
35984         * m4/csharpcomp.m4: New file, from GNU gettext.
35985
35986 2005-06-08  Bruno Haible  <bruno@clisp.org>
35987
35988         * lib/csharpcomp.h: New file, from GNU gettext.
35989         * lib/csharpcomp.c: New file, from GNU gettext.
35990         * lib/csharpcomp.sh.in: New file, from GNU gettext.
35991
35992 2005-06-08  Bruno Haible  <bruno@clisp.org>
35993
35994         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
35995         warning on mingw.
35996
35997 2005-06-07  Derek Price  <derek@ximbiot.com>
35998
35999         Sync from CVS.
36000         * lib/glob_.h: Indent nested #ifdef.
36001
36002 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36003
36004         Sync from coreutils.
36005         Use "file name" when talking about file names, instead of "filename"
36006         or "path", as per the GNU coding standards.
36007         * lib/mkdir-p.c: Renamed from makepath.c.
36008         (make_dir_parents): Renamed from make_path.  All callers changed.
36009         * lib/mkdir-p.h: Likewise.  All includers changed.
36010         * lib/filenamecat.c: Renamed from path-concat.c.
36011         (file_name_concat): Renamed from path_concat.  All callers changed.
36012         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
36013         * lib/filenamecat.h: Likewise.  All includers changed.
36014         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
36015         in comments or local variable names.
36016         * lib/basename.c: Likewise.
36017         * lib/canonicalize.c, canonicalize.h: Likewise.
36018         * lib/dirname.c, dirname.h: Likewise.
36019         * lib/euidaccess.c: Likewise.
36020         * lib/exclude.c: Likewise
36021         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
36022         * lib/fsusage.c, fsuage.h: Likewise.
36023         * lib/fts.c, fts_.h: Likewise.
36024         * lib/getcwd.c: Likewise.
36025         * lib/getloadavg.c: Likewise.
36026         * lib/mkstemp.c: Likewise.
36027         * lib/mountlist.c, mountlist.h: Likewise.
36028         * lib/openat.c, openat.h: Likewise.
36029         * lib/readlink-stub.c: Likewise.
36030         * lib/readutmp.c, readutmp.h: Likewise.
36031         * lib/rename.c: Likewise.
36032         * lib/rmdir.c: Likewise.
36033         * lib/same.c: Likewise.
36034         * lib/savedir.c: Likewise.
36035         * lib/stripslash.c: Likewise.
36036         * lib/tempname.c: Likewise.
36037         * lib/xreadlink.c: Likewise.
36038         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
36039         All uses changed.
36040         * lib/exclude.h: Likewise.
36041
36042         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
36043         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36044         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
36045         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36046         * lib/pathmax.h: Include <limits.h> unconditionally, since other
36047         files have been getting away with it for years (MORE/BSD 4.3
36048         is extinct now).
36049         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
36050         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36051
36052         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
36053         Define to 256, not 255, as per modern POSIX.
36054
36055 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36056
36057         Sync from coreutils.
36058         Use "file name" when talking about file names, instead of "filename"
36059         or "path", as per the GNU coding standards.
36060         * MODULES.html.sh: mkdir-p renamed from makepath.
36061         filenamecat renamed from path-concat.
36062         * modules/filenamecat: Renamed from modules/path-concat.
36063         (Files): filenamecat.h and filenamecat.c renamed from
36064         path-concat.h and path-concat.c.
36065         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
36066         (Include): filenamecat.h, not path-concat.h.
36067         * modules/mkdir-p: Renamed from modules/makepath.
36068         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
36069         makepath.c.
36070         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
36071         (Include): mkdir-p.h, not makepath.h.
36072
36073 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36074
36075         Sync from coreutils.
36076         * m4/mkdir-p.m4: Renamed from makepath.m4.
36077         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
36078         Rename files from makepath.c to mkdir-p.c, and from
36079         makepath.h to mkdir-p.h.
36080         * m4/filenamecat.m4: Renamed from path-concat.m4.
36081         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
36082         Rename files from path-concat.c to filenamecat.c,
36083         and from path-concat.h to filenamecat.h.
36084         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
36085         "file name" in local variables or comments.
36086         * m4/rename.m4: Likewise.
36087
36088 2005-06-01  Bruno Haible  <bruno@clisp.org>
36089
36090         * modules/csharpexec: New file.
36091         * MODULES.html.sh (C#): New section.
36092
36093 2005-06-01  Bruno Haible  <bruno@clisp.org>
36094
36095         * m4/csharp.m4: New file, from GNU gettext.
36096         * m4/csharpexec.m4: New file, from GNU gettext.
36097
36098 2005-06-01  Bruno Haible  <bruno@clisp.org>
36099
36100         * lib/csharpexec.h: New file, from GNU gettext.
36101         * lib/csharpexec.c: New file, from GNU gettext.
36102         * lib/csharpexec.sh.in: New file, from GNU gettext.
36103
36104 2005-05-31  Derek Price  <derek@ximbiot.com>
36105             Paul Eggert  <eggert@cs.ucla.edu>
36106
36107         Sync from cvs.
36108         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36109
36110 2005-05-31  Derek Price  <derek@ximbiot.com>
36111             Paul Eggert  <eggert@cs.ucla.edu>
36112
36113         Sync from cvs.
36114         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36115
36116 2005-05-29  Derek Price  <derek@ximbiot.com>
36117
36118         * config/srclist.txt (glob_.h, glob.c): Add these files.
36119
36120 2005-05-29  Derek Price  <derek@ximbiot.com>
36121
36122         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
36123         * modules/glob: New file.
36124         * modules/getlogin_r: Add link to POSIX spec in description.
36125
36126 2005-05-29  Derek Price  <derek@ximbiot.com>
36127             Paul Eggert  <eggert@cs.ucla.edu>
36128
36129         * m4/glob.m4: New file.
36130
36131 2005-05-29  Derek Price  <derek@ximbiot.com>
36132             Paul Eggert  <eggert@cs.ucla.edu>
36133
36134         * lib/glob_.h, lib/glob.c: New files.
36135
36136 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36137
36138         * modules/fts (Files): Remove m4/inttypes-pri.m4.
36139         * modules/fts-lgpl (Depends-on): Remove gettext.
36140
36141 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36142
36143         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
36144         and don't require gt_INTTYPES_PRI.
36145
36146 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36147
36148         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
36149
36150         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
36151         the configuration hassle isn't worth it.
36152         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
36153         (LONGEST_MODIFIER, PRIuMAX): Remove.
36154
36155 2005-05-27  Bruno Haible  <bruno@clisp.org>
36156
36157         * lib/getlogin_r.h: Remove second include of <stddef.h>.
36158
36159 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
36160
36161         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
36162         _POSIX_PTHREAD_SEMANTICS for Solaris.
36163
36164 2005-05-25  Derek Price  <derek@ximbiot.com>
36165
36166         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
36167
36168 2005-05-25  Derek Price  <derek@ximbiot.com>
36169             Paul Eggert  <eggert@cs.ucla.edu>
36170
36171         * modules/getlogin_r, m4/getlogin_r.m4: New files.
36172         * lib/getlogin_r.c, getlogin_r.h: New files.
36173
36174 2005-05-25  Bruno Haible  <bruno@clisp.org>
36175             Derek Price  <derek@ximbiot.com>
36176
36177         * lib/getlogin_r.h: Simplify API documentation.
36178
36179 2005-05-23  Derek Price  <derek@ximbiot.com>
36180
36181         * modules/minmax (Files): Add m4/minmax.m4.
36182         (configure.ac): Add gl_MINMAX.
36183
36184 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36185
36186         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
36187         so that unistd-safer.h (GPL'ed code) need not be included.
36188
36189 2005-05-22  Bruno Haible  <bruno@clisp.org>
36190
36191         * m4/minmax.m4: New file.
36192         Based on a patch by Derek Price <derek@ximbiot.com>.
36193
36194 2005-05-22  Bruno Haible  <bruno@clisp.org>
36195
36196         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
36197         (INT64_MIN): Fix definition.
36198         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
36199
36200         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
36201         NEED_SIGNED_INT_TYPES.
36202
36203         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
36204         HAVE_SYSTEM_INTTYPES.
36205
36206 2005-05-22  Bruno Haible  <bruno@clisp.org>
36207
36208         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
36209         Also include <sys/param.h> if it defines MIN, MAX.
36210         Based on a patch by Derek Price <derek@ximbiot.com>.
36211
36212 2005-05-21  Jim Meyering  <jim@meyering.net>
36213
36214         * modules/fts (Files): Add m4/inttypes-pri.m4.
36215         (Depends-on): Add lstat and remove gettext.  Alphabetize.
36216
36217 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36218
36219         New fts module.
36220         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
36221         (setup_dir, free_dir): New functions.
36222         (enter_dir, leave_dir): Define trivial
36223         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
36224         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
36225         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
36226         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
36227         Move to fts-cycle.c.
36228         (fts_open): Use setup_dir.
36229         (fts_close): Use free_dir.
36230         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
36231         This adds a label and some gotos, but the alternatives were messier.
36232         Check for memory allocation failure when entering a dir.
36233         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
36234         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
36235         (FTS): New member fts_cycle, that is a union that contains the
36236         old active_dir_ht and cycle_state.  All uses changed to mention
36237         fts_cycle.ht and fts_cycle.state.
36238         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
36239         fts.c, with the following changes:
36240         (setup_dir, free_dir): New functions.
36241         (enter_dir): Now returns bool.  Return true if successful, false
36242         if memory exhausted.  All callers changed.
36243         Do not bother partly cleaning up on
36244         memory allocation failure; that is free_dir's job.
36245         However, free ad if hash_insert fails, to avoid memory leak.
36246         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
36247         fts->fts_options to see which union member to use.
36248
36249 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36250
36251         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
36252         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
36253
36254 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36255
36256         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
36257
36258 2005-05-20  Jim Meyering  <jim@meyering.net>
36259
36260         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
36261         Now a macro, to pacify GCC.
36262
36263 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36264
36265         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
36266         of -1.
36267
36268 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36269
36270         * lib/chown.c (rpl_chown): Return -1 on failure.
36271
36272 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36273
36274         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
36275         Don't check for stddef.h.
36276         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
36277         don't use its results.
36278         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
36279         since we include them unconditionally.  Don't require
36280         AM_STDBOOL_H, since stdbool is a prerequisite.
36281         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
36282         since we assume C89 or better.
36283         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
36284         as we don't use their results.
36285         Don't check for fchdir, memmove, memset, strrchr, as we use
36286         them unconditionally.
36287         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
36288         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
36289
36290 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36291
36292         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
36293         Include <stddef.h> unconditionally, since we assume C89 now.
36294         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
36295         * lib/fts.c: Include fts_.h first, to check interface.
36296         Do not include intprops.h; no longer needed.
36297         Include cycle-check.h and hash.h, since fts_.h no longer does.
36298         Remove unnecessary casts of closedir to void.
36299         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
36300         decide whether to decrement nlinks.
36301         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
36302         (FTS): Use struct hash_table * instead of Hash_table, so that
36303         we no longer need to include hash.h here.
36304
36305 2005-05-18  Jim Meyering  <jim@meyering.net>
36306
36307         * modules/dirfd (License): Change to LGPL.  Most of the code
36308         is already in the public domain.
36309
36310 2005-05-18  Jim Meyering  <jim@meyering.net>
36311
36312         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
36313         Reported by Yoann Vandoorselaere.
36314
36315 2005-05-17  Jim Meyering  <jim@meyering.net>
36316
36317         * m4/fts.m4: New file, from coreutils.
36318
36319 2005-05-17  Jim Meyering  <jim@meyering.net>
36320
36321         * lib/fts.c, lib/fts_.h: New files, from coreutils.
36322
36323 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36324
36325         Sync from coreutils.
36326         * m4/unlinkdir.m4: New file.
36327
36328 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36329
36330         Sync from coreutils.
36331         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
36332         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
36333         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
36334         White space changes only.
36335         * lib/makepath.c (make_path): Port to hosts where leading "//" is
36336         special.
36337         * lib/yesno.c: Include getline.h, not ctype.h.
36338         (yesno): Don't remove leading white space; POSIX doesn't allow it.
36339         Use getline to remove arbitrary restriction on response length.
36340
36341 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36342
36343         * config/srclist-update: Spell out "Street" in FSF postal
36344         mail address; this is the style the FSF seems to prefer.
36345
36346         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
36347         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
36348         this updates FSF postal mail address.
36349
36350         Sync from coreutils.
36351         * modules/unlinkdir: New file.
36352         * modules/yesno (Depends-on): Add getline.
36353         * MODULES.html.sh (File system functions): Add unlinkdir.
36354
36355 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36356
36357         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
36358         lib/strsep.h:
36359         Change the initial comment to refer to GPL, not LGPL.
36360         gnulib-tool will change it to LGPL as needed.
36361
36362         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
36363         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
36364         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
36365         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
36366         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
36367         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
36368         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
36369         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
36370         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
36371         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
36372         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
36373         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
36374         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
36375         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
36376         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
36377         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
36378         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
36379         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
36380         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
36381         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
36382         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
36383         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
36384         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
36385         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
36386         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
36387         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
36388         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
36389         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
36390         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
36391         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
36392         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
36393         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
36394         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
36395         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
36396         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
36397         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
36398         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
36399         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
36400         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
36401         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
36402         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
36403         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
36404         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
36405         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
36406         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
36407         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
36408         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
36409         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
36410         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
36411         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
36412         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36413         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
36414         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
36415         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
36416         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
36417         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
36418         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
36419         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
36420         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
36421         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
36422         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
36423         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
36424         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
36425         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
36426         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
36427         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
36428         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
36429         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
36430         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
36431         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
36432         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
36433         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
36434         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
36435         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
36436         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
36437         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
36438         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
36439         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
36440         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
36441         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
36442         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
36443         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
36444         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
36445         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
36446         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
36447         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
36448         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
36449         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
36450         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
36451         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
36452         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
36453         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
36454         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
36455         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
36456         lib/yesno.c, lib/yesno.h:
36457         Update FSF postal mail address.
36458
36459 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36460
36461         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
36462         tests/test-memmem.c, tests/test-stpncpy.c:
36463         Update FSF postal mail address.
36464
36465 2005-05-13  Bruno Haible  <bruno@clisp.org>
36466
36467         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
36468         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
36469         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
36470         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
36471         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
36472         Add support for 64-bit integers in the MSVC compiler.
36473
36474 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36475
36476         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
36477
36478 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
36479
36480         * gnulib-tool (func_import): Sort and uniquify recommended includes.
36481
36482 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
36483
36484         * doc/getdate.texi (General date syntax): Don't say that date
36485         date --iso-8601=ns generates acceptable dates; it doesn't yet.
36486         Problem reported by Nic Ferrier.
36487
36488 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36489
36490         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
36491         specified in ai_socktype. Fix invalid ai_protocol
36492         check. ai_protocol is usually set to 0 or depending on
36493         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
36494         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
36495         ai_socktype / ai_protocol in the returned addrinfo structure.
36496
36497 2005-05-10  Simon Josefsson  <jas@extundo.com>
36498
36499         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
36500         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
36501
36502 2005-05-10  Karl Berry  <karl@gnu.org>
36503
36504         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
36505         (from http://www.gnu.org/licenses).
36506         * doc/COPYING.LIB: also rename to COPYING.LESSER.
36507         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
36508         fdl.texi suffices.
36509
36510 2005-05-10  Karl Berry  <karl@gnu.org>
36511
36512         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
36513         (COPYING.DOC): remove.
36514
36515         * config/srclist-update: new FSF address.
36516
36517 2005-05-10  Derek Price  <derek@ximbiot.com>
36518
36519         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
36520         possible.
36521
36522 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36523             Bruno Haible  <bruno@clisp.org>
36524
36525         * modules/inet_ntop: New file.
36526         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36527         inet_ntop.
36528
36529 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36530             Bruno Haible  <bruno@clisp.org>
36531
36532         * m4/inet_ntop.m4: New file.
36533
36534 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36535             Bruno Haible  <bruno@clisp.org>
36536
36537         * lib/inet_ntop.h: New file.
36538         * lib/inet_ntop.c: New file, from glibc with modifications.
36539
36540 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
36541
36542         * modules/time_r (License): Change to LGPL.
36543         * modules/extensions (License): Change to LGPL.  Actually,
36544         the license is more permissive than that, but currently gnulib-tool
36545         doesn't know how to handle more-permissive licenses.
36546
36547         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
36548         Problem reported by Dave Love.
36549
36550 2005-05-08  Jim Meyering  <jim@meyering.net>
36551
36552         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
36553         blank.
36554
36555 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36556
36557         * modules/argmatch (Depends-on): Add stdbool.
36558         * modules/backupfile (Depends-on): Likewise.
36559         * modules/chdir-long (Depends-on): Likewise.
36560         * modules/closeout (Depends-on): Likewise.
36561         * modules/cycle-check (Depends-on): Likewise.
36562         * modules/dirname (Depends-on): Likewise.
36563         * modules/fnmatch (Depends-on): Likewise.
36564         * modules/fsusage (Depends-on): Likewise.
36565         * modules/fwriteerror (Depends-on): Likewise.
36566         * modules/getcwd (Depends-on): Likewise.
36567         * modules/getloadavg (Depends-on): Likewise.
36568         * modules/hard-locale (Depends-on): Likewise.
36569         * modules/makepath (Depends-on): Likewise.
36570         * modules/mountlist (Depends-on): Likewise.
36571         * modules/nanosleep (Depends-on): Likewise.
36572         * modules/posixtm (Depends-on): Likewise.
36573         * modules/quotearg (Depends-on): Likewise.
36574         * modules/readtokens (Depends-on): Likewise.
36575         * modules/readtokens0 (Depends-on): Likewise.
36576         * modules/readutmp (Depends-on): Likewise.
36577         * modules/save-cwd (Depends-on): Likewise.
36578         * modules/strftime (Depends-on): Likewise.
36579         * modules/userspec (Depends-on): Likewise.
36580         * modules/utimecmp (Depends-on): Likewise.
36581         * modules/xgetcwd (Depends-on): Likewise.
36582         * modules/xnanosleep (Depends-on): Likewise.
36583         * modules/xstrtod (Depends-on): Likewise.
36584         * modules/yesno (Depends-on): Likewise.
36585
36586 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
36587
36588         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
36589         needless checks.
36590
36591 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36592
36593         Merge from coreutils.  Among other things,
36594         add bulletproofing for cases where stdin, stdout, or stderr are closed.
36595         * lib/fd-safer.c: New file.
36596         * lib/fcntl-safer.h, open-safer.c: Remove.
36597         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
36598         * lib/dup-safer.c: Include unistd-safer.h first.
36599         Don't include errno.h.
36600         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
36601         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
36602         * lib/file-type.c: Rely on file-type.h change.
36603         * lib/getloadavg.c: Include unistd-safer.h.
36604         (getloadavg): Use safer open.
36605         * lib/getusershell.c: Include "stdio-safer.h".
36606         (getusershell): Use safer fopen.
36607         * lib/long-options.c (long_options): Use NULL rather than 0.
36608         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
36609         'free'.
36610         * lib/modechange.c: Likewise.
36611         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
36612         (MODE_DONE): New constant.
36613         (struct mode_change): Remove 'next' member.
36614         (make_node_op_equals): New function; like the old one of the
36615         same name, except it allocates an array.
36616         (mode_compile, mode_create_from_ref): Use it.
36617         (mode_compile): Allocate result as an array, not a linked list.
36618         Parse octal string ourself, so that we catch mistakes like "+0".
36619         (mode_adjust): Arg is an array, not a linked list.
36620         * lib/modechange.c: Include stat-macros.h, xalloc.h.
36621         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
36622         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
36623         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
36624         Remove.  This is now stat-macros.h's job.
36625         (talloc): Remove.  All callers replaced by xalloc, so that
36626         our invokers don't have to worry about reporting memory failures.
36627         (make_node_op_equals): Remove.
36628         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36629         New constants.
36630         (struct mode_change): Moved here from modechange.h.
36631         (mode_append_entry): Remove.
36632         (mode_compile): Remove MASKED_OPS arg, since it encouraged
36633         apps to have incorrect behavior.  Use simpler algorithm for head
36634         and tail.  Don't futz with umask; that's now the job of mode_adjust.
36635         Detect more invalid usages rather than having somewhat-random behavior.
36636         Don't insert an "a=" action, as that leads to incorrect behavior.
36637         (mode_compile, mode_create_from_ref): Return NULL on error instead
36638         of an enum, since now there's only one way to have an error.  All
36639         callers changed.
36640         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
36641         at the correct time.  Simplify calculation of "+u" and its ilk.
36642         Don't mishandle "+X".
36643         (mode_free): Remove "register" and localize decls.
36644         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36645         (struct mode_change): Move to modechange.c; callers don't
36646         need to see this stuff.
36647         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
36648         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
36649         (mode_change, mode_adjust): Reflect the new signatures noted above.
36650         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
36651         that might redefine system include files.
36652         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
36653         (my_usleep): Use NULL rather than (void *) 0.
36654         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
36655         Use siginterrupt to specify that system calls should be interrupted.
36656         (rpl_nanosleep): Move initialization of suspended closer to call of
36657         my_usleep.
36658         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
36659         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
36660         (desirable_utmp_entry): New function.
36661         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
36662         using x2nrealloc, to simplify logic.
36663         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
36664         size calculation.  Do not assume utmp file is a regular file.
36665         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
36666         (READ_UTMP_CHECK_PIDS): New constant.
36667         * lib/save-cwd.c: Include unistd-safer.h.
36668         (save_cwd): Use fd_safer.
36669         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
36670         [!_LIBC] Include "stat-macros.h" instead.
36671         * lib/unistd-safer.h (fd_safer): New decl.
36672
36673 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36674
36675         * modules/getloadavg (Depends-on): Add unistd-safer.
36676         * modules/getusershell (Depends-on): Add stdio-safer.
36677         * modules/lstat (Depends-on): Remove xalloc.
36678         * modules/mkstemp (Depends-on): Add stat-macros.
36679         * modules/modechange (Depends-on): Remove xstrtol.
36680         Add stat-macros, xalloc.
36681         * modules/save-cwd (Depends-on): Add unistd-safer.
36682         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
36683         * modules/unistd-safer (Files): Add lib/fd-safer.c
36684         (Makefile.am): Remove lib_SOURCES.
36685
36686         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
36687         Remove fcntl-safer; unistd-safer supersedes it.
36688
36689 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36690
36691         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
36692         AC_HEADER_STAT.
36693         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
36694         (gl_PREREQ_CHOWN): Remove.
36695         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
36696         it.  Don't require AC_HEADER_STAT.
36697         (gl_PREREQ_LSTAT): Remove.
36698         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
36699         Don't require AC_HEADER_STAT.
36700         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
36701         (gl_PREREQ_RMDIR): Remove.
36702         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
36703         mention stat-macros.h or AC_HEADER_STAT, since we'll make
36704         the stat-macros module a prerequisite.
36705         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
36706         * m4/filemode.m4 (gl_FILEMODE): Likewise.
36707         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
36708         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
36709         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
36710         variable names.
36711         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
36712         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
36713         variable prefixes.
36714         * m4/fcntl-safer.m4: Remove.
36715         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
36716         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
36717         Invoke gl_PREREQ_FD_SAFER.
36718         (gl_PREREQ_FD_SAFER): New macro.
36719         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
36720         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
36721         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
36722         Remove duplicate call to AC_LIBOBJ(readutmp).
36723         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
36724
36725         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
36726         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
36727
36728 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36729
36730         * MODULES.html.sh (Misc): Add byteswap.
36731
36732 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36733
36734         * modules/getcwd (Depends-on): Add extensions.
36735         * modules/openat (Depends-on): Likewise.
36736
36737 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36738
36739         * modules/byteswap: New file.
36740
36741 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36742
36743         * m4/byteswap.m4: New file.
36744
36745 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36746
36747         * lib/byteswap_.h: New file.
36748
36749 2005-04-25  Karl Berry  <karl@gnu.org>
36750
36751         * m4/gettext.m4: Update from GNU gettext 0.14.4.
36752
36753 2005-04-25  Albert Chin  <china@thewrittenword.com>
36754
36755         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
36756         Toolkit C bug.
36757
36758 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
36759
36760         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
36761         (func_ln_if_changed) Remove forcibly for no error message
36762         in case file does not exist.
36763
36764 2005-04-19  Simon Josefsson  <jas@extundo.com>
36765
36766         * gnulib-tool (Options): Make --symlink mean --symbolic.
36767
36768 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
36769
36770         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
36771
36772 2005-04-16  Simon Josefsson  <jas@extundo.com>
36773
36774         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
36775
36776 2005-04-15  Simon Josefsson  <jas@extundo.com>
36777
36778         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
36779
36780 2005-04-15  Simon Josefsson  <jas@extundo.com>
36781
36782         * gnulib-tool: Rename --symlink to --symbolic.
36783
36784 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
36785
36786         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
36787         symbolic links to files instead of copying/moving.  Add --aux-dir,
36788         specifying directory relative --dir where auxiliary build tools
36789         are placed.
36790
36791 2005-04-14  Bruno Haible  <bruno@clisp.org>
36792
36793         * modules/allocsa (License): Change to LGPL.
36794         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
36795
36796 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36797
36798         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
36799         that "UTC +1 second" continues to work.  Problem reported
36800         by Dmitry V. Levin.
36801         (relunit_snumber): New rule.
36802         (relunit): Use it.
36803
36804 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36805
36806         * lib/getdate.y (universal_time_zone_table): New constant.
36807         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
36808         universal_time_zone_table.
36809         (lookup_zone): Prefer universal_time_zone_table to
36810         local_time_zone_table, so that "GMT" time stamps are allowed in
36811         London during the summer.  Problem reported by Ian Abbott.
36812
36813 2005-04-12  Jim Meyering  <jim@meyering.net>
36814
36815         * lib/human.c (humblock): Set *options even when returning due to
36816         xstrtoumax conversion failure.  Thanks to a used-uninitialized
36817         warning from gcc-4.
36818
36819 2005-04-09  Jim Meyering  <jim@meyering.net>
36820
36821         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
36822         -Wuninitialized: initialize tm0.tm_year.
36823
36824 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
36827         count, since there's no maximum.  All uses changed.
36828         Add member dsts_seen.
36829         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
36830         not being INT_MAX.
36831         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
36832         Use pc_rels_seen to decide whther a date is absolute.
36833
36834         * lib/getdate.y (number): Don't overwrite year.
36835         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
36836         check.
36837
36838 2005-04-02  Simon Josefsson  <jas@extundo.com>
36839
36840         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
36841         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
36842
36843 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
36844
36845         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
36846         where no absolute path name can be longer than PATH_MAX.
36847
36848 2005-03-27  Jim Meyering  <jim@meyering.net>
36849
36850         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
36851
36852 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
36853
36854         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
36855         "one's complement" -> "ones' complement" in comment, as per Knuth.
36856         "value of type" -> "type or expression" in comment.
36857         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
36858
36859 2005-03-26  Jim Meyering  <jim@meyering.net>
36860
36861         Comment nits.
36862         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
36863         Correct typos: s/or/of/.
36864
36865 2005-03-26  Jim Meyering  <jim@meyering.net>
36866
36867         * modules/check-include-files: Move to ../ and rename to...
36868         * check-module: ...this.
36869
36870 2005-03-25  Jim Meyering  <jim@meyering.net>
36871
36872         * modules/xvasprintf (Files): Add xalloc.h.
36873
36874 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36875
36876         * modules/gettext (Files): config/config.rpath ->
36877         build-aux/config.rpath
36878         * modules/iconv (Files): Likewise.
36879         Problem reported by Oskar Liljeblad.
36880
36881 2005-03-23  Jim Meyering  <jim@meyering.net>
36882
36883         * modules/check-include-files: New script to check for
36884         missing dependencies, multiple includes, etc.
36885
36886         * modules/c-strtold (Depends-on): Add xalloc.
36887         * modules/c-strtod (Depends-on): Add xalloc.
36888         * modules/hash (Depends-on): Add xalloc.
36889         (Files): Remove lib/xalloc.h.
36890
36891         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
36892         * modules/userspec (Files): Add lib/inttostr.h.
36893
36894 2005-03-23  Jim Meyering  <jim@meyering.net>
36895
36896         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
36897
36898 2005-03-22  Jim Meyering  <jim@meyering.net>
36899
36900         * modules/stat-macros: New module.
36901         * modules/canonicalize, modules/euidaccess, modules/file-type,
36902         * modules/filemode, modules/lchown, modules/makepath,
36903         * modules/rmdir, modules/stat: Depend on new stat-macros module
36904         rather than listing lib/stat-macros.h manually.
36905         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
36906
36907 2005-03-22  Jim Meyering  <jim@meyering.net>
36908
36909         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
36910
36911 2005-03-22  Bruno Haible  <bruno@clisp.org>
36912
36913         * config/srclist.txt: Replace target directory 'config' with
36914         'build-aux'.
36915         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
36916         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
36917         ../build-aux/.
36918
36919 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
36920
36921         * modules/chdir-long (Depends-on): Add mempcpy.
36922
36923         * modules/acl, modules/backupfile, modules/c-strtod,
36924         modules/c-strtold, modules/canon-host, modules/canonicalize,
36925         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
36926         modules/exclude, modules/exitfail, modules/file-type,
36927         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
36928         modules/getdate, modules/getline, modules/getpagesize,
36929         modules/getpass, modules/getugroups, modules/group-member,
36930         modules/hard-locale, modules/hash, modules/human, modules/idcache,
36931         modules/inttostr, modules/long-options, modules/makepath,
36932         modules/md5, modules/memcasecmp, modules/memcoll,
36933         modules/modechange, modules/mountlist, modules/path-concat,
36934         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
36935         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
36936         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
36937         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
36938         modules/strftime, modules/strndup, modules/strverscmp,
36939         modules/timespec, modules/unlocked-io, modules/userspec,
36940         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
36941         modules/yesno:
36942         Remove lib_SOURCES line from Makefile.am section, as this is now
36943         done automatically by the corresponding Autoconf macro.
36944
36945 2005-03-21  Jim Meyering  <jim@meyering.net>
36946
36947         Changes imported from coreutils.
36948
36949         * lib/cycle-check.c: Don't include xalloc.h.
36950
36951         * lib/path-concat.c: Don't include assert.h.
36952         (path_concat): Remove assertion that would have triggered
36953         for ABASE starting with more than one slash.
36954         Reported by Andreas Schwab.
36955
36956         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
36957         properly when ABASE is an absolute file name.
36958         Correct the description of this function.
36959         Include <assert.h>.
36960         Add an assertion and a test driver.
36961         This fixes a bug introduced on 2004-07-02.
36962         Andreas Schwab reported the resulting failure of cp --parents:
36963         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
36964
36965 2005-03-21  Jim Meyering  <jim@meyering.net>
36966
36967         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
36968         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
36969
36970 2005-03-21  Jim Meyering  <jim@meyering.net>
36971         and  Paul Eggert  <eggert@cs.ucla.edu>
36972
36973         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
36974         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
36975         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
36976         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
36977         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
36978         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
36979         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
36980         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
36981         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
36982         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
36983         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
36984         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
36985         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
36986         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
36987         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
36988         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
36989         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
36990         for these modules.
36991
36992 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
36993
36994         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
36995         (which shouldn't happen), generate nothing instead of returning 0
36996         immediately, so that nstrftime (NULL, ...) doesn't return 0.
36997
36998 2005-03-16  Bruno Haible  <bruno@clisp.org>
36999
37000         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
37001         HAVE_LONGLONG_64BIT.
37002
37003 2005-03-16  Bruno Haible  <bruno@clisp.org>
37004
37005         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
37006         HAVE_LONGLONG_64BIT.
37007
37008 2005-03-16  Bruno Haible  <bruno@clisp.org>
37009
37010         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
37011         HAVE_LONGLONG_64BIT.
37012
37013 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37014
37015         * lib/strftime.c (my_strftime): Prepend space to format so that we can
37016         reliably distinguish strftime failure from empty output on POSIX
37017         hosts.
37018
37019 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37020
37021         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
37022         (iconv_string): Don't guess a size-zero buffer, as that might cause
37023         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
37024         result would be 'too large', where 'too large' is (heuristically)
37025         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
37026         overflow concerns.  This will prevent some unwanted malloc failures
37027         when the inputs are very large.
37028
37029 2005-03-15  Karl Berry  <karl@gnu.org>
37030
37031         * config/srclist.txt (config.rpath): from gettext.
37032         * config/config.rpath: update.
37033
37034 2005-03-15  Bruno Haible  <bruno@clisp.org>
37035
37036         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
37037         to 'negate'.
37038
37039         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
37040         variable.
37041
37042         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
37043         results.
37044
37045 2005-03-14  Simon Josefsson  <jas@extundo.com>
37046
37047         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
37048         <fx@gnu.org>.
37049
37050 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
37051
37052         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
37053         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
37054         intprops.h.
37055         * lib/strtol.c: Likewise.
37056
37057 2005-03-14  Jim Meyering  <jim@meyering.net>
37058
37059         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
37060         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
37061         to be nonzero so that we (and caller) can detect the difference
37062         between a valid zero-length expansion and an error return, even
37063         when the underlying strftime fails before writing anything into
37064         that location.
37065
37066 2005-03-14  Bruno Haible  <bruno@clisp.org>
37067
37068         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
37069         Update from GNU gettext 0.14.3.
37070
37071 2005-03-10  Jim Meyering  <jim@meyering.net>
37072
37073         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
37074
37075 2005-03-10  Jim Meyering  <jim@meyering.net>
37076
37077         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
37078         so that this module works on systems without fchdir.
37079
37080 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
37081
37082         Factor int-properties macros into a single file, except for
37083         glibc-related files.
37084         * lib/intprops.h: New file.
37085         * lib/getloadavg.c: Include it instead of limits.h.
37086         (INT_STRLEN_BOUND): Remove.
37087         * lib/human.c: Include intprops.h.
37088         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
37089         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
37090         302/1000.
37091         * lib/inttostr.h: Include intprops.h instead of limits.h.
37092         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
37093         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
37094         for consistency with intprops.h.
37095         (time_t_is_integer, twos_complement_arithmetic): Use them.
37096         * lib/sig2str.h: Include <signal.h>, intprops.h.
37097         (INT_STRLEN_BOUND): Remove.
37098         * lib/strftime.c (TYPE_SIGNED): Remove.
37099         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
37100         * lib/strtol.c: Adjust comments to match intprops.h.
37101         * lib/userspec.c: Include intprops.h.
37102         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
37103         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
37104         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
37105         instead of rolling our own expressions.
37106         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
37107
37108         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
37109         instead of int.
37110         (my_strftime): Do not mishandle years close to INT_MAX, by doing
37111         the right thing even if adding 1900 would overflow.  Similarly
37112         for tm_mon + 1 and tm_yday + 1.
37113         Make %Y always equivalent to %C%y, and similarly for %G and %g.
37114         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
37115         (DO_SIGNED_NUMBER): New macro.
37116         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
37117
37118 2005-03-07  Bruno Haible  <bruno@clisp.org>
37119
37120         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
37121
37122 2005-03-07  Bruno Haible  <bruno@clisp.org>
37123
37124         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
37125
37126 2005-03-04  Derek R. Price  <derek@ximbiot.com>
37127
37128         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
37129         (func_import): Only replace files via --import when they have actually
37130         changed.
37131
37132 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37133
37134         * m4/mmap-anon.m4: New file.
37135         * m4/pagealign_alloc.m4: New file.
37136
37137 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37138             Bruno Haible  <bruno@clisp.org>
37139
37140         * modules/pagealign_alloc: New file.
37141         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
37142
37143 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37144             Bruno Haible  <bruno@clisp.org>
37145
37146         * lib/pagealign_alloc.h: New file.
37147         * lib/pagealign_alloc.c: New file.
37148
37149 2005-03-03  Bruno Haible  <bruno@clisp.org>
37150
37151         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
37152         Use an all-permissive copyright notice, recommended by RMS.
37153
37154 2005-03-02  Bruno Haible  <bruno@clisp.org>
37155
37156         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
37157         of AIX, the replacement has to be done only after <string.h> is
37158         included, therefore not in config.h. stpncpy.h does the replacement,
37159         and stpncpy.c uses it.
37160
37161 2005-03-02  Bruno Haible  <bruno@clisp.org>
37162
37163         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
37164         stpncpy.c uses it.
37165
37166 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37167
37168         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
37169         The workaround isn't strictly needed for POSIX conformance, and
37170         it's too much of a pain to configure and maintain.  We'll ask
37171         people to fix their kernels instead.
37172         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
37173         (NANOSLEEP_BUG_WORKAROUND): Remove.
37174         (xnanosleep): Remove the workaround.
37175
37176 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37177
37178         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
37179         Reported by Derek Price.
37180         (Include): Add "timespec.h".
37181
37182         * modules/xnanosleep (Depends-on): Remove gethrxtime.
37183
37184 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37185
37186         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
37187         to detect nanosleep bug.
37188
37189 2005-03-01  Bruno Haible  <bruno@clisp.org>
37190
37191         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
37192
37193 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
37194
37195         * modules/gethrxtime: New file.
37196         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
37197         (Depends-on): Add gethrxtime.
37198         (configure.ac): Add gl_XNANOSLEEP.
37199         (Makefile.am): Remove lib_SOURCES line.
37200
37201 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37202
37203         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
37204         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
37205
37206 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37207
37208         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
37209         * lib/timespec.h (gettime): Return void, since it always
37210         succeeds now.  All uses changed.
37211         * lib/gettime.c (gettime) Likewise.
37212         [HAVE_NANOTIME]: Prefer nanotime.
37213         Assume gettimeofday succeeds, as POSIX requires.
37214         Assime time () succeeds, since other code already does.
37215         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
37216         (timespec_subtract): Remove.
37217         (NANOSLEEP_BUG_WORKAROUND): New constant.
37218         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
37219         things considerably.  Use it only on GNU/Linux hosts, since the
37220         workaround shouldn't be needed elsewhere.
37221
37222 2005-02-24  Bruno Haible  <bruno@clisp.org>
37223
37224         * modules/gettext (Files): Add m4/glibc2.m4.
37225
37226 2005-02-24  Bruno Haible  <bruno@clisp.org>
37227
37228         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
37229         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
37230         * m4/progtest.m4:
37231         Update from GNU gettext 0.14.2.
37232         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
37233
37234 2005-02-24  Bruno Haible  <bruno@clisp.org>
37235
37236         * lib/localcharset.c: Update from GNU gettext 0.14.2.
37237         * lib/config.charset: Update from GNU gettext 0.14.2.
37238
37239 2005-02-24  Bruno Haible  <bruno@clisp.org>
37240
37241         * lib/gettext.h: Update from GNU gettext 0.14.2.
37242
37243 2005-02-23  Simon Josefsson  <jas@extundo.com>
37244
37245         * m4/iconvme.m4: New file.
37246
37247 2005-02-23  Jim Meyering  <jim@meyering.net>
37248
37249         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
37250         change.
37251         Thanks to Bruno Haible for catching it.
37252
37253 2005-02-22  Simon Josefsson  <jas@extundo.com>
37254
37255         * modules/iconvme: New file.
37256
37257         * MODULES.html.sh: Add iconvme.
37258
37259 2005-02-22  Simon Josefsson  <jas@extundo.com>
37260
37261         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
37262
37263 2005-02-22  Simon Josefsson  <jas@extundo.com>
37264
37265         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
37266
37267 2005-02-22  Jim Meyering  <jim@meyering.net>
37268
37269         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
37270         s/ifndef/ifdef/.
37271
37272 2005-02-20  Neil Conway  <neilc@samurai.com>
37273
37274         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
37275         returned by OSX/Darwin if the specified buffer is not large
37276         enough for the hostname.
37277
37278 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37279
37280         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
37281         pass it to _help, otherwise the latter coredumps trying to
37282         dereference state.root_argp.
37283
37284 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37285
37286         * modules/chdir-long (Depends-on): Add memrchr.
37287         * modules/memrchr (Files): Add lib/memrchr.h.
37288         (Include): "memrchr.h".
37289
37290 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37291
37292         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
37293
37294 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37295
37296         * lib/memrchr.h: New file.
37297         * lib/chdir-long.c: Include it.
37298         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
37299         Don't bother including stddef.h.
37300
37301 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
37302
37303         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
37304         inclusion.
37305         Include <sys/types.h>, for dev_t.
37306         (ME_DUMMY, ME_REMOTE): Move from here....
37307         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
37308         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
37309         Dmitry V. Levin.
37310         Include mountlist.h first, to test the interface.
37311
37312 2005-01-29  Bruno Haible  <bruno@clisp.org>
37313
37314         * lib/progname.c (program_name): Initialize.
37315         Needed when linking statically on MacOS X.
37316
37317 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37318
37319         Sync from coreutils.
37320         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
37321         (Depends-on): Add c-strtod.
37322         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
37323
37324 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37325
37326         Sync from coreutils.
37327         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
37328
37329         Remove files that are specific to coreutils.
37330         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
37331
37332 2005-01-28  Bruno Haible  <bruno@clisp.org>
37333
37334         * modules/javacomp: New file.
37335         * MODULES.html.sh (Java): Add javacomp.
37336
37337 2005-01-28  Bruno Haible  <bruno@clisp.org>
37338
37339         * m4/javacomp.m4: New file, from GNU gettext.
37340
37341 2005-01-28  Bruno Haible  <bruno@clisp.org>
37342
37343         * lib/javacomp.sh.in: New file, from GNU gettext.
37344         * lib/javacomp.h: New file, from GNU gettext.
37345         * lib/javacomp.c: New file, from GNU gettext.
37346
37347 2005-01-26  Simon Josefsson  <jas@extundo.com>
37348
37349         * lib/gai_strerror.c: Use GPL in header.
37350
37351 2005-01-26  Bruno Haible  <bruno@clisp.org>
37352
37353         * modules/javaexec: New file.
37354         * MODULES.html.sh (Java): Add javaexec.
37355
37356 2005-01-26  Bruno Haible  <bruno@clisp.org>
37357
37358         * m4/javaexec.m4: New file, from GNU gettext.
37359
37360 2005-01-26  Bruno Haible  <bruno@clisp.org>
37361
37362         * lib/javaexec.sh.in: New file, from GNU gettext.
37363         * lib/javaexec.h: New file, from GNU gettext.
37364         * lib/javaexec.c: New file, from GNU gettext.
37365
37366 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37367
37368         * modules/lchown (Depends-on): Remove lchown.h
37369
37370 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37371
37372         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
37373         must be defined if the header file was not found, in order
37374         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
37375
37376 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37377
37378         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
37379         initializers for struct pentry_state.
37380         (__argp_error): Check return value of __asprintf
37381         (__argp_failure): Translate error message
37382
37383         * lib/argp-parse.c: Removed braces around the expansion of N_()
37384
37385 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37386
37387         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
37388         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
37389         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
37390         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
37391         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
37392         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
37393         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
37394         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
37395         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
37396         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
37397         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
37398         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
37399         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
37400         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
37401         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
37402         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
37403         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
37404         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
37405         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
37406         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
37407         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
37408         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
37409         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
37410         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
37411         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
37412         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
37413         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
37414         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
37415         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
37416         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
37417         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
37418         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
37419         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
37420         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
37421         xstrtol.m4, xstrtoumax.m4, yesno.m4:
37422         Use an all-permissive copyright notice, recommended by RMS.
37423
37424 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
37425
37426         * modules/chdir-long (Depends-on): Remove mempcpy.
37427
37428 2005-01-21  Jim Meyering  <jim@meyering.net>
37429
37430         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
37431         same value as for Solaris 9.
37432
37433         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
37434         component length.  This included changing the parameter to be
37435         of type `char *' rather than `char const *'.
37436         * lib/chdir-long.h (chdir_long): Update prototype.
37437
37438         * lib/openat.c (fdopendir, fstatat): New functions.
37439         * lib/openat.h: Include headers required for use of DIR and struct
37440         stat.
37441         [AT_SYMLINK_NOFOLLOW]: Define.
37442         (fdopendir, fstatat): Add prototypes.
37443
37444 2005-01-21  Bruno Haible  <bruno@clisp.org>
37445
37446         * modules/classpath: New file.
37447         * MODULES.html.sh (Java): Add classpath.
37448
37449 2005-01-21  Bruno Haible  <bruno@clisp.org>
37450
37451         * lib/classpath.h: New file, from GNU gettext.
37452         * lib/classpath.c: New file, from GNU gettext.
37453
37454 2005-01-20  Simon Josefsson  <jas@extundo.com>
37455
37456         * modules/version-etc-fsf: New file.
37457
37458 2005-01-20  Simon Josefsson  <jas@extundo.com>
37459
37460         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
37461         * lib/version-etc.c: Remove version_etc_copyright.
37462         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
37463         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
37464
37465 2005-01-20  Simon Josefsson  <jas@extundo.com>
37466
37467         * lib/base64.h (isbase64): Add.
37468
37469         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
37470         using a unsigned prototype, don't inline.
37471         (base64_decode): Use it.
37472
37473 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37474
37475         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
37476         it.
37477
37478 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37479
37480         * lib/save-cwd.c (save_cwd): Remove code to support the case
37481         where fchdir is missing or flaky.
37482
37483 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37484
37485         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
37486
37487 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37488
37489         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
37490         AC_LIBSOURCES now does this.
37491         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
37492         with new ullong_max module.
37493
37494 2005-01-19  Bruno Haible  <bruno@clisp.org>
37495
37496         * modules/sh-quote: New file.
37497         * MODULES.html.sh (Executing programs): Add sh-quote.
37498
37499 2005-01-19  Bruno Haible  <bruno@clisp.org>
37500
37501         * lib/sh-quote.h: New file, from GNU gettext.
37502         * lib/sh-quote.c: New file, from GNU gettext.
37503
37504 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37505
37506         Merge from coreutils.
37507         * m4/ullong_max.m4: New file.
37508         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
37509         (gl_MACROS): Assume localeconv exists.
37510
37511 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37512
37513         Merge changes from coreutils, as described below in several
37514         changelogs dated today.
37515
37516         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
37517         (O_DIRECTORY): Remove; not needed here, since "." must be
37518         a directory.  All uses removed.
37519         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
37520         universal on Suns, and we also need to test for IRIX.
37521         Revamp code to use 'if' rather than '#if'.
37522         Avoid unnecessary comparison of cwd->desc to 0.
37523
37524         * lib/utimens.c (futimens): Robustify the previous patch, by checking
37525         for known valid error numbers rather than observed invalid ones.
37526
37527 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37528
37529         * modules/ullong_max: New file.
37530
37531         * modules/chdir-long, modules/openat: New files.
37532         * modules/save-cwd (Depends-on): Depend on chdir-long.
37533         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
37534
37535 2005-01-18  Jim Meyering  <jim@meyering.net>
37536
37537         Merge from coreutils.
37538         * m4/chdir-long.m4, m4/openat.m4: New files.
37539         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
37540         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
37541         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
37542         is sane and DOES follow symlinks.  Besides, testing 20 different
37543         systems found no broken chown implementations.
37544         Prompted by a change in rsync's copy of this macro.
37545         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
37546
37547         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
37548
37549         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
37550         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
37551         NULL-means-set-to-current-time semantics.
37552         Remove temporary file immediately, rather than waiting
37553         for configure's at-exit trap code to do it.
37554
37555 2005-01-18  Jim Meyering  <jim@meyering.net>
37556
37557         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37558
37559         * lib/utimens.c (futimens): Account for the fact that futimes
37560         can also fail with errno == ENOSYS or errno == ENOENT.
37561         Patch from Dmitry V. Levin.
37562
37563         Change the name of the robust chdir function from chdir to chdir_long.
37564         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
37565         (restore_cwd): Use chdir_long, not chdir.
37566         * lib/chdir-long.c: Renamed from chdir.c.
37567         * lib/chdir-long.h: Renamed from chdir.h.
37568         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
37569         Hurd.
37570
37571 2005-01-18  Bruno Haible  <bruno@clisp.org>
37572
37573         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
37574         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
37575         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
37576         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
37577         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
37578         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
37579         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
37580         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
37581         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
37582         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
37583         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
37584         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
37585         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
37586         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
37587         Use an all-permissive copyright notice, recommended by RMS.
37588
37589 2005-01-18  Bob Proulx  <bob@proulx.com>
37590
37591         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
37592         simplify offsetof() macro construct to avoid compile failure with
37593         native HP-UX 11.0 ANSI C compiler.
37594
37595 2005-01-17  Bruno Haible  <bruno@clisp.org>
37596
37597         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
37598         redundant because stpncpy.m4 takes care of it.
37599
37600 2005-01-17  Bruno Haible  <bruno@clisp.org>
37601
37602         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
37603
37604 2005-01-17  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
37607         used.
37608
37609 2005-01-17  Bruno Haible  <bruno@clisp.org>
37610
37611         * lib/fwriteerror.h (fwriteerror): Change specification to include
37612         fclose.
37613         * lib/fwriteerror.c: Include <stdbool.h>.
37614         (fwriteerror): At the end, close the file stream. Record whether
37615         stdout was already closed.
37616
37617 2005-01-17  Bruno Haible  <bruno@clisp.org>
37618
37619         * lib/execute.c (environ): Declare if needed.
37620         * lib/pipe.c (environ): Likewise.
37621         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
37622
37623 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37624
37625         * modules/argp: Depend on vsnprintf
37626
37627 2005-01-10  Jim Meyering  <jim@meyering.net>
37628
37629         * modules/closeout (Depends-on): Add atexit.
37630
37631 2005-01-06  Bruno Haible  <bruno@clisp.org>
37632
37633         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
37634
37635 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37636
37637         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
37638         definitions to be after all include files, to avoid collisions.
37639         Problem reported by Bob Proulx.
37640
37641 2005-01-04  Jim Meyering  <jim@meyering.net>
37642
37643         Changes imported from coreutils.
37644         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
37645         as the mkstemp template, use a temporary directory and an
37646         8.3-friendly template to avoid trouble on systems like DJGPP.
37647         Reported by Juan M. Guerrero via Stepan Kasal.
37648         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
37649         close. Remove the temporary directory right away, rather than waiting
37650         for configure's at-exit trap code to do it.
37651         Suggestion from Stepan Kasal.
37652
37653 2005-01-01  Simon Josefsson  <jas@extundo.com>
37654
37655         * gnulib-tool: Print #include directives when --import'ing.
37656
37657 2004-12-28  Simon Josefsson  <jas@extundo.com>
37658
37659         * tests/test-base64.c: Include required header files.  Remove
37660         unused variables.
37661
37662 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37663
37664         * modules/error (Depends-on): Remove gettext.
37665
37666 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37667
37668         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
37669         not needed.  This removes a dependency on the gettext module.
37670         [defined _LIBC]: Do not include <libintl.h>; not needed.
37671
37672 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37673
37674         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
37675         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
37676
37677 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37678
37679         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
37680         HAVE_DECL_STRTOLD.
37681
37682 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37683
37684         * modules/getdate (Depends-on): Remove alloca-opt.
37685
37686 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37687
37688         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
37689
37690 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37691
37692         * lib/argp-parse.c: Include <stddef.h>.
37693         (alignof, alignto): New macros.
37694         (parser_init): Don't assume that void * is aligned sufficiently
37695         for struct option.
37696
37697         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
37698         need to extend the stack.
37699         (YYINITDEPTH): New macro, so that the initial stack isn't overly
37700         large.
37701
37702 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37703
37704         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
37705
37706 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37707
37708         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
37709         (2004-10-24) change.  Apparently this was a false alarm.
37710
37711         * modules/getdate: Depend on alloca-opt, not alloca.
37712
37713 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37714
37715         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
37716         Remove now-obsolete comment about AIX.
37717         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
37718         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
37719         (YYMAXDEPTH): New macro.
37720
37721 2004-12-18  Simon Josefsson  <jas@extundo.com>
37722
37723         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
37724
37725 2004-12-18  Bruno Haible  <bruno@clisp.org>
37726
37727         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
37728
37729 2004-12-18  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/fatal-signal.c (fatal_signals): Make non-const.
37732         (init_fatal_signals): New function.
37733         (uninstall_handlers, install_handlers): Ignore signals that were set to
37734         SIG_IGN.
37735         (at_fatal_signal): Call init_fatal_signals.
37736         (init_fatal_signal_set): Likewise. Ignore signals that were set to
37737         SIG_IGN.
37738         Reported by Paul Eggert.
37739
37740 2004-12-18  Bruno Haible  <bruno@clisp.org>
37741
37742         * doc/alloca.texi: New file.
37743         * doc/alloca-opt.texi: New file.
37744
37745 2004-12-17  Jim Meyering  <jim@meyering.net>
37746
37747         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
37748         Otherwise, install-sh could exit with improper exit status when
37749         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
37750
37751 2004-12-16  Simon Josefsson  <jas@extundo.com>
37752
37753         * tests/test-base64.c: Add license.
37754
37755 2004-12-15  Stepan Kasal  <address@hidden>
37756
37757         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
37758
37759 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
37760
37761         * modules/getcwd (Files): Add m4/d-ino.m4.
37762         Suggested by Mark D. Baushke.
37763
37764 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37765
37766         * lib/getdate.y (textint): New member "negative".
37767         (time_zone_hhmm): New function.
37768         Expect 14 shift-reduce conflicts, not 13.
37769         (o_colon_minutes): New rule.
37770         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
37771         (yylex): Set the "negative" member of signed numbers.
37772
37773 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37774
37775         * doc/getdate.texi (Time of day items, Time zone items):
37776         Describe new formats +00:00, UTC+00:00.
37777
37778 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37779
37780         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
37781         spurious "-l"s.  Problem reported by Stepan Kasal.
37782
37783 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
37784
37785         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
37786         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
37787
37788 2004-12-04  Simon Josefsson  <jas@extundo.com>
37789
37790         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
37791         Vandoorselaere <yoann@prelude-ids.org>.
37792
37793 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37794
37795         Changes imported from coreutils.
37796         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
37797         exist.
37798         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
37799
37800 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37801
37802         Changes imported from coreutils.
37803         * lib/hard-locale.c: Assume <locale.h> exists.
37804         Include "strdup.h".
37805         (GLIBC_VERSION): New macro.
37806         (hard_locale): Assume setlocale exists.
37807         Rewrite to avoid #ifdef.
37808         Use strdup rather than malloc + strcpy.
37809         * lib/human.c: Assume <locale.h> exists.
37810         (human_readable): Assume localeconv exists.
37811
37812 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37813
37814         * modules/hard-locale (Depends-on): Add strdup.
37815
37816 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37817
37818         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
37819         convert T2, not T.  (Imported from libc.)
37820
37821 2004-11-30  Simon Josefsson  <jas@extundo.com>
37822
37823         * modules/restrict (License): Change to LGPL.
37824
37825 2004-11-30  Simon Josefsson  <jas@extundo.com>
37826
37827         * m4/restrict.m4: Add copyright and copying conditions.
37828
37829 2004-11-30  Simon Josefsson  <jas@extundo.com>
37830
37831         * m4/base64.m4: New file.
37832
37833 2004-11-30  Simon Josefsson  <jas@extundo.com>
37834
37835         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
37836         base64.
37837
37838         * tests/test-base64.c: New file.
37839
37840         * modules/base64: New file.
37841
37842 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37843
37844         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
37845         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
37846
37847         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
37848
37849 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37850
37851         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
37852         (__getcwd.c): Don't restore errno; glibc doesn't.
37853         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
37854         first, falling back to our code only if its results look suspicious.
37855         Ensure that the resulting buffer is only as large as necessary.
37856
37857         * lib/readutmp.c: Include readutmp.h first.
37858         Include <errno.h>, since readutmp.h no longer does that.
37859         * lib/readutmp.h: Don't include <errno.h>,
37860         <sys/param.h>, <time.h>; not needed to establish interface.
37861         (errno): Remove decl.
37862         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
37863         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
37864         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
37865
37866 2004-11-28  Simon Josefsson  <jas@extundo.com>
37867
37868         * lib/base64.h, base64.c: New file.
37869
37870 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37871
37872         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
37873
37874 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37875
37876         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
37877         (Depends-on): Remove pathmax, same.  Add mempcpy.
37878         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
37879         (Makefile.am): Append getcwd.h to lib_SOURCES.
37880         (Include): Add getcwd.h.
37881         (Maintainer): Change from Jim Meyering to "all, glibc",
37882         since getdate now uses intended-for-glibc code.
37883         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
37884         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
37885
37886 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37887
37888         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
37889         HP's ANSI C compiler.
37890         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
37891         Declaring int functions causes warnings on some modern systems and
37892         shouldn't be needed to compile on ancient ones.
37893         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
37894         defined.
37895
37896         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
37897         with the following changes.
37898         (__set_errno): Parenthesize properly.
37899         Include <stdbool.h>.
37900         (MIN, MAX, MATCHING_INO): New macros.
37901         (__getcwd): Define with prototype, not K&R form.
37902         Use heuristics to allocate default buffer on stack if possible.
37903         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
37904         behavior, and to avoid the PATH_MAX limit when computing
37905         ../../../../...
37906         Use MATCHING_INO to compare inode number to file.
37907         Check for arithmetic overflow in size calculations.
37908         Fix bug in reallocation of dot array that caused getcwd to fail
37909         on directories nested deeper than 75.
37910         Be more careful about saving errno on error.
37911         Do not use realloc; use only free+malloc, as this is a bit
37912         more flexible and avoids a needless copy operation.
37913         Do not inspect st_dev and st_ino for symbolic links; POSIX
37914         doesn't specify the latter.
37915         Check for closedir errors.
37916         Avoid needless casts.
37917         Use "#ifdef weak_alias" around weak_alias, to be like other
37918         glibc code.
37919         The following changes to getcwd.c have effect only when used in
37920         gnulib; they have no effect inside glibc proper.
37921         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
37922         as alloca isn't used.
37923         (alloca, __alloca): Likewise.
37924         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
37925         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37926         unconditionally, as gnulib assumes C89 or better.
37927         Do not include <sys/param.h>.
37928         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
37929         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
37930         better.
37931         (NULL) [!defined NULL]: Remove; we assume C89 or better.
37932         Include <dirent.h> in a way that is compatible with modern Autoconf.
37933         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
37934         New macros, if not already defined.
37935         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
37936         Use "_LIBC", not "defined _LIBC", for consistency.
37937         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
37938         a mempcpy module.
37939         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
37940         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
37941         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
37942         credit only to Jim Meyering and adjust the copyright dates.
37943         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
37944         <stdlib.h>, <unistd.h>, "pathmax.h".
37945         Instead, include "xgetcwd.h" (first) and "getcwd.h".
37946         (INITIAL_BUFFER_SIZE): Remove.
37947         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
37948
37949 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37950
37951         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
37952         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
37953         Use the _ONCE methods, for efficiency.
37954         Check for fcntl.h.  In test program, include <errno.h>
37955         and <fcntl.h> if available.  Remove old K&R cruft from
37956         test program.  Check for common errors in GNU/Linux,
37957         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
37958         don't do AC_LIBOBJ, as that's getcwd.m4's job.
37959         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
37960         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
37961         name accordingly.
37962         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
37963         accommodate new getcwd.c.
37964         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
37965         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
37966         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
37967         that's all we need now.
37968
37969 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37970
37971         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
37972         argp-parse.c depends on getopt internals, that means we should
37973         always use our getopt, to be on the safe side.
37974         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
37975         order not to spoil the result of an eventual previous invocation
37976         of gl_GETOPT_SUBSTITUTE.
37977
37978 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37979
37980         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
37981         redefinition warnings. To avoid them, include the defines
37982         in `#if !defined __need_getopt ... #endif'. The only place
37983         where __getopt_argv_const is used is in definitions
37984         of getopt_long and getopt_long_only below, which are as well
37985         protected by `#ifndef __need_getopt'.
37986         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
37987         __need_getopt after including <stdio.h> and <unistd.h> These
37988         headers might have defined it.
37989
37990 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37991
37992         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
37993
37994 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37995
37996         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
37997         (futimens): New function, which uses futimes if available.
37998         (futimens, utimens): Support timespec==NULL, with same semantics
37999         as utime and utimens.
38000         * lib/utimens.h (futimens): New decl.
38001
38002 2004-11-23  Jim Meyering  <jim@meyering.net>
38003
38004         * lib/getopt_.h: Remove trailing blanks.
38005
38006 2004-11-23  Jim Meyering  <jim@meyering.net>
38007
38008         * lib/__fpending.c: Add comment.
38009
38010 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
38011
38012         * modules/canonicalize (Depends-on): Add xreadlink.
38013         Problem reported by James Youngman.
38014
38015 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
38016
38017         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
38018         New macros.
38019         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
38020         optopt): Use them instead of invoking ## directly; otherwise, the
38021         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
38022
38023 2004-11-19  Bruno Haible  <bruno@clisp.org>
38024
38025         * lib/strtok_r.c: Move comments from here...
38026         * lib/strtok_r.h: ... to here.
38027
38028 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38029
38030         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
38031         implementations that mishandle size_t overflow.
38032
38033 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38034
38035         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
38036         might fail.  Problem reported by Yoann Vandoorselaere.
38037         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
38038         implementations that mishandle size_t overflow.
38039
38040 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38041
38042         * modules/canon-host (Depends-on): Add strdup.
38043
38044 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38045
38046         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
38047
38048 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38049
38050         * lib/canon-host.c: Include "strdup.h".
38051         (canon_host): Use getaddrinfo if available, so that IPv6 works.
38052         Use strdup instead of malloc/strcpy to duplicate strings.
38053
38054         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
38055         (human_space_before_unit): New constant.
38056         * lib/human.c (human_readable): Support it.
38057
38058         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
38059         (xgetcwd): Set errno correctly when failing.
38060         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
38061         the failure is actually due to a PATH_MAX problem.
38062
38063         Further getopt changes to make it more likely that glibc will
38064         buy the changes back.
38065         * lib/getopt.c (POSIXLY_CORRECT): New constant.
38066         (getopt): Use it, so to preserve glibc semantic
38067         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
38068         when compiling for libc.
38069         * lib/getopt_.h (__getopt_argv_const): Bring it back.
38070         (getopt_long, getopt_long_only): Use it.
38071
38072         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38073         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
38074         (getopt): Argv is now char * const *, as per standard.
38075         (_getopt_internal_r, _getopt_internal): Argv is now char **,
38076         not char *__getopt_argv_const *.
38077         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38078         _getopt_long_only_r): Likewise.
38079         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
38080         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38081         _getopt_long_r, _getopt_long_only_r): Likewise.
38082         * lib/getopt_.h (__getopt_argv_const): Remove.
38083         (getopt): Argv is now char * const *, as per standard.
38084
38085         * lib/getdate.y (tORDINAL): New token.
38086         (day, relunit): Allow it for relative times.
38087         (relative_time_table): Use tORDINAL for ordinals.
38088
38089 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38090
38091         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
38092         Document that "second" isn't allowed as an ordinal number.
38093
38094 2004-11-16  Jim Meyering  <jim@meyering.net>
38095
38096         * modules/closeout (Depends-on): Add fpending.
38097
38098 2004-11-15  Jim Meyering  <jim@meyering.net>
38099
38100         * lib/closeout.c: Include "__fpending.h" once again.
38101         Include <stdbool.h>.
38102         (close_stdout): Don't fail just because stdout was closed initially,
38103         since some programs don't write to stdout in the normal course of
38104         operation (other than --version and --help), and we don't want this
38105         function to make e.g. `touch file >&-' fail.
38106         But do fail if it was closed and someone has tried to write to it.
38107         E.g., `printf foo >&-' must fail.
38108
38109 2004-11-13  Jim Meyering  <jim@meyering.net>
38110
38111         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
38112
38113 2004-11-12  Simon Josefsson  <jas@extundo.com>
38114
38115         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
38116         small doc fix is still pending.
38117
38118 2004-11-11  Simon Josefsson  <jas@extundo.com>
38119
38120         * modules/strtok_r: New file.
38121
38122         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38123         strtok_r.
38124
38125 2004-11-11  Simon Josefsson  <jas@extundo.com>
38126
38127         * m4/strtok_r.m4: New file.
38128
38129         * m4/getopt.m4: Replace opterr.
38130
38131 2004-11-11  Simon Josefsson  <jas@extundo.com>
38132
38133         * lib/strtok_r.h, strtok_r.c: New file.
38134
38135 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38136
38137         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
38138         of replacing opterr, getopt, etc.  This should handle the
38139         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
38140
38141 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38142
38143         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
38144         we can stop lying to compilers about the constness of argv when we
38145         are compiled outside glibc.
38146         (getopt, getopt_long, getopt_long_only): Use it.
38147         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38148         _getopt_internal, getopt): Likewise.
38149         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38150         _getopt_long_only_r): Likewise.
38151         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38152         _getopt_long_r, _getopt_long_only_r): Likewise.
38153
38154         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
38155         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
38156         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
38157         the other external symbols.
38158         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
38159         declaration, since the above renaming now works around collisions.
38160
38161 2004-11-11  Jim Meyering  <jim@meyering.net>
38162
38163         * lib/linebreak.c: Remove trailing blanks.
38164         * lib/alloca_.h: Likewise.
38165         * lib/acosl.c: Likewise.
38166         * lib/euidaccess.c: Likewise.
38167         * lib/allocsa.h: Likewise.
38168
38169 2004-11-10  Simon Josefsson  <jas@extundo.com>
38170
38171         * m4/getaddrinfo.m4: New file.
38172
38173 2004-11-10  Simon Josefsson  <jas@extundo.com>
38174
38175         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
38176
38177 2004-11-10  Simon Josefsson  <jas@extundo.com>
38178
38179         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38180         getaddrinfo.
38181
38182         * modules/getaddrinfo: New file.
38183
38184 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38185
38186         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
38187
38188 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38189
38190         * lib/mktime.c (SHR): New macro, which is a portable
38191         substitute for >> that should work even on Crays.
38192         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
38193         Problem reported by Mark D. Baushke in
38194         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
38195         * lib/getdate.y (SHR): Likewise.
38196         (tm_diff): Use it.
38197         * lib/strftime.c (SHR): Likewise.
38198         (tm_diff): Use it.
38199         * lib/quotearg.c (struct quoting_options): Use unsigned int for
38200         quote_these_too, so that right shifts are well defined.  All uses
38201         changed.
38202
38203 2004-11-10  Jim Meyering  <jim@meyering.net>
38204
38205         Ensure that no close failure goes unreported.
38206         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
38207         return early when it seems there's nothing to flush.
38208         Don't include __fpending.h.
38209
38210 2004-11-10  Jim Meyering  <jim@meyering.net>
38211
38212         * modules/closeout (Depends-on): Remove fpending.
38213
38214 2004-11-10  Jim Meyering  <jim@meyering.net>
38215
38216         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
38217
38218 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38219
38220         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
38221         gl_FUNC_STRFTIME.
38222         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
38223         and AC_REQUIRE when possible, to avoid duplicate checks.
38224         Check for <wchar.h>.
38225
38226 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38227
38228         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
38229
38230 2004-11-09  Bruno Haible  <bruno@clisp.org>
38231
38232         * m4/sockpfaf.m4: New file.
38233
38234 2004-11-05  Bruno Haible  <bruno@clisp.org>
38235
38236         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
38237         Reported by Mark D. Baushke <mdb@cvshome.org>.
38238
38239 2004-11-04  Bruno Haible  <bruno@clisp.org>
38240
38241         2004-09-11  Bruno Haible  <bruno@clisp.org>
38242                 * allocsa.valgrind: New file.
38243         2004-02-06  Bruno Haible  <bruno@clisp.org>
38244                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
38245                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
38246                 Reported by Christopher Seip <chris.seip@hp.com>.
38247
38248 2004-11-04  Bruno Haible  <bruno@clisp.org>
38249
38250         * modules/allocsa (Files): Add lib/allocsa.valgrind.
38251         (Makefile.am): Distribute it.
38252
38253 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38254
38255         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
38256         with errno == ERANGE if the buffer is too small.
38257         Problem reported by Mark D. Baushke.
38258
38259 2004-11-03  Albert Chin  <china@thewrittenword.com>
38260             Paul Eggert  <eggert@cs.ucla.edu>
38261
38262         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
38263         equivalent, substitute $ac_type for equivalent type rather than
38264         blindly using uint32_t *always* which won't work if uint32_t is not
38265         available.  Define _UINT32_T to work around typedef of uint32_t if
38266         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
38267         2.5.1.
38268
38269 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38270
38271         * m4/jm-macros.m4: Sync from coreutils.
38272         (gl_MACROS): Check for mbrlen, for pathchk.
38273         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
38274
38275 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38276
38277         * lib/xreadlink.c (MAXSIZE): New macro.
38278         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
38279         size does not exceed MAXSIZE.  Avoid cast.
38280         As suggested by Mark D. Baushke in
38281         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
38282         if readlink fails with buffer size just under MAXSIZE, try again
38283         with MAXSIZE.
38284
38285 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38286
38287         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
38288
38289 2004-11-02  Derek R. Price  <derek@ximbiot.com>
38290         and  Paul Eggert  <eggert@cs.ucla.edu>
38291
38292         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
38293         (get_date): Overparenthesize to avoid GCC warning.
38294
38295 2004-11-02  Bruno Haible  <bruno@clisp.org>
38296
38297         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
38298         returns void.
38299
38300 2004-11-02  Bruno Haible  <bruno@clisp.org>
38301
38302         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
38303         function returns void.
38304
38305 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38306
38307         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
38308         fflush_unlocked, flockfile, funlockfile, funlockfile,
38309         fputs_unlocked, putc_unlocked.
38310
38311 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38312
38313         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38314         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
38315         already declared.
38316
38317 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38318
38319         * modules/getdate (Files): Add doc/getdate.texi.
38320         (Depends-on): Add setenv, xalloc.
38321
38322 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38323
38324         * lib/getdate.y: Add support for TZ="foo" within a date string.
38325         Fix some bugs near time_t boundaries.  Reject dates with
38326         out-of-range components, e.g., "Sept 31".
38327         Include <stdlib.h>, "setenv.h", "xalloc.h".
38328         (ISDIGIT_LOCALE): Remove; unused.
38329         Note that the TZ and time functions used here are not reentrant.
38330         (mktime_ok, get_tz): New functions.
38331         (TZBUFSIZE): New constant.
38332         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
38333         This requires that we sometimes generate our own TZ="XXX..." setting.
38334
38335 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38336
38337         * doc/getdate.texi: New file, from coreutils with modifications for
38338         the new TZ parsing.
38339
38340 2004-10-27  Derek R. Price  <derek@ximbiot.com>
38341
38342         * lib/mktime.c (not_equal_tm): Remove redundant check.
38343
38344 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38345
38346         * modules/regex (lib_SOURCES): Add regex.c.
38347         Reported by James Youngman in
38348         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
38349
38350 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38351
38352         * lib/getdate.y: Use Bison 1.875 features, and some minor
38353         code cleanups.  This change does not affect semantics.
38354         Don't include <stdlib.h>; no longer needed.
38355         Don't include unlocked-io.h; only the "#if TEST" code uses
38356         stdio, and performance isn't crucial there.
38357         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
38358         Bison 1.875 features as described below.
38359         All uses of "PC." replaced by "pc->".
38360         (YYSTYPE): Add a forward declaration.
38361         (yylex, yyerror): Use full prototypes in forward decls.
38362         Use "%pure-parser" rather than obsolescent "%pure_parser".
38363         Use %parse-param and %lex-param instead of obsolescent
38364         YYPARSE_PARAM and YYLEX_PARAM.
38365         (meridian_table, month_and_day_table, time_units_table,
38366         relative_time_table, time_zone_table, military_table,
38367         lookup_zone, lookup_word, get_date):
38368         Use NULL instead of 0 where appropriate.
38369         (to_hour): Avoid abort (), to avoid a dependency on
38370         stdlib.h.
38371         (yyerror, yylex): Now accepts parser_control * arg.
38372         (main) [TEST]: Use '\0' rather than 0 for char.
38373
38374 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38375
38376         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
38377
38378 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38379
38380         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
38381         It's now the caller's responsibility to handle the case where
38382         !HAVE_GETPAGESIZE && !defined getpagesize.
38383
38384         * lib/mktime.c (leapyear): Arg is long int, not int.
38385
38386 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
38387
38388         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
38389
38390 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38391
38392         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
38393         missing.  Problem reported by James Youngman.
38394
38395 2004-10-16  Simon Josefsson  <jas@extundo.com>
38396
38397         * gnulib-tool: Fix comments.  Fix parse problem.
38398         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
38399
38400 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
38401
38402         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
38403         implementation of getopt_long.  Problem reported by Alexander Taler in:
38404         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
38405
38406 2004-10-15  Bruno Haible  <bruno@clisp.org>
38407
38408         * gnulib-tool: Untabify. Initialize supplied_libname.
38409         (func_usage): More homogenous output.
38410         (func_modules_transitive_closure, func_modules_to_filelist,
38411         func_emit_lib_Makefile_am): New functions.
38412         (func_import): New function, extracted from big case statement. Use
38413         func_get_license, func_modules_transitive_closure,
38414         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
38415         opt_lgpl. Don't use test -a, as it's not portable.
38416         (func_create_testdir): Use func_modules_transitive_closure,
38417         func_modules_to_filelist, func_emit_lib_Makefile_am.
38418
38419 2004-10-15  Bruno Haible  <bruno@clisp.org>
38420
38421         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
38422
38423 2004-10-15  Bruno Haible  <bruno@clisp.org>
38424
38425         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
38426         the portions belonging to each module.
38427         Suggested by Derek Robert Price <derek@ximbiot.com>.
38428
38429 2004-10-12  Simon Josefsson  <jas@extundo.com>
38430
38431         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38432         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
38433         to real functions.
38434
38435 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38436
38437         * modules/vsnprintf: New file.
38438
38439 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38440
38441         * m4/vsnprintf.m4: New file.
38442
38443 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38444
38445         * lib/vsnprintf.h: New file.
38446         * lib/vsnprintf.c: New file.
38447
38448 2004-10-11  Bruno Haible  <bruno@clisp.org>
38449
38450         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
38451         vsnprintf.
38452
38453 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38454
38455         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
38456
38457 2004-10-07  Bruno Haible  <bruno@clisp.org>
38458
38459         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
38460         fits into the provided buffer.
38461
38462 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38463
38464         * lib/diacrit.c, diacrit.h: Add GPL notice.
38465
38466         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
38467         notice.
38468         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
38469         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
38470         This avoids a potential constant-folding bug.
38471
38472 2004-10-05  Bruno Haible  <bruno@clisp.org>
38473
38474         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
38475         for the declaration of strsep.
38476
38477 2004-10-05  Bruno Haible  <bruno@clisp.org>
38478
38479         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
38480
38481 2004-10-04  Simon Josefsson  <jas@extundo.com>
38482
38483         * modules/memmem: New file.
38484         * tests/test-memmem.c: New file.
38485         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
38486
38487 2004-10-04  Simon Josefsson  <jas@extundo.com>
38488
38489         * m4/memmem.m4: New file.
38490
38491 2004-10-04  Simon Josefsson  <jas@extundo.com>
38492
38493         * lib/memmem.h: New file.
38494         * lib/memmem.c: New file, taken from glibc.
38495
38496 2004-10-04  Simon Josefsson  <jas@extundo.com>
38497
38498         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
38499         '#ifdef USE_UNLOCKED_IO'.
38500
38501 2004-10-04  Simon Josefsson  <jas@extundo.com>
38502
38503         * config/srclist.txt: Add memmem from glibc.
38504
38505 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38506
38507         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
38508
38509         * modules/argmatch, modules/argp, modules/closeout, modules/error,
38510         modules/exclude, modules/getdate, modules/getline,
38511         modules/getndelim2, modules/getpass, modules/getpass-gnu,
38512         modules/getusershell, modules/linebuffer, modules/md5,
38513         modules/mountlist, modules/posixtm, modules/readtokens,
38514         modules/readutmp, modules/regex, modules/sha1,
38515         modules/version-etc, modules/yesno:
38516         Remove dependency on unlocked-io.
38517
38518 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38519
38520         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
38521
38522         * m4/unlocked-io.m4: Add copyright notice.
38523         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
38524
38525 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38526
38527         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
38528         * lib/xmalloc.c (xmemdup): Likewise.
38529         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
38530         XFREE): Remove these long-obsolescent macros.
38531         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
38532         * lib/xstrdup.c: Remove.
38533
38534         * lib/regex.c (re_comp): Cast gettext return value to char *,
38535         Problem reported by Martin Neitzel via Mark D. Baushke.
38536
38537 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38538
38539         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
38540         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
38541         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
38542         regex.c, sha1.c, version-etc.c, yesno.c:
38543         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
38544         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
38545         the includer's responsibility.
38546
38547         Sync from coreutils.
38548
38549         * lib/modechange.c (mode_compile): Don't decrement a pointer that
38550         points to the start of a string, as the C Standard says the
38551         resulting behavior is undefined.
38552
38553         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
38554         simple -> simple_backups, numbered_existing ->
38555         numbered_existing_backups, numbered -> numbered_backups
38556         to avoid shadowing problems.  All uses changed.
38557         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
38558         * lib/backupfile.c (check_extension, numbered_backup):
38559         Rename locals to avoid shadowing 'basename'.
38560         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
38561         once.
38562
38563         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
38564         * lib/.cvsignore: Add getopt.h.
38565
38566 2004-10-04  Bruno Haible  <bruno@clisp.org>
38567
38568         * modules/README: New file.
38569         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
38570         not a module.
38571
38572 2004-10-02  Jim Meyering  <jim@meyering.net>
38573
38574         * lib/dirfd.h, getpagesize.h: Add copyright notice.
38575
38576 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38577
38578         * modules/strsep: New file.
38579
38580 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38581
38582         * m4/strsep.m4: New file.
38583
38584 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38585
38586         * lib/strsep.h: New file.
38587         * lib/strsep.c: New file.
38588
38589 2004-10-01  Simon Josefsson  <jas@extundo.com>
38590
38591         * lib/snprintf.c (snprintf): Handle size==0.
38592
38593 2004-10-01  Simon Josefsson  <jas@extundo.com>
38594             Bruno Haible  <bruno@clisp.org>
38595
38596         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
38597         (snprintf): Declare 'args'.
38598
38599 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
38600
38601         * lib/snprintf.c: Remove comments as to why each header is needed.
38602
38603 2004-10-01  Bruno Haible  <bruno@clisp.org>
38604
38605         * MODULES.html.sh: Add strsep.
38606
38607 2004-09-30  Simon Josefsson  <jas@extundo.com>
38608
38609         * modules/snprintf: New file.
38610
38611 2004-09-30  Simon Josefsson  <jas@extundo.com>
38612
38613         * m4/snprintf.m4: New file.
38614
38615 2004-09-30  Simon Josefsson  <jas@extundo.com>
38616
38617         * lib/snprintf.h, lib/snprintf.c: New files.
38618
38619 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38620
38621         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
38622         (hol_entry_help): Never translate an empty string.
38623         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
38624         * lib/argp.h (OPTION_NO_TRANS): New option.
38625
38626 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38627
38628         * modules/argp (Maintainer): Replace Simon Josefsson
38629         by Sergey Poznyakoff.
38630
38631 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38632
38633         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
38634         changes merged back into glibc.
38635
38636 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38637
38638         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
38639
38640 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
38641
38642         * lib/xvasprintf.c: Include xalloc.h.
38643         (xvasprintf): Use xalloc_die, not xmalloc_die.
38644
38645 2004-09-29  Bruno Haible  <bruno@clisp.org>
38646
38647         * modules/alloca-opt: New file, derived from modules/alloca.
38648         * modules/allocsa: Depend on alloca-opt instead of alloca.
38649         * modules/setenv: Likewise.
38650         * modules/vasnprintf: Likewise.
38651         * MODULES.html.sh: Add alloca-opt.
38652
38653 2004-09-28  Simon Josefsson  <jas@extundo.com>
38654
38655         * gnulib-tool: New parameter --lgpl, to asseert that modules are
38656         LGPL, and to replace license template from GPL to LGPL.
38657
38658 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38659
38660         * modules/dummy: Change license to LGPL.
38661
38662 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38663
38664         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
38665
38666 2004-09-24  Simon Josefsson  <jas@extundo.com>
38667
38668         * modules/minmax (License): Change from GPL to LGPL.
38669
38670 2004-09-23  Simon Josefsson  <jas@extundo.com>
38671
38672         * gnulib-tool (--import): Typo.
38673
38674 2004-09-23  Simon Josefsson  <jas@extundo.com>
38675
38676         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
38677
38678 2004-09-22  Bruno Haible  <bruno@clisp.org>
38679
38680         * modules/*: Add 'License' field.
38681         * gnulib-tool: Accept --extract-license option.
38682         (func_get_license): New function.
38683
38684 2004-09-21  Bruno Haible  <bruno@clisp.org>
38685
38686         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
38687         Reported by Simon Josefsson.
38688
38689 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38690
38691         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
38692         gl_AC_TYPE_LONG_LONG.
38693
38694 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38695
38696         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
38697
38698 2004-09-18  Simon Josefsson  <jas@extundo.com>
38699         and  Paul Eggert  <eggert@cs.ucla.edu>
38700
38701         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
38702         calls with autoreconf.  Define GL_LIB.
38703
38704 2004-09-14  Karl Berry  <karl@gnu.org>
38705
38706         * config/srclist.txt: unsync setenv.c, sigh.
38707
38708 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38709
38710         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
38711         Problem reported by Bruno Haible in:
38712         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
38713
38714 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38715
38716         * config/srclist.txt: Comment out argp-pvh.c.
38717
38718 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
38719
38720         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
38721         in case some system header has #define'd it.  Problem reported by
38722         Soeren D. Schulze in
38723         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
38724
38725 2004-09-09  Karl Berry  <karl@gnu.org>
38726
38727         * regex.[ch]: delete from the root.  These were supposed to be
38728                 synced with emacs cvs, but this has not happened for about
38729                 a year, and anyway nothing else uses emacs regex.[ch].
38730                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
38731                 lib/regex[.ch] is untouched.
38732
38733 2004-09-09  Bruno Haible  <bruno@clisp.org>
38734
38735         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
38736
38737 2004-09-09  Bruno Haible  <bruno@clisp.org>
38738
38739         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
38740         modifications.
38741         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
38742
38743 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38744
38745         * modules/xvasprintf: New file.
38746         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
38747
38748 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38749
38750         * lib/xvasprintf.h: New file.
38751         * lib/xvasprintf.c: New file.
38752         * lib/xasprintf.c: New file.
38753
38754 2004-09-08  Bruno Haible  <bruno@clisp.org>
38755
38756         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
38757
38758 2004-09-08  Bruno Haible  <bruno@clisp.org>
38759
38760         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
38761         length is > INT_MAX.
38762         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
38763         more.
38764
38765 2004-09-08  Bruno Haible  <bruno@clisp.org>
38766
38767         * lib/stdint_.h: New file, taken from GNU clisp.
38768
38769 2004-09-08  Bruno Haible  <bruno@clisp.org>
38770             Oskar Liljeblad  <oskar@osk.mine.nu>
38771
38772         * modules/stdint: New file.
38773         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
38774
38775 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38776
38777         Import from coreutils.
38778         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
38779         strings on unbounded length.  alloca's performance benefits aren't
38780         that important here.
38781         (V_STRDUP): Remove.
38782         (parse_with_separator): New function, with most of the internals
38783         of the old parse_user_spec.  Allow user to omit both user and group,
38784         for compatibility with FreeBSD.
38785         Clone only the user name, not the entire spec.
38786         Do not set *uid, *gid unless entirely successful.
38787         Avoid memory leak in some failing cases.
38788         Fix regression for USER.GROUP reported by Dmitry V. Levin in
38789         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
38790         (parse_user_spec): Rewrite to use parse_with_separator.
38791
38792 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38793
38794         * modules/userspec: Don't depend on alloca.
38795
38796 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38797
38798         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
38799
38800 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38801
38802         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
38803         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
38804         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
38805
38806 2004-08-16  Simon Josefsson  <jas@extundo.com>
38807
38808         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
38809         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
38810         Add --dry-run for --import.
38811         Let user provided command line parameters override configure.ac
38812         settings.
38813
38814 2004-08-12  Simon Josefsson  <jas@extundo.com>
38815
38816         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
38817         as discussed with Paul Eggert in threads rooted at
38818         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
38819         and
38820         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
38821         Before, the test was empty, and relied on ELIDE_CODE in source
38822         code.)
38823         (gl_PREREQ_GETOPT): New macro.
38824         (gl_GETOPT): Use them.
38825
38826 2004-08-12  Simon Josefsson  <jas@extundo.com>
38827
38828         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
38829         * lib/getopt_.h: Renamed from getopt.h.
38830
38831 2004-08-12  Simon Josefsson  <jas@extundo.com>
38832
38833         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
38834         Change default library name from libfoo to libgnu.
38835         Now, if you have a configure.ac that says:
38836                 gl_SOURCE_BASE(gl)
38837                 gl_M4_BASE(gl/m4)
38838                 gl_MODULES(error getopt etcetera)
38839                 gl_INIT
38840         you can import all you need by running:
38841                 ../gnulib/gnulib-tool --import
38842
38843         * modules/getopt (Files): Rename getopt.h to getopt_.h.
38844         (Makefile.am): Rewrite, use logic from argz.
38845         (Include): Use <getopt.h> instead of "getopt.h".
38846
38847 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38848
38849         * modules/argp (Files): Add m4/unlocked-io.m4.
38850         (Depends-on): Add extensions.
38851
38852 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38853
38854         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
38855         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
38856         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
38857         Check for program_invocation_name, program_invocation_short_name,
38858         flockfile, funlockfile, features.h, _getopt_long_only_r.
38859
38860 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38861
38862         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
38863         its complicated substitute.
38864         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
38865         and program_invocation_name.
38866         (__argp_basename) [!_LIBC]: Remove; the only use was
38867         replaced by its body.
38868         (__argp_short_program_name): Change condition from
38869         !defined __argp_short_program_name to
38870         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
38871         to match argp-namefrob.h.
38872         (__argp_failure): Don't assume strerror_r returns char *.
38873         * lib/argp-parse.c (N_): Define unconditionally.
38874         (argp_default_options): Fill out initializers with 0 to avoid
38875         gcc warnings.
38876
38877 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38878
38879         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
38880         getopt1.c.
38881
38882 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38883
38884         Merge from coreutils.
38885
38886         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
38887
38888         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
38889         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
38890
38891 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38892
38893         Merge from coreutils.
38894
38895         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
38896         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
38897         for Reliant Unix 5.43.
38898
38899         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
38900         (union fooround): Use uintmax_t, not long int.
38901         The rest is a merge from libc:
38902         [defined _LIBC]: Include <shlib-compat.h>.
38903         (_obstack) [defined _LIBC]: Remove after 2.3.4.
38904
38905         * lib/settime.c (settime): Recode to avoid warning with
38906         Sun Forte C 6U2.
38907
38908         * lib/strverscmp.c: Convert to UTF-8.
38909
38910 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38911
38912         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38913         m4/uintmax_t.m4.
38914
38915 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38916
38917         * modules/xalloc-die: New file.
38918         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
38919
38920         * modules/md5 (Files): Add m4/uint32_t.m4.
38921         * modules/sha1: Renamed from modules/sha.
38922         (Files):
38923         Rename lib/sha.h to lib/sha1.h.
38924         Rename lib/sha.c to lib/sha1.c.
38925         Rename m4/sha.m4 to m4/sha1.m4.
38926         (lib_SOURCES): Likewise.
38927         (configure.ac): Rename gl_SHA to gl_SHA1.
38928         (Include): sha.h -> sha1.h.
38929
38930 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38931
38932         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
38933         * m4/sha1.m4: Renamed from sha.m4.
38934         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
38935
38936 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38937
38938         * lib/obstack.h (obstack_empty_p):
38939         Don't assume that chunk->contents is suitably aligned.
38940         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
38941         Likewise. Problem reported by Benno in
38942         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
38943
38944         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
38945         readable.  This could be improved further but it'd take some work.
38946
38947 2004-08-08  Simon Josefsson  <jas@extundo.com>
38948
38949         * modules/xgethostname (Depends-on): Remove exit and error (not
38950         used).
38951
38952         * modules/getpass-gnu: Add getpass.h.
38953         (Depends-on): Add stdbool.
38954         * modules/getpass: Add getpass.h.
38955
38956 2004-08-08  Simon Josefsson  <jas@extundo.com>
38957
38958         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
38959         Check getpass declaration.
38960
38961 2004-08-08  Simon Josefsson  <jas@extundo.com>
38962
38963         * lib/xgethostname.c: Don't include error.h (not used).
38964
38965         * lib/getpass.h: Add.
38966         * lib/getpass.c: Include getpass.h first.
38967
38968 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
38969
38970         * lib/xalloc-die.c: New file.
38971         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
38972         All uses removed.
38973         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
38974         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
38975         xalloc-die.c.
38976         (_, N_, xalloc_die): Move to xalloc-die.c.
38977         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
38978         so that we needn't mess with xalloc_msg_memory_exhausted.
38979
38980         * lib/sha1.h: Renamed from sha.h.
38981         (SHA1_H): Renamed from _SHA_H.
38982         (sha1_ctx): Renamed from sha_ctx.
38983         (sha1_init_ctx): Renamed from sha_init_ctx.
38984         (sha1_process_block): Renamed from sha_process_block.
38985         (sha1_process_bytes): Renamed from sha_process_bytes.
38986         (sha1_finish_ctx): Renamed from sha_finish_ctx.
38987         (sha1_read_ctx): Renamed from sha_read_ctx.
38988         (sha1_stream): Renamed from sha_stream.
38989         (sha1_buffer): Renamed from sha_buffer.
38990         * lib/sha1.c: Likewise; renamed from sha.c.
38991         Do not include <sys/types.h>.
38992         Include <stddef.h> rather than <stdlib.h>.
38993
38994 2004-08-08  Bruno Haible  <bruno@clisp.org>
38995
38996         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
38997         FILESYSTEM_PREFIX_LEN.
38998         * lib/progreloc.c: Likewise.
38999         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
39000
39001 2004-08-06  Simon Josefsson  <jas@extundo.com>
39002
39003         * modules/progname (Depends-on): Don't depend on stdbool.
39004
39005 2004-08-06  Simon Josefsson  <jas@extundo.com>
39006
39007         * modules/getsubopt: New file.
39008         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39009         getsubopt.
39010
39011 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39012
39013         More merge from coreutils.
39014
39015         * m4/utimens.m4, m4/utimecmp.m4: New files.
39016         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
39017         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
39018         prereq.m4, sha.m4: Import changes from coreutils.
39019
39020 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39021
39022         More merge from coreutils.
39023         * modules/raise, modules/readtokens0, modules/utimens:
39024         * modules/utimecmp, module/xnanosleep: New files.
39025         * modules/strftime: Add lib/strftime.h.
39026         Change include from <time.h> to "strftime.h".
39027         * modules/yesno: Add lib/yesno.h.
39028         * modules/backupfile: Remove lib/addext.c.
39029         * modules/euidaccess: Add stat-macros.h.
39030         * modules/canonicalize, modules/euidaccess,
39031         modules/filemode, modules/lchown, modules/makepath,
39032         modules/rmdir, modules/stat: Likewise.
39033
39034 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39035
39036         Merge from tar.
39037         * lib/argp-help.c (make_hol, hol_append): Don't assume that
39038         SIZE_MAX is a valid preprocessor constant.
39039         (__argp_basename): Change from "#ifndef _LIBC"
39040         to "#ifndef __argp_short_program_name", so that
39041         we don't compile these functions for tar.
39042
39043         More merges from coreutils.
39044         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
39045         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
39046         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
39047         * lib/addext.c: Remove; no longer needed.
39048         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
39049         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
39050         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
39051         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
39052         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
39053         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
39054         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
39055         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
39056         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
39057         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39058         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
39059         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
39060         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
39061         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
39062         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
39063         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
39064         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
39065         Import changes from coreutils.
39066
39067 2004-08-05  Simon Josefsson  <jas@extundo.com>
39068
39069         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
39070
39071 2004-08-05  Simon Josefsson  <jas@extundo.com>
39072
39073         * m4/getsubopt.m4: New file.
39074
39075 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         Merge from coreutils.
39078
39079         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
39080         * m4/getcwd-path-max.m4: New files.
39081
39082         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
39083         FILESYSTEM_PREFIX_LEN ->
39084         FILE_SYSTEM_PREFIX_LEN.
39085         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
39086         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
39087         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
39088         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
39089
39090         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
39091         prerequisite modules now handle the DOS stuff.
39092         Don't check for unistd.h.
39093
39094 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39095
39096         Merge from coreutils.
39097
39098         * lib/.gdb-history: Remove; this doesn't belong here.
39099
39100         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
39101         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
39102         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
39103         * lib/getcwd.c: New files.
39104
39105         * lib/dirname.h: Include <stdbool.h>.
39106         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
39107         for consistency with POSIX terminology.  All uses changed.
39108         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
39109         (strip_trailing_slashes): Use bool for booleans.
39110         * lib/stripslash.c (strip_trailing_slashes): Likewise.
39111
39112         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
39113         sometimes returns a positive errno value even when it succeeds.
39114         (print_errno_message) [!LIBC]: Fall back on strerror if
39115         __strerror_r fails.
39116
39117         * lib/path-concat.c (mempcpy): Don't define if a system header defines
39118         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
39119         (longest_relative_suffix): New function.
39120         (path_concat): Use it.  Assume first argument is not NULL.
39121         Port to DOS.  Omit redundant separators.
39122         Report an error instead of returning NULL.
39123         Use mempcpy instead of memcpy.
39124         (xpath_concat): Remove: not declared or used.
39125
39126         * lib/same.h: Include <stdbool.h>
39127         (same_name): Return bool, not int.
39128         * lib/same.c (same_name): Likewise.
39129         (errno): Don't declare; we assume C89 or better now.
39130
39131         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
39132         if not already defined.
39133
39134         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
39135         * lib/dup-safer.c (errno): Likewise.
39136
39137 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39138
39139         Merge from coreutils.
39140         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
39141         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
39142         * modules/path-concat: Don't depend on strdup.
39143
39144 2004-08-03  Simon Josefsson  <jas@extundo.com>
39145
39146         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
39147         * lib/progname.h: Don't include stdbool.h.
39148
39149 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39150
39151         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
39152         * MODULES.html.sh (func_all_modules): Remove fatal.
39153
39154 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39155
39156         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
39157
39158 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39159
39160         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
39161         working.
39162
39163 2004-08-02  Simon Josefsson  <jas@extundo.com>
39164
39165         * lib/getsubopt.h: New file, with comments from Bruno Haible.
39166         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
39167         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
39168
39169 2004-08-01  Simon Josefsson  <jas@extundo.com>
39170
39171         * lib/xgetdomainname.c: Include stdlib.h, for free().
39172
39173 2004-07-19  Bruno Haible  <bruno@clisp.org>
39174
39175         * MODULES.html.sh (func_all_modules): Add dummy.
39176
39177 2004-07-16  Simon Josefsson  <jas@extundo.com>
39178
39179         * modules/dummy: New file.
39180
39181 2004-07-16  Simon Josefsson  <jas@extundo.com>
39182
39183         * lib/dummy.c: New file.
39184
39185 2004-07-16  Bruno Haible  <bruno@clisp.org>
39186
39187         * lib/backupfile.h: Add extern "C" for C++.
39188         * lib/closeout.h: Likewise.
39189         * lib/copy-file.h: Likewise.
39190         * lib/findprog.h: Likewise.
39191         * lib/full-write.h: Likewise.
39192         * lib/pathname.h: Likewise.
39193         * lib/progname.h: Likewise.
39194         * lib/stpcpy.h: Likewise.
39195         * lib/stpncpy.h: Likewise.
39196         * lib/strcase.h: Likewise.
39197         * lib/strstr.h: Likewise.
39198         * lib/xalloc.h: Likewise.
39199
39200         * lib/mbswidth.h: Add extern "C" for C++.
39201         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
39202
39203 2004-07-13  Robert Millan  <robertmh@gnu.org>
39204
39205         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
39206
39207 2004-07-09  Simon Josefsson  <jas@extundo.com>
39208
39209         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
39210         failed without this.)
39211
39212 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39213
39214         * modules/chown (Files): Add lib/fchown-stub.c, since
39215         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
39216
39217 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39218
39219         * lib/fchown-stub.c: New file.
39220
39221 2004-06-24  Jim Meyering  <jim@meyering.net>
39222
39223         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
39224
39225 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39226
39227         * modules/argz: Omit "#include".
39228
39229         * MODULES.html.sh (func_all_modules): Add calloc, to match
39230         2004-06-01 addition of calloc module.
39231
39232 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39233
39234         * m4/argz.m4: New file, which is autoupdated from libtool.
39235
39236 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39237
39238         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
39239         libtool.
39240
39241 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39242
39243         * config/srclist-update: Don't insist on "USA." before the
39244         close-comment, as libtool omits the period and puts the */ on a
39245         separate line.
39246         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
39247         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
39248
39249 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
39250
39251         * modules/argz: New file.
39252         * MODULES.html.sh (func_all_modules): Add argz.
39253
39254 2004-06-12  Jim Meyering  <jim@meyering.net>
39255         and  Paul Eggert  <eggert@cs.ucla.edu>
39256
39257         * modules/hash (Files): Add lib/xalloc.h.
39258         * modules/pipe (Depends-on): Add wait-process.
39259         * modules/stat (Depends-on): Add xalloc.
39260         * modules/userspec (Files): Add lib/userspec.h.
39261         * modules/xstrto
39262
39263         Upgrade from gettext-0.13.
39264         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
39265         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
39266         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
39267
39268 2004-06-10  Jim Meyering  <jim@meyering.net>
39269
39270         * lib/calloc.c: New file.
39271
39272 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
39273
39274         * lib/getdate.y (yylex): Allow space between sign and number.
39275         Problem reported by Dan Jacobson.
39276
39277 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39278
39279         Merge from coreutils CVS.
39280
39281         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
39282         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
39283         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
39284         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
39285         xstrtol.m4: Fix copyright date and/or serial number.
39286
39287         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
39288         See if we need an fchown replacement.
39289         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
39290         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
39291         and use the replacement function if we detect either defect.
39292
39293         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
39294         gl_UTIMECMP.
39295
39296 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39297         and  Jim Meyering  <jim@meyering.net>
39298
39299         Merge from coreutils CVS.
39300
39301         * lib/stat-macros.h: New file, with contents from file-type.h
39302         and coreutils' system.h.
39303         * lib/file-type.c: Include "stat-macros.h".
39304         * lib/file-type.h (file_type): Move all macro definitions to new file,
39305         stat-macros.h.
39306
39307         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
39308         Wrap old code with this conditional.
39309         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
39310         function that does not dereference symlinks.
39311         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
39312
39313         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
39314         dependency problems.
39315         (xreadlink): Accept new arg SIZE, for efficiency.
39316         All decls and uses changed.
39317         * lib/xreadlink.h: Include <stddef.h>, for size_t.
39318
39319         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
39320         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
39321
39322         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
39323         sysexits.h.
39324
39325 2004-06-01  Jim Meyering  <jim@meyering.net>
39326
39327         * m4/calloc.m4: New file.
39328
39329 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
39330
39331         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
39332         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
39333         Also, fix a typo in a diagnostic.
39334
39335 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39336
39337         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
39338         or AC_FUNC_REALLOC.
39339
39340 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
39343         macros to be defined.
39344         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
39345         the allocator returns NULL because the requested size is zero.
39346
39347 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39348
39349         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
39350         var.  Add comment explaining why libc still defines it.  This
39351         merges the following patch from glibc:
39352         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
39353
39354 2004-05-20  Andreas Schwab  <schwab@suse.de>
39355
39356         * m4/free.m4: Replace free if it not known to work, not the other
39357         way round.
39358
39359 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
39360
39361         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
39362         present in glibc since revision 1.1 of this file.
39363         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
39364         obstack_alignment_mask, obstack_alloc, obstack_base,
39365         obstack_blank, obstack_blank_fast, obstack_chunk_size,
39366         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
39367         obstack_grow0, obstack_init, obstack_int_grow,
39368         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
39369         obstack_next_free, obstack_object_size, obstack_ptr_grow,
39370         obstack_ptr_grow_fast, obstack_room): Remove declarations of
39371         nonexistent functions.
39372
39373 2004-05-18  Karl Berry  <karl@gnu.org>
39374
39375         * config/srclist.txt: break link for vasnprintf.c.
39376
39377 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39378
39379         Port obstack to the AS/400, where pointers are 16 bytes wide and
39380         you cannot cast an integer to a valid pointer.  This patch is
39381         currently waiting to be integrated into glibc; see
39382         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
39383
39384         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
39385         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
39386         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
39387         (struct obstack): temp member is now a union of a pointer and
39388         an integer, instead of an integer.  All integer uses changed.
39389         This does not affect the physical layout of struct obstack,
39390         except on hosts (like the AS/400) where the size or alignment of
39391         void * is greater than that of ptrdiff_t.
39392         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
39393         __STDC__)]: Store temporary in pointer member of union, not
39394         integer member.
39395         * lib/obstack.c: Include <stddef.h>, for offsetof.
39396         (struct fooalign): Remove; it doesn't need a name.
39397         (union fooround): Change double to long double, and add void *.
39398         (DEFAULT_ALIGNMENT): Use offsetof to compute.
39399         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
39400         not a macro.  Hence the values are always int; so remove all
39401         casts-to-int in uses.
39402
39403 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39404
39405         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
39406         we can get this patch merged into glibc.
39407
39408 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39409             Paul Eggert  <eggert@cs.ucla.edu>
39410
39411         * m4/argp: Depend on alloca.
39412
39413 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39414             Paul Eggert  <eggert@cs.ucla.edu>
39415
39416         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
39417         freecoding.
39418
39419 2004-05-17  Bruno Haible  <bruno@clisp.org>
39420
39421         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
39422         precision that consists of a '.' followed by an empty digit string.
39423         Patch by Tor Lillqvist <tml@iki.fi>.
39424
39425 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39426
39427         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
39428         for backward compatibility with older code.  We need our own
39429         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
39430         it under some other name, and our alloca.h will define it.
39431
39432 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39433             Derek Price  <derek@ximbiot.com>
39434
39435         * lib/alloca.c: Include <alloca.h>, to get our interface.
39436         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
39437         include <alloca.h> first.  Use C89 prototype for alloca; this
39438         requires including <stddef.h> for size_t.  Use extern "C" if C++.
39439         Use #elif for simplicity, since we can assume C89 now.
39440         Don't try to source the system alloca.h since it will not be found
39441         and to prevent recursively including its replacement.
39442         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
39443         * lib/regex.c: Likewise.
39444
39445 2004-05-16  Derek Price  <derek@ximbiot.com>
39446             Paul Eggert  <eggert@cs.ucla.edu>
39447
39448         getline cleanup.  This changes the getndelim2 API: both order of
39449         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
39450         no delimiter).
39451
39452         * lib/getline.c: Don't include stddef.h or stdio.h, since our
39453         interface does that.
39454         (getline): Always use getdelim, so that we don't have two
39455         copies of this code.
39456         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
39457         if available.
39458         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
39459         (GETNDELIM2_MAXIMUM): New macro.
39460         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
39461         instead of the old practice of delim2==0.  All callers changed.
39462         Return -1 on overflow, instead of returning junk.
39463         Do not set *linesize unless allocation succeeds.
39464         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
39465         that we include sys/types.h.
39466         * lib/getnline.h: Likewise.
39467         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
39468         (getndelim2): Reorder arguments.
39469         * lib/getnline.c (getnline, getndelim):
39470         Don't discard the NMAX argument.
39471         (getnline): Invoke getndelim, to avoid code duplication.
39472         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
39473         of (size_t) -1 by callers of the getnline family.
39474
39475 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39476
39477         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
39478         Check for gettimeofday.
39479         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
39480         Check for settimeofday, stime.
39481
39482 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39483
39484         * lib/nanosleep.c (suspended): Change its type from int to
39485         sig_atomic_t volatile.
39486         (first_call): Make it private to rpl_nanosleep, and have it
39487         be zero initially as that's a bit faster.
39488         (my_usleep): Round up fractional times instead of truncating them,
39489         as this is the usual meaning for 'sleep'.
39490
39491         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
39492         doesn't work.
39493         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
39494         (ENOSYS): Define if not defined.
39495         (settime): Fall back on stime if it exists and settimeofday fails.
39496         But don't bother with fallbacks if a method fails with errno == EPERM.
39497
39498 2004-05-11  Jim Meyering  <jim@meyering.net>
39499
39500         Prior to this change, the save_cwd caller required read access to the
39501         current directory on most systems (ones with the fchdir function).
39502
39503         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
39504         fails, try write-only, and finally, resort to using xgetcwd.
39505
39506 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39507
39508         * lib/obstack.c, obstack.h: Import changes from libc.
39509
39510 2004-04-28  Bruno Haible  <bruno@clisp.org>
39511
39512         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
39513         also implicitly appends .exe to executables.
39514         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
39515         accepts Windows pathnames.
39516         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39517         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39518         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39519         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39520         Reported by Derek Robert Price <derek@ximbiot.com>.
39521
39522 2004-04-21  Karl Berry  <karl@gnu.org>
39523
39524         * config/srclist.txt (localcharset.c): break sync.
39525
39526 2004-04-20  Paul Eggert  <eggert@twinsun.com>
39527
39528         * m4/host-os.m4: Add a copyright notice.
39529
39530 2004-04-20  Jim Meyering  <jim@meyering.net>
39531
39532         Change UTILS_ to gl_ in AC_DEFINE'd names.
39533         Change utils_- and jm_-prefixed variables, too.
39534         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
39535         UTILS_FUNC_MKDIR_TRAILING_SLASH.
39536         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
39537
39538         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
39539         Don't emit trailing blanks.
39540         Also rename jm_-prefixed variables to have gl_ prefix.
39541
39542         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
39543         Also rename jm_-prefixed variables to have gl_ prefix.
39544
39545         * m4/jm-macros.m4: Reflect the renamings.
39546         * m4/prereq.m4: Likewise.
39547
39548 2004-04-20  Jim Meyering  <jim@meyering.net>
39549
39550         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
39551         memory.
39552
39553 2004-04-20  Jim Meyering  <jim@meyering.net>
39554             Bruno Haible  <bruno@clisp.org>
39555
39556         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
39557         memory when realloc fails.
39558
39559 2004-04-19  Jim Meyering  <jim@meyering.net>
39560
39561         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
39562         now that readutmp.c may call `free (0)'.
39563
39564 2004-04-19  Bruno Haible  <bruno@clisp.org>
39565
39566         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
39567         * m4/inttypes_h.m4: Likewise.
39568         * m4/stdint_h.m4: Likewise.
39569         * m4/intmax_t.m4: Likewise.
39570         * m4/uintmax_t.m4: Likewise.
39571
39572 2004-04-18  Jim Meyering  <jim@meyering.net>
39573
39574         * m4/prereq.m4: Don't forbid jm_ prefix.
39575
39576         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
39577         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
39578         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
39579         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
39580         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
39581         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
39582         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
39583         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
39584         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
39585         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
39586         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
39587         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
39588         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
39589         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
39590         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
39591         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
39592         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
39593         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
39594         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
39595
39596 2004-04-18  Jim Meyering  <jim@meyering.net>
39597
39598         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
39599         failure, don't leak memory and do call END_UTMP_ENT.
39600
39601 2004-04-16  Jim Meyering  <jim@meyering.net>
39602
39603         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
39604         coreutils' stat program.
39605         (gl_PREREQ): Don't require jm_PREREQ_STAT.
39606
39607 2004-04-11  Paul Eggert  <eggert@twinsun.com>
39608
39609         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
39610         C89.
39611         (CHAR_BIT): Remove, since we assume C89.
39612         Include <stdint.h> if available, as per current Autoconf CVS advice.
39613
39614 2004-03-31  Jim Meyering  <jim@meyering.net>
39615
39616         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
39617         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
39618         * m4/xalloc.m4: Likewise.
39619
39620 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39621
39622         Merge from coreutils.
39623
39624         * m4/inttostr.m4: New file.
39625         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
39626         Require AM_STDBOOL_H and gl_TIMESPEC instead.
39627         Require gl_CLOCK_TIME.
39628         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
39629
39630 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39631
39632         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
39633         not bool, to be more consistent with Unix conventions.
39634         Suggested by Bruno Haible.
39635
39636         Merge from coreutils.
39637
39638         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
39639         * lib/umaxtostr.c: New files.
39640
39641         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
39642         the usual <time.h> dance.
39643         (get_date): Change signature to support fractional time stamps.
39644         All callers changed.
39645         * lib/getdate.y: Include "getdate.h" first, as we can now
39646         assume C89 and don't need to worry about 'const'.
39647         Similarly, include "unlocked-io.h" near start, not in middle.
39648         Include <limits.h>.
39649         (textint.value): Use long int rather than int.
39650         (textint.digits): Use size_t rather than int.
39651         (BILLION, LOG10_BILLION): New constants.
39652         (parser_control): New member rel_ns.  Members day_ordinal,
39653         time_zone, month, day, hour, minutes, rel_year, rel_month,
39654         rel_day, rel_hour, rel_minutes, rel_seconds
39655         are now long int, not int.  Member seconds is now struct timespec,
39656         not int.  New member timespec_seen.  Members dates_seen, days_seen,
39657         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
39658         not int.
39659         (%union.intval): Now long int, not int.
39660         New member timespec.
39661         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
39662         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
39663         (spec): Now is a timespec or an item list.
39664         (timespec, items): New nonterminals.
39665         (time, rel, relunit, number, get_date):
39666         Add support for fractional seconds.
39667         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
39668         (gmtime, localtime, mktime): Remove decls; not needed with C89.
39669         (to_hour): First arg is now long int, not int.
39670         (to_year): Returns long int, not int.
39671         Don't treat year -70 like 70.
39672         (tm_diff): Returns long int, not int.
39673         (lookup_word): Use bool instead of int when appropriate.
39674         (yylex): Use size_t for count, not int.
39675         Detect overflow when parsing large integer constants.
39676         Add support for fractions.
39677         (get_date): Make pointers 'const' if possible.
39678         Use more-portable code to detect integer overflow.
39679         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
39680         Don't use ctime; it's not reliable if the year has >4 digits.
39681
39682         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
39683         This is for compatibility with BSD.
39684
39685         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
39686         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
39687         From coreutils' system.h.
39688
39689         * lib/userspec.c: Don't include "posixver.h".
39690         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
39691         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
39692         compatible extension.  Simplify code by removing a boolean int
39693         that was always nonzero if a string was nonnull.
39694
39695 2004-03-30  Jim Meyering  <jim@meyering.net>
39696
39697         Merge from coreutils.
39698
39699         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
39700         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
39701         on some systems one must include <grp.h> before it.
39702         Reported by Christian Krackowizer.
39703
39704 2004-03-30  Jim Meyering  <jim@meyering.net>
39705
39706         Merge from coreutils.
39707
39708         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
39709
39710         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
39711         an empty input stream.
39712
39713         * lib/readtokens.c: Include <stdbool.h>.
39714         (readtoken): Use `size_t' rather than int/long.
39715         All callers adjusted.
39716         Use `bool' rather than `int' where appropriate.
39717         Use memset rather than an explicit loop.
39718         Use x2nrealloc rather than xrealloc.
39719         Allow the use of `\0' as a delimiter.
39720         (readtokens): Likewise.
39721         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
39722
39723 2004-03-30  Jim Meyering  <jim@meyering.net>
39724
39725         * m4/realloc.m4: Remove file, since now it does no more than
39726         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
39727         the `configure.ac' section of module/realloc.
39728         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
39729
39730 2004-03-30  Bruno Haible  <bruno@clisp.org>
39731
39732         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
39733         nonnull.
39734
39735 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39736
39737         Merge changes to getloadavg.c from coreutils and Emacs.
39738
39739         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
39740         Define to an expression, not to the empty string.
39741         Include cloexec.h and xalloc.h.
39742         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
39743         Use set_cloexec_flag rather than rolling our own.
39744         * lib/cloexec.c, lib/cloexec.h: New files.
39745
39746 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39747
39748         * m4/cloexec.m4: New file.
39749
39750 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39751
39752         * lib/getopt.h: Sync with libc CVS.
39753
39754 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39755             Bruno Haible  <bruno@clisp.org>
39756
39757         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
39758         mbswidth.
39759
39760 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39761             Bruno Haible  <bruno@clisp.org>
39762
39763         * lib/mbswidth.h: Include <wchar.h> only if
39764         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
39765         <wchar.h>.
39766         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
39767
39768 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39769
39770         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
39771         Sync with libc CVS.
39772         * lib/getopt_int.h: New file, also synced from libc.
39773
39774 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39775
39776         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
39777         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
39778         Bring back getopt.c, getopt.h, getopt1.c.
39779
39780 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39781
39782         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
39783         All uses changed.  Check for sa_sigaction member; this fixes
39784         a bug first reported by Jason Andrade in
39785         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39786
39787 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39788
39789         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
39790         '#if' expressions.  Unlike the code it replaces, it does not
39791         depend on (defined _SC_PAGESIZE).  However, it does depend on
39792         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
39793         first reported by Jason Andrade in
39794         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39795
39796 2004-02-25  Simon Josefsson  <jas@extundo.com>
39797
39798         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
39799
39800 2004-02-25  Simon Josefsson  <jas@extundo.com>
39801
39802         * lib/strdup.h: New file.
39803         * lib/strdup.c: Include it.
39804         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
39805         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
39806
39807 2004-02-23  Karl Berry  <karl@gnu.org>
39808
39809         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
39810         (from fencepost.gnu.org:/gd/gnuorg).
39811
39812 2004-02-23  Karl Berry  <karl@gnu.org>
39813
39814         * config/srclistvars.sh (GNUORG) [karl]: redefine.
39815         * config/srclist.txt: add maintain/standards documents.
39816
39817 2004-02-18  Bruno Haible  <bruno@clisp.org>
39818
39819         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
39820         Reported by Derek Robert Price <derek@ximbiot.com>.
39821
39822 2004-02-16  Karl Berry  <karl@gnu.org>
39823
39824         * config/mkinstalldirs, install-sh: update from automake.
39825
39826 2004-02-06  Karl Berry  <karl@gnu.org>
39827
39828         * m4/po.m4: update from gettext 0.14.1.
39829
39830 2004-02-06  Karl Berry  <karl@gnu.org>
39831
39832         * lib/config.charset: update from gettext 0.14.1.
39833
39834 2004-02-05  Paul Eggert  <eggert@twinsun.com>
39835
39836         Add comments and code, prompted by suggestions from Bruno Haible
39837         for sh-quote.
39838         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
39839         describing the enum quoting_style values.
39840         * lib/quotearg.c (quotearg_alloc): New function.
39841         (quotearg_buffer_restyled): Treat lone { and } as special.
39842         Treat = as special.  Work around bug with older shells
39843         that "see" a '\' that is really the 2nd byte of a multibyte char.
39844         Quote empty string with shell_quoting_style.
39845
39846 2004-02-03  Bruno Haible  <bruno@clisp.org>
39847
39848         * m4/pipe.m4: New file, from GNU gettext.
39849
39850 2004-02-03  Bruno Haible  <bruno@clisp.org>
39851
39852         * lib/pipe.h: New file, from GNU gettext.
39853         * lib/pipe.c: New file, from GNU gettext.
39854
39855 2004-01-27  Bruno Haible  <bruno@clisp.org>
39856
39857         * m4/execute.m4: New file, from GNU gettext.
39858
39859 2004-01-27  Bruno Haible  <bruno@clisp.org>
39860
39861         * lib/execute.h: New file, from GNU gettext.
39862         * lib/execute.c: New file, from GNU gettext.
39863         * lib/w32spawn.h: New file, from GNU gettext.
39864
39865 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39866
39867         Merge from diffutils.
39868
39869         * lib/file-type.c (file_type): Add typed memory objects.
39870         * lib/file-type.h (S_TYPEISTMO): New macro.
39871
39872         * lib/c-stack.h (c_stack_action): Remove argv argument.
39873         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
39874         (die): Don't calculate message unless segv_action returns.
39875         (get_stack_location, min_address_from_argv, max_address_from_argv,
39876         volatile stack_base, volatile_stack_size): Remove.
39877         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
39878         that every segmentation violation is a stack overflow.  (Ouch!)
39879         See Debian bug 136249 (still outstanding) for more info about why
39880         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
39881
39882 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39883
39884         Exit-status fix from coreutils.
39885
39886         Use exit_failure consistently in place of EXIT_FAILURE,
39887         so that program exit statuses are consistent on failure.
39888
39889         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
39890         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
39891         * lib/argmatch.h: Comment fix to match the above.
39892         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
39893         Now a macro referring to exit_failure, instead of a separate
39894         variable.  Include "exitfail.h" to get it.
39895         * lib/xstrtol.h: Include "exitfail.h".
39896         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
39897
39898         * lib/long-options.c (parse_long_options): Use prototype
39899         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
39900         for clarity.
39901
39902 2004-01-21  Jim Meyering  <jim@meyering.net>
39903
39904         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
39905         so as not to conflict with a different-sized __mktime_internal
39906         function in GNU libc.
39907         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
39908         Problem building statically-linked `ls' reported by Michael Brunnbauer.
39909
39910 2004-01-20  Karl Berry  <karl@gnu.org>
39911
39912         * config/config.guess: update from config.
39913
39914         * config/srclistvars.sh: GNUWWWLICENSES for karl.
39915
39916 2004-01-20  Bruno Haible  <bruno@clisp.org>
39917
39918         Safer stack allocation.
39919         * lib/setenv.c: Include allocsa.h.
39920         (alloca): Remove fallback definition.
39921         (freea): Remove macro.
39922         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
39923         instead of freea.
39924
39925 2004-01-20  Bruno Haible  <bruno@clisp.org>
39926
39927         * m4/eealloc.m4: New file, from GNU gettext.
39928
39929 2004-01-20  Bruno Haible  <bruno@clisp.org>
39930
39931         * m4/allocsa.m4: New file, from GNU gettext.
39932
39933 2004-01-20  Bruno Haible  <bruno@clisp.org>
39934
39935         * lib/xallocsa.h: New file, from GNU gettext.
39936         * lib/xallocsa.c: New file, from GNU gettext.
39937
39938 2004-01-20  Bruno Haible  <bruno@clisp.org>
39939
39940         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
39941
39942 2004-01-20  Bruno Haible  <bruno@clisp.org>
39943
39944         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
39945         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
39946         specially.
39947
39948 2004-01-20  Bruno Haible  <bruno@clisp.org>
39949
39950         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
39951         patch.
39952
39953 2004-01-20  Bruno Haible  <bruno@clisp.org>
39954
39955         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
39956
39957 2004-01-20  Bruno Haible  <bruno@clisp.org>
39958
39959         * lib/eealloc.h: New file.
39960
39961 2004-01-20  Bruno Haible  <bruno@clisp.org>
39962
39963         * lib/binary-io.h: Avoid warnings on Cygwin.
39964
39965 2004-01-20  Bruno Haible  <bruno@clisp.org>
39966
39967         * lib/allocsa.h: New file, from GNU gettext.
39968         * lib/allocsa.c: New file, from GNU gettext.
39969
39970 2004-01-18  Karl Berry  <karl@gnu.org>
39971
39972         * doc/gpl.texi, doc/lgpl.texi: new files.
39973
39974 2004-01-18  Karl Berry  <karl@gnu.org>
39975
39976         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
39977         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
39978
39979 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39980
39981         Merge from coreutils.
39982
39983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
39984         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
39985         (gl_DEFAULT_POSIX2_VERSION): Move
39986         the documentation from 'configure' into 'config.hin',
39987         so that 'configure --help' isn't burdened by it and
39988         we don't have to worry about its formatting there.
39989         Reword the documentation so that it's more succinct
39990         and can be run together into a single paragraph.
39991         * m4/same.m4 (gl_SAME): Check for pathconf.
39992
39993 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39994
39995         Merge from coreutils.
39996
39997         * lib/posixver.c: Include posixver.h.
39998
39999         * lib/same.c: Include <stdbool.h>, <limits.h>.
40000         (_POSIX_NAME_MAX): Define if not defined.
40001         (MIN): New macro.
40002         (same_name): If file names are silently truncated, report
40003         that the file names are the same if they are the same after
40004         the silent truncation.
40005
40006         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
40007         conversion function.
40008         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
40009         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
40010         longer needed.
40011
40012 2004-01-15  Jim Meyering  <jim@meyering.net>
40013
40014         Merge from coreutils.
40015
40016         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
40017         if no library is required.
40018         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
40019         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
40020         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
40021         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
40022         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
40023         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
40024         value, $ac_cv_search_crypt, if it's "none required".
40025         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
40026         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
40027         not gl_FUNC_GETLOADAVG.
40028         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
40029         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
40030
40031 2004-01-15  Jim Meyering  <jim@meyering.net>
40032
40033         Merge from coreutils.
40034
40035         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
40036         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
40037         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
40038
40039         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
40040         optional configure-time default.
40041
40042         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40043
40044         * lib/xreadlink.c (xreadlink): Correct outdated comment.
40045
40046 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
40047
40048         Merge from coreutils.
40049
40050         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
40051         value, $ac_cv_search_nanosleep, if it's "none required".
40052
40053 2004-01-14  Paul Eggert  <eggert@twinsun.com>
40054
40055         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
40056         with like-named macro in fnmatch.c.
40057         (EXT): Use an internal constant instead.
40058
40059         Merge fnmatch patches from glibc.
40060         * lib/fnmatch.c (mbsinit): Remove define.
40061         Add libc_hidden_ver (__fnmatch, fnmatch).
40062         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
40063         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
40064
40065 2004-01-14  Karl Berry  <karl@gnu.org>
40066
40067         * config/install-sh: update from automake.
40068
40069 2004-01-13  Karl Berry  <karl@gnu.org>
40070
40071         * config/install-sh: update from automake.
40072
40073 2004-01-09  Karl Berry  <karl@gnu.org>
40074
40075         * config/install-sh: update from automake.
40076
40077 2004-01-05  Karl Berry  <karl@gnu.org>
40078
40079         * config/config.{sub,guess}: update from config.
40080
40081 2003-12-31  Karl Berry  <karl@gnu.org>
40082
40083         * config/depcomp: update from automake.
40084
40085 2003-12-14  Karl Berry  <karl@gnu.org>
40086
40087         * lib/config.charset: update from gettext-runtime.
40088
40089 2003-12-03  Paul Eggert  <eggert@twinsun.com>
40090
40091         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
40092         Bug reported by Alfred M. Szmidt.
40093
40094 2003-12-03  Bruno Haible  <bruno@clisp.org>
40095
40096         * m4/gettext.m4: Upgrade from gettext-0.13.
40097         * m4/po.m4: Upgrade from gettext-0.13.
40098         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
40099         * m4/intmax.m4: New file, from gettext-0.13.
40100         * m4/printf-posix.m4: New file, from gettext-0.13.
40101
40102 2003-11-29  Karl Berry  <karl@gnu.org>
40103
40104         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
40105
40106 2003-11-25  Paul Eggert  <eggert@twinsun.com>
40107             Bruno Haible  <bruno@clisp.org>
40108
40109         * lib/printf-parse.h: Don't include sys/types.h.
40110         (ARG_NONE): New macro.
40111         (char_directive): Change type of *arg_index fields to size_t.
40112         * lib/printf-parse.c: Don't include sys/types.h.
40113         (SSIZE_MAX): Remove macro.
40114         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
40115         Remove unnecessary overflow check.
40116         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
40117         fields.
40118
40119 2003-11-25  Bruno Haible  <bruno@clisp.org>
40120
40121         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
40122
40123 2003-11-25  Bruno Haible  <bruno@clisp.org>
40124
40125         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
40126         gt_TYPE_SSIZE_T.
40127
40128 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40129
40130         * modules/alloca: Remove dependency on xalloc.
40131
40132 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40133
40134         * lib/alloca.c: Remove dependency on xalloc module.
40135         (xalloc_die): Remove.
40136         (memory_full) [!defined emacs]: New macro.
40137         [!defined emacs]: Don't include xalloc.h.
40138         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
40139         address arithmetic overflows.  Change datatypes a bit to avoid
40140         unnecessary casts.
40141
40142 2003-11-22  Jim Meyering  <jim@meyering.net>
40143
40144         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
40145         s/size/size_t/.
40146
40147 2003-11-21  Karl Berry  <karl@gnu.org>
40148
40149         * config/config.{sub,guess}: update from config.
40150
40151 2003-11-18  Karl Berry  <karl@gnu.org>
40152
40153         * config/config.{sub,guess}: update from config.
40154
40155         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
40156
40157 2003-11-17  Paul Eggert  <eggert@twinsun.com>
40158
40159         * README: Mention that S+T cannot overflow if S is the size of
40160         an existing object and T is sufficiently small.
40161
40162 2003-11-17  Jim Meyering  <jim@meyering.net>
40163
40164         On systems without utime and without a utimes function capable of
40165         dealing with a NULL struct utimbuf* argument, this utime replacement
40166         could -- in unusual circumstances -- leak a file descriptor.
40167         * lib/utime.c: Include <unistd.h> and <errno.h>.
40168         (utime_null): Be sure to close `fd' and to preserve errno.
40169         Reported by Geoff Collyer via Arnold Robbins.
40170
40171 2003-11-17  Bruno Haible  <bruno@clisp.org>
40172
40173         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
40174         (Depends-on): Add xsize.
40175
40176 2003-11-17  Bruno Haible  <bruno@clisp.org>
40177
40178         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
40179
40180 2003-11-17  Bruno Haible  <bruno@clisp.org>
40181
40182         * lib/vasnprintf.c (alloca): Remove fallback definition.
40183         (freea): Remove definition.
40184         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
40185         Reported by Paul Eggert.
40186
40187 2003-11-16  Paul Eggert  <eggert@twinsun.com>
40188             Bruno Haible  <bruno@clisp.org>
40189
40190         Protect against address arithmetic overflow.
40191         * lib/printf-args.h: Include stddef.h.
40192         (arguments): Change type of field 'count' to size_t.
40193         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
40194         'unsigned int' where appropriate.
40195         * lib/printf-parse.h: Include sys/types.h.
40196         (char_directive): Change type of *arg_index fields to ssize_t.
40197         (char_directives): Change type of fields 'count', max_*_length to
40198         size_t.
40199         * lib/printf-parse.c: Include sys/types.h and xsize.h.
40200         (SSIZE_MAX): Define fallback value.
40201         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
40202         instead of 'int' where appropriate. Check a_allocated, d_allocated
40203         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
40204         * lib/vasnprintf.c: Include xsize.h.
40205         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
40206         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
40207         overflow. Avoid wraparound when converting a width or precision from
40208         decimal to binary.
40209
40210 2003-11-16  Bruno Haible  <bruno@clisp.org>
40211
40212         Update from GNU gettext.
40213         * lib/printf-parse.c: Generalize to it can be compiled for wide
40214         strings.
40215         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
40216         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
40217         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
40218         SNPRINTF): New macros.
40219         Don't include <alloca.h> if the file is used inside libintl.
40220         (local_wcslen): New function, for Solaris 2.5.1.
40221         (VASNPRINTF): Use it instead of wcslen.
40222
40223 2003-11-16  Bruno Haible  <bruno@clisp.org>
40224
40225         * lib/xsize.h (xmax): New function.
40226         (xsum, xsum3, xsum4): Declare as "pure" functions.
40227
40228 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40229
40230         * modules/xalloc (Files): Undo latest change, since xalloc.h
40231         no longer needs SIZE_MAX or PTRDIFF_MAX.
40232
40233 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40234
40235         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
40236         gl_PTRDIFF_MAX.
40237
40238 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40239
40240         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
40241         "return", to pacify some unknown compiler.  Problem reported
40242         by Joerg Schilling.
40243
40244 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40245
40246         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
40247         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
40248         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
40249         heuristic is just as accurate as far as we know, and it removes a
40250         dependency on size_max.m4 and ptrdiff_max.m4.
40251
40252 2003-11-11  Bruno Haible  <bruno@clisp.org>
40253
40254         * modules/xsize (Files): Add m4/size_max.m4.
40255         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
40256
40257 2003-11-11  Bruno Haible  <bruno@clisp.org>
40258
40259         * m4/size_max.m4: New file.
40260         * m4/ptrdiff_max.m4: New file.
40261         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
40262         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
40263         (gl_XALLOC): Invoke it.
40264
40265 2003-11-11  Bruno Haible  <bruno@clisp.org>
40266
40267         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
40268         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
40269         defined.
40270
40271 2003-11-10  Paul Eggert  <eggert@twinsun.com>
40272
40273         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
40274         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
40275         rejected some allocations of exactly SIZE_MAX - 2 bytes.
40276         From Bruno Haible.
40277         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
40278         not (size_t) -1, since it's defined here.
40279
40280 2003-11-09  Karl Berry  <karl@gnu.org>
40281
40282         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
40283
40284 2003-11-06  Paul Eggert  <eggert@twinsun.com>
40285
40286         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
40287         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
40288         Reject sizes of exactly SIZE_MAX bytes.
40289         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
40290         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
40291
40292 2003-11-05  Bruno Haible  <bruno@clisp.org>
40293
40294         * lib/xsize.h: Include limits.h, to avoid a possible collision with
40295         SIZE_MAX defined in <limits.h> on Solaris.
40296
40297 2003-11-04  Jim Meyering  <jim@meyering.net>
40298
40299         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
40300         variable names, rather than @VAR@.
40301         * modules/poll: Likewise.
40302
40303 2003-11-04  Bruno Haible  <bruno@clisp.org>
40304
40305         * modules/xsize: New file.
40306         * modules/linebreak: Depend on xsize.
40307         * MODULES.html.sh (func_all_modules): Add xsize.
40308
40309 2003-11-04  Bruno Haible  <bruno@clisp.org>
40310
40311         * m4/xsize.m4: New file.
40312
40313 2003-11-04  Bruno Haible  <bruno@clisp.org>
40314
40315         * lib/xsize.h: New file.
40316         * lib/linebreak.c: Include xsize.h.
40317         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
40318         argument for overflow.
40319         Suggested by Paul Eggert.
40320
40321 2003-11-03  Karl Berry  <karl@gnu.org>
40322
40323         * config/config.{guess,sub}: update from config.
40324
40325 2003-11-03  Jim Meyering  <jim@meyering.net>
40326
40327         * modules/userspec (lib_SOURCES): Add userspec.h.
40328         (Include): Add "userspec.h".
40329         Improve description.
40330
40331 2003-11-03  Jim Meyering  <jim@meyering.net>
40332
40333         * lib/userspec.c: Include "userspec.h".
40334         * lib/userspec.h: New file.
40335
40336 2003-11-03  Bruno Haible  <bruno@clisp.org>
40337
40338         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
40339
40340 2003-11-03  Bruno Haible  <bruno@clisp.org>
40341
40342         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
40343         available, to avoid (extremely rare) race condition.
40344         Suggested by Paul Eggert.
40345
40346 2003-11-02  Karl Berry  <karl@gnu.org>
40347
40348         * config/srclist.txt (vasprintf.c): sync broken, sigh.
40349
40350 2003-10-31  Paul Eggert  <eggert@twinsun.com>
40351
40352         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
40353         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
40354         (read_filesystem_list): Set and use me_type_malloced.
40355         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
40356         whatever the type happens to be), for brevity and consistency.
40357         Check for size calculation overflow on Alphas running OSF/1.
40358
40359 2003-10-31  Jim Meyering  <jim@meyering.net>
40360
40361         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
40362
40363         * lib/linebuffer.c: Include <string.h> for declaration of memset.
40364
40365 2003-10-30  Paul Eggert  <eggert@twinsun.com>
40366             Bruno Haible  <bruno@clisp.org>
40367
40368         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
40369         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
40370
40371 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
40372
40373         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
40374         netbsd*-gnu*.  Suggested by Robert Millan.
40375
40376 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40377
40378         * modules/group-member: Depend on stdbool.
40379
40380 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40381
40382         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
40383
40384 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40385
40386         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
40387         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
40388         after the 'gnu' in these cases.  This fixes some bugs in the
40389         previous change, and is based on suggestions by Robert Millan.
40390
40391 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40392
40393         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
40394         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
40395         no longer needed.
40396         * lib/quotearg.c (quotearg_n_options): Use it.
40397         * lib/group-member.c: Include <stdbool.h>.
40398         (free_group_info): Arg is now const *; don't free arg.
40399         (get_group_info): Now returns bool and accepts struct group_info *,
40400         rather than returning a malloc'ed struct group_info *.
40401         All uses changed.  Check for overflow in internal size calculation.
40402
40403         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
40404         rather than xmalloc/xrealloc.
40405         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
40406         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
40407         conformance bug: the old code used a pointer after freeing the
40408         storage that it addressed.
40409         * lib/hash.c (hash_initialize): Simplify the code by using
40410         xalloc_oversized rather than doing it by hand.
40411         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
40412         the buffer preserved.  Use free and xmalloc instead.
40413         * lib/quotearg.c (quotearg_n_options): Likewise.
40414         Use a simpler test for size overflow.  Don't use xalloc_oversized
40415         because unsigned int might be wider than size_t (!); this suggests
40416         that we should switch from unsigned int to size_t for slot numbers.
40417
40418 2003-10-28  Paul Eggert  <eggert@twinsun.com>
40419
40420         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
40421         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
40422         NetBSD kernels.  Requested by Richard Stallman.
40423
40424 2003-10-27  Paul Eggert  <eggert@twinsun.com>
40425
40426         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
40427         to allocate the returned structure.  Do not allocate a subarray,
40428         as x2nrealloc will do that.
40429         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
40430         instead of xnrealloc.
40431         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
40432
40433 2003-10-27  Bruno Haible  <bruno@clisp.org>
40434
40435         * lib/stdbool_.h: Better support for BeOS.
40436
40437 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40438
40439         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
40440         now uses inline.
40441
40442 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40443
40444         * lib/xalloc.h (xalloc_oversized): New static inline function, for
40445         callers that want to do their own size-overflow checking.  Include
40446         <stdbool.h>, since xalloc_oversized returns bool.
40447         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
40448         to use xalloc_oversized.
40449
40450         Add two functions x2realloc, x2nrealloc, for programs that grow
40451         arrays dynamically by doubling their sizes.
40452         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
40453         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
40454         New functions.
40455
40456         Port to C99 semantics for 'inline' of external functions.
40457         Bug reported by Bruno Haible.
40458         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
40459         with the old contents of xnmalloc.
40460         (xnmalloc, xmalloc): Use it.
40461         (xnrealloc_inline): New static inline function,
40462         with the old contents of xnrealloc.
40463         (xnrealloc, xrealloc): Use it.
40464
40465         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
40466         that.
40467
40468 2003-10-26  Karl Berry  <karl@gnu.org>
40469
40470         * config/srclist.txt (COPYING.DOC): no longer available from
40471         /gd/gnuorg; don't know where the ultimate source is.
40472
40473 2003-10-25  Paul Eggert  <eggert@twinsun.com>
40474
40475         Fix several address-calculation bugs in the hash modules,
40476         plus some minor code cleanup.
40477
40478         * lib/hash.h: Include <stdbool.h>, for bool.
40479         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
40480         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
40481         hash_get_n_entries, hash_get_max_bucket_length,
40482         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
40483         hash_rehash): Use size_t rather than unsigned.
40484         * lib/hash.c (struct hash_table, hash_get_n_buckets,
40485         hash_get_n_buckets_used, hash_get_n_entries,
40486         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
40487         hash_get_entries, hash_do_for_each, hash_string, is_prime,
40488         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
40489         Likewise.
40490         (SIZE_MAX): Define if not defined.
40491         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
40492         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
40493         hash_print):
40494         Use const * when possible.
40495         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
40496         (check_tuning): Fix bug: if tuning parameters were very close to
40497         0 or 1, rounding errors could have caused subscript violations.
40498         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
40499         (hash_initialize): Add 'fail:' label
40500         to free table and return NULL, and use it to simplify code.
40501         Use calloc rather than clearing the storage ourself.
40502         (hash_initialize, hash_rehash): Check for arithmetic overflow in
40503         buffer size calculations.
40504         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
40505         Include <stddef.h>, for size_t.
40506         * lib/hash-pjw.c (hash_pjw): Likewise.
40507         Switch to method described by Bruno Haible.
40508         Include <limits.h>, for CHAR_BIT.
40509         (SIZE_BITS): New macro.
40510
40511 2003-10-23  Paul Eggert  <eggert@twinsun.com>
40512
40513         * m4/getline.m4 (AM_FUNC_GETLINE):
40514         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
40515         hosts.  Problem reported by Derek Robert Price in
40516         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
40517         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
40518         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
40519
40520 2003-10-21  Paul Eggert  <eggert@twinsun.com>
40521
40522         * lib/getndelim2.c (getndelim2): When size calculation overflows,
40523         ceiling the allocation at NMAX bytes rather than silently
40524         discarding input bytes before NMAX is reached.  This makes
40525         a difference only if NMAX exceeds SIZE_MAX / 2.
40526
40527         * lib/obstack.c: Merge from glibc.
40528         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
40529         Add libc_hidden_def (_obstack_newchunk).
40530         (_obstack_free) [! defined _LIBC]: Remove.
40531         [defined _LIBC]: Make a strong alias from obstack_free, rather than
40532         a clone of the function body.
40533         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
40534         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
40535
40536         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
40537         glibc.
40538         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
40539         arg to memcpy.
40540
40541         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
40542         (obstack_ptr_grow_fast, obstack_int_grow_fast):
40543         Don't use lvalue casts, as GCC plans to remove support for them
40544         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
40545         was also present in the non-GCC version, indicating that this
40546         code had always been buggy and had never been widely used.
40547         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
40548         Use the fast variant of each macro, rather than copying the
40549         definiens of the fast variant; that way, we'll be more likely to
40550         catch future bugs in the fast variants.
40551
40552 2003-10-20  Bruno Haible  <bruno@clisp.org>
40553
40554         * modules/wait-process: New file.
40555         * MODULES.html.sh (func_all_modules): Add wait-process.
40556
40557 2003-10-20  Bruno Haible  <bruno@clisp.org>
40558
40559         * m4/wait-process.m4: New file.
40560
40561 2003-10-20  Bruno Haible  <bruno@clisp.org>
40562
40563         * lib/wait-process.h: New file, from GNU gettext.
40564         * lib/wait-process.c: New file, from GNU gettext.
40565
40566 2003-10-19  Jim Meyering  <jim@meyering.net>
40567
40568         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
40569         HPUX 10.20.
40570
40571 2003-10-18  Karl Berry  <karl@gnu.org>
40572
40573         * config/config.guess: update from config.
40574
40575 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40576
40577         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
40578         (getgroups): First arg is int, not size_t.
40579         Don't let 'free' mangle errno.
40580
40581 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40582
40583         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
40584
40585 2003-10-16  Karl Berry  <karl@gnu.org>
40586
40587         * config/config.{guess,sub}: update from config.
40588
40589 2003-10-16  Jim Meyering  <jim@meyering.net>
40590
40591         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
40592         memcpy.
40593
40594 2003-10-15  Paul Eggert  <eggert@twinsun.com>
40595
40596         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
40597         (SIZE_MAX): Remove.
40598         (new_exclude, add_exclude_file): Initial size no longer needs to
40599         be a power of 2.
40600         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
40601         our own address arithmetic overflow checking.
40602
40603         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
40604         (fnmatch): Do not alloca more than 2000 wide characters;
40605         instead, use malloc for large buffers.
40606         Check for address arithmetic overflow, and return -1
40607         with errno set to ENOMEM in that case.
40608         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
40609         (NEW_PATTERN): Do not alloca more than 8000 bytes;
40610         instead, return -1.  Check for address arithmetic overflow.
40611
40612 2003-10-14  Paul Eggert  <eggert@twinsun.com>
40613
40614         Handle invalid suffixes and overflow independently, so that
40615         callers can treat them independently as needed.  Fix some bugs in
40616         suffix handling, e.g., "100k@" was not diagnosed as an invalid
40617         suffix for a human-readable blocksize.  The major caller-visible
40618         change is the addition of a new
40619         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
40620         that both overflow and suffix chars were found.
40621
40622         * lib/human.c (humblock): Don't check separately for invalid suffix
40623         char; that is xstrtoumax's job (now that its bug is fixed).
40624         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
40625         INTMAX_MAX]: New macros.
40626         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
40627         TYPE_MAXIMUM): New macros.
40628         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
40629         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
40630         if overflow occurs, as it's what __strtol does and it's more useful
40631         in practice.
40632         (__xstrtol): If __strtol reports some error other than ERANGE,
40633         reflect it to the caller as LONGINT_INVALID.  If it reports
40634         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
40635         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
40636         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
40637         value.
40638         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
40639         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
40640         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
40641         [defined UINTMAX_MAX]: New macros.
40642
40643 2003-10-14  Bruno Haible  <bruno@clisp.org>
40644
40645         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
40646
40647 2003-10-14  Bruno Haible  <bruno@clisp.org>
40648
40649         * m4/sig_atomic_t: New file, from GNU gettext.
40650         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
40651
40652 2003-10-14  Bruno Haible  <bruno@clisp.org>
40653
40654         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
40655         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
40656         Also use volatile where needed.
40657
40658 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40659
40660         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
40661         Change maintainer from Bruno Haible to 'all'.
40662
40663 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40664
40665         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
40666
40667 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40668
40669         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
40670         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
40671         and define in terms of the other primitives.
40672         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
40673         (SIZE_MAX): Define if not already defined.
40674         (array_size_overflow): New function.
40675         (xalloc_die): Abort instead of exiting if 'error' returns.
40676         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
40677         (xmalloc, xrealloc): Use them.
40678         (xcalloc): Check for address arithmetic overflow.
40679         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
40680         a bit faster than strcpy.
40681
40682 2003-10-10  Simon Josefsson  <jas@extundo.com>
40683
40684         * modules/argp (Depends-on): Add restrict and strcase.
40685
40686 2003-10-10  Simon Josefsson  <jas@extundo.com>
40687
40688         * m4/argp.m4: Add AC_C_INLINE.
40689
40690 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40691
40692         Merge getpass from libc, plus a few fixes.
40693
40694         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
40695         Include <stdbool.h>.
40696         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
40697         __fsetlocking to empty.
40698         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
40699         do include <bits/libc-lock.h>.
40700         Do not include <fcntl.h>; not needed.
40701         [_LIBC]: Include <wchar.h>.
40702         (NOTCANCEL_MODE): New macro.
40703         (flockfile, funlockfile) [_LIBC]: New macros.
40704         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
40705         [!_LIBC]: New macros.
40706         (call_fclose): New function.
40707         (getpass): Use it.  Save tty stream separately; this simplifies the
40708         code and makes it more reliable if stdin happens to equal stdout.
40709         Invoke __fsetlocking on tty.
40710         Handle thread cancellation if needed.
40711         Namespace cleanup (use __tcgetattr, __getline).
40712         Use bool for Booleans.
40713         [USE_IN_LIBIO]: Handle wide streams.
40714         [!_LIBC]: Unconditionally do the fseek, since we don't know what
40715         stream might go where.
40716
40717         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
40718         doesn't have to include <stdio.h> before us.
40719         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
40720         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
40721         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
40722         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
40723         if not declared, so that we can use getpass.c code from libc without
40724         rewriting it.
40725         (flockfile, ftrylockfile, funlockfile): New macros.
40726
40727 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40728
40729         * modules/getpass: Depend on stdbool.
40730
40731 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40732
40733         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
40734
40735 2003-10-07  Karl Berry  <karl@gnu.org>
40736
40737         * config/config.{guess,sub}: update from config.
40738
40739 2003-10-06  Jim Meyering  <jim@meyering.net>
40740             Bruno Haible  <bruno@clisp.org>
40741
40742         This lets translators provide better translations for the
40743         "Written by ..." part of --version output.
40744         * lib/version-etc.h: Include stdarg.h.
40745         (version_etc_copyright): Declare as readonly.
40746         (version_etc): Make this function variadic with a NULL-terminated list
40747         of author name strings.
40748         (version_etc_va): New declaration.
40749         * lib/version-etc.c: Include stdarg.h, stdlib.h.
40750         (version_etc_copyright): Declare as readonly.
40751         (version_etc_va): New function. Provide a different translatable string
40752         for each possible number of authors < 10. Abbreviate when there are 10
40753         authors or more.
40754         (version_etc): Make this function variadic. Call version_etc_va.
40755         Suggestion from Gary V. Vaughan.
40756
40757         * lib/long-options.h (parse_long_options): Change prototype: the
40758         authors string is moved to the end and becomes variadic.
40759         * lib/long-options.c: Include stdarg.h.
40760         (parse_long_options): Make this function variadic, too.
40761         Call version_etc_va, not version_etc.
40762
40763 2003-10-06  Bruno Haible  <bruno@clisp.org>
40764
40765         * modules/version-etc-2: Remove file.
40766         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
40767
40768 2003-10-06  Bruno Haible  <bruno@clisp.org>
40769
40770         * modules/fatal-signal: New file.
40771         * MODULES.html.sh (func_all_modules): Add fatal-signal.
40772
40773 2003-10-06  Bruno Haible  <bruno@clisp.org>
40774
40775         * m4/fatal-signal.m4: New file.
40776         * m4/signalblocking.m4: New file, from GNU gettext.
40777
40778 2003-10-06  Bruno Haible  <bruno@clisp.org>
40779
40780         * lib/version-etc-2.h: Remove file.
40781         * lib/version-etc-2.c: Remove file.
40782
40783 2003-10-06  Bruno Haible  <bruno@clisp.org>
40784
40785         * lib/fatal-signal.h: New file, from GNU gettext.
40786         * lib/fatal-signal.c: New file, from GNU gettext.
40787
40788 2003-10-05  Paul Eggert  <eggert@twinsun.com>
40789
40790         * README: Rework advice for preventing empty .o files.
40791         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
40792         not <sys/types.h>.
40793
40794 2003-10-04  Karl Berry  <karl@gnu.org>
40795
40796         * lib/argp*: update from libc.
40797
40798 2003-10-04  Karl Berry  <karl@gnu.org>
40799
40800         * config/config.{guess,sub}: update from config.
40801
40802 2003-10-02  Bruno Haible  <bruno@clisp.org>
40803
40804         * modules/lchown (Include): Add lchown.h.
40805         * modules/time_r (Include): Use "..." syntax.
40806         * modules/xgetdomainname (Include): Add xgetdomainname.h.
40807
40808 2003-10-01  Simon Josefsson  <jas@extundo.com>
40809
40810         * MODULES.html.sh (func_all_modules): Move gethostname from section
40811         'based on' to section 'lacking' POSIX:2001.
40812
40813 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
40814
40815         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
40816         to output mode on the same stream.
40817
40818 2003-09-29  Paul Eggert  <eggert@twinsun.com>
40819
40820         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
40821         Fix arg typo in previous patch.
40822
40823 2003-09-28  Jim Meyering  <jim@meyering.net>
40824
40825         * lib/error.c: Correct cpp indentation.
40826
40827 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40828
40829         * modules/free: New file.
40830
40831 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40832
40833         * m4/free.m4: New file.
40834
40835 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40836
40837         * lib/minmax.h (MIN, MAX)
40838         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
40839         Omit the special code that used __typeof__, since we worry that
40840         it could be more trouble than it's worth.  See:
40841         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
40842         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
40843
40844         * lib/free.c: New file.
40845
40846 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
40847
40848         Trivial fixes to Makefile.am parts of module listings.
40849         * modules/strstr: Append strstr.h to lib_SOURCES.
40850         * modules/strcase: Likewise, for strcase.h.
40851
40852 2003-09-27  Karl Berry  <karl@gnu.org>
40853
40854         * config/mkinstalldirs: update from automake.
40855
40856 2003-09-26  Paul Eggert  <eggert@twinsun.com>
40857
40858         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
40859         (error_tail): Do not loop, reallocating temporary buffer, since
40860         the output cannot contain more wide characters than the input
40861         contains bytes, the size must be big enough already.  This avoids
40862         one potential size overflow calculation.  Check for size overflow
40863         when calculating temporary buffer size.  Free temporary buffer
40864         when done, if it was allocated with malloc; this plugs a memory
40865         leak.  Remove casts from void * to pointers, that are no longer
40866         needed now that we're assuming C89 or better.
40867
40868         Merge error changes from glibc.
40869
40870         * lib/error.c, error.h: Update copyright notice header to match glibc.
40871         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
40872         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
40873         Disable cancellation while printing error.
40874         * lib/error.h: Prepend __ to parameter names.
40875
40876 2003-09-26  Jim Meyering  <jim@meyering.net>
40877
40878         * lib/error.c (error_tail): Move some declarations
40879         into inner scope where the local variables are used.
40880
40881 2003-09-26  Bruno Haible  <bruno@clisp.org>
40882
40883         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
40884         stpncpy().
40885         Don't define stpncpy through config.h; it's now done through stpncpy.h.
40886
40887 2003-09-26  Bruno Haible  <bruno@clisp.org>
40888
40889         * lib/stpncpy.h (gnu_stpncpy): New declaration.
40890         (stpncpy): Define as alias for gnu_stpncpy.
40891         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
40892
40893 2003-09-25  Simon Josefsson  <jas@extundo.com>
40894
40895         * lib/xgetdomainname.h: New file.
40896         * lib/xgetdomainname.c: New file.
40897
40898 2003-09-25  Simon Josefsson  <jas@extundo.com>
40899             Bruno Haible  <bruno@clisp.org>
40900
40901         * modules/getdomainname: New file.
40902         * modules/xgetdomainname: New file.
40903         * MODULES.html.sh (func_all_modules): Add getdomainname,
40904         xgetdomainname.
40905
40906 2003-09-25  Simon Josefsson  <jas@extundo.com>
40907             Bruno Haible  <bruno@clisp.org>
40908
40909         * m4/getdomainname.m4: New file.
40910
40911 2003-09-25  Simon Josefsson  <jas@extundo.com>
40912             Bruno Haible  <bruno@clisp.org>
40913
40914         * lib/getdomainname.h: New file.
40915         * lib/getdomainname.c: New file.
40916
40917 2003-09-25  Karl Berry  <karl@gnu.org>
40918
40919         * lib/argp-fmtstream.c, argp-help.c: update from libc.
40920
40921 2003-09-25  Karl Berry  <karl@gnu.org>
40922
40923         * config/install-sh: update from automake.
40924
40925 2003-09-25  Bruno Haible  <bruno@clisp.org>
40926
40927         * modules/version-etc-2: New file, from modules/version-etc with
40928         modifications.
40929         * MODULES.html.sh (func_all_modules): Add version-etc-2.
40930
40931 2003-09-25  Bruno Haible  <bruno@clisp.org>
40932
40933         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
40934         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
40935
40936 2003-09-24  Simon Josefsson  <jas@extundo.com>
40937
40938         * modules/xgethostname: Add xgethostname.h.
40939
40940 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40941
40942         * lib/linebuffer.c (freebuffer): Don't free the argument, just
40943         the buffer associated with the argument.  Bug reported by
40944         Simon Josefsson.
40945
40946 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40947
40948         * README: Document assumptions that 'int' is at least 32 bits
40949         wide, that integer arithmetic is 2's complement without overflow,
40950         that there are no holes in integer values, that adding sizes of
40951         two nonoverlapping objects can't overflow, and that all-bits-zero
40952         yields scalar zero.  Fix spelling and capitalization typos.
40953
40954 2003-09-19  Karl Berry  <karl@gnu.org>
40955
40956         * lib/argp.h: update from libc.
40957
40958 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40959
40960         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
40961         to avoid spurious warnings like "AC_RUN_IFELSE was called before
40962         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
40963
40964 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40965
40966         * gnulib-tool: Use "test -h", not "test -L", for portability
40967         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
40968         (tags_regexp): Remove, since \| doesn't conform to POSIX.
40969         (sed_extract_prog): Issue s commands one-by-one, rather than
40970         using \| in one s command.
40971
40972 2003-09-16  Paul Eggert  <eggert@twinsun.com>
40973
40974         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
40975         input error, instead of returning NULL the next time we are called
40976         (and therefore losing track of errno).
40977
40978 2003-09-16  Bruno Haible  <bruno@clisp.org>
40979
40980         * gnulib-tool (func_create_testdir): Warn about duplicated
40981         dependencies.
40982
40983 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40984
40985         * modules/argmatch, modules/fatal, modules/obstack,
40986         modules/xalloc, modules/xgethostname: Sort dependencies by
40987         importance, not alphabetically.
40988
40989 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40990
40991         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
40992         fails, so that the caller gets the proper errno.
40993
40994         * lib/readutmp.c (read_utmp): Likewise.
40995         Check for fstat error.  Close stream and free storage
40996         when failing.
40997
40998 2003-09-14  Karl Berry  <karl@gnu.org>
40999
41000         * config/srclist.txt (strdup.c): disable for c89 changes.
41001
41002 2003-09-14  Jim Meyering  <jim@meyering.net>
41003
41004         * lib/getloadavg.c: Correct cpp indentation.
41005         * lib/strdup.c: Likewise.
41006         * lib/vasnprintf.c: Likewise.
41007
41008 2003-09-14  Bruno Haible  <bruno@clisp.org>
41009
41010         * modules/fwriteerror: New file.
41011         * MODULES.html.sh (func_all_modules): Add fwriteerror.
41012
41013 2003-09-14  Bruno Haible  <bruno@clisp.org>
41014
41015         * lib/fwriteerror.h: New file.
41016         * lib/fwriteerror.c: New file.
41017
41018 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41019
41020         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
41021         modules/xgethostname, modules/xalloc: Depend on exit.
41022
41023 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41024
41025         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
41026
41027         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
41028         and AC_MINIX, too, so that their extensions are available.
41029
41030         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
41031         This macro has been superseded by gl_BACKUPFILE.
41032
41033         More patches to assume C89 or better.
41034
41035         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
41036
41037         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
41038         unconditionally.
41039         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
41040         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
41041         Include <string.h>, <stdlib.h> unconditionally.
41042         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
41043         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
41044         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
41045         headers or for string.h.
41046         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
41047         or strtoul.
41048
41049         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
41050         headers.
41051         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
41052         * m4/userspec.m4 (gl_USERSPEC): Likewise.
41053         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
41054         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
41055         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41056         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
41057         memcpy, memset.
41058         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
41059         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
41060         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
41061         strtol.
41062         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
41063         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
41064         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
41065         strtoul.
41066
41067 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41068
41069         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
41070         * lib/obstack.c [!defined _LIBC]: Likewise.
41071         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
41072         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
41073         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
41074
41075         More changes to assume C89 or better.
41076
41077         * lib/error.c (error_tail): Assume vprintf.
41078
41079         * lib/argmatch.c (getenv): Remove decl.
41080         * lib/progreloc.c (get_full_program_name): Define via prototype.
41081         * lib/setenv.c (clearenv): Likewise.
41082         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
41083         needed.
41084         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
41085         (malloc, memcpy): Remove decls.
41086         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
41087         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
41088         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41089         (memcpy): Remove macro.
41090         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
41091         (__P): Remove.  All uses removed.
41092         (PTR): Remove.  All uses changed to void *.
41093         (CHAR_BIT, NULL): Remove.
41094         (spaces, zeros, memset_space, memset_zero)
41095         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
41096         Remove.
41097         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
41098         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
41099         Define with prototype.
41100         Remove now-unnecessary prototype decl.
41101         (extra_args_spec): Assume ANSI C.  All uses changed.
41102         (extra_args_spec_iso): Remove.
41103         (my_strftime, emacs_strftimeu): Define via prototype.
41104         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
41105         unconditionally.
41106         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
41107         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
41108         (strtoul, strtol): Remove decls.
41109         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
41110         LONG_MAX): Remove.
41111         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41112         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
41113         (LOCALE_PARAM_PROTO): New macro.
41114         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
41115         (INTERNAL (strtol), strtol): Define with a prototype.
41116         (PARAMS): Remove.  All uses removed.
41117         * lib/tempname.c: Include <string.h> unconditionally.
41118         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
41119         * lib/xgethostname.c (main): Define with a prototype.
41120         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
41121         Include <stdlib.h> unconditionally.
41122         (calloc, malloc, realloc, free): Remove decls.
41123         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
41124         Include <stdlib.h> unconditionally.  Sort include file names.
41125         (strtod): Remove.
41126         (xstrtod): Define with a prototype.
41127         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
41128         (strtol, strtoul): Remove decls.
41129
41130 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41131
41132         More patches to assume C89 or better.
41133         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
41134         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
41135         string.h, memchr, STDC_HEADERS.
41136
41137 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41138
41139         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
41140         Include <stdlib.h>, <string.h> unconditionally.
41141         Remove now-unnecessary cast to char *.
41142         * lib/strnlen.c: Include <string.h> unconditionally.
41143         * lib/yesno.c (yesno): Define with a prototype.
41144
41145 2003-09-11  Bruno Haible  <bruno@clisp.org>
41146
41147         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
41148
41149 2003-09-10  Jim Meyering  <jim@meyering.net>
41150
41151         * lib/error.c: Correct indentation of cpp directives.
41152
41153 2003-09-10  Bruno Haible  <bruno@clisp.org>
41154
41155         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
41156         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
41157         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
41158         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
41159         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
41160         <stdlib.h> and <string.h> checks.
41161         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
41162         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
41163
41164 2003-09-10  Bruno Haible  <bruno@clisp.org>
41165
41166         * lib/strcspn.c: Include <string.h> unconditionally.
41167         * lib/strpbrk.c: Include <string.h> unconditionally.
41168         * lib/strstr.c: Include <string.h> unconditionally.
41169         * lib/unicodeio.c: Include <string.h> unconditionally.
41170         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
41171         * lib/unsetenv.c: Likewise.
41172         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
41173         * lib/yesno.c: Include <stdlib.h> unconditionally.
41174         (rpmatch): Add prototype.
41175
41176 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41177
41178         More patches to assume C89 or better.
41179         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
41180         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
41181         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
41182         or for string.h.
41183         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
41184         stdlib.h.
41185         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
41186         C headers.
41187         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
41188         string.h.
41189         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
41190         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
41191         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
41192         or for string.h.
41193         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
41194         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
41195         C headers.
41196         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
41197         memcpy.
41198         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
41199         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
41200         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
41201         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
41202         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
41203         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
41204         string.h, free.
41205         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
41206         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
41207         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
41208         C headers, or for string.h.
41209         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
41210         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
41211         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
41212         headers, memory.h, stdlib.h, string.h, strings.h.
41213         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
41214         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
41215         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
41216         strchr.
41217         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
41218         headers, memory.h, string.h.
41219         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
41220         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
41221         free.
41222         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
41223         headers.
41224         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
41225         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
41226         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
41227         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
41228         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
41229
41230 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41231
41232         More K&R removal.
41233
41234         * lib/acosl.c (main): Use a prototype.
41235         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
41236         tanl.c: Likewise.
41237
41238         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
41239
41240         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
41241         (getopt, etopt_long, getopt_long_only, _getopt_internal)
41242         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
41243         with a prototype.
41244         * lib/getopt.c (const): Remove macro.
41245         Include <string.h> unconditionally.
41246         (my_index): Remove; all uses changed to strchr.
41247         (strlen): Remove decl.
41248         (exchange): Remove forward decl; no longer needed.
41249         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
41250         Define with prototype.
41251         * lib/getopt1.c (const): Remove macro.
41252         (getopt_long, getopt_long_only, main): Define with prototype.
41253
41254         * lib/getugroups.c: Include <string.h> unconditionally.
41255
41256         * lib/getusershell.c: Include <stdlib.h> unconditionally.
41257         (getusershell, setusershell, endusershell, readname, main):
41258         Define with prototypes.
41259
41260         * lib/group-member.c: Include group-member.h first.
41261         Include <stdlib.h> unconditionally.
41262
41263         * lib/hard-locale.c: Include hard-locale.h first.
41264         Include <stdlib.h>, <string.h> unconditionally.
41265
41266         * lib/hash.c (free, malloc): Remove decls.
41267         Include <stdlib.h> unconditionally.
41268
41269         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
41270         (getenv): Do not declare.
41271
41272         * lib/idcache.c: Include <string.h> unconditionally.
41273
41274         * lib/long-options.c: Include long-options.h first, to test interface.
41275         Include <stdlib.h> unconditionally.
41276
41277         * lib/makepath.c: Include makepath.h first, to test interface.
41278         Include <stdlib.h> and <string.h> unconditionally.
41279
41280         * lib/linebuffer.c: Include <stdlib.h>.
41281         (free): Remove decl.
41282
41283         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
41284         stddef.h. rpl_malloc returns void *, not char *.
41285         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
41286         prototype.
41287
41288         * lib/md5.h: Include <limits.h> unconditionally.
41289         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
41290         (__P): Remove; all uses removed.
41291         * lib/md5.c: Include "md5.h" first.
41292         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
41293         md5_buffer, md5_process_bytes, md5_process_block):
41294         Define with prototypes.
41295         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
41296         * lib/sha.c: Include "sha.h" first.
41297         Include <stdlib.h>, <string.h> unconditionally.
41298
41299         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
41300         * lib/memcmp.c (__ptr_t): Likewise.
41301         * lib/memrchr.c (__ptr_t): Likewise.
41302         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
41303         Include <string.h> unconditionally.
41304         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
41305         * lib/memchr.c: Include <stdlib.h> unconditionally.
41306         * lib/memchr.c (LONG_MAX): Remove.
41307         * lib/memrchr.c (LONG_MAX): Likewise.
41308         * lib/memchr.c (__memchr): Define via a prototype.
41309         * lib/memrchr.c (__memrchr): Likewise.
41310         * lib/memcmp.c (__P): Remove, and remove all uses.
41311         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
41312         Remove forward decls; no longer needed.
41313         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
41314         Use types required by C89 in prototype.
41315
41316         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
41317         * lib/savedir.c: Likewise.
41318         * lib/mkdir.c (free): Remove decl.
41319         * lib/rmdir.c (rmdir): Define with a prototype.
41320         * lib/savedir.c: Include savedir.h first, to test interface.
41321
41322         * lib/mktime.c (STDC_HEADERS): Remove.
41323         Include <stdlib.h>, <string.h> unconditionally.
41324
41325         * lib/modechange.c: Include <stdlib.h> unconditionally.
41326         (malloc): Remove decl.
41327
41328         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
41329         (free): Remove decl.
41330
41331         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
41332         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
41333         (This type really should be intptr_t, but that's a C99ism.)
41334         (_obstack_memcpy): Remove: all uses changed to memcpy.
41335         Include <string.h> unconditionally.
41336         (struct obstack): Assume __STDC__ for types of members
41337         chunkfun, freefun, extra_arg.
41338         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
41339         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
41340         obstack_begin, obstack_specify_allocation,
41341         obstack_specify_allocation_with_arg, obstack_chunkfun,
41342         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
41343         Remove unprototyped decls and the macros that use them.
41344         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
41345         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
41346         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
41347         (defined __STDC__ && __STDC__)]:
41348         Remove nonprototyped code.
41349         Include <stdlib.h> unconditionally.
41350         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
41351         _obstack_allocated_p, _obstack_free, obstack_free,
41352         _obstack_memory_used, print_and_abort):
41353         Define using prototypes.
41354         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
41355         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
41356         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
41357         obstack_next_free, obstack_object_size, obstack_room) [0]:
41358         Remove unused, unprototyped code.
41359
41360         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
41361
41362         * lib/physmem.c (physmem_total, physmem_available, main): Define
41363         with prototypes.
41364
41365         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
41366         (main): Define with a prototype.
41367
41368         * lib/posixver.c (getenv): Remove decl.
41369
41370         * lib/putenv.c (malloc): Returns void *, not char *.
41371         Include <string.h> unconditionally.
41372         (strchr, memcpy, NULL): Do not define.
41373
41374         * lib/readtokens.c: Include readtokens.h first, to test interface.
41375         Include <stdlib.h>, <string.h> unconditionally.
41376         (init_tokenbuffer): Define with a prototype.
41377
41378         * lib/regex.c (PARAMS): Remove.  All uses removed.
41379         All uses of _RE_ARGS removed, too.
41380         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
41381         unconditionally.
41382         (bzero): Assume memset exists.
41383         (memcmp, memcpy, NULL): Remove.
41384         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
41385         char, or assignments to local vars of type signed char.
41386         (init_syntax_once, PREFIX(extract_number_and_incr),
41387         PREFIX(print_partial_compiled_pattern),
41388         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
41389         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
41390         PREFIX(regex_grow_registers), PREFIX(regex_compile),
41391         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
41392         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
41393         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
41394         wcs_compile_range, byte_compile_range, truncate_wchar,
41395         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
41396         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
41397         count_mbs_length, wcs_re_match_2_internal,
41398         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
41399         PREFIX(alt_match_null_string_p),
41400         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
41401         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
41402         regfree, PREFIX(extract_number)): Define with prototype.  Remove
41403         now-unnecessary declaration, if any.
41404         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
41405         regcomp, regexec):
41406         Remove now-unnecessary casts among pointer types.
41407         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
41408
41409         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
41410         (free): Remove decl.
41411
41412         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
41413
41414         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
41415         (free): Remove decl.
41416
41417         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
41418         * lib/xgetcwd.c: Likewise.
41419
41420         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
41421         (free): Remove decl.
41422
41423         * lib/strchrnul.c (strchrnul): Define with a prototype.
41424         Fix bug: c_in was not converted to char before searching.
41425
41426         The following changes are not K&R related:
41427
41428         * lib/group-member.h: Include <sys/types.h>, so that this file is
41429         self-contained.
41430         * lib/makepath.h: Likewise.
41431
41432         * lib/getusershell.c (readname, default_index, line_size, readname):
41433         Use size_t, not int, for sizes.
41434         (readname): If the size overflows, report an error instead of
41435         looping forever.
41436
41437 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41438
41439         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
41440         libc.
41441
41442 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41443
41444         * README: New section: portability guidelines.
41445
41446 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41447
41448         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
41449         C89 spec.
41450
41451 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41452
41453         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
41454
41455 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41456
41457         Assume C89 or better; remove K&R cruft.
41458         A few of these changes were first proposed by Derek Robert Price
41459         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
41460
41461         * lib/addext.c: Include <string.h> unconditionally.
41462         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
41463         Don't declare getenv or malloc.
41464
41465         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
41466         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
41467         (NULL): Remove.
41468         (find_stack_direction, alloca): Use prototypes.
41469
41470         * lib/atexit.c (atexit): Define using a prototype.
41471
41472         * lib/basename.c, dirname.c, stripslash.c:
41473         Include <string.h> unconditionally.
41474
41475         * lib/bcopy.c: Include <stddef.h>.
41476         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
41477
41478         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
41479
41480         * lib/error.h (error, error_at_line, error_print_progname)
41481         [! (defined (__STDC__) && __STDC__)]: Remove decls.
41482         * lib/error.c: Include error.h first, to check interface.
41483         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41484         (VA_START): Remove; all uses changeed to va_start.
41485         (exit, strerror): Remove decls.
41486         (error_print_progname): Prototype uncondionally.
41487         Don't include <errno.h>; no longer needed.
41488         (private_strerror): Remove.
41489         (error_tail): Always define.
41490         (error, error_at_line): Assume C89 or better; always use prototypes.
41491         * lib/fatal.c: Include "fatal.h" first, to test interface.
41492         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41493         (VA_START): Remove; all uses changed to va_start.
41494         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
41495         this case.
41496         (exit): Remove decl.
41497         (fatal): Prototype unconditionally.  Assume va_start works.
41498         Abort at end, to pacify gcc.
41499
41500         * lib/euidaccess.c (main): Define with a prototype.
41501
41502         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
41503
41504         * lib/exitfail.c: Include <stdlib.h> unconditionally.
41505
41506         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
41507         prototypes.
41508         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
41509         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
41510         (getenv): Remove decl.
41511         (fnmatch): Define using a prototype.
41512         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
41513         (FCT): Define using a prototype.
41514
41515         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
41516
41517         * lib/gethostname.c: Include <stddef.h>.
41518         (gethostname): Define with prototype.  Length is size_t, not int.
41519
41520 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41521
41522         Assume C89 or better; remove K&R cruft.
41523         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
41524         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
41525         string.h, getenv, malloc.
41526         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
41527         headers.
41528         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
41529         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
41530         do not check for strerror.
41531         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
41532         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
41533         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
41534         do not check for doprnt or vprintf.
41535         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
41536         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
41537
41538 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41539
41540         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
41541         getversion.c should have been removed then, but was accidentally
41542         preserved.
41543
41544         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
41545         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
41546
41547 2003-09-08  Karl Berry  <karl@gnu.org>
41548
41549         * config/config.sub, config.guess, srclistvars.sh: update from savannah
41550                 config, forget about prep.
41551
41552         * config/depcomp, missing: update from automake.
41553
41554 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41555
41556         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
41557         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41558
41559 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41560
41561         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
41562         copy_tm_result.  Bug reported by Simon Josefsson in
41563         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41564
41565 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41566
41567         * m4/time_r.m4: New file.
41568         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
41569         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
41570         is. Check for timegm declaration.
41571         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
41572         Do not check for gmtime_r.
41573         Replace mktime if __mktime_internal does not exist and if mktime
41574         hasn't been replaced already.
41575
41576 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41577
41578         * lib/time_r.c, lib/time_r.h: New files.
41579
41580         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
41581         __localtime_r.
41582         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
41583         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
41584
41585         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
41586         __gmtime_r.
41587         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
41588         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
41589         Include <time_r.h>.
41590
41591         * lib/timegm.c: Switch to glibc implementation, with the following
41592         changes:
41593         [defined HAVE_CONFIG_H]: Include <config.h>.
41594         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
41595         (__mktime_internal) [!defined _LIBC]: New decl.
41596         (__gmtime_r) [!defined _LIBC]: New macro and function.
41597         (timegm): Use a prototype, since gnulib assumes C89.
41598         Do not bother declaring tmp to be const, as it's not really usefu.
41599         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
41600         (timegm): Declare only if HAVE_DECL_TIMEGM.
41601
41602 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41603
41604         * MODULES.html.sh (func_all_modules): Add time_r.
41605         * modules/time_r: New file.
41606         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
41607         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
41608
41609 2003-09-03  Paul Eggert  <eggert@twinsun.com>
41610
41611         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
41612         Bug reported by Lute Kamstra in
41613         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
41614
41615         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
41616         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
41617         course with correspondingly smaller numbers for tomorrow and
41618         yesterday.  From Tadayoshi Funaba.  Originally installed into
41619         sh-utils on 1999-08-07, but the patch got lost (I guess during the
41620         coreutils merge?).
41621
41622 2003-08-31  Simon Josefsson  <jas@extundo.com>
41623
41624         * modules/timegm: New file.
41625         * MODULES.html.sh (func_all_modules): Add timegm.
41626
41627 2003-08-31  Simon Josefsson  <jas@extundo.com>
41628
41629         * m4/timegm.m4: New file.
41630
41631 2003-08-31  Simon Josefsson  <jas@extundo.com>
41632
41633         * lib/timegm.h: New file.
41634         * lib/timegm.c: New file.  Based on
41635         wget-1.8.2/src/http.c:mktime_from_utc.
41636
41637 2003-08-31  Karl Berry  <karl@gnu.org>
41638
41639         * lib/argp.h: update from libc.
41640
41641 2003-08-28  Bruno Haible  <bruno@clisp.org>
41642
41643         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
41644         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
41645         followed by '#define fnmatch fnmatch_posix' gives an error.
41646
41647 2003-08-28  Bruno Haible  <bruno@clisp.org>
41648
41649         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
41650         warning on QNX, which defines O_BINARY to 000000.
41651
41652 2003-08-27  Jim Meyering  <jim@meyering.net>
41653
41654         * m4/mkstemp.m4: Require that the system mkstemp be able to create
41655         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
41656         would fail after 32.  Reported by Danny Levinson.  Details here:
41657         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
41658
41659 2003-08-24  Bruno Haible  <bruno@clisp.org>
41660
41661         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
41662         MSVC7 <stdio.h> is included later.
41663
41664 2003-08-22  Simon Josefsson  <jas@extundo.com>
41665
41666         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
41667
41668 2003-08-20  Karl Berry  <karl@gnu.org>
41669
41670         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
41671
41672 2003-08-20  Bruno Haible  <bruno@clisp.org>
41673
41674         * modules/progname: New file.
41675         * MODULES.html.sh (func_all_modules): Add progname.
41676
41677 2003-08-20  Bruno Haible  <bruno@clisp.org>
41678
41679         * lib/progname.h: New file, from GNU gettext.
41680         * lib/progname.c: New file, from GNU gettext.
41681         * lib/progreloc.c: New file, from GNU gettext.
41682
41683 2003-08-19  Jim Meyering  <jim@meyering.net>
41684
41685         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
41686         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
41687
41688 2003-08-19  Bruno Haible  <bruno@clisp.org>
41689
41690         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
41691         more.
41692
41693 2003-08-19  Bruno Haible  <bruno@clisp.org>
41694
41695         * lib/xstrdup.c: Assume <string.h> exists.
41696
41697 2003-08-18  Paul Eggert  <eggert@twinsun.com>
41698
41699         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
41700         in makefile rules.
41701
41702 2003-08-18  Jim Meyering  <jim@meyering.net>
41703
41704         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
41705         * m4/lib-ld.m4: Likewise.
41706
41707 2003-08-18  Jim Meyering  <jim@meyering.net>
41708
41709         * lib/setenv.h: Indent nested cpp directive.
41710         * lib/vasnprintf.c: Remove trailing blanks.
41711
41712 2003-08-17  Simon Josefsson  <jas@extundo.com>
41713
41714         * modules/xstrndup: New file.
41715         * MODULES.html.sh (func_all_modules): Add xstrndup.
41716
41717 2003-08-17  Simon Josefsson  <jas@extundo.com>
41718
41719         * modules/argp: Fix autoconf macro name. Add more dependencies.
41720
41721 2003-08-17  Simon Josefsson  <jas@extundo.com>
41722
41723         * m4/xstrndup.m4: New file.
41724
41725 2003-08-17  Simon Josefsson  <jas@extundo.com>
41726
41727         * m4/argp.m4: New file.
41728
41729 2003-08-17  Simon Josefsson  <jas@extundo.com>
41730             Bruno Haible  <bruno@clisp.org>
41731
41732         * lib/xstrndup.h: New file.
41733         * lib/xstrndup.c: New file.
41734
41735 2003-08-17  Bruno Haible  <bruno@clisp.org>
41736
41737         * modules/strndup (Files, Include): Add lib/strndup.h.
41738
41739 2003-08-17  Bruno Haible  <bruno@clisp.org>
41740
41741         * modules/euidaccess (Files): Add lib/euidaccess.h.
41742
41743 2003-08-17  Bruno Haible  <bruno@clisp.org>
41744
41745         * lib/strndup.h: New file.
41746
41747 2003-08-17  Bruno Haible  <bruno@clisp.org>
41748
41749         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
41750         like AC_GNU_SOURCE.
41751         * modules/extensions (configure.ac): Comment out the invocation of
41752         gl_USE_SYSTEM_EXTENSIONS.
41753
41754 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41755
41756         Merges from coreutils, etc.
41757         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
41758         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
41759         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
41760         fixing a typo.
41761         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
41762         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
41763
41764 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41765
41766         Document merge from coreutils.
41767         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
41768         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
41769         * modules/utime: Add m4/utimes-null.m4.
41770
41771 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41772
41773         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
41774         space, undoing this 2003-08-12 change:
41775         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41776
41777 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41778
41779         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
41780         strtoul.c from libc, undoing this 2003-08-12 change:
41781         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41782
41783 2003-08-16  Jim Meyering  <jim@meyering.net>
41784
41785         Merges from coreutils.
41786         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
41787         prefix.  Adjust cache variables similarly.  Create 500 rather than
41788         just 300 files, to exercise bug on Darwin6.5, too.
41789         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
41790         $missing_dir.
41791         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
41792         AM_SYS_POSIX_TERMIOS.
41793         Reported by mkc@mathdogs.com.
41794         Also change use of $am_cv_sys_posix_termios
41795         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
41796         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
41797         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
41798         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
41799         in /proc/mounts until it finds one with matching device number.  This
41800         is unnecessary when the FILE argument *is* a mount point.  No stat call
41801         is necessary in that case.  So, disable the statvfs-testing code on
41802         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41803         as RedHat bug# 84846.
41804         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41805         to 1MB, so as not to render systems with no stack size limit (e.g.,
41806         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41807         Include <unistd.h>.  On some systems,
41808         it is required for the definition of _SC_PAGESIZE.
41809
41810 2003-08-16  Jim Meyering  <jim@meyering.net>
41811
41812         Merge from coreutils.
41813         * lib/xstrtoimax.c: #else #if -> #elif.
41814         * lib/xstrtoumax.c: Likewise.
41815
41816 2003-08-16  Jim Meyering  <jim@meyering.net>
41817
41818         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
41819         * m4/utimes.m4: Removed.
41820         * m4/utimes-null.m4: Renamed from utimes.m4.
41821
41822         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41823         to 1MB, so as not to render systems with no stack size limit (e.g.,
41824         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41825         Include <unistd.h>.  On some systems,
41826         it is required for the definition of _SC_PAGESIZE.
41827
41828 2003-08-16  Jim Meyering  <jim@meyering.net>
41829         and Paul Eggert  <eggert@cs.ucla.edu>
41830
41831         Merges from coreutils, etc.
41832
41833         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
41834         using the latest version from cvs.  This avoids problems with #line
41835         directives using a vendor (Sun) compiler.
41836         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
41837         Don't set GETGROUPS_LIB here; now it's
41838         done via getgroups.m4's wrapper function.
41839         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
41840         rather than just in sh-util/configure.in, so that the
41841         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
41842         same.
41843         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
41844         AC_FUNC_GETLOADAVG where to find getloadavg.c.
41845         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
41846         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
41847         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
41848         Remove code that is now done by the newly-required macros.
41849         Append $(EXEEXT) to DF_PROG.
41850         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
41851         Do not invoke or require the following here,
41852         since prereq.m4 or some gnulib .m4 now does this for us:
41853         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
41854         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
41855         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
41856         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
41857         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
41858         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
41859         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
41860         AC_FUNC_OBSTACK.
41861         Do not replace the following functions, as this is now the job
41862         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
41863         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
41864         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
41865         atexit getpass, strdup, getpagesize.
41866         Replace 'raise'.
41867         Do not check for the following functions, as this is now the job
41868         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
41869         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
41870         setregid.
41871         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
41872         Check for sys/sysctl.h.
41873         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
41874         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
41875         of checking for ssize_t ourselves.
41876
41877         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
41878         Require every macro that gnulib/modules/* suggests for us.
41879         (jm_PREREQ_ADDEXT): New macro.
41880         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
41881         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
41882
41883         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
41884         (gl_PHYSMEM): Use it.
41885         Also check for `table' function.
41886         Check for new headers and functions.
41887         Add check for sys/sysmp.h.
41888         With suggestions from Kaveh Ghazi.
41889         Ignore headers that are present but cannot be compiled.  This
41890         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
41891         C 5.4.
41892
41893 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41894
41895         Document merge from coreutils.
41896         * modules/userspec: Depend on posixver.
41897         * modules/strftime: Depend on tzset.
41898
41899 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41900
41901         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
41902         rather than tab, after '#' in shell-script copyright notices.
41903         Suggested by Bruno Haible.
41904
41905 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41906
41907         * config/srclist-update: Use three spaces, rather than tab, after '#'
41908         in shell-script copyright notices.  Suggested by Bruno Haible.
41909         Remove unnecessary parenthesization in regular expression.
41910
41911 2003-08-15  Jim Meyering  <jim@meyering.net>
41912
41913         Merge from coreutils.
41914         * lib/xgethostname.c: Include <stdlib.h>.
41915         (xghostname): Don't exit for anything other than memory-related
41916         failure; just return NULL.
41917         * lib/userspec.c: Include "posixver.h".
41918         (parse_user_spec): Accept `.' as a separator only
41919         in pre-POSIX-200112 mode.
41920         * lib/strtoimax.c: Use #elif rather than #else #if.
41921         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
41922         Remove function, now that we can rely on a working tzset function.
41923         [!_LIBC]: Ensure that the required autoconf test has been run.
41924         [!defined _NL_CURRENT && HAVE_STRFTIME]:
41925         Use underlying_strftime for %r.
41926         * lib/sha.c: Merge in some clean-up and optimization changes from
41927         glibc.
41928         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
41929         Ensure that it is a multiple of 64.
41930         Rearrange loop exit tests so as to avoid performing an
41931         additional fread after encountering an error or EOF.
41932         * lib/realloc.c: Update copyright date.
41933
41934 2003-08-15  Jim Meyering  <jim@meyering.net>
41935         and Paul Eggert  <eggert@twinsun.com>
41936
41937         Merge from coreutils.
41938         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
41939         member but strut utmpx does not.  Needed for AIX 4.3.3.
41940         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
41941
41942 2003-08-15  Jim Meyering  <jim@meyering.net>
41943         and Paul Eggert  <eggert@cs.ucla.edu>
41944
41945         Merges from coreutils, etc.
41946         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
41947         Require gl_FUNC_TZSET_CLOBBER.
41948         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
41949         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
41950         members.
41951
41952 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41953
41954         Help the merge from coreutils.
41955         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
41956         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
41957         * m4/tzset.m4: Use it too.
41958
41959 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41960
41961         * modules/tzset: New file.
41962
41963 2003-08-14  Jim Meyering  <jim@meyering.net>
41964
41965         Merges from coreutils.
41966         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
41967         variable names, rather than @FNMATCH_H@.
41968         * modules/alloca: Likewise for $(ALLOCA_H).
41969
41970         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
41971         the three copies of the literal target, `fnmatch.h'.
41972         * modules/alloca (alloca.h): Likewise.
41973
41974 2003-08-14  Jim Meyering  <jim@meyering.net>
41975
41976         Merge from coreutils.
41977         * m4/tzset.m4: New file.
41978         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
41979         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
41980         otherwise, AIX 5.1 systems would end up using the latter.
41981         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
41982         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
41983         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
41984         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
41985
41986 2003-08-14  Jim Meyering  <jim@meyering.net>
41987
41988         Merge from coreutils.
41989         * lib/obstack.h: Whitespace changes.
41990         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
41991         and xcalloc return values.
41992         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
41993         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
41994         hang on OSF/1 5.1 for DIR on both local and remote file systems.
41995         Reported by (and fix confirmed by) Nelson H. F. Beebe.
41996         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41997         error from mntctl.
41998         Use mntctl's return value to drive the entry-processing loop, since
41999         we can't rely on the value of the vmt_length member in the last
42000         entry.  On some systems doing so could result in exhausting
42001         virtual memory.  Based in part on a patch from Mike Jetzer.
42002
42003 2003-08-14  Jim Meyering  <jim@meyering.net>
42004         and Paul Eggert  <eggert@twinsun.com>
42005
42006         Merges from coreutils, plus other fixes.
42007         * lib/physmem.c: Merge in portability changes from gcc/libiberty
42008         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
42009         for credits and details.  Thanks to Kaveh Ghazi for helping
42010         to keep these files in sync.
42011         (ARRAY_SIZE): Define it.
42012         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
42013         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
42014         (memcasecmp): Don't assume size_t fits in unsigned int.
42015         Remove casts and duplicate code.
42016         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
42017         (memcpy): Remove definition.
42018         Merge in some clean-up and optimization changes from glibc.
42019         [BLOCKSIZE]: Move definition to top of file.
42020         Ensure that it is a multiple of 64.
42021         Rearrange loop exit tests so as to avoid performing an
42022         additional fread after encountering an error or EOF.
42023         * lib/md5.h (md5_uintptr): Define.
42024         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
42025         return to the initial working directory.  Preserve errno
42026         for caller.
42027         * lib/idcache.c: Include "xalloc.h".
42028         (xmalloc, xrealloc): Remove decls.
42029         (getuser): Remove casts no longer required in C89.
42030         * lib/human.c: Include stdio.h, for sprintf.
42031         * lib/group-member.c: Include "xalloc.h".
42032         (xmalloc, xrealloc): Remove decls.
42033         (get_group_info): Remove casts no longer required in C89.
42034         * lib/getusershell.c (readname): Remove casts no longer required in
42035         C89.
42036         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
42037         * lib/getline.c: Whitespace fix, from coreutils.
42038
42039 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42040
42041         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
42042         Check for isascii.
42043
42044         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42045         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42046         Undo previous (whitespace-only) change.
42047
42048 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42049
42050         * lib/exclude.c: Include <ctype.h>
42051         (IN_CTYPE_DOMAIN): New macro.
42052         (is_space): New fn.
42053         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
42054         and empty lines.
42055
42056         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42057         Undo previous (whitespace-only) change.
42058
42059 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42060
42061         * config/srclist-update: Change update back to the old behavior,
42062         leaving whitespace alone.  Use one 'sed' command rather than a
42063         pipeline.
42064         (fixlicense): Now a variable, not a function.
42065         (remove_trailing_blanks): Remove.
42066         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
42067         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42068         Undo previous (whitespace-only) change.
42069
42070 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42071
42072         Merge from coreutils.
42073         * modules/euidaccess: Add lib_SOURCES, include for new
42074         file euidaccess.h
42075
42076 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42077
42078         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42079         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42080         Normalize leading white space and remove trailing white space.
42081
42082         Merge from coreutils
42083         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
42084
42085         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
42086         0.12.1.  These files are now being upgraded automatically by
42087         ../config/srclist-update.
42088
42089 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42090
42091         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42092         Normalize leading white space and remove trailing white space.
42093         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
42094         notice, as per ../config/srclist-update.
42095
42096         Merge from coreutils.
42097         * lib/euidaccess.h: New file.
42098         * lib/euidaccess.c: Include it.
42099         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
42100         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
42101         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
42102
42103 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42104
42105         * config/srclist-update: Add copyright notice.
42106         (remove_id_lines, remove_trailing_blanks): New constants.
42107         (fixfile): Use them to normalize spacing a bit in copied files.
42108         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42109         Normalize leading white space and remove trailing white space.
42110
42111         * config/texinfo.tex: Sync with texinfo.
42112
42113         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
42114         strtoul.c from libc, to merge coreutils whitespace changes.
42115
42116         * config/srclist.txt: Get the following m4 files from gettext:
42117         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
42118         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
42119         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
42120         wint_t.m4.
42121
42122 2003-08-12  Karl Berry  <karl@gnu.org>
42123
42124         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
42125         been made.
42126
42127 2003-08-11  Paul Eggert  <eggert@twinsun.com>
42128
42129         * modules/gnu-source, m4/gnu-source.m4:
42130         Remove; we're assuming Autoconf 2.54 or later now.
42131         Suggested by Bruno Haible.
42132         * MODULES.html.sh (func_all_modules): Remove gnu-source.
42133
42134 2003-08-11  Bruno Haible  <bruno@clisp.org>
42135
42136         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
42137
42138 2003-08-11  Bruno Haible  <bruno@clisp.org>
42139
42140         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
42141         (vasnprintf): Use it instead of wcslen.
42142
42143 2003-08-11  Bruno Haible  <bruno@clisp.org>
42144
42145         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
42146         value to ensure that _Bool promotes to int. Use #define for _Bool when
42147         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
42148
42149 2003-08-10  Karl Berry  <karl@gnu.org>
42150
42151         * lib/regex.h: update from libc (whitespace fix).
42152
42153 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42154
42155         Merge some files from coreutils.  These changes were
42156         originally made by Jim Meyering.
42157         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
42158         many older Unixes require this.
42159         * lib/alloca.c (alloca): Remove cast to argument of free;
42160         no longer needed in C89.
42161         * lib/alloca_.h, regex.h: Fix white space to match
42162         what GNU indent does.
42163
42164 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42165
42166         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
42167         apparently Emacs's Unicode mode got confused before my 2003-08-05
42168         checkin.
42169
42170 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42171
42172         * m4/extensions.m4: New file.
42173         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
42174         Require gl_USE_SYSTEM_EXTENSIONS.
42175         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
42176         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
42177
42178 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42179
42180         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
42181         * modules/extensions, modules/gnu-source: New files.
42182         * modules/timespec, modules/unlocked-io: Depend on extensions.
42183
42184 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42185
42186         * modules/restrict: New file.
42187         * MODULES.html.sh (func_all_modules): Add restrict.
42188         * modules/regex: Depend on restrict.
42189
42190 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42191
42192         * m4/restrict.m4: New file.
42193         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
42194
42195 2003-08-07  Bruno Haible  <bruno@clisp.org>
42196
42197         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
42198         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
42199
42200 2003-08-07  Bruno Haible  <bruno@clisp.org>
42201
42202         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
42203         makes the module 'getndelim2' compatible with the module 'getline'.
42204
42205 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42206
42207         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
42208         byte with "\201" to avoid glitches when editing that source file
42209         with multi-gnome-terminal.
42210
42211 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42212
42213         * lib/bumpalloc.h: Remove.
42214
42215 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42216
42217         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
42218         * modules/bumpalloc: Remove.
42219
42220 2003-08-04  Paul Eggert  <eggert@twinsun.com>
42221
42222         * lib/getloadavg.c: Change copyright notice and spacing to conform to
42223         GNU coding style.
42224
42225         Merge from coreutils.
42226         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
42227         1. From glibc.
42228         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
42229         from Karl Berry, implemented by Jim Meyering.
42230         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
42231         from Dmitry V. Levin.
42232         Remove anachronistic cast of xrealloc.
42233         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
42234         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
42235         type. Otherwise, it wouldn't compile with at least /bin/cc on
42236         ymp-cray-unicos9.0.2.X.
42237         Combine two mostly-identical uses of alloca into one.
42238         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
42239
42240 2003-08-04  Dave Love  <d.love@dl.ac.uk>
42241
42242         [From Emacs.]
42243
42244         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
42245         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
42246         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
42247         obsolete NLIST_NAME_UNION.
42248         [__GNU__]: Undef BSD and FSCALE.
42249         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
42250
42251 2003-08-03  Paul Eggert  <eggert@twinsun.com>
42252
42253         * lib/stdbool_.h (_Bool): Make it signed char, instead of
42254         an enum type, so that it's guaranteed to promote to int.  See:
42255         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
42256
42257 2003-08-03  Karl Berry  <karl@gnu.org>
42258
42259         * config/depcomp: update from automake.
42260
42261 2003-07-31  Paul Eggert  <eggert@twinsun.com>
42262
42263         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
42264         (strerror): Don't assume that a printable int fits in 14 bytes.
42265
42266 2003-07-31  Bruno Haible  <bruno@clisp.org>
42267
42268         * modules/getpass-gnu: New file.
42269         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
42270
42271 2003-07-31  Bruno Haible  <bruno@clisp.org>
42272
42273         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
42274
42275 2003-07-24  Karl Berry  <karl@gnu.org>
42276
42277         * config/missing: update from automake.
42278
42279 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
42280             Bruno Haible  <bruno@clisp.org>
42281
42282         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
42283         * lib/getline.c (getline, getdelim): Likewise.
42284         Remove _GNU_SOURCE define; now it's defined in config.h through
42285         m4/getline.m4.
42286
42287 2003-07-23  Karl Berry  <karl@gnu.org>
42288
42289         * config/config.sub: update from prep.
42290
42291 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42292
42293         * modules/xalloc (Depends-on): Add exitfail.
42294         * modules/xmemcoll: Likewise.
42295
42296 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42297
42298         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
42299         over-parenthesization in macros.
42300
42301         Sync with coreutils.
42302
42303         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
42304         required by C99.
42305
42306         Use `exit_failure' for xalloc and xmemcoll instead of their own
42307         private exit-failure variables.
42308         * lib/xalloc.h (xalloc_exit_failure): Remove.
42309         * lib/xmalloc.c: Likewise.  Include exitfail.h.
42310         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
42311         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
42312         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
42313         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
42314
42315 2003-07-20  Jim Meyering  <jim@meyering.net>
42316
42317         * modules/closeout (Depends-on): Add exitfail.
42318         Suggestion from Bruno Haible.
42319
42320 2003-07-19  Karl Berry  <karl@gnu.org>
42321
42322         * config/config.sub: update from prep.
42323
42324 2003-07-18  Paul Eggert  <eggert@twinsun.com>
42325
42326         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
42327         Remove.
42328         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
42329         to test that it can stand by itself.  Include "exitfail.h".
42330         Clients should set exit_failure instead.
42331         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
42332
42333 2003-07-18  Bruno Haible  <bruno@clisp.org>
42334
42335         * modules/getndelim2: New file.
42336         * modules/getline: Share files with module getndelim2.
42337         * modules/getnline: Depend on getndelim2 instead of sharing files with
42338         it. Add getnline.c to lib_SOURCES.
42339         * MODULES.html.sh (func_all_modules): Add getndelim2.
42340
42341 2003-07-18  Bruno Haible  <bruno@clisp.org>
42342
42343         * m4/getndelim2.m4: New file.
42344         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
42345         invoke gl_PREREQ_GETNDELIM2.
42346         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
42347         gl_PREREQ_GETNDELIM2.
42348         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
42349         gl_GETNDELIM2.
42350
42351 2003-07-18  Bruno Haible  <bruno@clisp.org>
42352
42353         * lib/getndelim2.h: New file.
42354         * lib/getndelim2.c: Make into a module of its own. Include config.h,
42355         getndelim2.h.
42356         (getndelim2): Make non-static. Change return type to ssize_t.
42357         * lib/getline.h: Change argument names.
42358         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
42359         * lib/getnline.c: Include getndelim2.h.
42360
42361 2003-07-18  Andreas Schwab  <schwab@suse.de>
42362
42363         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
42364
42365 2003-07-17  Karl Berry  <karl@gnu.org>
42366
42367         * config/config.sub: update from prep.
42368
42369 2003-07-17  Bruno Haible  <bruno@clisp.org>
42370
42371         * modules/getnline: New file.
42372         * modules/getline: Add lib/getndelim2.c to source file list.
42373         * MODULES.html.sh (func_all_modules): Add getnline.
42374
42375 2003-07-17  Bruno Haible  <bruno@clisp.org>
42376
42377         * m4/getnline.m4: New file.
42378
42379 2003-07-17  Bruno Haible  <bruno@clisp.org>
42380
42381         * m4/Makefile.am.in: Remove file.
42382         * m4/Makefile.am: Remove file.
42383         * m4/Makefile.in: Remove file.
42384
42385 2003-07-17  Bruno Haible  <bruno@clisp.org>
42386
42387         * lib/getnline.h: New file.
42388         * lib/getnline.c: New file.
42389         * lib/getndelim2.c: New file, extracted from getline.c.
42390         (getndelim2): Renamed from getdelim2, with added nmax argument.
42391         * lib/getline.c: Include getndelim2.c.
42392         (getdelim2): Moved out to getndelim2.c.
42393         (getline, getdelim): Update.
42394
42395 2003-07-17  Bruno Haible  <bruno@clisp.org>
42396
42397         * lib/Makefile.am: Remove file.
42398         * lib/Makefile.in: Remove file.
42399
42400 2003-07-17  Bruno Haible  <bruno@clisp.org>
42401
42402         * configure.in: Remove file.
42403         * Makefile.in: Remove file.
42404
42405 2003-07-17  Bruno Haible  <bruno@clisp.org>
42406
42407         * MODULES.html.sh: Put the </BODY> right before </HTML>.
42408
42409 2003-07-16  Karl Berry  <karl@gnu.org>
42410
42411         * config/srclist-update: was running fixlicense twice, which caused
42412                 texinfo.tex to be nullified for some reason.  Simplify,
42413                 $gplsrc is no longer needed as far as I can see?
42414
42415 2003-07-16  Jim Meyering  <jim@meyering.net>
42416
42417         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
42418
42419 2003-07-15  Paul Eggert  <eggert@twinsun.com>
42420
42421         * config/srclist.txt: Get the following files from gettext-runtime/intl
42422         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
42423         ref-del.sin.  From Bruno Haible.
42424         * config/srclist-update (fixfile): Change grep pattern again, since the
42425         previous fix didn't work (there was another trailing $).  Use
42426         '[$]' to escape the $s.
42427
42428 2003-07-15  Karl Berry  <karl@gnu.org>
42429
42430         * lib/vasnprintf.c: update from gettext.
42431
42432 2003-07-15  Karl Berry  <karl@gnu.org>
42433
42434         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
42435         gets expanded when surrounded by '$'.
42436
42437 2003-07-15  Jim Meyering  <jim@meyering.net>
42438
42439         * modules/save-cwd: Don't depend on error.  From Derek Price.
42440
42441 2003-07-15  Jim Meyering  <jim@meyering.net>
42442
42443         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
42444
42445 2003-07-14  Simon Josefsson  <jas@extundo.com>
42446
42447         * modules/mempcpy: New file.
42448         * MODULES.html.sh (func_all_modules): Add mempcpy.
42449
42450 2003-07-14  Simon Josefsson  <jas@extundo.com>
42451
42452         * m4/mempcpy.m4: New file.
42453
42454 2003-07-14  Simon Josefsson  <jas@extundo.com>
42455
42456         * lib/mempcpy.h: New file.
42457         * lib/mempcpy.c: New file.
42458
42459 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42460
42461         * modules/getdate, modules/posixtm: Depend on mktime.
42462
42463 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42464
42465         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
42466         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
42467         unicodeio.c, unicodeio.h, unlocked-io.h:
42468         Switch from LGPL to GPL.
42469
42470 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42471
42472         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
42473         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
42474         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
42475         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
42476         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
42477         updated automatically by ../config/srclist-update.  This changes
42478         their license from LPGL to GPL.
42479
42480 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42481
42482         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
42483         assumed to refer to the root of the most recent stable gettext version.
42484         * config/srclistvars.sh: Add defaults for eggert.
42485         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
42486         Match "This program" as well as "The program".  This is needed
42487         for gettext.
42488
42489 2003-07-14  Jim Meyering  <jim@meyering.net>
42490
42491         Don't emit diagnostics.  Let callers do that.
42492         * lib/save-cwd.c: Don't include "error.h".
42493         (save_cwd): Don't call error.  Ensure that errno is valid
42494         when returning nonzero.
42495
42496         * lib/save-cwd.h (restore_cwd): Update prototype.
42497         * lib/save-cwd.c (restore_cwd): Remove two parameters.
42498         Simplify.  Don't call error upon failure.  Let callers do that.
42499         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
42500         when auditing is enabled.  But don't bother updating the #if.
42501
42502 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
42503
42504         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
42505         it breaks C++ compilation.
42506         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
42507
42508 2003-07-10  Simon Josefsson  <jas@extundo.com>
42509
42510         * modules/strchrnul (Makefile.am): Add strchrnul.h.
42511
42512 2003-07-10  Jim Meyering  <jim@meyering.net>
42513
42514         * m4/clock_time.m4: Remove trailing blank.
42515         * m4/intmax_t.m4: Likewise.
42516
42517 2003-07-10  Jim Meyering  <jim@meyering.net>
42518
42519         * lib/vasnprintf.c: Remove trailing blanks.
42520         Make cpp indentation consistent.
42521
42522 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42523
42524         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
42525         posixver.c, strftime.c, strnlen.c, strverscmp.c:
42526         Switch from LGPL to GPL.
42527
42528 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42529
42530         * config/srclist.txt: Sort sublists.  Add
42531         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
42532         that differ from gnulib for one reason or another; we'd like this list
42533         to be smaller but for now let's document what we have.
42534
42535 2003-07-08  Paul Eggert  <eggert@twinsun.com>
42536
42537         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
42538         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
42539         and sweeter "eval x=$x".
42540         * config/srclist.txt: Get lib/argp* from glibc.
42541
42542 2003-07-07  Paul Eggert  <eggert@twinsun.com>
42543
42544         * lib/mktime.c: Fix some boundary cases and remove need for floating
42545         point.
42546
42547         Issue a compile-time diagnostic if time_t is floating point, or if
42548         two's complement arithmetic is not in effect, or if arithmetic
42549         right shift does not propagate the sign.  These assumptions were
42550         all in the original code but they weren't checked.
42551
42552         (TIME_T_MIDPOINT, verify): New macros.
42553         (__isleap): Remove; it has integer overflow problems.
42554         (leapyear): New function, without those problems.
42555         (ydhms_tm_diff): Remove; splitting into two parts.
42556         (ydhms_diff): New function, containing the arithmetic part of
42557         the old ydhms_tm_diff function.  Issue a compile-time
42558         diagnostic if we are not using C99 integer division.
42559         Avoid casts when possible.
42560         (guess_time_tm): New function, containing the checking part of
42561         the old ydhms_tm_diff function.  Return the new value, rather than
42562         the difference between it and the old.  Accept a new argument T
42563         so that *T specifies the old value.  Check for overflow in the result.
42564
42565         (__mktime_internal): Use a time_t offset, not a long int offset.
42566         This undoes the 2003-06-04 change, which is no longer needed now
42567         that we have better overflow checking.
42568         (localtime_offset): Likewise.
42569
42570         (__mktime_internal): Avoid harmful overflow on hosts where time_t
42571         and long are 64-bit but int is only 32-bit.
42572         (ydhms_diff): Use long int to store year1 and yday1.
42573         Issue a compile-time diagnostic if long int is not wide enough.
42574
42575         (__mktime_internal): Use long int to store adjusted year and yday.
42576         Use plain C rather than preprocessor commands, if that doesn't
42577         affect efficiency.
42578         Check for overflow (and try to repair) after each probe
42579         rather than checking only at the very end.  This avoids some bugs
42580         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
42581         does not equal GMT offset at maximum time).
42582         Use integer to check for overflow rather than floating point; this
42583         is more portable to non-IEEE hosts, and is a tad faster.
42584         When we detect that we are oscillating between two values,
42585         don't check whether tm_isdst has the requested value, since
42586         we already know the answer.  When tm_isdst has the wrong value,
42587         use a different heuristic to find the right one, based on the
42588         extreme values actually observed in practice in tz2003a,
42589         rather than the (overly optimistic) "previous 3 calendar quarters".
42590
42591         (not_equal_tm, print_tm, check_result): Use "const T" rather than
42592         "T const" to accommodate glibc style.
42593         (check_result): Use less-confusing report format.  "long" -> "long int.
42594         (main): Likewise.
42595         Don't loop if the iteration overflows time_t.
42596         Allow a negative step in the iteration.
42597
42598 2003-07-06  Karl Berry  <karl@gnu.org>
42599
42600         * config/depcomp: update from automake.
42601         * config/config.sub: update from prep.
42602
42603 2003-07-03  Karl Berry  <karl@gnu.org>
42604
42605         * config/config.guess: update from prep.
42606
42607 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42608
42609         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
42610         xreadlink.c now includes it unconditionally.
42611
42612 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42613
42614         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
42615         having it depend on HAVE_SYS_TYPES_H.
42616
42617 2003-07-01  Bruno Haible  <bruno@clisp.org>
42618
42619         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
42620         <sys/types.h> should be sufficient.
42621         Reported by Paul Eggert.
42622
42623 2003-06-26  Karl Berry  <karl@gnu.org>
42624
42625         * config/depcomp: update from automake.
42626
42627 2003-06-26  Bruno Haible  <bruno@clisp.org>
42628
42629         * modules/human: Depend on module stdbool.
42630
42631 2003-06-25  Bruno Haible  <bruno@clisp.org>
42632
42633         * modules/readlink: New file.
42634         * modules/xreadlink: Depend on it.
42635         * MODULES.html.sh (func_all_modules): Add readlink.
42636
42637 2003-06-25  Bruno Haible  <bruno@clisp.org>
42638
42639         * m4/readlink.m4: New file.
42640
42641 2003-06-25  Bruno Haible  <bruno@clisp.org>
42642
42643         * lib/readlink.c: New file.
42644
42645 2003-06-22  Karl Berry  <karl@gnu.org>
42646
42647         * config/srclist.txt: update mkinstalldirs from automake.
42648         * config/mkinstalldirs: update.
42649
42650 2003-06-22  Bruno Haible  <bruno@clisp.org>
42651
42652         Portability to mingw32.
42653         * m4/ssize_t.m4: New file, from GNU gettext.
42654         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
42655         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
42656
42657 2003-06-22  Bruno Haible  <bruno@clisp.org>
42658
42659         * modules/safe-read: Add m4/ssize_t.m4.
42660         * modules/xreadlink: Add m4/ssize_t.m4.
42661
42662 2003-06-20  Bruno Haible  <bruno@clisp.org>
42663
42664         Assume C89, so PARAMS isn't needed.
42665         * lib/unicodeio.h (PARAMS): Remove.
42666         * lib/unicodeio.c: Don't use PARAMS.
42667
42668 2003-06-18  Karl Berry  <karl@gnu.org>
42669
42670         * config/config.{guess,sub}: update from prep.
42671
42672 2003-06-18  Jim Meyering  <jim@meyering.net>
42673
42674         Merge changes from coreutils.
42675         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
42676         Remove explicit declarations of xmalloc and realloc.
42677         Include xalloc.h.
42678         (read_utmp): Remove anachronistic cast of xmalloc.
42679
42680 2003-06-17  Paul Eggert  <eggert@twinsun.com>
42681
42682         Assume C89, so PARAMS isn't needed.
42683         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
42684         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
42685         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
42686         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
42687         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
42688         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
42689         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
42690         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
42691         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
42692         lib/xstrtod.h, lib/xstrtol.h: Likewise.
42693         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
42694         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
42695         no longer needed. Anyway, config.h should always be included before any
42696         other file.
42697
42698 2003-06-11  Simon Josefsson  <jas@extundo.com>
42699
42700         * modules/sysexits: New file.
42701         * MODULES.html.sh (func_all_modules): Add sysexits.
42702
42703 2003-06-11  Simon Josefsson  <jas@extundo.com>
42704
42705         * lib/sysexit_.h: New file.
42706
42707 2003-06-11  Derek Price  <derek@ximbiot.com>
42708
42709         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
42710         necessary.
42711
42712 2003-06-11  Bruno Haible  <bruno@clisp.org>
42713
42714         * m4/sysexits.m4: New file.
42715
42716 2003-06-10  Simon Josefsson  <jas@extundo.com>
42717
42718         * lib/argp.h: New file, from glibc.
42719         * lib/argp-ba.c: New file, from glibc.
42720         * lib/argp-eexst.c: New file, from glibc.
42721         * lib/argp-fmtstream.c: New file, from glibc.
42722         * lib/argp-fmtstream.h: New file, from glibc.
42723         * lib/argp-fs-xinl.c: New file, from glibc.
42724         * lib/argp-help.c: New file, from glibc.
42725         * lib/argp-namefrob.h: New file, from glibc.
42726         * lib/argp-parse.c: New file, from glibc.
42727         * lib/argp-pv.c: New file, from glibc.
42728         * lib/argp-pvh.c: New file, from glibc.
42729         * lib/argp-xinl.c: New file, from glibc.
42730
42731 2003-06-10  Simon Josefsson  <jas@extundo.com>
42732
42733         * modules/strchrnul: New file.
42734
42735 2003-06-10  Simon Josefsson  <jas@extundo.com>
42736
42737         * modules/argp: New file.
42738
42739 2003-06-10  Simon Josefsson  <jas@extundo.com>
42740
42741         * m4/strchrnul.m4: New file.
42742
42743 2003-06-10  Simon Josefsson  <jas@extundo.com>
42744
42745         * lib/strchrnul.h: New file.
42746         * lib/strchrnul.c: New file.
42747
42748 2003-06-10  Bruno Haible  <bruno@clisp.org>
42749
42750         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
42751
42752 2003-06-07  Karl Berry  <karl@gnu.org>
42753
42754         * config/config.{guess,sub}: update from prep.
42755
42756 2003-06-07  Jim Meyering  <jim@meyering.net>
42757
42758         * modules/strtod: Use $(...) notation, not @...@ for
42759         AC_REPLACE'd variables.
42760         * modules/localcharset: Likewise.
42761
42762 2003-06-07  Jim Meyering  <jim@meyering.net>
42763
42764         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
42765         in place of my name in the copyright comment.
42766         Remove definition and uses of __P.
42767
42768         From coreutils.
42769         * lib/stat.c: Don't declare xmalloc explicitly.
42770         Instead, include "xalloc.h".
42771         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
42772         xrealloc, and xcalloc return values.
42773         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
42774         Improve comment.
42775         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
42776
42777 2003-06-07  Bruno Haible  <bruno@clisp.org>
42778
42779         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
42780         avoid AC_CONFIG_LINKS.
42781         * modules/fnmatch (Makefile.am): Use explicit creation rule for
42782         fnmatch.h, to avoid AC_CONFIG_LINKS.
42783         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
42784
42785 2003-06-07  Bruno Haible  <bruno@clisp.org>
42786
42787         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
42788         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
42789         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42790         directory.
42791         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
42792         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42793         directory.
42794
42795 2003-06-06  Jim Meyering  <jim@meyering.net>
42796
42797         Merge from coreutils.
42798         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
42799         Consolidate declarations and initializations of *_base* locals.
42800
42801         Merge from coreutils.
42802         This avoids a core dump on systems without GNU putenv,
42803         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
42804         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
42805         (unsetenv): New static function, from GNU libc.
42806         (rpl_putenv): Use it.
42807
42808         * lib/modechange.c: Remove trailing blanks.
42809
42810         Merge from coreutils.
42811         * lib/fsusage.c: Remove declaration of statfs.
42812         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
42813
42814         * lib/posixtm.c: Include <stdbool.h> unconditionally.
42815
42816 2003-06-06  Jim Meyering  <jim@meyering.net>
42817
42818         * lib/stdbool_.h: Renamed from stdbool.h.in.
42819
42820 2003-06-06  Jim Meyering  <jim@meyering.net>
42821             Bruno Haible  <bruno@clisp.org>
42822
42823         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
42824         Adjust Makefile.am snippet not to redirect directly to target.
42825         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
42826
42827 2003-06-05  Paul Eggert  <eggert@twinsun.com>
42828
42829         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
42830         mismatch, look in future quarters as well as past.  This fixes a
42831         bug when processing fall-backwards gaps immediately after a long
42832         period of daylight-saving time.
42833
42834         * lib/mktime.c: Assume freestanding C89 or better.
42835         (HAVE_LIMITS_H): Remove.  Assume it's 1.
42836         (__P): Remove; not used.
42837         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
42838         (mktime, not_equal_tm, print_tm, check_result,
42839         main): Use prototypes.  Use const * where appropriate.
42840         (main): Fix typo in testing code that uncovered by above changes.
42841         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
42842
42843 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42844
42845         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
42846         locale.h, localeconv.  This merges changes from coreutils.
42847
42848         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
42849         It can be removed after the next Autoconf is released.
42850         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
42851         needed.
42852
42853 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42854
42855         * lib/mktime.c: Fix Debian bug 177940
42856         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
42857         (localtime_offset): Now long int, not time_t, because we want it
42858         to be guaranteed to be signed.  All uses changed.
42859         (__mktime_internal): If overflow would occur when adding offset,
42860         don't add it.
42861
42862         Merge 'human' changes from coreutils.  Rewrite to support
42863         locale-specific notations like thousands separators.
42864         * lib/human.c: Simplify authorship notice.
42865         Include human.h immediately after config.h.
42866         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
42867         <limits.h>: Do not include, since human.h does.
42868         (SIZE_MAX, UINTMAX_MAX): New macros.
42869         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
42870         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
42871         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
42872         (power_letter): Renamed from suffixes.
42873         (generate_suffix_backwards): Remove.
42874         (adjust_value): Now takes int style (because of human.h changes)
42875         and long double value (for greater precision on some platforms).
42876         (group_number): New function.
42877         (human_readable): Use it.  Use integer options, not enum.
42878         Put the options before the sizes in the arg list.
42879         Support all the new options.
42880         The old human_readable function has been removed;
42881         use inttostr.h instead.
42882         (human_readable, default_block_size, humblock):
42883         Use uintmax_t, not int, for block sizes.
42884         (human_readable_inexact, block_size_types): Remove.
42885         (block_size_opts): New constant.
42886         (human_options): Renamed from human_block_size, with new signature
42887         that allows block sizes up to UINTMAX_MAX.  All callers changed.
42888         * lib/human.h: Add copyright and authorship notice.
42889         Include <limits.h> and <stdbool.h> unconditionally.
42890         (PARAMS): Remove.  All uses removed.
42891         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
42892         (enum human_inexact_style): Remove tag; now a nameless enum.
42893         (human_floor, human_ceiling, human_round_to_even): Now have
42894         values 2, 0, 1 rather than -1, 1, 0.
42895         (human_group_digits, human_suppress_point_zero, human_autoscale,
42896         human_base_1024, human_SI, human_B): New constants.
42897         (human_readable_inexact, human_block_size): Remove.
42898         (human_readable): Size args are now uintmax_t, not int.
42899         (human_options): New decl.
42900
42901         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
42902         unnecessary now that we assume C89 or better.  This change
42903         imported from coreutils.
42904
42905         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42906         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
42907         in the 2003-05-30 sync from glibc.
42908
42909         .h files should stand alone, but we shouldn't include <sys/types.h>
42910         if we can get away with just <stddef.h>.
42911
42912         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
42913         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
42914         rather than <sys/types.h>, as we merely need size_t.
42915         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
42916         to get size_t.
42917         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
42918         Include <stdio.h>, to get FILE.
42919         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
42920         memcasecmp.h has included <stddef.h> and all we need is size_t.
42921         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
42922         our interface, instead of including <sys/types.h>
42923
42924 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42925
42926         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
42927         now, as glibc mktime is buggy on non-glibc systems.
42928
42929 2003-06-03  Karl Berry  <karl@gnu.org>
42930
42931         * config/config.sub: update from prep.
42932
42933 2003-06-02  Paul Eggert  <eggert@twinsun.com>
42934
42935         [from coreutils]
42936         Fix some minor time-related bugs with POSIX time arguments.
42937         Some valid time stamps were being rejected (notably -1, and
42938         time stamps before 1900 on 64-bit hosts).  And some invalid
42939         time stamps were being accepted, e.g. September 31.
42940
42941         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
42942         that we can return (time_t) -1 successfully.
42943         * lib/posixtm.c: Likewise.
42944         [HAVE_STDBOOL_H]: Include <stdbool.h>.
42945         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
42946         (t): Remove static var.
42947         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
42948         of static var.  All uses changed.
42949         (year): Do not reject years before 1900; they can occur with
42950         64-bit time_t.
42951         (posix_time_parse): Do not check for out-of-range components;
42952         that is now the caller's responsibility, since our checks were
42953         only approximations.
42954         (posixtime): Use mktime to check for out-of-range components,
42955         since it knows them exactly.
42956         If mktime returns (time_t) -1, check whether an error actually occurred
42957         by invoking localtime on -1.
42958         (main) [TEST_POSIXTIME]: Check for input data errors, and report
42959         posixtime failures better.
42960         Improve the test data (in comments only).
42961
42962 2003-06-02  Karl Berry  <karl@gnu.org>
42963
42964         * config/mkinstalldirs (version): new variable.
42965         (--version): new option.
42966         (usage): improve message.
42967
42968 2003-05-30  Karl Berry  <karl@gnu.org>
42969
42970         * lib/mktime.c: update from libc.
42971
42972 2003-05-30  Bruno Haible  <bruno@clisp.org>
42973
42974         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
42975         * config/config.rpath: Upgrade to gettext-0.12.1.
42976
42977 2003-05-30  Bruno Haible  <bruno@clisp.org>
42978
42979         * m4/gettext.m4: Upgrade to gettext-0.12.1.
42980         * m4/nls.m4: New file, from gettext-0.12.1.
42981         * m4/po.m4: New file, from gettext-0.12.1.
42982         * m4/progtest.m4: Upgrade to gettext-0.12.1.
42983
42984 2003-05-30  Bruno Haible  <bruno@clisp.org>
42985
42986         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
42987         * lib/localcharset.h: Likewise.
42988         * lib/localcharset.c: Likewise.
42989
42990 2003-05-29  Karl Berry  <karl@gnu.org>
42991
42992         * config/config.rpath: update from gettext.
42993
42994 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42995
42996         Assume the headers required for C89 freestanding compilers.
42997         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
42998         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
42999         * m4/human.m4 (gl_HUMAN): Likewise.
43000         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
43001         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
43002         * m4/userspec.m4 (gl_USERSPEC): Likewise.
43003         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
43004         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43005         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
43006
43007 2003-05-28  Paul Eggert  <eggert@twinsun.com>
43008
43009         Assume the headers required for C89 freestanding compilers.
43010         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
43011         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
43012         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
43013         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
43014         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
43015         define, since <limits.h> is guaranteed to do that.
43016         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
43017         * lib/exclude.c: Include <stdbool.h> unconditionally.
43018         * lib/tempname.c: Include <stddef.h> unconditionally.
43019         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
43020         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
43021         <stddef.h> does that.
43022         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
43023         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
43024         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
43025         needed.
43026         * lib/xstrtol.c: Likewise.
43027         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
43028         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
43029
43030         * lib/addext.c (addext): Use assignment rather than cast, to avoid
43031         warnings on some platforms.
43032
43033         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43034         arbitrarily.
43035
43036 2003-05-26  Jim Meyering  <jim@meyering.net>
43037
43038         Merge in a change from coreutils:
43039         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
43040         that is guaranteed to be `no'.  Use `no_such_member' to indicate
43041         that condition, rather than `-1' which is slightly misleading.
43042         Change the name of the cache variable to have the gl_ prefix.
43043         Prompted by a patch from Richard Dawe for DJGPP.
43044
43045 2003-05-24  Karl Berry  <karl@gnu.org>
43046
43047         * config/config.guess: update from prep.
43048
43049 2003-05-22  Karl Berry  <karl@gnu.org>
43050
43051         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
43052
43053 2003-05-20  Karl Berry  <karl@gnu.org>
43054
43055         * config/config.guess: update from prep.
43056
43057 2003-05-18  Karl Berry  <karl@gnu.org>
43058
43059         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
43060         might actually be set by the user.
43061
43062         * config/depcomp, install-sh, mdate-sh: update from automake.
43063
43064 2003-05-17  Bruno Haible  <bruno@clisp.org>
43065
43066         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
43067         invalid expansion for AC_EGREP_CPP.
43068         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
43069         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
43070         Suggested by Akim Demaille <akim@epita.fr> in
43071         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
43072
43073 2003-05-12  Jim Meyering  <jim@meyering.net>
43074
43075         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
43076         the space-padded-by-default conversion specifiers, %e, %k, %l.
43077
43078 2003-05-12  Bruno Haible  <bruno@clisp.org>
43079
43080         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
43081         the string is longer than 4 KB.
43082
43083 2003-05-11  Karl Berry  <karl@gnu.org>
43084
43085         * config/config.{guess,sub}: update from prep.
43086
43087 2003-05-09  Bruno Haible  <bruno@clisp.org>
43088
43089         * modules/error: Add m4/strerror_r.m4 to file list.
43090
43091 2003-05-03  Bruno Haible  <bruno@clisp.org>
43092
43093         Upgrade to Unicode-4.0.
43094         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
43095         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
43096         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
43097         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
43098         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
43099         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
43100         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
43101         Change width of U+E0100..U+E01EF from 1 to 0.
43102
43103 2003-04-25  Jim Meyering  <jim@meyering.net>
43104
43105         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
43106         of type size_t, not int.
43107
43108 2003-04-25  Bruno Haible  <bruno@clisp.org>
43109
43110         * lib/copy-file.c: Include <stddef.h>, for size_t.
43111
43112 2003-04-21  Paul Eggert  <eggert@twinsun.com>
43113
43114         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
43115         code which expansion is under static control.  Patch imported from
43116         Akim Demaille's patch to Bison; see
43117         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
43118
43119 2003-04-14  Bruno Haible  <bruno@clisp.org>
43120
43121         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
43122
43123 2003-04-11  Jim Meyering  <jim@meyering.net>
43124
43125         Merge changes from Coreutils.
43126
43127         2003-03-22  Jim Meyering  <jim@meyering.net>
43128
43129         * lib/strftime.c (widen): Cast alloca return value to proper type.
43130
43131         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
43132
43133         From GNU libc.
43134         * lib/strftime.c (my_strftime): Handle very large width
43135         specifications for numeric values correctly.  Improve checks for
43136         overflow.
43137
43138         2003-01-19  Jim Meyering  <jim@meyering.net>
43139
43140         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
43141         definitions.
43142         (nl_get_alt_digit) [! defined my_strftime]: Define.
43143         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
43144         _nl_get_alt_digit and _nl_get_walt_digit.
43145
43146         * lib/strftime.c (my_strftime): Merge in locale-related changes from
43147         libc. These changes have no effect outside of _LIBC.
43148
43149 2003-04-10  Bruno Haible  <bruno@clisp.org>
43150
43151         * modules/findprog: New file.
43152         * MODULES.html.sh (func_all_modules): Add it.
43153
43154 2003-04-10  Bruno Haible  <bruno@clisp.org>
43155
43156         * m4/findprog.m4: New file.
43157         * m4/eaccess.m4: New file.
43158
43159 2003-04-10  Bruno Haible  <bruno@clisp.org>
43160
43161         * lib/findprog.h: New file, from GNU gettext.
43162         * lib/findprog.c: New file, from GNU gettext.
43163
43164 2003-04-05  Jim Meyering  <jim@meyering.net>
43165
43166         Merge changes from Coreutils.
43167
43168         * lib/exclude.h (PARAMS): Remove definition and uses.
43169         * lib/exclude.c: Remove uses of `PARAMS'.
43170
43171         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
43172         Add test-cases for DOS filenames. Declare program_name.
43173         (main): Set up program_name.  Patch by Rich Dawe.
43174
43175         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43176         error from mntctl.
43177         Use mntctl's return value to drive the entry-processing loop, since
43178         we can't rely on the value of the vmt_length member in the last
43179         entry.  On some systems doing so could result in exhausting
43180         virtual memory.  Based in part on a patch from Mike Jetzer.
43181
43182 2003-04-04  Bruno Haible  <bruno@clisp.org>
43183
43184         * modules/linebreak: New file.
43185         * MODULES.html.sh (func_all_modules): Add it.
43186
43187 2003-04-04  Bruno Haible  <bruno@clisp.org>
43188
43189         * m4/linebreak.m4: New file.
43190
43191 2003-04-04  Bruno Haible  <bruno@clisp.org>
43192
43193         * lib/linebreak.h: New file, from GNU gettext.
43194         * lib/linebreak.c: New file, from GNU gettext with slight
43195         modifications.
43196         * lib/lbrkprop.h: New file, from GNU gettext.
43197
43198 2003-04-03  Bruno Haible  <bruno@clisp.org>
43199
43200         * modules/utf8-ucs4: New file.
43201         * modules/utf16-ucs4: New file.
43202         * modules/ucs4-utf8: New file.
43203         * modules/ucs4-utf16: New file.
43204         * MODULES.html.sh (func_all_modules): Add them.
43205
43206 2003-04-03  Bruno Haible  <bruno@clisp.org>
43207
43208         * m4/utf-ucs4.m4: New file.
43209         * m4/ucs4-utf.m4: New file.
43210
43211 2003-04-03  Bruno Haible  <bruno@clisp.org>
43212
43213         * lib/utf8-ucs4.h: New file, from GNU gettext.
43214         * lib/utf16-ucs4.h: New file, from GNU gettext.
43215         * lib/ucs4-utf8.h: New file, from GNU gettext.
43216         * lib/ucs4-utf16.h: New file, from GNU gettext.
43217
43218 2003-04-02  Bruno Haible  <bruno@clisp.org>
43219
43220         * modules/binary-io: New file.
43221         * MODULES.html.sh (func_all_modules): Add it.
43222
43223 2003-04-02  Bruno Haible  <bruno@clisp.org>
43224
43225         * lib/binary-io.h: New file, from GNU gettext.
43226
43227 2003-04-01  Bruno Haible  <bruno@clisp.org>
43228
43229         * modules/pathname: New file.
43230         * MODULES.html.sh (func_all_modules): Add it.
43231
43232 2003-04-01  Bruno Haible  <bruno@clisp.org>
43233
43234         * lib/pathname.h: New file, from GNU gettext.
43235         * lib/concatpath.c: New file, from GNU gettext.
43236
43237 2003-03-30  Bruno Haible  <bruno@clisp.org>
43238
43239         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
43240
43241 2003-03-30  Bruno Haible  <bruno@clisp.org>
43242
43243         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
43244         function chown() doesn't exist.
43245
43246 2003-03-28  Bruno Haible  <bruno@clisp.org>
43247
43248         * modules/copy-file: New file.
43249         * MODULES.html.sh (func_all_modules): Add it.
43250
43251 2003-03-28  Bruno Haible  <bruno@clisp.org>
43252
43253         * m4/copy-file.m4: New file.
43254
43255 2003-03-28  Bruno Haible  <bruno@clisp.org>
43256
43257         * lib/copy-file.h: New file, from GNU gettext.
43258         * lib/copy-file.c: New file, from GNU gettext.
43259
43260 2003-03-18  Jim Meyering  <jim@meyering.net>
43261
43262         * lib/quote.c (quote_n): Fix typo in comment.
43263
43264 2003-03-18  Bruno Haible  <bruno@clisp.org>
43265
43266         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
43267         checking.
43268         * m4/onceonly_2_57.m4: Likewise.
43269
43270 2003-03-17  Bruno Haible  <bruno@clisp.org>
43271
43272         * m4/onceonly.m4: Require autoconf 2.54 or newer.
43273         (m4_quote): Remove macro.
43274         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
43275
43276 2003-03-14  Jim Meyering  <jim@meyering.net>
43277
43278         Merge changes from Coreutils.
43279         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
43280         to be const, in order to avoid warnings.
43281         (obstack_room): Likewise.
43282         (obstack_empty_p): Likewise.
43283
43284 2003-03-14  Bruno Haible  <bruno@clisp.org>
43285
43286         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
43287         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
43288
43289 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43290
43291         Merge changes from Bison.
43292         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
43293         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
43294         when compiling Bison 1.875's `bitset bset = obstack_alloc
43295         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
43296         * lib/hash.c: Include <stdbool.h> unconditionally.
43297
43298 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43299
43300         * m4/onceonly.m4 (m4_quote): New macro.
43301         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
43302         Quote AC_FOREACH variable-expansions properly.
43303
43304 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43305
43306         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
43307
43308 2003-03-09  Paul Eggert  <eggert@twinsun.com>
43309
43310         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
43311         Reported by Bruce Becker; see:
43312         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
43313
43314 2003-03-03  Paul Eggert  <eggert@twinsun.com>
43315             Bruno Haible  <bruno@clisp.org>
43316
43317         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
43318         Reported by John Hughes, see
43319         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
43320
43321 2003-02-20  Bruno Haible  <bruno@clisp.org>
43322
43323         * MODULES.html.sh (func_all_modules): Add poll.
43324
43325 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43326
43327         * modules/poll: New file.
43328
43329 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43330
43331         * lib/poll_.h: New file.
43332         * lib/poll.c: New file.
43333
43334 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43335
43336         * m4/poll.m4: New file.
43337
43338 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43339
43340         * modules/mathl: New file.
43341
43342 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43343
43344         * lib/mathl.h: New file.
43345         * lib/acosl.c: New file.
43346         * lib/asinl.c: New file.
43347         * lib/atanl.c: New file.
43348         * lib/ceill.c: New file.
43349         * lib/cosl.c: New file.
43350         * lib/expl.c: New file.
43351         * lib/floorl.c: New file.
43352         * lib/frexpl.c: New file.
43353         * lib/ldexpl.c: New file.
43354         * lib/logl.c: New file.
43355         * lib/sincosl.c: New file.
43356         * lib/sinl.c: New file.
43357         * lib/sqrtl.c: New file.
43358         * lib/tanl.c: New file.
43359         * lib/trigl.c: New file.
43360         * lib/trigl.h: New file.
43361
43362 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43363
43364         * m4/mathl.m4: New file.
43365
43366 2003-02-18  Bruno Haible  <bruno@clisp.org>
43367
43368         * MODULES.html.sh (func_all_modules): Add mathl.
43369
43370 2003-02-17  Bruno Haible  <bruno@clisp.org>
43371
43372         * modules/mkdtemp: New module.
43373         * MODULES.html.sh (func_all_modules): Add it.
43374
43375 2003-02-17  Bruno Haible  <bruno@clisp.org>
43376
43377         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
43378
43379 2003-02-17  Bruno Haible  <bruno@clisp.org>
43380
43381         * lib/mkdtemp.h: New file, from GNU gettext.
43382         * lib/mkdtemp.c: New file, from GNU gettext.
43383
43384 2003-02-02  Jim Meyering  <jim@meyering.net>
43385
43386         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
43387         e.g. glibc-2.2.93.
43388
43389 2003-01-31  Bruno Haible  <bruno@clisp.org>
43390
43391         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
43392         'rpl_rename'.
43393         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
43394         'rpl_strnlen'.
43395         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
43396         'rpl_strtod'.
43397         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
43398         'rpl_utime'.
43399
43400 2003-01-31  Bruno Haible  <bruno@clisp.org>
43401
43402         * lib/rename.c: #undef rename before defining rpl_rename.
43403         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
43404
43405 2003-01-30  Bruno Haible  <bruno@clisp.org>
43406
43407         * modules/vasnprintf, modules/vasprintf: New modules.
43408         * MODULES.html.sh (func_all_modules): Add them.
43409
43410 2003-01-30  Bruno Haible  <bruno@clisp.org>
43411
43412         * m4/signed.m4: New file, from GNU gettext.
43413         * m4/longdouble.m4: New file, from GNU gettext.
43414         * m4/wchar_t.m4: New file, from GNU gettext.
43415         * m4/wint_t.m4: New file, from GNU gettext.
43416         * m4/vasnprintf.m4: New file.
43417         * m4/vasprintf.m4: New file.
43418
43419 2003-01-30  Bruno Haible  <bruno@clisp.org>
43420
43421         * lib/printf-args.h: New file, from GNU gettext.
43422         * lib/printf-args.c: New file, from GNU gettext.
43423         * lib/printf-parse.h: New file, from GNU gettext.
43424         * lib/printf-parse.c: New file, from GNU gettext.
43425         * lib/vasnprintf.h: New file, from GNU gettext.
43426         * lib/vasnprintf.c: New file, from GNU gettext.
43427         * lib/asnprintf.c: New file, from GNU gettext.
43428         * lib/vasprintf.h: New file, from GNU gettext with modifications.
43429         * lib/vasprintf.c: New file, from GNU gettext.
43430         * lib/asprintf.c: New file, from GNU gettext.
43431
43432 2003-01-29  Bruno Haible  <bruno@clisp.org>
43433
43434         * modules/stpncpy: New module.
43435         * MODULES.html.sh (func_all_modules): Add it.
43436
43437 2003-01-29  Bruno Haible  <bruno@clisp.org>
43438
43439         * m4/stpncpy.m4: New file.
43440
43441 2003-01-29  Bruno Haible  <bruno@clisp.org>
43442
43443         * lib/stpncpy.h: New file, from GNU gettext with modifications.
43444         * lib/stpncpy.c: New file, from GNU gettext with modifications.
43445
43446 2003-01-28  Bruno Haible  <bruno@clisp.org>
43447
43448         * modules/c-ctype: New module.
43449         * MODULES.html.sh (func_all_modules): Add it.
43450
43451 2003-01-28  Bruno Haible  <bruno@clisp.org>
43452
43453         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
43454         Paul Eggert.
43455         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
43456         Paul Eggert.
43457
43458 2003-01-27  Bruno Haible  <bruno@clisp.org>
43459
43460         * modules/xsetenv: New module.
43461         * MODULES.html.sh (func_all_modules): Add it.
43462
43463 2003-01-27  Bruno Haible  <bruno@clisp.org>
43464
43465         * lib/xsetenv.h: New file, from GNU gettext.
43466         * lib/xsetenv.c: New file, from GNU gettext.
43467
43468 2003-01-23  Jim Meyering  <jim@meyering.net>
43469
43470         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
43471         from working on systems without dirfd (at least Irix and OSF1/Tru64).
43472
43473 2003-01-23  Bruno Haible  <bruno@clisp.org>
43474
43475         * modules/minmax: New module.
43476         * MODULES.html.sh (func_all_modules): Add it.
43477
43478 2003-01-23  Bruno Haible  <bruno@clisp.org>
43479
43480         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
43481         Eggert.
43482
43483 2003-01-22  Bruno Haible  <bruno@clisp.org>
43484
43485         * modules/exit: New module.
43486         * MODULES.html.sh (func_all_modules): Add it.
43487
43488 2003-01-22  Bruno Haible  <bruno@clisp.org>
43489
43490         * lib/exit.h: New file, from GNU gettext.
43491
43492 2003-01-19  Bruno Haible  <bruno@clisp.org>
43493
43494         * gnulib-tool: Recognize option --extract-maintainer.
43495         (func_get_maintainer): New function.
43496         * modules/*: Add Maintainer entry.
43497
43498 2003-01-16  Jim Meyering  <jim@meyering.net>
43499
43500         * m4/regex.m4: The `regex' struct is both input and output.
43501         Initialize it before each use.  Patch by Tim Waugh.
43502
43503 2003-01-16  Bruno Haible  <bruno@clisp.org>
43504
43505         * MODULES.html.sh: Add a table of contents. Add the module name as
43506         leftmost column. Add hyperlinks.
43507
43508 2003-01-15  Bruno Haible  <bruno@clisp.org>
43509
43510         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
43511
43512 2003-01-15  Bruno Haible  <bruno@clisp.org>
43513
43514         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
43515         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
43516         suffix.
43517
43518 2003-01-15  Bruno Haible  <bruno@clisp.org>
43519
43520         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
43521
43522 2003-01-15  Bruno Haible  <bruno@clisp.org>
43523
43524         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
43525         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
43526
43527 2003-01-14  Jim Meyering  <jim@meyering.net>
43528
43529         * lib/same.c (same_name): Tweak a comment.
43530
43531 2003-01-14  Bruno Haible  <bruno@clisp.org>
43532
43533         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
43534         when a string comparison is sufficient.
43535
43536 2003-01-14  Bruno Haible  <bruno@clisp.org>
43537
43538         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
43539         'unsigned int'.
43540
43541 2003-01-14  Bruno Haible  <bruno@clisp.org>
43542
43543         * lib/hash-pjw.c: Add comment about low quality of this function.
43544
43545 2003-01-13  Bruno Haible  <bruno@clisp.org>
43546
43547         * modules/stpcpy: Distribute lib/stpcpy.h.
43548         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
43549
43550 2003-01-13  Bruno Haible  <bruno@clisp.org>
43551
43552         * modules/*: Add a description.
43553         * modules/strpbrk: Fix Makefile.am snippet.
43554         * modules/strtoimax: Fix dependencies.
43555         * modules/strtoumax: Likewise.
43556
43557 2003-01-13  Bruno Haible  <bruno@clisp.org>
43558
43559         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
43560         * modules/alloca (Makefile.am): All object files depend on alloca.h.
43561         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
43562
43563 2003-01-13  Bruno Haible  <bruno@clisp.org>
43564
43565         * gnulib-tool (func_create_testdir): Store config/* files in the main
43566         directory.
43567         * config.rpath: Move to ...
43568         * config/config.rpath: ... here.
43569         * modules/gettext: Contains config/config.rpath, not config.rpath.
43570         * modules/iconv: Likewise.
43571
43572 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43573
43574         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43575         to avoid collisions with libcurses and libreadline.
43576
43577         * m4/getstr.m4: Remove.
43578         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
43579
43580 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43581
43582         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43583         to avoid collisions with libcurses and libreadline.
43584
43585         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
43586         * lib/getstr.h, getstr.c: Remove.
43587         * lib/getline.c: Include "getline.h", to check interface.
43588         Move body of old getstr.c here: this defines MIN_CHUNK and
43589         declares getdelim2, which is renamed from getstr.
43590         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
43591
43592         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
43593         All uses changed.
43594         * lib/linebuffer.h: Likewise.
43595         (readline): Remove backward-compatibility macro.
43596
43597 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43598
43599         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43600         to avoid collisions with libcurses and libreadline.
43601         * getstr: Remove.
43602         * MODULES.html.sh: Remove getstr.
43603         * modules/getline: Depend on unlocked-io, not getstr.
43604
43605 2003-01-12  Jim Meyering  <jim@meyering.net>
43606
43607         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
43608
43609 2003-01-10  Bruno Haible  <bruno@clisp.org>
43610
43611         * modules/alloca: Change Makefile.am requirements. Simplify Include
43612         requirements. Add lib/alloca_.h to file list.
43613
43614 2003-01-10  Bruno Haible  <bruno@clisp.org>
43615
43616         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
43617
43618 2003-01-10  Bruno Haible  <bruno@clisp.org>
43619
43620         * lib/alloca_.h: New file.
43621         * lib/getdate.y: Unconditionally include alloca.h.
43622         * lib/makepath.c: Likewise.
43623         * lib/setenv.c: Likewise.
43624         * lib/userspec.c: Likewise.
43625
43626 2003-01-09  Karl Berry  <karl@gnu.org>
43627
43628         * MODULES.html.sh: include `dirname $0` in PATH, to find
43629         gnulib-tool.
43630
43631 2003-01-09  Bruno Haible  <bruno@clisp.org>
43632
43633         * modules/stdbool: Change configure.ac, Makefile.am requirements.
43634         Simplify Include requirements. Add lib/stdbool.h.in to file list.
43635
43636 2003-01-09  Bruno Haible  <bruno@clisp.org>
43637
43638         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
43639
43640 2003-01-09  Bruno Haible  <bruno@clisp.org>
43641
43642         * lib/stdbool.h.in: New file.
43643
43644 2003-01-09  Bruno Haible  <bruno@clisp.org>
43645
43646         * gnulib-tool (func_all_modules): Ignore files ending in ~.
43647         * MODULES.html.sh: Likewise.
43648
43649 2003-01-08  Jim Meyering  <jim@meyering.net>
43650
43651         * lib/full-write.c: Undefine and define-away `const' after inclusion
43652         of errno.h, not before.  Suggestion from Bruno Haible.
43653
43654 2003-01-08  Bruno Haible  <bruno@clisp.org>
43655
43656         * modules/full-read: Depend on full-write.
43657
43658 2003-01-08  Bruno Haible  <bruno@clisp.org>
43659
43660         * lib/safe-read.c: Include specification header first, to ensure its
43661         selfcontainedness.
43662         * lib/full-write.c: Likewise.
43663
43664 2003-01-07  Jim Meyering  <jim@meyering.net>
43665
43666         * lib/full-write.c: Rework so that it may serve to define full_read,
43667         too.
43668         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
43669
43670 2003-01-07  Bruno Haible  <bruno@clisp.org>
43671
43672         * lib/strtoimax.c: Include <stdint.h> as an alternative to
43673         <inttypes.h>.
43674         * lib/xstrtol.h: Likewise.
43675         * lib/xstrtoimax.c: Likewise.
43676         * lib/xstrtoumax.c: Likewise.
43677         * lib/human.h: Likewise.
43678
43679         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
43680         on systems that have <inttypes.h> but not <stdint.h>.
43681
43682 2003-01-07  Bruno Haible  <bruno@clisp.org>
43683
43684         * MODULES.html.sh: Add copyright notice.
43685         (missed_files): Omit CVS directory entries.
43686         (func_module): Make it work with sed-3.02.
43687         * MODULES.txt: Remove file.
43688
43689 2003-01-06  Jim Meyering  <jim@meyering.net>
43690
43691         * lib/version-etc.c: Update year in translatable copyright string.
43692
43693 2003-01-03  Karl Berry  <karl@gnu.org>
43694
43695         * config/config.{guess,sub}: update from prep.
43696
43697 2003-01-02  Karl Berry  <karl@gnu.org>
43698
43699         * doc/COPYING.DOC: belatedly updated to 1.2.
43700
43701 2003-01-01  Karl Berry  <karl@gnu.org>
43702
43703         * gnulib-tool (func_verify_module): report module name $module in
43704         error message, not $1.
43705         * gnulib-tool (create-testdir): don't complain if destdir couldn't
43706         be created, only if it doesn't exist.
43707         * gnulib-tool (last_checkin_date): don't expand the $Date here.
43708
43709 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43710
43711         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
43712
43713 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43714
43715         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
43716         memcmp if strcoll doesn't work.
43717
43718 2002-12-31  Bruno Haible  <bruno@clisp.org>
43719
43720         * lib/utime.c (utime_null): No need to call ftruncate if the file was
43721         nonempty.
43722
43723 2002-12-31  Bruno Haible  <bruno@clisp.org>
43724
43725         * lib/memcoll.c (STRCOLL): New macro.
43726         (memcoll): Use it.
43727
43728 2002-12-31  Bruno Haible  <bruno@clisp.org>
43729
43730         * lib/localcharset.h: New file.
43731         * lib/localcharset.c: Include it.
43732         * lib/unicodeio.c: Likewise.
43733
43734 2002-12-31  Bruno Haible  <bruno@clisp.org>
43735
43736         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
43737         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
43738
43739 2002-12-31  Bruno Haible  <bruno@clisp.org>
43740
43741         * lib/getline.h: Include <stddef.h>, for size_t.
43742
43743         * lib/unicodeio.h: Include <stddef.h>, for size_t.
43744         * lib/unicodeio.c: Don't include <stddef.h>.
43745
43746 2002-12-31  Bruno Haible  <bruno@clisp.org>
43747
43748         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
43749         HAVE_TM_ZONE.
43750
43751 2002-12-24  Karl Berry  <karl@gnu.org>
43752
43753         * config/config.guess: update from prep.
43754
43755 2002-12-24  Bruno Haible  <bruno@clisp.org>
43756
43757         General infrasructure.
43758         * m4/README: Rewritten.
43759         * m4/onceonly.m4: New file.
43760         * m4/onceonly_2_57.m4: New file.
43761
43762         Module atexit.
43763         * m4/atexit.m4: New file.
43764
43765         Module strtod.
43766         * m4/strtod.m4: New file.
43767
43768         Module strtol.
43769         * m4/strtol.m4: New file.
43770
43771         Module strtoul.
43772         * m4/strtoul.m4: New file.
43773
43774         Module memchr.
43775         * m4/memchr.m4: New file.
43776
43777         Module memcmp.
43778         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
43779         (jm_FUNC_MEMCMP): Invoke it.
43780
43781         Module memcpy.
43782         * m4/memcpy.m4: New file.
43783
43784         Module memmove.
43785         * m4/memmove.m4: New file.
43786
43787         Module memset.
43788         * m4/memset.m4: New file.
43789
43790         Module strcspn.
43791         * m4/strcspn.m4: New file.
43792
43793         Module strpbrk.
43794         * m4/strpbrk.m4: New file.
43795
43796         Module strstr.
43797         * m4/strstr.m4: New file.
43798
43799         Module strerror.
43800         * m4/strerror.m4: New file.
43801
43802         Module mktime.
43803         * m4/mktime.m4: Renamed from jm-mktime.m4.
43804         (gl_PREREQ_MKTIME): New macro.
43805         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
43806
43807         Module malloc.
43808         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
43809         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
43810         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
43811
43812         Module realloc.
43813         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
43814         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
43815         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
43816
43817         Module strftime.
43818         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
43819         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
43820         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
43821         gl_TM_GMTOFF.
43822         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
43823
43824         Module xalloc.
43825         * m4/xalloc.m4: New file.
43826
43827         Module alloca.
43828         * m4/alloca.m4: New file.
43829
43830         Module putenv.
43831         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
43832         (jm_FUNC_PUTENV): Invoke it.
43833
43834         Module setenv.
43835         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
43836         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
43837         when invoked twice.
43838         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
43839         gt_FUNC_SETENV.
43840
43841         Module memrchr.
43842         * m4/memrchr.m4: New file.
43843
43844         Module stpcpy.
43845         * m4/stpcpy.m4: New file.
43846
43847         Module strcase.
43848         * m4/strcase.m4: New file.
43849
43850         Module strdup.
43851         * m4/strdup.m4: New file.
43852
43853         Module strnlen.
43854         * m4/strnlen.m4: New file.
43855
43856         Module strndup.
43857         * m4/strndup.m4: New file.
43858
43859         Module xstrtod.
43860         * m4/xstrtod.m4: New file.
43861
43862         Module xstrtol.
43863         * m4/xstrtol.m4: New file.
43864
43865         Module getdate.
43866         * m4/getdate.m4: New file.
43867
43868         Module unlocked-io.
43869         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
43870         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
43871         * m4/jm-glibc-io.m4n: Remove file.
43872
43873         Module long-options.
43874         * m4/long-options.m4: New file.
43875
43876         Module md5.
43877         * m4/md5.m4: New file.
43878
43879         Module sha.
43880         * m4/sha.m4: New file.
43881
43882         Module getstr.
43883         * m4/getstr.m4: New file.
43884
43885         Module getline.
43886         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
43887         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
43888         <sys/types.h>, for size_t. Use the function name gnu_getline, not
43889         simply getline. Infoke gl_PREREQ_GETLINE.
43890
43891         Module obstack.
43892         * m4/obstack.m4: New file.
43893
43894         Module hash.
43895         * m4/hash.m4: New file.
43896
43897         Module readtokens.
43898         * m4/readtokens.m4: New file.
43899
43900         Module strverscmp.
43901         * m4/strverscmp.m4: New file.
43902
43903         Module stdbool.
43904         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
43905         OSF/1.
43906
43907         Module strtoll.
43908         * m4/strtoll.m4: New file.
43909
43910         Module strtoull.
43911         * m4/strtoull.m4: New file.
43912
43913         Module strtoimax.
43914         * m4/strtoimax.m4: New file.
43915
43916         Module strtoumax.
43917         * m4/strtoumax.m4: New file.
43918
43919         Module xstrtoimax.
43920         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
43921         jm_AC_PREREQ_XSTRTOIMAX.
43922         Moved the strtol prerequisites to strtol.m4.
43923         Moved the strtoll prerequisites to strtoll.m4.
43924         Moved the strtoimax prerequisites to strtoimax.m4.
43925
43926         Module xstrtoumax.
43927         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
43928         jm_AC_PREREQ_XSTRTOUMAX.
43929         Moved the strtoul prerequisites to strtoul.m4.
43930         Moved the strtoull prerequisites to strtoull.m4.
43931         Moved the strtoumax prerequisites to strtoumax.m4.
43932
43933         Module chown.
43934         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
43935         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
43936
43937         Module dup2.
43938         * m4/dup2.m4: New file.
43939
43940         Module ftruncate.
43941         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
43942         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
43943
43944         Module getgroups.
43945         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
43946         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
43947
43948         Module gettimeofday.
43949         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
43950         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
43951         gl_PREREQ_GETTIMEOFDAY.
43952
43953         Module mkdir.
43954         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
43955         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
43956
43957         Module mkstemp.
43958         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
43959         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
43960         jm_AC_TYPE_UINTMAX_T.
43961         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
43962
43963         Module stat.
43964         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
43965         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
43966
43967         Module lstat.
43968         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
43969         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
43970
43971         Module timespec.
43972         * m4/timespec.m4 (gl_TIMESPEC): New macro.
43973         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
43974         * m4/st_mtim.m4: Indentation.
43975
43976         Module nanosleep.
43977         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
43978         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
43979         gl_PREREQ_NANOSLEEP.
43980
43981         Module regex.
43982         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
43983         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
43984         (gl_REGEX): New macro.
43985
43986         Module rename.
43987         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
43988         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
43989
43990         Module rmdir.
43991         * m4/rmdir.m4: New file.
43992
43993         Module utime.
43994         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
43995         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
43996         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
43997
43998         Module dirname.
43999         * m4/dirname.m4: New file.
44000
44001         Module getopt.
44002         * m4/getopt.m4: New file.
44003
44004         Module unistd-safer.
44005         * m4/unistd-safer.m4: New file.
44006
44007         Module fnmatch.
44008         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
44009         declaration.
44010         (gl_PREREQ_FNMATCH_EXTRA): New macro.
44011         (gl_FUNC_FNMATCH_POSIX): New macro.
44012         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
44013         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
44014         simply fnmatch.
44015
44016         Module exclude.
44017         * m4/exclude.m4: New file.
44018
44019         Module human.
44020         * m4/human.m4: New file.
44021
44022         Module acl.
44023         * m4/acl.m4: Nop.
44024
44025         Module backupfile.
44026         * m4/backupfile.m4: New file.
44027         * m4/d-ino.m4: Indentation.
44028
44029         Module fsusage.
44030         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
44031         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
44032         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
44033
44034         Module dirfd.
44035         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
44036         requirements.
44037
44038         Module euidaccess.
44039         * m4/euidaccess.m4: New file.
44040
44041         Module file-type.
44042         * m4/file-type.m4: New file.
44043
44044         Module fileblocks.
44045         * m4/fileblocks.m4: New file.
44046
44047         Module filemode.
44048         * m4/filemode.m4: New file.
44049
44050         Module isdir.
44051         * m4/isdir.m4: New file.
44052
44053         Module lchown.
44054         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
44055         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
44056
44057         Module makepath.
44058         * m4/makepath.m4: New file.
44059
44060         Module modechange.
44061         * m4/modechange.m4: New file.
44062
44063         Module mountlist.
44064         * m4/mountlist.m4: New file.
44065         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
44066         Indentation.
44067
44068         Module path-concat.
44069         * m4/path-concat.m4: New file.
44070
44071         Module pathmax.
44072         * m4/pathmax.m4: New file.
44073
44074         Module same.
44075         * m4/same.m4: New file.
44076
44077         Module save-cwd.
44078         * m4/save-cwd.m4: New file.
44079
44080         Module savedir.
44081         * m4/savedir.m4: New file.
44082
44083         Module xgetcwd.
44084         * m4/xgetcwd.m4: New file.
44085         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
44086
44087         Module xreadlink.
44088         * m4/xreadlink.m4: New file.
44089
44090         Module safe-read.
44091         * m4/safe-read.m4: New file.
44092
44093         Module safe-write.
44094         * m4/safe-write.m4: New file.
44095
44096         Module closeout.
44097         * m4/closeout.m4: New file.
44098
44099         Module stdio-safer.
44100         * m4/stdio-safer.m4: New file.
44101
44102         Module getpass.
44103         * m4/getpass.m4: New file.
44104
44105         Module getugroups.
44106         * m4/getugroups.m4: New file.
44107
44108         Module group-member.
44109         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
44110         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
44111
44112         Module idcache.
44113         * m4/idcache.m4: New file.
44114
44115         Module userspec.
44116         * m4/userspec.m4: New file.
44117
44118         Module gettime.
44119         * m4/clock_time.m4: New file.
44120         * m4/gettime.m4: New file.
44121
44122         Module settime.
44123         * m4/settime.m4: New file.
44124
44125         Module posixtm.
44126         * m4/posixtm.m4: New file.
44127
44128         Module gethostname.
44129         * m4/gethostname.m4: New file.
44130
44131         Module canon-host.
44132         * m4/canon-host.m4: New file.
44133
44134         Module gettext.
44135         * m4/codeset.m4: New file, from gettext-0.11.5.
44136         * m4/gettext.m4: New file, from gettext-0.11.5.
44137         * m4/glibc21.m4: New file, from gettext-0.11.5.
44138         * m4/iconv.m4: New file, from gettext-0.11.5.
44139         * m4/intdiv0.m4: New file, from gettext-0.11.5.
44140         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
44141         * m4/inttypes.m4: New file, from gettext-0.11.5.
44142         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
44143         * m4/isc-posix.m4: New file, from gettext-0.11.5.
44144         * m4/lcmessage.m4: New file, from gettext-0.11.5.
44145         * m4/lib-ld.m4: New file, from gettext-0.11.5.
44146         * m4/lib-link.m4: New file, from gettext-0.11.5.
44147         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
44148         * m4/progtest.m4: New file, from gettext-0.11.5.
44149         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
44150         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
44151         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
44152
44153         Module localcharset.
44154         * m4/localcharset.m4: New file.
44155
44156         Module hard-locale.
44157         * m4/hard-locale.m4: New file.
44158
44159         Module mbswidth.
44160         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
44161         onceonly macros.
44162         * m4/mbrtowc.m4: Add comment.
44163
44164         Module memcasecmp.
44165         * m4/memcasecmp.m4: New file.
44166
44167         Module memcoll.
44168         * m4/memcoll.m4: New file.
44169
44170         Module unicodeio.
44171         * m4/unicodeio.m4: New file.
44172
44173         Module rpmatch.
44174         * m4/rpmatch.m4: New file.
44175
44176         Module yesno.
44177         * m4/yesno.m4: New file.
44178
44179         Module exitfail.
44180         * m4/exitfail.m4: New file.
44181
44182         Module c-stack.
44183         * m4/c-stack.m4 (gl_C_STACK): New macro.
44184         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
44185
44186         Module error.
44187         * m4/error.m4 (gl_ERROR): New macro.
44188         (jm_PREREQ_ERROR): Use onceonly macros.
44189
44190         Module fatal.
44191         * m4/fatal.m4: New file.
44192
44193         Module getloadavg.
44194         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
44195         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
44196
44197         Module getpagesize.
44198         * m4/getpagesize.m4: New file.
44199
44200         Module getusershell.
44201         * m4/getusershell.m4: New file.
44202
44203         Module physmem.
44204         * m4/physmem.m4: New file.
44205
44206         Module posixver.
44207         * m4/posixver.m4: New file.
44208
44209         Module quotearg.
44210         * m4/quotearg.m4: New file.
44211
44212         Module quote.
44213         * m4/quote.m4: New file.
44214
44215         Module readutmp.
44216         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
44217
44218         Module sig2str.
44219         * m4/sig2str.m4: New file.
44220
44221         Other.
44222         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
44223         ulonglong.m4.
44224         * m4/intmax_t.m4: New file.
44225         * m4/d-type.m4: Indentation.
44226         * m4/jm-macros.m4: Update.
44227         * m4/prereq.m4 (jm_PREREQ): Update.
44228         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
44229         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
44230         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
44231         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
44232         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
44233         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
44234         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
44235         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
44236         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
44237         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
44238         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
44239         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
44240         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
44241         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
44242         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
44243         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
44244         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
44245         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
44246         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
44247
44248 2002-12-24  Bruno Haible  <bruno@clisp.org>
44249
44250         * MODULES.txt: Update according to m4/ changes.
44251
44252         Module gettext.
44253         * config.rpath: New file, from gettext-0.11.5.
44254
44255         * modules/*: New module descriptions.
44256         * gnulib-tool: New file.
44257         * MODULES.html.sh: New file.
44258
44259 2002-12-21  Karl Berry  <karl@gnu.org>
44260
44261         * doc/fdl.texi: update to version 1.2.
44262
44263 2002-12-19  Karl Berry  <karl@gnu.org>
44264
44265         * config/config.guess: update from prep.
44266
44267 2002-12-18  Bruno Haible  <bruno@clisp.org>
44268
44269         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
44270         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
44271
44272 2002-12-17  Bruno Haible  <bruno@clisp.org>
44273
44274         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
44275         stdlib.h, string.h.
44276
44277 2002-12-17  Bruno Haible  <bruno@clisp.org>
44278
44279         * lib/canon-host.c (strdup): Remove unused declaration.
44280
44281         * lib/fsusage.c: Include full_read.h.
44282         (get_fs_usage): Use full_read instead of safe_read.
44283
44284         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
44285
44286 2002-12-12  Karl Berry  <karl@gnu.org>
44287
44288         * config/config.guess: update from prep.
44289
44290 2002-12-11  Bruno Haible  <bruno@clisp.org>
44291
44292         * m4/setenv.m4: New file, from gettext-0.11.5.
44293
44294 2002-12-11  Bruno Haible  <bruno@clisp.org>
44295
44296         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
44297         not unsetenv().
44298         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
44299         modifications:
44300
44301         2002-12-11  Bruno Haible  <bruno@clisp.org>
44302
44303                 * setenv.c (alloca): Fall back to malloc.
44304                 (freea): New macro.
44305                 (setenv): Use freea() to free memory allocated with alloca().
44306
44307         2002-11-13  Bruno Haible  <bruno@clisp.org>
44308
44309                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
44310                 function declarations.
44311                 * unsetenv.c (unsetenv): Likewise.
44312
44313         2002-03-04  Bruno Haible  <bruno@clisp.org>
44314
44315                 Portability to AIX 4.3.3.
44316                 * unsetenv.c: New file, extracted from setenv.c.
44317                 * setenv.c: Move the unsetenv() function to unsetenv.c.
44318
44319         2001-12-20  Bruno Haible  <bruno@clisp.org>
44320
44321                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
44322                 use malloc instead. For SunOS 4.
44323
44324         2001-12-11  Bruno Haible  <bruno@clisp.org>
44325
44326                 * setenv.c: Declare alloca.
44327                 (compar_fn_t): New typedef.
44328                 (KNOWN_VALUE, STORE_VALUE): Use it.
44329
44330         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
44331         setenv.h.
44332
44333 2002-12-10  Paul Eggert  <eggert@twinsun.com>
44334
44335         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
44336         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
44337         Choose values that are less likely to collide with system fnmatch
44338         options.
44339         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
44340         defined (e.g., a pure POSIX system).
44341         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
44342         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
44343
44344 2002-12-06  Paul Eggert  <eggert@twinsun.com>
44345
44346         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
44347         a pain in practice to deal with generated m4 files.  This change
44348         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
44349
44350         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
44351         and jm-glibc-io.m4, as they are no longer a special case.
44352         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
44353         kludge and the auto-generation stuff.  Check only whether the
44354         functions are declared, not whether they exist, since older hosts
44355         that don't declare the functions can't use the optimization anyway.
44356
44357 2002-12-06  Jim Meyering  <jim@meyering.net>
44358
44359         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
44360
44361         Merge in changes from libc's misc/error.c, in preparation
44362         for the merge of gnulib's changes back into libc.
44363
44364         * lib/error.c (_): Define only if not already defined.
44365         Move definition to follow all #include directives.
44366         Include unlocked-io.h only if !_LIBC.
44367         [_LIBC]: Include <libio/libioP.h>.
44368         [USE_IN_LIBIO]: Include <libio/iolibio.h>
44369         (fflush): Tweak definition to use INTUSE.
44370         (putc): Define.
44371
44372 2002-12-05  Paul Eggert  <eggert@twinsun.com>
44373
44374         * lib/alloca.c [defined emacs]: Include "lisp.h".
44375         (xalloc_die) [defined emacs]: New macro.
44376         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
44377         [! defined emacs]: Include <xalloc.h>.
44378         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
44379         (pointer): Typedef to POINTER_TYPE *.
44380         (malloc): Remove decl; we now always use xmalloc.
44381         (alloca): Use old-style definition, since Emacs needs this.
44382         Check for arithmetic overflow when computing combined size.
44383
44384 2002-12-04  Paul Eggert  <eggert@twinsun.com>
44385
44386         Do not generate unlocked-io.h automatically, since it's easier to
44387         maintain it by hand.
44388
44389         * lib/unlocked-io.h: New file, from GNU diffutils,
44390         but with proper copyright notice and attribution.
44391         * lib/gen-uio: Remove.
44392         * lib/Makefile.am: Add copyright notice.
44393         (libfetish_a_SOURCES): Add unlocked-io.h.
44394         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
44395         (DISTCLEANFILES, io_functions): Remove macros.
44396         (EXTRA_DIST): Remove gen_uio.
44397         (unlocked-io.h): Remove rule.
44398
44399 2002-12-04  Jim Meyering  <jim@meyering.net>
44400
44401         Reflect the fact that stat.c and lstat.c are no longer generated.
44402         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
44403         (DISTCLEANFILES): Likewise.
44404         (EXTRA_DIST): Likewise.
44405         (all_local): Don't depend on stat.c or lstat.c.
44406         (stat.c, lstat.c): Remove rules.
44407         (EXTRA_DIST): Remove xstat.in.
44408
44409         * lib/xstat.in: Remove file.  Contents moved into stat.c.
44410         * lib/stat.c: New file.  Contents mostly from xstat.in.
44411         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
44412         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
44413
44414         * lib/safe-read.c: Rework so that it may serve to define safe_write,
44415         too.
44416         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
44417
44418 2002-12-03  Jim Meyering  <jim@meyering.net>
44419
44420         * lib/safe-read.c, safe-write.c: Change variable names and comments,
44421         but not semantics, to minimize the differences between these two files.
44422         (safe_read): Change comment to mention SAFE_READ_ERROR.
44423
44424         * lib/safe-read.c (IS_EINTR): Define.
44425         (safe_read): Use IS_EINTR in place of in-function cpp directives.
44426
44427 2002-12-02  Jim Meyering  <jim@meyering.net>
44428
44429         * lib/safe-read.c (EINTR): Define.
44430         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44431         (INT_MAX): Provide fallback.
44432         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
44433
44434         * lib/safe-read.h (SAFE_READ_ERROR): Define.
44435
44436 2002-12-02  Bruno Haible  <bruno@clisp.org>
44437
44438         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
44439         Define, taken from safe-read.c.
44440         (INT_MAX): Provide fallback.
44441         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
44442         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
44443
44444         * lib/safe-read.c (EINTR): Remove definition.
44445         (safe_read): Don't use EINTR if it is absent.
44446
44447 2002-12-01  Jim Meyering  <jim@meyering.net>
44448
44449         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
44450         zero.
44451         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
44452
44453 2002-11-27  Paul Eggert  <eggert@twinsun.com>
44454
44455         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
44456         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
44457         with `if (! (value < limit)) abort ();', for readability.
44458
44459 2002-11-26  Karl Berry  <karl@gnu.org>
44460
44461         * lib/strdup.c: copy from libc again, with jim's ok.
44462         * lib/.cppi-disable: re-add strdup.c
44463
44464 2002-11-25  Karl Berry  <karl@gnu.org>
44465
44466         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
44467         instead of "strtol.c".
44468
44469 2002-11-25  Karl Berry  <karl@gnu.org>
44470
44471         * config/install-sh: update from automake for variable quoting, $0 in
44472         error msgs, etc.
44473
44474         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
44475         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
44476         entry.
44477
44478 2002-11-25  Jim Meyering  <jim@meyering.net>
44479
44480         * lib/mktime.c: Sync from libc, now that it has the latest fix.
44481
44482 2002-11-24  Karl Berry  <karl@gnu.org>
44483
44484         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
44485         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
44486
44487 2002-11-24  Jim Meyering  <jim@meyering.net>
44488
44489         Update from coreutils:
44490
44491         * lib/mktime.c: Merge in changes from libc.
44492
44493         Avoid a link-time failure on some Linux systems.
44494         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
44495         (otherwise).
44496         (__mon_yday): Declare with the STATIC attribute.
44497         (__mktime_internal): Likewise.
44498         Based on a report from Greg Schafer.
44499
44500 2002-11-23  Jim Meyering  <jim@meyering.net>
44501
44502         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
44503         Use `unsigned', not `int', as type of index.
44504
44505         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
44506
44507         * lib/fsusage.c: Remove unneeded parentheses around operands of
44508         `defined'.
44509
44510 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44511
44512         * lib/quotearg.h: Allow multiple inclusion by surrounding with
44513         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
44514         so that we can be included first.
44515         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
44516         * lib/quotearg.c: Include quotearg.h immediately after config.h.
44517         No need to include stddef.h or sys/types.h any more.
44518         Surround local include files with "", not "<>".
44519         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
44520         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
44521         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
44522         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
44523         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
44524         (ISPRINT): Remove; no longer needed now that we assume C89.
44525
44526         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
44527         Preserve errno.
44528
44529         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
44530         quotearg_char): Use SIZE_MAX rather than
44531         (size_t) -1 when we are talking about "infinity".
44532
44533         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
44534
44535 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44536
44537         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
44538         hint that one should use `if (! x) abort ();' rather than `assert
44539         (x);', and anyway it's one less thing to worry about configuring.
44540         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
44541         hash_rehash, hash_insert): Use abort rather than assert.
44542
44543 2002-11-22  Bruno Haible  <bruno@clisp.org>
44544
44545         * lib/safe-read.h: Assume C89. Add comments.
44546         (safe_read): Change return type to size_t.
44547         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
44548         byte counts > SSIZE_MAX correctly.
44549         * lib/safe-write.h: New file.
44550         * lib/safe-write.c: New file.
44551         * lib/full-read.h: New file.
44552         * lib/full-read.c: New file.
44553         * lib/full-write.h: Assume C89. Add comments.
44554         * lib/full-write.c: Include safe-write.h.
44555         (full_write): Rewritten to use safe_write.
44556         Suggested by Jim Meyering and Paul Eggert.
44557
44558 2002-11-21  Jim Meyering  <jim@meyering.net>
44559
44560         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
44561
44562         Merge in changes from the coreutils.
44563
44564         2002-09-25  Paul Eggert  <eggert@twinsun.com>
44565         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
44566         <stdint.h>.
44567         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
44568         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
44569         int.  Work more efficiently if X is the same width as uintmax_t.
44570         Do not compare X to -1, to avoid bogus compiler warning.
44571         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
44572         Don't assume that f_frsize and f_bsize are the same type.
44573
44574         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
44575         warning on FreeBSD.
44576
44577         * lib/makepath.c (make_path): Restore umask *before* creating the final
44578         component.
44579         (make_path): Minor reformatting.
44580
44581         * lib/xmalloc.c: Adjust to work with new autoconf macros,
44582         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
44583         HAVE_MALLOC/HAVE_REALLOC.
44584
44585         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
44586         dummy ones.  At least on GNU/Linux systems, `auto' means something
44587         else.
44588         From Michael Stone.
44589
44590 2002-11-21  Bruno Haible  <bruno@clisp.org>
44591
44592         Remove case insensitive option matching.
44593         * lib/argmatch.h (argcasematch): Remove declaration.
44594         (ARGCASEMATCH): Remove macro.
44595         (__xargmatch_internal): Remove case_sensitive argument.
44596         (XARGMATCH): Update.
44597         (XARGCASEMATCH): Remove macro.
44598         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
44599         case_sensitive argument.
44600         (argcasematch): Remove function.
44601         (__xargmatch_internal): Remove case_sensitive argument.
44602         (main): Use XARGMATCH instead of XARGCASEMATCH.
44603
44604         * lib/xmalloc.c: Change compile-time error message. Add comment about
44605         required autoconf version.
44606
44607 2002-11-20  Paul Eggert  <eggert@twinsun.com>
44608
44609         Merge argmatch cleanups from Bison.  Assume C89.
44610
44611         * lib/argmatch.c: Include config.h here, not in argmatch.h.
44612         Include stdlib.h, for EXIT_FAILURE.
44613         Always include <string.h>, since we assume C89.
44614         (EXIT_FAILURE): Remove pre-C89 bug workaround.
44615         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
44616         Include <stddef.h> instead, since it's all we need for size_t.
44617         (PARAMS): Remove.  All uses removed.
44618         (ARRAY_CARDINALITY): Do not bother to #undef.
44619         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
44620         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44621         Remove unnecessary parentheses.
44622         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44623         Insert necessary parentheses.
44624         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
44625         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
44626
44627 2002-11-19  Bruno Haible  <bruno@clisp.org>
44628
44629         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
44630         * lib/mbswidth.h: Include <stddef.h>, for size_t.
44631
44632         * lib/mbswidth.h (PARAMS): Remove macro.
44633         (mbswidth, mbsnwidth): Use ANSI C function declarations.
44634         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
44635
44636         * lib/gcd.h (PARAMS): Remove macro.
44637         (gcd): Use ANSI C function declarations.
44638         * lib/gcd.c (gcd): Likewise.
44639
44640 2002-11-15  Bruno Haible  <bruno@clisp.org>
44641
44642         * lib/strcspn.c: Include <stddef.h>.
44643         (strcspn): Use ANSI C function declaration. Change return type to
44644         size_t. Use NULL.
44645         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
44646         (strpbrk): Use NULL.
44647         * lib/strpbrk.h (PARAMS): Remove macro.
44648         (strpbrk): Use ANSI C function declaration.
44649         * lib/strstr.c: Don't include <sys/types.h>.
44650         * lib/strstr.h (PARAMS): Remove macro.
44651         (strstr): Use ANSI C function declarations.
44652
44653 2002-11-14  Karl Berry  <karl@gnu.org>
44654
44655         * config/mkinstalldirs: `do' on separate line, instead of
44656         `for var; do'.
44657
44658 2002-11-06  Bruno Haible  <bruno@clisp.org>
44659
44660         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
44661         * lib/gcd.c (gcd): Likewise.
44662
44663 2002-11-05  Bruno Haible  <bruno@clisp.org>
44664
44665         * lib/gcd.h: New file, from gettext-0.11.5.
44666         * lib/gcd.c: New file, from gettext-0.11.5.
44667
44668 2002-11-05  Bruno Haible  <bruno@clisp.org>
44669
44670         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44671         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44672         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44673         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44674
44675         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
44676         <libintl.h>.
44677         * lib/makepath.c: Include gettext.h instead of <locale.h> and
44678         <libintl.h>.
44679
44680         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
44681         * lib/human.c: Include gettext.h instead of <libintl.h>.
44682         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
44683         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
44684         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
44685         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
44686         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
44687         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
44688         (textdomain): Remove definition.
44689         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
44690
44691         * lib/long-options.c: Remove include of <libintl.h> and definition of
44692         _.
44693         * lib/same.c: Remove include of <libintl.h> and definition of _.
44694
44695 2002-11-04  Owen Taylor  <otaylor@redhat.com>
44696
44697         * lib/config.charset: A few additions for Solaris.
44698
44699 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44700
44701         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
44702         * lib/localcharset.c (locale_charset): Declare as extern "C".
44703
44704 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44705
44706         * lib/config.charset: msdos in uk_UA uses CP1125.
44707
44708 2002-11-04  Bruno Haible  <bruno@clisp.org>
44709
44710         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
44711         * lib/strcase.h: New file, from GNU gettext-0.11.5.
44712         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
44713         * lib/strstr.h: New file, from GNU gettext-0.11.5.
44714         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
44715
44716 2002-11-04  Bruno Haible  <bruno@clisp.org>
44717
44718         * lib/localcharset.c (locale_charset): Don't return an empty string.
44719
44720 2002-11-04  Bruno Haible  <bruno@clisp.org>
44721
44722         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
44723         aliases.
44724
44725 2002-11-04  Bruno Haible  <bruno@clisp.org>
44726
44727         * lib/config.charset: Update for newest glibc. Add canonical names
44728         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
44729
44730 2002-11-04  Bruno Haible  <bruno@clisp.org>
44731
44732         * lib/config.charset: Add support for NetBSD.
44733
44734 2002-11-04  Bruno Haible  <bruno@clisp.org>
44735
44736         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
44737
44738 2002-11-01  Bruno Haible  <bruno@clisp.org>
44739
44740         * configure.in: Add AC_CONFIG_AUX_DIR call.
44741         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
44742         test/Makefile.
44743         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
44744
44745 2002-09-28  Karl Berry  <karl@gnu.org>
44746
44747         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
44748         installed automake until the next release, since changes have been
44749         made.
44750
44751 2002-09-25  Karl Berry  <karl@gnu.org>
44752
44753         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
44754         * lib/getopt*: copy from libc/posix.
44755         * lib/gettext.h: copy from gettext.
44756         * lib/.cppi-disable: add strdup.c, gettext.h.
44757
44758 2002-09-25  Karl Berry  <karl@gnu.org>
44759
44760         * config/srclist.txt: enable gettext.h check.
44761         * config/config.{guess,sub}: update from prep.
44762         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
44763                 from automake 1.6.3.
44764         See srclist*.
44765
44766 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
44767
44768         * regex.c (PATFETCH): Remove the translating fetch.
44769         (PATFETCH_RAW): Rename to PATFETCH.
44770         (set_image_of_range): New fun.
44771         (SET_RANGE_TABLE_WORK_AREA): Use it.
44772         (regex_compile): Don't translate the pattern chars so eagerly.
44773         Only do it when inserting an `exactn' bytecode or when handling
44774         a char-range.
44775         (mutually_exclusive_p): Avoid empty statement.
44776
44777 2002-07-06  Jim Meyering  <meyering@lucent.com>
44778
44779         * m4/README: Don't mention Makefile.am.in.
44780         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
44781
44782 2002-07-01  Jim Meyering  <meyering@lucent.com>
44783
44784         * lib/c-stack.c: Include sys/time.h.
44785         From Volker Borchert.
44786
44787 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44788
44789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
44790
44791 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44792
44793         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
44794         New macro.  Use it uniformly instead of
44795         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
44796         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
44797         reported by Vin Shelton.
44798
44799 2002-06-22  Paul Eggert  <eggert@twinsun.com>
44800
44801         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
44802         Do not assume SA_SIGINFO behavior.
44803         Bug reported by Jim Meyering on NetBSD 1.5.2.
44804
44805 2002-06-22  Jim Meyering  <meyering@lucent.com>
44806
44807         * m4/c-stack.m4: New file, from diffutils-2.8.2.
44808         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
44809
44810         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
44811         now that configure.ac uses AC_GNU_SOURCE.
44812         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
44813         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
44814
44815         Update to latest tools.  Suggestions from Paul Eggert.
44816         * m4/stdbool.m4: New file, from diffutils-2.8.2.
44817         * m4/gnu-source.m4: Update from diffutils-2.8.2.
44818         * m4/fnmatch.m4: Likewise.
44819         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
44820         to AC_HEADER_STDBOOL
44821
44822 2002-06-22  Jim Meyering  <meyering@lucent.com>
44823
44824         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
44825         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
44826
44827 2002-06-22  Jim Meyering  <meyering@lucent.com>
44828
44829         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
44830
44831         * lib/exitfail.c, exitfail.h: Likewise.
44832         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
44833
44834         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
44835         of fnmatch.h.
44836         (EXTRA_DIST): Add fnmatch_loop.c.
44837         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
44838
44839         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
44840         * lib/fnmatch.c: Update from diffutils-2.8.2.
44841         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
44842         * lib/fnmatch.h: Remove file.
44843
44844 2002-06-21  Jim Meyering  <meyering@lucent.com>
44845
44846         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
44847         * m4/mbrtowc.m4: Likewise.
44848
44849         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
44850         * m4/mbswidth.m4: Reflect name change:
44851         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
44852         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44853
44854         * m4/lib-link.m4: Update from gettext-0.11.2.
44855         * m4/gettext.m4: Likewise.
44856
44857         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
44858         From Alfred M. Szmidt.
44859
44860 2002-06-18  Paul Eggert  <eggert@twinsun.com>
44861
44862         * lib/file-type.h: Report an error if neither S_ISREG nor
44863         S_IFREG is defined, instead of using a test specific to glibc
44864         2.2.  This should be safe, since POSIX requires S_ISREG and
44865         Unix Version 7 had S_IFREG.  We don't need to check for
44866         <sys/types.h> since we don't use any symbols that it defines.
44867
44868 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
44869
44870         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
44871         $@-t, so that each temporary file name is unique and valid in the first
44872         8 characters, for operation under DOS.
44873
44874 2002-06-15  Paul Eggert  <eggert@twinsun.com>
44875
44876         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
44877
44878 2002-06-15  Jim Meyering  <meyering@lucent.com>
44879
44880         Work even with DJGPP 2.03, which lacks support for symlinks.
44881         From Richard Dawe.
44882         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
44883         is defined.
44884         * lib/lchown.c (S_ISLNK): Likewise.
44885
44886 2002-06-15  Jim Meyering  <meyering@lucent.com>
44887
44888         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
44889         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
44890         have been included before this file.
44891
44892 2002-06-14  Jim Meyering  <meyering@lucent.com>
44893
44894         * lib/file-type.h: Use the version from diffutils-2.8.2.
44895         * lib/file-type.c: Likewise.
44896
44897 2002-06-07  Jim Meyering  <meyering@lucent.com>
44898
44899         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
44900         They're needed at least for NetBSD 1.5.2.
44901         ($statxfs_includes): Include those same headers.
44902         ($statxfs_includes): Include sys/vfs.h if available.
44903         ($statxfs_includes): Likewise for sys/statvfs.h.
44904         Check for the following members in both structs statfs and statvfs:
44905         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
44906
44907 2002-06-01  Jim Meyering  <meyering@lucent.com>
44908
44909         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
44910         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
44911
44912 2002-05-28  Jim Meyering  <meyering@lucent.com>
44913
44914         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
44915         Reported by Volker Borchert.
44916
44917 2002-05-27  Jim Meyering  <meyering@lucent.com>
44918
44919         Fix a problem seen only on nonconforming systems whereby ls.c's
44920         use of localtime, and then of gettimeofday would cause trouble:
44921         the localtime call used to initialize rpl_gettimeofday's save
44922         mechanism would clobber ls's current local time information so
44923         that in any long listing the first file would always be listed
44924         with date 1970-01-01.  Analysis by Volker Borchert.
44925
44926         * lib/gettimeofday.c (localtime): Undefine.
44927         (rpl_localtime): New function.
44928
44929 2002-05-27  Jim Meyering  <meyering@lucent.com>
44930
44931         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
44932         localtime.
44933
44934         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
44935         use the replacement function; it wouldn't resolve at link time.
44936         Reported by Volker Borchert.
44937
44938 2002-05-22  Jim Meyering  <meyering@lucent.com>
44939
44940         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
44941         file-type.h.
44942         * lib/file-type.h: New file.
44943         * lib/file-type.c (file_type): New file/function.  Extracted from
44944         diffutils.
44945
44946 2002-04-30  Jim Meyering  <meyering@lucent.com>
44947
44948         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
44949
44950 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44951
44952         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
44953
44954 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44955
44956         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
44957         Do not check for alloca.h (no longer used) or stdbool.h (was never
44958         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
44959
44960 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44961
44962         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
44963
44964 2002-04-29  Jim Meyering  <meyering@lucent.com>
44965
44966         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
44967         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
44968         Use AC_FUNC_STRNLEN here instead.
44969
44970         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
44971         With autoconf-2.53a, it's part of AC_PROG_CC.
44972
44973 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44974
44975         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
44976         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
44977
44978 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44979
44980         * lib/sig2str.h, lib/sig2str.c: New files.
44981         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
44982
44983 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44984
44985         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
44986         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
44987         of 127, since 64 is the largest conceivable number for ancient
44988         nonstandard hosts.
44989         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
44990
44991 2002-04-28  Jim Meyering  <meyering@lucent.com>
44992
44993         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
44994
44995 2002-04-24  Jim Meyering  <meyering@lucent.com>
44996
44997         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
44998         (jm_PREREQ): Use it.
44999
45000         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
45001         mach/mach.h fcntl.h.
45002         Check for this function: setlocale.
45003
45004 2002-04-24  Jim Meyering  <meyering@lucent.com>
45005
45006         * lib/gettext.h: New file, from Gettext.
45007         * lib/Makefile.am (INCLUDES): Remove -I../intl.
45008         (libfetish_a_SOURCES): Add gettext.h.
45009
45010 2002-04-16  Jim Meyering  <meyering@lucent.com>
45011
45012         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
45013         ut_pid, ut_id, ut_exit.
45014
45015 2002-04-16  Jim Meyering  <meyering@lucent.com>
45016
45017         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
45018         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
45019         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
45020
45021 2002-04-12  Jim Meyering  <meyering@lucent.com>
45022
45023         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
45024         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
45025         existence of the getmntinfo function.  Needed for Darwin 5.3.
45026
45027         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
45028         This is necessary at least on Darwin 5.3.
45029
45030         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
45031         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
45032         strnlen.o in the library, and that makes some versions of ranlib
45033         object.
45034
45035 2002-04-12  Jim Meyering  <meyering@lucent.com>
45036
45037         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
45038
45039 2002-04-09  Jim Meyering  <meyering@lucent.com>
45040
45041         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
45042         to be more precise.  Rather than saying we're checking whether the
45043         function `works', say what we're testing.
45044         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
45045         Reported by Bruno Haible.
45046
45047 2002-03-10  Jim Meyering  <meyering@lucent.com>
45048
45049         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
45050         Suggestion from Santiago Vila.
45051
45052 2002-03-08  Jim Meyering  <meyering@lucent.com>
45053
45054         * lib/rename.c: Mention that this wrapper is needed also on
45055         mips-dec-ultrix4.4 systems.
45056
45057 2002-03-02  Jim Meyering  <meyering@lucent.com>
45058
45059         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
45060         not HAVE_CLOCK_SETTIME.
45061
45062 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45063
45064         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
45065         Check for clock_settime.
45066
45067 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45068
45069         * lib/nanosleep.h: Rename to....
45070         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
45071
45072         * lib/gettime.c: New file.
45073         * lib/settime.c: New file.
45074         * lib/stime.c: Remove.
45075
45076         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
45077         timespec.h.  Remove nanosleep.h.
45078
45079 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45080
45081         * m4/acl.m4: New file.
45082         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
45083         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
45084
45085 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45086
45087         * lib/acl.c, lib/acl.h: New files.
45088         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
45089
45090 2002-02-24  Jim Meyering  <meyering@lucent.com>
45091
45092         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
45093         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
45094         cause trouble.  Reported by Nelson Beebe.
45095
45096 2002-02-23  Paul Eggert  <eggert@twinsun.com>
45097
45098         * lib/path-concat.c (xpath_concat): Reorder code to pacify
45099         compilers that don't know that xalloc_die never returns.
45100
45101 2002-02-20  Jim Meyering  <meyering@lucent.com>
45102
45103         * lib/getdate.c: Regenerate using bison-1.33.
45104
45105 2002-02-17  Jim Meyering  <meyering@lucent.com>
45106
45107         * config/config.guess (main): Don't use `head -1'; it's no longer
45108         portable. Use `sed 1q' instead.
45109
45110 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
45111
45112         * m4/codeset.m4: Upgrade to gettext-0.11.
45113         * m4/gettext.m4: Upgrade to gettext-0.11.
45114         * m4/glibc21.m4: Upgrade to gettext-0.11.
45115         * m4/iconv.m4: Upgrade to gettext-0.11.
45116         * m4/isc-posix.m4: Upgrade to gettext-0.11.
45117         * m4/lcmessage.m4: Upgrade to gettext-0.11.
45118         * m4/lib-ld.m4: New file, from gettext-0.11.
45119         * m4/lib-link.m4: New file, from gettext-0.11.
45120         * m4/lib-prefix.m4: New file, from gettext-0.11.
45121         * m4/progtest.m4: Upgrade to gettext-0.11.
45122
45123 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45124
45125         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
45126         (jm_PREREQ): Use it.
45127
45128 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45129
45130         * lib/posixver.c, lib/posixver.h: New files.
45131         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45132
45133 2002-02-02  Paul Eggert  <eggert@twinsun.com>
45134             Bruno Haible  <bruno@clisp.org>
45135
45136         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
45137         (fwrite_success_callback): New declaration.
45138         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
45139         print_unicode_char. Call failure callback instead of error.
45140         (fwrite_success_callback): New function.
45141         (exit_failure_callback): New function.
45142         (fallback_failure_callback): New function.
45143         (print_unicode_char): Call unicode_to_mb.
45144
45145 2002-01-26  Jim Meyering  <meyering@lucent.com>
45146
45147         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
45148         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
45149
45150 2002-01-26  Jim Meyering  <meyering@lucent.com>
45151
45152         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
45153
45154 2002-01-22  Paul Eggert  <eggert@twinsun.com>
45155
45156         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
45157
45158 2002-01-22  Jim Meyering  <meyering@lucent.com>
45159
45160         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
45161         Otherwise, some versions of automake would omit the rule that makes
45162         Makefile from Makefile.in.
45163
45164 2002-01-21  Paul Eggert  <eggert@twinsun.com>
45165
45166         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
45167         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45168         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
45169         (memcoll): Set errno to zero if there is no error.
45170
45171         * lib/quotearg.c (quotearg_buffer_restyled):
45172         Fix bug with quoting buffers containing NUL when backslashing escapes.
45173         This bug was exposed by the other changes in this patch.
45174         (quotearg_n_options): New arg ARGSIZE.
45175         All callers changed.
45176         (quoting_options_from_style): New function.
45177         (quotearg_n_style): Use it.
45178         (quotearg_n_style_mem): New function.
45179
45180         * lib/quotearg.h (quotearg_n_style_mem): New function.
45181
45182 2002-01-19  Jim Meyering  <meyering@lucent.com>
45183
45184         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
45185         Remove useless quotes: DF_PROG="df".
45186         * m4/strnlen.m4: New file.
45187
45188 2002-01-16  Paul Eggert  <eggert@twinsun.com>
45189
45190         * lib/backupfile.c (ISDIGIT): Comment fix.
45191         * lib/getdate.y (ISDIGIT): Likewise.
45192         * lib/posixtm.c (ISDIGIT, year): Likewise.
45193         * lib/strverscmp.c (ISDIGIT): Likewise.
45194         * lib/userspec.c (ISDIGIT): Likewise.
45195
45196 2002-01-16  Jim Meyering  <meyering@lucent.com>
45197
45198         * lib/getdate.y: Add three semicolons, each just before a closing
45199         brace. Bison (as of version 1.31) no longer papers over that mistake.
45200
45201 2002-01-05  Jim Meyering  <meyering@lucent.com>
45202
45203         * lib/version-etc.c (version_etc_copyright): Update copyright year.
45204
45205 2001-12-19  Paul Eggert  <eggert@twinsun.com>
45206
45207         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
45208         not silently exit merely because the output buffer happens to
45209         have nothing pending.
45210
45211 2001-12-18  Paul Eggert  <eggert@twinsun.com>
45212
45213         See the big note in ../ChangeLog.
45214         * lib/human.c (suffixes): Prefer K to k for 1024.
45215         (generate_suffix_backwards): New function.
45216         (human_readable_inexact): Use it.
45217         * lib/xstrtol.c (__xstrtol): If there is no number but there
45218         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
45219         Accept 'K' as well as 'k'.
45220
45221 2001-12-15  Jim Meyering  <meyering@lucent.com>
45222
45223         * lib/regex.h (__restrict_arr): Update from libc.
45224
45225         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
45226         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
45227         (STREQ): Define.
45228
45229 2001-12-14  Jim Meyering  <meyering@lucent.com>
45230
45231         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
45232         Suggestion from Bruno Haible.
45233
45234 2001-12-10  Jim Meyering  <meyering@lucent.com>
45235
45236         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
45237         xrealloc, Instead, include "xalloc.h".
45238         (initbuffer): Don't cast xmalloc return value to char*.
45239         (readline): Reword comment.
45240         Don't cast xrealloc return value to char*
45241         Return NULL, not 0.
45242
45243 2001-12-09  Jim Meyering  <meyering@lucent.com>
45244
45245         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
45246         about `signed and unsigned type in conditional expression'.
45247         * lib/posixtm.c (posix_time_parse): Likewise.
45248
45249         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
45250
45251         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
45252         to avoid a pedantic warning.
45253
45254         * lib/getstr.c: Don't include assert.h.
45255         (getstr): Remove warning-evoking assertions.
45256         Return -1 if offset parameter is out of bounds.
45257         Change the type of a local from int to size_t.
45258
45259         * lib/strftime.c (my_strftime_localtime_r): Include this function
45260         definition in the `#if ! HAVE_TM_GMTOFF' block.
45261
45262         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
45263         Include xalloc.h instead.
45264
45265 2001-12-02  Jim Meyering  <meyering@lucent.com>
45266
45267         * lib/tempname.c: Don't declare getenv, thus reverting the change of
45268         2001-11-18.  It's no longer necessary, now that stdlib.h is always
45269         included.
45270
45271         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
45272         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
45273
45274 2001-11-30  Akim Demaille  <akim@epita.fr>
45275
45276         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
45277         before being defined.
45278
45279 2001-11-27  Paul Eggert  <eggert@twinsun.com>
45280
45281         * lib/quotearg.h (quotearg_n, quotearg_n_style):
45282         First arg is int, not unsigned.
45283         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
45284         (SIZE_MAX, UINT_MAX): New macros.
45285         (quotearg_n_options): Abort if N is negative.
45286         Avoid overflow check on hosts where size_t is 64 bits and int
45287         is 32 bits, as overflow is impossible there.
45288         Fix off-by-one typo that caused unnecessary reallocation.
45289
45290 2001-11-27  Jim Meyering  <meyering@lucent.com>
45291
45292         * lib/tempname.c: Merge with version from libc.
45293         * lib/regex.c: Likewise.
45294
45295         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
45296         systems for which STDC_HEADERS is 0, it was not included, resulting in
45297         a warning about an integer-to-pointer conversion problem with getenv.
45298         Reported by Volker Borchert.
45299
45300 2001-11-26  Jim Meyering  <meyering@lucent.com>
45301
45302         * lib/gtod.h: Remove file.
45303         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
45304         * lib/gettimeofday.c: Don't include gtod.h.
45305         (GTOD_init): Remove function.
45306         (rpl_gettimeofday): Do its job here instead, rather than aborting.
45307         Suggestion from Volker Borchert.
45308
45309 2001-11-23  Jim Meyering  <meyering@lucent.com>
45310
45311         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
45312         it.
45313         * lib/hash.c (struct hash_table): Define it here instead.
45314
45315 2001-11-22  Jim Meyering  <meyering@lucent.com>
45316
45317         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
45318
45319 2001-11-20  Jim Meyering  <meyering@lucent.com>
45320
45321         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
45322         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
45323
45324 2001-11-19  Jim Meyering  <meyering@lucent.com>
45325
45326         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
45327         directory.  Use "conftestXXXXXX" as the template.
45328         Suggestion from Paul Eggert.
45329
45330         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
45331         immediately, so the test doesn't mistakenly hit the max-open-files
45332         limit.
45333
45334 2001-11-18  Paul Eggert  <eggert@twinsun.com>
45335
45336         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
45337         (TEMPORARIES): New macro.
45338         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
45339         removes an artificial limitation (e.g. HP-UX 10.20, where
45340         TMP_MAX is 17576).
45341
45342 2001-11-18  Jim Meyering  <meyering@lucent.com>
45343
45344         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
45345
45346 2001-11-18  Jim Meyering  <meyering@lucent.com>
45347
45348         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
45349         on SunOS 4.
45350
45351         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
45352         files will be created before anything else.
45353
45354 2001-11-17  Paul Eggert  <eggert@twinsun.com>
45355
45356         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
45357         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
45358
45359 2001-11-17  Jim Meyering  <meyering@lucent.com>
45360
45361         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
45362         Prompted by a report from Bob Proulx.
45363
45364         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
45365         Instead, require UTILS_FUNC_MKSTEMP.
45366
45367 2001-11-17  Jim Meyering  <meyering@lucent.com>
45368
45369         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
45370         Now, that's done as part of AC_FUNC_STRTOD.
45371
45372 2001-11-17  Jim Meyering  <meyering@lucent.com>
45373
45374         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
45375         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
45376         rather than group writable.  Patch by Juan F. Codagnone.
45377
45378         * lib/readtokens.c: Remove explicit declarations of xmalloc and
45379         xrealloc, Instead, include "xalloc.h".
45380
45381         * lib/mountlist.c: Include unlocked-io.h after all system headers.
45382         Remove explicit declarations of xmalloc, xrealloc,
45383         and xstrdup.  Instead, include "xalloc.h".
45384
45385         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
45386         unlocked-io.h.
45387         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
45388         Likewise.
45389         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
45390
45391         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
45392         Reported by Padraig Brady.
45393
45394         * lib/mkstemp.c: #undef mkstemp.
45395         Include config.h.
45396         (rpl_mkstemp): Rename from mkstemp.
45397         Protoize.
45398
45399 2001-11-16  Jim Meyering  <meyering@lucent.com>
45400
45401         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
45402         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
45403         determine the amount of total physical memory, use pstat_getstatic.
45404         HPUX-11 doesn't define _SC_PHYS_PAGES.
45405         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
45406         If sysconf couldn't be used to determine the amount of available
45407         physical memory, use both pstat_getstatic and pstat_getdynamic.
45408         Based on a patch from Bob Proulx.
45409
45410 2001-11-10  Jim Meyering  <meyering@lucent.com>
45411
45412         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
45413         (jm_PREREQ): Use it.
45414
45415 2001-11-09  Jim Meyering  <meyering@lucent.com>
45416
45417         * m4/jm-macros.m4: Require autoconf-2.52f.
45418         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
45419         Use these AC_-prefixed names, not the AM_-prefixed ones.
45420
45421         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
45422
45423 2001-11-05  Jim Meyering  <meyering@lucent.com>
45424
45425         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
45426
45427 2001-11-04  Jim Meyering  <meyering@lucent.com>
45428
45429         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
45430         $DEFS.
45431
45432 2001-11-03  Jim Meyering  <meyering@lucent.com>
45433
45434         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
45435         of AC_DEFUN.
45436
45437         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
45438         know the name of the variable in the macro definition.
45439
45440 2001-11-03  Jim Meyering  <meyering@lucent.com>
45441
45442         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
45443         in argmatch_to_argument call.
45444
45445         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
45446         argument.
45447
45448         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
45449         e.g., a fault due to an attempt to free a NULL pointer.
45450
45451 2001-11-01  Jim Meyering  <meyering@lucent.com>
45452
45453         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
45454         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
45455
45456 2001-11-01  Jim Meyering  <meyering@lucent.com>
45457
45458         * lib/dirfd.c, lib/dirfd.h: New files.
45459         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
45460
45461         * lib/hash.c (hash_print) [TESTING]: Clean up.
45462
45463 2001-10-22  Paul Eggert  <eggert@twinsun.com>
45464
45465         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
45466         to avoid a warning if -Wall.
45467
45468 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
45469
45470         * README: New file
45471         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
45472         (per RMS's instructions, this is now the canonical source)
45473         * lgpl/, gpl/: New directories.
45474
45475 2001-10-21  Paul Eggert  <eggert@twinsun.com>
45476
45477         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
45478
45479 2001-10-21  Jim Meyering  <meyering@lucent.com>
45480
45481         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
45482         this code would end up calling gettext even in packages built
45483         with --disable-nls.
45484         * lib/getopt.c (_): Likewise.
45485         * lib/regex.c (_): Likewise.
45486
45487 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45488
45489         * m4/error.m4 (jm_PREREQ_ERROR):
45490         Do not invoke AC_CHECK_FUNCS with strerror_r, as
45491         AC_FUNC_STRERROR_R does that.
45492         Check for strerror declaration.
45493
45494         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
45495         are supposed to have them these days.
45496         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
45497         Merge changes from latest Autoconf CVS.
45498         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
45499         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
45500         POSIX decided to standardize on the int flavor of strerror_r.
45501
45502 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45503
45504         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
45505         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
45506         Use strerror_r that is only a macro, even if it is not a function.
45507         (strerror): Check for HAVE_DECL_STRERROR before declaring.
45508         (private_strerror): Use prototypes, not old-style function definition.
45509         (print_errno_message): New function.
45510         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
45511         char*-flavored one.
45512         (error_tail, error, error_at_line): Use it.
45513
45514 2001-10-11  Jim Meyering  <meyering@lucent.com>
45515
45516         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
45517         and quote_n (1, ... to avoid clobbering a buffer.
45518
45519 2001-10-05  Jim Meyering  <meyering@lucent.com>
45520
45521         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
45522         hash-pjw.h.
45523         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
45524         * lib/hash-pjw.h: New file.
45525
45526 2001-09-30  Jim Meyering  <meyering@lucent.com>
45527
45528         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
45529         `struct fsstat' has the `f_fstypename' member.
45530         Use that to define FS_TYPE, which is now used to make
45531         the getfsstat link test tighter.
45532
45533 2001-09-30  Jim Meyering  <meyering@lucent.com>
45534
45535         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
45536         Include <sys/ucred.h>, for Apple Darwin.
45537         Include sys/mount.h and sys/fs_types.h only if available.
45538         (FS_TYPE): Define.
45539         (read_filesystem_list): Use FS_TYPE.
45540
45541 2001-09-29  Paul Eggert  <eggert@twinsun.com>
45542
45543         * lib/exclude.c (excluded_filename): 0 -> false, since it's
45544         a boolean context.
45545
45546 2001-09-29  Jim Meyering  <meyering@lucent.com>
45547
45548         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45549         [one-argument getmntent function]): Include stdio.h before mntent.h.
45550         SunOS 4.1.x needs it for the declaration of `FILE'.
45551         Patch by Volker Borchert.
45552
45553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45554         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
45555         sys/fs_types.h, and make the link-test for getfsstat guard #include
45556         directives with appropriate #if HAVE_*_H tests so that we can
45557         detect getfsstat on Apple Darwin1.3.7 systems.
45558         Reported by Nelson Beebe.
45559         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
45560
45561 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45562
45563         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45564         #defines strtoimax.  Also treat the other strto* functions
45565         like strtoimax.
45566
45567         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45568         Check for strtoul and strtoumax,
45569         as those declarations are made even in the signed case.
45570         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
45571         Likewise, for strtol and strtoimax.
45572
45573 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45574
45575         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45576         #defines strtoimax.  Also treat the other strto* functions
45577         like strtoimax.
45578
45579         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
45580         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
45581         (strtoimax, strtoumax): Do not declare if already defined as a macro.
45582
45583 2001-09-26  Jim Meyering  <meyering@lucent.com>
45584
45585         Most macros in unlocked-io.h had the wrong number of arguments.
45586         * lib/gen-uio: New script.
45587         (USE_UNLOCKED_IO): Define to 1 if not already defined.
45588         * lib/unlocked-io.hin: Remove file.
45589         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
45590         rather than trying to embed it here.
45591         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
45592         Reported by Padraig Brady.
45593
45594 2001-09-25  Volker Borchert  <bt@teknon.de>
45595
45596         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
45597         `result'.
45598
45599 2001-09-24  Jim Meyering  <meyering@lucent.com>
45600
45601         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
45602
45603 2001-09-23  Jim Meyering  <meyering@lucent.com>
45604
45605         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
45606         instead of the mere test for existence of mntent.h.  The latter
45607         would get a false-positive on AIX 3.4 systems.
45608         In the outer getmntent if-block, don't die if neither of the getmntent
45609         tests succeeds.  Instead, just fall through and continue with the
45610         remaining tests.
45611
45612 2001-09-23  Jim Meyering  <meyering@lucent.com>
45613
45614         * lib/mountlist.c: Remove useless parentheses in #if directives.
45615         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
45616         the deprecated MOUNTED symbol is no longer defined in mntent.h.
45617
45618 2001-09-22  Jim Meyering  <meyering@lucent.com>
45619
45620         * m4/gettext.m4: New file.  From gettext.
45621         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
45622         * m4/progtest.m4: Likewise
45623         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
45624         * m4/glibc21.m4: Likewise.
45625
45626         * m4/libintl.m4: Remove.  No longer used.
45627
45628 2001-09-22  Jim Meyering  <meyering@lucent.com>
45629
45630         * lib/localcharset.c: Update from latest gettext.
45631         * lib/config.charset: Likewise.
45632
45633 2001-09-20  Jim Meyering  <meyering@lucent.com>
45634
45635         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
45636         strtoimax.
45637         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
45638         strtoumax.
45639
45640 2001-09-20  Jim Meyering  <meyering@lucent.com>
45641
45642         * lib/xstrtol.c (strtoimax): Guard declaration with
45643         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
45644         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
45645         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
45646         (strtoumax): Likewise, for completeness (it wasn't necessary).
45647
45648 2001-09-17  Paul Eggert  <eggert@twinsun.com>
45649
45650         * lib/strtoimax.c (HAVE_LONG_LONG):
45651         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
45652         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
45653         to work around bug in IBM C compiler.
45654
45655 2001-09-17  Jim Meyering  <meyering@lucent.com>
45656
45657         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
45658         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
45659         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
45660         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
45661         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
45662         whenever the right hand side need not be expanded by the shell.
45663
45664 2001-09-16  Paul Eggert  <eggert@twinsun.com>
45665
45666         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
45667         library.  It's not correct, as some older glibcs are buggy.
45668         fnmatch wasn't fixed until glibc 2.2.
45669
45670         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
45671         special shell magic here.
45672
45673 2001-09-16  Jim Meyering  <meyering@lucent.com>
45674
45675         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
45676         * m4/jm-macros.m4: Require it.
45677
45678 2001-09-16  Jim Meyering  <meyering@lucent.com>
45679
45680         * lib/mkdir.c: New file.
45681
45682 2001-09-15  Jim Meyering  <meyering@lucent.com>
45683
45684         * m4/jm-macros.m4: Check for help2man.
45685
45686 2001-09-11  Jim Meyering  <meyering@lucent.com>
45687
45688         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
45689         The body, by Paul Eggert, was moved here from configure.in.
45690         * m4/jm-macros.m4: Require UTILS_HOST_OS.
45691
45692 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45693
45694         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
45695         (jm_PREREQ): Use it.
45696
45697 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45698
45699         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
45700         Use ssize_t, not int, to store result of readlink.
45701         Check for ssize_t overflow as well as size_t overflow,
45702         as POSIX says the result of readlink is implementation-defined
45703         when ssize_t overflows.
45704         Remove unnecessary cast to char*.
45705         Use free+malloc instead of realloc, as the storage doesn't need
45706         to be preserved and it's clearer and can be more efficient that way.
45707         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
45708         * lib/xreadlink.h (xreadlink): Update prototype.
45709
45710 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45711
45712         * lib/xgetcwd.c: Revert some of the previous change; intead,
45713         fix the HAVE_GETCWD_NULL code to behave more like the
45714         !HAVE_GETCWD_NULL code used to.
45715
45716         Include "xalloc.h".
45717         (xgetcwd): Do not return NULL when memory is exhausted; instead,
45718         invoke xalloc_die.
45719
45720 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45721
45722         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
45723         sys/param.h, as pathmax.h includes them.
45724
45725 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45726
45727         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
45728         (jm_PREREQ_XGETCWD): New macro.
45729
45730         * m4/getcwd.m4: New file.
45731
45732 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45733
45734         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
45735         like the HAVE_GETCWD_NULL code.
45736         Include pathmax.h if not HAVE_GETCWD.
45737         Do not include xalloc.h.
45738         (INITIAL_BUFFER_SIZE): New symbol.
45739         Do not use xmalloc / xrealloc, since the caller is responsible for
45740         handling errors.  Preserve errno around `free' during failure.
45741         Do not overrun buffer when using getwd.
45742
45743 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45744
45745         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
45746         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
45747         getcwd (NULL, 0).
45748
45749 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45750
45751         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
45752         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
45753         spotted by Jim Meyering.
45754
45755 2001-09-03  Jim Meyering  <meyering@lucent.com>
45756
45757         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
45758         failure.
45759
45760 2001-09-02  Jim Meyering  <meyering@lucent.com>
45761
45762         * lib/error.c: Update from GNU libc.
45763
45764 2001-09-01  Jim Meyering  <meyering@lucent.com>
45765
45766         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
45767         Used by df.
45768
45769 2001-09-01  Jim Meyering  <meyering@lucent.com>
45770
45771         * lib/xreadlink.c: New file.
45772         * lib/xreadlink.h: New file.
45773         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
45774         xreadlink.h.
45775
45776         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
45777         doesn't conflict with sparc Solaris 7's definition in
45778         /usr/include/sys/int_types.h.
45779
45780         * lib/exclude.c: Use `""', not `<>' to #include non-system header
45781         files.
45782         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
45783         and strncasecmp as r-values.  Unixware didn't have declarations.
45784
45785 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45786
45787         * lib/xstrtol.h: Add copyright notice.
45788         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
45789         LONGINT_INVALID_SUFFIX_CHAR.
45790
45791 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45792
45793         * lib/xstrtol.c (strtoimax): New decl.
45794
45795 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45796
45797         * lib/xgetcwd.c: Don't include pathmax.h.
45798         Include stdlib.h and unistd.h if available.
45799         Include xalloc.h.
45800         (xmalloc, xstrdup, free): Remove decls.
45801         (xgetcwd): Don't assume sizes fit in unsigned.
45802         Check for overflow when computing sizes.
45803         Simplify reallocation code.
45804
45805 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45806
45807         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
45808         a directory's st_size can have an arbitrary value, so the old
45809         usage could waste an arbitrary amount of memory.  All uses
45810         changed.
45811         * lib/savedir.h: Update prototype.
45812
45813 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45814
45815         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
45816
45817         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
45818         old strtoimax.c.
45819
45820         Also, make the following further changes to make this file's
45821         configuration more similar to that of strtol.c:
45822         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
45823         (strtoumax, uintmax_t, strtoull, strtol): Remove.
45824         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
45825         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
45826         changed to signed values.
45827
45828         And make the following changes as well:
45829         Fix copyright notice, as 1999 was missing.
45830         (verify): New macro.
45831         (strtoimax): Check sizes at compile-time, not run-time.
45832         Prefer strtol to strtoll if both work.
45833         (main): Remove; it was not that useful and was a pain to maintain.
45834
45835         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
45836
45837 2001-08-31  Jim Meyering  <meyering@lucent.com>
45838
45839         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
45840         Use an initial, malloc'd, buffer of length 128 rather than
45841         a statically allocated one of length 1024.
45842
45843 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45844
45845         Simplify code, partly by assuming autoconf 2.52 semantics.
45846
45847         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
45848
45849         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
45850         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
45851         All uses removed.
45852         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
45853         Move AC_REQUIRE to next-to-top level, to avoid confusion.
45854         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
45855         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
45856         jm_AC_HEADER_INTTYPES_H.
45857         * m4/jm-macros.m4 (jm_MACROS): Likewise.
45858
45859         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
45860
45861         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45862         Quote first arg of AC_DEFUN.
45863         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
45864         since they are needed to parse the include file even if we need
45865         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
45866         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
45867         but with opposite signedness.
45868
45869 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45870
45871         Merge 'exclude' changes from tar 1.13.22.
45872         This fixes one or two unlikely storage allocation overflow bugs,
45873         but doesn't change user-visible behavior otherwise.
45874
45875 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45876
45877         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
45878         (jm_PREREQ_EXCLUDE): New macro.
45879
45880 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45881
45882         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
45883         tm to be declared.
45884
45885 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45886
45887         * lib/hash.c: Remove '2001' from copyright notice.
45888
45889 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45890
45891         * lib/full-write.h: New file.
45892         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
45893         * lib/full-write.c: Correct credits, as cccp.c no longer
45894         exists and anyway it was so heavily changed from the old cccp
45895         code as to be unrecognizable.  Include full-write.h.
45896         (full_write) Return size_t, with short writes meaning failure.
45897         All callers changed.  This fixes a bug with large buffers
45898         on 64-bit hosts.
45899         * lib/utime.c: Include full-write.h.
45900
45901 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45902
45903         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
45904         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
45905         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
45906         Include if available.
45907         (<xalloc.h>): Include
45908         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
45909         (verify): New macro.  Use it to verify that EXCLUDE macros do not
45910         collide with FNM macros.
45911         (struct patopts): New struct.
45912         (struct exclude): Use it, as exclude patterns now come with options.
45913         (new_exclude): Support above changes.
45914         (new_exclude, add_exclude_file):
45915         Initial size must now be a power of two to simplify overflow checking.
45916         (free_exclude, fnmatch_no_wildcards): New function.
45917         (excluded_filename): No longer requires options arg, as the options
45918         are determined by add_exclude.  Now returns bool, not int.
45919         (excluded_filename, add_exclude):
45920         Add support for the fancy new exclusion options.
45921         (add_exclude, add_exclude_file): Now takes int options arg.
45922         Check for arithmetic overflow when computing sizes.
45923         (add_exclude_file): xrealloc might modify errno, so don't
45924         realloc until after errno might be used.
45925
45926         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
45927         New macros.
45928         (free_exclude): New decl.
45929         (add_exclude, add_exclude_file): Now takes int options arg.
45930         (excluded_filename): No longer requires options arg, as the options
45931         are determined by add_exclude.  Now returns bool, not int.
45932
45933 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45934
45935         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
45936
45937 2001-08-27  Jim Meyering  <meyering@lucent.com>
45938
45939         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
45940
45941         * lib/version-etc.c (N_): Remove definition.
45942         Revert most of last change.
45943         Instead, simply don't mark the `Copyright...' string for translation.
45944         Based on advice from Paul Eggert.
45945
45946         * lib/strtoxmax.c: Tweak comment.
45947
45948 2001-08-26  Jim Meyering  <meyering@lucent.com>
45949
45950         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
45951
45952         * m4/xstrtoimax.m4: New file.
45953         * m4/xstrtoumax.m4: Add comments explaining why we
45954         AC_REPLACE_FUNCS(strtol).
45955
45956 2001-08-26  Jim Meyering  <meyering@lucent.com>
45957
45958         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
45959         of copyright with `%s' so translators don't get an untranslated
45960         message in 2002.
45961         (COPYRIGHT_YEAR): Define.
45962         (version_etc): Use fprintf rather than fputs.
45963         Suggestion from Ulrich Drepper.
45964
45965         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
45966
45967         * lib/strtoll.c: New file, from GNU libc.
45968         * lib/xstrtoimax.c: New file.
45969
45970         * lib/xstrtol.h: Add xstrtoimax.
45971         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
45972         * lib/strtoimax.c: New file.  Likewise, but first define
45973         STRTOUXMAX_SIGNED.
45974
45975         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
45976         ...
45977         * lib/strtoxmax.c: ... then renamed to this.
45978
45979 2001-08-18  Paul Eggert  <eggert@twinsun.com>
45980
45981         * m4/inttypes.m4: Add AC_PREREQ(2.13).
45982         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
45983         (jm_AC_TYPE_INTMAX_T): New macro.
45984         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
45985
45986         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
45987
45988         * m4/longlong.m4: Renamed from ulonglong.m4.
45989         * m4/inttypes.m4: Renamed from inttypes_h.m4.
45990         * m4/uintmax_t.m4: Removed.
45991
45992 2001-08-13  Paul Eggert  <eggert@twinsun.com>
45993
45994         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
45995         Port to Solaris 8, where 'sed' requires a space after the 'r'
45996         command, and where sh dislikes "$/".  Clean up the spacing a bit.
45997         Redirect output to $tmp just once.
45998
45999 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
46000
46001         * lib/addext.c (<errno.h>): Include.
46002         (errno): Declare if not defined.
46003         (addext): Work correctly when pathconf returns -1 and leaves
46004         errno alone because there is no limit.  Also, work even if
46005         pathconf returns a value greater than SIZE_MAX.
46006
46007 2001-08-12  Jim Meyering  <meyering@lucent.com>
46008
46009         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
46010         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
46011         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
46012         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
46013         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
46014         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
46015         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
46016         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
46017         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
46018         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
46019         utime.m4, utimes.m4, xstrtoumax.m4:
46020         Quote the first argument in each use of AC_DEFUN.
46021
46022 2001-08-12  Jim Meyering  <meyering@lucent.com>
46023
46024         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
46025         Simply `return getcwd (NULL, 0);'.
46026         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
46027         Use 1300 as initial value for length, not PATH_MAX.
46028
46029         * lib/pathmax.h: Clean up cpp syntax.
46030
46031 2001-08-12  Jim Meyering  <meyering@lucent.com>
46032
46033         * lib/gettimeofday.c: New file.
46034         * lib/gtod.h: New file.
46035         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
46036
46037 2001-08-05  Jim Meyering  <meyering@lucent.com>
46038
46039         * m4/jm-macros.m4: Require autoconf-2.52.
46040
46041 2001-08-04  Jim Meyering  <meyering@lucent.com>
46042
46043         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
46044         stmt, to get in sync with glibc.
46045
46046 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46047
46048         The following changes are from gettext 0.10.39 as maintained by
46049         Bruno Haible.
46050
46051         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
46052         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
46053         with inverted sense.  All uses changed.
46054
46055         * lib/mbswidth.c: Don't include <limits.h>.
46056         Include <stdlib.h> and <string.h> unconditionally.
46057         (iswcntrl, mbsinit, ISCNTRL): New macros.
46058         (mbsnwidth): Use K&R style function declarations.
46059         Don't bother checking for MB_LEN_MAX == 1, since the compiler
46060         can optimize it when MB_CUR_MAX == 1.
46061         The width of control characters is zero, not 1.
46062
46063 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46064
46065         The following changes are from gettext 0.10.39 as maintained by
46066         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
46067
46068         * m4/codeset.m4: Upgrade to serial AM1.
46069         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
46070         all uses changed.  Quote first arg of AC_DEFUN.
46071         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
46072
46073         * m4/iconv.m4: Upgrade to serial AM2.
46074         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
46075         Add --with-libconv-prefix.
46076         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
46077         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
46078         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
46079         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
46080         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
46081
46082         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
46083         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
46084         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
46085         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
46086         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
46087         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
46088         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
46089         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
46090         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
46091
46092         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
46093         string.h any more.
46094
46095         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
46096         not the default value.
46097
46098         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
46099         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
46100         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
46101         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
46102         Also check for iswcntrl, used for wcwidth fallback.
46103         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
46104         to Autoconf 2.13.
46105
46106 2001-08-03  Jim Meyering  <meyering@lucent.com>
46107
46108         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
46109         as it was in the original.  Reported by Paul Eggert.
46110
46111 2001-07-16  Jim Meyering  <meyering@lucent.com>
46112
46113         * m4/gettimeofday.m4: New file.
46114         Prompted by a report from Bernhard Baehr.
46115
46116 2001-07-15  Jim Meyering  <meyering@lucent.com>
46117
46118         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
46119         stuff. Now it's in ../Makefile.cfg.
46120
46121 2001-07-15  Jim Meyering  <meyering@lucent.com>
46122
46123         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
46124         (BUILT_SOURCES): Add unlocked-io.h.
46125         (io_functions): Define.
46126         (unlocked-io.h): New rule.
46127         (DISTCLEANFILES): Add unlocked-io.h.
46128         (all-local): Depend on unlocked-io.h, to ensure it is created.
46129
46130         * lib/unlocked-io.hin: New file
46131
46132         * lib/regex.c: Update from glibc.
46133
46134 2001-07-05  Jim Meyering  <meyering@lucent.com>
46135
46136         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
46137         recommendation.
46138         (libfetish_a_SOURCES): Put all .h files here instead.
46139         Remove a thus-exposed (better checks in automake) duplicate and
46140         two unnecessary .h files.
46141
46142 2001-07-04  Jim Meyering  <meyering@lucent.com>
46143
46144         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
46145         that generates jm-glibc-io.m4 so that it doesn't trigger any make
46146         distcheck failure.
46147
46148 2001-07-02  Jim Meyering  <meyering@lucent.com>
46149
46150         The following changes were prompted by suggestions from Bruno Haible.
46151
46152         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
46153         is now generated.
46154         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
46155         definition of EXTRA_DIST.
46156         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
46157         ensure that the generated file is created/updated whenever the list
46158         of $(unlocked_functions) is changed.
46159         (jm-glibc-io.m4): New rule.
46160         (unlocked-io.h): New rule -- currently unused.
46161
46162 2001-06-24  Jim Meyering  <meyering@lucent.com>
46163
46164         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
46165         unmatched right bracket, rather than kludging it with an extra,
46166         falsely-matching quote in a comment.  Patch by Akim Demaille.
46167
46168 2001-06-11  Jim Meyering  <meyering@lucent.com>
46169
46170         * lib/regex.c: Update from GNU libc.
46171
46172 2001-05-27  Jim Meyering  <meyering@lucent.com>
46173
46174         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
46175         Check for ut_type in struct utmp.
46176
46177 2001-05-27  Jim Meyering  <meyering@lucent.com>
46178
46179         * lib/readutmp.h (UT_TYPE): Define.
46180
46181 2001-05-24  Jim Meyering  <meyering@lucent.com>
46182
46183         * lib/argmatch.c: Include "quote.h".
46184         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
46185         quote function.  Reported by Göran Uddeborg.
46186
46187 2001-05-22  Jim Meyering  <meyering@lucent.com>
46188
46189         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
46190         now that we use the package-supplied version unconditionally.
46191         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
46192
46193 2001-05-21  Jim Meyering  <meyering@lucent.com>
46194
46195         * m4/regex.m4: Change a couple backticks to single quotes to avoid
46196         shell syntax errors.
46197
46198 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46199
46200         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
46201
46202 2001-05-20  Paul Eggert  <eggert@twinsun.com>
46203
46204         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
46205         Don't bother to check library strftime, since
46206         we'll be using our own my_strftime function anyway.
46207         Define my_strftime instead of strftime.
46208
46209 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
46210
46211         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
46212         which is not yet declared.
46213
46214 2001-05-15  Jim Meyering  <meyering@lucent.com>
46215
46216         * m4/regex.m4: Use proper quoting so brackets appear in the test
46217         program.
46218         Reported by, and with help from, Bruno Haible.
46219
46220 2001-05-13  Jim Meyering  <meyering@lucent.com>
46221
46222         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
46223         undefined.
46224
46225 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46226
46227         dirname code cleanup.  base_name now behaves more compatibly
46228         with POSIX basename when given file names that have trailing
46229         slashes, and similarly for dir_name.  Add new primitives
46230         base_len and dir_len.  Put the directory-name-related decls
46231         into dirname.h.
46232
46233         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
46234         * lib/backupfile.c (base_name): Likewise.
46235         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
46236         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
46237         * lib/makepath.c (strip_trailing_slashes): Likewise.
46238         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
46239         ISSLASH): Likewise.
46240         * lib/rename.c (strip_trailing_slashes): Likewise.
46241         * lib/same.c (base_name): Likewise.
46242         * lib/stripslash.c (ISSLASH): Likewise.
46243
46244         * lib/addext.c: Include <dirname.h> after size_t is defined.
46245         * lib/backupfile.c: Likewise.
46246
46247         * lib/addext.c (addext): Use base_len to trim redundant
46248         trailing slashes instead of doing it ourselves.
46249         But do not trim the last slash if it is not redundant.
46250
46251         * lib/backupfile.c (find_backup_file_name,
46252         max_backup_version): Use base_len instead of rolling it ourselves.
46253         Handle the case of "" and (on DOS) "C:" correctly.
46254
46255         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
46256         needed. Include <string.h>, <dirname.h>.
46257         (base_name): Allow file names ending in slashes, other than names
46258         that are all slashes.  In this case, return the basename followed
46259         by the slashes.  This is more general, and can be used in places
46260         where the original base_name purposely had an assertion failure.
46261         (base_len): New function.
46262
46263         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
46264         Do not include <assert.h>; no longer needed.
46265         Include xalloc.h.
46266         (memrchr): Remove decl.
46267         (dir_name_r): Remove.
46268         (dir_len): Renamed from dirlen.  All callers changed.
46269         Rewrite in terms of base_name, for simplicity and consistency.
46270         (dir_name): Never return NULL.  All callers changed.
46271         Do not include <stdlib.h> in test program; no longer needed.
46272         return 0; is fine for test program.
46273
46274         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
46275         New macros.
46276         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
46277
46278         * lib/path-concat.c (path_concat): Use base_len to compute
46279         base length, not strlen; this means we cannot rely on memcpy
46280         to null-terminate.
46281
46282         * lib/same.c (STREQ): Remove.
46283         (same_name): Handle the case where the basename ends in trailing '/'.
46284
46285         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
46286         a slash was stripped.  Do not strip the last slash after a
46287         file system prefix.
46288
46289 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46290
46291         * lib/Makefile.am (libfetish_a_SOURCES):
46292         Add strftime.c, since we now compile it on all hosts.
46293
46294         * lib/strftime.c (my_strftime):
46295         Define to nstrftime if emacs, but only if my_strftime is not defined.
46296         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
46297         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
46298         Add one more extra argument: a nanoseconds value.
46299         All uses changed.
46300         (ns): New macro.
46301         (my_strftime function): Add %N format.
46302         (emacs_strftimeu): Renamed from emacs_strftime,
46303         with extra ut argument.
46304
46305 2001-05-09  Paul Eggert  <eggert@twinsun.com>
46306
46307         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
46308
46309 2001-04-21  Jim Meyering  <meyering@lucent.com>
46310
46311         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
46312         doesn't interfere.
46313
46314 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46315
46316         * m4/ftruncate.m4: Check for chsize.
46317         Link with ftruncate.o unconditionally if ftruncate is missing.
46318         This was required when cross-compiling to i586-mingw32msvc.
46319
46320 2001-04-08  Jim Meyering  <meyering@lucent.com>
46321
46322         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
46323         recomputed; that's necessary when the offset spans a DST transition.
46324         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
46325
46326 2001-04-02  Jim Meyering  <meyering@lucent.com>
46327
46328         * lib/regex.h, regex.c: Update from GNU libc.
46329
46330 2001-03-24  Jim Meyering  <meyering@lucent.com>
46331
46332         * m4/jm-macros.m4: Require autoconf-2.49d.
46333
46334 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
46335
46336         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
46337
46338 2001-03-19  Paul Eggert  <eggert@twinsun.com>
46339
46340         * lib/version-etc.c (version_etc_copyright): Update to 2001.
46341
46342 2001-03-17  Jim Meyering  <meyering@lucent.com>
46343
46344         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
46345         now that the version in autoconf is equivalent.
46346         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
46347
46348         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
46349         Suggestion from Akim Demaille.
46350
46351         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
46352         (jm_PREREQ_TEMPNAME): New function.
46353
46354 2001-03-16  Paul Eggert  <eggert@twinsun.com>
46355
46356         * lib/tempname.c (uint64_t): Define to uintmax_t if
46357         not defined, and if UINT64_MAX is not defined.
46358         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
46359         Reported by John David Anglin.
46360
46361 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
46362
46363         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
46364         resolve alias if codeset is empty.
46365         * lib/config.charset (BeOS): Use wildcard syntax.
46366
46367 2001-03-13  Jim Meyering  <meyering@lucent.com>
46368
46369         * lib/path-concat.c (path_concat)
46370         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
46371         concatenating e.g., `C:' and `foo'.
46372         From Bruno Haible.
46373
46374 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46375
46376         * lib/localcharset.c (locale_charset): Don't use
46377         setlocale(LC_CTYPE,NULL). Don't return NULL.
46378         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
46379
46380 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46381
46382         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
46383         support for DOS/DJGPP.
46384
46385 2001-03-01  Paul Eggert  <eggert@twinsun.com>
46386
46387         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
46388         lacks mkstemp.  Compile our own tempname.c if we compile our own
46389         mkstemp.c, as mkstemp relies on tempname.
46390
46391 2001-03-01  Jim Meyering  <meyering@lucent.com>
46392
46393         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
46394         AH_VERBATIM really does output its argument verbatim.
46395
46396 2001-02-28  Paul Eggert  <eggert@twinsun.com>
46397
46398         * lib/Makefile.am (libfetish_a_SOURCES):
46399         Add dup-safer.c, fopen-safer.c.
46400         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
46401
46402         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
46403         * lib/unistd-safer.h: New files.
46404
46405 2001-02-25  Paul Eggert  <eggert@twinsun.com>
46406
46407         The mkstemp replacement is taken from glibc 2.2.2, with some
46408         portability fixes for use outside glibc, as follows:
46409
46410         * lib/tempname.c (struct_stat64): New macro.
46411         (direxists, __gen_tempname): Use it.
46412         This avoids a portability problem with Solaris 8.
46413
46414         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
46415         (<stddef.h>, <stdint.h>, <string.h>):
46416         Include only if STDC_HEADERS || _LIBC.
46417         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
46418         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
46419         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
46420         (__set_errno): Define this macro if <errno.h> doesn't.
46421         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
46422         Define these macros if <stdio.h> doesn't.
46423         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
46424         Define these macros if <sys/stat.h>
46425         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
46426         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
46427         __xstat64): Define if not _LIBC.
46428         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
46429         (__gen_tempname): Invoke gettimeofday only if
46430         HAVE_GETTIMEOFDAY || _LIBC;
46431         otherwise, fall back on plain "time".
46432         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
46433
46434         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
46435
46436         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
46437
46438 2001-02-18  Paul Eggert  <eggert@twinsun.com>
46439
46440         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
46441
46442 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46443
46444         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
46445         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
46446         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
46447         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46448
46449 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46450
46451         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
46452         Remove workaround macros for hosts that have mbrtowc but not
46453         mbstate_t, as we now insist on proper declarations for both
46454         before using mbrtowc.
46455
46456 2001-02-17  Jim Meyering  <meyering@lucent.com>
46457
46458         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
46459         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
46460         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
46461         UnixWare 7.1.1.
46462
46463         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
46464         rather than AC_CACHE_VAL.
46465
46466 2001-02-17  Jim Meyering  <meyering@lucent.com>
46467
46468         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
46469         around included file name.
46470
46471         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
46472
46473         * lib/strftime.c: Update from GNU libc (the only changes were to
46474         comments).
46475
46476 2001-02-17  Jim Meyering  <meyering@lucent.com>
46477
46478         * lib/regex.c: Update from libc.
46479
46480 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
46481
46482         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
46483         clash.
46484
46485 2001-02-16  Paul Eggert  <eggert@twinsun.com>
46486
46487         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
46488         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
46489         Reported by Mark Hounschell via Paul Eggert.
46490
46491 2001-02-07  Jim Meyering  <meyering@lucent.com>
46492
46493         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
46494
46495 2001-02-05  Jim Meyering  <meyering@lucent.com>
46496
46497         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
46498         it includes the patch required for `large file' support with at least
46499         HP-UX's 10.20 /bin/cc.
46500
46501 2001-02-03  Jim Meyering  <meyering@lucent.com>
46502
46503         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
46504         AS_IF, now that it works once again (mysteriously).
46505         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46506
46507 2001-01-30  Jim Meyering  <meyering@lucent.com>
46508
46509         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
46510         * m4/chown.m4: Rename conftestchown to conftest.chown.
46511         * m4/rename.m4: s/conftestdir/conftest.d1/ and
46512         s/conftestdir2/conftest.d2/.
46513         * m4/utimes.m4: s/conftestdata/conftest.data/
46514         Inspired by Pavel Roskin's change in autoconf.
46515
46516 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
46517
46518         * lib/config.charset: Update for FreeBSD 4.2.
46519
46520 2001-01-27  Jim Meyering  <meyering@lucent.com>
46521
46522         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
46523         a use of AS_IF.
46524         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46525
46526 2001-01-26  Jim Meyering  <meyering@lucent.com>
46527
46528         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
46529         quotearg.c includes it.
46530
46531 2001-01-26  Jim Meyering  <meyering@lucent.com>
46532
46533         * lib/quotearg.c: Include stddef.h.
46534         * lib/quote.c: Include stddef.h.
46535         Reported by Axel Kittenberger.
46536
46537         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
46538         line in double quotes so that it evokes a better diagnostic.
46539         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
46540         Reported by Axel Kittenberger.
46541
46542 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
46543
46544         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
46545         as if it was a `charset'.
46546
46547 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46548
46549         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
46550         has const.
46551
46552 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46553
46554         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
46555         to avoid a warning.  Add back 'const' to inptr.
46556
46557 2001-01-20  Jim Meyering  <meyering@lucent.com>
46558
46559         Be sure that headers are checked before used in code compiled
46560         for the type checks.
46561         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
46562         In place of that, invoke jm_CHECK_ALL_TYPES.
46563         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
46564         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
46565         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
46566         The check for ssize_t was mistakenly run before the test for unistd.h.
46567
46568         The configure-time check for stdbool.h was missing.
46569         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
46570         (jm_PREREQ_HASH): New function.
46571
46572 2001-01-17  Jim Meyering  <meyering@lucent.com>
46573
46574         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
46575         for autoconf-2.49c.
46576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
46577
46578 2001-01-16  Jim Meyering  <meyering@lucent.com>
46579
46580         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
46581         From Bruno Haible.
46582
46583 2001-01-14  Jim Meyering  <meyering@lucent.com>
46584
46585         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
46586         foo and bar.  Create conftestdir/ in the script, not in the C code.
46587         Remove directories in the script, not in the C code.
46588         Remove conftestdir{,2} before trying to create the directory.
46589         Make the entire configure script fail if the mkdir fails.
46590
46591 2001-01-14  Jim Meyering  <meyering@lucent.com>
46592
46593         * lib/rename.c: New file.  From Volker Borchert.
46594         Include stdlib.h, string.h or strings.h, and xalloc.h.
46595         Use strip_trailing_slashes rather than open-coding it.
46596
46597 2001-01-03  Paul Eggert  <eggert@twinsun.com>
46598
46599         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
46600
46601 2001-01-03  Jim Meyering  <meyering@lucent.com>
46602
46603         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
46604         of local `inptr' to avoid warning with some system declarations of
46605         iconv.
46606
46607 2001-01-02  Volker Borchert  <bt@teknon.de>
46608
46609         * m4/rename.m4: New file.
46610         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
46611
46612 2001-01-01  Jim Meyering  <meyering@lucent.com>
46613
46614         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
46615         even on systems with utmpx.h.  It's necessary for the declaration of
46616         utmp's ut_user member.  Reported by Andreas Jaeger.
46617
46618         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
46619         available. They are required for the declarations of getgrgid and
46620         getpwuid resp.
46621         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
46622         Reported by Andreas Jaeger.
46623
46624 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
46625
46626         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
46627         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
46628         so `make install' also works in VPATH builds.
46629
46630 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
46631
46632         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
46633         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
46634         can be used in subdirectories.
46635
46636 2000-12-29  Paul Eggert  <eggert@twinsun.com>
46637
46638         * lib/modechange.c: Do not assume that mode_t uses the
46639         traditional octal encoding.  E.g. "chmod 1 FOO" should set
46640         the other-execute bit of FOO even if S_IXOTH != 1.
46641
46642         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
46643         WOTH, XOTH, ALLM): New macros.
46644         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
46645          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
46646         Use them.
46647         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
46648         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
46649         (mode_compile):
46650         No need to use uintmax_t; unsigned long is long enough.
46651         Don't bother to get suffix since we don't use it.
46652
46653 2000-12-26  Jim Meyering  <meyering@lucent.com>
46654
46655         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
46656         better with autoheader.
46657
46658 2000-12-24  Jim Meyering  <meyering@lucent.com>
46659
46660         * lib/hash.c (is_prime): Return explicit boolean values.
46661         (hash_get_first): Return NULL to appease Irix5.6's 89.
46662         Reported by Nelson Beebe.
46663
46664 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
46665
46666         * lib/localcharset.c (locale_charset): Add support for Win32.
46667
46668 2000-12-18  Paul Eggert  <eggert@twinsun.com>
46669
46670         * lib/physmem.h, lib/physmem.c: New files.
46671
46672         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
46673         (noinst_HEADERS): Add physmem.h.
46674
46675         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
46676         't' for compatibility with Solaris 8 sort.
46677
46678 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
46679
46680         * lib/config.charset: Add support for BeOS.
46681
46682 2000-12-17  Jim Meyering  <meyering@lucent.com>
46683
46684         * m4/dos.m4 (jm_AC_DOS): New file and macro.
46685         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
46686
46687 2000-12-16  Jim Meyering  <meyering@lucent.com>
46688
46689         This bug had a serious impact on chown: `chown N:M FILE' (for integer
46690         N and M) would have treated it like `chown N:N FILE'.
46691
46692         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
46693
46694 2000-12-16  Jim Meyering  <meyering@lucent.com>
46695
46696         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
46697         SHELLS_FILE to a file name that's useful on djgpp systems.
46698         Include stdlib.h.
46699         (ADDITIONAL_DEFAULT_SHELLS): Define.
46700         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
46701         Based mostly on a patch from Prashant TR.
46702
46703 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
46704
46705         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
46706         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
46707         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
46708
46709 2000-12-08  Andreas Schwab  <schwab@suse.de>
46710
46711         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
46712         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
46713
46714 2000-12-07  Jim Meyering  <meyering@lucent.com>
46715
46716         * lib/stripslash.c (ISSLASH): Define.
46717         (strip_trailing_slashes): Use ISSLASH rather than comparing against
46718         `/'.
46719         From Prashant TR.
46720
46721         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
46722         (dir_name_r): Declare this function as static.
46723         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
46724         manifest itself on a name containing a mix of slashes and
46725         backslashes.
46726         Make this function work with names starting with a DOS-style
46727         drive letter and colon prefix.
46728         (dir_name): Append `.' if necessary.
46729         Based mostly on patches from Prashant TR and Eli Zaretskii.
46730
46731         * lib/dirname.h (dir_name_r): Remove prototype.
46732
46733 2000-12-06  Paul Eggert  <eggert@twinsun.com>
46734
46735         * m4/off_t-format.m4: Remove this file.
46736         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
46737
46738 2000-12-06  Jim Meyering  <meyering@lucent.com>
46739
46740         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
46741         replacement strtoull, we may well need the replacement strtoul, too.
46742         Check for declarations of strtoul and strtoull.
46743         Check for strtol.  Mainly as a cue to cause automake to include
46744         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
46745         Check for limits.h -- strtol.c needs it.
46746
46747 2000-12-05  Jim Meyering  <meyering@lucent.com>
46748
46749         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
46750
46751 2000-12-04  Jim Meyering  <meyering@lucent.com>
46752
46753         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
46754         Also include memory.h, stdlib.h, unistd.h if appropriate.
46755         Reported by Andreas Jaeger (conflicting declaration of malloc).
46756
46757 2000-12-02  Jim Meyering  <meyering@lucent.com>
46758
46759         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
46760         * m4/jm-macros.m4 (jm_MACROS): require it.
46761
46762 2000-12-02  Jim Meyering  <meyering@lucent.com>
46763
46764         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
46765
46766 2000-12-01  Paul Eggert  <eggert@twinsun.com>
46767
46768         * lib/memrchr.c: Include <config.h> before any system include file.
46769
46770 2000-11-30  Jim Meyering  <meyering@lucent.com>
46771
46772         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
46773
46774 2000-11-30  Jim Meyering  <meyering@lucent.com>
46775
46776         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
46777
46778 2000-11-29  Paul Eggert  <eggert@twinsun.com>
46779
46780         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
46781
46782 2000-11-26  Jim Meyering  <meyering@lucent.com>
46783
46784         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
46785
46786 2000-11-22  Paul Eggert  <eggert@twinsun.com>
46787
46788         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
46789         size of (size_t) -1; it's not portable.
46790
46791 2000-11-17  Jim Meyering  <meyering@lucent.com>
46792
46793         * lib/strstr.c: Update from GNU libc.
46794
46795 2000-11-17  Akim Demaille  <akim@epita.fr>
46796
46797         * lib/obstack.h: Formatting changes.
46798         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
46799         prevent type checking.
46800         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
46801         cast the value to (void *): assigning a `foo *' to a `void *'
46802         variable is valid.
46803         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
46804
46805 2000-11-16  Jim Meyering  <meyering@lucent.com>
46806
46807         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
46808
46809 2000-11-11  Jim Meyering  <meyering@lucent.com>
46810
46811         * lib/error.c: Add a couple #includes, merging from GNU libc version.
46812
46813 2000-11-10  Jim Meyering  <meyering@lucent.com>
46814
46815         * lib/obstack.h: Update from GNU libc.
46816         * lib/obstack.c: Likewise.
46817
46818 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
46819
46820         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
46821
46822 2000-11-06  Paul Eggert  <eggert@twinsun.com>
46823
46824         * lib/getusershell.c (setusershell): Use rewind rather than
46825         fseek/fseeko, to avoid configuration hassles with fseeko.
46826         Don't bother opening SHELLS_FILE if shellstream is NULL;
46827         it's not necessary.
46828
46829 2000-11-05  Jim Meyering  <meyering@lucent.com>
46830
46831         * lib/makepath.h (make_dir): Declare.
46832         * lib/makepath.c (make_dir): Remove `static' attribute.
46833         Tweak a comment.
46834
46835 2000-11-04  Jim Meyering  <meyering@lucent.com>
46836
46837         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
46838
46839 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
46840
46841         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
46842         last one in a bucket, advance to the next bucket.
46843
46844 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
46845
46846         * lib/fnmatch.c: Do not comment out all the code if we are using
46847         the GNU C library, because in some cases we are replacing buggy
46848         code in the GNU C library itself.
46849
46850 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
46851
46852         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
46853         (regex_compile): Catch bogus \(\1\).
46854
46855 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46856
46857         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
46858         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
46859         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
46860
46861 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46862
46863         * lib/error.h, getline.h, modechange.h:
46864         Remove "2000" from Copyright line, as the file hasn't been
46865         changed this year other than in the copyright notice.
46866
46867         * lib/xalloc.h: Add "2000" to Copyright line, as this file
46868         was changed this year.
46869
46870 2000-10-29  Jim Meyering  <meyering@lucent.com>
46871
46872         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
46873         renaming.
46874         * m4/ls-mntd-fs.m4: Likewise
46875
46876 2000-10-29  Jim Meyering  <meyering@lucent.com>
46877
46878         * lib/xstat.in: Fix grammar in comment.
46879
46880 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
46881
46882         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
46883         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
46884         doesn't define __restrict_arr.
46885
46886 2000-10-28  Jim Meyering  <meyering@lucent.com>
46887
46888         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
46889         (jm_PREREQ_MEMCHR): New function.
46890
46891 2000-10-28  Jim Meyering  <meyering@lucent.com>
46892
46893         * lib/memchr.c: Update from libc.
46894         Adjust for portability:
46895         [HAVE_STDLIB_H]: Include stdlib.h.
46896         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
46897         Undef __memchr, too.
46898         [!weak_alias]: Define __memchr to memchr.
46899
46900         * lib/regex.c: Update from libc.
46901         * lib/regex.h: Likewise.
46902         * lib/getopt1.c: Likewise.
46903         * lib/memcmp.c: Likewise.
46904
46905         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
46906         Avoid using fseek, when possible -- it's broken by design.
46907         Patch by Ulrich Drepper.
46908
46909 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
46910
46911         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
46912         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
46913         Giving in to popular pressure to shut up the compiler with casts.
46914
46915 2000-10-26  Jim Meyering  <meyering@lucent.com>
46916
46917         * lib/strftime.c: Update from libc.
46918
46919 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
46920
46921         * regex.c: More `unsigned char' -> `re_char' changes.
46922         Also change several `int' into `re_wchar_t'.
46923         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
46924         (PUSH_FAILURE_POINTER): Don't cast any more.
46925         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
46926         We want GCC to complain, since this piece of code makes
46927         re_match non-reentrant, which *should* be fixed.
46928         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
46929         (EXTEND_BUFFER): Use RETALLOC.
46930         (SET_LIST_BIT): Don't cast.
46931         (re_wchar_t): New type.
46932         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
46933         that those two functions will always properly return.
46934         (IMMEDIATE_QUIT_CHECK): Cast to void.
46935         (analyse_first): Use recursion rather than an explicit stack.
46936         (re_compile_fastmap): Can't fail anymore.
46937         (re_search_2): Don't check re_compile_fastmap for failure.
46938         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
46939         Now also sets the new value (passed in a new argument).
46940         (re_match_2_internal): Use it.
46941         Also, use a new var `reg' of type size_t when looping through regs
46942         rather than reuse the inappropriate `mcnt'.
46943
46944 2000-10-25  Jim Meyering  <meyering@lucent.com>
46945
46946         * lib/obstack.c: Update from libc.
46947
46948 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
46949
46950         * regex.c (regex_compile): Change the way of handling a range from
46951         a char less than 256 to a char not less than 256.
46952
46953 2000-10-24  Andrew Innes  <andrewi@gnu.org>
46954
46955         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
46956         NT-Emacs only.
46957         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
46958         so that re_search functions only quit when callers expect them to.
46959
46960 2000-10-23  Jim Meyering  <meyering@lucent.com>
46961
46962         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
46963         wrong.  That set_locale call must not have any side effects.
46964         From Paul Eggert.
46965
46966 2000-10-22  Jim Meyering  <meyering@lucent.com>
46967
46968         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
46969         [CYCLIC]: Remove now-unused definition.
46970
46971         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
46972         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
46973         Suggestion from Ulrich Drepper.
46974
46975 2000-10-21  Jim Meyering  <meyering@lucent.com>
46976
46977         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
46978         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
46979         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
46980
46981 2000-10-21  Jim Meyering  <meyering@lucent.com>
46982
46983         * lib/dirname.c (memrchr): Declare if necessary.
46984         (dir_name): Remove the restriction that there be no
46985         trailing slashes.  Now, this code skips past them, effectively
46986         ignoring them.
46987         [TEST_DIRNAME] (main): New unit tests.
46988
46989         * lib/memrchr.c: New file from GNU libc.
46990         Undef __memrchr, too.
46991         [!weak_alias]: Define __memrchr to memrchr.
46992         Guard weak_alias use with `#ifdef weak_alias'.
46993
46994 2000-10-21  Jim Meyering  <meyering@lucent.com>
46995
46996         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
46997         (dir_name): Use dir_name_r.
46998         * lib/dirname.h (dir_name_r): Declare it.
46999
47000 2000-10-17  Jim Meyering  <meyering@lucent.com>
47001
47002         * lib/quote.h (PARAMS): Define and use.
47003         Reported by Akim Demaille.
47004
47005         * lib/getopt.c: Update from libc.
47006
47007 2000-10-16  Jim Meyering  <meyering@lucent.com>
47008
47009         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
47010         setlocale.
47011         From Jan Fedak.
47012
47013 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
47014
47015         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
47016
47017 2000-09-25  Jim Meyering  <meyering@lucent.com>
47018
47019         * lib/md5.h (rol): Define (from GnuPG).
47020
47021         * lib/sha.c: Give credit (GnuPG) where due.
47022         (M): Use rol rather than open-coding it.
47023         Add a FIXME comment.
47024
47025 2000-09-21  Jim Meyering  <meyering@lucent.com>
47026
47027         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
47028         Reported by Michael Stone.
47029
47030 2000-09-20  Jim Meyering  <meyering@lucent.com>
47031
47032         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
47033         (noinst_HEADERS): Add sha.h.
47034         Based on code from Scott G. Miller and from GnuPG.
47035
47036 2000-09-18  Jim Meyering  <meyering@lucent.com>
47037
47038         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
47039         LIBS. Otherwise, everyone ends up linking with -lelf for some
47040         configurations.
47041         Reported by Mike Stone.
47042
47043 2000-09-15  Jim Meyering  <meyering@lucent.com>
47044
47045         * lib/regex.c: Update from libc.
47046
47047 2000-09-10  Jim Meyering  <meyering@lucent.com>
47048
47049         * lib/getopt.c (_getopt_internal): Update from glibc.
47050
47051 2000-09-09  Jim Meyering  <meyering@lucent.com>
47052
47053         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
47054         think it should be used as a general replacement for isascii.
47055         * lib/fnmatch.c: Likewise.
47056         * lib/mbswidth.c: Likewise
47057         * lib/regex.c: Likewise.
47058
47059         Don't use atoi.
47060         * lib/userspec.c: Include sys/param.h and limits.h.
47061         Include xstrtol.h.
47062         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47063         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
47064         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
47065         UID, GID.  Check range.
47066
47067 2000-09-06  Jim Meyering  <meyering@lucent.com>
47068
47069         * lib/getopt.c (_getopt_internal): Update from glibc.
47070
47071 2000-08-30  Jim Meyering  <meyering@lucent.com>
47072
47073         * lib/strftime.c: Merge in changes from GNU libc.
47074
47075 2000-08-26  Jim Meyering  <meyering@lucent.com>
47076
47077         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
47078         * m4/fpending.m4: New file.
47079
47080 2000-08-26  Jim Meyering  <meyering@lucent.com>
47081
47082         * lib/closeout.c: Include "__fpending.h".
47083         (close_stdout_status): Return right away if there's nothing to flush.
47084
47085         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
47086         * lib/__fpending.c: New file.
47087         * lib/__fpending.h: New file.
47088
47089 2000-08-20  Jim Meyering  <meyering@lucent.com>
47090
47091         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
47092         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
47093         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
47094
47095 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
47096
47097         Improve fileutils installation on systems where running
47098         programs (like install) can't be unlinked.
47099         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
47100         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
47101
47102 2000-08-07  Paul Eggert  <eggert@twinsun.com>
47103
47104         Standardize on "memory exhausted" instead of "Memory exhausted"
47105         or "virtual memory exhausted".
47106         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
47107         "virtual memory exhausted".
47108         * lib/same.c (same_name): Invoke xalloc_die instead of printing
47109         our own message.
47110         * lib/userspec.c (parse_user_spec): Likewise.
47111         * lib/bumpalloc.h: comment fix
47112         * lib/same.c, userspec.c: Include xalloc.h.
47113
47114         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
47115         not char *const and pointing to a constant array.
47116         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
47117         (xrealloc): Comment fix.
47118
47119         * lib/userspec.c (parse_user_spec):
47120         Don't translate a message until just before returning,
47121         to avoid unnecessary translation.
47122
47123 2000-08-07  Jim Meyering  <meyering@lucent.com>
47124
47125         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
47126         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
47127         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
47128         getgroups.c, gethostname.c, getopt.h, group-member.c,
47129         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
47130         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
47131         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
47132         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
47133         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
47134         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
47135         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
47136         yesno.c: Back out Copyright date changes for each file with no change
47137         this year.  This eases coordination with other programs using the same
47138         source code modules.  From Paul Eggert.
47139
47140 2000-08-06  Paul Eggert  <eggert@twinsun.com>
47141
47142         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
47143         not char, for compatibility with glibc 2.1.3 strftime.c.
47144
47145 2000-08-03  Greg McGary  <greg@mcgary.org>
47146
47147         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
47148         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
47149         (EXTEND_BUFFER): Use them.
47150
47151 2000-08-01  Jim Meyering  <meyering@lucent.com>
47152
47153         * lib/dirname.c (ISSLASH): Define.
47154         (BACKSLASH_IS_PATH_SEPARATOR): Define.
47155         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
47156         both `\' and `/' may be use as path separators.
47157         Based on a patch from Prashant TR.
47158
47159 2000-07-31  Paul Eggert  <eggert@twinsun.com>
47160
47161         * lib/quotearg.c (quotearg_n_options): Don't make the initial
47162         slot vector a constant, since it might get modified.
47163
47164 2000-07-31  Jim Meyering  <meyering@lucent.com>
47165
47166         * lib/xmalloc.c: Use `virtual memory exhausted', not
47167         `Memory exhausted'.
47168         * lib/obstack.c (print_and_abort): Likewise.
47169
47170 2000-07-30  Paul Eggert  <eggert@twinsun.com>
47171
47172         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
47173         buffer, so that the caller can always quote one small
47174         component of a "memory exhausted" message in slot 0.
47175         From a suggestion by Jim Meyering.
47176
47177 2000-07-30  Jim Meyering  <meyering@lucent.com>
47178
47179         * lib/makepath.c (make_path): Quote the other instance, too.
47180
47181         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
47182         (STATIC_BUF_SIZE): Define.
47183         (quotearg_n_options): Use only statically allocated storage when
47184         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
47185         than STATIC_BUF_SIZE.
47186
47187 2000-07-29  Jim Meyering  <meyering@lucent.com>
47188
47189         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
47190         * lib/dirname.c (dir_name): Likewise.
47191
47192         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
47193         `/'.
47194
47195         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
47196         (dir_name): Assert that there are no trailing slashes.
47197
47198 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
47199
47200         * lib/mbswidth.h (mbswidth): Add a flags argument.
47201         (mbswidth): New declaration.
47202         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
47203         * lib/mbswidth.c (mbswidth): Add a flags argument.
47204         (mbsnwidth): New function.
47205
47206 2000-07-24  Jim Meyering  <meyering@lucent.com>
47207
47208         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
47209
47210 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47211
47212         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
47213
47214 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47215
47216         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
47217         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
47218         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
47219         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
47220         invoke multibyte primitives.
47221
47222 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47223
47224         * lib/quotearg.c:
47225         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
47226         so that mbstate_t is always defined.
47227
47228         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
47229         be 1 in at least one GCC installation, and this configuration
47230         error is likely to be common.  Ignoring MB_LEN_MAX hurts
47231         performance on hosts that have mbrtowc but have only unibyte
47232         locales, but I assume these hosts are rare.
47233
47234 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47235
47236         * lib/mbswidth.c (_XOPEN_SOURCE):
47237         Don't define; this causes problems on Solaris 7.
47238         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
47239
47240 2000-07-23  Jim Meyering  <meyering@lucent.com>
47241
47242         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
47243         too: getgrgid, getpwuid, getuid.
47244
47245 2000-07-23  Jim Meyering  <meyering@lucent.com>
47246
47247         * lib/basename.c (base_name): Add an assertion.
47248
47249 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
47250
47251         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
47252         shadow its mbsinit function.
47253
47254 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47255
47256         * lib/mbswidth.h: New file.
47257         * lib/mbswidth.c: New file.
47258         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
47259         (noinst_HEADERS): Add mbswidth.h.
47260
47261 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47262
47263         * lib/config.charset: Add support for FreeBSD. Improve support for
47264         HP-UX and IRIX 6.
47265
47266 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
47267
47268         * m4/mbswidth.m4: New file.
47269         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
47270
47271 2000-07-15  Jim Meyering  <meyering@lucent.com>
47272
47273         * lib/makepath.c: Include quote.h.
47274         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
47275         corresponding argument in a `quote (...)' call.
47276         Give better diagnostics.
47277
47278         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
47279         (noinst_HEADERS): Add quote.h.
47280
47281         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
47282         from tar's src/misc.c.
47283         * lib/quote.h: New file.  Prototypes for same.
47284
47285 2000-07-14  Paul Eggert  <eggert@twinsun.com>
47286
47287         From a suggestion by Bruno Haible.
47288         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
47289         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
47290         to decide whether to define the BeOS workaround macro;
47291         this adjusts to the change to AC_MBSTATE_T.
47292
47293 2000-07-14  Jim Meyering  <meyering@lucent.com>
47294
47295         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
47296         jm_AC_TYPE_UINTMAX_T.
47297
47298 2000-07-13  Paul Eggert  <eggert@twinsun.com>
47299
47300         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
47301
47302         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
47303         quotearg_buffer_restyled): Add support for
47304         clocale_quoting_style.  Undo previous change to
47305         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
47306         and "{RIGHT QUOTATION MARK}" msgids.
47307
47308 2000-07-10  Paul Eggert  <eggert@twinsun.com>
47309
47310         From a suggestion by Bruno Haible.
47311         * m4/mbstate_t.m4 (AC_MBSTATE_T):
47312         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
47313         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
47314         and mbstate_t, to a single-part test that simply defines mbstate_t.
47315         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
47316         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
47317
47318 2000-07-10  Jim Meyering  <meyering@lucent.com>
47319
47320         * m4/strerror_r.m4: Mirror the correction made in autoconf.
47321
47322         * m4/gnu-source.m4: Output to confdefs.h directly.
47323         Suggestion from Akim Demaille.
47324
47325 2000-07-09  Paul Eggert  <eggert@twinsun.com>
47326
47327         The old behavior of quoting `like this' doesn't look good with
47328         newer, ISO-style fonts.  See:
47329         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
47330
47331         Instead, quote "like this" by default.  Let the translator
47332         tailor the locale-specific quoting behavior by providing
47333         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
47334
47335         * lib/quotearg.c (N_): New macro.
47336         (gettext_default): New function.
47337         (quotearg_buffer_restyled): Use
47338         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
47339         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
47340
47341 2000-07-09  Jim Meyering  <meyering@lucent.com>
47342
47343         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
47344         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
47345
47346         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
47347         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
47348
47349 2000-07-09  Jim Meyering  <meyering@lucent.com>
47350
47351         * lib/Most files: Update copyright dates to include 2000.
47352
47353 2000-07-08  Jim Meyering  <meyering@lucent.com>
47354
47355         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
47356         if not defined.
47357         (xgethostname): Remove now-unnecessary #ifdef.
47358         Move declaration of `err' into loop where it's used.
47359
47360 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47361         and Bruno Haible  <haible@clisp.cons.org>
47362
47363         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
47364         only if the test for an object-type mbstate_t fails.  This
47365         prevents us from mistakenly reporting that mbstate_t is a
47366         system object type after we "#define mbstate_t int" to work
47367         around its lack.
47368
47369 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47370         and Bruno Haible  <haible@clisp.cons.org>
47371
47372         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
47373
47374 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47375
47376         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
47377         to strerror_r.
47378         Include <ctype.h> for use of isalpha.
47379
47380 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47381
47382         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
47383         by allocating a larger buffer. Test the gethostname return value for
47384         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
47385         returns an error and ENAMETOOLONG isn't defined.
47386
47387 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47388
47389         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
47390         dimension.
47391
47392 2000-07-04  Jim Meyering  <meyering@lucent.com>
47393
47394         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
47395         of the deprecated AC_CHECKING.
47396
47397 2000-07-04  Jim Meyering  <meyering@lucent.com>
47398
47399         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
47400         Reported by Bruno Haible.
47401
47402 2000-07-04  Jim Meyering  <meyering@lucent.com>
47403
47404         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
47405         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
47406         lacks mbrtowc.
47407
47408 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47409
47410         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
47411         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
47412
47413 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47414         and Bruno Haible  <haible@clisp.cons.org>
47415
47416         * lib/quotearg.c (mbrtowc):
47417         Assign to *pwc, and return 1 only if result is nonzero.
47418         (iswprint): Use ISPRINT when substituting our own mbrtowc.
47419
47420 2000-07-03  Jim Meyering  <meyering@lucent.com>
47421
47422         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
47423
47424 2000-07-03  Jim Meyering  <meyering@lucent.com>
47425
47426         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
47427         This is necessary to get a definition of e.g., UTMP_FILE on
47428         HP-UX 10.20.
47429         From Bob Proulx.
47430
47431 2000-07-02  Jim Meyering  <meyering@lucent.com>
47432
47433         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
47434
47435         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
47436         AC_LIBOBJ(function_name).
47437         * m4/chown.m4: Likewise.
47438         * m4/fnmatch.m4: Likewise.
47439         * m4/ftruncate.m4: Likewise.
47440         * m4/getgroups.m4: Likewise.
47441         * m4/getline.m4: Likewise.
47442         * m4/group-member.m4: Likewise.
47443         * m4/jm-macros.m4: Likewise.
47444         * m4/lstat.m4: Likewise.
47445         * m4/malloc.m4: Likewise.
47446         * m4/memcmp.m4: Likewise.
47447         * m4/nanosleep.m4: Likewise.
47448         * m4/putenv.m4: Likewise.
47449         * m4/realloc.m4: Likewise.
47450         * m4/regex.m4: Likewise.
47451         * m4/stat.m4: Likewise.
47452         * m4/strftime.m4: Likewise.
47453
47454 2000-07-02  Jim Meyering  <meyering@lucent.com>
47455
47456         * lib/quotearg.c (mbstate_t): Don't define here.
47457
47458 2000-07-02  Jim Meyering  <meyering@lucent.com>
47459
47460         * lib/nanosleep.c (SIGCONT): Define if not already defined.
47461
47462 2000-07-01  Jim Meyering  <meyering@lucent.com>
47463
47464         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
47465
47466 2000-07-01  Jim Meyering  <meyering@lucent.com>
47467
47468         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
47469         problem.
47470
47471 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47472
47473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
47474         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
47475
47476 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47477
47478         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
47479         per change in ../m4/ls-mntd-fs.m4.
47480         (read_filesystem_list): Ignore symbolic links.
47481
47482 2000-06-29  Jim Meyering  <meyering@lucent.com>
47483
47484         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
47485         for declaration of strcmp.
47486
47487         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
47488
47489         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
47490         Avoid warning by casting result to `char *' to remove `const'.
47491
47492 2000-06-28  Jim Meyering  <meyering@lucent.com>
47493
47494         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
47495         included by quotearg.c, for which we perform this test.  From
47496         Bruno Haible.
47497
47498 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47499
47500         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
47501         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
47502         <utmpx.h> exists, put readutmp.o into LIBOBJS.
47503
47504 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47505
47506         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
47507
47508 2000-06-26  Paul Eggert  <eggert@twinsun.com>
47509
47510         savedir now sets errno on failure and invokes xmalloc to get memory.
47511         Fix a couple of other minor bugs while we're at it.
47512
47513         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
47514         (NAMLEN): Remove macro.
47515         (malloc, realloc): Remove decls.
47516         (stpcpy): Likewise.
47517         ("xalloc.h"): Include.
47518         (NAME_SIZE_DEFAULT): New macro.
47519         (savedir): Use xmalloc / xrealloc to allocate memory.
47520         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
47521         Skip "" directory entries.
47522         Use strlen to calculate directory entry length, since the old method
47523         is rarely used these days and isn't worth supporting.
47524         Don't use a pointer after freeing it.
47525         Check for integer overflow when calculating allocation size.
47526         Use memcpy to copy entries, instead of stpcpy.
47527         Set errno properly when returning NULL.
47528         Check for readdir error.
47529
47530 2000-06-26  Jim Meyering  <meyering@lucent.com>
47531
47532         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
47533
47534 2000-06-25  Jim Meyering  <meyering@lucent.com>
47535
47536         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
47537         Linux header bug when _XOPEN_SOURCE is defined to 500.
47538
47539 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47540
47541         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
47542         deficiency.
47543
47544 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47545
47546         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
47547         Include xalloc.h.
47548         Don't include <stdlib.h>.  Don't declare malloc, realloc.
47549
47550 2000-06-24  Jim Meyering  <meyering@lucent.com>
47551
47552         * m4/strerror_r.m4: Revive this file -- to try out an experimental
47553         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
47554         for which strerror does return char*, but which lacks a conveniently
47555         accessible declaration of the function.  If the compile-test says
47556         strerror_r doesn't work, then resort to a `run'-test that works on
47557         BeOS and segfaults on DEC Unix.
47558
47559 2000-06-24  Jim Meyering  <meyering@lucent.com>
47560
47561         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
47562
47563 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47564
47565         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
47566         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
47567
47568 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47569
47570         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
47571         (mbrtowc, mbstate_t): Define substitutes if
47572         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
47573         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
47574         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
47575
47576 2000-06-23  Jim Meyering  <meyering@lucent.com>
47577
47578         * m4/afs.m4: Add missing AC_MSG_RESULT.
47579         Reported by Bruno Haible.
47580
47581         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
47582         Suggestion from Bruno Haible.
47583
47584 2000-06-23  Jim Meyering  <meyering@lucent.com>
47585
47586         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
47587
47588 2000-06-21  Jim Meyering  <meyering@lucent.com>
47589
47590         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
47591
47592 2000-06-21  Jim Meyering  <meyering@lucent.com>
47593
47594         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
47595         (noinst_HEADERS): Add getstr.h.
47596
47597         * lib/getline.c (getstr): Move into a separate file.
47598         * lib/getstr.c (getstr): New file, extracted from getline.c, with
47599         the following changes: new parameter, delim2; both delim[12]
47600         parameters have type `int', not `char'.  The latter would lose
47601         with 8-bit delimiters.
47602         * lib/getstr.h: New file.
47603
47604 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47605
47606         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
47607         than 1024, return a memory chunk of least possible size, instead
47608         of size PATH_MAX + 2. In the loop, increment the size proportionally.
47609         Use free/xmalloc instead of xrealloc to avoid copying for very long
47610         paths.
47611
47612 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47613
47614         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
47615         the empty string.
47616
47617 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47618
47619         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
47620         address, not strdup.  Include <stdlib.h> and don't declare free().
47621
47622 2000-06-19  Jim Meyering  <meyering@lucent.com>
47623
47624         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
47625
47626 2000-06-18  Jim Meyering  <meyering@lucent.com>
47627
47628         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
47629
47630         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
47631         `checking whether...' message to be consistent with that of the
47632         lstat test.
47633
47634 2000-06-18  Jim Meyering  <meyering@lucent.com>
47635
47636         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
47637         Besides, these days every porting target provides a mkdir function.
47638
47639         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
47640         needed. (this snippet comes from src/system.h).
47641
47642 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
47643
47644         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
47645
47646 2000-06-15  Paul Eggert  <eggert@twinsun.com>
47647
47648         * lib/human.c (adjust_value): New function.
47649         (human_readable_inexact): Apply rounding style even when
47650         printing approximate values.
47651
47652 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47653
47654         * lib/human.c (human_readable_inexact): Allow an input block
47655         size that is not a multiple of the output block size, and vice versa.
47656         Reported by Piergiorgio Sartor.
47657
47658 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47659
47660         * lib/getdate.y (get_date): Apply relative times after time
47661         zone indicator, not before.  Reported by Todd A. Jacobs.
47662
47663 2000-06-13  Jim Meyering  <meyering@lucent.com>
47664
47665         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
47666
47667         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
47668
47669 2000-06-12  Paul Eggert  <eggert@twinsun.com>
47670
47671         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
47672
47673 2000-06-12  Jim Meyering  <meyering@lucent.com>
47674
47675         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
47676         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
47677         optional argument.
47678         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
47679         the optional argument, `lib'.
47680
47681 2000-06-08  Jim Meyering  <meyering@lucent.com>
47682
47683         * m4/largefile.m4: Remove file (now that it's part of autoconf).
47684
47685 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47686
47687         Rewrite largefile configuration so that we don't need to run
47688         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
47689         AC_CANONICAL_HOST in configure.in -- jmm]
47690
47691         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
47692         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
47693         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
47694         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
47695         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
47696         All uses changed.
47697         Instead of inspecting the output of getconf, try to compile the
47698         test program without and with the macro definition.
47699         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
47700         for getconf.  Instead, check for the needed flags by compiling
47701         test programs.
47702
47703 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47704
47705         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
47706
47707 2000-06-04  Jim Meyering  <meyering@lucent.com>
47708
47709         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
47710         SunOS 4.1.4 for which gid_t is an unsigned type.
47711
47712 2000-06-03  Jim Meyering  <meyering@lucent.com>
47713
47714         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
47715         now that autoconf requires that.
47716
47717         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
47718         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
47719         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
47720
47721 2000-06-03  Jim Meyering  <meyering@lucent.com>
47722
47723         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
47724
47725 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47726
47727         * m4/glibc21.m4: New file.
47728         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
47729
47730 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47731
47732         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
47733         newer, don't install charset.alias.
47734         * lib/config.charset: Change the Linux/glibc rules so they become empty
47735         on glibc-2.1 or newer.
47736
47737 2000-06-02  Jim Meyering  <meyering@lucent.com>
47738
47739         * lib/mountlist.c: Back out last change.  Instead, do this...
47740         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
47741         me_dummy member using the same `ignore'-testing code.
47742         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
47743         fs_type strings.
47744         From Mark D. Roth.
47745
47746 2000-05-29  Jim Meyering  <meyering@lucent.com>
47747
47748         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
47749         mounts with the `ignore' attribute.  Based on a patch from
47750         Mark D. Roth.
47751
47752 2000-05-28  Jim Meyering  <meyering@lucent.com>
47753
47754         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
47755         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47756         * m4/stat.m4: Likewise.
47757         * m4/lstat.m4: Likewise.
47758         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
47759
47760         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
47761         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
47762
47763 2000-05-26  Jim Meyering  <meyering@lucent.com>
47764
47765         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
47766
47767 2000-05-24  Jim Meyering  <meyering@lucent.com>
47768
47769         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
47770         autoconf requires that.
47771         * m4/lib-check.m4: Likewise.
47772         * m4/jm-macros.m4: Likewise.
47773         * m4/strftime.m4: Likewise.
47774
47775         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
47776         AC_CHECK_DECLS, now that autoconf requires that.
47777
47778 2000-05-22  Jim Meyering  <meyering@lucent.com>
47779
47780         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47781         * m4/lstat.m4: Likewise.
47782
47783 2000-05-22  Jim Meyering  <meyering@lucent.com>
47784
47785         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
47786
47787 2000-05-20  Jim Meyering  <meyering@lucent.com>
47788
47789         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
47790         (jm_PREREQ): Use it.
47791
47792 2000-05-18  Jim Meyering  <meyering@lucent.com>
47793
47794         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
47795         back, too, since it may have been modified by allocate_entry.
47796         (hash_delete): Rewrite to use neither the assignment operator
47797         nor the comma operator in an if-expression.
47798
47799 2000-05-15  Paul Eggert  <eggert@twinsun.com>
47800
47801         * lib/closeout.c:
47802         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
47803         Remove; no longer needed.
47804         "quotearg.h": Add include.
47805         (file_name): Do not bother to explicitly initialize to NULL; it's less
47806         efficient on some hosts.
47807         (close_stdout_status): Remove test as to whether stdout was already
47808         closed; it breaks for the case "echo x | sort >&-".
47809         Quote file name colons.
47810         Do not assume that _("write error") lacks format strings.
47811
47812 2000-05-15  Jim Meyering  <meyering@lucent.com>
47813
47814         * lib/version-etc.c (version_etc_copyright): Update the copyright
47815         string used in all --version output.
47816
47817 2000-05-14  Jim Meyering  <meyering@lucent.com>
47818
47819         * lib/closeout.c (close_stdout_set_file_name): New function.
47820         (close_stdout_status): Use new file-scoped global.
47821         Return right away if fstat says the stdout file descriptor is invalid.
47822         * lib/closeout.h (close_stdout_set_file_name): Declare.
47823
47824 2000-05-10  Jim Meyering  <meyering@lucent.com>
47825
47826         * lib/closeout.c [default_exit_status]: New file-scoped variable.
47827         (close_stdout_set_status): New function.
47828         * lib/closeout.h (close_stdout_set_status): Declare.
47829
47830 2000-05-09  Jim Meyering  <meyering@lucent.com>
47831
47832         * m4/gettext.m4: Rename this...
47833         * m4/libintl.m4: ...to this.
47834
47835 2000-05-08  Jim Meyering  <meyering@lucent.com>
47836
47837         * lib/long-options.c: Don't include closeout.h.
47838         (parse_long_options): Don't call close_stdout for --version.
47839
47840 2000-05-06  Paul Eggert  <eggert@twinsun.com>
47841
47842         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
47843         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
47844         2.1.3 bug.  This avoids a clash when files like regex.c define
47845         _GNU_SOURCE.
47846
47847 2000-05-06  Jim Meyering  <meyering@lucent.com>
47848
47849         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
47850         (AC_REPLACE_FUNCS): Add strnlen.
47851
47852         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
47853         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
47854
47855         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
47856         AC_SEARCH_LIBS call for nanosleep.
47857         (LIB_NANOSLEEP): Set and AC_SUBST.
47858
47859 2000-05-06  Jim Meyering  <meyering@lucent.com>
47860
47861         * lib/strnlen.c: Undefine __strnlen and strnlen.
47862         [!weak_alias]: Define __strnlen to strnlen.
47863
47864         * lib/atexit.c: New file, from libiberty.
47865
47866 2000-05-06  Jim Meyering  <meyering@lucent.com>
47867
47868         * lib/closeout.c (close_stdout_status): Also check for errors on the
47869         stderr stream.
47870
47871 2000-05-05  Jim Meyering  <meyering@lucent.com>
47872
47873         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
47874         AC_SEARCH_LIBS call for clock_gettime.
47875         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
47876
47877         * m4/search-libs.m4: Update from autoconf.
47878
47879         su doesn't work on Solaris 2.6.
47880         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
47881         <shadow.h>.  Reported by Dragos Harabor.
47882
47883 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
47884
47885         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
47886         memcpy instead of xmalloc, xrealloc, path_concat.
47887         (locale_charset): Treat empty environment variables as absent.
47888         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
47889
47890 2000-05-04  Jim Meyering  <meyering@lucent.com>
47891
47892         * lib/getopt.c: Update from glibc.
47893         * lib/obstack.c: Likewise.
47894         * lib/obstack.h: Likewise.
47895         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
47896         file
47897
47898         * lib/regex.h: Likewise.
47899         * lib/strndup.c: Likewise.
47900         * lib/strnlen.c: New file, from glibc.
47901
47902 2000-05-03  Jim Meyering  <meyering@lucent.com>
47903
47904         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
47905
47906 2000-05-02  Paul Eggert  <eggert@twinsun.com>
47907
47908         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
47909         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
47910         compile-time test, rather than inspecting host and OS, to
47911         decide whether to define _LARGEFILE_SOURCE.
47912
47913 2000-05-01  Jim Meyering  <meyering@lucent.com>
47914
47915         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
47916
47917         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
47918         Based on a patch from Bruno Haible.
47919
47920 2000-05-01  Jim Meyering  <meyering@lucent.com>
47921
47922         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
47923
47924 2000-04-29  Jim Meyering  <meyering@lucent.com>
47925
47926         * lib/path-concat.c: Declare strdup only if it's not defined.
47927         * lib/canon-host.c: Likewise.
47928
47929 2000-04-28  Jim Meyering  <meyering@lucent.com>
47930
47931         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
47932         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
47933         is included first, then limits.h is included by locale.h by libintl.h.
47934         From John David Anglin.
47935
47936 2000-04-25  Jim Meyering  <meyering@lucent.com>
47937
47938         * lib/makepath.c (S_IRWXUGO): Define.
47939         (make_path): Always perform explicit chmod if MODE specifies any
47940         of the `special' permission bits.  Prompted by a bug report against
47941         install from Mate Wierdl and Joost van Baal.
47942
47943 2000-04-18  Jim Meyering  <meyering@lucent.com>
47944
47945         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
47946         (jm_PREREQ): Use it.
47947
47948 2000-04-18  Jim Meyering  <meyering@lucent.com>
47949
47950         * lib/README: New file.
47951
47952         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
47953         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
47954
47955 2000-04-17  Jim Meyering  <meyering@lucent.com>
47956
47957         Get it right :-)
47958         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
47959         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
47960         Suggestion from Akim Demaille.
47961
47962 2000-04-17  Jim Meyering  <meyering@lucent.com>
47963
47964         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
47965         the definition of it to rpl_strftime also defined-away the system's
47966         declaration.
47967
47968 2000-04-15  Jim Meyering  <meyering@lucent.com>
47969
47970         Use `C' to denote so-called `contiguous' files, the same way
47971         that tar does.
47972         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
47973         (ftypelet): Use S_ISCTG.
47974         From Michael Deutschmann.
47975
47976 2000-04-14  Jim Meyering  <meyering@lucent.com>
47977
47978         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
47979         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
47980         clobbered.
47981
47982 2000-04-14  Jim Meyering  <meyering@lucent.com>
47983
47984         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
47985
47986 2000-04-13  Jim Meyering  <meyering@lucent.com>
47987
47988         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
47989         AH_VERBATIM to insert required #ifndef into config.h.in.
47990         Suggestion from Akim Demaille.
47991
47992 2000-04-12  Jim Meyering  <meyering@lucent.com>
47993
47994         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
47995         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
47996         Christian Krackowizer.
47997
47998         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
47999         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
48000         (AC_SYS_LARGEFILE): Require.
48001         (AM_C_PROTOTYPES): Require.
48002
48003 2000-04-08  Jim Meyering  <meyering@lucent.com>
48004
48005         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
48006         names don't conflict.  Reported by Eli Zaretskii.
48007
48008 2000-04-07  Jim Meyering  <meyering@lucent.com>
48009
48010         * lib/putenv.c: Move inclusion of errno.h so it follows that of
48011         sys/types.h, to work around system header problems on AIX 3.2.5.
48012         From Bruno Haible.
48013
48014 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
48015
48016         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
48017         bug.  Deal with the different error behavior of Irix iconv.
48018
48019 2000-04-05  Paul Eggert  <eggert@twinsun.com>
48020
48021         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
48022         IRIX if the installer said otherwise.
48023
48024 2000-04-05  Jim Meyering  <meyering@lucent.com>
48025
48026         Portability tweaks required for ultrix4.3.
48027         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
48028         (jm_CHECK_DECLS): Add getutent to the list of functions.
48029         (_jm_DECL_HEADERS): Add utmpx.h.
48030         From John David Anglin.
48031
48032         * m4/strftime.m4: Back out the 2000-04-02 change.
48033         Instead of that change, simply undefine putenv in the test program.
48034
48035 2000-04-05  Jim Meyering  <meyering@lucent.com>
48036
48037         Portability tweaks required for ultrix4.3.
48038         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
48039         getutent.
48040         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
48041         * lib/canon-host.c: Declare strdup.
48042         * lib/path-concat.c: Likewise.
48043         From John David Anglin.
48044
48045 2000-04-04  Jim Meyering  <meyering@lucent.com>
48046
48047         Be more DOS 8.3-friendly.
48048         * lib/ref-add.sin: Renamed from ref-add.sed.in.
48049         * lib/ref-del.sin: Renamed from ref-del.sed.in.
48050         * lib/Makefile.am: Reflect renaming.
48051         Reported by Eli Zaretskii.
48052
48053         Use a temporary file name that won't clash with `charset.alias'
48054         in the DOS 8.3 name space.
48055         * lib/Makefile.am (charset_tmp): Define.
48056         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
48057         (uninstall-local): Likewise.
48058         Reported by Eli Zaretskii.
48059
48060 2000-04-03  Jim Meyering  <meyering@lucent.com>
48061
48062         * m4/gettext.m4: Fix typo in comment.
48063
48064         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
48065         textutils/configure.in).  Suggestion from Paul Eggert.
48066         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
48067
48068 2000-04-02  Paul Eggert  <eggert@twinsun.com>
48069
48070         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
48071         variable in the shell rather than using putenv, which isn't
48072         portable.  This avoids the configure-time inter-test dependency
48073         on the potentially-renamed putenv function.
48074
48075 2000-03-30  Paul Eggert  <eggert@twinsun.com>
48076
48077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
48078         before checking struct stat.st_blksize, so that
48079         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
48080
48081 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48082
48083         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
48084         since strftime.c uses HAVE_STRFTIME to decide whether to use
48085         the underlying strftime.
48086
48087 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48088
48089         * lib/time/strftime.c (my_strftime): Make sure we call the system
48090         strftime, not ourselves, when invoking the underlying strftime.
48091
48092 2000-03-24  Jim Meyering  <meyering@lucent.com>
48093
48094         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
48095         (charset_alias): Define.
48096         (install-exec-local): Factor out common code.
48097         (uninstall-local): Split lines longer than 80.
48098         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
48099         (SUFFIXES): Define.
48100         (.sed.in.sed): New rule.  Don't redirect directly to $@.
48101         (CLEANFILES): Add ref-add.sed and ref-del.sed.
48102
48103 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
48104
48105         * lib/config.charset: Output a line containing "Packages using this
48106         file".
48107         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
48108         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
48109         ref-del.sed): New rules.
48110
48111 2000-03-17  Jim Meyering  <meyering@lucent.com>
48112
48113         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
48114         Otherwise, include <strings.h>
48115
48116 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
48117
48118         * lib/unicodeio.c (utf8_wctomb): New function.
48119         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
48120         format instead of in UCS-4 with platform dependent endianness.
48121
48122 2000-03-10  Jim Meyering  <meyering@lucent.com>
48123
48124         * m4/lib-check.m4: Look for getspnam in -lgen, too.
48125         From Marco Franzen.
48126
48127 2000-03-07  Paul Eggert  <eggert@twinsun.com>
48128
48129         * lib/savedir.c (savedir): Work even if directory size is
48130         negative; this can happen with some screwy NFS configurations.
48131
48132 2000-03-06  Jim Meyering  <meyering@lucent.com>
48133
48134         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
48135         if it's NULL (because we ran out of memory).  From Bruno Haible.
48136
48137 2000-03-05  Jim Meyering  <meyering@lucent.com>
48138
48139         * lib/localcharset.c ("path-concat.h"): Include.
48140         (get_charset_aliases): Use path_concat instead of ANSI string
48141         concatenation.
48142
48143         * lib/unicodeio.h (PARAMS): Define.
48144         Use it to guard prototype.
48145
48146 2000-03-04  Jim Meyering  <meyering@lucent.com>
48147
48148         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
48149         for lib/localcharset.c.
48150
48151 2000-03-04  Jim Meyering  <meyering@lucent.com>
48152
48153         * lib/Makefile.am (install-exec-local): Create $(libdir) before
48154         installing into it.
48155         (uninstall-local): Uncomment this rule so `make distcheck' works
48156         once again.
48157
48158         * lib/unicodeio.c (<errno.h>): Include it.
48159         (errno): Declare if not defined.
48160
48161         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
48162
48163         * lib/config.charset: New version, incorporating remarks from a linux
48164         i18n mailing list.  From Bruno Haible.
48165
48166 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
48167
48168         * m4/codeset.m4: New file.
48169         * m4/iconv.m4: New file.
48170         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
48171
48172 2000-03-03  Jim Meyering  <meyering@lucent.com>
48173
48174         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
48175
48176 2000-03-02  Jim Meyering  <meyering@lucent.com>
48177
48178         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
48179         the messages come out on separate lines.
48180
48181         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
48182         rather than jm_CHECK_DECLARATIONS.
48183         * m4/decl.m4: Remove now-unused file.
48184
48185         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
48186         geteuid.
48187
48188 2000-03-02  Jim Meyering  <meyering@lucent.com>
48189
48190         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
48191
48192 2000-03-01  Jim Meyering  <meyering@lucent.com>
48193
48194         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
48195         * lib/unicodeio.c: Likewise.
48196
48197 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
48198
48199         * lib/config.charset: New file.
48200         * lib/localcharset.c: New file.
48201         * lib/unicodeio.h, lib/unicodeio.c: New files.
48202         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
48203         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
48204         (noinst_HEADERS): Add unicodeio.h.
48205         (all-local, install-exec-local, charset.alias): New targets.
48206
48207 2000-02-28  Paul Eggert  <eggert@twinsun.com>
48208
48209         * lib/quotearg.c (ALERT_CHAR): New macro.
48210         (quotearg_buffer_restyled): Use it.
48211
48212 2000-02-27  Jim Meyering  <meyering@lucent.com>
48213
48214         * m4/check-decl.m4: Add getenv to the list.
48215
48216 2000-02-27  Jim Meyering  <meyering@lucent.com>
48217
48218         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
48219         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
48220
48221         * lib/backupfile.c: Guard inclusion of stdlib.h with
48222         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
48223         Declare malloc if needed.
48224
48225         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
48226         `#ifndef HAVE_DECL..'
48227         now that autoconf always defines the HAVE_DECL_ symbols.
48228         * lib/human.c: Likewise.
48229         * lib/same.c: Likewise.
48230         * lib/strtoumax.c: Likewise.
48231
48232         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
48233         declaration check was not run.
48234         * lib/hash.c: Likewise.
48235         * lib/human.c: Likewise.
48236         * lib/same.c: Likewise.
48237         * lib/strtoumax.c: Likewise.
48238
48239         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
48240         `.', then first look up the entire `.'-containing string as a login
48241         name.
48242
48243 2000-02-23  Jim Meyering  <meyering@lucent.com>
48244
48245         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
48246         in place of my hack.
48247
48248 2000-02-18  Paul Eggert  <eggert@twinsun.com>
48249
48250         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
48251         (textint): New typedef.
48252         (parser_control): Member year changed from int to textint.
48253         All uses changed.
48254         (YYSTYPE): Removed; replaced by %union with int and textint members.
48255         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
48256         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
48257         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
48258         (tSNUMBER, tUNUMBER): Now of type <textintval>.
48259         (date, number, to_year): Use width of number in digits, not its value,
48260         to determine whether it's a 2-digit year, or a 2-digit time.
48261         (yylex): Store number of digits of numeric tokens.
48262         Reported by John Kendall.
48263
48264         (parser_control): Changed from struct parser_control to typedef (for
48265         consistency).  All uses changed.
48266
48267         (tID): Removed; not used.
48268         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
48269
48270 2000-02-14  Paul Eggert  <eggert@twinsun.com>
48271
48272         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
48273         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
48274
48275 2000-02-12  Jim Meyering  <meyering@lucent.com>
48276
48277         * lib/userspec.c (ISDIGIT): Define it.
48278         (isdigit): Remove definition.
48279         (is_number): Use ISDIGIT, not isdigit.
48280         <libintl.h>: Include.
48281         (_ and N_): Define.
48282         (parse_user_spec): Mark translatable strings.
48283
48284 2000-02-10  Jim Meyering  <meyering@lucent.com>
48285
48286         With these changes, nanosleep.[ch] are finally enough like the other
48287         lib/* replacement files to compile on a few more losing systems.
48288
48289         * lib/nanosleep.h: Don't include config.h.
48290         Remove prototype from declaration of nanosleep.
48291         (PARAMS): Remove now-unneeded definition.
48292         * lib/nanosleep.c: #undef nanosleep.
48293         (rpl_nanosleep): Rename from nanosleep.
48294
48295 2000-02-10  Jim Meyering  <meyering@lucent.com>
48296
48297         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
48298         gnu_nanosleep to rpl_nanosleep.
48299
48300 2000-02-09  Jim Meyering  <meyering@lucent.com>
48301
48302         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
48303         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
48304
48305 2000-02-08  Akim Demaille  <akim@epita.fr>
48306
48307         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
48308         `[' and `]' and remove uses of `changequote'.
48309         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
48310         (AC_SYS_LARGEFILE): Likewise.
48311         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
48312         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
48313         of changequote.
48314         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
48315         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
48316         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
48317         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
48318
48319 2000-02-05  Jim Meyering  <meyering@lucent.com>
48320
48321         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
48322         Remove explicit use of AC_HEADER_TIME.  It is required by
48323         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
48324         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
48325         in autoconf whereby the expansion of the latter ended up preceding
48326         the expansion of its prerequisite, AC_HEADER_TIME.
48327         Reported by Volker Borchert.
48328
48329 2000-02-03  Jim Meyering  <meyering@lucent.com>
48330
48331         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
48332
48333 2000-02-03  Jim Meyering  <meyering@lucent.com>
48334
48335         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
48336         rather than with `#if HAVE_UTMPNAME'.
48337
48338 2000-02-02  Jim Meyering  <meyering@lucent.com>
48339
48340         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
48341         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
48342         Reported by Eli Zaretskii.
48343
48344 2000-02-01  Jim Meyering  <meyering@lucent.com>
48345
48346         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
48347
48348 2000-01-31  Jim Meyering  <meyering@lucent.com>
48349
48350         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
48351         functions.  Add the time.h and sys/time.h headers along with the
48352         AC_REQUIRE'ment of AC_HEADER_TIME.
48353
48354 2000-01-31  Jim Meyering  <meyering@lucent.com>
48355
48356         * lib/nanosleep.h (nanosleep): Guard declaration with
48357         `#if ! HAVE_DECL_NANOSLEEP'.
48358         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
48359         the declaration in that vendor's sys/timers.h.
48360         Reported by Christian Krackowizer.
48361
48362         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
48363         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
48364         (ISPRINT): Likewise.
48365         Reported by Tom Tromey.
48366
48367 2000-01-30  Jim Meyering  <meyering@lucent.com>
48368
48369         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
48370
48371         * m4/prereq.m4 (utmp_includes): Define.
48372         Check for ut_user and ut_name members in both struct utmpx
48373         and struct utmp.
48374
48375 2000-01-30  Jim Meyering  <meyering@lucent.com>
48376
48377         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
48378         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
48379         header files where only utmpx.ut_user is declared.
48380
48381         * lib/readutmp.h (UT_USER): Define.
48382
48383 2000-01-29  Jim Meyering  <meyering@lucent.com>
48384
48385         * m4/lib-check.m4: New file containing library-related checks from
48386         fileutils and sh-utils (textutils had none).
48387
48388 2000-01-28  Jim Meyering  <meyering@lucent.com>
48389
48390         * m4/perl.m4: Change format of warning message to look more like that
48391         from the missing script.  Suggestion from François Pinard.
48392
48393 2000-01-25  Jim Meyering  <meyering@lucent.com>
48394
48395         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
48396         well as time.h in the compile check.
48397         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
48398         Fix typo in cross-compiling case: s/yes/no/.
48399
48400 2000-01-23  Jim Meyering  <meyering@lucent.com>
48401
48402         * m4/jm-macros.m4: Move df-related tests here from
48403         fileutils/configure.in
48404
48405         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
48406         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
48407
48408         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
48409         s/space/ac_fsusage_space/.
48410         (jm_FILE_SYSTEM_USAGE): Take two parameters.
48411
48412         * m4/ftruncate.m4: New file (derived from part of
48413         fileutils/configure.in).
48414         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
48415         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
48416
48417         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
48418         AC_SUBST these here, rather than just in sh-util/configure.in, so
48419         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
48420         all the same.
48421         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
48422         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
48423         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
48424         (AC_SUBST(POW_LIBM)): Likewise.
48425         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
48426
48427 2000-01-23  Jim Meyering  <meyering@lucent.com>
48428
48429         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
48430         obstack.c.
48431
48432 2000-01-22  Jim Meyering  <meyering@lucent.com>
48433
48434         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
48435
48436         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
48437
48438         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
48439         configure.in
48440         (AC_CHECK_HEADERS): Likewise for sh-utils.
48441         (AC_CHECK_HEADERS): Likewise for textutils.
48442         Merge the three lists of headers.
48443
48444         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
48445         from fileutils' configure.in.
48446
48447         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
48448         code. Moved tests into their own function (_jm_DECL_HEADERS) in
48449         check-decl.m4.
48450
48451         * m4/check-decl.m4: Use #if rather than #ifdef.
48452         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
48453         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
48454         (_jm_DECL_HEADERS): Define new function.
48455         (jm_CHECK_DECLARATIONS): Require it.
48456
48457 2000-01-22  Jim Meyering  <meyering@lucent.com>
48458
48459         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
48460         [! HAVE_DECL_STRTOULL]: Declare strtoull.
48461         Required for some AIX systems.  Reported by Christian Krackowizer.
48462         [TESTING] (main): New function.
48463
48464         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
48465         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
48466         letters.
48467
48468         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
48469         iswprint.
48470
48471         * lib/strverscmp.c (ISDIGIT): Define.
48472         (strverscmp): Use ISDIGIT, not isdigit.
48473
48474 2000-01-19  Jim Meyering  <meyering@lucent.com>
48475
48476         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
48477         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
48478         defines `struct timespec' in <sys/time.h>
48479
48480         * m4/c-bs-a.m4: Remove uses of changequote altogether.
48481         Thanks to Akim for explaining.
48482
48483 2000-01-17  Paul Eggert  <eggert@twinsun.com>
48484
48485         * lib/nanosleep.c (nanosleep):
48486         Don't use SA_INTERRUPT to decide whether to call sigaction, as
48487         POSIX.1 doesn't require SA_INTERRUPT and some systems
48488         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
48489         it's been part of POSIX.1 since day 1 (in 1988).
48490
48491 2000-01-17  Jim Meyering  <meyering@lucent.com>
48492
48493         * lib/interlock: Remove unused file.  Reported by François Pinard.
48494
48495 2000-01-16  Paul Eggert  <eggert@twinsun.com>
48496
48497         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
48498         alert, backslash, formfeed, and vertical tab unnecessarily in
48499         shell quoting style.
48500
48501 2000-01-16  Jim Meyering  <meyering@lucent.com>
48502
48503         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
48504         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
48505         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
48506         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
48507
48508 2000-01-16  Jim Meyering  <meyering@lucent.com>
48509
48510         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
48511         because the latter didn't work.
48512
48513 2000-01-15  Jim Meyering  <meyering@lucent.com>
48514
48515         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
48516         (AC_REPLACE_FUNCS): Add memcpy and memset.
48517         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
48518         Add strpbrk.
48519         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
48520
48521 2000-01-12  Jim Meyering  <meyering@lucent.com>
48522
48523         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
48524         (jm_PREREQ): Use it.
48525         (jm_PREREQ_READUTMP): New macro.
48526         (jm_PREREQ): Use it.
48527
48528 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48529
48530         Quote multibyte characters correctly.
48531         * m4/c-bs-a.m4: New file.
48532         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
48533         (jm_PREREQ): Use it.
48534
48535 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48536
48537         * m4/uintmax_t.m4: Port to autoconf 2.13.
48538
48539 2000-01-08  Jim Meyering  <meyering@ascend.com>
48540
48541         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
48542         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
48543
48544 2000-01-04  Jim Meyering  <meyering@ascend.com>
48545
48546         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
48547         jm_STRUCT_DIRENT_D_TYPE.
48548         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
48549         jm_STRUCT_DIRENT_D_INO.
48550         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
48551         jm_STRUCT_UTIMBUF.
48552         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
48553         renamings.
48554         * m4/utime.m4: Likewise.
48555
48556         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
48557         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
48558
48559 2000-01-03  Paul Eggert  <eggert@twinsun.com>
48560
48561         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
48562         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
48563
48564 2000-01-02  Jim Meyering  <meyering@ascend.com>
48565
48566         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
48567         remember if this is necessary.
48568
48569 1999-12-26  Jim Meyering  <meyering@ascend.com>
48570
48571         * m4/jm-macros.m4: Use it here.
48572         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
48573
48574 1999-12-23  Jim Meyering  <meyering@ascend.com>
48575
48576         * m4/jm-macros.m4: Check for clock_gettime (moved from
48577         fileutils/configure.in)
48578         Check for gettimeofday.
48579
48580 1999-12-20  Jim Meyering  <meyering@ascend.com>
48581
48582         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
48583         autoconf-2.14a-1999-12-20.
48584
48585 1999-12-19  Jim Meyering  <meyering@ascend.com>
48586
48587         * m4/lstat-slash.m4: New file.
48588         * m4/jm-macros.m4: Use the new macro:
48589         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48590
48591 1999-12-07  Jim Meyering  <meyering@ascend.com>
48592
48593         * m4/perl.m4: Require that File::Compare be available, too.
48594         Too many systems seem to lack it.
48595
48596         * m4/strftime.m4: Add checks for most of the cpp macros tested in
48597         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
48598
48599 1999-11-18  Paul Eggert  <eggert@twinsun.com>
48600
48601         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
48602         problem with the QNX 4.25 shell, which doesn't propagate exit
48603         status of failed commands inside shell assignments.
48604
48605 1999-11-17  Jim Meyering  <meyering@ascend.com>
48606
48607         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
48608
48609 1999-11-07  Jim Meyering  <meyering@ascend.com>
48610
48611         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
48612
48613 1999-11-06  Jim Meyering  <meyering@ascend.com>
48614
48615         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
48616         * m4/jm-macros.m4 (jm_MACROS): Use it here.
48617
48618 1999-11-05  Jim Meyering  <meyering@ascend.com>
48619
48620         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
48621         configure.in of textutils, fileutils, and sh-utils into this one
48622         (shared between those packages) file.
48623         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
48624         AC_STRUCT_ST_BLKSIZE.
48625
48626 1999-11-03  Jim Meyering  <meyering@ascend.com>
48627
48628         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
48629         of AC_CHECK_TYPE checks includes unistd.h.
48630         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
48631         Suggestion from Akim Demaille.
48632
48633 1999-10-30  Jim Meyering  <meyering@ascend.com>
48634
48635         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
48636         m4-quoted string.
48637         * m4/ls-mntd-fs.m4: Likewise.
48638         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
48639         * m4/jm-winsz1.m4: Likewise.
48640
48641         * m4/const.m4: Remove file, since the fix made it into the experimental
48642         version of autoconf.
48643         * m4/mktime.m4: Likewise.
48644
48645         * m4/check-type.m4: Remove file, now that the latest version of
48646         AC_CHECK_TYPE takes a third arg to specify additional #includes.
48647
48648         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
48649         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
48650         AC_CHECK_TYPE.
48651
48652 1999-10-04  Jim Meyering  <meyering@ascend.com>
48653
48654         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
48655
48656 1999-09-22  Paul Eggert  <eggert@twinsun.com>
48657
48658         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
48659         2.95.1 bug with HP-UX 10.20.
48660
48661 1999-09-17  Jim Meyering  <meyering@ascend.com>
48662
48663         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
48664         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
48665         due to missing strdup (against sh-utils-2.0).
48666
48667 1999-08-29  Jim Meyering  <meyering@ascend.com>
48668
48669         * m4/jm-macros.m4: Require jm_BISON.
48670         * m4/bison.m4: New file.
48671
48672 1999-08-17  Paul Eggert  <eggert@twinsun.com>
48673
48674         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
48675         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
48676
48677 1999-08-05  Jim Meyering  <meyering@ascend.com>
48678
48679         * m4/getline.m4: Rename test file from conftestdata to conftest.data
48680         to avoid conflicts with `conftest' on 8+3 filesystems.
48681         Suggestion from Eli Zaretskii.
48682
48683 1999-08-04  Jim Meyering  <meyering@ascend.com>
48684
48685         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
48686         fileutils and sh-utils (textutils's getline test was inadequate).
48687         (AM_FUNC_GETLINE): Run this test.
48688         (AC_CHECK_FUNCS): Check for getdelim.
48689         Reported by Bob Proulx.
48690
48691 1999-08-02  Jim Meyering  <meyering@ascend.com>
48692
48693         * m4/jm-macros.m4: Add a comment.
48694
48695 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48696
48697         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
48698         <inttypes.h> defines strtoumax as a macro (and not as a
48699         function).
48700
48701 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48702
48703         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
48704         that we can shift, multiply and divide unsigned long long
48705         values; Ultrix cc can't do it.
48706
48707 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48708
48709         * m4/mktime.m4: New file, which is a preview of what should appear
48710         in the next public autoconf release.
48711
48712 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48713
48714         * m4/lfs.m4: Remove this file.
48715         * m4/largefile.m4: New file.  It contains the old contents of
48716         lfs.m4, except that all names with prefix AC_LFS have been
48717         changed to use the prefix AC_SYS_LARGEFILE instead, to be
48718         compatible with future autoconf versions.  Also, some minor m4
48719         quoting problems have been fixed.
48720
48721 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48722
48723         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
48724         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
48725         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
48726         and simplify the shell code.
48727
48728 1999-08-01  Jim Meyering  <meyering@ascend.com>
48729
48730         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
48731         m4.
48732
48733 1999-07-20  Jim Meyering  <meyering@ascend.com>
48734
48735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
48736
48737 1999-07-15  Jim Meyering  <meyering@ascend.com>
48738
48739         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
48740
48741 1999-05-22  Jim Meyering  <meyering@ascend.com>
48742
48743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
48744
48745 1999-05-20  Jim Meyering  <meyering@ascend.com>
48746
48747         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
48748         Add a colon after each `then' in case $4 is empty.
48749
48750 1999-05-16  Jim Meyering  <meyering@ascend.com>
48751
48752         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
48753
48754 1999-05-10  Jim Meyering  <meyering@ascend.com>
48755
48756         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
48757
48758         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
48759         AC_FUNC_MKTIME.
48760
48761 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
48762
48763         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
48764
48765 1999-05-04  Paul Eggert  <eggert@twinsun.com>
48766
48767         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
48768         not CPPFLAGS, so that linking works correctly in IRIX.
48769
48770 1999-04-30  Paul Eggert  <eggert@twinsun.com>
48771
48772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
48773
48774 1999-04-20  Paul Eggert  <eggert@twinsun.com>
48775
48776         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
48777         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
48778         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
48779         jm_AC_TYPE_UNSIGNED_LONG_LONG.
48780         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
48781
48782         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
48783
48784 1999-04-20  Jim Meyering  <meyering@ascend.com>
48785
48786         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
48787         AC_REPLACE xstroull if necessary.  From Paul Eggert.
48788         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
48789
48790 1999-04-18  Jim Meyering  <meyering@ascend.com>
48791
48792         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
48793         * m4/jm-macros.m4: Use it.
48794
48795 1999-04-06  Jim Meyering  <meyering@ascend.com>
48796
48797         * m4/strftime.m4: Remove test for %f.
48798
48799 1999-03-29  Jim Meyering  <meyering@ascend.com>
48800
48801         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
48802         superset of the AC_TYPE_* checks in the textutils, fileutils,
48803         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
48804         AC_TYPE_PID_T.
48805
48806 1999-03-28  Jim Meyering  <meyering@ascend.com>
48807
48808         * m4/jm-macros.m4: Define GNU_PACKAGE here.
48809         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
48810         replaced e.g., in the *.sh files of the sh-utils.
48811
48812 1999-03-20  Jim Meyering  <meyering@ascend.com>
48813
48814         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
48815         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
48816         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
48817
48818 1999-03-19  Jim Meyering  <meyering@ascend.com>
48819
48820         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
48821
48822 1999-03-12  Jim Meyering  <meyering@ascend.com>
48823
48824         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
48825
48826 1999-03-07  Jim Meyering  <meyering@ascend.com>
48827
48828         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
48829         declared.
48830
48831 1999-02-17  Jim Meyering  <meyering@ascend.com>
48832
48833         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
48834         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
48835
48836 1999-02-07  Jim Meyering  <meyering@ascend.com>
48837
48838         * m4/group-member.m4: New file -- extracted from sh-utils'
48839         configure.in.
48840
48841         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
48842         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
48843
48844 1999-02-06  Jim Meyering  <meyering@ascend.com>
48845
48846         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
48847         * m4/fnmatch.m4: Likewise.
48848         * m4/getgroups.m4: Likewise.
48849         * m4/lstat.m4: Likewise.
48850         * m4/malloc.m4: Likewise.
48851         * m4/putenv.m4: Likewise.
48852         * m4/realloc.m4: Likewise.
48853         * m4/regex.m4: Likewise.
48854         * m4/stat.m4: Likewise.
48855         * m4/strftime.m4: Likewise.
48856         Suggestion from Alain Magloire.
48857
48858         * m4/chown.m4: Use `.$ac_objext', not `.o'.
48859         * m4/fnmatch.m4: Likewise.
48860         * m4/getgroups.m4: Likewise.
48861         * m4/getline.m4: Likewise.
48862         * m4/lstat.m4: Likewise.
48863         * m4/malloc.m4: Likewise.
48864         * m4/memcmp.m4: Likewise.
48865         * m4/putenv.m4: Likewise.
48866         * m4/realloc.m4: Likewise.
48867         * m4/regex.m4: Likewise.
48868         * m4/stat.m4: Likewise.
48869         * m4/strftime.m4: Likewise.
48870         Suggestion from Alain Magloire.
48871
48872         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
48873         an argument.
48874
48875         * m4/regex.m4: Add a run-time Test for proper operation of
48876         re_compile_pattern.
48877
48878 1999-01-31  Jim Meyering  <meyering@ascend.com>
48879
48880         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
48881
48882 1999-01-30  Jim Meyering  <meyering@ascend.com>
48883
48884         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
48885
48886         * m4/jm-mktime.m4: Make this a wrapper around the official
48887         AM_FUNC_MKTIME rather than my private copy, now that the official one
48888         is up to date.
48889         * m4/mktime.m4: Remove file.
48890
48891         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
48892         * m4/uptime.m4: Likewise.
48893         * m4/uintmax_t.m4: Likewise.
48894
48895 1999-01-28  Jim Meyering  <meyering@ascend.com>
48896
48897         * m4/jm-macros.m4: Use jm_AFS.
48898         * m4/afs.m4: New file (from fileutils' configure.in).
48899
48900         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
48901         * m4/chown.m4: Likewise.
48902         * m4/d-ino.m4: Likewise.
48903         * m4/d-type.m4: Likewise.
48904         * m4/fnmatch.m4: Likewise.
48905         * m4/getgroups.m4: Likewise.
48906         * m4/gettext.m4: Likewise.
48907         * m4/jm-mktime.m4: Likewise.
48908         * m4/jm-winsz2.m4: Likewise.
48909         * m4/lcmessage.m4: Likewise.
48910         * m4/ls-mntd-fs.m4: Likewise.
48911         * m4/malloc.m4: Likewise.
48912         * m4/memcmp.m4: Likewise.
48913         * m4/putenv.m4: Likewise.
48914         * m4/realloc.m4: Likewise.
48915         * m4/st_mtim.m4: Likewise.
48916         * m4/strftime.m4: Likewise.
48917
48918 1999-01-16  Jim Meyering  <meyering@ascend.com>
48919
48920         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
48921         (ARGMATCH_DIE_DECL): Define.
48922
48923 1999-01-12  Jim Meyering  <meyering@ascend.com>
48924
48925         * m4/Makefile.am.in: Rewrite to avoid using fmt.
48926         Reported by Lars Hecking.
48927
48928 1999-01-10  Jim Meyering  <meyering@ascend.com>
48929
48930         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
48931         gross kludge.
48932         * m4/inttypes_h.m4: Likewise.
48933         * m4/lstat.m4: Likewise.
48934         * m4/malloc.m4: Likewise.
48935         * m4/readdir.m4: Likewise.
48936         * m4/realloc.m4: Likewise.
48937         * m4/st_dm_mode.m4: Likewise.
48938         * m4/stat.m4: Likewise.
48939         * m4/utimbuf.m4: Likewise.
48940         * m4/utimes.m4: Likewise.
48941
48942         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
48943         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
48944         comments in config.h.in are meaningful.
48945
48946         * m4/jm-macros.m4: Require autoconf-2.13 here.
48947
48948         * m4/regex.m4: By default, don't use the included regex.c on systems
48949         with glibc 2.  Suggestion from Uli Drepper.
48950
48951 1999-01-02  Jim Meyering  <meyering@ascend.com>
48952
48953         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
48954
48955 1998-12-18  Jim Meyering  <meyering@ascend.com>
48956
48957         * m4/Makefile.am.in (Makefile.am): Simplify rule.
48958         Based on a suggestion from Lars Hecking.
48959
48960 1998-11-16  Paul Eggert  <eggert@twinsun.com>
48961
48962         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
48963
48964 1998-11-16  Jim Meyering  <meyering@ascend.com>
48965
48966         * m4/lfs.m4: Double-quote the `uname...` expression.
48967
48968 1998-11-14  Jim Meyering  <meyering@ascend.com>
48969
48970         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
48971         * m4/stat.m4: Likewise.
48972
48973 1998-11-03  Jim Meyering  <meyering@ascend.com>
48974
48975         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
48976         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
48977
48978 1998-10-18  Jim Meyering  <meyering@ascend.com>
48979
48980         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
48981
48982 1998-10-17  Jim Meyering  <meyering@ascend.com>
48983
48984         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
48985         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
48986         calls for those previously hard-coded headers.  Instead, take a new
48987         parameter.
48988         (jm_CHECK_DECLARATIONS): Reflect interface change.
48989         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
48990         (jm_CHECK_DECL_LOCALTIME_R): New macro.
48991
48992         * m4/mktime.m4: Test for spring-forward gap before long-running test.
48993
48994 1998-10-14  Jim Meyering  <meyering@ascend.com>
48995
48996         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
48997         instead of "TZ=America/Vancouver".  From Paul Eggert.
48998
48999 1998-10-11  Jim Meyering  <meyering@ascend.com>
49000
49001         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
49002         This adds a test for a recently added compatibility fix for mktime.c.
49003         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
49004
49005 1998-09-27  Jim Meyering  <meyering@ascend.com>
49006
49007         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
49008
49009         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
49010         ../configure.in, including a change from Gordon Matzigkeit to allow
49011         cross-compiling for the Hurd.
49012
49013         * m4/glibc.m4: New file/macro to test for the GNU C Library
49014         versions 1 and 2.  From Gordon Matzigkeit.
49015         Indent.
49016
49017 1998-09-21  Jim Meyering  <meyering@ascend.com>
49018
49019         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
49020
49021 1998-08-18  Paul Eggert  <eggert@twinsun.com>
49022
49023         Port nanosecond-resolution times to UnixWare 2.1.2 and
49024         pedantic Solaris 2.6.
49025
49026         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
49027         AC_STRUCT_ST_MTIM.
49028         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
49029         Generate name of ns member, instead of just 1 or undef.
49030         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
49031
49032 1998-08-15  Jim Meyering  <meyering@ascend.com>
49033
49034         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
49035         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
49036         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
49037         instead of jm_TYPE_SSIZE_T.
49038
49039 1998-08-12  Jim Meyering  <meyering@ascend.com>
49040
49041         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
49042
49043 1998-08-02  Jim Meyering  <meyering@ascend.com>
49044
49045         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
49046         in acconfig.h manually.
49047
49048 1998-07-31  Paul Eggert  <eggert@twinsun.com>
49049
49050         * m4/st_mtim.m4: New file.
49051
49052 1998-07-28  Jim Meyering  <meyering@ascend.com>
49053
49054         * m4/utimes.m4: Undef stat.
49055
49056 1998-07-25  Jim Meyering  <meyering@ascend.com>
49057
49058         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
49059         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
49060
49061 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
49062
49063         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
49064         uid and gid actually remain unchanged.
49065
49066 1998-07-07  Jim Meyering  <meyering@ascend.com>
49067
49068         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
49069
49070 1998-07-04  Jim Meyering  <meyering@ascend.com>
49071
49072         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
49073         to prove that this macro can be used in packages without regex.c.
49074
49075 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
49076
49077         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
49078         is to be used.
49079
49080 1998-07-03  Jim Meyering  <meyering@ascend.com>
49081
49082         * m4/gettext.m4: Add -lintl if it's found to be necessary.
49083
49084         * m4/gettext.m4: New file -- from gettext-0.10.35.
49085         * m4/lcmessage.m4: Likewise.
49086         * m4/progtest.m4: Likewise.
49087
49088         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
49089         * m4/jm-macros.m4: Require the new macro.
49090
49091 1998-06-29  Jim Meyering  <meyering@ascend.com>
49092
49093         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
49094         for the definition of NGROUPS (used in a system header included
49095         by sys/mount.h).
49096
49097 1998-06-28  Jim Meyering  <meyering@ascend.com>
49098
49099         * m4/ls-mntd-fs.m4: New file.
49100         * m4/fstypename.m4: New file.
49101
49102         * m4/jm-macros.m4: Require the new macro.
49103         * m4/jm-glibc-io.m4: New file.
49104
49105 1998-05-19  Jim Meyering  <meyering@ascend.com>
49106
49107         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
49108         * m4/lchown.m4: New file.
49109
49110         * m4/Makefile.am.in: New file.
49111         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
49112
49113 1998-05-14  Jim Meyering  <meyering@ascend.com>
49114
49115         * m4/Makefile.am (EXTRA_DIST): Add them.
49116         * m4/jm-macros.m4: New file.
49117         * m4/utimbuf.m4: New file.
49118
49119 1998-05-12  Jim Meyering  <meyering@ascend.com>
49120
49121         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
49122
49123 1998-05-11  Jim Meyering  <meyering@ascend.com>
49124
49125         * m4/isc-posix.m4: New file.
49126
49127 1998-05-10  Jim Meyering  <meyering@ascend.com>
49128
49129         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
49130
49131 1998-05-09  Jim Meyering  <meyering@ascend.com>
49132
49133         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
49134         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
49135         with automake.
49136
49137         * m4/ssize_t.m4: New file.
49138         * m4/mktime.m4: Remove file -- the new automake has this now.
49139
49140 1998-04-26  Jim Meyering  <meyering@ascend.com>
49141
49142         * m4/assert.m4: New file.
49143         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
49144
49145 1998-04-05  Jim Meyering  <meyering@ascend.com>
49146
49147         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
49148         (jm_PREREQ): Use it here.
49149
49150 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
49151
49152         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
49153         in acconfig.h.
49154
49155 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
49156
49157         * m4/prereq.m4: New file.
49158         * m4/error.m4: New file.
49159         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
49160
49161 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
49162
49163         * m4/getline.m4: Don't set am_cv_func_working_getline before the
49164         cache-check for the same variable -- that defeated the purpose of
49165         the test; the test program was never run.  This was a problem only
49166         on systems with losing getline functions -- HP-UX 10.20 is one.
49167         Reported by Bjorn Helgaas.
49168
49169 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
49170
49171         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
49172
49173 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
49174
49175         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
49176
49177         * m4/const.m4: New file.  Use an initializer in this declaration
49178         typedef int charset[2]; const charset x;
49179         Reported by Bob Glickstein.
49180
49181 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
49182
49183         * m4/chown.m4: Fix reversed types on -1 args to chown.
49184         From Kaveh Ghazi.
49185
49186 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
49187
49188         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
49189         Add lseek and memchr.
49190
49191         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
49192         T.E.Dickey <dickey@clark.net> said that some older preprocessors
49193         have a 20-character limit on names.
49194
49195 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
49196
49197         * m4/inttypes_h.m4: New file.
49198         * m4/uintmax_t.m4: New file.
49199         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
49200
49201
49202         -----
49203
49204         Local Variables:
49205         coding: utf-8
49206         End:
49207
49208         Copyright (C) 1997-2009 Free Software Foundation, Inc.
49209
49210         Copying and distribution of this file, with or without
49211         modification, are permitted provided the copyright notice
49212         and this notice are preserved.