23382729f4c27832c36044c5a4650c1ab9f6890f
[gnulib.git] / ChangeLog
1 2009-02-24  Eric Blake  <ebb9@byu.net>
2
3         strtod: detect HP-UX 11.31 bug
4         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
5         Reported by Gary V. Vaughan.
6
7 2009-02-23  Bruno Haible  <bruno@clisp.org>
8
9         Fix invalid read past end of memory block.
10         * lib/vasnprintf.c (DCHAR_SET): Define.
11         (local_wcslen): Define only when needed.
12         (local_strnlen, local_wcsnlen): New functions.
13         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
14         directives that involve a conversion ourselves.
15         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16         wcsnlen, mbrtowc, wcrtomb.
17         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
18         * tests/test-vasprintf-posix.c (test_function): Likewise.
19         * tests/test-snprintf-posix.h (test_function): Likewise.
20         * tests/test-sprintf-posix.h (test_function): Likewise.
21         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22
23 2009-02-22  Bruno Haible  <bruno@clisp.org>
24
25         Implement new clarified decomposition of Hangul syllables.
26         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
27         of type LTV, return only a pairwise decomposition.
28         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
29         Likewise.
30         * tests/uninorm/test-decomposition.c (main): Updated expected result.
31         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
32         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
33
34 2009-02-22  Bruno Haible  <bruno@clisp.org>
35
36         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
37         zero-length results and shrink excess allocated memory.
38         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
39         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
40         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
41         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
42         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
43         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
44         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
45         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
46         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
47         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
48         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
49         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
50
51 2009-02-21  Bruno Haible  <bruno@clisp.org>
52
53         * doc/gnulib.texi: Include safe-alloc.texi earlier.
54         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
55         spaces after a period. Put a space between a macro name and its
56         argument list. Trivial rewordings.
57         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
58         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
59         (main): Return 0 explicitly.
60
61 2009-02-21  Bruno Haible  <bruno@clisp.org>
62
63         Tests for module 'uninorm/filter'.
64         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
65         * modules/uninorm/filter-tests: New file.
66
67         New module 'uninorm/filter'.
68         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
69         uninorm_filter_flush, uninorm_filter_free): New declarations.
70         * lib/uninorm/uninorm-filter.c: New file.
71         * modules/uninorm/filter: New file.
72
73 2009-02-21  Bruno Haible  <bruno@clisp.org>
74
75         Tests for module 'uninorm/nfkc'.
76         * tests/uninorm/test-nfkc.c: New file.
77         * tests/uninorm/test-u8-nfkc.c: New file.
78         * tests/uninorm/test-u16-nfkc.c: New file.
79         * tests/uninorm/test-u32-nfkc.c: New file.
80         * tests/uninorm/test-u32-nfkc-big.sh: New file.
81         * tests/uninorm/test-u32-nfkc-big.c: New file.
82         * modules/uninorm/nfkc-tests: New file.
83
84         New module 'uninorm/nfkc'.
85         * lib/uninorm/nfkc.c: New file.
86         * modules/uninorm/nfkc: New file.
87
88         Tests for module 'uninorm/nfkd'.
89         * tests/uninorm/test-nfkd.c: New file.
90         * tests/uninorm/test-u8-nfkd.c: New file.
91         * tests/uninorm/test-u16-nfkd.c: New file.
92         * tests/uninorm/test-u32-nfkd.c: New file.
93         * tests/uninorm/test-u32-nfkd-big.sh: New file.
94         * tests/uninorm/test-u32-nfkd-big.c: New file.
95         * modules/uninorm/nfkd-tests: New file.
96
97         New module 'uninorm/nfkd'.
98         * lib/uninorm/nfkd.c: New file.
99         * modules/uninorm/nfkd: New file.
100
101         Tests for module 'uninorm/nfc'.
102         * tests/uninorm/test-nfc.c: New file.
103         * tests/uninorm/test-u8-nfc.c: New file.
104         * tests/uninorm/test-u16-nfc.c: New file.
105         * tests/uninorm/test-u32-nfc.c: New file.
106         * tests/uninorm/test-u32-nfc-big.sh: New file.
107         * tests/uninorm/test-u32-nfc-big.c: New file.
108         * modules/uninorm/nfc-tests: New file.
109
110         New module 'uninorm/nfc'.
111         * lib/uninorm/nfc.c: New file.
112         * modules/uninorm/nfc: New file.
113
114         Tests for module 'uninorm/nfd'.
115         * tests/uninorm/test-nfd.c: New file.
116         * tests/uninorm/test-u8-nfd.c: New file.
117         * tests/uninorm/test-u16-nfd.c: New file.
118         * tests/uninorm/test-u32-nfd.c: New file.
119         * tests/uninorm/test-u32-nfd-big.sh: New file.
120         * tests/uninorm/test-u32-nfd-big.c: New file.
121         * tests/uninorm/test-u32-normalize-big.h: New file.
122         * tests/uninorm/test-u32-normalize-big.c: New file.
123         * tests/uninorm/NormalizationTest.txt: New file, created from
124         Unicode 5.1.0 NormalizationTest.txt.
125         * modules/uninorm/nfd-tests: New file.
126
127         New module 'uninorm/nfd'.
128         * lib/uninorm/nfd.c: New file.
129         * modules/uninorm/nfd: New file.
130
131         New module 'uninorm/u32-normalize'.
132         * lib/uninorm/u32-normalize.c: New file.
133         * modules/uninorm/u32-normalize: New file.
134
135         New module 'uninorm/u16-normalize'.
136         * lib/uninorm/u16-normalize.c: New file.
137         * modules/uninorm/u16-normalize: New file.
138
139         New module 'uninorm/u8-normalize'.
140         * lib/uninorm/u8-normalize.c: New file.
141         * lib/uninorm/normalize-internal.h: New file.
142         * lib/uninorm/u-normalize-internal.h: New file.
143         * modules/uninorm/u8-normalize: New file.
144
145         New module 'uninorm/decompose-internal'.
146         * lib/uninorm/decompose-internal.c: New file.
147         * modules/uninorm/decompose-internal: New file.
148
149         Tests for module 'uninorm/composition'.
150         * tests/uninorm/test-composition.c: New file.
151         * modules/uninorm/composition-tests: New file.
152
153         New module 'uninorm/composition'.
154         * lib/uninorm/composition.c: New file.
155         * lib/uninorm/composition-table.gperf: New file, generated by
156         gen-uni-tables.
157         * modules/uninorm/composition: New file.
158
159         Tests for module 'uninorm/compat-decomposition'.
160         * tests/uninorm/test-compat-decomposition.c: New file.
161         * modules/uninorm/compat-decomposition-tests: New file.
162
163         New module 'uninorm/compat-decomposition'.
164         * lib/uninorm/decompose-internal.h: New file.
165         * lib/uninorm/compat-decomposition.c: New file.
166         * modules/uninorm/compat-decomposition: New file.
167
168         Tests for module 'uninorm/canonical-decomposition'.
169         * tests/uninorm/test-canonical-decomposition.c: New file.
170         * modules/uninorm/canonical-decomposition-tests: New file.
171
172         New module 'uninorm/canonical-decomposition'.
173         * lib/uninorm/canonical-decomposition.c: New file.
174         * modules/uninorm/canonical-decomposition: New file.
175
176         Tests for module 'uninorm/decomposition'.
177         * tests/uninorm/test-decomposition.c: New file.
178         * modules/uninorm/decomposition-tests: New file.
179
180         New module 'uninorm/decomposition'.
181         * lib/uninorm/decomposition.c: New file.
182         * modules/uninorm/decomposition: New file.
183
184         New module 'uninorm/decomposition-table'.
185         * lib/uninorm/decomposition-table.h: New file.
186         * lib/uninorm/decomposition-table.c: New file.
187         * lib/uninorm/decomposition-table1.h: New file, generated by
188         gen-uni-tables.
189         * lib/uninorm/decomposition-table2.h: New file, generated by
190         gen-uni-tables.
191         * modules/uninorm/decomposition-table: New file.
192
193         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
194         (UC_DECOMP_*): New enumeration items.
195         (get_decomposition): New function.
196         (struct decomp_table): New type.
197         (output_decomposition, output_decomposition_tables): New functions.
198         (unicode_composition_exclusions): New variable.
199         (fill_composition_exclusions, debug_output_composition_tables): New
200         functions.
201         (main): Accept one more argument. Invoke fill_composition_exclusions.
202         Output decomposition and composition tables.
203
204         New module 'uninorm/base'.
205         * lib/uninorm.h: New file.
206         * lib/unictype.h: Update comment.
207         * modules/uninorm/base: New file.
208
209 2009-02-21  David Lutterkort  <lutter@redhat.com>
210
211         Tests for module 'safe-alloc'.
212         * tests/test-safe-alloc.c: New file.
213         * modules/safe-alloc-tests: New file.
214
215         New module 'safe-alloc'.
216         * lib/safe-alloc.h: New file.
217         * lib/safe-alloc.c: New file.
218         * m4/safe-alloc.m4: New file.
219         * modules/safe-alloc: New file.
220         * doc/safe-alloc.texi: New file.
221         * doc/gnulib.texi: Include it.
222         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
223         safe-alloc.
224
225 2009-02-18  Bruno Haible  <bruno@clisp.org>
226
227         Fix link error on non-glibc systems.
228         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
229         variable.
230         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
231
232 2009-02-18  Jim Meyering  <meyering@redhat.com>
233
234         fts: avoid used-uninitialized error due to recent change
235         * lib/fts.c (fts_read): Guard uses of the new member,
236         parent->fts_n_dirs_remaining, since it's not relevant for
237         the parent of a directory specified on the command-line.
238
239 2009-02-17  James Youngman  <jay@gnu.org>
240             Bruno Haible  <bruno@clisp.org>
241
242         * m4/include_next.m4: Reformulate comment.
243
244 2009-02-16  Jim Meyering  <meyering@redhat.com>
245
246         fts: add #if guards so that the fts_lgpl module still builds
247         * lib/fts.c: Guard just-added hash-table-using parts with
248         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
249         Reported by Simon Josefsson.
250
251 2009-02-15  Bruno Haible  <bruno@clisp.org>
252
253         * modules/array-mergesort-tests: New file.
254         * tests/test-array-mergesort.c: New file.
255
256         New module 'array-mergesort'.
257         * modules/array-mergesort: New file.
258         * lib/array-mergesort.h: New file.
259
260 2009-02-15  Bruno Haible  <bruno@clisp.org>
261
262         Fix 2009-02-07 commit.
263         * lib/gen-uni-tables.c (output_predicate, output_category,
264         output_combclass, output_bidi_category, output_decimal_digit,
265         output_digit, output_numeric, output_mirror, output_scripts,
266         output_ident_category, output_simple_mapping): Fix format directives.
267         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
268
269 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
270
271         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
272         fixes are available from IBM.
273
274 2009-02-13  Jim Meyering  <meyering@redhat.com>
275
276         fts: arrange not to stat non-directories in more cases
277         This makes GNU find (when it doesn't need to stat each file)
278         *much* more efficient at traversing reiserfs file systems.
279         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
280         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
281         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
282         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
283         (leaf_optimization_applies): New function.
284         (LCO_hash, LCO_compare): New helper functions.
285         (link_count_optimize_ok): New function.
286         (fts_stat): Initialize new member (if dir).
287         (fts_read): Decrement parent's fts_n_dirs_remaining count if
288         we've just stat'ed a directory.  Skip the stat call when possible.
289         ---
290         Note this AFS-related exchange:
291         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
292         and note find's pioctl call in find/fstype.c.
293         But that is necessary only if you want to enable the
294         optimization for AFS, and for now, I don't.
295
296         fts: move a function definition "up" (no semantic change)
297         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
298         "up" to precede upcoming use of a related function.
299
300 2009-02-11  Jim Meyering  <meyering@redhat.com>
301
302         fts: correct internal computation of nlinks (optimization-related)
303         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
304         whether the current entry is a directory, so don't test it.
305
306 2009-02-10  Bruno Haible  <bruno@clisp.org>
307
308         Tests for module 'uniwbrk/ulc-wordbreaks'.
309         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
310         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
311         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
312
313         Tests for module 'uniwbrk/u32-wordbreaks'.
314         * modules/uniwbrk/u32-wordbreaks-tests: New file.
315         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
316
317         Tests for module 'uniwbrk/u16-wordbreaks'.
318         * modules/uniwbrk/u16-wordbreaks-tests: New file.
319         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
320
321         Tests for module 'uniwbrk/u8-wordbreaks'.
322         * modules/uniwbrk/u8-wordbreaks-tests: New file.
323         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
324
325 2009-02-10  Bruno Haible  <bruno@clisp.org>
326
327         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
328         property.
329         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
330         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
331         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
332
333 2009-02-10  Simon Josefsson  <simon@josefsson.org>
334
335         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
336         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
337
338 2009-02-10  Bruno Haible  <bruno@clisp.org>
339
340         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
341         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
342         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
343         * lib/unilbrk/u8-possible-linebreaks.c: Update.
344         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
345         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
346
347 2009-02-09  Simon Josefsson  <simon@josefsson.org>
348
349         * lib/sockets.h (gl_fd_to_handle): New function.
350
351         * tests/test-sockets.c: Call gl_fd_to_handle.
352
353 2009-02-09  Bruno Haible  <bruno@clisp.org>
354
355         * doc/havelib.texi: Document the conventions on bi-arch systems.
356
357 2009-02-08  Bruno Haible  <bruno@clisp.org>
358
359         Document the AC_LIB_LINKFLAGS macro.
360         * doc/havelib.texi: New file, mostly written on 2005-05-24.
361         * doc/gnulib.texi: Include it.
362
363 2009-02-08  Bruno Haible  <bruno@clisp.org>
364
365         Fix wrong order of sections, compared to TOC.
366         * doc/gnulib.texi: Include relocatable-maint.texi after the
367         "Regular expressions" node, not before.
368
369 2009-02-08  Bruno Haible  <bruno@clisp.org>
370
371         Tests for module 'unicase/totitle'.
372         * modules/unicase/totitle-tests: New file.
373
374         Tests for module 'unicase/tolower'.
375         * modules/unicase/tolower-tests: New file.
376
377         Tests for module 'unicase/toupper'.
378         * modules/unicase/toupper-tests: New file.
379         * tests/unicase/test-mapping-part1.h: New file.
380         * tests/unicase/test-mapping-part2.h: New file.
381
382         New module 'unicase/totitle'.
383         * modules/unicase/totitle: New file.
384         * lib/unicase/totitle.c: New file.
385
386         New module 'unicase/tolower'.
387         * modules/unicase/tolower: New file.
388         * lib/unicase/tolower.c: New file.
389
390         New module 'unicase/toupper'.
391         * modules/unicase/toupper: New file.
392         * lib/unicase/toupper.c: New file.
393         * lib/unicase/simple-mapping.h: New file.
394
395         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
396         (mapping_table): New structure.
397         (output_simple_mapping): New function.
398         (main): Invoke output_simple_mapping_test and output_simple_mapping.
399         * modules/gen-uni-tables (Description): Update.
400         * lib/unicase/toupper.h: New file, automatically generated by
401         gen-uni-tables.
402         * lib/unicase/tolower.h: New file, automatically generated by
403         gen-uni-tables.
404         * lib/unicase/totitle.h: New file, automatically generated by
405         gen-uni-tables.
406         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
407         gen-uni-tables.
408         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
409         gen-uni-tables.
410         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
411         gen-uni-tables.
412
413         New module 'unicase/base'.
414         * modules/unicase/base: New file.
415         * lib/unicase.h: New file.
416
417 2009-02-08  Bruno Haible  <bruno@clisp.org>
418
419         New module 'uniwbrk/ulc-wordbreaks'.
420         * modules/uniwbrk/ulc-wordbreaks: New file.
421         * lib/uniwbrk/ulc-wordbreaks.c: New file.
422
423         New module 'uniwbrk/u32-wordbreaks'.
424         * modules/uniwbrk/u32-wordbreaks: New file.
425         * lib/uniwbrk/u32-wordbreaks.c: New file.
426
427         New module 'uniwbrk/u16-wordbreaks'.
428         * modules/uniwbrk/u16-wordbreaks: New file.
429         * lib/uniwbrk/u16-wordbreaks.c: New file.
430
431         New module 'uniwbrk/u8-wordbreaks'.
432         * modules/uniwbrk/u8-wordbreaks: New file.
433         * lib/uniwbrk/u8-wordbreaks.c: New file.
434         * lib/uniwbrk/u-wordbreaks.h: New file.
435
436         New module 'uniwbrk/table'.
437         * modules/uniwbrk/table: New file.
438         * lib/uniwbrk/wbrktable.h: New file.
439         * lib/uniwbrk/wbrktable.c: New file.
440
441         New module 'uniwbrk/wordbreak-property'.
442         * modules/uniwbrk/wordbreak-property: New file.
443         * lib/uniwbrk/wordbreak-property.c: New file.
444
445         * lib/gen-uni-tables.c (WBP_*): New enum items.
446         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
447         (unicode_org_wbp): New variable.
448         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
449         New functions.
450         (wbp_table): New structure.
451         (output_wbp, output_wbrk_tables): New functions.
452         (main): Accept additional argument. Invoke fill_org_wbp,
453         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
454         output_wbrk_tables.
455         * modules/gen-uni-tables (Description): Update.
456         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
457         gen-uni-tables.
458
459         New module 'uniwbrk/base'.
460         * modules/uniwbrk/base: New file.
461         * lib/uniwbrk.h: New file.
462
463 2009-02-08  Bruno Haible  <bruno@clisp.org>
464
465         Update to Unicode 5.1.0.
466         * lib/gen-uni-tables.c (is_property_alphabetic): Include
467         U+2185..U+2188.
468         (is_property_default_ignorable_code_point): Don't include characters
469         of category Cc or Cs and not-a-characters.
470         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
471         U+0D79, U+109E, U+109F, U+A60C.
472         * lib/unictype/bidi_of.h: Regenerated.
473         * lib/unictype/blocks.h: Regenerated.
474         * lib/unictype/categ_C.h: Regenerated.
475         * lib/unictype/categ_Cf.h: Regenerated.
476         * lib/unictype/categ_Cn.h: Regenerated.
477         * lib/unictype/categ_L.h: Regenerated.
478         * lib/unictype/categ_Ll.h: Regenerated.
479         * lib/unictype/categ_Lm.h: Regenerated.
480         * lib/unictype/categ_Lo.h: Regenerated.
481         * lib/unictype/categ_Lu.h: Regenerated.
482         * lib/unictype/categ_M.h: Regenerated.
483         * lib/unictype/categ_Mc.h: Regenerated.
484         * lib/unictype/categ_Me.h: Regenerated.
485         * lib/unictype/categ_Mn.h: Regenerated.
486         * lib/unictype/categ_N.h: Regenerated.
487         * lib/unictype/categ_Nd.h: Regenerated.
488         * lib/unictype/categ_Nl.h: Regenerated.
489         * lib/unictype/categ_No.h: Regenerated.
490         * lib/unictype/categ_P.h: Regenerated.
491         * lib/unictype/categ_Pd.h: Regenerated.
492         * lib/unictype/categ_Pe.h: Regenerated.
493         * lib/unictype/categ_Pf.h: Regenerated.
494         * lib/unictype/categ_Pi.h: Regenerated.
495         * lib/unictype/categ_Po.h: Regenerated.
496         * lib/unictype/categ_Ps.h: Regenerated.
497         * lib/unictype/categ_S.h: Regenerated.
498         * lib/unictype/categ_Sk.h: Regenerated.
499         * lib/unictype/categ_Sm.h: Regenerated.
500         * lib/unictype/categ_So.h: Regenerated.
501         * lib/unictype/categ_of.h: Regenerated.
502         * lib/unictype/combining.h: Regenerated.
503         * lib/unictype/ctype_alnum.h: Regenerated.
504         * lib/unictype/ctype_alpha.h: Regenerated.
505         * lib/unictype/ctype_graph.h: Regenerated.
506         * lib/unictype/ctype_lower.h: Regenerated.
507         * lib/unictype/ctype_print.h: Regenerated.
508         * lib/unictype/ctype_punct.h: Regenerated.
509         * lib/unictype/ctype_upper.h: Regenerated.
510         * lib/unictype/decdigit.h: Regenerated.
511         * lib/unictype/digit.h: Regenerated.
512         * lib/unictype/mirror.h: Regenerated.
513         * lib/unictype/numeric.h: Regenerated.
514         * lib/unictype/pr_alphabetic.h: Regenerated.
515         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
516         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
517         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
518         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
519         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
520         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
521         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
522         * lib/unictype/pr_combining.h: Regenerated.
523         * lib/unictype/pr_dash.h: Regenerated.
524         * lib/unictype/pr_decimal_digit.h: Regenerated.
525         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
526         * lib/unictype/pr_deprecated.h: Regenerated.
527         * lib/unictype/pr_diacritic.h: Regenerated.
528         * lib/unictype/pr_extender.h: Regenerated.
529         * lib/unictype/pr_format_control.h: Regenerated.
530         * lib/unictype/pr_grapheme_base.h: Regenerated.
531         * lib/unictype/pr_grapheme_extend.h: Regenerated.
532         * lib/unictype/pr_grapheme_link.h: Regenerated.
533         * lib/unictype/pr_id_continue.h: Regenerated.
534         * lib/unictype/pr_id_start.h: Regenerated.
535         * lib/unictype/pr_ideographic.h: Regenerated.
536         * lib/unictype/pr_ignorable_control.h: Regenerated.
537         * lib/unictype/pr_lowercase.h: Regenerated.
538         * lib/unictype/pr_math.h: Regenerated.
539         * lib/unictype/pr_numeric.h: Regenerated.
540         * lib/unictype/pr_other_alphabetic.h: Regenerated.
541         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
542         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
543         * lib/unictype/pr_other_id_continue.h: Regenerated.
544         * lib/unictype/pr_other_lowercase.h: Regenerated.
545         * lib/unictype/pr_other_math.h: Regenerated.
546         * lib/unictype/pr_punctuation.h: Regenerated.
547         * lib/unictype/pr_sentence_terminal.h: Regenerated.
548         * lib/unictype/pr_soft_dotted.h: Regenerated.
549         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
550         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
551         * lib/unictype/pr_unified_ideograph.h: Regenerated.
552         * lib/unictype/pr_uppercase.h: Regenerated.
553         * lib/unictype/pr_xid_continue.h: Regenerated.
554         * lib/unictype/pr_xid_start.h: Regenerated.
555         * lib/unictype/pr_zero_width.h: Regenerated.
556         * lib/unictype/scripts.h: Regenerated.
557         * lib/unictype/scripts_byname.gperf: Regenerated.
558         * lib/unictype/sy_java_ident.h: Regenerated.
559         * lib/unilbrk/lbrkprop1.h: Regenerated.
560         * lib/unilbrk/lbrkprop2.h: Regenerated.
561         * tests/unictype/test-categ_C.c: Regenerated.
562         * tests/unictype/test-categ_Cf.c: Regenerated.
563         * tests/unictype/test-categ_Cn.c: Regenerated.
564         * tests/unictype/test-categ_L.c: Regenerated.
565         * tests/unictype/test-categ_Ll.c: Regenerated.
566         * tests/unictype/test-categ_Lm.c: Regenerated.
567         * tests/unictype/test-categ_Lo.c: Regenerated.
568         * tests/unictype/test-categ_Lu.c: Regenerated.
569         * tests/unictype/test-categ_M.c: Regenerated.
570         * tests/unictype/test-categ_Mc.c: Regenerated.
571         * tests/unictype/test-categ_Me.c: Regenerated.
572         * tests/unictype/test-categ_Mn.c: Regenerated.
573         * tests/unictype/test-categ_N.c: Regenerated.
574         * tests/unictype/test-categ_Nd.c: Regenerated.
575         * tests/unictype/test-categ_Nl.c: Regenerated.
576         * tests/unictype/test-categ_No.c: Regenerated.
577         * tests/unictype/test-categ_P.c: Regenerated.
578         * tests/unictype/test-categ_Pd.c: Regenerated.
579         * tests/unictype/test-categ_Pe.c: Regenerated.
580         * tests/unictype/test-categ_Pf.c: Regenerated.
581         * tests/unictype/test-categ_Pi.c: Regenerated.
582         * tests/unictype/test-categ_Po.c: Regenerated.
583         * tests/unictype/test-categ_Ps.c: Regenerated.
584         * tests/unictype/test-categ_S.c: Regenerated.
585         * tests/unictype/test-categ_Sk.c: Regenerated.
586         * tests/unictype/test-categ_Sm.c: Regenerated.
587         * tests/unictype/test-categ_So.c: Regenerated.
588         * tests/unictype/test-ctype_alnum.c: Regenerated.
589         * tests/unictype/test-ctype_alpha.c: Regenerated.
590         * tests/unictype/test-ctype_graph.c: Regenerated.
591         * tests/unictype/test-ctype_lower.c: Regenerated.
592         * tests/unictype/test-ctype_print.c: Regenerated.
593         * tests/unictype/test-ctype_punct.c: Regenerated.
594         * tests/unictype/test-ctype_upper.c: Regenerated.
595         * tests/unictype/test-decdigit.h: Regenerated.
596         * tests/unictype/test-digit.h: Regenerated.
597         * tests/unictype/test-numeric.h: Regenerated.
598         * tests/unictype/test-pr_alphabetic.c: Regenerated.
599         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
600         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
601         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
602         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
603         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
604         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
605         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
606         * tests/unictype/test-pr_combining.c: Regenerated.
607         * tests/unictype/test-pr_dash.c: Regenerated.
608         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
609         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
610         * tests/unictype/test-pr_deprecated.c: Regenerated.
611         * tests/unictype/test-pr_diacritic.c: Regenerated.
612         * tests/unictype/test-pr_extender.c: Regenerated.
613         * tests/unictype/test-pr_format_control.c: Regenerated.
614         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
615         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
616         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
617         * tests/unictype/test-pr_id_continue.c: Regenerated.
618         * tests/unictype/test-pr_id_start.c: Regenerated.
619         * tests/unictype/test-pr_ideographic.c: Regenerated.
620         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
621         * tests/unictype/test-pr_lowercase.c: Regenerated.
622         * tests/unictype/test-pr_math.c: Regenerated.
623         * tests/unictype/test-pr_numeric.c: Regenerated.
624         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
625         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
626         Regenerated.
627         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
628         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
629         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
630         * tests/unictype/test-pr_other_math.c: Regenerated.
631         * tests/unictype/test-pr_punctuation.c: Regenerated.
632         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
633         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
634         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
635         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
636         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
637         * tests/unictype/test-pr_uppercase.c: Regenerated.
638         * tests/unictype/test-pr_xid_continue.c: Regenerated.
639         * tests/unictype/test-pr_xid_start.c: Regenerated.
640         * tests/unictype/test-pr_zero_width.c: Regenerated.
641
642         Update to Unicode 5.1.0.
643         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
644         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
645         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
646         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
647         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
648         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
649         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
650         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
651         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
652         (nonspacing_table_ind): Update.
653         * tests/uniwidth/test-uc_width2.sh: Update expected result.
654
655         Update to Unicode 5.1.0.
656         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
657         code transform.
658         * lib/uniname/uniname.c (unicode_character_name,
659         unicode_name_character): Add the range 0x1Fxxx to the code transform.
660         * lib/uniname/uninames.h: Regenerated.
661         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
662
663 2009-02-07  Bruno Haible  <bruno@clisp.org>
664
665         Merge gen-ctype and gen-lbrk into a single program.
666         * lib/gen-uni-tables.c: New file, incorporating
667         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
668         Add directory prefixes to the names of the generated files.
669         * lib/unictype/gen-ctype.c: Remove file.
670         * lib/unilbrk/gen-lbrk.c: Remove file.
671         * modules/gen-uni-tables: New file.
672         * modules/unictype/gen-ctype: Remove file.
673         * modules/unilbrk/gen-lbrk: Remove file.
674
675 2009-02-07  Bruno Haible  <bruno@clisp.org>
676
677         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
678
679         New module 'unistr/u32-strcoll'.
680         * modules/unistr/u32-strcoll: New file.
681         * lib/unistr/u32-strcoll.c: New file.
682
683         New module 'unistr/u16-strcoll'.
684         * modules/unistr/u16-strcoll: New file.
685         * lib/unistr/u16-strcoll.c: New file.
686
687         New module 'unistr/u8-strcoll'.
688         * modules/unistr/u8-strcoll: New file.
689         * lib/unistr/u8-strcoll.c: New file.
690         * lib/unistr/u-strcoll.h: New file.
691
692 2009-02-07  Bruno Haible  <bruno@clisp.org>
693
694         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
695         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
696         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
697         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
698         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
699         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
700
701 2009-02-07  Bruno Haible  <bruno@clisp.org>
702
703         Make 64-bit clean.
704         * lib/unictype/gen-ctype.c (output_predicate, output_category,
705         output_combclass, output_bidi_category, output_decimal_digit,
706         output_digit, output_numeric, output_mirror, output_scripts,
707         output_ident_category): Use proper width specifier in format strings.
708
709 2009-02-07  Bruno Haible  <bruno@clisp.org>
710
711         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
712         failure behaviour.
713
714 2009-02-07  Jim Meyering  <meyering@redhat.com>
715
716         regex: avoid compilation failure with upcoming gcc-4.4
717         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
718         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
719         "... error: integer overflow in preprocessor expression".
720
721 2009-02-05  Ben Pfaff  <blp@gnu.org>
722
723         Fix link errors on Windows when close module is used.
724         * modules/close: Add $(LIB_CLOSE) to Link section.
725         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
726         $(LIB_CLOSE) on Windows.
727
728 2009-02-05  Jim Meyering  <meyering@redhat.com>
729
730         still avoid unused-parameter warnings, but do it cleanly
731         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
732         (get_fs_usage): Cast to void instead.
733         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
734         (dev_from_mount_options, read_file_system_list): Cast to void.
735         Prompted by Bruno Haible.
736
737 2009-02-04  Jim Meyering  <meyering@redhat.com>
738
739         fsusage.c: correct copyright year
740         * lib/fsusage.c: Reflect year in which the change is pushed into
741
742         avoid misc. warnings
743         * lib/fsusage.c (UNUSED_PARAM): Define.
744         (get_fs_usage): Mark parameter "disk" as unused.
745         * lib/getugroups.c (getgrent): Use "void" in prototype.
746         * lib/mountlist.c: Mark unused parameters.
747         (read_file_system_list): Declare a local with "const".
748         * lib/nanosleep.c (getnow): Declare static.
749         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
750
751         dirfd: set errno upon failure
752         * lib/dirfd.c: Include <errno.h>.
753         Set errno to ENOTSUP when returning -1.
754         * modules/dirfd (Depends-on): Add errno.
755         Suggested by John Kodis <kodis@comcast.net>.
756
757 2009-02-01  Bruno Haible  <bruno@clisp.org>
758
759         Don't assume sizeof (long) >= sizeof (void *).
760         * lib/memcmp.c: Include stdint.h.
761         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
762         srcp2 to 'const byte *'.
763         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
764         types to uintptr_t.
765         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
766         * modules/memcmp (Depends-on): Add stdint.
767         Reported by Ozkan Sezer <sezeroz@gmail.com>.
768
769 2009-01-30  Eric Blake  <ebb9@byu.net>
770
771         fix more require-before-expand issues
772         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
773         expand, AC_PROG_AWK.
774         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
775
776 2009-01-28  Eric Blake  <ebb9@byu.net>
777
778         version-etc: use consistent URL formatting
779         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
780         Improve formatting.  Use fputs for string without %.
781
782 2009-01-28  Jim Meyering  <meyering@redhat.com>
783
784         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
785         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
786         "underquoted definition of NAME" from autoconf-2.59.
787
788 2009-01-28  Bruno Haible  <bruno@clisp.org>
789
790         * doc/gnulib.texi: Add "Obsolete modules" to index.
791
792 2009-01-28  Jim Meyering  <meyering@redhat.com>
793
794         useless-if-before-free: recognize more variants
795         * build-aux/useless-if-before-free: Also recognize e.g.,
796         if (NULL != p) free (p);
797
798 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
799
800         test-getaddrinfo: skip (don't fail) this test when there's no network
801         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
802         on the presumption that it means you lack network access.
803
804 2009-01-26  Jim Meyering  <meyering@redhat.com>
805
806         fflush: avoid warnings on modern systems
807         * lib/fflush.c (rpl_fflush): Move declarations of locals,
808         pos and result, into scopes where they're used.
809
810 2009-01-26  Eric Blake  <ebb9@byu.net>
811
812         Silence warning reintroduced by recent extensions patch.
813         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
814         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
815         autoconf.
816
817         Backport improved autoconf semantics of AC_DEFUN_ONCE.
818         * m4/00gnulib.m4: New file.
819         * gnulib-tool (func_get_filelist): Always use it.
820         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
821         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
822
823 2009-01-25  Bruno Haible  <bruno@clisp.org>
824
825         Make test-quotearg work on MacOS X and AIX.
826         * tests/test-quotearg.sh: New file.
827         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
828         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
829         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
830         include <libintl.h>.
831         (fake_locale): Remove variable.
832         (gettext, dgettext, dcgettext): Remove functions.
833         (main): Instead of setting a fake locale, set a real locale. Call
834         textdomain and bindtextdomain.
835         * modules/quotearg-tests (Files): Add the new files.
836         (Depends-on): Add gettext, setenv, unsetenv.
837         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
838         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
839         Augment TESTS_ENVIRONMENT.
840
841 2009-01-25  Bruno Haible  <bruno@clisp.org>
842
843         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
844         fr_FR.ISO8859-1 locale on MacOS X.
845         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
846         ja_JP.eucJP locale on MacOS X.
847         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
848         zh_CN.GB18030 locale on MacOS X.
849
850 2009-01-25  Bruno Haible  <bruno@clisp.org>
851
852         Avoid link errors on MacOS X 10.3.
853         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
854         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
855
856 2009-01-25  Bruno Haible  <bruno@clisp.org>
857
858         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
859         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
860         * modules/pipe (Files): Remove m4/posix_spawn.m4.
861         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
862         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
863         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
864         posix_spawnattr_init, posix_spawnattr_setsigmask,
865         posix_spawnattr_setflags, posix_spawnattr_destroy.
866
867         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
868         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
869         * modules/execute (Files): Remove m4/posix_spawn.m4.
870         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
871         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
872         posix_spawnattr_init, posix_spawnattr_setsigmask,
873         posix_spawnattr_setflags, posix_spawnattr_destroy.
874
875 2009-01-25  Bruno Haible  <bruno@clisp.org>
876
877         * lib/glthread/threadlib.c: Include <stdlib.h>.
878
879 2009-01-25  Bruno Haible  <bruno@clisp.org>
880
881         * lib/glthread/threadlib.c (dummy): New declaration.
882
883 2009-01-25  Bruno Haible  <bruno@clisp.org>
884
885         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
886         multibyte characters also for the GB18030 encoding. Don't crash when
887         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
888
889 2009-01-25  Bruno Haible  <bruno@clisp.org>
890
891         Avoid redefining 'struct random_data' on OSF/1 5.1.
892         * lib/stdlib.in.h: Include <random.h> if it exists.
893         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
894         HAVE_RANDOM_H. Include <random.h> when testing whether
895         'struct random_data' exists.
896         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
897
898 2009-01-25  Bruno Haible  <bruno@clisp.org>
899
900         Don't install charset.alias on MacOS X >= 10.3.
901         * lib/localcharset.c (DARWIN7): New macro.
902         (get_charset_aliases): Hardcode the result for Darwin7.
903         * modules/localcharset (install-exec-local): Don't install
904         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
905
906 2009-01-25  Bruno Haible  <bruno@clisp.org>
907
908         Don't install charset.alias on mingw and Cygwin.
909         * modules/localcharset (install-exec-local): Don't install
910         charset.alias on mingw and Cygwin, if the file does not yet exist.
911         The result for these platforms is hardcoded in localcharset.c.
912
913 2009-01-25  Bruno Haible  <bruno@clisp.org>
914
915         Make it possible again to use AC_GNU_SOURCE together with gnulib.
916         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
917         before requiring AC_USE_SYSTEM_EXTENSIONS.
918
919 2009-01-25  Jim Meyering  <meyering@redhat.com>
920
921         c-strtod: avoid warnings
922         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
923         "assignment discards qualifiers from pointer target type" warnings.
924
925 2009-01-24  Bruno Haible  <bruno@clisp.org>
926
927         Add support for non-UTF-8 locales on MacOS X.
928         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
929         canonical encodings. For Darwin 7 and newer, don't map traditional
930         encodings to UTF-8.
931         Reported by Vincent Lefevre <vincent@vinc17.org>
932         at <http://savannah.gnu.org/bugs/?25235>.
933
934 2009-01-24  Bruno Haible  <bruno@clisp.org>
935
936         * doc/gnulib.texi (Obsolete modules): New section.
937         Reported by Mike Frysinger <vapier@gentoo.org>.
938
939 2009-01-24  Bruno Haible  <bruno@clisp.org>
940
941         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
942         (%.dvi): New rule.
943
944 2009-01-24  Bruno Haible  <bruno@clisp.org>
945
946         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
947         Reported by Eric Blake.
948
949 2009-01-24  Bruno Haible  <bruno@clisp.org>
950
951         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
952         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
953         Reported by Gary V. Vaughan <gary@gnu.org>.
954
955 2009-01-24  Bruno Haible  <bruno@clisp.org>
956
957         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
958
959 2009-01-23  Bruno Haible  <bruno@clisp.org>
960
961         Make c-strtod, c-strtold usable in libraries.
962         * lib/c-strtod.c: Include string.h instead of xalloc.h.
963         (C_STRTOD): Call strdup instead of xstrdup.
964         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
965         * modules/c-strtold (Depends-on): Likewise.
966         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
967         * NEWS: Mention the change.
968         Reported by Michael Gold <mgold@ncf.ca>.
969
970 2009-01-23  Jim Meyering  <meyering@redhat.com>
971
972         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
973         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
974         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
975
976 2009-01-23  Simon Josefsson  <simon@josefsson.org>
977
978         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
979         GNU CoreUtils.
980         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
981         * modules/version-etc (Description): Update.
982
983 2009-01-22  Bruno Haible  <bruno@clisp.org>
984
985         Cache the C locale object.
986         * lib/c-strtod.c (c_locale_cache): New variable.
987         (c_locale): New function.
988         (C_STRTOD): Use it, and don't call freelocale.
989         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
990         Suggested by Paolo Bonzini.
991
992 2009-01-21  Bruno Haible  <bruno@clisp.org>
993
994         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
995         conditions other than overflow.
996
997 2009-01-21  Bruno Haible  <bruno@clisp.org>
998
999         * lib/c-strtod.c: Include errno.h.
1000         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
1001         value from STRTOD_L and STRTOD.
1002
1003 2009-01-21  Bruno Haible  <bruno@clisp.org>
1004         and Jim Meyering  <meyering@redhat.com>
1005
1006         nanosleep: skip configure test (fail it) for apple universal builds
1007         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
1008         universal builds, assume that nanosleep does not work.
1009         * modules/nanosleep (Depends-on): Add multiarch.
1010
1011         mktime: skip configure test (fail it) for apple universal builds
1012         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
1013         universal builds, assume that mktime does not work.
1014         * modules/mktime (Depends-on): Add multiarch.
1015
1016 2009-01-21  Eric Blake  <ebb9@byu.net>
1017
1018         multiarch: avoid expand-before-require warning
1019         * modules/multiarch (configure.ac): Require, rather than expand,
1020         gl_MULTIARCH.
1021         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
1022         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
1023         enforce that all clients require it.  Partial reversion of
1024         2008-12-29 patch.
1025
1026         error: avoid expand-before-require warning
1027         * modules/errno (configure.ac): Require, rather than expand,
1028         gl_HEADER_ERRNO_H.
1029         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
1030         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
1031         enforce that all clients require it.
1032
1033         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
1034         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
1035         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
1036         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
1037
1038 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
1039
1040         Revert:
1041         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1042
1043         regex: do not depend on obsolete modules.
1044         * modules/regex: Remove memcmp and memmove.
1045
1046 2009-01-20  Bruno Haible  <bruno@clisp.org>
1047
1048         Make the 'link' module link on Windows NT 4.
1049         * lib/link.c (_WIN32_WINNT): Don't define.
1050         (CreateHardLinkFuncType): New type.
1051         (CreateHardLinkFunc, initialized): New variables.
1052         (initialize): New function.
1053         (link): Invoke CreateHardLink indirectly through the function pointer.
1054
1055 2009-01-20  Bruno Haible  <bruno@clisp.org>
1056
1057         Fix compilation failure on mingw.
1058         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
1059
1060 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
1061
1062         * doc/c-strtod.texi: Mention a couple of restrictions.
1063
1064 2009-01-20  Jim Meyering  <meyering@redhat.com>
1065
1066         gettimeofday: move more declarations out of functions
1067         * lib/gettimeofday.c: Move extern declarations of tzset and
1068         gmtime out of containing functions.  Prompted by Bruno Haible.
1069
1070 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1071
1072         regex: do not depend on obsolete modules.
1073         * modules/regex: Remove memcmp and memmove.
1074
1075 2009-01-19  Bruno Haible  <bruno@clisp.org>
1076
1077         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1078         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
1079         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1080         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
1081         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
1082
1083 2009-01-19  Bruno Haible  <bruno@clisp.org>
1084
1085         * tests/test-link.c: Include <errno.h>.
1086         (main): Exit with code 77 when a hard link cannot be created due to
1087         the file system.
1088         * tests/test-link.sh: Skip test when a hard link cannot be created due
1089         to the file system.
1090         Suggested by Eric Blake.
1091
1092 2009-01-19  Martin Lambers  <marlam@marlam.de>
1093
1094         * modules/link-tests: New file.
1095         * tests/test-link.sh: New file.
1096         * tests/test-link.c: New file.
1097
1098 2009-01-19  Eric Blake  <ebb9@byu.net>
1099
1100         doc: mention another function added in cygwin 1.7.0
1101         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
1102         Another new function in cygwin 1.7.
1103
1104 2009-01-19  Bruno Haible  <bruno@clisp.org>
1105
1106         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
1107         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
1108         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
1109         gl_BIGENDIAN, not AC_C_BIGENDIAN.
1110         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
1111         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
1112         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
1113         * m4/md4.m4 (gl_MD4): Likewise.
1114         * m4/md5.m4 (gl_MD5): Likewise.
1115         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
1116         * m4/sha1.m4 (gl_SHA1): Likewise.
1117         * m4/sha256.m4 (gl_SHA256): Likewise.
1118         * m4/sha512.m4 (gl_SHA512): Likewise.
1119
1120 2009-01-19  Bruno Haible  <bruno@clisp.org>
1121
1122         * modules/uniname/uniname-tests (Depends-on): Add progname.
1123         * tests/uniname/test-uninames.c: Include progname.h.
1124         (main): Call set_program_name.
1125
1126         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
1127         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
1128         (main): Call set_program_name.
1129
1130         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
1131         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
1132         (main): Call set_program_name.
1133
1134         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
1135         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
1136         (main): Call set_program_name.
1137
1138         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
1139         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
1140         (main): Call set_program_name.
1141
1142         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
1143         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
1144         (main): Call set_program_name.
1145
1146         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
1147         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
1148         (main): Call set_program_name.
1149
1150         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
1151         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
1152         (main): Call set_program_name.
1153
1154         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
1155         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
1156         (main): Call set_program_name.
1157
1158 2009-01-19  Eric Blake  <ebb9@byu.net>
1159
1160         test-unistd: test previous patch
1161         * tests/test-unistd.c: Test *_FILENO macros.
1162
1163         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
1164         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1165         Guarantee a definition.
1166         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
1167         * modules/unistd-safer (Depends-on): Add dependency on unistd.
1168         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
1169         * lib/dup-safer.c (STDERR_FILENO): Likewise.
1170         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1171         Likewise.
1172         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
1173         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
1174         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
1175         Likewise.
1176         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
1177         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
1178         (STDERR_FILENO): Likewise.
1179         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
1180         (STDERR_FILENO): Likewise.
1181         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
1182         (STDERR_FILENO): Likewise.
1183         Reported by Elbert Pol.
1184
1185 2009-01-19  Eric Blake  <ebb9@byu.net>
1186
1187         doc: mention more functions added in cygwin 1.7.0
1188         * doc/posix-functions/abort.texi (abort): Update wording related
1189         to cygwin.
1190         * doc/posix-functions/daylight.texi (daylight): Likewise.
1191         * doc/posix-functions/optarg.texi (optarg): Likewise.
1192         * doc/posix-functions/optarg.texi (opterr): Likewise.
1193         * doc/posix-functions/optarg.texi (optind): Likewise.
1194         * doc/posix-functions/optarg.texi (optopt): Likewise.
1195         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
1196         worked in 1.5.x, and was withdrawn in 1.7.
1197         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
1198         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
1199         cygwin versions.
1200         * doc/posix-functions/perror.texi (perror): Likewise.
1201         * doc/posix-functions/printf.texi (printf): Likewise.
1202         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
1203         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
1204         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
1205         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
1206         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
1207         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
1208         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
1209         Likewise.
1210         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1211         Likewise.
1212         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
1213         this function.
1214         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
1215         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
1216         Likewise.
1217         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
1218         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
1219         * doc/posix-functions/confstr.texi (confstr): Likewise.
1220         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
1221         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
1222         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
1223         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
1224         * doc/posix-functions/fputws.texi (fputws): Likewise.
1225         * doc/posix-functions/fwide.texi (fwide): Likewise.
1226         * doc/posix-functions/getwc.texi (getwc): Likewise.
1227         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
1228         * doc/posix-functions/putwc.texi (putwc): Likewise.
1229         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
1230         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
1231         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
1232         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
1233         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
1234         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
1235         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
1236         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
1237         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
1238         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
1239         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
1240
1241 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1242
1243         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
1244         * lib/ioctl.c: Include <sys/ioctl.h>.
1245
1246 2009-01-19  Simon Josefsson  <simon@josefsson.org>
1247
1248         * modules/getdate-tests (Depends-on): Add progname.
1249         * tests/test-getdate.c: Use progname module, to avoid link errors
1250         on non-glibc systems.
1251
1252 2009-01-18  Simon Josefsson  <simon@josefsson.org>
1253
1254         * modules/filenamecat-tests (Depends-on): Add progname.
1255         * modules/fstrcmp-tests (Depends-on): Likewise.
1256
1257         * tests/test-filenamecat.c: Use progname module, to avoid link
1258         errors on non-glibc systems.
1259         * tests/test-fstrcmp.c: Likewise.
1260
1261 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
1262
1263         gettimeofday: avoid warning: nested extern declaration of 'localtime'
1264         * lib/gettimeofday.c: Move extern declaration out of function.
1265
1266 2009-01-18  Bruno Haible  <bruno@clisp.org>
1267
1268         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
1269         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
1270         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
1271
1272 2009-01-18  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/strftime.c (MEMPCPY): Remove unused macro.
1275         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
1276
1277 2009-01-18  Martin Lambers  <marlam@marlam.de>
1278
1279         New module 'link'.
1280         * lib/unistd.in.h (link): New declaration.
1281         * lib/link.c: New file.
1282         * m4/link.m4: New file.
1283         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
1284         HAVE_LINK.
1285         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
1286         * modules/link: New file.
1287         * doc/posix-functions/link.texi: Mention the new module.
1288
1289 2009-01-18  Bruno Haible  <bruno@clisp.org>
1290
1291         * tests/test-avltree_list.c (main): Call set_program_name.
1292         * tests/test-avltree_oset.c (main): Likewise.
1293         * tests/test-obstack-printf.c: Include progname.h.
1294         (main): Call set_program_name.
1295         * tests/test-quotearg.c: Include progname.h.
1296         (main): Call set_program_name.
1297         * tests/test-xmemdup0.c: Include progname.h.
1298         (main): Call set_program_name.
1299
1300 2009-01-18  Bruno Haible  <bruno@clisp.org>
1301
1302         New module 'alphasort'.
1303         * lib/dirent.in.h (alphasort): New declaration.
1304         * lib/alphasort.c: New file, from glibc with modifications.
1305         * m4/alphasort.m4: New file.
1306         * modules/alphasort: New file.
1307         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
1308         HAVE_ALPHASORT.
1309         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
1310         HAVE_ALPHASORT.
1311         * doc/posix-functions/alphasort.texi: Mention the new module and the
1312         portability problems.
1313
1314 2009-01-18  Bruno Haible  <bruno@clisp.org>
1315
1316         New module 'scandir'.
1317         * lib/dirent.in.h (scandir): New declaration.
1318         * lib/scandir.c: New file, from glibc with modifications.
1319         * m4/scandir.m4: New file.
1320         * modules/scandir: New file.
1321         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
1322         HAVE_SCANDIR.
1323         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
1324         HAVE_SCANDIR.
1325         * doc/posix-functions/scandir.texi: Mention the new module and the
1326         portability problems.
1327
1328 2009-01-17  Bruno Haible  <bruno@clisp.org>
1329
1330         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
1331         Update documentation.
1332         (func_remove_suffix): Escape all dots in the suffix. Update
1333         documentation.
1334         (func_filter_filelist): Update documentation.
1335         Reported by Ralf Wildenhues.
1336
1337 2009-01-17  Bruno Haible  <bruno@clisp.org>
1338
1339         * modules/dprintf-posix-tests: New file.
1340         * tests/test-dprintf-posix.sh: New file.
1341         * tests/test-dprintf-posix.c: New file.
1342
1343         New modules 'dprintf', 'dprintf-posix'.
1344         * lib/stdio.in.h (dprintf): New declaration.
1345         * lib/dprintf.c: New file.
1346         * m4/dprintf.m4: New file.
1347         * m4/dprintf-posix.m4: New file.
1348         * modules/dprintf: New file.
1349         * modules/dprintf-posix: New file.
1350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
1351         HAVE_DPRINTF, REPLACE_DPRINTF.
1352         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
1353         HAVE_DPRINTF, REPLACE_DPRINTF.
1354         * doc/posix-functions/dprintf.texi: Mention the new modules.
1355
1356 2009-01-17  Bruno Haible  <bruno@clisp.org>
1357
1358         * modules/vdprintf-posix-tests: New file.
1359         * tests/test-vdprintf-posix.sh: New file.
1360         * tests/test-vdprintf-posix.c: New file.
1361
1362         New modules 'vdprintf', 'vdprintf-posix'.
1363         * lib/stdio.in.h (vdprintf): New declaration.
1364         * lib/vdprintf.c: New file.
1365         * m4/vdprintf.m4: New file.
1366         * m4/vdprintf-posix.m4: New file.
1367         * modules/vdprintf: New file.
1368         * modules/vdprintf-posix: New file.
1369         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
1370         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1371         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
1372         HAVE_VDPRINTF, REPLACE_VDPRINTF.
1373         * doc/posix-functions/vdprintf.texi: Mention the new modules.
1374
1375 2009-01-17  Bruno Haible  <bruno@clisp.org>
1376
1377         Fix replacement of fopen on mingw.
1378         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
1379         mingw.
1380
1381 2009-01-17  Bruno Haible  <bruno@clisp.org>
1382
1383         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
1384         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
1385
1386 2009-01-17  Bruno Haible  <bruno@clisp.org>
1387
1388         Avoid test-fflush2.sh failure on mingw.
1389         * tests/test-fflush2.c: Include binary-io.h.
1390         (main): Put standard input into binary mode.
1391         * modules/fflush-tests (Depends-on): Add binary-io.
1392
1393 2009-01-17  Bruno Haible  <bruno@clisp.org>
1394
1395         * lib/wchar.in.h: In another particular situation, include only the
1396         system's <wchar.h> file.
1397         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
1398         Reported by Albert Chin-A-Young <china@thewrittenword.com>
1399         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
1400
1401 2009-01-17  Bruno Haible  <bruno@clisp.org>
1402
1403         Support for stripping executables in --enable-relocatable.
1404         * build-aux/install-reloc: Expect one more argument, or an environment
1405         variable RELOC_STRIP_PROG. If set, strip the destination program and
1406         its wrapper.
1407         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
1408         RELOC_STRIP_PROG.
1409         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
1410         to set RELOCATABLE_STRIP.
1411         * NEWS: Mention the new Makefile requirement.
1412
1413 2009-01-17  Bruno Haible  <bruno@clisp.org>
1414
1415         * build-aux/install-reloc: Remove debugging information left over by
1416         C compiler on MacOS X.
1417
1418 2009-01-17  Bruno Haible  <bruno@clisp.org>
1419
1420         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
1421         * lib/progreloc.c (find_executable): Fix type of pointer passed to
1422         _NSGetExecutablePath.
1423
1424 2009-01-16  Jim Meyering  <meyering@redhat.com>
1425
1426         strerror: avoid warnings about discarding "const"
1427         * lib/strerror.c (rpl_strerror): Instead of returning a const
1428         string from each and every "case", use a variable, and add a single
1429         cast after the switch.
1430
1431 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
1432
1433         * lib/arpa_inet.in.h: Add extern "C" block for C++.
1434
1435 2009-01-16  Bruno Haible  <bruno@clisp.org>
1436
1437         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
1438         array initializer syntax that also works in C++ mode.
1439         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1440
1441 2009-01-16  Jim Meyering  <meyering@redhat.com>
1442
1443         poll: suppress a warning
1444         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
1445         to ignore "...unsigned expression < 0 is always false" warnings.
1446
1447 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
1448
1449         poll: remove declarations of unused variables
1450         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
1451         sockbuf and optlen.
1452
1453 2009-01-15  Bruno Haible  <bruno@clisp.org>
1454
1455         Make fflush-after-ungetc POSIX compliant on BSD systems.
1456         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
1457         (clear_ungetc_buffer): Implement also for other systems.
1458         (rpl_fflush): On glibc systems, invoke
1459         clear_ungetc_buffer_preserving_position. Otherwise, invoke
1460         clear_ungetc_buffer after fetching the stream's position, not before.
1461
1462 2009-01-15  Bruno Haible  <bruno@clisp.org>
1463
1464         Make fflush-after-ungetc POSIX compliant on glibc systems.
1465         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
1466         after ungetc.
1467         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
1468         (rpl_fflush): On glibc systems, simply call the system's fflush
1469         function after clearing the ungetc buffer.
1470         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
1471         Instead, lseek only to the end of file, then use the system's fseeko
1472         for the rest. On glibc systems, reset the EOF indicator bit.
1473
1474 2009-01-15  Jim Meyering  <meyering@redhat.com>
1475
1476         openmp.m4: revert quote-adding change, for portability to older autoconf
1477         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
1478         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
1479         Simon Josefsson noticed the problem when using autoconf-2.61.
1480
1481 2009-01-15  Bruno Haible  <bruno@clisp.org>
1482
1483         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
1484         * tests/test-fflush2.c (ASSERT): Always fail.
1485         (main): Add two tests for fflush() after ungetc(), taking into account
1486         the Austin Group's clarification.
1487         Suggested by Eric Blake.
1488
1489 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
1490
1491         mktime.m4: remove K&R-style function prototypes
1492         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
1493         for the Sun C++ compiler.
1494
1495 2009-01-14  Bruno Haible  <bruno@clisp.org>
1496
1497         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
1498         while including <wchar.h>.
1499         * lib/wchar.in.h: In two particular situations on HP-UX, include only
1500         the system's <wchar.h> file.
1501         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1502
1503 2009-01-14  Bruno Haible  <bruno@clisp.org>
1504
1505         * m4/csharp.m4: Don't mention gettext on the serial number line.
1506         * m4/csharpexec.m4: Likewise.
1507         * m4/eaccess.m4: Likewise.
1508         * m4/javaexec.m4: Likewise.
1509         * m4/sig_atomic_t.m4: Likewise.
1510         * m4/tmpdir.m4: Likewise.
1511         * m4/intldir.m4: Bump gettext version.
1512         * m4/lib-ld.m4: Likewise.
1513
1514 2009-01-14  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/progname.c (set_program_name): Add more comments.
1517         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
1518
1519 2009-01-14  Simon Josefsson  <simon@josefsson.org>
1520
1521         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
1522         were sys/stat.h does not define it.
1523
1524 2009-01-14  Jim Meyering  <meyering@redhat.com>
1525
1526         many *.m4 files: improve m4 quoting
1527         99% of this change was performed by running the following commands:
1528         git ls-files | grep '\.m4$' | xargs perl -pi \
1529           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
1530           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1531           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
1532           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
1533         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
1534         The remainder were to add Copyright dates, increment serial numbers,
1535         undo some changes in comments, exclude m4/intl.m4, and add quotes
1536         around the "1" in ",1" where the unusual spacing prohibited the
1537         above regexps from doing the job.  For more details, see
1538         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
1539         * m4/acl.m4: Modified.
1540         * m4/afs.m4: Likewise.
1541         * m4/alloca.m4: Likewise.
1542         * m4/argp.m4: Likewise.
1543         * m4/argz.m4: Likewise.
1544         * m4/atexit.m4: Likewise.
1545         * m4/bison-i18n.m4: Likewise.
1546         * m4/bison.m4: Likewise.
1547         * m4/byteswap.m4: Likewise.
1548         * m4/c-stack.m4: Likewise.
1549         * m4/c-strtod.m4: Likewise.
1550         * m4/calloc.m4: Likewise.
1551         * m4/canonicalize-lgpl.m4: Likewise.
1552         * m4/chown.m4: Likewise.
1553         * m4/clock_time.m4: Likewise.
1554         * m4/codeset.m4: Likewise.
1555         * m4/copy-file.m4: Likewise.
1556         * m4/csharp.m4: Likewise.
1557         * m4/csharpcomp.m4: Likewise.
1558         * m4/csharpexec.m4: Likewise.
1559         * m4/d-ino.m4: Likewise.
1560         * m4/d-type.m4: Likewise.
1561         * m4/dirfd.m4: Likewise.
1562         * m4/double-slash-root.m4: Likewise.
1563         * m4/eaccess.m4: Likewise.
1564         * m4/eealloc.m4: Likewise.
1565         * m4/environ.m4: Likewise.
1566         * m4/errno_h.m4: Likewise.
1567         * m4/euidaccess.m4: Likewise.
1568         * m4/execute.m4: Likewise.
1569         * m4/fatal-signal.m4: Likewise.
1570         * m4/fchdir.m4: Likewise.
1571         * m4/fcntl_h.m4: Likewise.
1572         * m4/fileblocks.m4: Likewise.
1573         * m4/filenamecat.m4: Likewise.
1574         * m4/findprog.m4: Likewise.
1575         * m4/flexmember.m4: Likewise.
1576         * m4/fnmatch.m4: Likewise.
1577         * m4/fopen.m4: Likewise.
1578         * m4/fpending.m4: Likewise.
1579         * m4/fprintf-posix.m4: Likewise.
1580         * m4/free.m4: Likewise.
1581         * m4/frexp.m4: Likewise.
1582         * m4/frexpl.m4: Likewise.
1583         * m4/fsusage.m4: Likewise.
1584         * m4/ftruncate.m4: Likewise.
1585         * m4/gc-camellia.m4: Likewise.
1586         * m4/gc-random.m4: Likewise.
1587         * m4/gc.m4: Likewise.
1588         * m4/getaddrinfo.m4: Likewise.
1589         * m4/getcwd-abort-bug.m4: Likewise.
1590         * m4/getcwd-path-max.m4: Likewise.
1591         * m4/getdate.m4: Likewise.
1592         * m4/getdomainname.m4: Likewise.
1593         * m4/getgroups.m4: Likewise.
1594         * m4/gethostname.m4: Likewise.
1595         * m4/gethrxtime.m4: Likewise.
1596         * m4/getline.m4: Likewise.
1597         * m4/getloadavg.m4: Likewise.
1598         * m4/getndelim2.m4: Likewise.
1599         * m4/getpass.m4: Likewise.
1600         * m4/gettext.m4: Likewise.
1601         * m4/gettime.m4: Likewise.
1602         * m4/gettimeofday.m4: Likewise.
1603         * m4/gnulib-common.m4: Likewise.
1604         * m4/group-member.m4: Likewise.
1605         * m4/host-os.m4: Likewise.
1606         * m4/iconv.m4: Likewise.
1607         * m4/iconv_open.m4: Likewise.
1608         * m4/inet_ntop.m4: Likewise.
1609         * m4/inet_pton.m4: Likewise.
1610         * m4/inline.m4: Likewise.
1611         * m4/intldir.m4: Likewise.
1612         * m4/intlmacosx.m4: Likewise.
1613         * m4/intmax.m4: Likewise.
1614         * m4/intmax_t.m4: Likewise.
1615         * m4/inttypes.m4: Likewise.
1616         * m4/inttypes_h.m4: Likewise.
1617         * m4/inttypes-pri.m4: Likewise.
1618         * m4/isapipe.m4: Likewise.
1619         * m4/isnand.m4: Likewise.
1620         * m4/isnanf.m4: Likewise.
1621         * m4/isnanl.m4: Likewise.
1622         * m4/javacomp.m4: Likewise.
1623         * m4/javaexec.m4: Likewise.
1624         * m4/jm-winsz1.m4: Likewise.
1625         * m4/jm-winsz2.m4: Likewise.
1626         * m4/lchown.m4: Likewise.
1627         * m4/lcmessage.m4: Likewise.
1628         * m4/ldexpl.m4: Likewise.
1629         * m4/lib-ld.m4: Likewise.
1630         * m4/lib-link.m4: Likewise.
1631         * m4/libsigsegv.m4: Likewise.
1632         * m4/link-follow.m4: Likewise.
1633         * m4/localcharset.m4: Likewise.
1634         * m4/locale-fr.m4: Likewise.
1635         * m4/locale-ja.m4: Likewise.
1636         * m4/locale-tr.m4: Likewise.
1637         * m4/locale-zh.m4: Likewise.
1638         * m4/lock.m4: Likewise.
1639         * m4/longlong.m4: Likewise.
1640         * m4/ls-mntd-fs.m4: Likewise.
1641         * m4/lstat.m4: Likewise.
1642         * m4/malloc.m4: Likewise.
1643         * m4/mathl.m4: Likewise.
1644         * m4/mbrtowc.m4: Likewise.
1645         * m4/mbstate_t.m4: Likewise.
1646         * m4/mbswidth.m4: Likewise.
1647         * m4/memchr.m4: Likewise.
1648         * m4/memcmp.m4: Likewise.
1649         * m4/memcpy.m4: Likewise.
1650         * m4/memmem.m4: Likewise.
1651         * m4/memmove.m4: Likewise.
1652         * m4/mempcpy.m4: Likewise.
1653         * m4/memrchr.m4: Likewise.
1654         * m4/memset.m4: Likewise.
1655         * m4/minmax.m4: Likewise.
1656         * m4/mkdir-slash.m4: Likewise.
1657         * m4/mkdtemp.m4: Likewise.
1658         * m4/mktime.m4: Likewise.
1659         * m4/mmap-anon.m4: Likewise.
1660         * m4/mountlist.m4: Likewise.
1661         * m4/nanosleep.m4: Likewise.
1662         * m4/nls.m4: Likewise.
1663         * m4/nocrash.m4: Likewise.
1664         * m4/open.m4: Likewise.
1665         * m4/openat.m4: Likewise.
1666         * m4/openmp.m4: Likewise.
1667         * m4/pathmax.m4: Likewise.
1668         * m4/perl.m4: Likewise.
1669         * m4/physmem.m4: Likewise.
1670         * m4/pipe.m4: Likewise.
1671         * m4/po.m4: Likewise.
1672         * m4/poll.m4: Likewise.
1673         * m4/posixtm.m4: Likewise.
1674         * m4/posixver.m4: Likewise.
1675         * m4/printf-frexp.m4: Likewise.
1676         * m4/printf-frexpl.m4: Likewise.
1677         * m4/printf-posix.m4: Likewise.
1678         * m4/printf-posix-rpl.m4: Likewise.
1679         * m4/printf.m4: Likewise.
1680         * m4/progtest.m4: Likewise.
1681         * m4/putenv.m4: Likewise.
1682         * m4/readline.m4: Likewise.
1683         * m4/readlink.m4: Likewise.
1684         * m4/readutmp.m4: Likewise.
1685         * m4/realloc.m4: Likewise.
1686         * m4/regex.m4: Likewise.
1687         * m4/relocatable.m4: Likewise.
1688         * m4/relocatable-lib.m4: Likewise.
1689         * m4/rename-dest-slash.m4: Likewise.
1690         * m4/rename.m4: Likewise.
1691         * m4/rmdir-errno.m4: Likewise.
1692         * m4/rmdir.m4: Likewise.
1693         * m4/roundf.m4: Likewise.
1694         * m4/roundl.m4: Likewise.
1695         * m4/rpmatch.m4: Likewise.
1696         * m4/save-cwd.m4: Likewise.
1697         * m4/selinux-selinux-h.m4: Likewise.
1698         * m4/setenv.m4: Likewise.
1699         * m4/settime.m4: Likewise.
1700         * m4/sig2str.m4: Likewise.
1701         * m4/sig_atomic_t.m4: Likewise.
1702         * m4/signalblocking.m4: Likewise.
1703         * m4/signbit.m4: Likewise.
1704         * m4/sigpipe.m4: Likewise.
1705         * m4/sockets.m4: Likewise.
1706         * m4/sockpfaf.m4: Likewise.
1707         * m4/st_dm_mode.m4: Likewise.
1708         * m4/stat-time.m4: Likewise.
1709         * m4/stdbool.m4: Likewise.
1710         * m4/stdint.m4: Likewise.
1711         * m4/stdint_h.m4: Likewise.
1712         * m4/stpcpy.m4: Likewise.
1713         * m4/stpncpy.m4: Likewise.
1714         * m4/strcase.m4: Likewise.
1715         * m4/strchrnul.m4: Likewise.
1716         * m4/strcspn.m4: Likewise.
1717         * m4/strdup.m4: Likewise.
1718         * m4/strftime.m4: Likewise.
1719         * m4/strndup.m4: Likewise.
1720         * m4/strnlen.m4: Likewise.
1721         * m4/strpbrk.m4: Likewise.
1722         * m4/strptime.m4: Likewise.
1723         * m4/strsep.m4: Likewise.
1724         * m4/strtod.m4: Likewise.
1725         * m4/strtoimax.m4: Likewise.
1726         * m4/strtok_r.m4: Likewise.
1727         * m4/strtol.m4: Likewise.
1728         * m4/strtoll.m4: Likewise.
1729         * m4/strtoul.m4: Likewise.
1730         * m4/strtoull.m4: Likewise.
1731         * m4/strtoumax.m4: Likewise.
1732         * m4/strverscmp.m4: Likewise.
1733         * m4/threadlib.m4: Likewise.
1734         * m4/timegm.m4: Likewise.
1735         * m4/tm_gmtoff.m4: Likewise.
1736         * m4/tmpdir.m4: Likewise.
1737         * m4/tmpfile.m4: Likewise.
1738         * m4/tzset.m4: Likewise.
1739         * m4/uintmax_t.m4: Likewise.
1740         * m4/unlinkdir.m4: Likewise.
1741         * m4/unlocked-io.m4: Likewise.
1742         * m4/uptime.m4: Likewise.
1743         * m4/userspec.m4: Likewise.
1744         * m4/utimbuf.m4: Likewise.
1745         * m4/utime.m4: Likewise.
1746         * m4/utimes-null.m4: Likewise.
1747         * m4/utimes.m4: Likewise.
1748         * m4/vararrays.m4: Likewise.
1749         * m4/vasnprintf.m4: Likewise.
1750         * m4/vfprintf-posix.m4: Likewise.
1751         * m4/vprintf-posix.m4: Likewise.
1752         * m4/wait-process.m4: Likewise.
1753         * m4/wchar_t.m4: Likewise.
1754         * m4/wint_t.m4: Likewise.
1755         * m4/write-any-file.m4: Likewise.
1756         * m4/yield.m4: Likewise.
1757
1758 2009-01-13  Bruno Haible  <bruno@clisp.org>
1759
1760         Avoid test-copy-file.sh failures when ACL support insufficient.
1761         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
1762         TESTS_ENVIRONMENT.
1763         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
1764         Reported by Jim Meyering.
1765
1766 2009-01-13  Bruno Haible  <bruno@clisp.org>
1767
1768         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
1769         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
1770         * modules/unistdio/u8-printf-parse (Files): Likewise.
1771         * modules/unistdio/u32-printf-parse (Files): Likewise.
1772         * modules/unistdio/ulc-printf-parse (Files): Likewise.
1773
1774 2009-01-13  Simon Josefsson  <simon@josefsson.org>
1775
1776         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
1777         and m4/inttypes_h.m4 too.
1778
1779 2009-01-12  Eric Blake  <ebb9@byu.net>
1780
1781         tests: IRIX 6.2 cc can't compile -0.0 into .data
1782         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
1783         rather than at compile-time.
1784         * tests/test-floorl.c (minus_zero): Likewise.
1785         * tests/test-frexpl.c (minus_zero): Likewise.
1786         * tests/test-isnan.c (minus_zerol): Likewise.
1787         * tests/test-isnanl.h (minus_zero): Likewise.
1788         * tests/test-ldexpl.c (minus_zero): Likewise.
1789         * tests/test-roundl.c (minus_zero): Likewise.
1790         * tests/test-signbit.c (minus_zerol): Likewise.
1791         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1792         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1793         * tests/test-truncl.c (minus_zero): Likewise.
1794         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1795         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1796         Reported by Tom G. Christensen and Nelson H. F. Beebe.
1797
1798 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1799
1800         regex: fix glibc bug 9697
1801         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1802         handling.
1803
1804 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1805
1806         regex: fix glibc bug 697
1807         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1808         being NULL also if there are no backreferences.
1809
1810 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
1811
1812         regex: merge glibc changes
1813         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1814         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1815         re_string_skip_chars, re_string_reconstruct): Likewise.
1816         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1817
1818 2009-01-07  Jim Meyering  <meyering@redhat.com>
1819
1820         poll: filter through cppi
1821         * lib/poll.c: Indent cpp directives to reflect nesting.
1822
1823 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
1824
1825         poll: don't return uninitialized
1826         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
1827
1828 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
1829
1830         avoid compile failure on AIX 6.1
1831         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
1832         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
1833
1834 2009-01-04  Jim Meyering  <meyering@redhat.com>
1835
1836         remove duplicate inclusion of <stdio.h>
1837         * tests/test-fprintf-posix.c: Likewise.
1838         * tests/test-printf-posix.c: Likewise.
1839         * tests/test-snprintf-posix.c: Likewise.
1840         * tests/test-sprintf-posix.c: Likewise.
1841         * tests/test-vasprintf-posix.c: Likewise.
1842         * tests/test-vfprintf-posix.c: Likewise.
1843         * tests/test-vprintf-posix.c: Likewise.
1844         * tests/test-vsnprintf-posix.c: Likewise.
1845         * tests/test-vsprintf-posix.c: Likewise.
1846
1847 2009-01-03  Jim Meyering  <meyering@redhat.com>
1848
1849         gnulib-tool: fix sed-based filtering
1850         * gnulib-tool (func_filter_filelist): Remove extra backslash
1851         in sed_fff_filter definition.
1852
1853 2009-01-02  Jim Meyering  <meyering@redhat.com>
1854
1855         strftime: avoid compilation failure on Solaris 2.6
1856         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
1857         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
1858         Don't #define mbrlen or mbsinit, since now they're guaranteed to
1859         be available.  Reported by Tom G. Christensen.  Details in
1860         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
1861
1862 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1863             Bruno Haible  <bruno@clisp.org>
1864
1865         Speed up gnulib-tool by doing more string processing through shell
1866         built-ins.
1867         * gnulib-tool (fast_func_append): New variable.
1868         (func_remove_prefix, func_remove_suffix): New functions.
1869         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
1870         (func_filter_filelist): New function.
1871         (func_get_dependencies): Use func_remove_suffix instead of sed.
1872         (func_get_automake_snippet): Use func_filter_filelist instead of a
1873         subshell and sed invocation.
1874
1875 2009-01-01  Bruno Haible  <bruno@clisp.org>
1876
1877         Fix a security bug.
1878         * gnulib-tool (func_import, import, update): Don't allow the characters
1879         '"', '$', '`', '\' in macro arguments that become part of commands that
1880         are evaluated.
1881
1882 2009-01-01  Bruno Haible  <bruno@clisp.org>
1883
1884         * gnulib-tool (func_reset_sigpipe): Add more comments.
1885
1886 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1887
1888         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
1889         func_emit_tests_Makefile_am, func_import): Abort loops early if we
1890         already know the answer.
1891
1892 2009-01-01  Jim Meyering  <meyering@redhat.com>
1893
1894         * lib/version-etc.c (version_etc_va): Update copyright year.
1895
1896 2008-12-30  Bruno Haible  <bruno@clisp.org>
1897
1898         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
1899         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
1900         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
1901
1902 2008-12-29  Eric Blake  <ebb9@byu.net>
1903
1904         multiarch: avoid autoconf AC_REQUIRE bug
1905         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
1906         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
1907         2.63 and older.
1908         Reported by Bruno Haible, and analyzed in
1909         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
1910
1911 2008-12-29  Bruno Haible  <bruno@clisp.org>
1912
1913         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
1914         files in subdirectories correctly.
1915         Reported by Ralf Wildenhues.
1916
1917 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1918
1919         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
1920         rather than 'join FILE -', for Solaris join.
1921
1922 2008-12-29  Bruno Haible  <bruno@clisp.org>
1923
1924         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
1925         quoting.
1926         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
1927         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
1928         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
1929         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
1930         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
1931         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
1932         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
1933         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
1934         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1935         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
1936         * m4/nls.m4 (AM_NLS): Likewise.
1937         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
1938         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
1939         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1940         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
1941         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
1942         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
1943         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
1944         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
1945         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
1946         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1947         * m4/xsize.m4 (gl_XSIZE): Likewise.
1948         Suggested by Jim Meyering.
1949
1950 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1951
1952         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
1953         * lib/parse-duration.c: use a switch instead of cascading if's.
1954
1955 2008-12-29  Eric Blake  <ebb9@byu.net>
1956
1957         wchar.h: supply WEOF on Irix 5.3
1958         * lib/wchar.in.h (wint_t): Also supply WEOF.
1959         * lib/wctype.in.h (wint_t): Likewise.
1960         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
1961         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
1962         Reported by Tom G. Christensen.
1963
1964 2008-12-26  Bruno Haible  <bruno@clisp.org>
1965
1966         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
1967         i486, i586, i686.
1968
1969 2008-12-26  Bruno Haible  <bruno@clisp.org>
1970
1971         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
1972
1973 2008-12-26  Bruno Haible  <bruno@clisp.org>
1974
1975         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
1976         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
1977         not __STDC_CONSTANT_MACROS.
1978         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1979
1980 2008-12-25  Bruno Haible  <bruno@clisp.org>
1981
1982         Add support for universal builds to vasnprintf.
1983         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
1984         universal builds, guess no.
1985         * modules/vasnprintf-posix (Depends-on): Add multiarch.
1986         * modules/vasprintf-posix (Depends-on): Likewise.
1987         * modules/fprintf-posix (Depends-on): Likewise.
1988         * modules/vfprintf-posix (Depends-on): Likewise.
1989         * modules/snprintf-posix (Depends-on): Likewise.
1990         * modules/vsnprintf-posix (Depends-on): Likewise.
1991         * modules/sprintf-posix (Depends-on): Likewise.
1992         * modules/vsprintf-posix (Depends-on): Likewise.
1993         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1994         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1995         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1996         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1997         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1998         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1999         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2000
2001         Add support for universal builds to <inttypes.h>.
2002         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
2003         _SCNu64_PREFIX): In Apple
2004         universal builds, define directly, using _LP64.
2005         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
2006         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
2007         * modules/inttypes (Depends-on): Add multiarch.
2008         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2009
2010         Add support for universal builds to <stdint.h>.
2011         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
2012         universal builds, define directly, using _LP64.
2013         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
2014         Apple universal builds, don't test for the size and suffix of ptrdiff_t
2015         and size_t.
2016         * modules/stdint (Depends-on): Add multiarch.
2017         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
2018
2019         New module 'multiarch'.
2020         * modules/multiarch: New file.
2021         * m4/multiarch.m4: New file.
2022
2023 2008-12-25  Bruno Haible  <bruno@clisp.org>
2024
2025         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
2026
2027 2008-12-25  Bruno Haible  <bruno@clisp.org>
2028
2029         * modules/btowc (License): Relicense under LGPLv2+.
2030         * modules/mbsinit (License): Likewise.
2031         * modules/mbrtowc (License): Likewise.
2032         * modules/wcrtomb (License): Likewise.
2033         * modules/streq (License): Likewise.
2034         Reported by David Lutterkort <lutter@redhat.com>.
2035
2036 2008-12-23  Bruno Haible  <bruno@clisp.org>
2037
2038         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
2039
2040 2008-12-23  Bruno Haible  <bruno@clisp.org>
2041
2042         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
2043         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
2044         GETADDRINFO_LIB, not in LIBS.
2045         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
2046         * modules/canon-host (Link): Likewise.
2047         * NEWS: Mention the change.
2048         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
2049         GETADDRINFO_LIB.
2050
2051 2008-12-22  Bruno Haible  <bruno@clisp.org>
2052
2053         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
2054         * doc/posix-functions/iswalpha_l.texi: Likewise.
2055         * doc/posix-functions/iswblank_l.texi: Likewise.
2056         * doc/posix-functions/iswcntrl_l.texi: Likewise.
2057         * doc/posix-functions/iswctype_l.texi: Likewise.
2058         * doc/posix-functions/iswdigit_l.texi: Likewise.
2059         * doc/posix-functions/iswgraph_l.texi: Likewise.
2060         * doc/posix-functions/iswlower_l.texi: Likewise.
2061         * doc/posix-functions/iswprint_l.texi: Likewise.
2062         * doc/posix-functions/iswpunct_l.texi: Likewise.
2063         * doc/posix-functions/iswspace_l.texi: Likewise.
2064         * doc/posix-functions/iswupper_l.texi: Likewise.
2065         * doc/posix-functions/iswxdigit_l.texi: Likewise.
2066         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
2067         * doc/posix-functions/open_wmemstream.texi: Likewise.
2068         * doc/posix-functions/swscanf.texi: Likewise.
2069         * doc/posix-functions/towctrans_l.texi: Likewise.
2070         * doc/posix-functions/towlower.texi: Likewise.
2071         * doc/posix-functions/towlower_l.texi: Likewise.
2072         * doc/posix-functions/towupper.texi: Likewise.
2073         * doc/posix-functions/towupper_l.texi: Likewise.
2074         * doc/posix-functions/vfwprintf.texi: Likewise.
2075         * doc/posix-functions/vfwscanf.texi: Likewise.
2076         * doc/posix-functions/vswscanf.texi: Likewise.
2077         * doc/posix-functions/vwprintf.texi: Likewise.
2078         * doc/posix-functions/vwscanf.texi: Likewise.
2079         * doc/posix-functions/wcpcpy.texi: Likewise.
2080         * doc/posix-functions/wcpncpy.texi: Likewise.
2081         * doc/posix-functions/wcscasecmp.texi: Likewise.
2082         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
2083         * doc/posix-functions/wcscoll_l.texi: Likewise.
2084         * doc/posix-functions/wcsdup.texi: Likewise.
2085         * doc/posix-functions/wcsncasecmp.texi: Likewise.
2086         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
2087         * doc/posix-functions/wcsnlen.texi: Likewise.
2088         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2089         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
2090         * doc/posix-functions/wctrans_l.texi: Likewise.
2091         * doc/posix-functions/wctype_l.texi: Likewise.
2092         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
2093         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
2094         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
2095         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
2096         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
2097         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
2098         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
2099         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
2100         * doc/glibc-functions/wcschrnul.texi: Likewise.
2101         * doc/glibc-functions/wcsftime_l.texi: Likewise.
2102         * doc/glibc-functions/wcstod_l.texi: Likewise.
2103         * doc/glibc-functions/wcstof_l.texi: Likewise.
2104         * doc/glibc-functions/wcstol_l.texi: Likewise.
2105         * doc/glibc-functions/wcstold_l.texi: Likewise.
2106         * doc/glibc-functions/wcstoll_l.texi: Likewise.
2107         * doc/glibc-functions/wcstoq.texi: Likewise.
2108         * doc/glibc-functions/wcstoul_l.texi: Likewise.
2109         * doc/glibc-functions/wcstoull_l.texi: Likewise.
2110         * doc/glibc-functions/wcstouq.texi: Likewise.
2111         * doc/glibc-functions/wmempcpy.texi: Likewise.
2112
2113 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
2114             Eric Blake  <ebb9@byu.net>
2115             Paolo Bonzini  <bonzini@gnu.org>
2116             Bruno Haible  <bruno@clisp.org>
2117
2118         Make c-stack work on Haiku.
2119         * lib/c-stack.c (SA_ONSTACK): Define fallback.
2120         (c_stack_action): Use SA_ONSTACK flag.
2121
2122 2008-12-22  Bruno Haible  <bruno@clisp.org>
2123
2124         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
2125
2126 2008-12-22  Bruno Haible  <bruno@clisp.org>
2127
2128         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
2129         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
2130         being overridden.
2131         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
2132         New macros.
2133         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
2134         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
2135         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
2136         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
2137
2138 2008-12-22  Bruno Haible  <bruno@clisp.org>
2139
2140         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
2141         from test code.
2142
2143 2008-12-22  Eric Blake  <ebb9@byu.net>
2144
2145         Avoid gcc warnings on cygwin.
2146         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
2147         Avoid unused variable.
2148         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
2149         Likewise.
2150
2151 2008-12-22  Bruno Haible  <bruno@clisp.org>
2152
2153         Remove HAVE_MBRTOWC conditionals.
2154         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
2155         (mbscasecmp): Assume mbrtowc function.
2156         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
2157         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
2158         * lib/mbschr.c: Include mbuiter.h unconditionally.
2159         (mbschr): Assume mbrtowc function.
2160         * lib/mbscspn.c: Include mbuiter.h unconditionally.
2161         (mbscspn): Assume mbrtowc function.
2162         * lib/mbslen.c: Include mbuiter.h unconditionally.
2163         (mbslen): Assume mbrtowc function.
2164         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
2165         (mbsncasecmp): Assume mbrtowc function.
2166         * lib/mbsnlen.c: Include mbiter.h unconditionally.
2167         (mbsnlen): Assume mbrtowc function.
2168         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
2169         (mbspbrk): Assume mbrtowc function.
2170         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
2171         (mbspcasecmp): Assume mbrtowc function.
2172         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
2173         (mbsrchr): Assume mbrtowc function.
2174         * lib/mbssep.c: Include mbuiter.h unconditionally.
2175         (mbssep): Assume mbrtowc function.
2176         * lib/mbsspn.c: Include mbuiter.h unconditionally.
2177         (mbsspn): Assume mbrtowc function.
2178         * lib/mbsstr.c: Include mbuiter.h unconditionally.
2179         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
2180         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
2181         (mbstok_r): Assume mbrtowc function.
2182         * lib/propername.c: Include mbuiter.h unconditionally.
2183         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
2184         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
2185         (trim2): Assume mbrtowc function.
2186         * lib/mbswidth.c (mbsinit): Remove fallback definition.
2187         (mbsnwidth): Assume mbrtowc function.
2188         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
2189         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
2190         fallback definitions.
2191         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
2192
2193 2008-12-22  Bruno Haible  <bruno@clisp.org>
2194
2195         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
2196
2197 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
2198
2199         * modules/regex: Request emulations for the mb*/wc* functions we need.
2200         * m4/regex.m4: Don't look for those functions here.
2201         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
2202
2203 2008-12-22  Bruno Haible  <bruno@clisp.org>
2204
2205         * modules/fnmatch (Depends-on): Remove duplicated dependency.
2206
2207 2008-12-21  Bruno Haible  <bruno@clisp.org>
2208
2209         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
2210         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
2211         (Include): Remove conditionalization.
2212         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
2213         (Include): Remove conditionalization.
2214         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
2215         (Include): Remove conditionalization.
2216         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
2217         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2218         * NEWS: Mention the change.
2219         Reported by Alan Hourihane <alanh@fairlite.co.uk>
2220         via Sergey Poznyakoff <gray@gnu.org.ua>.
2221
2222 2008-12-21  Bruno Haible  <bruno@clisp.org>
2223
2224         * MODULES.html.sh (Extended multibyte and wide character utilities
2225         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
2226         wcrtomb, wcsrtombs.
2227         (Support for systems lacking POSIX:2008): Add accept, bind, close,
2228         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
2229         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
2230         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
2231
2232 2008-12-21  Bruno Haible  <bruno@clisp.org>
2233
2234         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
2235
2236 2008-12-21  Bruno Haible  <bruno@clisp.org>
2237
2238         * modules/wcsnrtombs-tests: New file.
2239         * tests/test-wcsnrtombs1.sh: New file.
2240         * tests/test-wcsnrtombs2.sh: New file.
2241         * tests/test-wcsnrtombs3.sh: New file.
2242         * tests/test-wcsnrtombs4.sh: New file.
2243         * tests/test-wcsnrtombs.c: New file.
2244
2245         New module 'wcsnrtombs'.
2246         * lib/wchar.in.h (wcsnrtombs): New declaration.
2247         * lib/wcsnrtombs.c: New file.
2248         * lib/wcsrtombs-state.c: New file.
2249         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
2250         (internal_state): Remove variable.
2251         * m4/wcsnrtombs.m4: New file.
2252         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
2253         compilation units.
2254         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
2255         HAVE_WCSNRTOMBS.
2256         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
2257         HAVE_WCSNRTOMBS.
2258         * modules/wcsnrtombs: New file.
2259         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
2260         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
2261
2262 2008-12-21  Bruno Haible  <bruno@clisp.org>
2263
2264         * modules/wcsrtombs-tests: New file.
2265         * tests/test-wcsrtombs1.sh: New file.
2266         * tests/test-wcsrtombs2.sh: New file.
2267         * tests/test-wcsrtombs3.sh: New file.
2268         * tests/test-wcsrtombs4.sh: New file.
2269         * tests/test-wcsrtombs.c: New file.
2270
2271         New module 'wcsrtombs'.
2272         * lib/wchar.in.h (wcsrtombs): New declaration.
2273         * lib/wcsrtombs.c: New file.
2274         * m4/wcsrtombs.m4: New file.
2275         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
2276         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2277         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
2278         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
2279         * modules/wcsrtombs: New file.
2280         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
2281         bugs.
2282
2283 2008-12-21  Bruno Haible  <bruno@clisp.org>
2284
2285         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
2286         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
2287         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
2288         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
2289         if not correct.
2290         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
2291         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
2292         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2293         m4/locale-zh.m4, m4/codeset.m4.
2294         * doc/posix-functions/wcrtomb.texi: Document the bug.
2295
2296 2008-12-21  Bruno Haible  <bruno@clisp.org>
2297
2298         Work around a btowc() bug on IRIX 6.5.
2299         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
2300         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
2301         REPLACE_WTOBC if not.
2302         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
2303         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
2304         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
2305
2306 2008-12-21  Bruno Haible  <bruno@clisp.org>
2307
2308         * modules/wcrtomb-tests: New file.
2309         * tests/test-wcrtomb.sh: New file.
2310         * tests/test-wcrtomb.c: New file.
2311
2312         New module 'wcrtomb'.
2313         * lib/wchar.in.h (wcrtomb): New declaration.
2314         * lib/wcrtomb.c: New file.
2315         * m4/wcrtomb.m4: New file.
2316         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
2317         HAVE_WCRTOMB.
2318         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
2319         HAVE_WCRTOMB.
2320         * modules/wcrtomb: New file.
2321         * doc/posix-functions/wcrtomb.texi: Mention the new module.
2322
2323 2008-12-21  Bruno Haible  <bruno@clisp.org>
2324
2325         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
2326         * modules/mbsrtowcs (Files): Likewise.
2327         * modules/wctob (Files): Likewise.
2328         * modules/c-strcase-tests (Files): Likewise.
2329         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2330         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2331         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2332         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2333         * modules/vasnprintf-posix-tests (Files): Likewise.
2334
2335 2008-12-21  William Pursell  <bill.pursell@gmail.com>
2336
2337         gitlog-to-changelog: pass all command-line arguments to git-log
2338         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
2339         it is sometimes convenient to filter the commits in various ways.
2340         gitlog-to-changelog only allows --since to specify a start date,
2341         but git-log itself supports many other filtering mechanisms.
2342         At the moment, I want to filter by branch name.  Rather than
2343         adding a --branch option to gitlog-to-changelog, it seems more
2344         flexible to simply pass all options directly to git-log and let
2345         git do the work.  Notice that this effectively makes --since a
2346         redundant option for gitlog-to-changelog, but removing it would
2347         require current usage to change since calls would then require
2348         an additional '--'.
2349
2350 2008-12-21  Bruno Haible  <bruno@clisp.org>
2351
2352         * modules/mbsnrtowcs-tests: New file.
2353         * tests/test-mbsnrtowcs1.sh: New file.
2354         * tests/test-mbsnrtowcs2.sh: New file.
2355         * tests/test-mbsnrtowcs3.sh: New file.
2356         * tests/test-mbsnrtowcs4.sh: New file.
2357         * tests/test-mbsnrtowcs.c: New file.
2358
2359         New module 'mbsnrtowcs'.
2360         * lib/wchar.in.h (mbsnrtowcs): New declaration.
2361         * lib/mbsnrtowcs.c: New file.
2362         * lib/mbsrtowcs-state.c: New file.
2363         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
2364         (internal_state): Remove variable.
2365         * m4/mbsnrtowcs.m4: New file.
2366         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
2367         compilation units.
2368         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
2369         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2370         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
2371         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
2372         * modules/mbsnrtowcs: New file.
2373         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
2374         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
2375         portability problem.
2376
2377 2008-12-21  Bruno Haible  <bruno@clisp.org>
2378
2379         Work around mbsrtowcs bug.
2380         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
2381         (gl_FUNC_MBSRTOWCS): Invoke it.
2382         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2383         m4/locale-zh.m4.
2384         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
2385
2386 2008-12-21  Bruno Haible  <bruno@clisp.org>
2387
2388         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
2389
2390 2008-12-21  Bruno Haible  <bruno@clisp.org>
2391
2392         Update doc for AIX.
2393         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
2394         16-bit wchar_t type.
2395         * doc/posix-functions/btowc.texi: Likewise.
2396         * doc/posix-functions/fgetwc.texi: Likewise.
2397         * doc/posix-functions/fgetws.texi: Likewise.
2398         * doc/posix-functions/fputwc.texi: Likewise.
2399         * doc/posix-functions/fputws.texi: Likewise.
2400         * doc/posix-functions/fwide.texi: Likewise.
2401         * doc/posix-functions/fwprintf.texi: Likewise.
2402         * doc/posix-functions/fwscanf.texi: Likewise.
2403         * doc/posix-functions/getwchar.texi: Likewise.
2404         * doc/posix-functions/getwc.texi: Likewise.
2405         * doc/posix-functions/iswalnum.texi: Likewise.
2406         * doc/posix-functions/iswalpha.texi: Likewise.
2407         * doc/posix-functions/iswblank.texi: Likewise.
2408         * doc/posix-functions/iswcntrl.texi: Likewise.
2409         * doc/posix-functions/iswctype.texi: Likewise.
2410         * doc/posix-functions/iswdigit.texi: Likewise.
2411         * doc/posix-functions/iswgraph.texi: Likewise.
2412         * doc/posix-functions/iswlower.texi: Likewise.
2413         * doc/posix-functions/iswprint.texi: Likewise.
2414         * doc/posix-functions/iswpunct.texi: Likewise.
2415         * doc/posix-functions/iswspace.texi: Likewise.
2416         * doc/posix-functions/iswupper.texi: Likewise.
2417         * doc/posix-functions/iswxdigit.texi: Likewise.
2418         * doc/posix-functions/mbrtowc.texi: Likewise.
2419         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2420         * doc/posix-functions/mbstowcs.texi: Likewise.
2421         * doc/posix-functions/mbtowc.texi: Likewise.
2422         * doc/posix-functions/putwchar.texi: Likewise.
2423         * doc/posix-functions/putwc.texi: Likewise.
2424         * doc/posix-functions/swprintf.texi: Likewise.
2425         * doc/posix-functions/tolower.texi: Likewise.
2426         * doc/posix-functions/toupper.texi: Likewise.
2427         * doc/posix-functions/towctrans.texi: Likewise.
2428         * doc/posix-functions/ungetwc.texi: Likewise.
2429         * doc/posix-functions/vswprintf.texi: Likewise.
2430         * doc/posix-functions/wcrtomb.texi: Likewise.
2431         * doc/posix-functions/wcscat.texi: Likewise.
2432         * doc/posix-functions/wcschr.texi: Likewise.
2433         * doc/posix-functions/wcscmp.texi: Likewise.
2434         * doc/posix-functions/wcscoll.texi: Likewise.
2435         * doc/posix-functions/wcscpy.texi: Likewise.
2436         * doc/posix-functions/wcscspn.texi: Likewise.
2437         * doc/posix-functions/wcsftime.texi: Likewise.
2438         * doc/posix-functions/wcslen.texi: Likewise.
2439         * doc/posix-functions/wcsncat.texi: Likewise.
2440         * doc/posix-functions/wcsncmp.texi: Likewise.
2441         * doc/posix-functions/wcsncpy.texi: Likewise.
2442         * doc/posix-functions/wcspbrk.texi: Likewise.
2443         * doc/posix-functions/wcsrchr.texi: Likewise.
2444         * doc/posix-functions/wcsrtombs.texi: Likewise.
2445         * doc/posix-functions/wcsspn.texi: Likewise.
2446         * doc/posix-functions/wcsstr.texi: Likewise.
2447         * doc/posix-functions/wcstod.texi: Likewise.
2448         * doc/posix-functions/wcstof.texi: Likewise.
2449         * doc/posix-functions/wcstoimax.texi: Likewise.
2450         * doc/posix-functions/wcstok.texi: Likewise.
2451         * doc/posix-functions/wcstold.texi: Likewise.
2452         * doc/posix-functions/wcstoll.texi: Likewise.
2453         * doc/posix-functions/wcstol.texi: Likewise.
2454         * doc/posix-functions/wcstombs.texi: Likewise.
2455         * doc/posix-functions/wcstoull.texi: Likewise.
2456         * doc/posix-functions/wcstoul.texi: Likewise.
2457         * doc/posix-functions/wcstoumax.texi: Likewise.
2458         * doc/posix-functions/wcswidth.texi: Likewise.
2459         * doc/posix-functions/wcsxfrm.texi: Likewise.
2460         * doc/posix-functions/wctob.texi: Likewise.
2461         * doc/posix-functions/wctomb.texi: Likewise.
2462         * doc/posix-functions/wctrans.texi: Likewise.
2463         * doc/posix-functions/wctype.texi: Likewise.
2464         * doc/posix-functions/wcwidth.texi: Likewise.
2465         * doc/posix-functions/wmemchr.texi: Likewise.
2466         * doc/posix-functions/wmemcmp.texi: Likewise.
2467         * doc/posix-functions/wmemcpy.texi: Likewise.
2468         * doc/posix-functions/wmemmove.texi: Likewise.
2469         * doc/posix-functions/wmemset.texi: Likewise.
2470         * doc/posix-functions/wprintf.texi: Likewise.
2471         * doc/posix-functions/wscanf.texi: Likewise.
2472
2473 2008-12-21  Bruno Haible  <bruno@clisp.org>
2474
2475         Update doc for HP-UX 11.11.
2476         * doc/posix-functions/btowc.texi: Clarify that the function is missing
2477         in HP-UX version 11.00, not in all versions of HP-UX 11.
2478         * doc/posix-functions/fwide.texi: Likewise.
2479         * doc/posix-functions/fwprintf.texi: Likewise.
2480         * doc/posix-functions/fwscanf.texi: Likewise.
2481         * doc/posix-functions/inet_ntop.texi: Likewise.
2482         * doc/posix-functions/inet_pton.texi: Likewise.
2483         * doc/posix-functions/mbrlen.texi: Likewise.
2484         * doc/posix-functions/mbrtowc.texi: Likewise.
2485         * doc/posix-functions/mbsinit.texi: Likewise.
2486         * doc/posix-functions/mbsrtowcs.texi: Likewise.
2487         * doc/posix-functions/swprintf.texi: Likewise.
2488         * doc/posix-functions/swscanf.texi: Likewise.
2489         * doc/posix-functions/towctrans.texi: Likewise.
2490         * doc/posix-functions/vfwprintf.texi: Likewise.
2491         * doc/posix-functions/vswprintf.texi: Likewise.
2492         * doc/posix-functions/vwprintf.texi: Likewise.
2493         * doc/posix-functions/wcrtomb.texi: Likewise.
2494         * doc/posix-functions/wcsrtombs.texi: Likewise.
2495         * doc/posix-functions/wcsstr.texi: Likewise.
2496         * doc/posix-functions/wctob.texi: Likewise.
2497         * doc/posix-functions/wctrans.texi: Likewise.
2498         * doc/posix-functions/wmemchr.texi: Likewise.
2499         * doc/posix-functions/wmemcmp.texi: Likewise.
2500         * doc/posix-functions/wmemcpy.texi: Likewise.
2501         * doc/posix-functions/wmemmove.texi: Likewise.
2502         * doc/posix-functions/wmemset.texi: Likewise.
2503         * doc/posix-functions/wprintf.texi: Likewise.
2504         * doc/posix-functions/wscanf.texi: Likewise.
2505
2506 2008-12-21  Bruno Haible  <bruno@clisp.org>
2507
2508         Work around a portability problem.
2509         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
2510         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
2511
2512 2008-12-20  Bruno Haible  <bruno@clisp.org>
2513
2514         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
2515         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
2516         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
2517         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
2518         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
2519
2520         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2521         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
2522         set.
2523         (GNULIB_defined_mbstate_t): New macro.
2524         (mbsinit): Redefine if REPLACE_MBSINIT is set.
2525         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
2526         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
2527         reuses the system's mbrtowc function but works around the bugs.
2528         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
2529         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
2530         macros.
2531         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
2532         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
2533         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
2534         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
2535         REPLACE_MBSINIT if mbsinit needs to be overridden.
2536         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
2537         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2538         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
2539         REPLACE_MBSINIT, REPLACE_MBRTOWC.
2540         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
2541         m4/locale-zh.m4.
2542         (Depends): Add mbsinit.
2543         * modules/mbsinit (Depends): Add mbrtowc.
2544         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
2545
2546 2008-12-20  Bruno Haible  <bruno@clisp.org>
2547
2548         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
2549         so that there are no conversion errors on AIX.
2550         * tests/test-mbsrtowcs.c (main): LIkewise.
2551
2552 2008-12-20  Bruno Haible  <bruno@clisp.org>
2553
2554         Work around wctob bug on Solaris <= 9.
2555         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
2556         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
2557         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
2558         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
2559         * modules/wctob (Files): Add m4/locale-fr.m4.
2560         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
2561
2562 2008-12-20  Bruno Haible  <bruno@clisp.org>
2563
2564         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
2565         /dev/null.
2566         * tests/test-select-in.sh: Likewise.
2567         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2568
2569 2008-12-20  Bruno Haible  <bruno@clisp.org>
2570
2571         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
2572         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
2573         Cygwin 1.5.x.
2574
2575 2008-12-20  Bruno Haible  <bruno@clisp.org>
2576
2577         Ensure mbstate_t is defined on HP-UX 11.11.
2578         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
2579         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
2580         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
2581         AC_USE_SYSTEM_EXTENSIONS.
2582         * modules/fnmatch (Depends-on): Add extensions.
2583         * modules/mbrlen (Depends-on): Likewise.
2584         * modules/mbrtowc (Depends-on): Likewise.
2585         * modules/mbsinit (Depends-on): Likewise.
2586         * modules/mbsrtowcs (Depends-on): Likewise.
2587         * modules/mbswidth (Depends-on): Likewise.
2588         * modules/quotearg (Depends-on): Likewise.
2589         * modules/strftime (Depends-on): Likewise.
2590
2591 2008-12-20  Bruno Haible  <bruno@clisp.org>
2592
2593         Ensure wctob is declared on IRIX 6.5.
2594         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
2595         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
2596         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
2597         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
2598         of HAVE_WCTOB.
2599         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
2600         HAVE_WCTOB.
2601         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
2602
2603 2008-12-19  Bruno Haible  <bruno@clisp.org>
2604
2605         * modules/mbsrtowcs-tests: New file.
2606         * tests/test-mbsrtowcs1.sh: New file.
2607         * tests/test-mbsrtowcs2.sh: New file.
2608         * tests/test-mbsrtowcs3.sh: New file.
2609         * tests/test-mbsrtowcs4.sh: New file.
2610         * tests/test-mbsrtowcs.c: New file.
2611
2612         New module 'mbsrtowcs'.
2613         * lib/wchar.in.h (mbsrtowcs): New declaration.
2614         * lib/mbsrtowcs.c: New file.
2615         * m4/mbsrtowcs.m4: New file.
2616         * modules/mbsrtowcs: New file.
2617         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
2618         HAVE_MBSRTOWCS.
2619         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
2620         HAVE_MBSRTOWCS.
2621         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
2622
2623 2008-12-19  Bruno Haible  <bruno@clisp.org>
2624
2625         New module 'mbrlen'.
2626         * lib/wchar.in.h (mbrlen): New declaration.
2627         * lib/mbrlen.c: New file.
2628         * m4/mbrlen.m4: New file.
2629         * modules/mbrlen: New file.
2630         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
2631         HAVE_MBRLEN.
2632         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
2633         HAVE_MBRLEN.
2634         * doc/posix-functions/mbrlen.texi: Document the new module.
2635
2636 2008-12-19  Bruno Haible  <bruno@clisp.org>
2637
2638         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
2639         * modules/mbrtowc (Depends-on): Add verify.
2640         Suggested by Paul Eggert.
2641
2642 2008-12-18  Bruno Haible  <bruno@clisp.org>
2643
2644         * modules/mbsinit-tests: New file.
2645         * tests/test-mbsinit.sh: New file.
2646         * tests/test-mbsinit.c: New file.
2647
2648 2008-12-18  Bruno Haible  <bruno@clisp.org>
2649
2650         * modules/mbrtowc-tests: New file.
2651         * tests/test-mbrtowc1.sh: New file.
2652         * tests/test-mbrtowc2.sh: New file.
2653         * tests/test-mbrtowc3.sh: New file.
2654         * tests/test-mbrtowc4.sh: New file.
2655         * tests/test-mbrtowc.c: New file.
2656
2657         New module 'mbrtowc'.
2658         * lib/wchar.in.h (mbstate_t): Override when the system does not have
2659         mbsinit and mbrtowc.
2660         (mbrtowc): New declaration.
2661         * lib/mbrtowc.c: New file.
2662         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
2663         * modules/mbrtowc: New file.
2664         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
2665         HAVE_MBRTOWC.
2666         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
2667         HAVE_MBRTOWC.
2668         * doc/posix-functions/mbrtowc.texi: Document the new module.
2669
2670 2008-12-18  Bruno Haible  <bruno@clisp.org>
2671
2672         New module 'wctob'.
2673         * lib/wchar.in.h (wctob): New declaration.
2674         * lib/wctob.c: New file.
2675         * m4/wctob.m4: New file.
2676         * modules/wctob: New file.
2677         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
2678         HAVE_WCTOB.
2679         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
2680         * doc/posix-functions/wctob.texi: Document the new module.
2681
2682 2008-12-18  Bruno Haible  <bruno@clisp.org>
2683
2684         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
2685         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
2686
2687 2008-12-18  Simon Josefsson  <simon@josefsson.org>
2688
2689         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
2690         G. Christensen" <tgc@jupiterrise.com>.
2691
2692         * lib/flock.c: Need to include errno.h.  Reported by "Tom
2693         G. Christensen" <tgc@jupiterrise.com>.
2694
2695         * lib/flock.c: Need to include string.h.  Reported by "Tom
2696         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
2697         <ebb9@byu.net>.
2698
2699 2008-12-18  Bruno Haible  <bruno@clisp.org>
2700
2701         * m4/locale-ja.m4: New file, from GNU gettext.
2702
2703 2008-12-17  Bruno Haible  <bruno@clisp.org>
2704
2705         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
2706         Suggested by Eric Blake.
2707
2708 2008-12-17  Bruno Haible  <bruno@clisp.org>
2709
2710         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
2711
2712 2008-12-17  Bruno Haible  <bruno@clisp.org>
2713
2714         * lib/mbsinit.c: Include verify.h. Verify an assumption.
2715         * modules/mbsinit (Depends-on): Add verify.
2716         Suggested by Paul Eggert.
2717
2718 2008-12-17  Bruno Haible  <bruno@clisp.org>
2719
2720         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
2721         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
2722         gl_FUNC_MBRTOWC.
2723         * m4/mbiter.m4 (gl_MBITER): LIkewise.
2724         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
2725         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
2726         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
2727         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
2728         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
2729         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
2730         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
2731         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
2732         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
2733         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
2734         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
2735         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
2736         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
2737         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
2738         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2739         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
2740         * modules/trim (configure.ac): Likewise.
2741
2742 2008-12-17  Bruno Haible  <bruno@clisp.org>
2743
2744         * modules/btowc-tests: New file.
2745         * tests/test-btowc1.sh: New file.
2746         * tests/test-btowc2.sh: New file.
2747         * tests/test-btowc.c: New file.
2748
2749         New module 'btowc'.
2750         * lib/wchar.in.h (btowc): New declaration.
2751         * lib/btowc.c: New file.
2752         * m4/btowc.m4: New file.
2753         * modules/btowc: New file.
2754         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
2755         HAVE_BTOWC.
2756         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
2757         * doc/posix-functions/btowc.texi: Document the new module.
2758
2759 2008-12-17  Bruno Haible  <bruno@clisp.org>
2760
2761         New module 'mbsinit'.
2762         * lib/wchar.in.h (mbsinit): New declaration.
2763         * lib/mbsinit.c: New file.
2764         * m4/mbsinit.m4: New file.
2765         * modules/mbsinit: New file.
2766         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
2767         HAVE_MBSINIT.
2768         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
2769         HAVE_MBSINIT.
2770         * doc/posix-functions/mbsinit.texi: Document the new module.
2771
2772 2008-12-16  Bruno Haible  <bruno@clisp.org>
2773
2774         * lib/unistd.in.h: Add comment.
2775         * tests/test-environ.c: Don't include <stdlib.h>.
2776
2777 2008-12-16  Bruno Haible  <bruno@clisp.org>
2778
2779         * lib/parse-duration.h (parse_duration): Document return value
2780         convention.
2781         * lib/parse-duration.c: Include specification header first. Add
2782         comments.
2783         (_): Remove macro.
2784         (parse_year_month_day, parse_hour_minute_second): Move side effects
2785         outside of strchr call.
2786         (parse_non_iso8601): Move side effects outside of isspace call.
2787         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
2788         call.
2789
2790 2008-12-16  Bruno Haible  <bruno@clisp.org>
2791
2792         * tests/test-parse-duration.sh: Produce no output when the test
2793         succeeds.
2794
2795 2008-12-16  Bruno Haible  <bruno@clisp.org>
2796
2797         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
2798         expressions.
2799
2800 2008-12-15  Bruno Haible  <bruno@clisp.org>
2801
2802         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
2803         * doc/glibc-functions/flistxattr.texi: Likewise.
2804         * doc/glibc-functions/fopencookie.texi: Likewise.
2805         * doc/glibc-functions/fremovexattr.texi: Likewise.
2806         * doc/glibc-functions/fsetxattr.texi: Likewise.
2807         * doc/glibc-functions/getxattr.texi: Likewise.
2808         * doc/glibc-functions/lgetxattr.texi: Likewise.
2809         * doc/glibc-functions/listxattr.texi: Likewise.
2810         * doc/glibc-functions/llistxattr.texi: Likewise.
2811         * doc/glibc-functions/lremovexattr.texi: Likewise.
2812         * doc/glibc-functions/lsetxattr.texi: Likewise.
2813         * doc/glibc-functions/removexattr.texi: Likewise.
2814         * doc/glibc-functions/setxattr.texi: Likewise.
2815         * doc/posix-functions/open_memstream.texi: Likewise.
2816
2817 2008-12-15  Eric Blake  <ebb9@byu.net>
2818
2819         Update doc for cygwin 1.7.
2820         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
2821         functions.
2822         * doc/posix-functions/fchmodat.texi: Likewise.
2823         * doc/posix-functions/fchownat.texi: Likewise.
2824         * doc/posix-functions/fdopendir.texi: Likewise.
2825         * doc/posix-functions/fmemopen.texi: Likewise.
2826         * doc/posix-functions/freeaddrinfo.texi: Likewise.
2827         * doc/posix-functions/fstatat.texi: Likewise.
2828         * doc/posix-functions/futimens.texi: Likewise.
2829         * doc/posix-functions/gai_strerror.texi: Likewise.
2830         * doc/posix-functions/getaddrinfo.texi: Likewise.
2831         * doc/posix-functions/getnameinfo.texi: Likewise.
2832         * doc/posix-functions/if_freenameindex.texi: Likewise.
2833         * doc/posix-functions/if_indextoname.texi: Likewise.
2834         * doc/posix-functions/if_nameindex.texi: Likewise.
2835         * doc/posix-functions/if_nametoindex.texi: Likewise.
2836         * doc/posix-functions/insque.texi: Likewise.
2837         * doc/posix-functions/linkat.texi: Likewise.
2838         * doc/posix-functions/llrint.texi: Likewise.
2839         * doc/posix-functions/llrintf.texi: Likewise.
2840         * doc/posix-functions/llrintl.texi: Likewise.
2841         * doc/posix-functions/lockf.texi: Likewise.
2842         * doc/posix-functions/lrintl.texi: Likewise.
2843         * doc/posix-functions/mkdirat.texi: Likewise.
2844         * doc/posix-functions/mkfifoat.texi: Likewise.
2845         * doc/posix-functions/mknodat.texi: Likewise.
2846         * doc/posix-functions/mq_close.texi: Likewise.
2847         * doc/posix-functions/mq_getattr.texi: Likewise.
2848         * doc/posix-functions/mq_notify.texi: Likewise.
2849         * doc/posix-functions/mq_open.texi: Likewise.
2850         * doc/posix-functions/mq_receive.texi: Likewise.
2851         * doc/posix-functions/mq_send.texi: Likewise.
2852         * doc/posix-functions/mq_setattr.texi: Likewise.
2853         * doc/posix-functions/mq_timedreceive.texi: Likewise.
2854         * doc/posix-functions/mq_timedsend.texi: Likewise.
2855         * doc/posix-functions/mq_unlink.texi: Likewise.
2856         * doc/posix-functions/open_memstream.texi: Likewise.
2857         * doc/posix-functions/openat.texi: Likewise.
2858         * doc/posix-functions/posix_fadvise.texi: Likewise.
2859         * doc/posix-functions/posix_fallocate.texi: Likewise.
2860         * doc/posix-functions/posix_madvise.texi: Likewise.
2861         * doc/posix-functions/posix_memalign.texi: Likewise.
2862         * doc/posix-functions/posix_openpt.texi: Likewise.
2863         * doc/posix-functions/readlinkat.texi: Likewise.
2864         * doc/posix-functions/remque.texi: Likewise.
2865         * doc/posix-functions/renameat.texi: Likewise.
2866         * doc/posix-functions/rintl.texi: Likewise.
2867         * doc/posix-functions/sem_unlink.texi: Likewise.
2868         * doc/posix-functions/shm_open.texi: Likewise.
2869         * doc/posix-functions/shm_unlink.texi: Likewise.
2870         * doc/posix-functions/signgam.texi: Likewise.
2871         * doc/posix-functions/sigset.texi: Likewise.
2872         * doc/posix-functions/stpcpy.texi: Likewise.
2873         * doc/posix-functions/stpncpy.texi: Likewise.
2874         * doc/posix-functions/strerror.texi: Likewise.
2875         * doc/posix-functions/strtod.texi: Likewise.
2876         * doc/posix-functions/symlinkat.texi: Likewise.
2877         * doc/posix-functions/unlinkat.texi: Likewise.
2878         * doc/posix-functions/utimensat.texi: Likewise.
2879         * doc/glibc-functions/bindresvport.texi: Likewise.
2880         * doc/glibc-functions/dn_expand.texi: Likewise.
2881         * doc/glibc-functions/exp10.texi: Likewise.
2882         * doc/glibc-functions/exp10f.texi: Likewise.
2883         * doc/glibc-functions/fgetxattr.texi: Likewise.
2884         * doc/glibc-functions/flistxattr.texi: Likewise.
2885         * doc/glibc-functions/fopencookie.texi: Likewise.
2886         * doc/glibc-functions/freeifaddrs.texi: Likewise.
2887         * doc/glibc-functions/fremovexattr.texi: Likewise.
2888         * doc/glibc-functions/fsetxattr.texi: Likewise.
2889         * doc/glibc-functions/getifaddrs.texi: Likewise.
2890         * doc/glibc-functions/getxattr.texi: Likewise.
2891         * doc/glibc-functions/lgetxattr.texi: Likewise.
2892         * doc/glibc-functions/listxattr.texi: Likewise.
2893         * doc/glibc-functions/llistxattr.texi: Likewise.
2894         * doc/glibc-functions/lremovexattr.texi: Likewise.
2895         * doc/glibc-functions/lsetxattr.texi: Likewise.
2896         * doc/glibc-functions/pow10.texi: Likewise.
2897         * doc/glibc-functions/pow10f.texi: Likewise.
2898         * doc/glibc-functions/rcmd_af.texi: Likewise.
2899         * doc/glibc-functions/removexattr.texi: Likewise.
2900         * doc/glibc-functions/res_init.texi: Likewise.
2901         * doc/glibc-functions/res_mkquery.texi: Likewise.
2902         * doc/glibc-functions/res_query.texi: Likewise.
2903         * doc/glibc-functions/res_querydomain.texi: Likewise.
2904         * doc/glibc-functions/res_send.texi: Likewise.
2905         * doc/glibc-functions/rresvport_af.texi: Likewise.
2906         * doc/glibc-functions/setxattr.texi: Likewise.
2907         * doc/glibc-functions/strcasestr.texi: Likewise.
2908
2909 2008-12-15  Bruno Haible  <bruno@clisp.org>
2910
2911         Fix compilation error on OSF/1 4.0.
2912         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
2913         <sys/time.h>, simply delegate to the system header.
2914         Reported by Daniel Richard G. <oss@teragram.com>.
2915
2916 2008-12-15  Bruno Haible  <bruno@clisp.org>
2917
2918         * doc/posix-functions/openat.texi: Mention the 'openat' module.
2919         * doc/posix-functions/fchmodat.texi: Likewise.
2920         * doc/posix-functions/fchownat.texi: Likewise.
2921         * doc/posix-functions/fdopendir.texi: Likewise.
2922         * doc/posix-functions/fstatat.texi: Likewise.
2923         * doc/posix-functions/mkdirat.texi: Likewise.
2924         * doc/posix-functions/unlinkat.texi: Likewise.
2925
2926 2008-12-14  Bruno Haible  <bruno@clisp.org>
2927
2928         Update doc for POSIX:2008.
2929         * doc/posix-functions/faccessat.texi: New file.
2930         * doc/posix-functions/fchmodat.texi: New file.
2931         * doc/posix-functions/fchownat.texi: New file.
2932         * doc/posix-functions/fdopendir.texi: New file.
2933         * doc/posix-functions/fstatat.texi: New file.
2934         * doc/posix-functions/futimens.texi: New file.
2935         * doc/posix-functions/linkat.texi: New file.
2936         * doc/posix-functions/mkdirat.texi: New file.
2937         * doc/posix-functions/mkfifoat.texi: New file.
2938         * doc/posix-functions/mknodat.texi: New file.
2939         * doc/posix-functions/open_wmemstream.texi: New file.
2940         * doc/posix-functions/openat.texi: New file.
2941         * doc/posix-functions/psiginfo.texi: New file.
2942         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
2943         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
2944         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
2945         * doc/posix-functions/readlinkat.texi: New file.
2946         * doc/posix-functions/renameat.texi: New file.
2947         * doc/posix-functions/strerror_l.texi: New file.
2948         * doc/posix-functions/symlinkat.texi: New file.
2949         * doc/posix-functions/unlinkat.texi: New file.
2950         * doc/posix-functions/utimensat.texi: New file.
2951         * doc/gnulib.texi (Function Substitutes): Add these subsections.
2952
2953 2008-12-14  Bruno Haible  <bruno@clisp.org>
2954
2955         Update doc for POSIX:2008.
2956         * doc/posix-functions/alphasort.texi: Renamed from
2957         doc/glibc-functions/alphasort.texi.
2958         * doc/posix-functions/dirfd.texi: Renamed from
2959         doc/glibc-functions/dirfd.texi.
2960         * doc/posix-functions/dprintf.texi: Renamed from
2961         doc/glibc-functions/dprintf.texi.
2962         * doc/posix-functions/duplocale.texi: Renamed from
2963         doc/glibc-functions/duplocale.texi.
2964         * doc/posix-functions/fexecve.texi: Renamed from
2965         doc/glibc-functions/fexecve.texi.
2966         * doc/posix-functions/fmemopen.texi: Renamed from
2967         doc/glibc-functions/fmemopen.texi.
2968         * doc/posix-functions/freelocale.texi: Renamed from
2969         doc/glibc-functions/freelocale.texi.
2970         * doc/posix-functions/getdate_err.texi: Renamed from
2971         doc/glibc-functions/getdate_err.texi.
2972         * doc/posix-functions/isalnum_l.texi: Renamed from
2973         doc/glibc-functions/isalnum_l.texi.
2974         * doc/posix-functions/isalpha_l.texi: Renamed from
2975         doc/glibc-functions/isalpha_l.texi.
2976         * doc/posix-functions/isblank_l.texi: Renamed from
2977         doc/glibc-functions/isblank_l.texi.
2978         * doc/posix-functions/iscntrl_l.texi: Renamed from
2979         doc/glibc-functions/iscntrl_l.texi.
2980         * doc/posix-functions/isdigit_l.texi: Renamed from
2981         doc/glibc-functions/isdigit_l.texi.
2982         * doc/posix-functions/isgraph_l.texi: Renamed from
2983         doc/glibc-functions/isgraph_l.texi.
2984         * doc/posix-functions/islower_l.texi: Renamed from
2985         doc/glibc-functions/islower_l.texi.
2986         * doc/posix-functions/isprint_l.texi: Renamed from
2987         doc/glibc-functions/isprint_l.texi.
2988         * doc/posix-functions/ispunct_l.texi: Renamed from
2989         doc/glibc-functions/ispunct_l.texi.
2990         * doc/posix-functions/isspace_l.texi: Renamed from
2991         doc/glibc-functions/isspace_l.texi.
2992         * doc/posix-functions/isupper_l.texi: Renamed from
2993         doc/glibc-functions/isupper_l.texi.
2994         * doc/posix-functions/iswalnum_l.texi: Renamed from
2995         doc/glibc-functions/iswalnum_l.texi.
2996         * doc/posix-functions/iswalpha_l.texi: Renamed from
2997         doc/glibc-functions/iswalpha_l.texi.
2998         * doc/posix-functions/iswblank_l.texi: Renamed from
2999         doc/glibc-functions/iswblank_l.texi.
3000         * doc/posix-functions/iswcntrl_l.texi: Renamed from
3001         doc/glibc-functions/iswcntrl_l.texi.
3002         * doc/posix-functions/iswctype_l.texi: Renamed from
3003         doc/glibc-functions/iswctype_l.texi.
3004         * doc/posix-functions/iswdigit_l.texi: Renamed from
3005         doc/glibc-functions/iswdigit_l.texi.
3006         * doc/posix-functions/iswgraph_l.texi: Renamed from
3007         doc/glibc-functions/iswgraph_l.texi.
3008         * doc/posix-functions/iswlower_l.texi: Renamed from
3009         doc/glibc-functions/iswlower_l.texi.
3010         * doc/posix-functions/iswprint_l.texi: Renamed from
3011         doc/glibc-functions/iswprint_l.texi.
3012         * doc/posix-functions/iswpunct_l.texi: Renamed from
3013         doc/glibc-functions/iswpunct_l.texi.
3014         * doc/posix-functions/iswspace_l.texi: Renamed from
3015         doc/glibc-functions/iswspace_l.texi.
3016         * doc/posix-functions/iswupper_l.texi: Renamed from
3017         doc/glibc-functions/iswupper_l.texi.
3018         * doc/posix-functions/iswxdigit_l.texi: Renamed from
3019         doc/glibc-functions/iswxdigit_l.texi.
3020         * doc/posix-functions/isxdigit_l.texi: Renamed from
3021         doc/glibc-functions/isxdigit_l.texi.
3022         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
3023         doc/glibc-functions/mbsnrtowcs.texi.
3024         * doc/posix-functions/mkdtemp.texi: Renamed from
3025         doc/glibc-functions/mkdtemp.texi.
3026         * doc/posix-functions/newlocale.texi: Renamed from
3027         doc/glibc-functions/newlocale.texi.
3028         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
3029         doc/glibc-functions/nl_langinfo_l.texi.
3030         * doc/posix-functions/open_memstream.texi: Renamed from
3031         doc/glibc-functions/open_memstream.texi.
3032         * doc/posix-functions/opterr.texi: Renamed from
3033         doc/glibc-functions/opterr.texi.
3034         * doc/posix-functions/optind.texi: Renamed from
3035         doc/glibc-functions/optind.texi.
3036         * doc/posix-functions/optopt.texi: Renamed from
3037         doc/glibc-functions/optopt.texi.
3038         * doc/posix-functions/psignal.texi: Renamed from
3039         doc/glibc-functions/psignal.texi.
3040         * doc/posix-functions/scandir.texi: Renamed from
3041         doc/glibc-functions/scandir.texi.
3042         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
3043         doc/glibc-functions/sched_get_priority_min.texi.
3044         * doc/posix-functions/signgam.texi: Renamed from
3045         doc/glibc-functions/signgam.texi.
3046         * doc/posix-functions/stpcpy.texi: Renamed from
3047         doc/glibc-functions/stpcpy.texi.
3048         * doc/posix-functions/stpncpy.texi: Renamed from
3049         doc/glibc-functions/stpncpy.texi.
3050         * doc/posix-functions/strcasecmp_l.texi: Renamed from
3051         doc/glibc-functions/strcasecmp_l.texi.
3052         * doc/posix-functions/strcoll_l.texi: Renamed from
3053         doc/glibc-functions/strcoll_l.texi.
3054         * doc/posix-functions/strfmon_l.texi: Renamed from
3055         doc/glibc-functions/strfmon_l.texi.
3056         * doc/posix-functions/strftime_l.texi: Renamed from
3057         doc/glibc-functions/strftime_l.texi.
3058         * doc/posix-functions/strncasecmp_l.texi: Renamed from
3059         doc/glibc-functions/strncasecmp_l.texi.
3060         * doc/posix-functions/strndup.texi: Renamed from
3061         doc/glibc-functions/strndup.texi.
3062         * doc/posix-functions/strnlen.texi: Renamed from
3063         doc/glibc-functions/strnlen.texi.
3064         * doc/posix-functions/strsignal.texi: Renamed from
3065         doc/glibc-functions/strsignal.texi.
3066         * doc/posix-functions/strxfrm_l.texi: Renamed from
3067         doc/glibc-functions/strxfrm_l.texi.
3068         * doc/posix-functions/timer_gettime.texi: Renamed from
3069         doc/glibc-functions/timer_gettime.texi.
3070         * doc/posix-functions/tolower_l.texi: Renamed from
3071         doc/glibc-functions/tolower_l.texi.
3072         * doc/posix-functions/toupper_l.texi: Renamed from
3073         doc/glibc-functions/toupper_l.texi.
3074         * doc/posix-functions/towctrans_l.texi: Renamed from
3075         doc/glibc-functions/towctrans_l.texi.
3076         * doc/posix-functions/towlower_l.texi: Renamed from
3077         doc/glibc-functions/towlower_l.texi.
3078         * doc/posix-functions/towupper_l.texi: Renamed from
3079         doc/glibc-functions/towupper_l.texi.
3080         * doc/posix-functions/uselocale.texi: Renamed from
3081         doc/glibc-functions/uselocale.texi.
3082         * doc/posix-functions/vdprintf.texi: Renamed from
3083         doc/glibc-functions/vdprintf.texi.
3084         * doc/posix-functions/wcpcpy.texi:
3085         Renamed from doc/glibc-functions/wcpcpy.texi.
3086         * doc/posix-functions/wcpncpy.texi: Renamed from
3087         doc/glibc-functions/wcpncpy.texi.
3088         * doc/posix-functions/wcscasecmp.texi: Renamed from
3089         doc/glibc-functions/wcscasecmp.texi.
3090         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
3091         doc/glibc-functions/wcscasecmp_l.texi.
3092         * doc/posix-functions/wcscoll_l.texi: Renamed from
3093         doc/glibc-functions/wcscoll_l.texi.
3094         * doc/posix-functions/wcsdup.texi: Renamed from
3095         doc/glibc-functions/wcsdup.texi.
3096         * doc/posix-functions/wcsncasecmp.texi: Renamed from
3097         doc/glibc-functions/wcsncasecmp.texi.
3098         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
3099         doc/glibc-functions/wcsncasecmp_l.texi.
3100         * doc/posix-functions/wcsnlen.texi: Renamed from
3101         doc/glibc-functions/wcsnlen.texi.
3102         * doc/posix-functions/wcsnrtombs.texi: Renamed from
3103         doc/glibc-functions/wcsnrtombs.texi.
3104         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
3105         doc/glibc-functions/wcsxfrm_l.texi.
3106         * doc/posix-functions/wctrans_l.texi: Renamed from
3107         doc/glibc-functions/wctrans_l.texi.
3108         * doc/posix-functions/wctype_l.texi: Renamed from
3109         doc/glibc-functions/wctype_l.texi.
3110         * doc/gnulib.texi (Function Substitutes): Add these subsections.
3111         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
3112         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
3113         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
3114         these subsections.
3115         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
3116         Remove sections.
3117
3118 2008-12-14  Bruno Haible  <bruno@clisp.org>
3119
3120         Update doc for POSIX:2008.
3121         * doc/posix-functions/*.texi: Update URL of POSIX specification.
3122
3123 2008-12-14  Bruno Haible  <bruno@clisp.org>
3124
3125         Update doc for POSIX:2008.
3126         * doc/pastposix-functions/bcmp.texi: Renamed from
3127         doc/posix-functions/bcmp.texi.
3128         * doc/pastposix-functions/bcopy.texi: Renamed from
3129         doc/posix-functions/bcopy.texi.
3130         * doc/pastposix-functions/bsd_signal.texi: Renamed from
3131         doc/posix-functions/bsd_signal.texi.
3132         * doc/pastposix-functions/bzero.texi: Renamed from
3133         doc/posix-functions/bzero.texi.
3134         * doc/pastposix-functions/ecvt.texi: Renamed from
3135         doc/posix-functions/ecvt.texi.
3136         * doc/pastposix-functions/fcvt.texi: Renamed from
3137         doc/posix-functions/fcvt.texi.
3138         * doc/pastposix-functions/ftime.texi: Renamed from
3139         doc/posix-functions/ftime.texi.
3140         * doc/pastposix-functions/gcvt.texi: Renamed from
3141         doc/posix-functions/gcvt.texi.
3142         * doc/pastposix-functions/getcontext.texi: Renamed from
3143         doc/posix-functions/getcontext.texi.
3144         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
3145         doc/posix-functions/gethostbyaddr.texi.
3146         * doc/pastposix-functions/gethostbyname.texi: Renamed from
3147         doc/posix-functions/gethostbyname.texi.
3148         * doc/pastposix-functions/getwd.texi: Renamed from
3149         doc/posix-functions/getwd.texi.
3150         * doc/pastposix-functions/h_errno.texi: Renamed from
3151         doc/posix-functions/h_errno.texi.
3152         * doc/pastposix-functions/index.texi: Renamed from
3153         doc/posix-functions/index.texi.
3154         * doc/pastposix-functions/makecontext.texi: Renamed from
3155         doc/posix-functions/makecontext.texi.
3156         * doc/pastposix-functions/mktemp.texi: Renamed from
3157         doc/posix-functions/mktemp.texi.
3158         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
3159         doc/posix-functions/pthread_attr_getstackaddr.texi.
3160         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
3161         doc/posix-functions/pthread_attr_setstackaddr.texi.
3162         * doc/pastposix-functions/rindex.texi: Renamed from
3163         doc/posix-functions/rindex.texi.
3164         * doc/pastposix-functions/scalb.texi: Renamed from
3165         doc/posix-functions/scalb.texi.
3166         * doc/pastposix-functions/setcontext.texi: Renamed from
3167         doc/posix-functions/setcontext.texi.
3168         * doc/pastposix-functions/swapcontext.texi: Renamed from
3169         doc/posix-functions/swapcontext.texi.
3170         * doc/pastposix-functions/ualarm.texi: Renamed from
3171         doc/posix-functions/ualarm.texi.
3172         * doc/pastposix-functions/usleep.texi: Renamed from
3173         doc/posix-functions/usleep.texi.
3174         * doc/pastposix-functions/vfork.texi: Renamed from
3175         doc/posix-functions/vfork.texi.
3176         * doc/pastposix-functions/wcswcs.texi: Renamed from
3177         doc/posix-functions/wcswcs.texi.
3178         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
3179         (Function Substitutes): Update.
3180
3181 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3182
3183         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
3184         m4/strerror.m4.
3185
3186 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3187             Bruno Haible  <bruno@clisp.org>
3188
3189         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
3190
3191 2008-12-13  Bruno Haible  <bruno@clisp.org>
3192
3193         * modules/strtoull (Depends-on): Remove unistd.
3194
3195 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3196
3197         * modules/strtoull (Depends-on): Add stdlib.
3198
3199 2008-12-11  Simon Josefsson  <simon@josefsson.org>
3200
3201         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
3202
3203 2008-12-10  Jim Meyering  <meyering@redhat.com>
3204
3205         gl_ASSERT: don't say assertions are disabled when they're not
3206         * m4/assert.m4 (gl_ASSERT): Do not make configure report
3207         "checking whether to enable assertions... no", when they are in
3208         fact enabled.  This is solely a bug in the output of configure.
3209         In spite of saying "no", NDEBUG was not defined in that case.
3210         Also, as noted by Eric Blake, leave assertions enabled upon
3211         --enable-assert=INVALID.
3212
3213 2008-12-10  Bruno Haible  <bruno@clisp.org>
3214
3215         Change MODULES.html to refer to POSIX:2008 where possible.
3216         * MODULES.html.sh (POSIX2008_URL): New variable.
3217         (posix_headers): Remove sys/timeb, ucontext.
3218         (posix2001_headers): New variable.
3219         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
3220         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
3221         index, makecontext, mktemp, pthread_attr_getstackaddr,
3222         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
3223         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
3224         (posix2001_functions): New variable.
3225         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
3226         otherwise.
3227
3228 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3229
3230         add missing include to parse-duration.c
3231         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
3232         * modules/parse-duration (Depends-on): Add xalloc.
3233
3234         fix sed script reading maint.mk
3235         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
3236         (syntax-check-rules): Use it.
3237
3238 2008-12-09  Bruno Haible  <bruno@clisp.org>
3239
3240         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
3241         MacOS X 10.4/PowerPC.
3242         Reported by Simon Josefsson.
3243
3244 2008-12-08  Jim Meyering  <meyering@redhat.com>
3245
3246         work around mingw's lack of some S_IF definitions
3247         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
3248         Reported by Simon Josefsson.
3249
3250 2008-12-08  Bruno Haible  <bruno@clisp.org>
3251
3252         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
3253         applied to variables. Needed on MacOS X 10.4/PowerPC.
3254         Reported by Simon Josefsson.
3255
3256 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3257         and Eric Blake  <ebb9@byu.net>
3258
3259         assert: honor --enable-assert
3260         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
3261         order to honor --enable-assert, rather than treating it as a
3262         synonym for --disable-assert.
3263
3264 2008-12-08  Jim Meyering  <meyering@redhat.com>
3265
3266         * lib/posixtm.c: Remove now-useless declaration of mktime.
3267
3268         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
3269
3270 2008-12-07  Bruno Haible  <bruno@clisp.org>
3271
3272         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
3273         test_once): Mark functions as static.
3274         * tests/test-tls.c (test_tls): Likewise.
3275
3276 2008-12-07  Bruno Haible  <bruno@clisp.org>
3277
3278         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
3279         iconv_register_autodetect.
3280
3281 2008-12-07  Jim Meyering  <meyering@redhat.com>
3282
3283         posixtm.c: avoid a warning
3284         * lib/posixtm.c (posixtime): Don't initialize tm0.
3285         It's no longer needed to placate gcc4's -Wuninitialized,
3286         and the attempt to placate would elicit a new warning.
3287
3288         unicodeio.c: mark unused parameters
3289         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3290         (fallback_failure_callback): Likewise.
3291
3292 2008-12-07  Bruno Haible  <bruno@clisp.org>
3293
3294         * gnulib-tool (func_create_testdir): When building the tests
3295         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
3296         Reported by Simon Josefsson.
3297
3298 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3299
3300         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
3301
3302 2008-12-06  Bruno Haible  <bruno@clisp.org>
3303
3304         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
3305         Suggested by Eric Blake.
3306
3307 2008-12-06  Bruno Haible  <bruno@clisp.org>
3308
3309         Fix a c-stack test failure on MacOS X.
3310         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
3311         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
3312         handler for SIGBUS as well.
3313         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
3314         install a signal handler for SIGBUS as well.
3315         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
3316
3317 2008-12-06  Bruno Haible  <bruno@clisp.org>
3318
3319         Advocacy documentation.
3320         * doc/gnulib-intro.texi (Benefits): New section.
3321         * doc/gnulib.texi: Update.
3322
3323 2008-12-06  Bruno Haible  <bruno@clisp.org>
3324
3325         Document the 'manywarnings' module.
3326         * doc/manywarnings.texi: New file.
3327         * doc/gnulib.texi: Include it.
3328
3329 2008-12-05  Eric Blake  <ebb9@byu.net>
3330
3331         tests: silence some gcc warnings
3332         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
3333         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
3334         type mismatches.
3335
3336 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3337             Bruno Haible  <bruno@clisp.org>
3338
3339         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
3340
3341 2008-11-29  Jim Meyering  <meyering@redhat.com>
3342
3343         unicodeio.c: mark unused parameters
3344         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
3345         (fallback_failure_callback): Likewise.
3346
3347         fts: fix a thinko
3348         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
3349         (set_stat_type): Return S_IF*-valued "type" directly.
3350         Prompted by James Youngman's spotting a related bug.
3351         Confirmed by further testing through find.
3352
3353         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
3354         * lib/fts.c (D_TYPE): Define.
3355         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
3356         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
3357         (s_ifmt_shift_bits): New function.
3358         (set_stat_type): New function.
3359         (fts_build): When not calling fts_stat, call set_stat_type
3360         to propagate dirent.d_type info to fts_read caller.
3361         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
3362         fts_statp->st_mode type information may be valid.
3363
3364 2008-11-28  Simon Josefsson  <simon@josefsson.org>
3365
3366         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
3367         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
3368         <sds@gnu.org>.
3369
3370 2008-11-20  Bruno Haible  <bruno@clisp.org>
3371
3372         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
3373         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
3374         INCLUDE_NEXT.
3375         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
3376         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
3377         * modules/math (Makefile.am): Substitute
3378         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
3379         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3380
3381 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
3382             Bruno Haible  <bruno@clisp.org>
3383
3384         * lib/stdint.in.h: Define all type macros so that their expansion is
3385         a single typedef'ed token. Fixes a compilation failure in Boost which
3386         does "using ::int8_t;".
3387
3388 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3389
3390         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
3391         gl_MANYWARN_ALL_GCC.
3392         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
3393         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
3394         * modules/manywarnings: New file.
3395         * MODULES.html.sh: Mention manywarnings module.
3396
3397 2008-11-18  Bruno Haible  <bruno@clisp.org>
3398
3399         * doc/gnulib-tool.texi (Unit tests): New section.
3400
3401 2008-11-18  Simon Josefsson  <simon@josefsson.org>
3402
3403         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
3404         paths like 'lib/po/foo.po'.
3405
3406 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3407
3408         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
3409         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
3410
3411 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3412
3413         * m4/warnings.m4: Use CPPFLAGS to really check whether the
3414         parameter works.
3415
3416 2008-11-17  Simon Josefsson  <simon@josefsson.org>
3417
3418         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
3419
3420 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3421
3422         * modules/parse-duration-tests: New file.
3423         * tests/test-parse-duration.sh: New file.
3424         * tests/test-parse-duration.c: New file.
3425
3426         New module 'parse-duration'.
3427         * lib/parse-duration.h: New file.
3428         * lib/parse-duration.c: New file.
3429         * modules/parse-duration: New file.
3430
3431 2008-11-17  Bruno Haible  <bruno@clisp.org>
3432
3433         * tests/test-select-out.sh: Comment out the first pipe test.
3434         Reported by Simon Josefsson.
3435
3436 2008-11-17  Bruno Haible  <bruno@clisp.org>
3437
3438         * modules/getaddrinfo (Depends-on): Add servent, hostent.
3439         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
3440         gl_HOSTENT.
3441
3442 2008-11-17  Bruno Haible  <bruno@clisp.org>
3443
3444         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
3445         -lnetwork and -lnet. Needed for Haiku and BeOS.
3446
3447 2008-11-16  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
3450
3451 2008-11-16  Bruno Haible  <bruno@clisp.org>
3452
3453         Avoid test failure on Haiku.
3454         * tests/test-fsync.c: Include <errno.h>.
3455         (main): Don't require that fsync (0) fails.
3456
3457 2008-11-15  Bruno Haible  <bruno@clisp.org>
3458
3459         New module 'hostent'.
3460         * modules/hostent: New file.
3461         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
3462
3463 2008-11-15  Bruno Haible  <bruno@clisp.org>
3464
3465         New module 'servent'.
3466         * modules/servent: New file.
3467         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
3468
3469 2008-11-15  Bruno Haible  <bruno@clisp.org>
3470
3471         Avoid generating same test program with two different rules.
3472         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
3473         test-frexp to test-frexp-nolibm.
3474         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
3475         test-frexpl to test-frexpl-nolibm.
3476
3477 2008-11-15  Bruno Haible  <bruno@clisp.org>
3478
3479         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
3480         $(FREXPL_LIBM).
3481
3482 2008-11-15  Bruno Haible  <bruno@clisp.org>
3483
3484         * lib/netdb.in.h: Activate the definitions also when the system's
3485         <netdb.h> has 'struct addrinfo'.
3486         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
3487         EAI_OVERFLOW or AI_NUMERICSERV.
3488         * doc/posix-headers/netdb.texi: Document the problem.
3489
3490 2008-11-15  Bruno Haible  <bruno@clisp.org>
3491
3492         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
3493
3494         Make the 'sched' module work on platforms where <sched.h> exists but
3495         is incomplete (such as Haiku).
3496         * lib/sched.in.h; Include the system's <sched.h> if it exists.
3497         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
3498         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
3499         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
3500         HAVE_STRUCT_SCHED_PARAM.
3501         * modules/sched (Depends-on): Add include_next.
3502         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
3503         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
3504         * doc/posix-headers/sched.texi: Document the issue.
3505
3506 2008-11-13  Jim Meyering  <meyering@redhat.com>
3507
3508         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
3509         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
3510         test would fail due to the difference in the Report bugs to ...
3511         line.  The expected address is empty, "<>", while the actual
3512         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
3513
3514 2008-11-12  Bruno Haible  <bruno@clisp.org>
3515
3516         lstat: don't compile lstat.c on systems lacking lstat
3517         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
3518         which don't have lstat; this is handled by lib/sys_stat.in.h already.
3519         Reported by Daniel P. Berrange via Jim Meyering.
3520
3521 2008-11-12  Jim Meyering  <meyering@redhat.com>
3522
3523         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
3524
3525 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3526
3527         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
3528         instead.
3529
3530 2008-11-12  Bruno Haible  <bruno@clisp.org>
3531
3532         * lib/unicodeio.c: Include unistr.h.
3533         (utf8_wctomb): Remove function.
3534         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
3535
3536 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3537
3538         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
3539         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
3540         <bruno@clisp.org>.
3541         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
3542
3543 2008-11-12  Simon Josefsson  <simon@josefsson.org>
3544
3545         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
3546         * doc/gnulib.texi: Add section for warnings.
3547
3548 2008-11-11  Bruno Haible  <bruno@clisp.org>
3549
3550         * lib/sockets.h: Add a comment.
3551
3552 2008-11-11  Karl Berry  <karl@gnu.org>
3553
3554         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
3555
3556 2008-11-11  Eric Blake  <ebb9@byu.net>
3557
3558         fdl.texi: avoid git symlinks
3559         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
3560
3561 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3562
3563         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
3564
3565 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3566
3567         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
3568         (gl_WARN_ADD): Substitute $2 if literal.
3569
3570 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3571
3572         * m4/warning.m4: Remove.
3573
3574 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
3575
3576         * m4/warnings.m4: Almost complete rewrite. :-)
3577
3578 2008-11-10  Simon Josefsson  <simon@josefsson.org>
3579
3580         * modules/warnings: New module.
3581         * m4/warnings.m4: New file.
3582         * MODULES.html.sh: Mention warnings module.
3583         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
3584         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3585
3586 2008-11-10  Eric Blake  <ebb9@byu.net>
3587
3588         fdl.texi: make a symlink to the latest version
3589         * doc/standards.texi: Revert today's earlier change.
3590         * doc/fdl-1.2.texi: Rename from old fdl.texi...
3591         * doc/fdl.texi: ...and replace this with a symlink to the newer
3592         fdl-1.3.texi.
3593
3594 2008-11-10  Bruno Haible  <bruno@clisp.org>
3595
3596         * tests/test-select-fd.c (main): Accept the result file name as fourth
3597         argument.
3598         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
3599         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
3600
3601 2008-11-10  Bruno Haible  <bruno@clisp.org>
3602
3603         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
3604         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
3605         as autoconf-substituted macros.
3606         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
3607         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
3608         gl_NETDB_H_DEFAULTS. Set these variables.
3609         * modules/netdb (Makefile.am): Substitute these variables.
3610
3611 2008-11-10  Eric Blake  <ebb9@byu.net>
3612
3613         standards.texi: include correct file for FDL 1.3
3614         * doc/standards.texi (GNU Free Documentation License): Change
3615         include file to pull in FDL 1.3, not 1.2.
3616
3617         fdl.texi: revert accidental change to license
3618         * doc/fdl.texi: This is FDL 1.2, not 1.3.
3619
3620 2008-11-10  Bruno Haible  <bruno@clisp.org>
3621
3622         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
3623         cross-compiling guesses also when the native compile gives no result.
3624
3625 2008-11-10  Bruno Haible  <bruno@clisp.org>
3626
3627         * lib/spawni.c (__spawni): Force variable into the stack.
3628
3629 2008-11-10  Bruno Haible  <bruno@clisp.org>
3630
3631         Add support for Haiku.
3632         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
3633         glibc and BeOS, but also on Haiku.
3634         * lib/fpurge.c (fpurge): Likewise.
3635         * lib/freadable.c (freadable): Likewise.
3636         * lib/freadahead.c (freadahead): Likewise.
3637         * lib/freading.c (freading): Likewise.
3638         * lib/freadptr.c (freadptr): Likewise.
3639         * lib/freadseek.c (freadptrinc): Likewise.
3640         * lib/fseeko.c (rpl_fseeko): Likewise.
3641         * lib/fseterr.c (fseterr): Likewise.
3642         * lib/fwritable.c (fwritable): Likewise.
3643         * lib/fwriting.c (fwriting): Likewise.
3644         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
3645
3646 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3647
3648         * lib/config.charset: Treat Haiku like BeOS.
3649
3650 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
3651
3652         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
3653         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
3654
3655 2008-11-08  Bruno Haible  <bruno@clisp.org>
3656
3657         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
3658         AC_CACHE_CHECK.
3659
3660 2008-11-08  Bruno Haible  <bruno@clisp.org>
3661
3662         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
3663
3664 2008-11-08  Bruno Haible  <bruno@clisp.org>
3665
3666         * tests/test-select-fd.c: New file.
3667         * tests/test-select-in.sh: New file.
3668         * tests/test-select-out.sh: New file.
3669         * tests/test-select-stdin.c: New file.
3670         * modules/select-tests (Files): Add the new files.
3671         (Depends-on): Add gettimeofday.
3672         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
3673         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
3674         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
3675
3676 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
3677             Bruno Haible  <bruno@clisp.org>
3678
3679         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
3680
3681 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
3682
3683         * build-aux/pmccabe2html: Added support for C++ source files.
3684
3685 2008-11-05  Ben Pfaff  <blp@gnu.org>
3686
3687         Fix lib/close.c build on Windows.
3688         * modules/close (Files): Add lib/w32sock.h.
3689
3690 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
3691
3692         Accept Bison's NEWS format.
3693         * build-aux/announce-gen (print_news_deltas): Tweak
3694         $re_prefix.
3695
3696 2008-11-04  Bruno Haible  <bruno@clisp.org>
3697
3698         * modules/random_r (Maintainer): Add glibc.
3699
3700 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3701
3702         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
3703         by karl@freefriends.org (Karl Berry).
3704         * doc/alloca.texi: Likewise.
3705         * doc/c-ctype.texi: Likewise.
3706         * doc/c-strcase.texi: Likewise.
3707         * doc/c-strcaseeq.texi: Likewise.
3708         * doc/c-strcasestr.texi: Likewise.
3709         * doc/c-strstr.texi: Likewise.
3710         * doc/c-strtod.texi: Likewise.
3711         * doc/c-strtold.texi: Likewise.
3712         * doc/ctime.texi: Likewise.
3713         * doc/error.texi: Likewise.
3714         * doc/fdl.texi: Likewise.
3715         * doc/gcd.texi: Likewise.
3716         * doc/getdate.texi: Likewise.
3717         * doc/gnulib-intro.texi: Likewise.
3718         * doc/gnulib-tool.texi: Likewise.
3719         * doc/gnulib.texi: Likewise.
3720         * doc/inet_ntoa.texi: Likewise.
3721         * doc/maintain.texi: Likewise.
3722         * doc/make-stds.texi: Likewise.
3723         * doc/quote.texi: Likewise.
3724         * doc/regexprops-generic.texi: Likewise.
3725         * doc/standards.texi: Likewise.
3726         * doc/verify.texi: Likewise.
3727         * doc/visibility.texi: Likewise.
3728         * doc/gnulib.texi (GNU Free Documentation License): Include
3729         fdl-1.3.texi instead of fdl.texi.
3730
3731 2008-11-04  Simon Josefsson  <simon@josefsson.org>
3732
3733         * doc/fdl-1.3.texi: New file, from
3734         <http://www.gnu.org/licenses/fdl-1.3.texi>.
3735         * modules/fdl-1.3: Add.
3736         * MODULES.html.sh: Add fdl-1.3.
3737
3738 2008-11-03  Bruno Haible  <bruno@clisp.org>
3739
3740         Make determination of absolute name of header file work with AIX xlc.
3741         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
3742         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
3743         preprocessing.
3744         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3745         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3746
3747 2008-11-03  Simon Josefsson  <simon@josefsson.org>
3748
3749         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
3750         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
3751         <ludo@gnu.org>.
3752
3753 2008-11-02  Bruno Haible  <bruno@clisp.org>
3754
3755         Mark 'strpbrk' obsolete.
3756         * modules/strpbrk (Status, Notice): New sections.
3757         * modules/strtok_r (Depends-on): Add strpbrk.
3758
3759 2008-11-02  Bruno Haible  <bruno@clisp.org>
3760
3761         Mark 'strdup' obsolete.
3762         * modules/strdup (Status, Notice): New sections.
3763         * modules/findprog (Depends-on): Add strdup.
3764         * modules/getaddrinfo (Depends-on): Likewise.
3765         * modules/localename (Depends-on): Likewise.
3766         * modules/relocatable-lib (Depends-on): Likewise.
3767         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
3768         * modules/relocatable-prog (Depends-on): Likewise.
3769         * modules/trim (Depends-on): Likewise.
3770         * modules/unictype/gen-ctype (Depends-on): Likewise.
3771         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3772
3773 2008-11-02  Bruno Haible  <bruno@clisp.org>
3774
3775         Mark 'strcspn' obsolete.
3776         * modules/strcspn (Status, Notice): New sections.
3777
3778 2008-11-02  Bruno Haible  <bruno@clisp.org>
3779
3780         Mark 'rmdir' obsolete.
3781         * modules/rmdir (Status, Notice): New sections.
3782         * modules/clean-temp (Depends-on): Add rmdir.
3783         * modules/openat (Depends-on): Likewise.
3784
3785 2008-11-02  Bruno Haible  <bruno@clisp.org>
3786
3787         Mark 'raise' obsolete.
3788         * modules/raise (Status, Notice): New sections.
3789         (Include): Specify <signal.h>.
3790         * modules/stdio (Depends-on): Add raise.
3791         * modules/write (Depends-on): Likewise.
3792
3793 2008-11-02  Bruno Haible  <bruno@clisp.org>
3794
3795         Mark 'memset' obsolete.
3796         * modules/memset (Status, Notice): New sections.
3797
3798 2008-11-02  Bruno Haible  <bruno@clisp.org>
3799
3800         Mark 'memmove' obsolete.
3801         * modules/memmove (Status, Notice): New sections.
3802         * modules/argp (Depends-on): Add memmove.
3803         * modules/argz (Depends-on): Likewise.
3804         * modules/canonicalize (Depends-on): Likewise.
3805         * modules/canonicalize-lgpl (Depends-on): Likewise.
3806         * modules/fts (Depends-on): Likewise.
3807         * modules/getcwd (Depends-on): Likewise.
3808         * modules/human (Depends-on): Likewise.
3809         * modules/regex (Depends-on): Likewise.
3810         * modules/striconveh (Depends-on): Likewise.
3811         * modules/trim (Depends-on): Likewise.
3812         * modules/unistr/u8-move (Depends-on): Likewise.
3813         * modules/unistr/u16-move (Depends-on): Likewise.
3814         * modules/unistr/u32-move (Depends-on): Likewise.
3815
3816 2008-11-02  Bruno Haible  <bruno@clisp.org>
3817
3818         Mark 'memcpy' obsolete.
3819         * modules/memcpy (Status, Notice): New sections.
3820
3821 2008-11-02  Bruno Haible  <bruno@clisp.org>
3822
3823         Mark 'memcmp' obsolete.
3824         * modules/memcmp (Status, Notice): New sections.
3825         * modules/argmatch (Depends-on): Add memchr.
3826         * modules/backupfile (Depends-on): Likewise.
3827         * modules/c-strcasestr (Depends-on): Likewise.
3828         * modules/crypto/des (Depends-on): Likewise.
3829         * modules/csharpcomp (Depends-on): Likewise.
3830         * modules/fnmatch (Depends-on): Likewise.
3831         * modules/git-merge-changelog (Depends-on): Likewise.
3832         * modules/isnand (Depends-on): Likewise.
3833         * modules/isnand-nolibm (Depends-on): Likewise.
3834         * modules/isnanf (Depends-on): Likewise.
3835         * modules/isnanf-nolibm (Depends-on): Likewise.
3836         * modules/isnanl (Depends-on): Likewise.
3837         * modules/isnanl-nolibm (Depends-on): Likewise.
3838         * modules/mbchar (Depends-on): Likewise.
3839         * modules/memcoll (Depends-on): Likewise.
3840         * modules/quotearg (Depends-on): Likewise.
3841         * modules/regex (Depends-on): Likewise.
3842         * modules/relocatable-prog (Depends-on): Likewise.
3843         * modules/same (Depends-on): Likewise.
3844         * modules/signbit (Depends-on): Likewise.
3845         * modules/strcasestr-simple (Depends-on): Likewise.
3846         * modules/unictype/gen-ctype (Depends-on): Likewise.
3847         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
3848         * modules/uniname/uniname (Depends-on): Likewise.
3849         * modules/unistr/u8-cmp (Depends-on): Likewise.
3850
3851 2008-11-02  Bruno Haible  <bruno@clisp.org>
3852
3853         Mark 'memchr' obsolete.
3854         * modules/memchr (Status, Notice): New sections.
3855         * modules/argp (Depends-on): Add memchr.
3856         * modules/base64 (Depends-on): Likewise.
3857         * modules/c-strcasestr (Depends-on): Likewise.
3858         * modules/chdir-long (Depends-on): Likewise.
3859         * modules/fnmatch (Depends-on): Likewise.
3860         * modules/getsubopt (Depends-on): Likewise.
3861         * modules/git-merge-changelog (Depends-on): Likewise.
3862         * modules/glob (Depends-on): Likewise.
3863         * modules/strcasestr-simple (Depends-on): Likewise.
3864         * modules/strnlen (Depends-on): Likewise.
3865
3866 2008-11-02  Bruno Haible  <bruno@clisp.org>
3867
3868         Mark 'atexit' obsolete.
3869         * modules/atexit (Status, Notice): New sections.
3870         * modules/chdir-long (Depends-on): Add atexit.
3871         * modules/wait-process (Depends-on): Likewise.
3872
3873 2008-11-02  Bruno Haible  <bruno@clisp.org>
3874
3875         * gnulib-tool: New option --with-obsolete.
3876         (func_usage): Document it.
3877         (func_modules_transitive_closure): Drop obsolete dependencies if
3878         incobsolete is not true.
3879         (func_import): Read and save the incobsolete variable to the cache.
3880
3881 2008-11-02  Bruno Haible  <bruno@clisp.org>
3882
3883         * modules/TEMPLATE-EXTENDED: New field 'Status'.
3884         * gnulib-tool: New option --extract-status.
3885         (func_usage): Document it.
3886         (sed_extract_prog): Recognize it.
3887         (func_get_status): New function.
3888
3889 2008-10-30  Simon Josefsson  <simon@josefsson.org>
3890
3891         * modules/sockets (License): Change from LGPL to LGPLv2+.
3892
3893 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3894
3895         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
3896
3897 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3898
3899         * MODULES.html.sh (Support for systems lacking POSIX:2001):
3900         Mention times and sys_times.
3901         * modules/sys_times, modules/sys_times-tests: New modules.
3902         * modules/times, modules/times-tests: Likewise
3903         * m4/sys_times_h.m4: New file.
3904         * lib/sys_times.in.h: Likewise
3905         * lib/times.c: Likewise.
3906         * tests/test-sys_times.c: Likewise.
3907         * tests/test-times.c: Likewise.
3908         * doc/posix-headers/sys_times.texi: Update.
3909         * doc/posix-functions/times.texi: Update.
3910
3911 2008-10-28  Jim Meyering  <meyering@redhat.com>
3912
3913         * modules/tempname (Depends-on): Add lstat.
3914
3915         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
3916
3917 2008-10-28  Simon Josefsson  <simon@josefsson.org>
3918
3919         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
3920         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
3921         using idiom used elsewhere in gnulib.
3922
3923 2008-10-27  Jim Meyering  <meyering@redhat.com>
3924
3925         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
3926
3927 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3928
3929         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
3930         TESTS_ENVIRONMENT, for shell scripts that needs to call built
3931         programs.
3932         * tests/test-argp-2.sh: Use $EXEEXT when needed.
3933
3934 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3935
3936         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
3937
3938 2008-10-27  Bruno Haible  <bruno@clisp.org>
3939
3940         * tests/test-lstat.c: Include <stdio.h>.
3941
3942 2008-10-27  Simon Josefsson  <simon@josefsson.org>
3943
3944         * modules/lstat-tests: New module.
3945         * tests/test-lstat.c: New file.
3946
3947 2008-10-26  Jim Meyering  <meyering@redhat.com>
3948
3949         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
3950
3951 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3952             Bruno Haible  <bruno@clisp.org>
3953
3954         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
3955         * modules/configmake (Include): Add a note that the include must come
3956         after all system headers.
3957         * lib/javaversion.c: Include configmake.h after all other includes.
3958
3959 2008-10-26  Bruno Haible  <bruno@clisp.org>
3960
3961         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
3962         HAVE_STRUCT_RANDOM_DATA to 1.
3963         (gl_STDLIB_H): Simplify.
3964
3965 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3966
3967         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
3968         substitute HAVE_STRUCT_RANDOM_DATA.
3969         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
3970         random_data.
3971         * modules/stdlib (Makefile.am): Substitute
3972         HAVE_STRUCT_RANDOM_DATA.
3973
3974 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3975
3976         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
3977         * doc/gnulib-intro.texi (Copyright): Likewise.
3978
3979 2008-10-26  Simon Josefsson  <simon@josefsson.org>
3980
3981         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
3982         findings.
3983
3984 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
3985             Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/unistd.in.h: Include <winsock2.h>.
3988         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
3989         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
3990         Provide dummy declarations.
3991         (gethostname): Override.
3992         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
3993         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
3994         gl_PREREQ_SYS_H_WINSOCK2.
3995         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
3996         * doc/posix-functions/gethostname.texi: More details.
3997
3998 2008-10-25  Bruno Haible  <bruno@clisp.org>
3999
4000         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4001         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
4002         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
4003
4004         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
4005         here ...
4006         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
4007         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
4008         gl_UNISTD_H_DEFAULTS.
4009
4010 2008-10-25  Eric Blake  <ebb9@byu.net>
4011
4012         signbit: avoid spurious compiler failure
4013         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
4014         declarations inside function.
4015
4016 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4017             Bruno Haible  <bruno@clisp.org>
4018
4019         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
4020         * modules/random_r (Depends-on): Add stdint.
4021
4022 2008-10-24  Bruno Haible  <bruno@clisp.org>
4023
4024         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
4025         Eggert.
4026         * modules/strerror (License): Likewise.
4027
4028 2008-10-24  Jim Meyering  <meyering@redhat.com>
4029
4030         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
4031         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
4032
4033 2008-10-24  Eric Blake  <ebb9@byu.net>
4034
4035         getgroups: fix compilation when getgroups is available
4036         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
4037         but with <config.h> override of getgroups disabled.
4038
4039 2008-10-24  Simon Josefsson  <simon@josefsson.org>
4040
4041         * doc/gnulib.texi (Header files): Add note about C++ problems.
4042         Explained by Bruno Haible <bruno@clisp.org>.
4043
4044 2008-10-23  Bruno Haible  <bruno@clisp.org>
4045
4046         Define a dummy SA_NODEFER macro on Interix.
4047         * lib/signal.in.h (SA_NODEFER): Define fallback.
4048         Reported by Aleksey Cheusov <cheusov@tut.by> via
4049         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
4050
4051 2008-10-23  Bruno Haible  <bruno@clisp.org>
4052
4053         * modules/freadahead (License): Change to LGPLv2+.
4054         Suggested by Simon Josefsson.
4055
4056 2008-10-23  Jim Meyering  <meyering@redhat.com>
4057
4058         random_r: new module
4059         * modules/random_r: New file.
4060         * m4/random_r.m4: New file.
4061         * lib/random_r.c: New file, from glibc.
4062         * modules/random_r-tests: New file.
4063         * tests/test-random_r.c: New file.
4064         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
4065          Declare.
4066         (RAND_MAX): Define.
4067         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
4068         * modules/stdlib: Substitute them, too.
4069         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
4070         * doc/glibc-functions/initstate_r.texi: Mention the new module.
4071         * doc/glibc-functions/random_r.texi: Likewise.
4072         * doc/glibc-functions/setstate_r.texi: Likewise.
4073         * doc/glibc-functions/srandom_r.texi: Likewise.
4074         * config/srclist.txt: Mention it.
4075
4076 2008-10-23  David Lutterkort  <lutter@redhat.com>
4077
4078         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
4079         link requirement
4080
4081 2008-10-23  Jim Meyering  <meyering@redhat.com>
4082
4083         selinux-h: mark parameters of stub functions as intentionally unused
4084         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
4085         * lib/se-context.in.h: Likewise.
4086
4087 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4088
4089         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
4090
4091 2008-10-22  Simon Josefsson  <simon@josefsson.org>
4092
4093         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
4094
4095 2008-10-22  Eric Blake  <ebb9@byu.net>
4096
4097         glthread/thread: avoid compiler warning
4098         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
4099         Add unreachable abort to silence compiler.
4100
4101 2008-10-22  Eric Blake  <ebb9@byu.net>
4102
4103         netdb: also supply struct addrinfo for cygwin 1.5.x
4104         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
4105         older cygwin.
4106         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
4107         cygwin.
4108         * doc/posix-headers/netdb.texi (netdb.h): Document this.
4109
4110 2008-10-22  Bruno Haible  <bruno@clisp.org>
4111
4112         * users.txt: Update entry about pspp.
4113
4114 2008-10-21  Bruno Haible  <bruno@clisp.org>
4115
4116         Simplification.
4117         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
4118         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
4119
4120         Simplification.
4121         * lib/ioctl.c (ioctl): Don't undefine.
4122         * lib/socket.c (socket): Don't undefine.
4123
4124         Remove unused module indicator macros.
4125         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
4126         GNULIB_$1 as a C macro.
4127
4128         * doc/posix-functions/close.texi: Undo last change.
4129         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
4130         Windows platforms.
4131
4132 2008-10-21  Bruno Haible  <bruno@clisp.org>
4133
4134         Add gethostname() declaration to <unistd.h>.
4135         * lib/unistd.in.h (gethostname): New declaration.
4136         * lib/gethostname.c: Include <unistd.h>.
4137         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
4138         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
4139         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
4140         and HAVE_GETHOSTNAME.
4141         * modules/gethostname (Depends-on): Add unistd.
4142         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4143         (Include): Specify <unistd.h>.
4144         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
4145         HAVE_GETHOSTNAME.
4146         * tests/test-gethostname.c: Include <unistd.h> first.
4147
4148 2008-10-21  Bruno Haible  <bruno@clisp.org>
4149
4150         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
4151         * modules/select-tests (Depends-on): Likewise.
4152         Reported by Simon Josefsson.
4153
4154 2008-10-21  Simon Josefsson  <simon@josefsson.org>
4155
4156         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
4157         * lib/accept.c: New file, based on winsock.c.
4158         * lib/bind.c: New file, based on winsock.c.
4159         * lib/connect.c: New file, based on winsock.c.
4160         * lib/getpeername.c: New file, based on winsock.c.
4161         * lib/getsockname.c: New file, based on winsock.c.
4162         * lib/getsockopt.c: New file, based on winsock.c.
4163         * lib/ioctl.c: New file, based on winsock.c.
4164         * lib/listen.c: New file, based on winsock.c.
4165         * lib/recv.c: New file, based on winsock.c.
4166         * lib/recvfrom.c: New file, based on winsock.c.
4167         * lib/send.c: New file, based on winsock.c.
4168         * lib/sendto.c: New file, based on winsock.c.
4169         * lib/setsockopt.c: New file, based on winsock.c.
4170         * lib/shutdown.c: New file, based on winsock.c.
4171         * lib/socket.c: New file, based on winsock.c.
4172         * lib/w32sock.h: New file, based on winsock.c.
4173         * lib/winsock.c: Remove file.
4174         * modules/accept: Likewise.
4175         * modules/bind: Likewise.
4176         * modules/connect: Likewise.
4177         * modules/getpeername: Likewise.
4178         * modules/getsockname: Likewise.
4179         * modules/getsockopt: Likewise.
4180         * modules/ioctl: Likewise.
4181         * modules/listen: Likewise.
4182         * modules/recv: Likewise.
4183         * modules/recvfrom: Likewise.
4184         * modules/send: Likewise.
4185         * modules/sendto: Likewise.
4186         * modules/setsockopt: Likewise.
4187         * modules/shutdown: Likewise.
4188         * modules/socket: Use socket.c instead of winsock.c.
4189         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
4190         * doc/posix-functions/accept.texi: Doc fix.
4191         * doc/posix-functions/bind.texi: Doc fix.
4192         * doc/posix-functions/close.texi: Doc fix.
4193         * doc/posix-functions/connect.texi: Doc fix.
4194         * doc/posix-functions/getpeername.texi: Doc fix.
4195         * doc/posix-functions/getsockname.texi: Doc fix.
4196         * doc/posix-functions/getsockopt.texi: Doc fix.
4197         * doc/posix-functions/ioctl.texi: Doc fix.
4198         * doc/posix-functions/listen.texi: Doc fix.
4199         * doc/posix-functions/recv.texi: Doc fix.
4200         * doc/posix-functions/recvfrom.texi: Doc fix.
4201         * doc/posix-functions/send.texi: Doc fix.
4202         * doc/posix-functions/sendto.texi: Doc fix.
4203         * doc/posix-functions/setsockopt.texi: Doc fix.
4204         * doc/posix-functions/shutdown.texi: Doc fix.
4205         * doc/posix-functions/socket.texi: Doc fix.
4206
4207 2008-10-20  Bruno Haible  <bruno@clisp.org>
4208
4209         Take into account the role of SIGABRT_COMPAT on Windows 2008.
4210         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
4211         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
4212         as an alias for SIGABRT.
4213         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
4214         (sigaction): Map it to SIGABRT.
4215         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
4216
4217 2008-10-20  Bruno Haible  <bruno@clisp.org>
4218
4219         * lib/fts.c: Don't include lstat.h.
4220         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
4221
4222         Move the lstat() declaration to <sys/stat.h>.
4223         * lib/lstat.h: Remove file.
4224         * lib/sys_stat.in.h: Add special invocation convention.
4225         (lstat): New declaration.
4226         * lib/lstat.c (orig_lstat): New function.
4227         (rpl_lstat): Use orig_lstat instead of lstat.
4228         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
4229         AC_C_INLINE. Set REPLACE_LSTAT.
4230         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
4231         and REPLACE_LSTAT.
4232         * modules/lstat (Files): Remove lib/lstat.h.
4233         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4234         (Include): Specify <sys/stat.h> instead of lstat.h.
4235         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
4236         REPLACE_LSTAT.
4237         * NEWS: Mention the change.
4238
4239 2008-10-20  Bruno Haible  <bruno@clisp.org>
4240
4241         * modules/posix_spawn-tests: New file.
4242         * tests/test-posix_spawn3.c: New file.
4243
4244 2008-10-20  Bruno Haible  <bruno@clisp.org>
4245
4246         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
4247         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4248         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
4249         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
4250         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
4251
4252 2008-10-20  Bruno Haible  <bruno@clisp.org>
4253
4254         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
4255         of posix_spawn on AIX 5.3.
4256
4257 2008-10-20  Bruno Haible  <bruno@clisp.org>
4258
4259         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
4260
4261 2008-10-20  Bruno Haible  <bruno@clisp.org>
4262
4263         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
4264         of AC_LANG_PROGRAM.
4265
4266 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4267
4268         * lib/netdb.in.h: Don't define GNU specific constants until they
4269         are supported or needed.  Reported by Bruno Haible
4270         <bruno@clisp.org>.
4271
4272 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4273
4274         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
4275
4276 2008-10-20  Simon Josefsson  <simon@josefsson.org>
4277
4278         * lib/getaddrinfo.h: Remove file.
4279         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
4280         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
4281         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
4282         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
4283         * modules/netdb: Substitute GNULIB_GETADDRINFO.
4284         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
4285         * tests/test-getaddrinfo.c: Likewise.
4286         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
4287         * NEWS: Mention change.
4288
4289 2008-10-19  Bruno Haible  <bruno@clisp.org>
4290
4291         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
4292
4293 2008-10-19  Bruno Haible  <bruno@clisp.org>
4294
4295         * lib/wait-process.c: Include simply <sys/wait.h>.
4296         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
4297         WIFSTOPPED): Remove fallback definitions.
4298         * modules/wait-process (Depends-on): Add sys_wait.
4299
4300         New module 'sys_wait'.
4301         * modules/sys_wait: New file.
4302         * lib/sys_wait.in.h: New file, partially copied from
4303         lib/wait-process.c.
4304         * m4/sys_wait_h.m4: New file.
4305         * doc/posix-headers/sys_wait.texi: Mention the new module.
4306
4307 2008-10-19  Bruno Haible  <bruno@clisp.org>
4308
4309         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
4310
4311 2008-10-19  Bruno Haible  <bruno@clisp.org>
4312
4313         Assume that waitpid() fills an 'int' status, not a 'union wait'.
4314         * lib/wait-process.c (WAIT_T): Remove type.
4315         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
4316         (wait_subprocess): Update.
4317
4318 2008-10-19  Bruno Haible  <bruno@clisp.org>
4319
4320         New module 'atoll'.
4321         * modules/atoll: New file.
4322         * lib/stdlib.in.h (atoll): New declaration.
4323         * lib/atoll.c: New file, from glibc with modifications.
4324         * m4/atoll.m4: New file.
4325         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
4326         HAVE_ATOLL.
4327         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
4328         * doc/posix-functions/atoll.texi: Mention the new module.
4329
4330 2008-10-19  Bruno Haible  <bruno@clisp.org>
4331
4332         Add strtoull() declaration to <stdlib.h>.
4333         * lib/stdlib.in.h (strtoull): New declaration.
4334         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4335         Set HAVE_STRTOULL.
4336         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
4337         HAVE_STRTOULL.
4338         * modules/strtoull (Depends-on): Add stdlib.
4339         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4340         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
4341         HAVE_STRTOULL.
4342
4343 2008-10-19  Bruno Haible  <bruno@clisp.org>
4344
4345         Add strtoll() declaration to <stdlib.h>.
4346         * lib/stdlib.in.h (strtoll): New declaration.
4347         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
4348         Set HAVE_STRTOLL.
4349         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
4350         HAVE_STRTOLL.
4351         * modules/strtoll (Depends-on): Add stdlib.
4352         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4353         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
4354
4355 2008-10-19  Bruno Haible  <bruno@clisp.org>
4356
4357         * modules/bcopy (Depends-on): Add strings.
4358         (Include): Specify <strings.h>.
4359
4360 2008-10-19  Bruno Haible  <bruno@clisp.org>
4361
4362         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
4363
4364 2008-10-19  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
4367         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
4368         mingw.
4369
4370 2008-10-19  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/atanl.c: Don't include isnanl.h.
4373         * lib/cosl.c: Likewise.
4374         * lib/ldexpl.c: Likewise.
4375         * lib/logl.c: Likewise.
4376         * lib/sinl.c: Likewise.
4377         * lib/sqrtl.c: Likewise.
4378         * lib/tanl.c: Likewise.
4379
4380         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
4381         * lib/isnanf.h: Remove file.
4382         * lib/isnand.h: Remove file.
4383         * lib/isnanl.h: Remove file.
4384         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
4385         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
4386         macros.
4387         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
4388         HAVE_ISNANF, don't define it as a C macro.
4389         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
4390         HAVE_ISNAND, don't define it as a C macro.
4391         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
4392         HAVE_ISNANL, don't define it as a C macro.
4393         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
4394         HAVE_ISNAN[FDL].
4395         * modules/isnanf (Files): Remove lib/isnanf.h.
4396         (Depends-on): Add math.
4397         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4398         (Include): Specify <math.h> instead of isnanf.h.
4399         * modules/isnand (Files): Remove lib/isnand.h.
4400         (Depends-on): Add math.
4401         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4402         (Include): Specify <math.h> instead of isnand.h.
4403         * modules/isnanl (Files): Remove lib/isnanl.h.
4404         (Depends-on): Add math.
4405         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
4406         (Include): Specify <math.h> instead of isnanl.h.
4407         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
4408         HAVE_ISNAN[FDL].
4409         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
4410         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
4411         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
4412         * NEWS: Mention the change.
4413
4414 2008-10-18  Bruno Haible  <bruno@clisp.org>
4415
4416         Add getusershell(), setusershell(), endusershell() declarations to
4417         <unistd.h>.
4418         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
4419         declarations.
4420         * lib/getusershell.c: Include unistd.h.
4421         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
4422         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4423         HAVE_GETUSERSHELL.
4424         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
4425         and HAVE_GETUSERSHELL.
4426         * modules/getusershell (Depends-on): Add unistd, extensions.
4427         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4428         (Include): Specify <unistd.h>.
4429         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
4430         HAVE_GETUSERSHELL.
4431
4432 2008-10-18  Bruno Haible  <bruno@clisp.org>
4433
4434         Add a getloadavg() declaration to <stdlib.h>.
4435         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
4436         getloadavg declaration.
4437         (getloadavg): New declaration.
4438         * lib/getloadavg.c: Include <stdlib.h> first.
4439         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
4440         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
4441         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
4442         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
4443         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4444         * modules/getloadavg (Depends-on): Add stdlib, extensions.
4445         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4446         (Include): Specify <stdlib.h>.
4447         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
4448         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
4449
4450 2008-10-18  Bruno Haible  <bruno@clisp.org>
4451
4452         * lib/dirchownmod.c: Don't include lchmod.h.
4453
4454         Move the lchmod() declaration to <sys/stat.h>.
4455         * lib/lchmod.h: Remove file.
4456         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
4457         (lchmod): New declaration, moved here from lib/lchown.h.
4458         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
4459         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
4460         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
4461         and HAVE_LCHMOD.
4462         * modules/lchmod (Files): Remove lib/lchmod.h.
4463         (Depends-on): Add sys_stat, extensions.
4464         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
4465         (Include): Specify <sys/stat.h> instead of lchmod.h.
4466         * modules/sys_stat (Depends-on): Add link-warning.
4467         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
4468         definition of GL_LINK_WARNING.
4469         * NEWS: Mention the change.
4470
4471 2008-10-18  Bruno Haible  <bruno@clisp.org>
4472
4473         * lib/fchdir.c: Don't include dirfd.h.
4474         * lib/fts.c: Likewise.
4475         * lib/getcwd.c: Likewise.
4476         * lib/glob.c: Likewise.
4477
4478         Move the dirfd() declaration to <dirent.h>.
4479         * lib/dirfd.h: Remove file.
4480         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
4481         (dirfd): New declaration.
4482         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
4483         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
4484         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
4485         HAVE_DECL_DIRFD.
4486         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
4487         HAVE_DECL_DIRFD.
4488         * modules/dirfd (Files): Remove lib/dirfd.h.
4489         (Depends-on): Add dirent, extensions.
4490         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
4491         (Include): Specify <dirent.h> instead of dirfd.h.
4492         * modules/dirent (Depends-on): Add link-warning.
4493         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
4494         definition of GL_LINK_WARNING.
4495         * NEWS: Mention the change.
4496
4497 2008-10-18  Bruno Haible  <bruno@clisp.org>
4498
4499         Move the euidaccess() declaration to <unistd.h>.
4500         * lib/euidaccess.h: Remove file.
4501         * lib/unistd.in.h (euidaccess): New declaration.
4502         * lib/euidaccess.c: Don't include euidaccess.h.
4503         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
4504         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
4505         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
4506         and HAVE_EUIDACCESS.
4507         * modules/euidaccess (Files): Remove lib/euidaccess.h.
4508         (Depends-on): Add unistd.
4509         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4510         (Include): Specify <unistd.h> instead of euidaccess.h.
4511         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
4512         HAVE_EUIDACCESS.
4513         * NEWS: Mention the change.
4514
4515 2008-10-18  Bruno Haible  <bruno@clisp.org>
4516
4517         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
4518
4519         Move the getdomainname() declaration to <unistd.h>.
4520         * lib/getdomainname.h: Remove file.
4521         * lib/unistd.in.h (getdomainname): New declaration.
4522         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
4523         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
4524         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
4525         HAVE_GETDOMAINNAME.
4526         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4527         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
4528         * modules/getdomainname (Files): Remove lib/getdomainname.h.
4529         (Depends-on): Add unistd, extensions.
4530         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4531         (Includes): Specify <unistd.h> instead of getdomainname.h.
4532         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
4533         HAVE_GETDOMAINNAME.
4534         * NEWS: Mention the change.
4535
4536 2008-10-18  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/dirent: New file.
4539         * m4/dirent_h.m4: New file.
4540         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
4541         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
4542         * modules/fchdir (Files): Remove lib/dirent.in.h.
4543         (Depends-on): Add dirent.
4544         (Makefile.am): Move rules to modules/dirent.
4545         * doc/posix-headers/dirent.texi: Mention the new module.
4546
4547 2008-10-18  Bruno Haible  <bruno@clisp.org>
4548
4549         Avoid -Wunused-parameter warnings in public gnulib header files.
4550         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
4551         macro.
4552         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
4553
4554 2008-10-18  Bruno Haible  <bruno@clisp.org>
4555
4556         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
4557         * doc/glibc-functions/error.texi: Mention the module 'error'.
4558         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
4559         * doc/glibc-functions/getdomainname.texi: Mention the module
4560         'getdomainname'.
4561         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
4562         * doc/glibc-functions/getpagesize.texi: Mention the module
4563         'getpagesize'.
4564         * doc/glibc-functions/getusershell.texi: Mention the module
4565         'getusershell'.
4566         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
4567         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
4568         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
4569         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
4570         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
4571         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
4572         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
4573         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
4574         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
4575         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
4576         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
4577         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
4578         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
4579         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
4580
4581 2008-10-17  Bruno Haible  <bruno@clisp.org>
4582
4583         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
4584         HP-UX and IRIX, use -0.0L.
4585         * tests/test-ceill.c (minus_zero): Likewise.
4586         * tests/test-floorl.c (minus_zero): Likewise.
4587         * tests/test-frexpl.c (minus_zero): Likewise.
4588         * tests/test-isnan.c (minus_zerol): Likewise.
4589         * tests/test-isnanl.h (minus_zero): Likewise.
4590         * tests/test-ldexpl.c (minus_zero): Likewise.
4591         * tests/test-roundl.c (minus_zero): Likewise.
4592         * tests/test-signbit.c (minus_zerol): Likewise.
4593         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4594         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4595         * tests/test-truncl.c (minus_zero): Likewise.
4596         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4597         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4598         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
4599         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4600
4601 2008-10-17  Bruno Haible  <bruno@clisp.org>
4602
4603         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
4604         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
4605         that it gets activated only for gcc >= 3.0.
4606         * lib/dirent.in.h: Likewise.
4607         * lib/errno.in.h: Likewise.
4608         * lib/fcntl.in.h: Likewise.
4609         * lib/float.in.h: Likewise.
4610         * lib/iconv.in.h: Likewise.
4611         * lib/inttypes.in.h: Likewise.
4612         * lib/locale.in.h: Likewise.
4613         * lib/math.in.h: Likewise.
4614         * lib/netdb.in.h: Likewise.
4615         * lib/netinet_in.in.h: Likewise.
4616         * lib/search.in.h: Likewise.
4617         * lib/signal.in.h: Likewise.
4618         * lib/spawn.in.h: Likewise.
4619         * lib/stdarg.in.h: Likewise.
4620         * lib/stdint.in.h: Likewise.
4621         * lib/stdio.in.h: Likewise.
4622         * lib/stdlib.in.h: Likewise.
4623         * lib/string.in.h: Likewise.
4624         * lib/strings.in.h: Likewise.
4625         * lib/sys_file.in.h: Likewise.
4626         * lib/sys_ioctl.in.h: Likewise.
4627         * lib/sys_select.in.h: Likewise.
4628         * lib/sys_socket.in.h: Likewise.
4629         * lib/sys_stat.in.h: Likewise.
4630         * lib/sys_time.in.h: Likewise.
4631         * lib/sysexits.in.h: Likewise.
4632         * lib/time.in.h: Likewise.
4633         * lib/unistd.in.h: Likewise.
4634         * lib/wchar.in.h: Likewise.
4635         * lib/wctype.in.h: Likewise.
4636         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4637
4638 2008-10-17  Jim Meyering  <meyering@redhat.com>
4639
4640         ignore-value: don't depend on inline module
4641         * modules/ignore-value (Depends-on): Remove 'inline'.
4642         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
4643         Suggestion from Bruno Haible.
4644
4645 2008-10-17  Bruno Haible  <bruno@clisp.org>
4646
4647         New implementation of condition variables for Win32.
4648         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
4649         (gl_linked_waitqueue_t): New type.
4650         (gl_cond_t): Use it.
4651         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
4652         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
4653         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
4654         (glthread_cond_init_func, glthread_cond_wait_func,
4655         glthread_cond_timedwait_func, glthread_cond_signal_func,
4656         glthread_cond_broadcast_func, glthread_cond_destroy_func):
4657         Reimplemented on the basis of gl_linked_waitqueue_t.
4658         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
4659         gl_waitqueue_t.
4660         (gl_rwlock_t): Update.
4661         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
4662
4663 2008-10-17  Simon Josefsson  <simon@josefsson.org>
4664
4665         * modules/recvfrom (Depends-on): Add dependency on getpeername.
4666         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4667
4668 2008-10-17  Jim Meyering  <meyering@redhat.com>
4669
4670         ignore-value: new module
4671         * modules/ignore-value: New file.
4672         * lib/ignore-value.h: New file.
4673         * MODULES.html.sh (Compiler warning management): New section,
4674         just for this module.  More to come.
4675
4676 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4677
4678         open-safer.c: avoid 'signed and unsigned in conditional...' warning
4679         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
4680         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
4681
4682 2008-10-16  Jim Meyering  <meyering@redhat.com>
4683
4684         openat-die.c: avoid 'no previous prototype' warning
4685         * lib/openat-die.c: Include "openat.h".
4686         Reported by Reuben Thomas <rrt@sc3d.org>.
4687
4688 2008-10-16  Simon Josefsson  <simon@josefsson.org>
4689
4690         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
4691         * lib/netdb.in.h: Fix typo.
4692         Reported by Bruno Haible  <bruno@clisp.org>
4693
4694         * lib/netdb.in.h: Include sys/socket.h for platforms without
4695         netdb.h, to get structures like hostent on MinGW.
4696         * modules/netdb (Depends-on): Add sys_socket.
4697
4698 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4699
4700         * modules/netdb, modules/netdb-tests: New file.
4701         * m4/netdb_h.m4: New file.
4702         * lib/netdb.in.h: Add, currently just an empty file pending
4703         definitions.
4704         * tests/test-netdb.c: New file.
4705         * doc/posix-headers/netdb.texi: Mention that we replace it if
4706         needed.
4707         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4708         netdb.
4709
4710 2008-10-15  Simon Josefsson  <simon@josefsson.org>
4711
4712         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
4713         with code.
4714
4715 2008-10-13  Bruno Haible  <bruno@clisp.org>
4716
4717         * lib/glthread/cond.c (glthread_cond_wait_func,
4718         glthread_cond_timedwait_func): Add a comment.
4719
4720 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4721
4722         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
4723         * tests/test-select.c: Likewise,
4724
4725 2008-10-13  Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/glthread/cond.c (glthread_cond_wait_func,
4728         glthread_cond_timedwait_func): Fix variable name.
4729         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4730
4731 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4732
4733         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
4734         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
4735         struct sockaddr.sa_len.
4736         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
4737
4738 2008-10-13  Simon Josefsson  <simon@josefsson.org>
4739
4740         * build-aux/pmccabe2html: Add css and css_url parameters.
4741
4742 2008-10-12  Bruno Haible  <bruno@clisp.org>
4743
4744         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
4745         calling aclx_get.
4746         Reported by Rainer Tammer <tammer@tammer.net>.
4747
4748 2008-10-12  Bruno Haible  <bruno@clisp.org>
4749
4750         Use msvcrt aware primitives for creation/termination of Win32 threads.
4751         * lib/glthread/thread.c: Include <process.h>.
4752         (glthread_create_func): Use _beginthreadex instead of CreateThread.
4753         (wrapper_func): Update signature.
4754         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
4755
4756 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4757             Bruno Haible  <bruno@clisp.org>
4758
4759         Provide a Win32 implementation of the 'cond' module.
4760         * lib/glthread/cond.h [USE_WIN32]: New implementation.
4761         * lib/glthread/cond.c (glthread_cond_init_func,
4762         glthread_cond_wait_func, glthread_cond_timedwait_func,
4763         glthread_cond_signal_func, glthread_cond_broadcast_func,
4764         glthread_cond_destroy_func) [USE_WIN32]: New functions.
4765         * modules/cond (Dependencies): Add gettimeofday.
4766
4767 2008-10-11  Bruno Haible  <bruno@clisp.org>
4768
4769         Make sleep work on older versions of mingw.
4770         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
4771         only whether it exists.
4772         * doc/posix-functions/sleep.texi: Mention the problem with older
4773         versions of mingw.
4774
4775 2008-10-11  Bruno Haible  <bruno@clisp.org>
4776
4777         New module 'shutdown'.
4778         * modules/shutdown: New file.
4779         * lib/sys_socket.in.h (shutdown): New declaration.
4780         * lib/winsock.c (shutdown): New function.
4781         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
4782         GNULIB_SHUTDOWN.
4783         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
4784         * doc/posix-functions/shutdown.texi: Document the new module.
4785
4786 2008-10-11  Jim Meyering  <meyering@redhat.com>
4787
4788         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
4789
4790 2008-10-11  Bruno Haible  <bruno@clisp.org>
4791
4792         New module 'fclose'.
4793         * modules/fclose: New file.
4794         * lib/stdio.in.h (fclose): New declaration.
4795         * lib/fclose.c: New file.
4796         * m4/fclose.m4: New file.
4797         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
4798         REPLACE_FCLOSE.
4799         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
4800         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
4801         REPLACE_FCLOSE.
4802         * modules/close (Depends-on): fclose.
4803         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
4804
4805 2008-10-11  Bruno Haible  <bruno@clisp.org>
4806
4807         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
4808         set errno and don't call _close.
4809
4810 2008-10-10  Bruno Haible  <bruno@clisp.org>
4811
4812         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
4813         ACL, not afterwards. Fixes test failure on Cygwin.
4814
4815 2008-10-09  Ben Pfaff  <blp@gnu.org>
4816
4817         * build-aux/announce-gen: Fix gnulib version related part of usage
4818         message.  Die with a useful error message if no tarballs are
4819         found.
4820
4821 2008-10-10  Jim Meyering  <meyering@redhat.com>
4822
4823         bootstrap: use git's --depth=N option only if it's supported
4824         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
4825         recognize the --depth option.  Reported by Pádraig Brady.
4826
4827 2008-10-09  Bruno Haible  <bruno@clisp.org>
4828
4829         New module 'ioctl'.
4830         * modules/ioctl: New file.
4831         * lib/sys_socket.in.h (ioctl): Remove declaration.
4832         * lib/winsock.c: Include <sys/ioctl.h>.
4833         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
4834         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
4835         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
4836         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
4837         * doc/posix-functions/ioctl.texi: Mention the new module.
4838
4839 2008-10-09  Bruno Haible  <bruno@clisp.org>
4840
4841         New module 'sys_ioctl'.
4842         * lib/sys_ioctl.in.h: New file.
4843         * m4/sys_ioctl_h.m4: New file.
4844         * modules/sys_ioctl: New file.
4845         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
4846
4847 2008-10-09  Bruno Haible  <bruno@clisp.org>
4848
4849         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
4850         * lib/winsock.c: Include <stdarg.h>.
4851         (rpl_ioctl): Change to second argument 'int' and then varargs.
4852
4853 2008-10-09  Bruno Haible  <bruno@clisp.org>
4854
4855         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
4856         when the sys_socket module is present and the system has <winsock2.h>.
4857
4858 2008-10-09  Bruno Haible  <bruno@clisp.org>
4859
4860         * doc/posix-functions/close.texi: Mention module 'close' instead of
4861         module 'sys_socket'.
4862
4863 2008-10-09  Bruno Haible  <bruno@clisp.org>
4864
4865         * doc/glibc-headers/sys_ioctl.texi: New file.
4866         * doc/gnulib.texi: Include it.
4867
4868 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4869             Bruno Haible  <bruno@clisp.org>
4870
4871         Combine the two replacements of 'close'.
4872         * lib/sys_socket.in.h (close): Define to a reminder to include
4873         <unistd.h>.
4874         (_gl_close_fd_maybe_socket): New declaration.
4875         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
4876         * lib/winsock.c (close): Remove undefinition.
4877         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
4878         needed for the gnulib module 'close'.
4879         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
4880         define to an error symbol or to a warning, if suitable.
4881         * lib/close.c: Include <sys/socket.h>.
4882         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
4883         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
4884         UNISTD_H_HAVE_WINSOCK2_H.
4885         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
4886         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4887         UNISTD_H_HAVE_WINSOCK2_H.
4888         * modules/sys_socket (Files): Add m4/unistd_h.m4.
4889         (configure.ac): Set a module indicator.
4890         (Makefile.am): Substitute GNULIB_CLOSE.
4891         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
4892         * modules/poll-tests (Depends-on): Add close.
4893         * modules/select-tests (Depends-on): Likewise.
4894
4895 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4896             Bruno Haible  <bruno@clisp.org>
4897
4898         New module 'close'.
4899         * modules/close: New file.
4900         * lib/unistd.in.h (close): Move declaration out of the
4901         FCHDIR_REPLACEMENT scope.
4902         (_gl_unregister_fd): New declaration.
4903         * lib/close.c: New file.
4904         * lib/fchdir.c (rpl_close): Remove function.
4905         * m4/close.m4: New file.
4906         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4907         close.
4908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
4909         REPLACE_CLOSE.
4910         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
4911         REPLACE_CLOSE.
4912         * modules/fchdir (Depends-on): Add close.
4913
4914 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4915             Bruno Haible  <bruno@clisp.org>
4916
4917         * lib/fcntl.in.h (open): Simplify conditionals.
4918         (_gl_register_fd): New declaration.
4919         * lib/fchdir.c (rpl_open): Remove function.
4920         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
4921         also.
4922         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
4923         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
4924         open.
4925
4926 2008-10-09  Jim Meyering  <meyering@redhat.com>
4927
4928         GNUmakefile: use the more name-space-friendly "_version"
4929         * top/GNUmakefile (_dummy): Update.
4930         (_version): Rename from "version".
4931
4932 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4933             Bruno Haible  <bruno@clisp.org>
4934
4935         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
4936         rpl_close.
4937         (_gl_register_fd): New function, extracted from rpl_open.
4938         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
4939         (rpl_open, rpl_opendir): Use _gl_register_fd.
4940
4941 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4942
4943         Fix organization of 'open' replacement.
4944         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
4945         (gl_FUNC_OPEN): Use it.
4946         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
4947
4948 2008-10-08  Bruno Haible  <bruno@clisp.org>
4949
4950         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
4951
4952 2008-10-08  Simon Josefsson  <simon@josefsson.org>
4953
4954         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
4955         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
4956         listen).
4957
4958 2008-10-08  Eric Blake  <ebb9@byu.net>
4959
4960         GNUmakefile: add 'make version' target
4961         * top/GNUmakefile (_curr-ver): Split version update rules...
4962         (version): ...into a target.
4963
4964 2008-10-07  Bruno Haible  <bruno@clisp.org>
4965
4966         Use a more portable replacement expression for -0.0L.
4967         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
4968         instead of -0.0L. Fix m4 quotation.
4969
4970         * tests/test-signbit.c: Include <float.h>.
4971         (minus_zero): New variable.
4972         (test_signbitl): Use minus_zero instead of -zero.
4973         * modules/signbit-tests (Depends-on): Add float.
4974
4975         * tests/test-ceill.c: Include <float.h>.
4976         (zero): Remove variable.
4977         (minus_zero): New variable.
4978         (main): Use minus_zero instead of -zero.
4979         * modules/ceill-tests (Depends-on): Add float.
4980
4981         * tests/test-floorl.c: Include <float.h>.
4982         (zero): Remove variable.
4983         (minus_zero): New variable.
4984         (main): Use minus_zero instead of -zero.
4985         * modules/floorl-tests (Depends-on): Add float.
4986
4987         * tests/test-roundl.c: Include <float.h>.
4988         (zero): Remove variable.
4989         (minus_zero): New variable.
4990         (main): Use minus_zero instead of -zero.
4991         * modules/roundl-tests (Depends-on): Add float.
4992
4993         * tests/test-truncl.c: Include <float.h>.
4994         (zero): Remove variable.
4995         (minus_zero): New variable.
4996         (main): Use minus_zero instead of -zero.
4997         * modules/truncl-tests (Depends-on): Add float.
4998
4999         * tests/test-frexpl.c (zero): Remove variable.
5000         (minus_zero): New variable.
5001         (main): Use minus_zero instead of -zero.
5002         * modules/frexpl-tests (Depends-on): Add float.
5003
5004         * tests/test-isnan.c (zerol): Remove variable.
5005         (minus_zerol): New variable.
5006         (test_long_double): Use minus_zerol instead of -zerol.
5007         * modules/isnan-tests (Depends-on): Add float.
5008
5009         * tests/test-isnanl.h (zero): Remove variable.
5010         (minus_zero): New variable.
5011         (main): Use minus_zero instead of -zero.
5012         * modules/isnanl-nolibm-tests (Depends-on): Add float.
5013         * modules/isnanl-tests (Depends-on): Add float.
5014
5015         * tests/test-ldexpl.c (zero): Remove variable.
5016         (minus_zero): New variable.
5017         (main): Use minus_zero instead of -zero.
5018         * modules/ldexpl-tests (Depends-on): Add float.
5019
5020         * tests/test-snprintf-posix.h (zerol): Remove variable.
5021         (minus_zerol): New variable.
5022         (test_function): Use minus_zerol instead of -zerol.
5023         * modules/snprintf-posix-tests (Depends-on): Add float.
5024         * modules/vsnprintf-posix-tests (Depends-on): Add float.
5025
5026         * tests/test-sprintf-posix.h (zerol): Remove variable.
5027         (minus_zerol): New variable.
5028         (test_function): Use minus_zerol instead of -zerol.
5029         * modules/sprintf-posix-tests (Depends-on): Add float.
5030         * modules/vsprintf-posix-tests (Depends-on): Add float.
5031
5032         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
5033         (minus_zerol): New variable.
5034         (test_function): Use minus_zerol instead of -zerol.
5035         * modules/vasnprintf-posix-tests (Depends-on): Add float.
5036
5037         * tests/test-vasprintf-posix.c (zerol): Remove variable.
5038         (minus_zerol): New variable.
5039         (test_function): Use minus_zerol instead of -zerol.
5040         * modules/vasprintf-posix-tests (Depends-on): Add float.
5041
5042 2008-10-07  Simon Josefsson  <simon@josefsson.org>
5043
5044         * MODULES.html.sh (Support for building documentation): Mention
5045         pmccabe2html.  Sort entries.
5046
5047         Add pmccabe2html module, from gnupdf.
5048         * build-aux/pmccabe.css: New file.
5049         * build-aux/pmccabe2html: New file.
5050         * m4/pmccabe2html.m4: New file.
5051         * modules/pmccabe2html: New file.
5052
5053 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
5054
5055         flock: new module
5056         * MODULES.html.sh: Add to list of modules.
5057         * lib/flock.c: flock implementation for Windows and Unix systems
5058         which have fcntl.
5059         * doc/glibc-functions/flock.texi: Update documentation.
5060         * lib/sys_file.in.h: <sys/file.h> header file.
5061         * m4/flock.m4: M4 macros.
5062         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
5063         * modules/flock: flock module.
5064         * modules/flock-tests: flock tests module.
5065         * modules/sys_file: sys/file.h module.
5066         * tests/test-flock.c: test suite for flock.
5067
5068 2008-10-06  Jim Meyering  <meyering@redhat.com>
5069
5070         bootstrap: check for LT_INIT more portably still ;-)
5071         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
5072         Spotted by Bruno Haible.
5073
5074 2008-10-06  Eric Blake  <ebb9@byu.net>
5075
5076         test-signbit: avoid tripping Irix cc bug on -0.0L
5077         * tests/test-signbit.c (minus_zerol): Delete, and replace with
5078         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
5079         entire testsuite consistent and avoids an Irix 6.2 bug.
5080
5081 2008-10-05  Bruno Haible  <bruno@clisp.org>
5082             Jim Meyering  <jim@meyering.net>
5083
5084         Add an option for ignoring EPIPE during close_stdout.
5085         * lib/closeout.h: Include <stdbool.h>.
5086         (close_stdout_set_ignore_EPIPE): New declaration.
5087         * lib/closeout.c: Include <stdbool.h>.
5088         (ignore_EPIPE): New variable.
5089         (close_stdout_set_ignore_EPIPE): New function.
5090         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
5091         * lib/close-stream.c (close_stream): Mention the possible EPIPE
5092         failure.
5093         * modules/closeout (Depends-on): Add stdbool.
5094
5095 2008-10-05  Bruno Haible  <bruno@clisp.org>
5096
5097         * modules/accept: New file.
5098         * modules/bind: New file.
5099         * modules/connect: New file.
5100         * modules/getpeername: New file.
5101         * modules/getsockname: New file.
5102         * modules/getsockopt: New file.
5103         * modules/listen: New file.
5104         * modules/recv: New file.
5105         * modules/recvfrom: New file.
5106         * modules/send: New file.
5107         * modules/sendto: New file.
5108         * modules/setsockopt: New file.
5109         * modules/socket: New file.
5110         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
5111         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
5112         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
5113         the particular module is requested. Add a link warning when the
5114         particular module is not requested.
5115         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
5116         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
5117         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
5118         the particular module is requested.
5119         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
5120         gl_SYS_SOCKET_H_DEFAULTS): New macros.
5121         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
5122         * modules/sys_socket (Depends-on): Add link-warning.
5123         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
5124         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
5125         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
5126         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
5127         GL_LINK_WARNING.
5128         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
5129         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
5130         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
5131         * doc/posix-functions/getpeername.texi: Mention the new module
5132         'getpeername'.
5133         * doc/posix-functions/getsockname.texi: Mention the new module
5134         'getsockname'.
5135         * doc/posix-functions/getsockopt.texi: Mention the new module
5136         'getsockopt'.
5137         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
5138         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
5139         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
5140         * doc/posix-functions/send.texi: Mention the new module 'send'.
5141         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
5142         * doc/posix-functions/setsockopt.texi: Mention the new module
5143         'setsockopt'.
5144         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
5145         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
5146         listen, connect, accept.
5147         * modules/select-tests (Depends-on): Likewise.
5148
5149 2008-10-05  Bruno Haible  <bruno@clisp.org>
5150
5151         * lib/winsock.c (strerror): Remove unused #undef.
5152         (rpl_close): Remove unused local variable.
5153
5154         * modules/sys_socket (Depends-on); Add errno.
5155
5156 2008-10-05  Bruno Haible  <bruno@clisp.org>
5157
5158         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
5159         (select): Add a link warning when the 'select' module is not used.
5160         * modules/sys_select (Depends-on): Add link-warning.
5161         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
5162         Suggested by Paolo Bonzini.
5163
5164 2008-10-05  Jim Meyering  <meyering@redhat.com>
5165
5166         bootstrap: check for LT_INIT more portably
5167         * build-aux/bootstrap: Avoid using grep -E, since it's not
5168         portable enough.  Suggestion from Bruno Haible.
5169
5170 2008-10-05  Bruno Haible  <bruno@clisp.org>
5171
5172         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
5173         as being fixed by gnulib.
5174
5175 2008-10-05  Bruno Haible  <bruno@clisp.org>
5176
5177         * modules/select-tests: New file, mostly copied from
5178         modules/sys_select-tests.
5179         * tests/test-select.c: New file, mostly copied from
5180         tests/test-sys_select.c.
5181         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
5182         * modules/sys_select-tests (Depends-on): Remove all dependencies.
5183         (Makefile.am): Remove test_sys_select_LDADD.
5184
5185         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
5186         to an undefined symbol, for an error message.
5187         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
5188         (gl_SYS_SELECT_H_DEFAULTS): New macro.
5189         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
5190         winsock-select.c here.
5191         * modules/sys_select (Files): Remove lib/winsock-select.c.
5192         (Depends-on): Remove alloca.
5193         (Makefile.am): Substitute GNULIB_SELECT.
5194         * modules/select: New file.
5195         * doc/posix-functions/select.texi: Update.
5196
5197 2008-10-05  Bruno Haible  <bruno@clisp.org>
5198
5199         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
5200         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
5201         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
5202         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
5203         getdtablesize.
5204         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
5205         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
5206
5207 2008-10-05  Bruno Haible  <bruno@clisp.org>
5208
5209         * modules/getdtablesize-tests: New file.
5210         * tests/test-getdtablesize.c: New file.
5211
5212         New module 'getdtablesize'.
5213         * lib/unistd.in.h (getdtablesize): New declaration.
5214         * lib/getdtablesize.c: New file.
5215         * m4/getdtablesize.m4: New file.
5216         * modules/getdtablesize: New file.
5217         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5218         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
5219         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
5220         HAVE_GETDTABLESIZE.
5221         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
5222
5223 2008-10-05  Bruno Haible  <bruno@clisp.org>
5224
5225         * modules/sched (Makefile.am): Fix typo.
5226         Reported by Simon Josefsson.
5227
5228 2008-10-05  Jim Meyering  <meyering@redhat.com>
5229
5230         bootstrap: check for LT_INIT, too
5231         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
5232         are deprecated.  Suggestion from Ralf Wildenhues.
5233
5234 2008-10-05  Bruno Haible  <bruno@clisp.org>
5235
5236         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
5237         overriding them by ours.
5238         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
5239
5240 2008-10-05  Jim Meyering  <meyering@redhat.com>
5241
5242         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
5243         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
5244         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
5245
5246 2008-10-04  Bruno Haible  <bruno@clisp.org>
5247
5248         * modules/dup2 (License): Change to LGPLv2+.
5249         * modules/sleep (License): Likewise.
5250         * modules/perror (License): Likewise.
5251         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
5252         Blake.
5253         * modules/signal (License): Likewise.
5254         * modules/sigprocmask (License): Likewise.
5255         * modules/raise (License): Change to LGPLv2+, with approval by Jim
5256         Meyering.
5257
5258 2008-10-04  Bruno Haible  <bruno@clisp.org>
5259
5260         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
5261         Reported by Rainer Tammer <tammer@tammer.net>.
5262
5263 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
5264             Bruno Haible  <bruno@clisp.org>
5265
5266         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
5267         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
5268         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
5269
5270 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
5271
5272         filevercmp: new module
5273         * lib/filevercmp.h: New function filevercmp comparing version strings.
5274         * lib/filevercmp.c: Implementation of filevercmp function.
5275         * modules/filevercmp: Module metadata.
5276         * tests/test-filevercmp.c: Unit test for new module.
5277         * modules/filevercmp-tests: Unit test metadata.
5278         * MODULES.html.sh: Add filevercmp module.
5279
5280 2008-10-03  Bruno Haible  <bruno@clisp.org>
5281
5282         * lib/c-ctype.h: Add comment.
5283         Reported by Jim Meyering.
5284
5285 2008-10-02  Bruno Haible  <bruno@clisp.org>
5286
5287         * modules/posix_spawn-internal (Depends-on): Add 'open'.
5288
5289 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5290
5291         * build-aux/bootstrap: Allow renaming bootstrap, and change the
5292         name of bootstrap.conf accordingly.
5293
5294 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5295
5296         * build-aux/bootstrap: Install git-merge-changelog configuration
5297         items into .gitconfig if needed.
5298
5299 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
5300
5301         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
5302         git repository, and initialize/update it accordingly.
5303
5304 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
5305
5306         * modules/fsync-tests: New file.
5307         * tests/test-fsync.c: New file.
5308
5309         New module 'fsync'.
5310         * lib/fsync.c: New file.
5311         * m4/fsync.m4: New file.
5312         * modules/fsync: New file.
5313         * lib/unistd.in.h (fsync): New declaration.
5314         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
5315         GNULIB_FSYNC and HAVE_FSYNC.
5316         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
5317         * MODULES.html.sh (posix_functions): Add fsync.
5318         * doc/posix-functions/fsync.texi: Mention the new module.
5319
5320 2008-10-02  Jim Meyering  <meyering@redhat.com>
5321
5322         fts.c: sync with similar code from coreutils' remove.c
5323         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
5324         Guard also with "#if defined __linux__", since for now at least,
5325         this code is Linux-kernel-specific.
5326
5327 2008-10-02  Jim Meyering  <meyering@redhat.com>
5328
5329         fts: bug fixes
5330         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
5331         Include <sys/vfs.h>, not <sys/statfs.h>.
5332
5333         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
5334         Include <sys/vfs.h>, not <sys/statfs.h>.
5335
5336 2008-10-01  Bruno Haible  <bruno@clisp.org>
5337
5338         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
5339         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
5340         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
5341         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
5342         * doc/posix-functions/posix_spawnp.texi: Likewise.
5343         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
5344         whether posix_spawn actually works.
5345         * m4/pipe.m4 (gl_PIPE): Likewise.
5346         * modules/execute (Files): Add m4/posix_spawn.m4.
5347         * modules/pipe (Files): Add m4/posix_spawn.m4.
5348         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
5349
5350 2008-10-01  Jim Meyering  <meyering@redhat.com>
5351
5352         remove trailing spaces
5353         * NEWS: Likewise.
5354         * lib/poll.c (poll): Likewise.
5355         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
5356         * lib/winsock.c (rpl_close): Likewise.
5357         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
5358         * modules/yield: Likewise.
5359         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
5360         * tests/test-sys_select.c (connect_to_socket): Likewise.
5361
5362         fts.c: adjust a new interface to be more generally useful
5363         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
5364         (fts_build): Adjust caller.
5365
5366 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5367
5368         * modules/cond-tests: New file.
5369         * tests/test-cond.c: New file.
5370
5371 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5372             Bruno Haible  <bruno@clisp.org>
5373
5374         * modules/cond (Dependencies): Add errno, time.
5375         * lib/glthread/cond.h: Include <time.h>.
5376         (gl_cond_define, gl_cond_define_initialized): Use the same definition
5377         across platforms.
5378
5379 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5380             Bruno Haible  <bruno@clisp.org>
5381
5382         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
5383
5384 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5385             Bruno Haible  <bruno@clisp.org>
5386
5387         * modules/tls-tests (Depends-on): Add thread, yield.
5388         (configure.ac): Remove all checks.
5389         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
5390         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5391         gl_thread_self): Remove definitions. Include glthread/thread.h and
5392         glthread/yield.h instead.
5393         (test_tls): Pass an additional NULL argument to gl_thread_join.
5394
5395 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5396             Bruno Haible  <bruno@clisp.org>
5397
5398         * modules/lock-tests (Depends-on): Add thread, yield.
5399         (configure.ac): Remove all checks.
5400         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
5401         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
5402         gl_thread_self): Remove definitions. Include glthread/thread.h and
5403         glthread/yield.h instead.
5404         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
5405         additional NULL argument to gl_thread_join.
5406
5407 2008-09-30  Bruno Haible  <bruno@clisp.org>
5408
5409         Fix the Win32 implementation of the 'thread' module.
5410         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
5411         pointer type.
5412         (gl_thread_self): Invoke gl_thread_self_func.
5413         (gl_thread_self_func): New declaration.
5414         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
5415         (do_init_self_key, init_self_key): New functions.
5416         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
5417         Remove some fields.
5418         (running_threads, running_lock): Remove variables.
5419         (get_current_thread_handle): New function.
5420         (gl_thread_self_func, wrapper_func, glthread_create_func,
5421         glthread_join_func, gl_thread_exit_func): Largely rewritten and
5422         simplified.
5423
5424 2008-09-30  Bruno Haible  <bruno@clisp.org>
5425
5426         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
5427         files.
5428
5429 2008-09-30  Jim Meyering  <meyering@redhat.com>
5430
5431         fts.m4: correct the test for statfs.f_type
5432         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
5433         when checking for statfs.f_type.
5434
5435 2008-09-15  Simon Josefsson  <simon@josefsson.org>
5436
5437         tests: avoid some compiler warnings
5438         * tests/test-memchr.c (main): Pass NULL indirectly.
5439         * tests/test-getdate.c (main): Remove unused variable 'ret'.
5440
5441 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
5442
5443         getdate.y: disallow countable dayshifts like "4 yesterday ago"
5444         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
5445         exactly specified dayshifts.
5446         (dayshift): New rule.
5447         (rel): Add dayshift.
5448         (relative_time_table) [tomorrow, yesterday, today, now]:
5449         Use tDAY_SHIFT in place of tDAY_UNIT.
5450         * tests/test-getdate.c: Add tests for now-disallowed countable
5451         dayshifts, e.g., "4 yesterday ago".
5452
5453 2008-09-29  Bruno Haible  <bruno@clisp.org>
5454
5455         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
5456         * tests/test-posix_spawn1.in.sh: Renamed from
5457         tests/test-posix_spawn.in.sh.
5458         * tests/test-posix_spawn2.c: New file.
5459         * tests/test-posix_spawn2.in.sh: New file.
5460         * modules/posix_spawnp-tests (Files): Update.
5461         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
5462
5463 2008-09-29  Bruno Haible  <bruno@clisp.org>
5464
5465         Propagate effects of putenv/setenv/unsetenv to child processes.
5466         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
5467         * lib/pipe.c (create_pipe): Likewise.
5468
5469 2008-09-29  Bruno Haible  <bruno@clisp.org>
5470
5471         Enable use of shell scripts as executables in mingw.
5472         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
5473         run the program as a shell script.
5474         * lib/pipe.c (create_pipe): Likewise.
5475         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
5476         resulting array.
5477
5478 2008-09-29  Eric Blake  <ebb9@byu.net>
5479
5480         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
5481
5482 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
5483
5484         * doc/posix-functions/accept.texi: Update mingw problems.
5485         * doc/posix-functions/bind.texi: Update mingw problems.
5486         * doc/posix-functions/close.texi: Update mingw problems.
5487         * doc/posix-functions/connect.texi: Update mingw problems.
5488         * doc/posix-functions/getpeername.texi: Update mingw problems.
5489         * doc/posix-functions/getsockname.texi: Update mingw problems.
5490         * doc/posix-functions/getsockopt.texi: Update mingw problems.
5491         * doc/posix-functions/ioctl.texi: Update mingw problems.
5492         * doc/posix-functions/listen.texi: Update mingw problems.
5493         * doc/posix-functions/recv.texi: Update mingw problems.
5494         * doc/posix-functions/recvfrom.texi: Update mingw problems.
5495         * doc/posix-functions/select.texi: Update mingw problems.
5496         * doc/posix-functions/send.texi: Update mingw problems.
5497         * doc/posix-functions/sendto.texi: Update mingw problems.
5498         * doc/posix-functions/setsockopt.texi: Update mingw problems.
5499         * doc/posix-functions/socket.texi: Update mingw problems.
5500
5501 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
5502             Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/sys_select.in.h: Include sys/time.h.
5505         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
5506         * modules/sys_select: Depend on sys_time.
5507         * tests/test-sys_select.c: Test that sys/select.h defines struct
5508         timeval fully.
5509
5510 2008-09-29  Bruno Haible  <bruno@clisp.org>
5511
5512         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
5513         * lib/sys_select.in.h: Likewise.
5514
5515 2008-09-29  Bruno Haible  <bruno@clisp.org>
5516
5517         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
5518
5519 2008-09-29  Bruno Haible  <bruno@clisp.org>
5520
5521         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
5522         Set LIBSOCKET instead of augmenting LIBS.
5523         * modules/sockets (Link): New section.
5524         * modules/sockets-tests (test_sockets_LDADD): New variable.
5525         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
5526         * modules/poll-tests (test_poll_LDADD): New variable.
5527         * NEWS: Document the change.
5528
5529 2008-09-29  Bruno Haible  <bruno@clisp.org>
5530
5531         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
5532         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
5533         ARPA_INET_H directly.
5534         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5535
5536 2008-09-28  Bruno Haible  <bruno@clisp.org>
5537
5538         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
5539         from gl_HEADER_SYS_SOCKET.
5540         (gl_HEADER_SYS_SOCKET): Invoke it.
5541         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5542
5543 2008-09-28  Bruno Haible  <bruno@clisp.org>
5544
5545         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
5546         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
5547         Needed on OSF/1 4.0.
5548
5549 2008-09-28  Bruno Haible  <bruno@clisp.org>
5550
5551         Override open more carefully.
5552         * lib/open.c (orig_open): New function.
5553         (rpl_open): Use orig_open instead of open.
5554         * lib/fcntl.in.h: Add special invocation convention.
5555         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
5556         (gl_FUNC_OPEN): Invoke it.
5557
5558         Override freopen more carefully.
5559         * lib/freopen.c (orig_freopen): New function.
5560         (rpl_freopen): Use orig_freopen instead of freopen.
5561         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
5562         (gl_FUNC_FREOPEN): Invoke it.
5563
5564         Override fopen more carefully.
5565         * lib/fopen.c (orig_fopen): New function.
5566         (rpl_fopen): Use orig_fopen instead of fopen.
5567         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
5568         (gl_FUNC_FOPEN): Invoke it.
5569         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
5570
5571 2008-09-28  Bruno Haible  <bruno@clisp.org>
5572
5573         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
5574         SIGPIPE.
5575
5576 2008-09-28  Bruno Haible  <bruno@clisp.org>
5577
5578         * tests/test-sigaction.c (handler, main): Disable the check whether
5579         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
5580         glibc systems with LinuxThreads.
5581
5582 2008-09-28  Bruno Haible  <bruno@clisp.org>
5583
5584         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
5585
5586         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
5587         with AIX xlc.
5588         * lib/fcntl.in.h (open): Likewise.
5589         Reported by Rainer Tammer <tammer@tammer.net>.
5590
5591 2008-09-28  Bruno Haible  <bruno@clisp.org>
5592
5593         * modules/posix_spawnp-tests: New file.
5594         * tests/test-posix_spawn.c: New file.
5595         * tests/test-posix_spawn.in.sh: New file.
5596
5597         New module 'posix_spawnp'.
5598         * modules/posix_spawnp: New file.
5599         * lib/spawnp.c: New file, from GNU libc with modifications.
5600         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
5601
5602         New module 'posix_spawn'.
5603         * modules/posix_spawn: New file.
5604         * lib/spawn.c: New file, from GNU libc with modifications.
5605         * doc/posix-functions/posix_spawn.texi: Mention the new module.
5606
5607         New module 'posix_spawnattr_destroy'.
5608         * modules/posix_spawnattr_destroy: New file.
5609         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
5610         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
5611         module.
5612
5613         New module 'posix_spawnattr_setsigmask'.
5614         * modules/posix_spawnattr_setsigmask: New file.
5615         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
5616         modifications.
5617         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
5618         new module.
5619
5620         New module 'posix_spawnattr_getsigmask'.
5621         * modules/posix_spawnattr_getsigmask: New file.
5622         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
5623         modifications.
5624         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
5625         new module.
5626
5627         New module 'posix_spawnattr_setsigdefault'.
5628         * modules/posix_spawnattr_setsigdefault: New file.
5629         * lib/spawnattr_setdefault.c: New file, from GNU libc with
5630         modifications.
5631         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
5632         new module.
5633
5634         New module 'posix_spawnattr_getsigdefault'.
5635         * modules/posix_spawnattr_getsigdefault: New file.
5636         * lib/spawnattr_getdefault.c: New file, from GNU libc with
5637         modifications.
5638         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
5639         new module.
5640
5641         New module 'posix_spawnattr_setschedpolicy'.
5642         * modules/posix_spawnattr_setschedpolicy: New file.
5643         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
5644         modifications.
5645         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
5646         new module.
5647
5648         New module 'posix_spawnattr_getschedpolicy'.
5649         * modules/posix_spawnattr_getschedpolicy: New file.
5650         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
5651         modifications.
5652         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
5653         new module.
5654
5655         New module 'posix_spawnattr_setschedparam'.
5656         * modules/posix_spawnattr_setschedparam: New file.
5657         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
5658         modifications.
5659         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
5660         new module.
5661
5662         New module 'posix_spawnattr_getschedparam'.
5663         * modules/posix_spawnattr_getschedparam: New file.
5664         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
5665         modifications.
5666         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
5667         new module.
5668
5669         New module 'posix_spawnattr_setpgroup'.
5670         * modules/posix_spawnattr_setpgroup: New file.
5671         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
5672         modifications.
5673         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
5674         module.
5675
5676         New module 'posix_spawnattr_getpgroup'.
5677         * modules/posix_spawnattr_getpgroup: New file.
5678         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
5679         modifications.
5680         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
5681         module.
5682
5683         New module 'posix_spawnattr_setflags'.
5684         * modules/posix_spawnattr_setflags: New file.
5685         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
5686         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
5687         module.
5688
5689         New module 'posix_spawnattr_getflags'.
5690         * modules/posix_spawnattr_getflags: New file.
5691         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
5692         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
5693         module.
5694
5695         New module 'posix_spawnattr_init'.
5696         * modules/posix_spawnattr_init: New file.
5697         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
5698         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
5699         module.
5700
5701         New module 'posix_spawn_file_actions_destroy'.
5702         * modules/posix_spawn_file_actions_destroy: New file.
5703         * lib/spawn_faction_destroy.c: New file, from GNU libc with
5704         modifications.
5705         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
5706         the new module.
5707
5708         New module 'posix_spawn_file_actions_addopen'.
5709         * modules/posix_spawn_file_actions_addopen: New file.
5710         * lib/spawn_faction_addopen.c: New file, from GNU libc with
5711         modifications.
5712         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
5713         the new module.
5714
5715         New module 'posix_spawn_file_actions_adddup2'.
5716         * modules/posix_spawn_file_actions_adddup2: New file.
5717         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
5718         modifications.
5719         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
5720         the new module.
5721
5722         New module 'posix_spawn_file_actions_addclose'.
5723         * modules/posix_spawn_file_actions_addclose: New file.
5724         * lib/spawn_faction_addclose.c: New file, from GNU libc with
5725         modifications.
5726         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
5727         the new module.
5728
5729         New module 'posix_spawn_file_actions_init'.
5730         * modules/posix_spawn_file_actions_init: New file.
5731         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
5732         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
5733         new module.
5734
5735         New module 'posix_spawn-internal'.
5736         * modules/posix_spawn-internal: New file.
5737         * lib/spawn_int.h: New file, from GNU libc with modifications.
5738         * lib/spawni.c: New file, from GNU libc with modifications.
5739         * m4/posix_spawn.m4: New file.
5740
5741         New module 'spawn'.
5742         * modules/spawn: New file.
5743         * lib/spawn.in.h: New file, from GNU libc with modifications.
5744         * m4/spawn_h.m4: New file.
5745         * doc/posix-headers/spawn.texi: Mention the new module.
5746
5747 2008-09-28  Bruno Haible  <bruno@clisp.org>
5748
5749         * modules/sched-tests: New file.
5750         * tests/test-sched.c: New file.
5751
5752         New module 'sched'.
5753         * modules/sched: New file.
5754         * lib/sched.in.h: New file.
5755         * m4/sched_h.m4: New file.
5756         * doc/posix-headers/sched.texi: Mention the new module.
5757
5758 2008-09-27  Eric Blake  <ebb9@byu.net>
5759
5760         Fix previous patch, and tweak references to $0.
5761         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
5762         (func_version, func_gnulib_dir): Don't call this program
5763         gnulib-tool.
5764         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
5765         with using $0 in function.
5766         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
5767         (func_fatal_error): Reuse the name the user invoked us with.
5768
5769 2008-09-27  Bruno Haible  <bruno@clisp.org>
5770
5771         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
5772         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
5773         (gl_ICONV_H): Not here.
5774         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
5775         instead of assigning ICONV_H directly.
5776
5777         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
5778         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
5779         WCHAR_H directly.
5780
5781 2008-09-27  Bruno Haible  <bruno@clisp.org>
5782
5783         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
5784         * modules/arpa_inet (Depends-on): Add link-warning.
5785         (Makefile.am): Insert the definition of GL_LINK-WARNING.
5786         * modules/unistd (Makefile.am): Likewise.
5787
5788 2008-09-26  Bruno Haible  <bruno@clisp.org>
5789
5790         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
5791         variables.
5792         (func_version): Essentially copied from gnulib-tool.
5793         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
5794         func_readlink): Copied from gnulib-tool.
5795
5796 2008-09-26  Bruno Haible  <bruno@clisp.org>
5797
5798         * gnulib-tool (func_version): Change directory to $gnulib_dir before
5799         invoking git-version-gen.
5800
5801 2008-09-26  Bruno Haible  <bruno@clisp.org>
5802
5803         * posix-modules: Update to directory names changed on 2008-01-19.
5804         Remove commas in output before splitting into words. No more need to
5805         avoid 'ftruncate' since 2007-02-19.
5806
5807 2008-09-26  Bruno Haible  <bruno@clisp.org>
5808
5809         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
5810
5811 2008-09-26  Bruno Haible  <bruno@clisp.org>
5812
5813         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
5814         * modules/fwriteerror (Depends-on): Add errno.
5815
5816 2008-09-26  Bruno Haible  <bruno@clisp.org>
5817
5818         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
5819         * tests/test-vc-list-files-cvs.sh: Likewise.
5820
5821 2008-09-26  Bruno Haible  <bruno@clisp.org>
5822
5823         * doc/posix-headers/sys_resource.texi: Reorder items.
5824
5825 2008-09-26  Jim Meyering  <meyering@redhat.com>
5826
5827         fts: tweak inode comparison function
5828         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
5829         inode numbers, as documented.
5830
5831         fts: sort dirent entries on inode number before traversing
5832         This avoids a quadratic, seek-related performance penalty when
5833         operating on a directory containing many entries (measurable at 10k;
5834         3.5 hours at 2 million entries with a cold cache) on certain types
5835         of file systems, including ext3 and ext4, but not tmpfs.
5836         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
5837         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
5838         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
5839         (fs_handles_readdir_ordered_dirents_efficiently): New function.
5840         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
5841         (fts_build): Set the stat.st_ino member from D_INO.
5842         If it is likely to be useful, sort dirent entries on inode number.
5843
5844         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
5845         and the struct statfs.f_type member.
5846         * modules/fts (Depends-on): Add d-ino.
5847
5848 2008-09-26  Bruno Haible  <bruno@clisp.org>
5849
5850         * modules/sigpipe-die (Depends-on): Add sigpipe.
5851
5852         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
5853         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
5854         and GNULIB_STDIO_H_SIGPIPE are set.
5855         * lib/stdio-write.c: New file.
5856         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
5857         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5858         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5859         REPLACE_STDIO_WRITE_FUNCS.
5860         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
5861         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
5862         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
5863         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
5864         * modules/stdio (Files): Add lib/stdio-write.c.
5865         (Makefile.am): Substitute 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         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
5870         REPLACE_FPRINTF_POSIX.
5871         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
5872         REPLACE_PRINTF_POSIX.
5873         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
5874         REPLACE_VFPRINTF_POSIX.
5875         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
5876         REPLACE_VPRINTF_POSIX.
5877         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
5878         SIGPIPE issue.
5879         * doc/posix-functions/fputc.texi: Likewise.
5880         * doc/posix-functions/fputs.texi: Likewise.
5881         * doc/posix-functions/fwrite.texi: Likewise.
5882         * doc/posix-functions/printf.texi: Likewise.
5883         * doc/posix-functions/putc.texi: Likewise.
5884         * doc/posix-functions/putchar.texi: Likewise.
5885         * doc/posix-functions/puts.texi: Likewise.
5886         * doc/posix-functions/vfprintf.texi: Likewise.
5887         * doc/posix-functions/vprintf.texi: Likewise.
5888
5889         * modules/safe-write (Depends-on): Add write.
5890
5891         * modules/sigpipe-tests: New file.
5892         * tests/test-sigpipe.c: New file.
5893         * tests/test-sigpipe.sh: New file.
5894
5895         * modules/write: New file.
5896         * lib/unistd.in.h: Include <sys/types.h>.
5897         (write): New declaration.
5898         * lib/write.c: New file.
5899         * m4/write.m4: New file.
5900         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5901         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
5902         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
5903         GNULIB_WRITE, REPLACE_WRITE.
5904         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
5905         and the SIGPIPE issue.
5906
5907         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
5908         (raise): New declaration.
5909         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
5910         (ext_signal): New function.
5911         (rpl_raise): New function.
5912         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
5913         GNULIB_SIGNAL_H_SIGPIPE.
5914         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
5915         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
5916
5917         * modules/sigpipe: New file.
5918         * m4/sigpipe.m4: New file.
5919
5920 2008-09-25  Derek Price  <derek@ximbiot.com>
5921             Bruno Haible  <bruno@clisp.org>
5922
5923         * gnulib-tool (func_import): Report all license incompatibilities, not
5924         just the first one.
5925
5926 2008-09-25  Bruno Haible  <bruno@clisp.org>
5927
5928         * gnulib-tool (func_import): When computing the edits, consider not
5929         only the Makefile.ams that exist but also those that will be generated.
5930
5931 2008-09-25  Simon Josefsson  <simon@josefsson.org>
5932
5933         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
5934         fixes gnulib-tool --test warning about duplicate dependency.
5935
5936 2008-09-25  Bruno Haible  <bruno@clisp.org>
5937
5938         * gnulib-tool: Don't ask the user to perform edits in the generated
5939         Makefile.ams.
5940         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
5941         apply to the Makefile.am being generated.
5942         (func_emit_tests_Makefile_am): Execute edits that apply to the
5943         Makefile.am being generated.
5944         (func_import): Setup list of Makefile.am edits before emitting the
5945         Makefile.ams, not at the end.
5946         (func_create_testdir): Update.
5947         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5948
5949 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5950
5951         * gnulib-tool (func_import): Store the --tests-base option in the
5952         comment in gnulib-cache.m4.
5953
5954 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
5955
5956         * NEWS: Document increased portability that sys_select now provides.
5957
5958         * lib/sys_select.in.h: Install select wrapper.
5959         * lib/sys_socket.in.h: Use more descriptive name when there is no
5960         select wrapper.
5961         * lib/winsock-select.c: New.
5962         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
5963         Require gl_HEADER_SYS_SOCKET.
5964         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
5965         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
5966         * tests/test-sys_select.c: Add functional tests.
5967
5968 2008-09-24  Eric Blake  <ebb9@byu.net>
5969
5970         open, fopen: close fd leak in last patch
5971         * lib/open.c (rpl_open): Close fd before returning error.
5972         * lib/fopen.c (rpl_fopen): Close fd before returning error.
5973         * doc/posix-functions/open.texi (open): Document that Irix also
5974         has the bug.
5975         * doc/posix-functions/fopen.texi (fopen): Likewise.
5976         Reported by Paolo Bonzini.
5977
5978 2008-09-24  Bruno Haible  <bruno@clisp.org>
5979
5980         Ensure that a filename ending in a slash cannot be used to access a
5981         non-directory.
5982         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
5983         to check whether it's really a directory.
5984         * lib/fopen.c: Include fcntl.h, unistd.h.
5985         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
5986         and fdopen().
5987         * modules/fopen (Depends-on): Add unistd.
5988         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
5989         * tests/test-fopen.c (main): Likewise.
5990         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
5991         * doc/posix-functions/fopen.texi: Likewise.
5992         Reported by Eric Blake.
5993
5994 2008-09-23  Eric Blake  <ebb9@byu.net>
5995
5996         c-stack: avoid compiler optimizations when provoking overflow
5997         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
5998         recursion harder to optimize, to ensure a stack overflow occurs.
5999         * tests/test-c-stack.c (recurse): Likewise.
6000         Borrowed from libsigsegv.
6001
6002         c-stack: work around Irix sigaltstack bug
6003         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
6004         whether sigaltstack uses wrong end of stack_t (copied in part from
6005         libsigsegv).
6006         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
6007         Irix bug, without requiring an over-allocation.
6008         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
6009         bug.
6010
6011         fopen: document mingw bug on directories
6012         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
6013         not allowing a stream visiting a directory, even though reading
6014         from such a stream is not portable.
6015
6016 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6017
6018         * lib/poll.c: Rewrite.
6019         * modules/poll: Depend on alloca.
6020
6021 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6022
6023         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
6024         instead define prototypes for a full set of wrappers.  Ensure
6025         that Cygwin does not use the compatibility code, which is only
6026         for MinGW.
6027         * lib/winsock.c: New.
6028         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
6029         * modules/sys_socket: Add lib/winsock.c.
6030
6031         * modules/poll-tests: Add errno and perror.
6032         * tests/test-poll.c: Use ioctl, not ioctlsocket.
6033
6034 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
6035
6036         * tests/test-poll.c: Downgrade minimum needed Winsock version.
6037
6038 2008-09-23  Bruno Haible  <bruno@clisp.org>
6039
6040         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
6041         * doc/glibc-functions/*: Likewise.
6042
6043 2008-09-23  Simon Josefsson  <simon@josefsson.org>
6044
6045         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
6046         success.
6047
6048 2008-09-22  Eric Blake  <ebb9@byu.net>
6049             Bruno Haible  <bruno@clisp.org>
6050
6051         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
6052         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
6053         supply %A but mishandle pseudo-NaN.
6054         Reported by Simon Josefsson.
6055
6056 2008-09-21  Bruno Haible  <bruno@clisp.org>
6057
6058         * tests/test-lock.c (main): Tweak skip message.
6059         * tests/test-tls.c (main): Likewise.
6060
6061 2008-09-21  Bruno Haible  <bruno@clisp.org>
6062
6063         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
6064         whether 'struct sigaction' has sa_sigaction here...
6065         (gl_PREREQ_SIG_HANDLER_H): ... not here.
6066         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
6067
6068 2008-09-21  Bruno Haible  <bruno@clisp.org>
6069
6070         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
6071         section.
6072         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
6073         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
6074         the new section.
6075         (Support for obsolete systems lacking POSIX:2001): New section.
6076         (String handling <string.h>): Move strdup to the new section.
6077         Suggested by Simon Josefsson and Paolo Bonzini.
6078
6079 2008-09-21  Bruno Haible  <bruno@clisp.org>
6080
6081         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
6082         exponents in %e and %g results on 'long double'. Needed for mingw's
6083         improved *printf functions.
6084         * tests/test-vasprintf-posix.c (test_function): Likewise.
6085         * tests/test-snprintf-posix.h (test_function): Likewise.
6086         * tests/test-sprintf-posix.h (test_function): Likewise.
6087         Reported by Eric Blake.
6088
6089 2008-09-21  Bruno Haible  <bruno@clisp.org>
6090
6091         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
6092         * tests/test-sprintf-posix.h (test_function): Likewise.
6093
6094 2008-09-21  Bruno Haible  <bruno@clisp.org>
6095
6096         * modules/getpass (Depends-on): Add strdup-posix.
6097
6098         New module 'strdup-posix'.
6099         * modules/strdup-posix: New file.
6100         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
6101         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
6102         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6103         REPLACE_STRDUP.
6104         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
6105         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
6106         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6107         strdup-posix.
6108
6109         * modules/strdup (Depends-on): Remove malloc-posix.
6110
6111 2008-09-20  Bruno Haible  <bruno@clisp.org>
6112
6113         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
6114         Wildenhues.
6115
6116 2008-09-20  Bruno Haible  <bruno@clisp.org>
6117
6118         Ensure that wint_t gets defined on IRIX 5.3.
6119         * lib/wchar.in.h (wint_t): Define if not defined by the system.
6120         * lib/wctype.in.h (wint_t): Likewise.
6121         (__wctype_wint_t): Remove type.
6122         (isw*): Use wint_t instead of __wctype_wint_t.
6123         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
6124         * modules/wchar (Files): Add m4/wint_t.m4.
6125         (Makefile.am): Substitute HAVE_WINT_T.
6126         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
6127         * tests/test-wctype.c: Check that wint_t is defined.
6128         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
6129         * doc/posix-headers/wctype.texi: Likewise.
6130         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6131
6132 2008-09-18  Bruno Haible  <bruno@clisp.org>
6133
6134         * gnulib-tool (func_exit): Update comment.
6135
6136 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6137
6138         * modules/getaddrinfo (Depends-on): Remove strdup, this module
6139         assumes strdup exists and does not depend on strdup to return
6140         ENOMEM on out of memory conditions.
6141
6142 2008-09-18  Bruno Haible  <bruno@clisp.org>
6143
6144         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
6145         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
6146         digits for the exponent.
6147
6148 2008-09-18  Jim Meyering  <meyering@redhat.com>
6149             Bruno Haible  <bruno@clisp.org>
6150
6151         * lib/vasnprintf.c (decimal_point_char): Define also if
6152         NEED_PRINTF_INFINITE_LONG_DOUBLE.
6153
6154 2008-09-16  Bruno Haible  <bruno@clisp.org>
6155         and Eric Blake  <ebb9@byu.net>
6156
6157         vasnprintf: support Irix 5.3
6158         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
6159         that mishandle long double infinity.
6160         Reported by Tom G. Christensen.
6161
6162 2008-09-16  Bruno Haible  <bruno@clisp.org>
6163
6164         * doc/glibc-functions/scandir.texi: Mention the function is missing on
6165         Solaris 9.
6166         * doc/glibc-functions/alphasort.texi: Likewise.
6167         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
6168
6169 2008-09-16  Jim Meyering  <meyering@redhat.com>
6170
6171         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
6172         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
6173         a umask modification leak out of a subshell.  Otherwise, the
6174         opensolaris /bin/sh would be accepted and thus cause unwarranted
6175         failures in the coreutils test suite.
6176
6177 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
6178
6179         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
6180         to succeed.
6181
6182 2008-09-16  Jim Meyering  <meyering@redhat.com>
6183
6184         avoid spurious test failure when library is built without ACL support
6185         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
6186         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
6187         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
6188         * tests/test-copy-acl.sh: Likewise.
6189
6190 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6191
6192         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
6193         based on character occurrence counts.
6194
6195 2008-09-15  Eric Blake  <ebb9@byu.net>
6196
6197         tests: avoid some compiler warnings
6198         * tests/test-memchr.c (main): Pass NULL indirectly.
6199         * tests/test-closein.c (main): Avoid unused variable.
6200
6201 2008-09-15  Bruno Haible  <bruno@clisp.org>
6202
6203         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
6204         are missing on OpenBSD 4.0 individually.
6205         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6206
6207 2008-09-15  Bruno Haible  <bruno@clisp.org>
6208
6209         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
6210         * doc/posix-functions/strerror.texi: Mention also Cygwin.
6211         * doc/posix-functions/perror.texi: Likewise.
6212         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
6213         is missing.
6214         Reported by Eric Blake.
6215
6216         * lib/errno.in.h: Use replacement values >= 2000.
6217         Reported by Eric Blake.
6218
6219 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6220
6221         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
6222         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
6223         limit.
6224         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
6225         compareseq was aborted.
6226
6227 2008-09-14  Bruno Haible  <bruno@clisp.org>
6228
6229         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
6230         yvec_edit_count.
6231         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
6232         (fstrcmp_bounded): Simplify result computation accordingly.
6233
6234 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6235
6236         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
6237         (fstrcmp): Define in terms of fstrcmp_bounded.
6238         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
6239         lower_bound argument.
6240         Return quickly if the result is certainly < lower_bound.
6241         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
6242
6243 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6244
6245         * lib/diffseq.h (EARLY_ABORT): New macro.
6246         (compareseq): Change return type to bool. Return true when EARLY_ABORT
6247         evaluates to true.
6248
6249 2008-09-14  Bruno Haible  <bruno@clisp.org>
6250
6251         * modules/perror-tests: New file.
6252         * tests/test-perror.sh: New file.
6253         * tests/test-perror.c: New file.
6254
6255         New module 'perror'.
6256         * lib/stdio.in.h (perror): New declaration.
6257         * lib/perror.c: New file.
6258         * m4/perror.m4: New file.
6259         * modules/perror: New file.
6260         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
6261         * doc/posix-functions/perror.texi: Mention the perror module.
6262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
6263         REPLACE_PERROR.
6264         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
6265         REPLACE_PERROR.
6266
6267 2008-09-14  Bruno Haible  <bruno@clisp.org>
6268
6269         * modules/stdio (Makefile.am): Reorder to match the order in
6270         lib/stdio.in.h.
6271         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6272
6273 2008-09-13  Bruno Haible  <bruno@clisp.org>
6274
6275         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
6276
6277 2008-09-13  Bruno Haible  <bruno@clisp.org>
6278
6279         Extend strerror to cover the added errno values.
6280         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
6281         (rpl_strerror): Provide error messages for the added errno values and
6282         for the WSA* values.
6283         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
6284         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
6285         strerror.
6286         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
6287         * modules/strerror (Depends-on): Add errno.
6288         * doc/posix-functions/strerror.texi: Document the change.
6289         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
6290         and EOVERFLOW.
6291
6292 2008-09-13  Bruno Haible  <bruno@clisp.org>
6293
6294         * modules/EOVERFLOW: Remove file.
6295         * m4/eoverflow.m4: Remove file.
6296         * modules/EOVERFLOW-tests: Remove file.
6297         * tests/test-EOVERFLOW.c: Remove file.
6298         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
6299         * modules/ftell (Depends-on): Likewise.
6300         * modules/getdelim (Depends-on): Likewise.
6301         * modules/getugroups (Depends-on): Likewise.
6302         * modules/poll (Depends-on): Likewise.
6303         * modules/snprintf (Depends-on): Likewise.
6304         * modules/sprintf-posix (Depends-on): Likewise.
6305         * modules/vasnprintf (Depends-on): Likewise.
6306         * modules/vasprintf (Depends-on): Likewise.
6307         * modules/vfprintf-posix (Depends-on): Likewise.
6308         * modules/vsnprintf (Depends-on): Likewise.
6309         * modules/vsprintf-posix (Depends-on): Likewise.
6310         * modules/xvasprintf (Depends-on): Likewise.
6311         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6312         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
6313         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
6314         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
6315         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6316         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
6317         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
6318         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
6319         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6320         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
6321         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
6322         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
6323         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6324         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
6325         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
6326         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
6327         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6328         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
6329         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
6330         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
6331         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6332         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
6333         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
6334         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
6335         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
6336         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6337         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
6338         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
6339         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
6340         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
6341         * MODULES.html.sh: Remove EOVERFLOW.
6342         * NEWS: Mention the change.
6343
6344 2008-09-13  Bruno Haible  <bruno@clisp.org>
6345
6346         * modules/errno-tests: New file.
6347         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
6348
6349         * lib/errno.in.h: New file.
6350         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
6351         * modules/errno: New file.
6352         * doc/posix-headers/errno.texi: Update documentation.
6353         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
6354
6355 2008-09-13  Bruno Haible  <bruno@clisp.org>
6356
6357         * tests/test-poll.c: Use #if for native Windows, rather than testing
6358         __MSVCRT__.
6359
6360 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6361             Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/glob.c: Don't include <pwd.h> on native Windows.
6364         (WINDOWS32): New macro.
6365         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
6366
6367 2008-09-13  Bruno Haible  <bruno@clisp.org>
6368
6369         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
6370         (ETIMEDOUT): Remove macro.
6371         (glthread_cond_timedwait_multithreaded): New declaration.
6372         (glthread_cond_timedwait): Use it.
6373         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
6374         (glthread_cond_timedwait_multithreaded): New function.
6375
6376 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6377
6378         * modules/poll-tests: Do not check for io.h.
6379         * tests/test-poll.c: Check for __MSVCRT__ instead.
6380
6381 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6382
6383         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
6384         * modules/poll-tests: Add inet_pton, stdbool, sockets.
6385         * tests/test-poll.c: Use them.  Use _pipe on Windows.
6386
6387 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
6388
6389         * modules/poll-tests: New.
6390         * tests/test-poll.c: New.
6391
6392 2008-09-12  Eric Blake  <ebb9@byu.net>
6393
6394         frexp: test for NetBSD failure on -0.0
6395         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
6396         not all, bugs from NetBSD 3.0 have been fixed.
6397         * doc/posix-functions/frexp.texi (frexp): Document bug.
6398         Reported by Thomas Klausner.
6399
6400         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
6401         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
6402         literal -0.0.
6403         Reported by Jonathan C. Patschke <jp@centtech.com>.
6404
6405 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6406
6407         * lib/glthread/cond.h: Use dummy implementation also if
6408         USE_WIN32_THREADS.
6409
6410 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6411
6412         * modules/fnmatch-posix (License): Change to LGPLv2+.
6413         * modules/fnmatch-gnu (License): Likewise.
6414
6415 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6416
6417         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
6418
6419 2008-09-11  Jim Meyering  <meyering@redhat.com>
6420
6421         * users.txt: Add gtk-vnc.
6422
6423 2008-09-08  Simon Josefsson  <simon@josefsson.org>
6424
6425         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
6426         rotate amounts.
6427
6428         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
6429         required for 16-bit and 8-bit rotates.
6430         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
6431         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
6432         UINT8_MAX instead of hard-coded constants.
6433         Suggested by Paul Eggert.
6434
6435 2008-09-07  Bruno Haible  <bruno@clisp.org>
6436
6437         * tests/test-striconveh.c (main): Check behaviour when converting from
6438         UTF-7.
6439
6440         Make striconveh work better with stateful encodings.
6441         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
6442         that iconv does not increment the inptr when returning -1/EINVAL.
6443
6444 2008-09-07  Bruno Haible  <bruno@clisp.org>
6445
6446         * build-aux/config.rpath: Update according to libtool-2.2.6.
6447         * build-aux/config.libpath: Likewise.
6448
6449 2008-09-06  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
6452         * lib/freadptr.c (freadptr): Likewise.
6453         * lib/freadseek.c (freadptrinc): Likewise.
6454         Reported by Simon Josefsson.
6455
6456 2008-09-06  Bruno Haible  <bruno@clisp.org>
6457
6458         * modules/freadptr (License): Change to LGPLv2+.
6459         * modules/freadseek (License): Likewise.
6460         Suggested by Eric Blake.
6461
6462         * modules/memchr2 (License): Change to LGPLv2+.
6463         Approved by Eric Blake.
6464
6465 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6466             Bruno Haible  <bruno@clisp.org>
6467
6468         Make gnulib-tool work with native 'sed' on AIX.
6469         * gnulib-tool (sed_noop): New variable.
6470         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
6471         func_add_or_update, func_create_testdir): Use it to initialize sed
6472         script variables.
6473         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6474
6475 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
6476             Bruno Haible  <bruno@clisp.org>
6477
6478         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
6479         also works after #include directives.
6480
6481 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
6482
6483         getdate.y: reject an out-of-range timezone value
6484         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
6485         the range [-24...+24].  When specified with only one or two digits,
6486         * tests/test-getdate.c: Tests for the fix.
6487         * doc/getdate.texi: Document this change.
6488
6489 2008-09-03  Bruno Haible  <bruno@clisp.org>
6490
6491         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
6492
6493 2008-09-02  Simon Josefsson  <simon@josefsson.org>
6494
6495         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
6496         <bruce.korb@gmail.com> with ideas from Ben Pfaff
6497         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
6498         Blake <ebb9@byu.net>.
6499
6500         * tests/test-bitrotate.c: Add more test vectors.
6501
6502 2008-09-02  Eric Blake  <ebb9@byu.net>
6503
6504         vasnprintf-posix: handle large precision via %.*d
6505         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
6506         when handling it ourselves.
6507         * tests/test-vasnprintf-posix.c (test_function): Add test.
6508         * tests/test-snprintf-posix.h (test_function): Likewise.
6509         * tests/test-sprintf-posix.h (test_function): Likewise.
6510         * tests/test-vasprintf-posix.c (test_function): Likewise.
6511         Reported by Alain Guibert.
6512
6513 2008-09-01  Eric Blake  <ebb9@byu.net>
6514
6515         c-stack: make configure-time check more robust
6516         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
6517         successful sigaction call.
6518         Reported by Tom G. Christensen.
6519
6520 2008-09-01  Bruno Haible  <bruno@clisp.org>
6521
6522         New module 'findprog-lgpl'.
6523         * modules/findprog-lgpl: New file.
6524         * lib/findprog-lgpl.c: New file.
6525         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
6526         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
6527         to decide whether to use strdup or xstrdup, concatenated_filename or
6528         xconcatenated_filename.
6529
6530 2008-09-01  Bruno Haible  <bruno@clisp.org>
6531
6532         Split module 'concat-filename' into 'concat-filename' (LGPL) and
6533         'xconcat-filename' (GPL).
6534         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
6535         (License): Change to LGPLv2+.
6536         * modules/xconcat-filename: New file.
6537         * lib/concat-filename.h (concatenated_filename): Change specification.
6538         (xconcatenated_filename): New declaration.
6539         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
6540         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
6541         memory situations.
6542         * lib/xconcat-filename.c: New file.
6543         * NEWS: Mention the change.
6544         * lib/findprog.c: Include concat-filename.h, not filename.h.
6545         (find_in_path): Use xconcatenated_filename instead of
6546         concatenated_filename.
6547         * lib/javacomp.c: Include concat-filename.h, not filename.h.
6548         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6549         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6550         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6551         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
6552         instead of concatenated_filename.
6553         * lib/javaexec.c: Include concat-filename.h, not filename.h.
6554         (execute_java_class): Use xconcatenated_filename instead of
6555         concatenated_filename.
6556         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
6557         * modules/javacomp (Depends-on): Likewise.
6558         * modules/javaexec (Depends-on): Likewise.
6559
6560 2008-09-01  Bruno Haible  <bruno@clisp.org>
6561
6562         Split module 'filename' into 'filename' and 'concat-filename'.
6563         * modules/filename: Keep only lib/filename.h.
6564         (License): Change to LGPLv2+.
6565         * modules/concat-filename: New file, extracted from modules/filename.
6566         * lib/filename.h (concatenated_filename): Remove declaration.
6567         * lib/concat-filename.h: New file, extracted from lib/filename.h.
6568         * lib/concat-filename.c: Include concat-filename.h.
6569         * NEWS: Mention the change.
6570
6571 2008-09-01  Simon Josefsson  <simon@josefsson.org>
6572
6573         * lib/bitrotate.h (rotl8, rotr8): Add.
6574
6575         * modules/bitrotate (configure.ac): Need
6576         AC_REQUIRE([AC_C_INLINE]).
6577         (Description): Mention stdint.h.  Reported by Bruno Haible
6578         <bruno@clisp.org>.
6579
6580         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
6581         Paolo Bonzini <bonzini@gnu.org>.
6582
6583 2008-08-31  Bruno Haible  <bruno@clisp.org>
6584
6585         Assume Solaris specific bi-arch conventions on Solaris systems.
6586         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
6587         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
6588         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
6589         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
6590         like acl_libdirstem.
6591         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
6592         acl_libdirstem.
6593         * NEWS: Mention the change.
6594         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
6595
6596 2008-08-31  Jim Meyering  <meyering@redhat.com>
6597
6598         * lib/strftime.h: Add comments describing the two added arguments.
6599
6600         remove duplicate #include directives
6601         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
6602         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
6603
6604 2008-08-31  Bruno Haible  <bruno@clisp.org>
6605
6606         New module 'sigpipe-die'.
6607         * modules/sigpipe-die: New file.
6608         * lib/sigpipe-die.h: New file.
6609         * lib/sigpipe-die.c: New file.
6610         * MODULES.html.sh (Signal handling): Add sigpipe-die.
6611
6612 2008-08-31  Bruno Haible  <bruno@clisp.org>
6613
6614         Don't override previously installed signal handlers.
6615         * lib/fatal-signal.c (saved_sigactions): New variable.
6616         (uninstall_handlers): Reset the signal to the saved handler, not
6617         to SIG_DFL (except when ignored).
6618         (install_handlers): Save the previous handlers.
6619
6620 2008-08-30  Bruno Haible  <bruno@clisp.org>
6621
6622         * gnulib-tool (func_reset_sigpipe): New function.
6623         (func_get_automake_snippet, func_modules_transitive_closure,
6624         func_import): Invoke it before a join command that reads from stdin,
6625         to avoid "echo: write error: Broken pipe" error messages on stderr.
6626         Reported by Sam Steingold <sds@gnu.org>.
6627
6628 2008-08-30  Bruno Haible  <bruno@clisp.org>
6629
6630         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
6631         Code copied from m4/open.m4.
6632         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
6633         access and the filename ends in a slash. Code copied from lib/open.c.
6634         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
6635         * tests/test-fopen.c (main): Check against bug with trailing slash.
6636
6637 2008-08-29  Bruno Haible  <bruno@clisp.org>
6638
6639         Avoid some "gcc -pedantic" warnings.
6640         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
6641         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
6642         * lib/dirent.in.h: Likewise.
6643         * lib/fcntl.in.h: Likewise.
6644         * lib/float.in.h: Likewise.
6645         * lib/iconv.in.h: Likewise.
6646         * lib/inttypes.in.h: Likewise.
6647         * lib/locale.in.h: Likewise.
6648         * lib/math.in.h: Likewise.
6649         * lib/netinet_in.in.h: Likewise.
6650         * lib/search.in.h: Likewise.
6651         * lib/signal.in.h: Likewise.
6652         * lib/stdarg.in.h: Likewise.
6653         * lib/stdint.in.h: Likewise.
6654         * lib/stdio.in.h: Likewise.
6655         * lib/stdlib.in.h: Likewise.
6656         * lib/string.in.h: Likewise.
6657         * lib/strings.in.h: Likewise.
6658         * lib/sys_select.in.h: Likewise.
6659         * lib/sys_socket.in.h: Likewise.
6660         * lib/sys_stat.in.h: Likewise.
6661         * lib/sys_time.in.h: Likewise.
6662         * lib/sysexits.in.h: Likewise.
6663         * lib/time.in.h: Likewise.
6664         * lib/unistd.in.h: Likewise.
6665         * lib/wchar.in.h: Likewise.
6666         * lib/wctype.in.h: Likewise.
6667         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
6668         * modules/fchdir (Makefile.am): Likewise.
6669         * modules/fcntl (Makefile.am): Likewise.
6670         * modules/float (Makefile.am): Likewise.
6671         * modules/iconv_open (Makefile.am): Likewise.
6672         * modules/inttypes (Makefile.am): Likewise.
6673         * modules/locale (Makefile.am): Likewise.
6674         * modules/math (Makefile.am): Likewise.
6675         * modules/netinet_in (Makefile.am): Likewise.
6676         * modules/search (Makefile.am): Likewise.
6677         * modules/signal (Makefile.am): Likewise.
6678         * modules/stdarg (Makefile.am): Likewise.
6679         * modules/stdint (Makefile.am): Likewise.
6680         * modules/stdio (Makefile.am): Likewise.
6681         * modules/stdlib (Makefile.am): Likewise.
6682         * modules/string (Makefile.am): Likewise.
6683         * modules/strings (Makefile.am): Likewise.
6684         * modules/sys_select (Makefile.am): Likewise.
6685         * modules/sys_socket (Makefile.am): Likewise.
6686         * modules/sys_stat (Makefile.am): Likewise.
6687         * modules/sys_time (Makefile.am): Likewise.
6688         * modules/sysexits (Makefile.am): Likewise.
6689         * modules/time (Makefile.am): Likewise.
6690         * modules/unistd (Makefile.am): Likewise.
6691         * modules/wchar (Makefile.am): Likewise.
6692         * modules/wctype (Makefile.am): Likewise.
6693         Reported by Reuben Thomas <rrt@sc3d.org>.
6694
6695 2008-08-29  Bruno Haible  <bruno@clisp.org>
6696
6697         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
6698         any more.
6699
6700 2008-08-29  Simon Josefsson  <simon@josefsson.org>
6701
6702         * MODULES.html.sh (Misc): Add bitrotate.
6703
6704         * modules/bitrotate: New file.
6705
6706         * lib/bitrotate.h: New file.
6707
6708         * modules/bitrotate-tests: New file.
6709
6710         * tests/test-bitrotate.c: New file.
6711
6712         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
6713         on the bitrotate module.
6714
6715         * lib/arctwo.c: Use new bitrotate module.
6716
6717 2008-08-29  Jim Meyering  <meyering@redhat.com>
6718
6719         bootstrap: merge changes from coreutils
6720         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
6721         of copied files.  Remove a kludge, now that this is fixed.
6722         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
6723         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
6724         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
6725
6726 2008-08-29  Bruno Haible  <bruno@clisp.org>
6727
6728         * MODULES.html.sh: Remove --cvs-urls option.
6729
6730 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
6731
6732         maint.mk: adjust to file name change
6733         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
6734
6735 2008-08-28  Jim Meyering  <meyering@redhat.com>
6736
6737         * modules/getndelim2 (License): Relicense to LGPLv2+.
6738         Approved by Richard Stallman for the version of 1995, and by
6739         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
6740
6741 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
6742
6743         * lib/getdelim.c (flockfile, funlockfile): Make all of them
6744         dummy if one is not available.  Do not touch them if
6745         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
6746         (getc_maybe_unlocked): New.
6747         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
6748
6749 2008-08-26  Eric Blake  <ebb9@byu.net>
6750
6751         doc/INSTALL: resync from autoconf
6752         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
6753         (INSTALL_PRELUDE): Delete; this is done more efficiently by
6754         moving...
6755         * install.texi [!autoconf]: ...here.  Resync from autoconf.
6756         * INSTALL: Regenerate.
6757         * INSTALL.ISO: New file.
6758         * INSTALL.UTF-8: Likewise.
6759
6760 2008-08-26  Jim Meyering  <meyering@redhat.com>
6761
6762         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
6763         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
6764         these definitions conditional, so that they may be overridden, too.
6765
6766 2008-08-26  Bruno Haible  <bruno@clisp.org>
6767
6768         Generate INSTALL file variants with prettier quotes.
6769         * doc/Makefile (INSTALL_PRELUDE): New macro.
6770         (INSTALL): Use it.
6771         (INSTALL.ISO, INSTALL.UTF-8): New rules.
6772
6773 2008-08-26  Bruno Haible  <bruno@clisp.org>
6774
6775         Run makeinfo in an English locale.
6776         * doc/Makefile (MAKEINFO): New variable.
6777
6778 2008-08-26  Bruno Haible  <bruno@clisp.org>
6779
6780         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
6781         Suggested by Eric Blake.
6782
6783 2008-08-25  Bruno Haible  <bruno@clisp.org>
6784
6785         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
6786
6787 2008-08-25  Eric Blake  <ebb9@byu.net>
6788
6789         c-stack: test that stack overflow can be caught
6790         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
6791         that platform allows handling stack overflow; at least OS/2 EMX
6792         has sigaltstack, but crashes before transferring control to
6793         handler on stack overflow.
6794         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
6795         check for HAVE_STACK_OVERFLOW_HANDLING.
6796         Reported by Elbert Pol.
6797
6798 2008-08-25  Bruno Haible  <bruno@clisp.org>
6799
6800         * doc/posix-functions/strftime.texi: Fix description of strftime
6801         module.
6802
6803 2008-08-24  Bruno Haible  <bruno@clisp.org>
6804
6805         * tests/uniwidth/test-uc_width2.c: New file.
6806         * tests/uniwidth/test-uc_width2.sh: New file.
6807         * modules/uniwidth/width-tests (Files): Add the new files.
6808         (TESTS): Add uniwidth/test-uc_width2.sh.
6809         (TESTS_ENVIRONMENT): New variable.
6810         (check_PROGRAMS): Add test-uc_width2.
6811         (test_uc_width2_SOURCES): New variable.
6812
6813         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
6814         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
6815         not 0x00AB.
6816         Reported by Alexander V. Lukyanov <lav@netis.ru>.
6817
6818 2008-08-22  Eric Blake  <ebb9@byu.net>
6819
6820         test-lock, test-tls: mention why a test is skipped
6821         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
6822         skipped.
6823         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
6824
6825         count-one-bits: relax license
6826         * modules/count-one-bits (License): Relicense to LGPLv2+.
6827         Suggested by Ludovic Courtès, approved by Ben Pfaff.
6828
6829 2008-08-22  Andreas Schwab  <schwab@suse.de>
6830
6831         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
6832         Remove spurious space in assignment.
6833
6834 2008-08-21  Simon Josefsson  <simon@josefsson.org>
6835
6836         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
6837         Paul Eggert <eggert@CS.UCLA.EDU>.
6838
6839 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
6840
6841         * modules/gettext: Add m4/threadlib.m4.
6842
6843 2008-08-19  Eric Blake  <ebb9@byu.net>
6844
6845         test-c-stack: fix compilation failure on FreeBSD 5.0
6846         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
6847         headers before <sys/resource.h>.
6848         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
6849         the bug.
6850         Reported by Nelson H. F. Beebe.
6851
6852         strverscmp: migrate from "strverscmp.h" to <string.h>
6853         * modules/string (Makefile.am): Add new hooks.
6854         * modules/strverscmp (Files): Remove strverscmp.h.
6855         (Depends-on): Add string.
6856         (configure.ac): Add indicator.
6857         (Include): Mention new header.
6858         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
6859         defaults.
6860         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
6861         results.
6862         * lib/strverscmp.h: Delete.
6863         * lib/string.in.h (strverscmp): Provide declaration, when needed.
6864         * tests/test-strverscmp.c (includes): Adjust client.
6865         * lib/check-version.c (includes): Likewise.
6866         * NEWS: Document the change.
6867
6868         strverscmp: add unit test
6869         * modules/strverscmp-tests: New file.
6870         * tests/test-strverscmp.c: Likewise.
6871
6872 2008-08-19  Simon Josefsson  <simon@josefsson.org>
6873
6874         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
6875         regarding Windows crypto stuff, from Mono.
6876
6877 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
6878
6879         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
6880         if present, for intel RND.  Return error on failures.
6881
6882 2008-08-18  Ben Pfaff  <blp@gnu.org>
6883
6884         gitlog-to-changelog: give better diagnostic for failed pipe-open
6885         * build-aux/gitlog-to-changelog: Improve error message: suggest
6886         that the version of Git may be too old.
6887
6888 2008-08-18  Simon Josefsson  <simon@josefsson.org>
6889
6890         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
6891         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
6892
6893 2008-08-18  Bruno Haible  <bruno@clisp.org>
6894
6895         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
6896         pthread_in_use().
6897
6898 2008-08-18  Bruno Haible  <bruno@clisp.org>
6899
6900         * lib/glthread/threadlib.c: Include <pthread.h>.
6901
6902 2008-08-18  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
6905         glthread_recursive_lock_* macros.
6906         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
6907         Fix syntax error.
6908
6909 2008-08-18  Bruno Haible  <bruno@clisp.org>
6910
6911         * lib/glthread/thread.c: Avoid forcing a context switch right after
6912         thread creation.
6913
6914 2008-08-17  Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
6917         * lib/glthread/thread.h: Provide Win32 specific implementation.
6918         * modules/thread (Files): Add lib/glthread/thread.c.
6919         (Depends-on): Add lock.
6920         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
6921
6922 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6923
6924         New module 'yield'.
6925         * modules/yield: New file.
6926         * lib/glthread/yield.h: New file.
6927         * m4/yield.m4: New file.
6928         * MODULES.html.sh (Multithreading): Add yield.
6929
6930 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6931
6932         New module 'thread'.
6933         * modules/thread: New file.
6934         * lib/glthread/thread.h: New file.
6935         * m4/thread.m4: New file.
6936         * MODULES.html.sh (Multithreading): Add thread.
6937
6938 2008-08-17  Bruno Haible  <bruno@clisp.org>
6939
6940         * lib/glthread/lock.h: Include <stdlib.h> always.
6941         * lib/glthread/tls.h: Likewise.
6942         * lib/glthread/cond.h: Likewise.
6943
6944 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6945
6946         New module 'cond'.
6947         * modules/cond: New file.
6948         * lib/glthread/cond.h: New file.
6949         * lib/glthread/cond.c: New file.
6950         * m4/cond.m4: New file.
6951         * MODULES.html.sh (Multithreading): Add cond.
6952
6953 2008-08-16  Eric Blake  <ebb9@byu.net>
6954
6955         c-stack: fix regression on Irix 5.3 from 2008-06-21
6956         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
6957         sa_sigaction...
6958         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
6959         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
6960         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
6961         * modules/signal (Makefile.am): Use the value.
6962         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
6963         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
6964         * doc/posix-headers/signal.texi (signal.h): Document this
6965         portability issue.
6966         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
6967         Reported by Tom G. Christensen.
6968
6969 2008-08-17  Bruno Haible  <bruno@clisp.org>
6970
6971         New module 'threadlib'.
6972         * modules/threadlib: New file.
6973         * lib/glthread/threadlib.c: New file, extracted from
6974         lib/glthread/lock.c.
6975         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
6976         functions.
6977         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
6978         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
6979         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
6980         macros.
6981         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
6982         (gl_DISABLE_THREADS): Remove macro.
6983         * modules/lock (Files): Remove build-aux/config.rpath.
6984         (Depends-on): Remove havelib. Add threadlib.
6985         (configure.ac-early): Remove section.
6986         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
6987         * modules/tls (Depends-on): Remove lock. Add threadlib.
6988         (Link): New section, copied from threadlib.
6989         * MODULES.html.sh (Multithreading): Add threadlib.
6990
6991 2008-08-14  Bruno Haible  <bruno@clisp.org>
6992
6993         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
6994         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
6995         glthread_rwlock_unlock, glthread_rwlock_destroy,
6996         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
6997         glthread_recursive_lock_destroy): Define as macros always.
6998         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
6999         glthread_lock_lock.
7000         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
7001         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
7002         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
7003         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
7004         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
7005         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
7006         (glthread_recursive_lock_lock_func): Renamed from
7007         glthread_recursive_lock_lock.
7008         (glthread_recursive_lock_unlock_func): Renamed from
7009         glthread_recursive_lock_unlock.
7010         (glthread_recursive_lock_destroy_func): Renamed from
7011         glthread_recursive_lock_destroy.
7012
7013 2008-08-14  Bruno Haible  <bruno@clisp.org>
7014
7015         * lib/glthread/lock.h: Renamed from lib/lock.h.
7016         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
7017         * lib/glthread/tls.h: Renamed from lib/tls.h.
7018         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
7019         * lib/fstrcmp.c: Update includes.
7020         * lib/strsignal.c: Update includes.
7021         * modules/lock (Files, Makefile.am): Update.
7022         (Include): Change to "glthread/lock.h".
7023         * modules/tls (Files, Makefile.am): Update.
7024         (Include): Change to "glthread/tls.h".
7025         * tests/test-lock.c: Update includes.
7026         * tests/test-tls.c: Update includes.
7027         * NEWS: Mention the renamed header files.
7028
7029 2008-08-11  Jim Meyering  <meyering@redhat.com>
7030
7031         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
7032
7033 2008-08-11  Eric Blake  <ebb9@byu.net>
7034
7035         test-c-stack: avoid C99-ism
7036         * tests/test-c-stack.c (main): Fix whitespace, move declaration
7037         before statement.
7038         Reported by Alain Guibert.
7039
7040 2008-08-10  Jim Meyering  <meyering@redhat.com>
7041
7042         ensure that return value of uinttostr et al are not ignored
7043         * lib/inttostr.h (__GNUC_PREREQ): Define.
7044         (__attribute_warn_unused_result__): Define.
7045         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
7046
7047 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
7048
7049         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
7050         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
7051
7052 2008-08-07  Jim Meyering  <meyering@redhat.com>
7053
7054         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
7055
7056         * modules/mkstemp (License): Relicense under LGPLv2+.
7057         * modules/tempname (License): Likewise.
7058
7059 2008-08-06  Bruno Haible  <bruno@clisp.org>
7060
7061         * lib/poll.c (poll): Further micro-optimization.
7062
7063 2008-08-06  Jim Meyering  <meyering@redhat.com>
7064
7065         inet_pton.c: use locale-independent tolower
7066         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
7067         (inet_pton6): Use c_tolower rather than tolower.
7068         * modules/inet_pton (Depends-on): Add c-ctype.
7069
7070 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
7071
7072         * lib/poll.c (poll): Avoid division when timeout is 0, cache
7073         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
7074
7075 2008-08-06  Jim Meyering  <meyering@redhat.com>
7076
7077         * modules/inet_pton (License): Relicense under LGPLv2+.
7078
7079 2008-08-03  Bruno Haible  <bruno@clisp.org>
7080
7081         Additional non-aborting API for lock and tls.
7082         * lib/lock.h: Include <errno.h>.
7083         (glthread_lock_init): New macro/function.
7084         (gl_lock_init): Define as wrapper around glthread_lock_init.
7085         (glthread_lock_lock): New macro/function.
7086         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
7087         (glthread_lock_unlock): New macro/function.
7088         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
7089         (glthread_lock_destroy): New macro/function.
7090         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
7091         (glthread_rwlock_init): New macro/function.
7092         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
7093         (glthread_rwlock_rdlock): New macro/function.
7094         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
7095         (glthread_rwlock_wrlock): New macro/function.
7096         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
7097         (glthread_rwlock_unlock): New macro/function.
7098         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
7099         (glthread_rwlock_destroy): New macro/function.
7100         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
7101         (glthread_recursive_lock_init): New macro/function.
7102         (gl_recursive_lock_init): Define as wrapper around
7103         glthread_recursive_lock_init.
7104         (glthread_recursive_lock_lock): New macro/function.
7105         (gl_recursive_lock_lock): Define as wrapper around
7106         glthread_recursive_lock_lock.
7107         (glthread_recursive_lock_unlock): New macro/function.
7108         (gl_recursive_lock_unlock): Define as wrapper around
7109         glthread_recursive_lock_unlock.
7110         (glthread_recursive_lock_destroy): New macro/function.
7111         (gl_recursive_lock_destroy): Define as wrapper around
7112         glthread_recursive_lock_destroy.
7113         (glthread_once): New macro/function.
7114         (gl_once): Define as wrapper around glthread_once.
7115         Update function declarations.
7116         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
7117         glthread_rwlock_init. Return error code.
7118         (glthread_rwlock_rdlock_multithreaded): Renamed from
7119         glthread_rwlock_rdlock. Return error code.
7120         (glthread_rwlock_wrlock_multithreaded): Renamed from
7121         glthread_rwlock_wrlock. Return error code.
7122         (glthread_rwlock_unlock_multithreaded): Renamed from
7123         glthread_rwlock_unlock. Return error code.
7124         (glthread_rwlock_destroy_multithreaded): Renamed from
7125         glthread_rwlock_destroy. Return error code.
7126         (glthread_recursive_lock_init_multithreaded): Renamed from
7127         glthread_recursive_lock_init. Return error code.
7128         (glthread_recursive_lock_lock_multithreaded): Renamed from
7129         glthread_recursive_lock_lock. Return error code.
7130         (glthread_recursive_lock_unlock_multithreaded): Renamed from
7131         glthread_recursive_lock_unlock. Return error code.
7132         (glthread_recursive_lock_destroy_multithreaded): Renamed from
7133         glthread_recursive_lock_destroy. Return error code.
7134         (glthread_once_call): Make static.
7135         (glthread_once_multithreaded): Renamed from glthread_once.
7136         * lib/tls.h: Include <errno.h>.
7137         (glthread_tls_key_init): New macro/function.
7138         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
7139         (glthread_tls_set): New macro/function.
7140         (gl_tls_set): Define as wrapper around glthread_tls_set.
7141         (glthread_tls_key_destroy): New macro/function.
7142         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
7143         Update function declarations.
7144         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
7145         glthread_tls_get.
7146         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7147
7148 2008-08-04  Eric Blake  <ebb9@byu.net>
7149
7150         gnumakefile: use space, not TAB, outside of targets
7151         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
7152
7153 2008-08-02  Jim Meyering  <meyering@redhat.com>
7154
7155         getdate.y: avoid locale-dependent date parsing failure
7156         In Turkish locales, getdate would fail to recognize keywords
7157         containing a lowercase "i".  The solution is not to rely on
7158         locale-sensitive case-conversion.
7159         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
7160         (lookup_word): Use c_toupper in place of toupper.
7161         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
7162         Reported by Vefa Bicakci <bicave@superonline.com> in
7163         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
7164         * modules/getdate (Depends-on): Add c-ctype.
7165
7166 2008-08-02  Bruno Haible  <bruno@clisp.org>
7167
7168         * gnulib-tool (func_import): When updating or creating a .gitignore
7169         file, prepend each added line with a slash, and ignore leading slashes
7170         from the existing lines.
7171         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7172
7173 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7174
7175         Portability fix for GNU make 3.79.1.
7176         * top/GNUmakefile: Avoid 'else COND', which older GNU make
7177         versions do not understand.
7178
7179 2008-08-01  Bruno Haible  <bruno@clisp.org>
7180
7181         Work around bug of HP-UX 10.20 cc with -0.0 literal.
7182         * tests/test-isnanf.h (zero): New variable.
7183         (main): Avoid literal -0.0f.
7184         * tests/test-isnand.h (zero): New variable.
7185         (main): Avoid literal -0.0.
7186         * tests/test-isnanl.h (zero): New variable.
7187         (main): Avoid literal -0.0L.
7188         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
7189         (test_float, test_double, test_long_double): Avoid literals -0.0f,
7190         -0.0, -0.0L.
7191         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
7192         (test_signbitd): Avoid literal -0.0.
7193         (test_signbitl): Avoid literal -0.0L.
7194         * tests/test-ceilf1.c (zero): New variable.
7195         (main): Avoid literal -0.0f.
7196         * tests/test-ceill.c (zero): New variable.
7197         (main): Avoid literal -0.0L.
7198         * tests/test-floorf1.c (zero): New variable.
7199         (main): Avoid literal -0.0f.
7200         * tests/test-floorl.c (zero): New variable.
7201         (main): Avoid literal -0.0L.
7202         * tests/test-roundf1.c (zero): New variable.
7203         (main): Avoid literal -0.0f.
7204         * tests/test-round1.c (zero): New variable.
7205         (main): Avoid literal -0.0.
7206         * tests/test-roundl.c (zero): New variable.
7207         (main): Avoid literal -0.0L.
7208         * tests/test-truncf1.c (zero): New variable.
7209         (main): Avoid literal -0.0f.
7210         * tests/test-trunc1.c (zero): New variable.
7211         (main): Avoid literal -0.0.
7212         * tests/test-truncl.c (zero): New variable.
7213         (main): Avoid literal -0.0L.
7214         * tests/test-frexp.c (zero): New variable.
7215         (main): Avoid literal -0.0.
7216         * tests/test-frexpl.c (zero): New variable.
7217         (main): Avoid literal -0.0L.
7218         * tests/test-ldexpl.c (zero): New variable.
7219         (main): Avoid literal -0.0L.
7220         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7221         (zerod, zerol): New variables.
7222         (test_function): Avoid literals -0.0, -0.0L.
7223         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
7224         (zerod, zerol): New variables.
7225         (test_function): Avoid literals -0.0, -0.0L.
7226         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7227         (zerod, zerol): New variables.
7228         (test_function): Avoid literals -0.0, -0.0L.
7229         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
7230         (zerod, zerol): New variables.
7231         (test_function): Avoid literals -0.0, -0.0L.
7232         * tests/test-strtod.c (zero): New variable.
7233         (main): Avoid literal -0.0.
7234         Reported by Jonathan C. Patschke <jp@centtech.com>.
7235
7236 2008-07-31  Jim Meyering  <meyering@redhat.com>
7237
7238         sha256.h: correct definition of SHA224_DIGEST_SIZE
7239         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
7240         Reported by Paulie Pena IV <paulie4@gmail.com>.
7241         Define as 224 / 8, rather than as a literal.
7242         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
7243         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
7244         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
7245
7246 2008-07-31  Bruno Haible  <bruno@clisp.org>
7247
7248         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
7249         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
7250         Reported by Jonathan Patschke <jp@centtech.com>.
7251
7252 2008-07-31  Bruno Haible  <bruno@clisp.org>
7253
7254         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
7255         Reported by Paolo Bonzini <bonzini@gnu.org>.
7256
7257 2008-07-30  Eric Blake  <ebb9@byu.net>
7258
7259         test-strtod: allow compilation without -lm
7260         * tests/test-strtod.c (main): Avoid link dependence on fabs.
7261         Reported by Dennis Clarke <blastwave@gmail.com>.
7262
7263 2008-07-28  Jim Meyering  <meyering@redhat.com>
7264
7265         bootstrap: work also when there are no .po files in po/
7266         * build-aux/bootstrap (update_po_files): Complete the change
7267         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
7268
7269 2008-07-27  Jim Meyering  <meyering@redhat.com>
7270
7271         * users.txt: Add zile.
7272
7273 2008-07-26  Ben Pfaff  <blp@gnu.org>
7274
7275         Add missing dependencies on new m4/exponent[fdl].m4 files.
7276         * modules/isnanf-nolibm: Add m4/exponentf.m4.
7277         * modules/isnand-nolibm: Add m4/exponentd.m4.
7278         * modules/isnanl-nolibm: Add m4/exponentl.m4.
7279         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
7280         m4/isnan[fdl].m4, because the macros actually used moved.
7281         Reported by Jim Meyering.
7282
7283 2008-07-14  Ben Pfaff  <blp@gnu.org>
7284
7285         Add isinf module.
7286         * lib/isinf.c: New file.
7287         * lib/math.in.h: Define isinf macro if we have decided to replace
7288         it.
7289         * m4/isinf.m4: New file.
7290         * m4/math_h.m4: Initialize and substitute variables for isinf
7291         module.
7292         * modules/isinf: New file.
7293         * modules/isinf-tests: New file.
7294         * modules/math: Add substitutions for new module.
7295         * tests/test-isinf.c: New file.
7296         * doc/posix-functions/isinf.texi: Mention new module.
7297         * MODULES.html.sh: Mention new module.
7298
7299 2008-07-14  Ben Pfaff  <blp@gnu.org>
7300
7301         Factor out some macros for use by additional modules.
7302         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
7303         exponentf.m4.
7304         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
7305         exponentd.m4.
7306         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
7307         file exponentl.m4.
7308         * m4/exponentf.m4: New file.
7309         * m4/exponentd.m4: New file.
7310         * m4/exponentl.m4: New file.
7311         * modules/isnanf: Use new file m4/exponentf.m4.
7312         * modules/isnand: Use new file m4/exponentd.m4.
7313         * modules/isnanl: Use new file m4/exponentl.m4.
7314
7315 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
7316
7317         mktime.c: normalize tp->tm_isdst value to -1/0/1.
7318         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
7319         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
7320         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
7321
7322         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
7323         readlink on platforms without PATH_MAX.
7324
7325 2008-07-21  Eric Blake  <ebb9@byu.net>
7326
7327         Warn, not fail, on stale version.
7328         * top/GNUmakefile (_curr-ver): Tone down previous patch.
7329
7330         Don't allow installation with stale devel version number.
7331         * top/GNUmakefile (_is-install-target): New macro.
7332         (_curr-ver): Forbid installation with stale version number.
7333
7334 2008-07-20  Bruno Haible  <bruno@clisp.org>
7335
7336         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
7337         TESTS_ENVIRONMENT.
7338         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
7339
7340 2008-07-20  Bruno Haible  <bruno@clisp.org>
7341
7342         * lib/c-stack.h (c_stack_action): Add documentation.
7343         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
7344
7345 2008-07-20  Bruno Haible  <bruno@clisp.org>
7346
7347         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
7348         * modules/readlink (License): Likewise.
7349
7350 2008-07-17  Eric Blake  <ebb9@byu.net>
7351
7352         * modules/c-stack (Link): Fix typo.
7353
7354         Make c-stack use libsigsegv, when available.
7355         * modules/c-stack (Depends-on): Add libsigsegv.
7356         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
7357         needed.
7358         * lib/c-stack.c (SIGSTKSZ): Define fallback.
7359         (segv_handler, overflow_handler, c_stack_action)
7360         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
7361         implementation when libsigsegv is available, but only when using
7362         the library is necessary.
7363         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
7364         comment, explaining why XSI check fails on Linux.
7365         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
7366         * tests/test-c-stack2.sh: Tweak skip message.
7367         * NEWS: Document new link-time requirements.
7368
7369 2008-07-16  Eric Blake  <ebb9@byu.net>
7370
7371         c-stack: Expose false positives when not using libsigsegv.
7372         * modules/c-stack-tests (Files): Expand test.
7373         * tests/test-c-stack.c (main): Add means to conditionally trigger
7374         non-overflow SIGSEGV.
7375         * tests/test-c-stack2.sh: New file.
7376
7377 2008-07-14  Bruno Haible  <bruno@clisp.org>
7378
7379         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
7380         Reported by Eric Blake.
7381
7382 2008-07-14  Sam Steingold  <sds@gnu.org>
7383             Bruno Haible  <bruno@clisp.org>
7384
7385         New module libsigsegv.
7386         * modules/libsigsegv: New file.
7387         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
7388         modifications.
7389         * MODULES.html.sh (Signal handling): New section.
7390
7391 2008-07-14  Bruno Haible  <bruno@clisp.org>
7392
7393         * modules/unictype/ctype-* (Description): Add the word "function".
7394         Improves the resulting doc in MODULES.html.
7395
7396 2008-07-12  Ben Pfaff  <blp@gnu.org>
7397
7398         Add longlong module.
7399         * modules/longlong: New file.
7400
7401 2008-07-12  Bruno Haible  <bruno@clisp.org>
7402
7403         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
7404         to empty.
7405
7406 2008-07-10  Ben Pfaff  <blp@gnu.org>
7407
7408         Add isnan module.
7409         * doc/posix-functions/isnan.texi: Mention new module.
7410         * lib/math.in.h: Define isnan macro if we have decided to replace
7411         it.
7412         * m4/isnan.m4: New file.
7413         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
7414         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
7415         also.
7416         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
7417         redundancy.
7418         * m4/math_h.m4: Initialize and substitute variables for isnan
7419         module.
7420         * modules/isnan: New file.
7421         * modules/isnan-tests: New file.
7422         * modules/math: Add substitutions for new module.
7423         * tests/test-isnan.c: New file.
7424         * MODULES.html.sh: Mention new module.
7425
7426 2008-07-10  Ben Pfaff  <blp@gnu.org>
7427
7428         Add isnanf module.
7429         * lib/isnanf.m4: New file.
7430         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
7431         (gl_HAVE_ISNANF_IN_LIBM): New macro.
7432         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
7433         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
7434         * modules/isnanf: New file.
7435         * modules/isnanf-tests: New file.
7436         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
7437         files.
7438         * tests/test-isnanf-nolibm.c: factored most of its contents into
7439         new file tests/test-isnanf.h.
7440         * tests/test-isnanf.h: New file.
7441         * tests/test-isnanf.c: New file.
7442         * MODULES.html.sh: Mention new module.
7443         * doc/glibc-functions/isnanf.texi: Mention new module.
7444
7445 2008-07-10  Ben Pfaff  <blp@gnu.org>
7446
7447         Add isnand module.
7448         * lib/isnand.h: New file.
7449         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
7450         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
7451         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
7452         functionality also.
7453         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
7454         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
7455         (gl_HAVE_ISNAND_IN_LIBM): New macro.
7456         * modules/isnand: New file.
7457         * modules/isnand-tests: New file.
7458         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
7459         files.
7460         * tests/test-isnand-nolibm.c: factored most of its contents into
7461         new file tests/test-isnand.h.
7462         * tests/test-isnand.h: New file.
7463         * tests/test-isnand.c: New file.
7464         * MODULES.html.sh: Mention new module.
7465
7466 2008-07-10  Ben Pfaff  <blp@gnu.org>
7467
7468         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
7469         * lib/isnand.h: Rename lib/isnand-nolibm.h.
7470         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
7471         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
7472         * modules/isnanf-nolibm: Update references to renamed files.
7473         * modules/isnand-nolibm: Likewise.
7474         * modules/isnanf-nolibm-tests: Likewise.
7475         * modules/isnand-nolibm-tests: Likewise.
7476         * lib/frexp.c: Likewise.
7477         * lib/isfinite.c: Likewise.
7478         * lib/signbitd.c: Likewise.
7479         * lib/signbitf.c: Likewise.
7480         * lib/vasnprintf.c: Likewise.
7481         * tests/test-ceilf1.c: Likewise.
7482         * tests/test-ceilf2.c: Likewise.
7483         * tests/test-floorf1.c: Likewise.
7484         * tests/test-floorf2.c: Likewise.
7485         * tests/test-frexp.c: Likewise.
7486         * tests/test-round1.c: Likewise.
7487         * tests/test-round2.c: Likewise.
7488         * tests/test-roundf1.c: Likewise.
7489         * tests/test-strtod.c: Likewise.
7490         * tests/test-trunc1.c: Likewise.
7491         * tests/test-trunc2.c: Likewise.
7492         * tests/test-truncf1.c: Likewise.
7493         * tests/test-truncf2.c: Likewise.
7494         * NEWS: Mention the renamed header files.
7495
7496 2008-07-11  Jim Meyering  <meyering@redhat.com>
7497
7498         vc-list-files: make the last-resort awk code more portable
7499         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
7500         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
7501         does not support it.
7502
7503 2008-07-10  Eric Blake  <ebb9@byu.net>
7504
7505         Work with tar's bootstrap.
7506         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
7507         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
7508         an m4 comment.
7509
7510 2008-07-09  Jim Meyering  <meyering@redhat.com>
7511
7512         posix-shell.m4: fix typo that made this test malfunction
7513         * m4/posix-shell.m4: Remove capitalization in variable name.
7514
7515 2008-07-08  Bruno Haible  <bruno@clisp.org>
7516
7517         * m4/onceonly.m4: Update comments.
7518         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7519
7520 2008-07-04  Jim Meyering  <meyering@redhat.com>
7521
7522         * users.txt: Add vc-dwim.
7523         (bison, coreutils): Use the gitweb URL.
7524
7525 2008-07-03  Jim Meyering  <meyering@redhat.com>
7526
7527         * users.txt: Add libffcall.  From Sam Steingold.
7528
7529 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
7530
7531         getdate.y: do not ignore TZ with relative day, month or year offset
7532         * lib/getdate.y (get_date): Move the tz-handling block to follow the
7533         relative-date-handling, since otherwise, the latter would clobber the
7534         sole output (an updated Start value) of the tz-handling block.
7535         * tests/test-getdate.c: Tests for the fix
7536
7537 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7538
7539         Recognize 'foo_LIBRARIES += libgnu.a'.
7540         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
7541         makefile snippet has already specified an installation location,
7542         also using '+='.
7543
7544 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
7545
7546         getdate.y: factor out common actions
7547         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
7548         Use them in place of open-coded actions.
7549
7550 2008-07-01  Simon Josefsson  <simon@josefsson.org>
7551
7552         Add self-test for getdate module.
7553         * modules/getdate-tests: New file.
7554         * tests/test-getdate.c: New file.
7555
7556 2008-06-29  Bruno Haible  <bruno@clisp.org>
7557
7558         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
7559         .gitignore.
7560         Reported by Sylvain Beucler <beuc@beuc.net>.
7561
7562 2008-06-29  Bruno Haible  <bruno@clisp.org>
7563
7564         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
7565         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
7566
7567 2008-06-29  Bruno Haible  <bruno@clisp.org>
7568
7569         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
7570         EXTRA_DIST.
7571         Reported by Sylvain Beucler <beuc@beuc.net>.
7572
7573 2008-06-26  Jim Meyering  <meyering@redhat.com>
7574
7575         make several modules depend on the "open" module
7576         This provides slightly increased consistency when opening-for-write
7577         the name of a non-directory spelled with a trailing slash.
7578         * modules/chdir-safer: Likewise.
7579         * modules/chown: Likewise.
7580         * modules/clean-temp: Likewise.
7581         * modules/copy-file: Likewise.
7582         * modules/fchdir: Likewise.
7583         * modules/fcntl-safer: Likewise.
7584         * modules/pipe: Likewise.
7585         * modules/utime: Likewise.
7586         Prompted by Eric Blake and Bruno Haible.
7587
7588 2008-06-24  Andreas Schwab  <schwab@suse.de>
7589
7590         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
7591         literals can be used as initializers for global variables.
7592
7593 2008-06-23  Eric Blake  <ebb9@byu.net>
7594
7595         Make gnulib-cache.m4 easier to diff.
7596         * gnulib-tool (func_import): Allow newlines when reading cached
7597         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
7598
7599 2008-06-23  Bruno Haible  <bruno@clisp.org>
7600
7601         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
7602         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
7603         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
7604         m4/signalblocking.m4.
7605         (gl_PREREQ_SIGACTION): Don't invoke it.
7606         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
7607         gl_PREREQ_SIG_HANDLER_H.
7608         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7609         Don't check for sigaction here.
7610
7611 2008-06-23  Bruno Haible  <bruno@clisp.org>
7612
7613         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
7614         (install_handlers): Don't set the SA_RESETHAND flag.
7615
7616 2008-06-23  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/sigaction.m4: Comment fixes.
7619         * lib/signal.in.h: Likewise.
7620
7621 2008-06-23  Eric Blake  <ebb9@byu.net>
7622
7623         Fix typo.
7624         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
7625
7626         Avoid SA_ namespace.
7627         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
7628         Reported by Ralf Wildenhues.
7629
7630         Avoid test failure due to SA_RESTORER.
7631         * tests/test-sigaction.c (SA_MASK): New macro.
7632         (main): Avoid failing due to extension flags being set.
7633         Reported by Jim Meyering.
7634
7635         Revert use of sig-handler.h in sigprocmask.c.
7636         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
7637         it requires the existence of struct sigaction.
7638         * lib/sigprocmask.c (handler_t): Restore typedef.
7639         (rpl_signal, old_handlers): Use local type.
7640
7641 2008-06-22  Bruno Haible  <bruno@clisp.org>
7642
7643         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
7644         conditionally.
7645         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7646
7647 2008-06-22  Bruno Haible  <bruno@clisp.org>
7648
7649         * doc/posix-functions/siginterrupt.texi: Move note.
7650
7651         * lib/signal.in.h (SA_RESTART): New macro.
7652         * lib/sigaction.c: Update comment.
7653
7654         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
7655
7656         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
7657         (gl_PREREQ_SIGPROCMASK): Invoke it.
7658         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
7659
7660         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
7661
7662         * lib/sigprocmask.c: Update a comment.
7663
7664 2008-06-21  Eric Blake  <ebb9@byu.net>
7665
7666         Use sigaction module rather than signal().
7667         * modules/c-stack (Depends-on): Add sigaction.
7668         * modules/fatal-signal (Depends-on): Likewise.
7669         * modules/nanosleep (Depends-on): Likewise.
7670         * modules/sigprocmask (Files): Add sig-handler.h.
7671         * modules/sigaction (Files): Likewise.
7672         * lib/sig-handler.h (get_handler): New file, suggested by Paul
7673         Eggert.
7674         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
7675         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
7676         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
7677         (init_fatal_signals): Likewise.
7678         * lib/nanosleep.c (rpl_nanosleep): Likewise.
7679         (siginterrupt): Delete fallback.
7680         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
7681         instead.
7682         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
7683         siginterrupt.
7684
7685         New module sigaction, for mingw.
7686         * modules/sigaction: New module...
7687         * modules/sigaction-tests: ...and its test.
7688         * m4/sigaction.m4: New file.
7689         * lib/sigaction.c: Likewise.
7690         * tests/test-sigaction.c: Likewise.
7691         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
7692         * modules/signal (Makefile.am): Likewise.
7693         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
7694         needed.
7695         * doc/posix-headers/signal.texi (signal.h): Mention provided
7696         types.
7697         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
7698         that sigaction is preferable.
7699         * doc/posix-functions/sigaction.texi (sigaction): Mention new
7700         module.
7701         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7702         sigaction.
7703
7704         Improve robustness of sigprocmask by overriding signal.
7705         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
7706         is in use.
7707         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
7708         (SIGKILL, SIGSTOP): Provide fallbacks.
7709         (rpl_signal): Implement.
7710         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
7711         signal can be called inside handlers.
7712
7713         Fix nanosleep module on mingw.
7714         * modules/nanosleep (Depends-on): Add sys_select.
7715         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
7716
7717         Fix licensing of sigprocmask.
7718         * modules/raise (License): Relicense as LGPL.
7719
7720 2008-06-21  Bruno Haible  <bruno@clisp.org>
7721
7722         * lib/propername.c (proper_name_utf8): Don't use the transliterated
7723         result if it contains question marks.
7724         Reported by Michael Geng <linux@michaelgeng.de>.
7725
7726 2008-06-19  Bruno Haible  <bruno@clisp.org>
7727
7728         Fix CVS-ism.
7729         * doc/gnulib.texi: Include updated-stamp.texi.
7730         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
7731         (updated-stamp.texi): New rule.
7732         (gnulib.info): Depend on it.
7733         * doc/.gitignore: Add updated-stamp.texi.
7734         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
7735
7736 2008-06-19  Bruno Haible  <bruno@clisp.org>
7737
7738         * doc/Makefile (gnulib.info): Update and simplify dependencies.
7739         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7740
7741 2008-06-19  Eric Blake  <ebb9@byu.net>
7742
7743         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
7744         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
7745         Reported by Stepan Kasal.
7746
7747 2008-06-18  Bruno Haible  <bruno@clisp.org>
7748
7749         * lib/fatal-signal.c (init_fatal_signals): Add comment.
7750         Reported by Eric Blake.
7751
7752 2008-06-18  Eric Blake  <ebb9@byu.net>
7753
7754         Work around cygwin 1.5.25 strsignal bug.
7755         * tests/test-strsignal.c: Allow for const char *.
7756         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
7757
7758 2008-06-18  Simon Josefsson  <simon@josefsson.org>
7759
7760         * users.txt: Update URL to article and add author/date
7761         information.
7762
7763 2008-06-17  Bruno Haible  <bruno@clisp.org>
7764
7765         New macro gl_DISABLE_THREADS.
7766         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
7767         if the user did not pass --enable-threads or --disable-threads option.
7768         (gl_DISABLE_THREADS): New macro.
7769         Reported by Eric Blake <ebb9@byu.net>.
7770
7771 2008-06-17  Bruno Haible  <bruno@clisp.org>
7772
7773         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
7774         when the macro ignores it.
7775         Based on a patch by Eric Blake <ebb9@byu.net>.
7776
7777 2008-06-17  Bruno Haible  <bruno@clisp.org>
7778
7779         * modules/tls (License): Change to LGPLv2+.
7780         Reported by Eric Blake.
7781
7782 2008-06-17  Eric Blake  <ebb9@byu.net>
7783
7784         Simplify c-stack prerequisites.
7785         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
7786         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
7787         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7788         check.
7789         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
7790         <sys/resource.h>.
7791
7792         Move c-stack test into testsuite.
7793         * modules/c-stack-tests: New file.
7794         * lib/c-stack.c [DEBUG]: Move test program...
7795         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7796         fail test if sigaltstack is lacking.
7797         * tests/test-c-stack.sh: New driver file.
7798
7799 2008-06-16  Eric Blake  <ebb9@byu.net>
7800
7801         Use raise module consistently.
7802         * modules/fatal-signal (Depends-on): Add raise.
7803         * modules/sigprocmask (Depends-on): Likewise.
7804         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
7805         * lib/sigprocmask.c (sigprocmask): Likewise.
7806         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
7807         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
7808
7809         Fix compliance bug in sigpending.
7810         * lib/sigprocmask.c (sigpending): Return pending array via
7811         parameter, not return value.
7812
7813 2008-06-14  Eric Blake  <ebb9@byu.net>
7814
7815         Improve obstack-printf test code.
7816         * tests/test-obstack-printf.c (test_function): Fix comment, and
7817         simplify usage of obstack_* in macros.  Add a test for coverage.
7818         Reported by Bruno Haible.
7819
7820 2008-06-14  Bruno Haible  <bruno@clisp.org>
7821
7822         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
7823         array size as a constant, not as a const variable.
7824         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
7825         AC_USE_SYSTEM_EXTENSIONS.
7826         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
7827         Test whether the obstack_printf function actually exists.
7828         * modules/obstack-printf (Depends-on): Add extensions.
7829         (Include): Remove obstack.h.
7830         * modules/obstack-printf-posix (Depends-on): Add extensions.
7831         (Include): Remove obstack.h.
7832
7833 2008-06-13  Eric Blake  <ebb9@byu.net>
7834
7835         Add obstack-printf and obstack-printf-posix modules.
7836         * modules/obstack-printf: New file.
7837         * modules/obstack-printf-posix: Likewise.
7838         * MODULES.html.sh (Misc): Mention them.
7839         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7840         Likewise.
7841         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7842         Likewise.
7843         * modules/stdio (Makefile.am): Accomodate new modules.
7844         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7845         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
7846         Declare.
7847         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
7848         functions.
7849         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
7850         (gl_REPLACE_OBSTACK_PRINTF): New macros
7851         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
7852         * tests/test-obstack-printf.c: New file.
7853         * modules/obstack-printf-tests: Likewise.
7854         * modules/obstack-printf-posix-tests: Likewise.
7855
7856 2008-06-11  Bruno Haible  <bruno@clisp.org>
7857
7858         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
7859         * lib/open.c: Include errno.h.
7860         (open): Fail when attempting to write to a file that has a trailing
7861         slash.
7862         * tests/test-open.c (main): Test against trailing slash bug.
7863         * doc/posix-functions/open.texi: Mention the trailing slash bug.
7864
7865 2008-06-10  Bruno Haible  <bruno@clisp.org>
7866
7867         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
7868         for $? to work inside the trap command, with various /bin/sh-s.
7869         * tests/test-vc-list-files-cvs.sh: Likewise.
7870
7871 2008-06-10  Bruno Haible  <bruno@clisp.org>
7872
7873         * lib/acl-internal.h: Don't include gettext.h here.
7874         * lib/set-mode-acl.c: Include gettext.h here.
7875         * lib/copy-acl.c: Likewise.
7876
7877 2008-06-10  Bruno Haible  <bruno@clisp.org>
7878
7879         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
7880         * lib/wait-process.c (wait_subprocess): Likewise.
7881         * lib/execute.h (execute): Add termsigp argument.
7882         * lib/execute.c (execute): Likewise.
7883         * lib/csharpcomp.c (compile_csharp_using_pnet,
7884         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
7885         * lib/csharpexec.c (execute_csharp_using_pnet,
7886         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
7887         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
7888         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
7889         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
7890         is_jikes_present): Update.
7891         * lib/javaexec.c (execute_java_class): Update.
7892         * lib/javaversion.c (execute_and_read_line): Update.
7893         * NEWS: Document the changes.
7894         Reported by Eric Blake.
7895
7896 2008-06-10  Eric Blake  <ebb9@byu.net>
7897
7898         Add missing include.
7899         * tests/test-strstr.c (includes): Add <signal.h>.
7900         * tests/test-strcasestr.c (includes): Likewise.
7901         * tests/test-memmem.c (includes): Likewise.
7902
7903 2008-06-10  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/wait-process.c (wait_subprocess): Add an assertion.
7906
7907 2008-06-10  Bruno Haible  <bruno@clisp.org>
7908
7909         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
7910
7911 2008-06-10  Bruno Haible  <bruno@clisp.org>
7912
7913         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
7914         using alarm().
7915         * tests/test-strcasestr.c (main): Likewise.
7916         * tests/test-strstr.c (main): Likewise.
7917
7918 2008-06-09  Bruno Haible  <bruno@clisp.org>
7919
7920         Work around the Solaris 10 ACE ACLs ABI change.
7921         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
7922         declare if ACL_NO_TRIVIAL is present.
7923         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
7924         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
7925         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
7926         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
7927         define if ACL_NO_TRIVIAL is present.
7928         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
7929         and use the current ABI.
7930         (file_has_acl): Use same #if condition as elsewhere.
7931         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
7932         in use, and use the current ABI.
7933         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
7934         Reported by Jim Meyering.
7935
7936 2008-06-09  Eric Blake  <ebb9@byu.net>
7937
7938         Work around environments that (stupidly) ignore SIGALRM.
7939         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
7940         before using alarm().
7941         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7942         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7943         Reported by Ian Beckwith <ianb@erislabs.net>.
7944
7945         Produce autobuild blurb earlier in log.
7946         * modules/autobuild (configure.ac-early): Move AB_INIT here.
7947
7948 2008-06-09  Jim Meyering  <meyering@redhat.com>
7949         and OndÅ™ej Vašík  <ovasik@redhat.com>
7950
7951         utimens.c: correct kernel bug work-around
7952         OndÅ™ej Vašík found that the invalid return value of 280 indicates
7953         failure, not success, and the kernel bug we're trying to work
7954         around affects not just the utimensat call, but also the fallback
7955         futimens call.
7956         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
7957         not success.
7958         [HAVE_FUTIMENS]: Use the same work-around, here.
7959
7960 2008-06-09  Jim Meyering  <meyering@redhat.com>
7961
7962         add more guards around definition of ACE_-related code
7963         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
7964         ALLOW and ACE_OWNER are also defined.
7965
7966 2008-06-08  Bruno Haible  <bruno@clisp.org>
7967
7968         * lib/acl-internal.h: Add me as co-author.
7969         * lib/file-has-acl.c: Likewise.
7970         * lib/set-mode-acl.c: Likewise.
7971         * lib/copy-acl.c: Likewise.
7972
7973 2008-06-08  Bruno Haible  <bruno@clisp.org>
7974
7975         Add support for AIX ACLs.
7976         * lib/acl-internal.h (acl_nontrivial): New declaration.
7977         * lib/file-has-acl.c (acl_nontrivial): New function.
7978         (file_has_acl): Add implementation using AIX 4 ACL API.
7979         * lib/set-mode-acl.c (qset_acl): Likewise.
7980         * lib/copy-acl.c (qcopy_acl): Likewise.
7981
7982 2008-06-08  Bruno Haible  <bruno@clisp.org>
7983
7984         Add support for HP-UX ACLs.
7985         * lib/acl-internal.h (acl_nontrivial): New declaration.
7986         * lib/file-has-acl.c (acl_nontrivial): New function.
7987         (file_has_acl): Add implementation using HP-UX 11 ACL API.
7988         * lib/set-mode-acl.c (qset_acl): Likewise.
7989         * lib/copy-acl.c (qcopy_acl): Likewise.
7990
7991 2008-06-08  Bruno Haible  <bruno@clisp.org>
7992
7993         Add support for Cygwin ACLs.
7994         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
7995         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
7996         the chmod_or_fchmod call.
7997         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
7998
7999 2008-06-08  Bruno Haible  <bruno@clisp.org>
8000
8001         Fix bug with setuid modes in Solaris 10+ code.
8002         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
8003         succeeded, when the mode contains some special bits.
8004
8005 2008-06-08  Bruno Haible  <bruno@clisp.org>
8006
8007         Add support for Solaris 7..10 ACLs.
8008         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
8009         declarations.
8010         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
8011         functions.
8012         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
8013         * lib/set-mode-acl.c (qset_acl): Likewise.
8014         * lib/copy-acl.c (qcopy_acl): Likewise.
8015
8016 2008-06-08  Bruno Haible  <bruno@clisp.org>
8017
8018         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
8019         declaration.
8020         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
8021         (acl_access_nontrivial): Remove MacOS X case.
8022         (file_has_acl): Use acl_extended_nontrivial.
8023         * lib/copy-acl.c (qcopy_acl): Likewise.
8024
8025 2008-06-08  Bruno Haible  <bruno@clisp.org>
8026
8027         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
8028
8029 2008-06-08  Jim Meyering  <meyering@redhat.com>
8030
8031         * modules/acl (Maintainer): Add Bruno Haible.
8032
8033 2008-06-07  Bruno Haible  <bruno@clisp.org>
8034
8035         Improve support for Tru64 ACLs.
8036         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
8037         ACL on OSF/1.
8038
8039 2008-06-07  Bruno Haible  <bruno@clisp.org>
8040
8041         Add support for MacOS X ACLs.
8042         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
8043         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
8044         * lib/set-mode-acl.c (qset_acl): Likewise.
8045         * lib/copy-acl.c (qcopy_acl): Likewise.
8046
8047 2008-06-07  Bruno Haible  <bruno@clisp.org>
8048
8049         Fix memory leak introduced on 2008-05-22.
8050         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
8051         use.
8052
8053 2008-06-07  Bruno Haible  <bruno@clisp.org>
8054
8055         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
8056         to construct an empty ACL.
8057
8058 2008-06-07  Bruno Haible  <bruno@clisp.org>
8059
8060         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
8061         precisely.
8062         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
8063
8064 2008-06-07  Bruno Haible  <bruno@clisp.org>
8065
8066         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
8067         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
8068
8069 2008-06-07  Bruno Haible  <bruno@clisp.org>
8070
8071         * doc/posix-functions/_setjmp.texi: Explain the use of this function
8072         regardless of POSIX.
8073         * doc/posix-functions/_longjmp.texi: Likewise.
8074         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
8075         SystemV platform in this case.
8076
8077 2008-06-06  Eric Blake  <ebb9@byu.net>
8078
8079         Document abort() bugs.
8080         * doc/posix-functions/abort.texi (abort): Mention anomalies.
8081
8082         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
8083         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
8084         sigsetjmp.
8085         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
8086         siglongjmp, but only as a macro.
8087         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
8088         is obsolete.
8089         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
8090
8091         Tweak documentation to cover cygwin argz bugs.
8092         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
8093         argz bug fix; no code change needed since no cygwin releases
8094         occurred between the last fix and the bug being tested.
8095         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
8096         module and recently fixed cygwin bugs.
8097         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
8098         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
8099         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
8100         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
8101         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
8102         Likewise.
8103         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
8104         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
8105         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
8106         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
8107         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
8108         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
8109         Likewise.
8110
8111         Avoid gcc warning on cygwin.
8112         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
8113         !ACL_NO_TRIVIAL]: Avoid unused variable.
8114
8115 2008-06-05  Eric Blake  <ebb9@byu.net>
8116
8117         Be tolerant of UNKNOWN version in gnulib-tool test dir.
8118         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
8119         git-version-gen fails to come up with a version.
8120         Reported by Simon Josefsson.
8121
8122 2008-06-05  Jim Meyering  <meyering@redhat.com>
8123             Paul Eggert  <eggert@cs.ucla.edu>
8124
8125         utimens.c: work around a probable Linux kernel bug
8126         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
8127         appears to be a kernel bug that causes utimensat to return 280
8128         instead of 0, indicating success.
8129
8130 2008-06-04  Bruno Haible  <bruno@clisp.org>
8131
8132         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
8133         2008-06-01 commit.
8134
8135 2008-06-04  Bruno Haible  <bruno@clisp.org>
8136
8137         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
8138         * lib/file-has-acl.c (acl_access_nontrivial): New function.
8139         (file_has_acl): Use it. Save errno afterwards.
8140         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
8141
8142 2008-06-03  Bruno Haible  <bruno@clisp.org>
8143
8144         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
8145         draft code. Simplify #ifs.
8146         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
8147         Put Solaris code after POSIX-draft code. Fix comments regarding
8148         Solaris 10, HP-UX. Mention Cygwin.
8149         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
8150
8151 2008-06-03  Eric Blake  <ebb9@byu.net>
8152
8153         Provide fallback for older kernels.
8154         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
8155         Provide runtime fallback if kernel lacks support.
8156         Reported by Mike Frysinger.
8157
8158 2008-06-02  Bruno Haible  <bruno@clisp.org>
8159
8160         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
8161         it exists.
8162
8163 2008-06-02  Bruno Haible  <bruno@clisp.org>
8164
8165         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
8166         * lib/copy-acl.c (qcopy_acl): Update comment.
8167
8168 2008-06-02  Bruno Haible  <bruno@clisp.org>
8169
8170         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
8171         like ACL APIs.
8172
8173 2008-06-02  Bruno Haible  <bruno@clisp.org>
8174
8175         * tests/test-file-has-acl.sh: Use different code for Cygwin.
8176         * tests/test-set-mode-acl.sh: Likewise.
8177         * tests/test-copy-acl.sh: Likewise.
8178         * tests/test-copy-file.sh: Likewise.
8179
8180 2008-06-02  Bruno Haible  <bruno@clisp.org>
8181
8182         * tests/test-file-has-acl.sh: Remove unused code.
8183
8184 2008-06-01  Bruno Haible  <bruno@clisp.org>
8185
8186         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
8187         (copy_acl): Just a wrapper around qcopy_acl that emits the error
8188         messages.
8189         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
8190
8191 2008-06-01  Bruno Haible  <bruno@clisp.org>
8192
8193         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
8194         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
8195         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
8196         APIs.
8197         * modules/acl-tests (configure.ac): Remove tests now contained in
8198         m4/acl.m4.
8199
8200 2008-06-02  Jim Meyering  <meyering@redhat.com>
8201
8202         announce-gen: use a better key-server host name
8203         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
8204         it may be more consistently reliable.  Suggested by Werner Koch
8205         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
8206
8207 2008-06-01  Bruno Haible  <bruno@clisp.org>
8208
8209         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
8210         Reported by Voroskoi Andras <voroskoi@gmail.com>.
8211
8212 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
8213
8214         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
8215
8216 2008-06-01  Bruno Haible  <bruno@clisp.org>
8217
8218         New ACL tests.
8219         * tests/test-file-has-acl.sh: New file.
8220         * tests/test-file-has-acl.c: New file.
8221         * tests/test-set-mode-acl.sh: New file.
8222         * tests/test-set-mode-acl.c: New file.
8223         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
8224         * tests/test-copy-acl.c: New file.
8225         * modules/acl-tests: New file, based on modules/copy-file-tests.
8226         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
8227         (Depends-on): Add acl-tests.
8228         (configure.ac): Remove checks.
8229         (Makefile.am): Don't create test-sameacls program here any more.
8230
8231 2008-06-01  Bruno Haible  <bruno@clisp.org>
8232
8233         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
8234         * tests/test-sameacls.c: Include progname.h.
8235         (main): Invoke set_program_name. Portability fixes for MacOS X,
8236         Solaris, HP-UX.
8237
8238 2008-06-01  Bruno Haible  <bruno@clisp.org>
8239
8240         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
8241         function.
8242         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
8243
8244 2008-06-01  Bruno Haible  <bruno@clisp.org>
8245
8246         * modules/rpmatch (Depends-on): Add strdup.
8247
8248 2008-06-01  Bruno Haible  <bruno@clisp.org>
8249
8250         * lib/pipe.c: Include unistd-safer.h.
8251         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
8252         * modules/pipe (Depends-on): Add unistd-safer.
8253
8254 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8255
8256         * modules/autobuild (configure.ac): Call AB_INIT.
8257
8258 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8259
8260         * tests/test-getaddrinfo.c: Don't print debug messages by default.
8261         Suggested by Bruno Haible <bruno@clisp.org>.
8262
8263 2008-05-30  Simon Josefsson  <simon@josefsson.org>
8264
8265         * tests/test-base64.c: Cast size_t to unsigned long when invoking
8266         printf.  Use %lu instead of %d.  Reported by Bruno Haible
8267         <bruno@clisp.org>.
8268
8269 2008-05-29  Eric Blake  <ebb9@byu.net>
8270
8271         Prefer new POSIX 200x interfaces over futimesat.
8272         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
8273         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
8274         when available.
8275         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
8276
8277 2008-05-28  Bruno Haible  <bruno@clisp.org>
8278
8279         * modules/stpcpy (License): Change to LGPLv2+.
8280         Requested by David Lutterkort <dlutter@redhat.com>.
8281
8282 2008-05-27  Bruno Haible  <bruno@clisp.org>
8283
8284         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
8285         current mingw.
8286         Reported by Jose E. Marchesi <jemarch@gnu.org>.
8287
8288 2008-05-27  Bruno Haible  <bruno@clisp.org>
8289
8290         * modules/iconv_open (Link): New section, from module 'iconv'.
8291         * modules/striconv (Link): Likewise.
8292         * modules/striconveh (Link): Likewise.
8293         * modules/xstriconv (Link): Likewise.
8294         * modules/unicodeio (Link): Likewise.
8295         * modules/propername (Link): Likewise.
8296         Reported by Jim Meyering.
8297
8298 2008-05-26  Jim Meyering  <meyering@redhat.com>
8299
8300         sha256: do not artificially restrict buffer length to be < 2^32
8301         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
8302         uint32_t to size_t.
8303         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
8304         to match.
8305
8306         avoid unaligned access errors, e.g., on sparc
8307         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
8308         direct access through a possibly-unaligned uint64* pointer.
8309         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
8310         direct access through a possibly-unaligned uint32* pointer.
8311         Prompted by this patch from Tom "spot" Callaway:
8312         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
8313
8314         sha512.c: fix typo in comment
8315         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
8316
8317 2008-05-25  Bruno Haible  <bruno@clisp.org>
8318
8319         * lib/set-mode-acl.c: Renamed from lib/acl.c.
8320         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
8321         (Makefile.am): Update lib_SOURCES.
8322
8323 2008-05-25  Bruno Haible  <bruno@clisp.org>
8324
8325         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
8326
8327 2008-05-25  Jim Meyering  <meyering@redhat.com>
8328
8329         useless-if-before-free: freed expr may have white-space differences
8330         * build-aux/useless-if-before-free: Recognize cases in which the
8331         freed expression differs from the tested one in embedded white
8332         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
8333         $1 was used, so we can't make any regexp shy.  Improved tests now
8334         detect this.
8335
8336         useless-if-before-free: accept white space in the expression.
8337         * build-aux/useless-if-before-free: For now, any white space
8338         in the expression must be identical in the free argument.
8339
8340         useless-if-before-free: efficiency tweak
8341         * build-aux/useless-if-before-free: Make the expression-matching
8342         regexp "shy".
8343         Make the *outer* regexp shy, not the expr-matching one.
8344
8345         update code-in-comment to accept cast of free arg
8346         * build-aux/useless-if-before-free: Update regexp.
8347
8348 2008-05-25  Bruno Haible  <bruno@clisp.org>
8349
8350         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
8351         * modules/copy-file-tests (Files, Makefile.am): Update.
8352         * tests/test-copy-file.c (func_test_copy): Update.
8353
8354 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
8355
8356         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
8357
8358 2008-05-23  Bruno Haible  <bruno@clisp.org>
8359
8360         Improve support for ACLs on OSF/1.
8361         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
8362         Remove fallback for unknown flavors of ACLs.
8363
8364 2008-05-22  Bruno Haible  <bruno@clisp.org>
8365
8366         Add support for ACLs on OSF/1.
8367         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
8368         replacements.
8369         (acl_free_text): New macro fallback.
8370         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
8371         acl_free.
8372         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
8373         acl_free_text function. Require AC_C_INLINE.
8374
8375 2008-05-22  Bruno Haible  <bruno@clisp.org>
8376
8377         Make copy_acl work on MacOS X 10.5.
8378         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
8379         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
8380         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
8381         If MODE_INSIDE_ACL, don't assume that every system has the same text
8382         representation for ACLs as FreeBSD.
8383         * lib/copy-acl.c (copy_acl): Add support for platforms with
8384         !MODE_INSIDE_ACL.
8385         * lib/file-has-acl.c (file_has_acl): Likewise.
8386         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
8387         FreeBSD, MacOS X, or IRIX, respectively.
8388
8389 2008-05-22  Bruno Haible  <bruno@clisp.org>
8390
8391         * lib/acl.h: Don't include <sys/acl.h>.
8392         (GETACLCNT): Move fallback to lib/acl-internal.h.
8393         * lib/acl-internal.h: Include <sys/acl.h> here.
8394         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
8395
8396 2008-05-22  Bruno Haible  <bruno@clisp.org>
8397
8398         Split off copy_acl function to separate file.
8399         * lib/copy-acl.c: New file, extracted from lib/acl.c.
8400         * lib/acl.c (copy_acl): Moved function to separate file.
8401         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
8402         * modules/acl (Files): Add lib/copy-acl.c.
8403         (Makefiles.am): Augment lib_SOURCES.
8404
8405 2008-05-22  Bruno Haible  <bruno@clisp.org>
8406
8407         * modules/copy-file-tests: New file.
8408         * tests/test-copy-file.sh: New file.
8409         * tests/test-copy-file.c: New file.
8410         * tests/test-copy-file-sameacls.c: New file.
8411
8412 2008-05-22  Eric Blake  <ebb9@byu.net>
8413
8414         Avoid gcc warning.
8415         * tests/test-memcmp.c (main): Pass NULL indirectly.
8416
8417 2008-05-21  Bruno Haible  <bruno@clisp.org>
8418
8419         Add reference doc about ACLs.
8420         * doc/acl-resources.txt: New file.
8421         * doc/acl-cygwin.txt: New file.
8422
8423 2008-05-21  Bruno Haible  <bruno@clisp.org>
8424
8425         Avoid one more warning from gcc.
8426         * lib/vasnprintf.c (IF_LINT): Update comments.
8427         (VASNPRINTF): Use it also for the 'prefix' array initializer.
8428
8429 2008-05-21  Jim Meyering  <meyering@redhat.com>
8430
8431         avoid a warning from gcc
8432         * lib/vasnprintf.c (IF_LINT): Define.
8433         (scale10_round_decimal_long_double):
8434         Use it to avoid a "may be used uninitialized" warning.
8435         (scale10_round_decimal_double): Likewise.
8436
8437 2008-05-21  Simon Josefsson  <simon@josefsson.org>
8438
8439         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
8440         declared.
8441
8442 2008-05-20  Bruno Haible  <bruno@clisp.org>
8443
8444         * tests/test-memcmp.c (main): Test also the sign of the result. Test
8445         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
8446
8447 2008-05-20  Simon Josefsson  <simon@josefsson.org>
8448
8449         * modules/memcmp-tests: New file.
8450         * tests/test-memcmp.c: New file.
8451
8452 2008-05-19  Bruno Haible  <bruno@clisp.org>
8453
8454         * modules/propername (Notice, configure.ac): Put quoted "..." into
8455         --keyword option.
8456         * lib/propername.h: Update comments accordingly.
8457         Reported by Eric Blake.
8458
8459 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
8460
8461         * modules/getpass-gnu (Depends-on): Add fseeko.
8462
8463 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8464
8465         * modules/base64-tests: New file.
8466
8467 2008-05-19  Bo Borgerson <gigabo@gmail.com>
8468
8469         * lib/base64.c (base64_decode_ctx): If a decode context structure
8470         was passed in use it to ignore newlines.  If a context structure
8471         was _not_ passed in, continue to treat newlines as garbage (this
8472         is the historical behavior).  Formerly base64_decode.
8473         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8474         takes a decode context structure.
8475         * lib/base64.h (base64_decode): Macro for four-argument calls.
8476         (base64_decode_alloc): Likewise.
8477         * lib/base64.c (base64_decode_ctx): If a decode context structure
8478         was passed in use it to ignore newlines.  If a context structure
8479         was _not_ passed in, continue to treat newlines as garbage (this
8480         is the historical behavior).  Formerly base64_decode.
8481         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
8482         takes a decode context structure.
8483         * lib/base64.h (base64_decode): Macro for four-argument calls.
8484         (base64_decode_alloc): Likewise.
8485
8486 2008-05-19  Jim Meyering  <meyering@redhat.com>
8487
8488         avoid a warning from gcc
8489         * lib/trim.c (IF_LINT): Define.
8490         (trim2): Use it to avoid a "may be used uninitialized" warning.
8491
8492         Fix doc typo.
8493         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
8494
8495 2008-05-19  Bruno Haible  <bruno@clisp.org>
8496
8497         * doc/glibc-functions/getpass.texi: Document limits of other
8498         implementations.
8499
8500 2008-05-19  Simon Josefsson  <simon@josefsson.org>
8501             Bruno Haible <bruno@clisp.org>
8502
8503         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
8504
8505 2008-05-18  Bruno Haible  <bruno@clisp.org>
8506
8507         * modules/propername: New file, from GNU gettext.
8508         * lib/propername.h: New file, from GNU gettext.
8509         * lib/propername.c: New file, from GNU gettext.
8510         * MODULES.html.sh (Internationalization functions): Add propername.
8511
8512 2008-05-16  Jim Meyering  <meyering@redhat.com>
8513             Bruno Haible  <bruno@clisp.org>
8514
8515         Avoid some warnings from "gcc -Wshadow".
8516         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
8517
8518 2008-05-15  Eric Blake  <ebb9@byu.net>
8519
8520         Extend previous patch to cygwin 1.7.0.
8521         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
8522         fast implementation in cygwin >= 1.7.0.
8523         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8524         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8525
8526 2008-05-15  Bruno Haible  <bruno@clisp.org>
8527
8528         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
8529         implementation in glibc >= 2.9.
8530         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8531         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8532
8533 2008-05-15  Bruno Haible  <bruno@clisp.org>
8534
8535         * MODULES.html.sh (Internationalization functions): Remove linebreak.
8536         (Unicode string functions): Add unilbrk/*.
8537         Reported by Karl Berry.
8538
8539 2008-05-15  Eric Blake  <ebb9@byu.net>
8540
8541         Fix violation of <stdbool.h> replacement in regex.
8542         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
8543         * lib/regexec.c (re_search_internal): Likewise.
8544         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
8545
8546 2008-05-15  Jim Meyering  <meyering@redhat.com>
8547
8548         avoid distracting test output when git or cvs is not found
8549         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
8550         * tests/test-vc-list-files-git.sh: Likewise.
8551
8552 2008-05-15  Eric Blake  <ebb9@byu.net>
8553
8554         Glibc finally accepted the memmem speedup code, bugzilla #5514.
8555         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
8556         glibc version.
8557         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
8558         * doc/posix-functions/strstr.texi (strstr): Likewise.
8559         * lib/str-two-way.h (MAX): Sychronize with glibc.
8560
8561 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
8562
8563         * lib/regcomp.c (optimize_utf8): Add a note on why we test
8564         opr.ctx_type.
8565         (calc_first): Initialize constraint field.
8566         (duplicate_node_closure): Use it instead of special casing ANCHORS.
8567         Fix grammar.
8568         (duplicate_node): Merge constraint field for all node types.
8569         (calc_eclosure_iter): Look at constraint field for all node types.
8570         * lib/regex_internal.c (create_cd_newstate): Don't look at
8571         opr.ctx_type.
8572
8573 2008-05-14  Bruno Haible  <bruno@clisp.org>
8574
8575         Help GCC to do better code generation.
8576         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
8577         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
8578         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
8579         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
8580         Declare with attribute 'malloc' if supported.
8581
8582 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
8583
8584         use "echo STR|wc -c" rather than unportable "expr length STR"
8585         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
8586         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
8587
8588 2008-05-14  Jim Meyering  <meyering@redhat.com>
8589
8590         use dd ibs=$n count=1 ... rather than less-portable head -c$n
8591         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
8592         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
8593         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
8594         via Collin Lasse.
8595
8596 2008-05-14  Eric Blake  <ebb9@byu.net>
8597
8598         Avoid quadratic growth in gl_LIBSOURCES.
8599         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
8600         Suggested by Bruno Haible.
8601
8602         Test xmemdup0.
8603         * modules/xmemdup0-tests: New file.
8604         * tests/test-xmemdup0.c: Likewise.
8605
8606 2008-05-13  Eric Blake  <ebb9@byu.net>
8607
8608         Split xmemdup0 into its own module.
8609         * modules/xmemdup0: New file.
8610         * lib/xmemdup0.h: Likewise.
8611         * lib/xmemdup0.c: Likewise.
8612         * MODULES.html.sh (Memory management functions): Add xmemdup0.
8613         * lib/xalloc.h (xmemdup0): Remove.
8614         * lib/xmalloc.c (xmemdup0): Likewise.
8615
8616 2008-05-13  Eric Blake  <ebb9@byu.net>
8617             Bruno Haible  <bruno@clisp.org>
8618
8619         Reduce number of forks required during autoconf.
8620         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
8621         and gl_LIBSOURCES_DIR.
8622         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
8623         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
8624         m4_syscmd per file.
8625         <m4_foreach_w>: Move...
8626         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
8627
8628 2008-05-13  Eric Blake  <ebb9@byu.net>
8629
8630         * gnulib-tool: Fix various comment typos.
8631
8632 2008-05-12  Bruno Haible  <bruno@clisp.org>
8633
8634         Tailor the linebreaking algorithm.
8635         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
8636
8637 2008-05-12  Bruno Haible  <bruno@clisp.org>
8638
8639         Update to Unicode 5.0.0.
8640         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8641         LBP_JV, LBP_JT. Redistribute values.
8642         (unilbrk_table): Change size.
8643         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
8644         Unicode TR#14 rev. 22.
8645         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
8646         LBP_JV, LBP_JT. Redistribute values.
8647         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
8648         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
8649         Update.
8650         * lib/unilbrk/lbrkprop1.h: Regenerated.
8651         * lib/unilbrk/lbrkprop2.h: Regenerated.
8652         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
8653         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
8654         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
8655         Likewise.
8656         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
8657         Likewise.
8658         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
8659         result.
8660         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
8661         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
8662         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
8663         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
8664         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
8665         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
8666
8667 2008-05-11  Bruno Haible  <bruno@clisp.org>
8668
8669         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
8670
8671 2008-05-11  Bruno Haible  <bruno@clisp.org>
8672
8673         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
8674         * modules/unilbrk/gen-lbrk: New file.
8675
8676 2008-05-11  Bruno Haible  <bruno@clisp.org>
8677
8678         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
8679         * m4/sha512.m4 (gl_SHA512): Likewise.
8680
8681 2008-05-11  Jim Meyering  <meyering@redhat.com>
8682
8683         New modules: crypto/sha256, crypto/sha512 (from coreutils)
8684         * modules/crypto/sha256: New file.
8685         * modules/crypto/sha512: Likewise.
8686         * lib/sha256.c: Likewise.
8687         * lib/sha256.h: Likewise.
8688         * lib/sha512.c: Likewise.
8689         * lib/sha512.h: Likewise.
8690         * lib/u64.h: Likewise.
8691         * m4/sha256.m4: Likewise.
8692         * m4/sha512.m4: Likewise.
8693         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
8694
8695 2008-05-10  Bruno Haible  <bruno@clisp.org>
8696
8697         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
8698         (Input/Output <stdio.h>): Add xprintf.
8699         (Signal handling <signal.h>): Add strsignal.
8700         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
8701         (Core language properties): Add func.
8702         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
8703         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
8704         strings.
8705         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
8706         (Input/output): New section.
8707         (File system functions): Add openat-die, stat-macros.
8708         (Networking functions): Add sockets.
8709         (Unicode string functions): Add unictype/*.
8710         (Support for building libraries and executables): Add gperf.
8711         (Support for building documentation): Add agpl-3.0.
8712         (Misc): Add nocrash.
8713
8714 2008-05-10  Bruno Haible  <bruno@clisp.org>
8715
8716         * modules/unictype/gen-ctype: New file.
8717
8718 2008-05-10  Jim Meyering  <meyering@redhat.com>
8719
8720         Make chdir-safer.c more efficient on a system with no symlinks.
8721         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
8722         also if ELOOP is zero.  Suggested by Bruno Haible.
8723
8724         Make chdir-safer.c slightly safer.
8725         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
8726         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
8727
8728         Avoid compile failure on systems without ELOOP (like mingw).
8729         * lib/chdir-safer.c (ELOOP): Define if not already defined.
8730         Reported by Bruno Haible.
8731
8732 2008-05-10  Bruno Haible  <bruno@clisp.org>
8733
8734         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
8735         (is_utf8_encoding): Use a case-insensitive comparison.
8736         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
8737         streq.
8738
8739 2008-05-10  Bruno Haible  <bruno@clisp.org>
8740
8741         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
8742         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
8743         * lib/unilbrk/ulc-common.h (iconv_string_length,
8744         iconv_string_keeping_offsets): Remove declarations.
8745         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
8746         Don't include <iconv.h>, streq.h, xsize.h.
8747         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
8748         conversion.
8749         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
8750         <iconv.h>, streq.h, xsize.h.
8751         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
8752         conversion.
8753         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
8754         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
8755         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
8756         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
8757
8758 2008-05-10  Bruno Haible  <bruno@clisp.org>
8759
8760         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
8761         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
8762
8763         * modules/unilbrk/u32-width-linebreaks-tests: New file.
8764         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
8765
8766         * modules/unilbrk/u16-width-linebreaks-tests: New file.
8767         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
8768
8769         * modules/unilbrk/u8-width-linebreaks-tests: New file.
8770         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
8771
8772         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
8773         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
8774
8775         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
8776         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
8777
8778         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
8779         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
8780
8781         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
8782         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
8783
8784 2008-05-10  Bruno Haible  <bruno@clisp.org>
8785
8786         Split up 'linebreak' module.
8787         * lib/unilbrk.h: New file, based on lib/linebreak.h.
8788         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
8789         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
8790         modifications.
8791         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
8792         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
8793         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
8794         lib/linebreak.c.
8795         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
8796         lib/linebreak.c.
8797         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
8798         lib/linebreak.c.
8799         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
8800         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
8801         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
8802         lib/linebreak.c.
8803         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
8804         lib/linebreak.c.
8805         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
8806         lib/linebreak.c.
8807         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
8808         lib/linebreak.c.
8809         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
8810         lib/linebreak.c.
8811         * modules/unilbrk/base: New file.
8812         * modules/unilbrk/tables: New file.
8813         * modules/unilbrk/u8-possible-linebreaks: New file.
8814         * modules/unilbrk/u16-possible-linebreaks: New file.
8815         * modules/unilbrk/u32-possible-linebreaks: New file.
8816         * modules/unilbrk/ulc-common: New file.
8817         * modules/unilbrk/ulc-possible-linebreaks: New file.
8818         * modules/unilbrk/u8-width-linebreaks: New file.
8819         * modules/unilbrk/u16-width-linebreaks: New file.
8820         * modules/unilbrk/u32-width-linebreaks: New file.
8821         * modules/unilbrk/ulc-width-linebreaks: New file.
8822         * lib/linebreak.h: Remove file.
8823         * lib/linebreak.c: Remove file.
8824         * m4/linebreak.m4: Remove file.
8825         * modules/linebreak: Remove file.
8826         * NEWS: Mention the changes.
8827
8828 2008-05-09  Eric Blake  <ebb9@byu.net>
8829
8830         Add xmemdup0.
8831         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
8832         implementation.
8833         * lib/xmalloc.c (xmemdup0): New C implementation.
8834
8835 2008-05-08  Bruno Haible  <bruno@clisp.org>
8836
8837         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
8838
8839 2008-05-07  Eric Blake  <ebb9@byu.net>
8840
8841         Support cross-compilation of <wctype.h>.
8842         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
8843         AC_CACHE_CHECK.
8844
8845 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
8846
8847         * build-aux/vc-list-files: Add support for bzr.
8848
8849 2008-05-03  Jim Meyering  <meyering@redhat.com>
8850
8851         avoid failed assertion with tight malloc
8852         * tests/test-getndelim2.c: Correct an off-by-one assertion.
8853
8854 2008-05-03  Simon Josefsson  <simon@josefsson.org>
8855
8856         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
8857         are needed from arpa/inet.h.
8858         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
8859         Reported by Bruno Haible.
8860
8861 2008-05-02  Jim Meyering  <meyering@redhat.com>
8862
8863         avoid compilation error on FreeBSD 6
8864         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
8865
8866 2008-05-01  Jim Meyering  <meyering@redhat.com>
8867
8868         useless-if-before-free: correct --help's exit status description
8869         * build-aux/useless-if-before-free (usage): Like grep, exit 0
8870         for one or more matches, etc.  Reported by Bruno Haible.
8871
8872         vc-list-files: make the stand-alone gnulib test work
8873         * modules/vc-list-files-tests (configure.ac):
8874         Define and AC_SUBST abs_aux_dir.
8875         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
8876         $(abs_top_srcdir) to each script and having each of them
8877         duplicate the work of setting PATH, set PATH here, using
8878         the new variable, abs_aux_dir instead.
8879         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
8880         * tests/test-vc-list-files-git.sh: Likewise.
8881         Reported by Bruno Haible.
8882
8883 2008-05-01  Bruno Haible  <bruno@clisp.org>
8884
8885         * lib/getndelim2.c (getndelim2): Fix newsize computation during
8886         reallocation. Rename 'done' to 'found_delimiter'.
8887
8888 2008-05-01  Jim Meyering  <meyering@redhat.com>
8889
8890         vc-list-files: accommodate /bin/sh like the one from Solaris 10
8891         * build-aux/vc-list-files: Use `...`, not $(...).
8892
8893 2008-04-30  Jim Meyering  <meyering@redhat.com>
8894
8895         add tests for vc-list-files
8896         * modules/vc-list-files-tests: New module.
8897         * tests/test-vc-list-files-cvs.sh: New file.
8898         * tests/test-vc-list-files-git.sh: New file.
8899
8900         avoid a warning from gcc
8901         * lib/getndelim2.c (IF_LINT): Define.
8902         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
8903
8904         vc-list-files: work properly with build-aux/cvsu, too
8905         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
8906         to all cvs-based clauses.
8907
8908         vc-list-files: work properly in the CVS+awk case, too
8909         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
8910
8911         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
8912         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
8913         take more than one file argument, so .  Add quotes, just in case $dir
8914         ever contains a shell meta-character.  Prompted by Soren Hansen in
8915         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
8916
8917 2008-04-29  Eric Blake  <ebb9@byu.net>
8918
8919         Optimize getndelim2 to use block operations when possible.
8920         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
8921         freadseek, and memchr2.
8922         * lib/getndelim2.c (getndelim2): Use them for block reads.
8923
8924 2008-04-29  Bruno Haible  <bruno@clisp.org>
8925
8926         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
8927         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8928         * modules/inet_ntop (Depends-on): Add extensions.
8929         * modules/inet_pton (Depends-on): Likewise.
8930         Reported by Simon Josefsson.
8931
8932 2008-04-29  Jim Meyering  <meyering@redhat.com>
8933
8934         When the is more than one match in a block, match all of them.
8935         * build-aux/useless-if-before-free: Iterate through each block
8936         until there are no more matches.
8937
8938         Fix broken useless-if-before-free script.
8939         * build-aux/useless-if-before-free: Fix typo: missing "?" after
8940         the expression to match cast of argument to free-like function.
8941
8942 2008-04-29  Eric Blake  <ebb9@byu.net>
8943
8944         Use new header.
8945         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
8946
8947 2008-04-29  Jim Meyering  <meyering@redhat.com>
8948
8949         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
8950         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
8951         by gnulib to exist and to declare e.g., inet_ntop.
8952         Don't include "inet_ntop.h", now removed.
8953
8954         * m4/arpa_inet_h.m4: Remove trailing blanks.
8955
8956 2008-04-29  Eric Blake  <ebb9@byu.net>
8957
8958         Silence valgrind on safe reads beyond potential array bounds.
8959         * lib/rawmemchr.valgrind: New file.
8960         * lib/strchrnul.valgrind: Likewise.
8961         * modules/rawmemchr (Files): Distribute new file.
8962         * modules/strchrnul (Files): Likewise.
8963         Suggested by Bruno Haible.
8964
8965 2008-04-29  Bruno Haible  <bruno@clisp.org>
8966
8967         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
8968         (inet_ntop, inet_pton): Change portability warning's wording.
8969         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
8970         Invoke gl_CHECK_NEXT_HEADERS.
8971         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
8972         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
8973         set ARPA_INET_H.
8974         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8975         * modules/arpa_inet (Description): No longer only for systems that
8976         lack it.
8977         (Depends-on): Add include_next.
8978         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
8979         HAVE_ARPA_INET_H.
8980
8981 2008-04-29  Jim Meyering  <meyering@redhat.com>
8982
8983         * modules/mkdir (License): Re-license as LGPLv2+.
8984
8985 2008-04-29  Bruno Haible  <bruno@clisp.org>
8986
8987         * modules/rawmemchr (Maintainer): Set to Eric.
8988         * modules/strchrnul (Maintainer): Likewise.
8989
8990 2008-04-29  Simon Josefsson  <simon@josefsson.org>
8991
8992         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
8993         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
8994
8995         * modules/arpa_inet (arpa/inet.h): Use them.
8996
8997 2008-04-28  Eric Blake  <ebb9@byu.net>
8998
8999         Test getndelim2.
9000         * modules/getndelim2-tests: New file.
9001         * tests/test-getndelim2.c: Likewise.
9002         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
9003         stream.
9004         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
9005
9006         * MODULES.html.sh: Document new module.
9007
9008 2008-04-20  Bruno Haible  <bruno@clisp.org>
9009
9010         * lib/c-stack.c (die): Use raise.
9011         * modules/c-stack (Depends-on): Add raise.
9012
9013 2008-04-28  Bruno Haible  <bruno@clisp.org>
9014
9015         Expect rpmatch to be declared.
9016         * lib/yesno.c (rpmatch): Remove declaration.
9017
9018         Declare rpmatch.
9019         * lib/stdlib.in.h (rpmatch): New declaration.
9020         * lib/rpmatch.c: Include <stdlib.h> first.
9021         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
9022         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
9023         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
9024         HAVE_RPMATCH.
9025         * modules/rpmatch (Depends-on): Add stdlib, extensions.
9026         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9027         (Include): Set to <stdlib.h>.
9028         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
9029         HAVE_RPMATCH.
9030         * NEWS: Document the change.
9031
9032 2008-04-28  Bruno Haible  <bruno@clisp.org>
9033
9034         Change rpmatch to use nl_langinfo when appropriate.
9035         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
9036         (N_): New macro.
9037         (localized_pattern): New function/macro.
9038         (try): Remove match, nomatch arguments. Copy the pattern into safe
9039         memory before caching it.
9040         (rpmatch): Use localized_pattern. Add translator comments.
9041         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
9042         Suggested by Eric Blake.
9043         * modules/rpmatch (Depends-on): Add stdbool.
9044
9045 2008-04-28  Eric Blake  <ebb9@byu.net>
9046
9047         Add rawmemchr module, matching glibc.
9048         * modules/string (Makefile.am): New indicator.
9049         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
9050         * lib/string.in.h (rawmemchr): Declare when appropriate.
9051         * modules/rawmemchr: New file.
9052         * m4/rawmemchr.m4: Likewise.
9053         * lib/rawmemchr.c: Likewise.
9054         * modules/rawmemchr-tests: Likewise.
9055         * tests/test-rawmemchr.c: Likewise.
9056         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
9057         module.
9058         * modules/strchrnul (Depends-on): Add rawmemchr.
9059         * lib/strchrnul.c (strchrnul): Optimize a corner case.
9060
9061         Whitespace cleanup.
9062         * tests/test-strchrnul.c: Reindent.
9063         * lib/strchrnul.c: Likewise.
9064
9065         Optimize and test strchrnul.
9066         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
9067         * modules/strchrnul-tests: New file.
9068         * tests/test-strchrnul.c: Likewise.
9069
9070         Remove intprops dependency.
9071         * modules/memchr (Depends-on): Remove intprops.
9072         * modules/memrchr (Depends-on): Likewise.
9073         * modules/memchr2 (Depends-on): Likewise.
9074         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
9075         * lib/memrchr.c (__memrchr): Likewise.
9076         * lib/memrchr2.c (memchr2): Likewise.
9077         Reported by Simon Josefsson.
9078
9079 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9080
9081         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
9082         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9083
9084 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9085
9086         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
9087
9088         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
9089
9090         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
9091
9092         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
9093         declarations.
9094         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
9095
9096         * m4/inet_pton.m4: Don't check for header files.
9097
9098         * m4/inet_ntop.m4: Don't check for header files.
9099
9100 2008-04-28  Simon Josefsson  <simon@josefsson.org>
9101
9102         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
9103         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
9104         trigger for cygwin).
9105         Reported by Bruno Haible  <bruno@clisp.org>.
9106
9107 2008-04-28  Bruno Haible  <bruno@clisp.org>
9108
9109         * doc/posix-functions/strdup.texi: Mention mingw problem.
9110
9111 2008-04-27  Bruno Haible  <bruno@clisp.org>
9112
9113         * modules/stat-time-tests (Depends-on): Add sleep.
9114         * tests/test-stat-time.c (force_unlink): New function.
9115         (cleanup): Use it.
9116         (test_mtime): Remove the ctime related tests.
9117         (test_ctime): New function, containing the ctime related tests.
9118         (main): Call test_ctime, except on native Windows platforms.
9119
9120 2008-04-27  Bruno Haible  <bruno@clisp.org>
9121
9122         * lib/rpmatch.c (rpmatch): Add some comments.
9123         Reported by James Youngman <jay@gnu.org>.
9124
9125 2008-04-27  Bruno Haible  <bruno@clisp.org>
9126
9127         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
9128         quiet NaNs.
9129
9130 2008-04-27  Bruno Haible  <bruno@clisp.org>
9131
9132         Make test-yesno.sh work on mingw.
9133         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
9134         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
9135         (main): Set stdin to binary mode.
9136         * modules/yesno-tests (Depends-on): Add binary-io.
9137
9138 2008-04-27  Bruno Haible  <bruno@clisp.org>
9139
9140         Fix 'isfinite' on x86, x86_64, ia64 platforms.
9141         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
9142         argument that lie outside the IEEE 854 domain.
9143         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
9144         (gl_ISFINITE): Use it.
9145         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
9146
9147 2008-04-27  Bruno Haible  <bruno@clisp.org>
9148
9149         Allow local renaming in config.h.
9150         * lib/memrchr.c (memrchr): Don't undefine outside libc.
9151
9152 2008-04-27  Bruno Haible  <bruno@clisp.org>
9153
9154         * lib/memchr.c (__memchr): Change type of 'i'.
9155         * lib/memchr2.c (memchr2): Likewise.
9156
9157 2008-04-26  Eric Blake  <ebb9@byu.net>
9158         and Bruno Haible  <bruno@clisp.org>
9159
9160         Optimize and test memrchr.
9161         * modules/memrchr (Depends-on): Add intprops.
9162         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
9163         * modules/memrchr-tests: New file.
9164         * tests/test-memrchr.c: New file.
9165
9166 2008-04-26  Bruno Haible  <bruno@clisp.org>
9167
9168         Add tentative support for DragonFly BSD.
9169         * lib/stdio-impl.h: Add macros for DragonFly BSD.
9170         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
9171         fp.
9172         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9173         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
9174         * lib/fpurge.c (fpurge): Likewise.
9175         * lib/freadable.c (freaadable): Likewise.
9176         * lib/freadahead.c (freadahead): Likewise.
9177         * lib/freading.c (freading): Likewise.
9178         * lib/freadptr.c (freadptr): Likewise.
9179         * lib/freadseek.c (freadptrinc): Likewise.
9180         * lib/fseeko.c (fseeko): Likewise.
9181         * lib/fseterr.c (fseterr): Likewise.
9182         * lib/fwritable.c (fwritable): Likewise.
9183         * lib/fwriting.c (fwriting): Likewise.
9184
9185 2008-04-26  Bruno Haible  <bruno@clisp.org>
9186
9187         * lib/stdio-impl.h: New file.
9188         * lib/fbufmode.c: Include stdio-impl.h.
9189         (fbufmode): Use fp_, remove redundant #defines.
9190         * lib/fflush.c: Include stdio-impl.h.
9191         (clear_ungetc_buffer): Remove redundant #defines.
9192         * lib/fpurge.c: Include stdio-impl.h.
9193         (fpurge): Remove redundant #defines.
9194         * lib/freadable.c: Include stdio-impl.h.
9195         (freadable): Remove redundant #defines.
9196         * lib/freadahead.c: Include stdio-impl.h.
9197         (freadahead): Remove redundant #defines.
9198         * lib/freading.c: Include stdio-impl.h.
9199         (freading): Remove redundant #defines.
9200         * lib/freadptr.c: Include stdio-impl.h.
9201         (freadptr): Remove redundant #defines.
9202         * lib/freadseek.c: Include stdio-impl.h.
9203         (freadptrinc): Remove redundant #defines.
9204         * lib/fseeko.c: Include stdio-impl.h.
9205         (rpl_fseeko): Remove redundant #defines.
9206         * lib/fseterr.c: Include stdio-impl.h.
9207         (fseterr): Remove redundant #defines.
9208         * lib/fwritable.c: Include stdio-impl.h.
9209         (fwritable: Remove redundant #defines.
9210         * lib/fwriting.c: Include stdio-impl.h.
9211         (fwriting): Remove redundant #defines.
9212         * modules/fbufmode (Files): Add lib/stdio-impl.h.
9213         * modules/fflush (Files): Likewise.
9214         * modules/fpurge (Files): Likewise.
9215         * modules/freadable (Files): Likewise.
9216         * modules/freadahead (Files): Likewise.
9217         * modules/freading (Files): Likewise.
9218         * modules/freadptr (Files): Likewise.
9219         * modules/freadseek (Files): Likewise.
9220         * modules/fseeko (Files): Likewise.
9221         * modules/fseterr (Files): Likewise.
9222         * modules/fwritable (Files): Likewise.
9223         * modules/fwriting (Files): Likewise.
9224
9225 2008-04-26  Bruno Haible  <bruno@clisp.org>
9226
9227         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
9228         restore_seek_optimization, update_fpos_cache): New functions, extracted
9229         from rpl_fflush.
9230         (rpl_fflush): Use them.
9231         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
9232         (gl_REPLACE_FFLUSH): Use it.
9233
9234 2008-04-26  Bruno Haible  <bruno@clisp.org>
9235
9236         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
9237         on Solaris.
9238         * tests/test-xstrtoimax.sh: Likewise.
9239         * tests/test-xstrtoumax.sh: Likewise.
9240         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9241
9242 2008-04-26  Bruno Haible  <bruno@clisp.org>
9243
9244         * modules/memchr-tests: New file.
9245         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
9246
9247 2008-04-26  Eric Blake  <ebb9@byu.net>
9248             Bruno Haible  <bruno@clisp.org>
9249
9250         * lib/memchr.c: Include intprops.h.
9251         (__memchr): Optimize parallel detection of matching bytes. Rename local
9252         variables. Add explanatory comments.
9253
9254 2008-04-26  Bruno Haible  <bruno@clisp.org>
9255
9256         Fix module 'memchr', broken since 2000-10-28.
9257         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
9258
9259 2008-04-26  Bruno Haible  <bruno@clisp.org>
9260
9261         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
9262         comments.
9263
9264 2008-04-25  Eric Blake  <ebb9@byu.net>
9265
9266         Use native fstatat on cygwin 1.7.0.
9267         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
9268         first.
9269
9270 2008-04-23  Eric Blake  <ebb9@byu.net>
9271
9272         Improve memchr2 performance.
9273         * lib/memchr2.c (memchr2): Further optimize parallel detection of
9274         NUL bytes.
9275         * modules/memchr2 (Depends-on): Use intprops.h.
9276
9277 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9278
9279         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
9280         an inline function instead of a CPP macro.  Patch by Ben Pfaff
9281         <blp@cs.stanford.edu>.
9282
9283 2008-04-23  Simon Josefsson  <simon@josefsson.org>
9284
9285         * lib/arpa_inet.in.h: New file.
9286
9287         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
9288         (Makefile.am): Sed in substitute header file.
9289
9290         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
9291         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
9292
9293         * modules/inet_ntop (configure.ac): Use
9294         gl_ARPA_INET_MODULE_INDICATOR.
9295
9296         * modules/inet_pton (configure.ac): Use
9297         gl_ARPA_INET_MODULE_INDICATOR.
9298
9299 2008-04-22  Jim Meyering  <meyering@redhat.com>
9300
9301         * modules/verify (License): Re-license as LGPLv2+.
9302
9303 2008-04-22  Simon Josefsson  <simon@josefsson.org>
9304
9305         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
9306         parameter to void* as per POSIX standard (MinGW uses char*).
9307
9308 2008-04-21  Bruno Haible  <bruno@clisp.org>
9309
9310         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9311         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9312         Define to replacements if REPLACE_ISWCNTRL is 1.
9313         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
9314         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
9315         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
9316         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
9317         what it fixes.
9318         * doc/posix-functions/iswalpha.texi: Likewise.
9319         * doc/posix-functions/iswblank.texi: Likewise.
9320         * doc/posix-functions/iswcntrl.texi: Likewise.
9321         * doc/posix-functions/iswdigit.texi: Likewise.
9322         * doc/posix-functions/iswgraph.texi: Likewise.
9323         * doc/posix-functions/iswlower.texi: Likewise.
9324         * doc/posix-functions/iswprint.texi: Likewise.
9325         * doc/posix-functions/iswpunct.texi: Likewise.
9326         * doc/posix-functions/iswspace.texi: Likewise.
9327         * doc/posix-functions/iswupper.texi: Likewise.
9328         * doc/posix-functions/iswxdigit.texi: Likewise.
9329         Reported by Alain Guibert.
9330
9331 2008-04-21  Bruno Haible  <bruno@clisp.org>
9332
9333         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
9334         Patch by Alain Guibert.
9335
9336 2008-04-21  Bruno Haible  <bruno@clisp.org>
9337
9338         Fix test failures on mingw.
9339         * tests/test-xstrtol.c (print_no_progname): New function.
9340         (main): Install it in error_print_progname hook.
9341         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
9342         * tests/test-xstrtoimax.sh: Likewise.
9343         * tests/test-xstrtoumax.sh: Likewise.
9344
9345 2008-04-21  Bruno Haible  <bruno@clisp.org>
9346
9347         Fix test failure on mingw.
9348         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
9349
9350 2008-04-21  Bruno Haible  <bruno@clisp.org>
9351
9352         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
9353         Actually assign a value.
9354
9355 2008-04-20  Bruno Haible  <bruno@clisp.org>
9356
9357         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
9358         take 2.
9359         * lib/canonicalize.c (canonicalize_file_name): Elide if the
9360         'canonicalize-lgpl' module is also used.
9361         * lib/canonicalize-lgpl.c: Undo last change.
9362         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
9363
9364 2008-04-20  Bruno Haible  <bruno@clisp.org>
9365
9366         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
9367         config.h. Provide _mkdir based fallback for mingw.
9368         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
9369         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
9370         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
9371         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
9372         rather than defining mkdir in config.h.
9373         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
9374         (gl_SYS_STAT_H_DEFAULTS): New macro.
9375         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
9376         HAVE_IO_H any more.
9377         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
9378         HAVE_DECL_MKDIR and HAVE_IO_H.
9379
9380 2008-04-20  Bruno Haible  <bruno@clisp.org>
9381
9382         * lib/isapipe.c: Port to native Windows platforms.
9383
9384 2008-04-20  Bruno Haible  <bruno@clisp.org>
9385
9386         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
9387
9388 2008-04-21  Eric Blake  <ebb9@byu.net>
9389
9390         Work around preprocessors that don't handle UINTMAX_MAX.
9391         * lib/memchr2.c (memchr2): Avoid embedded #if.
9392         Reported by Alain Guibert, fix suggested by Bruno Haible.
9393
9394 2008-04-21  Simon Josefsson  <simon@josefsson.org>
9395
9396         * doc/posix-functions/strftime.texi (strftime): Explain better
9397         Windows incompatibility.  Suggested by Micah Cowan
9398         <micah@cowan.name>.
9399
9400 2008-04-20  Bruno Haible  <bruno@clisp.org>
9401
9402         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
9403         unistr/u8-mblen.
9404
9405 2008-04-20  Bruno Haible  <bruno@clisp.org>
9406
9407         Fix test failure on platforms with non-GNU iconv.
9408         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
9409         (U_TO_U8): Use it, rather than u16_to_u8.
9410         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
9411         units at the end of the input string.
9412         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
9413
9414 2008-04-20  Bruno Haible  <bruno@clisp.org>
9415
9416         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
9417         when the resulting length is 0.
9418         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
9419
9420 2008-04-20  Bruno Haible  <bruno@clisp.org>
9421
9422         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
9423         works.
9424         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
9425
9426 2008-04-20  Bruno Haible  <bruno@clisp.org>
9427
9428         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
9429         * modules/tsearch-tests (configure.ac): Test for initstate function.
9430
9431 2008-04-20  Bruno Haible  <bruno@clisp.org>
9432
9433         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
9434         for nlink_t if missing.
9435         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
9436
9437 2008-04-19  Bruno Haible  <bruno@clisp.org>
9438
9439         Work around snprintf bug on Linux libc5.
9440         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
9441         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9442         gl_SNPRINTF_SIZE1.
9443         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9444         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
9445         that test failed.
9446         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
9447         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
9448         * modules/snprintf (Files): Add m4/printf.m4.
9449         * modules/vsnprintf (Files): Likewise.
9450         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
9451         * doc/posix-functions/vsnprintf.texi: Likewise.
9452
9453 2008-04-19  Bruno Haible  <bruno@clisp.org>
9454
9455         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
9456         from 0.0058 to less than 10^-7.
9457
9458 2008-04-19  Bruno Haible  <bruno@clisp.org>
9459
9460         Fix rounding when a precision is given.
9461         * lib/vasnprintf.c (is_borderline): New function.
9462         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
9463         9...9x.
9464         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
9465         %e, %g.
9466         * tests/test-vasprintf-posix.c (test_function): Likewise.
9467         * tests/test-snprintf-posix.h (test_function): Likewise.
9468         * tests/test-sprintf-posix.h (test_function): Likewise.
9469         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
9470         * tests/test-printf-posix.h (test_function): Likewise.
9471         * tests/test-printf-posix.output: Update.
9472         Reported by John Darrington <john@darrington.wattle.id.au> via
9473         Ben Pfaff <blp@cs.stanford.edu>.
9474
9475 2008-04-18  Simon Josefsson  <simon@josefsson.org>
9476
9477         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
9478         Suggested by Bruno Haible <bruno@clisp.org>.
9479
9480 2008-04-17  Bruno Haible  <bruno@clisp.org>
9481
9482         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
9483         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
9484         implementation.
9485         Patch by Bruce Merry <bmerry@gmail.com>.
9486
9487 2008-04-17  Simon Josefsson  <simon@josefsson.org>
9488
9489         * doc/posix-functions/strftime.texi (strftime): Mention that %e
9490         doesn't work under Windows.
9491
9492 2008-04-16  Bruno Haible  <bruno@clisp.org>
9493
9494         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
9495         New macros.
9496         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
9497         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
9498         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
9499         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
9500         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
9501         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
9502         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
9503         macros.
9504         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
9505         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
9506         Northern Sotho, Uighur.
9507
9508 2008-04-16  Bruno Haible  <bruno@clisp.org>
9509
9510         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
9511         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
9512         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
9513         Reported by Daniel Bergström <daniel@octocode.com>.
9514
9515 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
9516             Bruno Haible  <bruno@clisp.org>
9517
9518         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
9519         function.
9520         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
9521         New functions, mostly extracted from gl_locale_name_default.
9522         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
9523
9524 2008-04-16  Eric Blake  <ebb9@byu.net>
9525
9526         Adjust strtod detection to catch glibc 2.7 bug.
9527         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
9528         Reported by John Gatewood Ham.
9529
9530 2008-04-16  Bruno Haible  <bruno@clisp.org>
9531
9532         Add tentative support for Linux libc5.
9533         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
9534         * lib/fpurge.c (fpurge): Likewise.
9535         * lib/freadable.c (freadable): Likewise.
9536         * lib/freadahead.c (freadahead): Likewise.
9537         * lib/freading.c (freading): Likewise.
9538         * lib/freadptr.c (freadptr): Likewise.
9539         * lib/freadseek.c (freadptrinc): Likewise.
9540         * lib/fseeko.c (rpl_fseeko): Likewise.
9541         * lib/fseterr.c (fseterr): Likewise.
9542         * lib/fwritable.c (fwritable): Likewise.
9543         * lib/fwriting.c (fwriting): Likewise.
9544         Reported by Alain Guibert <alguibert+bts@free.fr>.
9545
9546 2008-04-15  Bruno Haible  <bruno@clisp.org>
9547
9548         * modules/mathl (configure.ac): Define module indicator.
9549
9550 2008-04-15  Bruno Haible  <bruno@clisp.org>
9551
9552         * lib/logl.c (logl): Remove unused variables.
9553
9554 2008-04-15  Bruno Haible  <bruno@clisp.org>
9555
9556         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
9557         fails.
9558
9559 2008-04-15  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/trim.c (trim2): Fix argument of isspace() macro.
9562
9563 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
9564
9565         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
9566         to 0.
9567         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
9568
9569 2008-04-14  Bruno Haible  <bruno@clisp.org>
9570
9571         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
9572         AC_LANG_PROGRAM argument.
9573         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
9574         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
9575         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
9576         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9577         * m4/math_h.m4 (gl_MATH_H): Likewise.
9578         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
9579         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9580         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9581         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
9582         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9583         * m4/regex.m4 (gl_REGEX): Likewise.
9584         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
9585         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
9586         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9587         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
9588         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9589         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9590         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9591         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9592
9593 2008-04-14  Jim Meyering  <meyering@redhat.com>
9594
9595         test-strtod: fix typos: s/abs/fabs/
9596         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
9597
9598 2008-04-13  Bruno Haible  <bruno@clisp.org>
9599
9600         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
9601         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
9602         module is also used and while not building the reloc-wrapper.
9603
9604 2008-04-13  Bruno Haible  <bruno@clisp.org>
9605
9606         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
9607
9608 2008-04-13  Bruno Haible  <bruno@clisp.org>
9609
9610         Fix AIX compilation failure introduced on 2008-04-02.
9611         * tests/test-frexp.c (exp): Undefine before redefining.
9612         * tests/test-frexpl.c (exp): Likewise.
9613
9614 2008-04-13  Bruno Haible  <bruno@clisp.org>
9615
9616         Work around a HP-UX stdio bug.
9617         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
9618         * tests/test-ftello.c (main): Likewise.
9619         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
9620         * doc/posix-functions/ftello.texi: Likewise.
9621
9622 2008-04-13  Bruno Haible  <bruno@clisp.org>
9623
9624         Make test-signbit pass on HP-UX/hppa.
9625         * tests/test-signbit.c (minus_zerol): New variable.
9626         (test_signbitl): Use it.
9627
9628 2008-04-13  Bruno Haible  <bruno@clisp.org>
9629
9630         Make truncl work on OSF/1 4.0.
9631         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
9632         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9633         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
9634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
9635         HAVE_DECL_TRUNCL.
9636         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
9637         HAVE_DECL_TRUNCL.
9638         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
9639
9640 2008-04-13  Bruno Haible  <bruno@clisp.org>
9641
9642         * lib/unictype.h: Remove trailing comma from enumeration definitions.
9643
9644 2008-04-13  Bruno Haible  <bruno@clisp.org>
9645
9646         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
9647         expression, so as to avoid HP-UX 11 cc compiler bug.
9648
9649 2008-04-13  Bruno Haible  <bruno@clisp.org>
9650
9651         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
9652
9653 2008-04-13  Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/git-merge-changelog.c: Remove empty declaration outside of
9656         functions.
9657
9658 2008-04-13  Bruno Haible  <bruno@clisp.org>
9659
9660         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
9661
9662 2008-04-13  Bruno Haible  <bruno@clisp.org>
9663
9664         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
9665         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
9666         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
9667         also if it exists but lacks definitions of the SHUT_* macros.
9668         * modules/sys_socket (Description): Update.
9669         Reported by Elbert Pol <e.pol@chello.nl>.
9670
9671 2008-04-13  Bruno Haible  <bruno@clisp.org>
9672
9673         * lib/localcharset.c (OS2): Don't redefine if already defined.
9674         Reported by Elbert Pol <e.pol@chello.nl>.
9675
9676 2008-04-13  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/binary-io.h [__EMX__]: Include <io.h>.
9679         Reported by Elbert Pol <e.pol@chello.nl>.
9680
9681 2008-04-12  Bruno Haible  <bruno@clisp.org>
9682
9683         * lib/fpucw.h: Enable the definitions also for x86_64.
9684         Needed for NetBSD/x86_64.
9685         Reported by Thomas Klausner <tk@giga.or.at>.
9686
9687 2008-04-12  Bruno Haible  <bruno@clisp.org>
9688
9689         * tests/test-strtod.c: Include isnand.h.
9690         (main): Use isnand instead of isnan.
9691         Reported by Jim Meyering.
9692
9693 2008-04-12  Bruno Haible  <bruno@clisp.org>
9694
9695         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
9696         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9697
9698 2008-04-12  Jim Meyering  <meyering@redhat.com>
9699
9700         * m4/math_h.m4 (gl_MATH_H): Fix typos.
9701
9702 2008-04-12  Bruno Haible  <bruno@clisp.org>
9703
9704         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
9705         Reported by Elbert Pol <e.pol@chello.nl>.
9706
9707 2008-04-12  Eric Blake  <ebb9@byu.net>
9708
9709         Work around Solaris 10 math.h bug.
9710         * m4/math_h.m4 (gl_MATH_H): Check for bug.
9711         (gl_MATH_H_DEFAULTS): Set up default.
9712         * modules/math (Makefile.am): Replace new indicators.
9713         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
9714         * tests/test-math.c (main): Test this.
9715         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
9716         * doc/posix-headers/math.texi (math.h): Mention bug.
9717         Reported by Nelson H. F. Beebe and Jim Meyering.
9718
9719 2008-04-11  Bruno Haible  <bruno@clisp.org>
9720
9721         Adapt to future versions of Apple GCC.
9722         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
9723         Reported by Peter O'Gorman <peter@pogma.com>.
9724
9725 2008-04-11  Bruno Haible  <bruno@clisp.org>
9726
9727         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
9728
9729 2008-04-11  Bruno Haible  <bruno@clisp.org>
9730
9731         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
9732
9733         * modules/getaddrinfo-tests (Makefile.am): Define
9734         test_getaddrinfo_LDADD.
9735
9736 2008-04-11  Bruno Haible  <bruno@clisp.org>
9737
9738         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
9739         (init): Fix syntax error.
9740         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
9741         is declared.
9742
9743 2008-04-11  Bruno Haible  <bruno@clisp.org>
9744
9745         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
9746         * modules/glob (Depends-on): Add stdbool.
9747
9748 2008-04-11  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/trim.c: Include <string.h>.
9751
9752 2008-04-11  Eric Blake  <ebb9@byu.net>
9753
9754         Avoid compile failure on OS/2.
9755         * lib/regex_internal.h (internal_function): Disable optimization
9756         on OS/2 (__EMX__), where it caused compiler error.
9757         Reported by Elbert Pol.
9758
9759 2008-04-11  Bruno Haible  <bruno@clisp.org>
9760
9761         Flush the standard error stream before aborting. Needed on mingw.
9762         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
9763         * tests/test-array_list.c (ASSERT): Likewise.
9764         * tests/test-array_oset.c (ASSERT): Likewise.
9765         * tests/test-avltree_list.c (ASSERT): Likewise.
9766         * tests/test-avltree_oset.c (ASSERT): Likewise.
9767         * tests/test-avltreehash_list.c (ASSERT): Likewise.
9768         * tests/test-binary-io.c (ASSERT): Likewise.
9769         * tests/test-byteswap.c (ASSERT): Likewise.
9770         * tests/test-c-ctype.c (ASSERT): Likewise.
9771         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
9772         * tests/test-c-strcasestr.c (ASSERT): Likewise.
9773         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
9774         * tests/test-c-strstr.c (ASSERT): Likewise.
9775         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
9776         * tests/test-canonicalize.c (ASSERT): Likewise.
9777         * tests/test-carray_list.c (ASSERT): Likewise.
9778         * tests/test-ceilf1.c (ASSERT): Likewise.
9779         * tests/test-ceilf2.c (ASSERT): Likewise.
9780         * tests/test-ceill.c (ASSERT): Likewise.
9781         * tests/test-count-one-bits.c (ASSERT): Likewise.
9782         * tests/test-fbufmode.c (ASSERT): Likewise.
9783         * tests/test-fflush2.c (ASSERT): Likewise.
9784         * tests/test-floorf1.c (ASSERT): Likewise.
9785         * tests/test-floorf2.c (ASSERT): Likewise.
9786         * tests/test-floorl.c (ASSERT): Likewise.
9787         * tests/test-fopen.c (ASSERT): Likewise.
9788         * tests/test-fpending.c (ASSERT): Likewise.
9789         * tests/test-fprintf-posix.c (ASSERT): Likewise.
9790         * tests/test-fpurge.c (ASSERT): Likewise.
9791         * tests/test-freadable.c (ASSERT): Likewise.
9792         * tests/test-freadahead.c (ASSERT): Likewise.
9793         * tests/test-freading.c (ASSERT): Likewise.
9794         * tests/test-freadptr.c (ASSERT): Likewise.
9795         * tests/test-freadptr2.c (ASSERT): Likewise.
9796         * tests/test-freadseek.c (ASSERT): Likewise.
9797         * tests/test-freopen.c (ASSERT): Likewise.
9798         * tests/test-frexp.c (ASSERT): Likewise.
9799         * tests/test-frexpl.c (ASSERT): Likewise.
9800         * tests/test-fseek.c (ASSERT): Likewise.
9801         * tests/test-fseeko.c (ASSERT): Likewise.
9802         * tests/test-fstrcmp.c (ASSERT): Likewise.
9803         * tests/test-ftell.c (ASSERT): Likewise.
9804         * tests/test-ftello.c (ASSERT): Likewise.
9805         * tests/test-func.c (ASSERT): Likewise.
9806         * tests/test-fwritable.c (ASSERT): Likewise.
9807         * tests/test-fwriting.c (ASSERT): Likewise.
9808         * tests/test-getdelim.c (ASSERT): Likewise.
9809         * tests/test-getline.c (ASSERT): Likewise.
9810         * tests/test-i-ring.c (ASSERT): Likewise.
9811         * tests/test-iconv-utf.c (ASSERT): Likewise.
9812         * tests/test-iconv.c (ASSERT): Likewise.
9813         * tests/test-isfinite.c (ASSERT): Likewise.
9814         * tests/test-isnand.c (ASSERT): Likewise.
9815         * tests/test-isnanf.c (ASSERT): Likewise.
9816         * tests/test-isnanl.h (ASSERT): Likewise.
9817         * tests/test-ldexpl.c (ASSERT): Likewise.
9818         * tests/test-linked_list.c (ASSERT): Likewise.
9819         * tests/test-linkedhash_list.c (ASSERT): Likewise.
9820         * tests/test-localename.c (ASSERT): Likewise.
9821         * tests/test-lseek.c (ASSERT): Likewise.
9822         * tests/test-mbscasecmp.c (ASSERT): Likewise.
9823         * tests/test-mbscasestr1.c (ASSERT): Likewise.
9824         * tests/test-mbscasestr2.c (ASSERT): Likewise.
9825         * tests/test-mbscasestr3.c (ASSERT): Likewise.
9826         * tests/test-mbscasestr4.c (ASSERT): Likewise.
9827         * tests/test-mbschr.c (ASSERT): Likewise.
9828         * tests/test-mbscspn.c (ASSERT): Likewise.
9829         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
9830         * tests/test-mbspbrk.c (ASSERT): Likewise.
9831         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
9832         * tests/test-mbsrchr.c (ASSERT): Likewise.
9833         * tests/test-mbsspn.c (ASSERT): Likewise.
9834         * tests/test-mbsstr1.c (ASSERT): Likewise.
9835         * tests/test-mbsstr2.c (ASSERT): Likewise.
9836         * tests/test-mbsstr3.c (ASSERT): Likewise.
9837         * tests/test-memchr2.c (ASSERT): Likewise.
9838         * tests/test-memmem.c (ASSERT): Likewise.
9839         * tests/test-open.c (ASSERT): Likewise.
9840         * tests/test-printf-frexp.c (ASSERT): Likewise.
9841         * tests/test-printf-frexpl.c (ASSERT): Likewise.
9842         * tests/test-printf-posix.c (ASSERT): Likewise.
9843         * tests/test-quotearg.c (ASSERT): Likewise.
9844         * tests/test-rbtree_list.c (ASSERT): Likewise.
9845         * tests/test-rbtree_oset.c (ASSERT): Likewise.
9846         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
9847         * tests/test-round1.c (ASSERT): Likewise.
9848         * tests/test-roundf1.c (ASSERT): Likewise.
9849         * tests/test-roundl.c (ASSERT): Likewise.
9850         * tests/test-signbit.c (ASSERT): Likewise.
9851         * tests/test-sleep.c (ASSERT): Likewise.
9852         * tests/test-snprintf-posix.c (ASSERT): Likewise.
9853         * tests/test-snprintf.c (ASSERT): Likewise.
9854         * tests/test-sprintf-posix.c (ASSERT): Likewise.
9855         * tests/test-stat-time.c (ASSERT): Likewise.
9856         * tests/test-strcasestr.c (ASSERT): Likewise.
9857         * tests/test-strerror.c (ASSERT): Likewise.
9858         * tests/test-striconv.c (ASSERT): Likewise.
9859         * tests/test-striconveh.c (ASSERT): Likewise.
9860         * tests/test-striconveha.c (ASSERT): Likewise.
9861         * tests/test-strsignal.c (ASSERT): Likewise.
9862         * tests/test-strstr.c (ASSERT): Likewise.
9863         * tests/test-strtod.c (ASSERT): Likewise.
9864         * tests/test-trunc1.c (ASSERT): Likewise.
9865         * tests/test-trunc2.c (ASSERT): Likewise.
9866         * tests/test-truncf1.c (ASSERT): Likewise.
9867         * tests/test-truncf2.c (ASSERT): Likewise.
9868         * tests/test-truncl.c (ASSERT): Likewise.
9869         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
9870         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
9871         * tests/test-vasnprintf.c (ASSERT): Likewise.
9872         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
9873         * tests/test-vasprintf.c (ASSERT): Likewise.
9874         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
9875         * tests/test-vprintf-posix.c (ASSERT): Likewise.
9876         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
9877         * tests/test-vsnprintf.c (ASSERT): Likewise.
9878         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
9879         * tests/test-wcwidth.c (ASSERT): Likewise.
9880         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
9881         * tests/test-xprintf-posix.c (ASSERT): Likewise.
9882         * tests/test-xvasprintf.c (ASSERT): Likewise.
9883         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
9884         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
9885         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
9886         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
9887         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
9888         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
9889         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
9890         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
9891         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
9892         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
9893         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
9894         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
9895         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
9896         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
9897         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
9898         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
9899         * tests/unictype/test-block_list.c (ASSERT): Likewise.
9900         * tests/unictype/test-block_of.c (ASSERT): Likewise.
9901         * tests/unictype/test-block_test.c (ASSERT): Likewise.
9902         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
9903         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
9904         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
9905         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
9906         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
9907         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
9908         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
9909         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
9910         * tests/unictype/test-combining.c (ASSERT): Likewise.
9911         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
9912         * tests/unictype/test-digit.c (ASSERT): Likewise.
9913         * tests/unictype/test-mirror.c (ASSERT): Likewise.
9914         * tests/unictype/test-numeric.c (ASSERT): Likewise.
9915         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
9916         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
9917         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
9918         * tests/unictype/test-scripts.c (ASSERT): Likewise.
9919         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
9920         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
9921         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
9922         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
9923         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
9924         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
9925         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
9926         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
9927         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
9928         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
9929         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
9930         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
9931         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
9932         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
9933         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
9934         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
9935         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
9936         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
9937         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
9938         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
9939         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
9940         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
9941         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
9942         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
9943         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
9944         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
9945         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
9946         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
9947         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
9948         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
9949         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
9950         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
9951         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
9952         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
9953         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
9954         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
9955         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
9956         Reported by Eric Blake.
9957
9958 2008-04-11  Bruno Haible  <bruno@clisp.org>
9959
9960         * lib/wchar.in.h: Tweak comment.
9961
9962 2008-04-11  Bruno Haible  <bruno@clisp.org>
9963
9964         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
9965         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
9966         gl_COMMON.
9967         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
9968
9969 2008-04-11  Bruno Haible  <bruno@clisp.org>
9970
9971         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
9972
9973 2008-04-11  Simon Josefsson  <simon@josefsson.org>
9974
9975         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
9976         of attempting to use non-existing /dev/*random.  Based on patch
9977         from Adam Strzelecki <ono@java.pl> in
9978         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
9979
9980 2008-04-08  Bruno Haible  <bruno@clisp.org>
9981
9982         Add tentative support for emx+gcc.
9983         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
9984         * lib/fpurge.c (fpurge): Likewise.
9985         * lib/freadable.c (freadable): Likewise.
9986         * lib/freadahead.c (freadahead): Likewise.
9987         * lib/freading.c (freading): Likewise.
9988         * lib/freadptr.c (freadptr): Likewise.
9989         * lib/freadseek.c (freadptrinc): Likewise.
9990         * lib/fseeko.c (rpl_fseeko): Likewise.
9991         * lib/fseterr.c (fseterr): Likewise.
9992         * lib/fwritable.c (fwritable): Likewise.
9993         * lib/fwriting.c (fwriting): Likewise.
9994         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
9995
9996 2008-04-09  Eric Blake  <ebb9@byu.net>
9997
9998         Avoid some autoconf warnings.
9999         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
10000         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
10001         * m4/afs.m4 (gl_AFS): Likewise.
10002         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
10003         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
10004         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10005         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
10006         (gl_INTEGER_TYPE_SUFFIX): Likewise.
10007         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
10008         (AC_CHECK_DECLS_ONCE): Likewise.
10009         Rename file...
10010         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
10011         gnulib-tool requires autoconf 2.59 or better.
10012         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
10013
10014 2008-04-08  Eric Blake  <ebb9@byu.net>
10015
10016         Use 'git describe --match' if present (added in git 1.5.5).
10017         * build-aux/git-version-gen: Limit result to tags that match 'v*'
10018         if possible.
10019
10020 2008-04-08  Bruno Haible  <bruno@clisp.org>
10021
10022         Add tentative support for OpenServer.
10023         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
10024         _ptr, _cnt.
10025         * lib/fpurge.c (fpurge): Likewise.
10026         * lib/freadable.c (freadable): Likewise.
10027         * lib/freadahead.c (freadahead): Likewise.
10028         * lib/freading.c (freading): Likewise.
10029         * lib/freadptr.c (freadptr): Likewise.
10030         * lib/freadseek.c (freadptrinc): Likewise.
10031         * lib/fseeko.c (rpl_fseeko): Likewise.
10032         * lib/fseterr.c (fseterr): Likewise.
10033         * lib/fwritable.c (fwritable): Likewise.
10034         * lib/fwriting.c (fwriting): Likewise.
10035         Reported by Roger Cornelius <rac@tenzing.org> and
10036         Brian K. White <brian@aljex.com>.
10037
10038 2008-04-06  Jim Meyering  <meyering@redhat.com>
10039
10040         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
10041
10042 2008-04-06  Bruno Haible  <bruno@clisp.org>
10043
10044         Avoid possible error with non-ASCII bytes in UTF-8 locales.
10045         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
10046         * tests/test-printf-posix.sh: Likewise.
10047         * tests/test-vfprintf-posix.sh: Likewise.
10048         * tests/test-vprintf-posix.sh: Likewise.
10049         * tests/test-xprintf-posix.sh: Likewise.
10050
10051 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10052
10053         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
10054         hide error from 'ls', needed on OS/2.
10055         Report by Elbert Pol <elbert.pol@gmail.com>.
10056
10057 2008-04-04  Eric Blake  <ebb9@byu.net>
10058
10059         Make test-fseeko.c failures meaningful.
10060         * tests/test-fseeko.c: Print line number on failure.
10061         * tests/test-fseek.c: Likewise.
10062         Reported by Nelson H. F. Beebe.
10063
10064         Improve strtod bug detection check.
10065         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
10066         required for Solaris 10.
10067         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
10068
10069 2008-04-04  Bruno Haible  <bruno@clisp.org>
10070
10071         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
10072         by m4/setenv.m4.
10073
10074 2008-04-03  Eric Blake  <ebb9@byu.net>
10075
10076         Ensure sane .version contents.
10077         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
10078         version string.
10079         * build-aux/git-version-gen: Improve documentation.
10080
10081         Make GNU make output nicer.
10082         * top/GNUmakefile [!_have-Makefile]: Add dependency on
10083         MAKECMDGOALS to enforce message for all command line targets.  Set
10084         srcdir for use in maint.mk.
10085
10086         Another maintainer tweak.
10087         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
10088         a target that regenerates version.
10089
10090 2008-04-03  Jim Meyering  <meyering@redhat.com>
10091
10092         vc-list-files: don't cause coreutils "make po-check" failure
10093         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
10094
10095 2008-04-03  Eric Blake  <ebb9@byu.net>
10096
10097         Allow VPATH usage of vc-list-files.
10098         * build-aux/vc-list-files (scriptversion): Add timestamp.
10099         (options): Add --help, --version, -C.
10100         (CVS): Support installed cvsu.
10101
10102 2008-04-02  Bruno Haible  <bruno@clisp.org>
10103
10104         Avoid some "statement with no effect" warnings from gcc.
10105         * tests/test-wctype.c (main): Explicitly ignore unused values.
10106         Reported by Jim Meyering.
10107
10108 2008-04-02  Jim Meyering  <meyering@redhat.com>
10109
10110         Avoid some warnings from "gcc -Wshadow".
10111         * tests/test-frexp.c (exp): Define to a different identifier.
10112         * tests/test-frexpl.c (exp): Likewise.
10113
10114 2008-04-03  Jim Meyering  <meyering@redhat.com>
10115
10116         bootstrap: remove dangling *.[ch] symlinks from lib
10117         * build-aux/bootstrap [dangling symlink removal]: Move find's
10118         -depth option to precede all others, to avoid a warning.
10119         Remove *.[ch] files too, and from "$source_base" (usually lib/).
10120
10121 2008-04-02  Bruno Haible  <bruno@clisp.org>
10122
10123         Avoid some warnings from "gcc -Wshadow".
10124         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
10125         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
10126         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
10127         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
10128         Reported by Jim Meyering.
10129
10130 2008-04-01  Bruno Haible  <bruno@clisp.org>
10131
10132         Fix test to work on IRIX 6.5 with cc.
10133         * tests/test-math.c (numeric_equal): New function.
10134         (main): Use it.
10135
10136 2008-04-01  Bruno Haible  <bruno@clisp.org>
10137
10138         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
10139
10140 2008-04-01  Bruno Haible  <bruno@clisp.org>
10141
10142         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
10143         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10144         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
10145         (Depends-on): Remove math.
10146
10147         * tests/test-vasprintf-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/vasprintf-posix-tests (Files): Add tests/nan.h.
10150         (Depends-on): Remove math.
10151
10152         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
10153         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10154         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
10155         (Depends-on): Remove math.
10156         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
10157         (Depends-on): Remove math.
10158
10159         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
10160         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
10161         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
10162         (Depends-on): Remove math.
10163         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
10164         (Depends-on): Remove math.
10165
10166         * tests/test-round1.c: Include nan.h.
10167         (main): Use NaNd instead of NAN.
10168         * modules/round-tests (Files): Add tests/nan.h.
10169
10170         * tests/test-trunc1.c: Include nan.h.
10171         (main): Use NaNd instead of NAN.
10172         * modules/trunc-tests (Files): Add tests/nan.h.
10173
10174         * tests/test-roundf1.c: Include nan.h.
10175         (main): Use NaNf instead of NAN.
10176         * modules/roundf-tests (Files): Add tests/nan.h.
10177
10178         * tests/test-truncf1.c: Include nan.h.
10179         (main): Use NaNf instead of NAN.
10180         * modules/truncf-tests (Files): Add tests/nan.h.
10181
10182         * tests/test-ceilf1.c: Include nan.h.
10183         (main): Use NaNf instead of NAN.
10184         * modules/ceilf-tests (Files): Add tests/nan.h.
10185
10186         * tests/test-floorf1.c: Include nan.h.
10187         (main): Use NaNf instead of NAN.
10188         * modules/floorf-tests (Files): Add tests/nan.h.
10189
10190         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
10191         (main): Use NaNf instead of NAN.
10192         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
10193
10194         * tests/test-isnand.c: Include nan.h instead of <math.h>.
10195         (main): Use NaNd instead of NAN.
10196         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
10197
10198         * tests/test-frexp.c: Include nan.h.
10199         (main): Use NaNd instead of NAN.
10200         * modules/frexp-tests (Files): Add tests/nan.h.
10201
10202         * lib/isnan.c: Don't include <math.h>.
10203         (FUNC): Don't use NAN macro.
10204         * modules/isnand-nolibm (Depends-on): Remove math.
10205         * modules/isnanf-nolibm (Depends-on): Remove math.
10206         * modules/isnanl (Depends-on): Remove math.
10207         * modules/isnanl-nolibm (Depends-on): Remove math.
10208
10209         * tests/nan.h: New file.
10210
10211 2008-04-01  Eric Blake  <ebb9@byu.net>
10212
10213         Fix typos.
10214         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
10215         values to be the right type.
10216
10217         For now, cater to gnulib strtod inaccuracies.
10218         * tests/test-strtod.c (main): Allow 1-ulp error on expected
10219         fractional results.  While not as nice from a QoI perspective, it
10220         is a quicker patch than correctly implementing decimal to binary
10221         rounding.
10222
10223 2008-03-31  Eric Blake  <ebb9@byu.net>
10224
10225         Guarantee a definition of NAN.
10226         * lib/math.in.h (NAN): Define if missing.
10227         * tests/test-math.c (main): Test it.
10228         * doc/posix-headers/math.texi (math.h): Document this.
10229         * lib/isnan.c (rpl_isnand): Use it.
10230         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
10231         * tests/test-floorf1.c (NaN): Likewise.
10232         * tests/test-frexp.c (NaN): Likewise.
10233         * tests/test-isnand.c (NaN): Likewise.
10234         * tests/test-isnanf.c (NaN): Likewise.
10235         * tests/test-round1.c (NaN): Likewise.
10236         * tests/test-roundf1.c (NaN): Likewise.
10237         * tests/test-snprintf-posix.h (NaN): Likewise.
10238         * tests/test-sprintf-posix.h (NaN): Likewise.
10239         * tests/test-trunc1.c (NaN): Likewise.
10240         * tests/test-truncf1.c (NaN): Likewise.
10241         * tests/test-vasnprintf-posix.c (NaN): Likewise.
10242         * tests/test-vasprintf-posix.c (NaN): Likewise.
10243         * modules/isnand-nolibm (Depends-on): Add math.
10244         * modules/isnanf-nolibm (Depends-on): Likewise.
10245         * modules/isnanl (Depends-on): Likewise.
10246         * modules/isnanl-nolibm (Depends-on): Likewise.
10247         * modules/snprintf-posix-tests (Depends-on): Likewise.
10248         * modules/sprintf-posix-tests (Depends-on): Likewise.
10249         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
10250         * modules/vsprintf-posix-tests (Depends-on): Likewise.
10251         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
10252         * modules/vasprintf-posix-tests (Depends-on): Likewise.
10253
10254 2008-03-31  Bruno Haible  <bruno@clisp.org>
10255
10256         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
10257         * doc/posix-functions/strtod.texi: Likewise.
10258
10259 2008-03-31  Bruno Haible  <bruno@clisp.org>
10260
10261         * tests/test-strtod.c (main): Don't use C99 syntax.
10262
10263 2008-03-31  Bruno Haible  <bruno@clisp.org>
10264
10265         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
10266         Reported by Eric Blake.
10267
10268 2008-03-31  Jim Meyering  <meyering@redhat.com>
10269
10270         Don't compare actual signbit return values.
10271         * tests/test-strtod.c (main): Rather, compare only their
10272         zero/non-zero nature.
10273
10274 2008-03-31  Eric Blake  <ebb9@byu.net>
10275
10276         More strtod documentation.
10277         * doc/posix-functions/strtod.texi (strtod): Interpret more test
10278         failures as distinct bugs.
10279
10280 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10281
10282         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
10283         Problem reported by Erik Benada in
10284         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
10285
10286 2008-03-30  Bruno Haible  <bruno@clisp.org>
10287
10288         * tests/test-strtod.c: Add comments about which assertion fails on which
10289         platform.
10290         * doc/posix-functions/strtod.texi: Add info about many more platforms.
10291
10292 2008-03-30  Eric Blake  <ebb9@byu.net>
10293
10294         Test signbit behavior on zeros.
10295         * tests/test-signbit.c (test_signbitf): Add tests for zero.
10296         (test_signbitd, test_signbitl): Likewise.
10297
10298         More strtod touchups.
10299         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
10300         sign of negative underflow, for now.  Use .5, not .1.
10301         * doc/posix-functions/strtod.texi (strtod): Mention these
10302         limitations.
10303         Reported by Jim Meyering.
10304
10305 2008-03-30  Bruno Haible  <bruno@clisp.org>
10306
10307         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
10308         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
10309
10310 2008-03-30  Bruno Haible  <bruno@clisp.org>
10311
10312         Avoid failure when attempting to return empty iconv results on some
10313         platforms.
10314         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
10315         allocation, don't report ENOMEM when the resulting string is empty.
10316
10317 2008-03-30  Bruno Haible  <bruno@clisp.org>
10318
10319         Fix buffer overrun.
10320         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
10321         Don't consider the width for tmp_length. Check count against tmp_length
10322         before doing the padding. Ensure enough allocation during padding.
10323
10324 2008-03-30  Eric Blake  <ebb9@byu.net>
10325
10326         strtod touchups.
10327         * lib/strtod.c (strtod): Avoid compiler warnings.
10328         Reported by Jim Meyering.
10329
10330 2008-03-30  Bruno Haible  <bruno@clisp.org>
10331
10332         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
10333         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
10334         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
10335         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
10336         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
10337         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
10338         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
10339         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
10340
10341         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
10342         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
10343         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
10344         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
10345         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
10346         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
10347         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
10348         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
10349
10350         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
10351         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
10352         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
10353         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
10354         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
10355         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
10356         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
10357         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
10358
10359         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
10360         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
10361
10362         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
10363         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
10364
10365         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
10366         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
10367
10368         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
10369         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
10370         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
10371
10372         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
10373         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
10374         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
10375
10376         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
10377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
10378         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
10379
10380         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
10381         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
10382         * modules/vasprintf (Depends-on): Add EOVERFLOW.
10383
10384         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
10385         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
10386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
10387         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
10388         (Depends-on): Add EOVERFLOW.
10389         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
10390         (Depends-on): Add EOVERFLOW.
10391         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10392         (Depends-on): Add EOVERFLOW.
10393         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
10394         (Depends-on): Add EOVERFLOW.
10395         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10396         (Depends-on): Add EOVERFLOW.
10397         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
10398         (Depends-on): Add EOVERFLOW.
10399         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10400         (Depends-on): Add EOVERFLOW.
10401         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
10402         (Depends-on): Add EOVERFLOW.
10403
10404         * lib/sprintf.c (EOVERFLOW): Remove fallback.
10405         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
10406         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
10407
10408         * lib/snprintf.c (EOVERFLOW): Remove fallback.
10409         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
10410         * modules/snprintf (Depends-on): Add EOVERFLOW.
10411
10412         * lib/poll.c (EOVERFLOW): Remove fallback.
10413         * modules/poll (Depends-on): Add EOVERFLOW.
10414
10415         * lib/getugroups.c (EOVERFLOW): Remove fallback.
10416         * modules/getugroups (Depends-on): Add EOVERFLOW.
10417
10418         * lib/getdelim.c (EOVERFLOW): Remove fallback.
10419         * modules/getdelim (Depends-on): Add EOVERFLOW.
10420
10421         * lib/ftell.c (EOVERFLOW): Remove fallback.
10422         * modules/ftell (Depends-on): Add EOVERFLOW.
10423
10424         * lib/fprintf.c (EOVERFLOW): Remove fallback.
10425         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
10426         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
10427
10428         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
10429
10430         * modules/EOVERFLOW-tests: New file.
10431         * tests/test-EOVERFLOW.c: New file.
10432
10433         * modules/EOVERFLOW: New file.
10434         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
10435
10436 2008-03-30  Bruno Haible  <bruno@clisp.org>
10437
10438         Fix bug introduced on 2007-06-10.
10439         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
10440         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
10441
10442 2008-03-30  Bruno Haible  <bruno@clisp.org>
10443
10444         Improve freadseek's efficiency after ungetc.
10445         * lib/freadseek.c: Include freadahead.h.
10446         (freadptrinc): New function, extracted from freadseek.
10447         (freadseek): Use it in a loop. Use freadahead to determine the number
10448         of loop iterations.
10449         * modules/freadseek (Depends-on): Add freadahead.
10450         (configure.ac): Require AC_C_INLINE.
10451
10452 2008-03-30  Bruno Haible  <bruno@clisp.org>
10453
10454         * lib/freadseek.c (freadseek): Don't ignore the return value of
10455         freadptr.
10456
10457 2008-03-29  Eric Blake  <ebb9@byu.net>
10458
10459         Add hex float support.
10460         * modules/strtod (Depends-on): Add c-ctype.
10461         (Link): Mention POW_LIB.
10462         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
10463         whitespace between 'e' and exponent.
10464         * tests/test-strtod.c (main): Enable hex float tests.
10465         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
10466         now provides.
10467
10468         Document various strtod bugs, with some fixes.
10469         * doc/posix-functions/strtod.texi (strtod): Document bugs with
10470         "-0x", "inf", "nan", and hex constants.
10471         * doc/posix-functions/atof.texi (atof): Likewise.
10472         * modules/stdlib (Makefile.am): Support strtod.
10473         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10474         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
10475         detect additional strtod bugs.
10476         * lib/stdlib.in.h (rpl_strtod): Add declarations.
10477         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
10478         bool where appropriate.  Parse 'inf' and 'nan'.
10479         * tests/test-strtod.c: New file.
10480         * modules/strtod (Depends-on): Add stdbool, stdlib.
10481         (configure.ac): Turn on module indicator.
10482         * modules/strtod-tests: New module.
10483
10484 2008-03-29  Eric Blake  <ebb9@byu.net>
10485
10486         Fix ftell on mingw.
10487         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
10488         * modules/ftell-tests (Depends-on): Add binary-io.
10489         * modules/ftello-tests (Depends-on): Likewise.
10490         * tests/test-ftell.c (main): Enhance test to cover behavior after
10491         ungetc.  Enforce binary mode.
10492         * tests/test-ftello.c (main): Likewise.
10493
10494         Pass test-freadseek on cygwin.
10495         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
10496         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
10497         ungetc buffer.
10498
10499         * tests/test-fflush2.c (main): Fix typo.
10500
10501 2008-03-29  Bruno Haible  <bruno@clisp.org>
10502
10503         * tests/test-fflush2.c (main): Temporarily disable the contents of
10504         this test.
10505         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
10506         Reported by Eric Blake.
10507
10508 2008-03-28  Simon Josefsson  <simon@josefsson.org>
10509
10510         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
10511         (GC_SHA224_DIGEST_SIZE): Add.
10512
10513         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
10514         (gc_hash_digest_length): Likewise.
10515         (gc_hash_buffer): Likewise.
10516
10517 2008-03-25  Bruno Haible  <bruno@clisp.org>
10518
10519         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
10520         detail which gettext release to use.
10521         Reported by Simon Josefsson.
10522
10523 2008-03-26  Jim Meyering  <meyering@redhat.com>
10524
10525         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
10526         * modules/gnumakefile (clean-GNUmakefile): Also, use
10527         test ... && ... || : syntax rather than if-then ... fi.
10528
10529         gnumakefile: Don't double-quote-expand $(VPATH) value.
10530         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
10531
10532 2008-03-24  Eric Blake  <ebb9@byu.net>
10533
10534         Alter GNUmakefile to install into top directory.
10535         * modules/maintainer-makefile: Split, and add dependency...
10536         * modules/gnumakefile: to this new module.
10537         * build-aux/GNUmakefile: Move...
10538         * top/GNUmakefile: ...here.
10539         * build-aux/maint.mk: Move...
10540         * top/maint.mk: ...here.
10541         * MODULES.html.sh (Support for maintaining...): Document new
10542         module.
10543
10544 2008-03-23  Bruno Haible  <bruno@clisp.org>
10545
10546         * gnulib-tool: New options --vc-files, --no-vc-files.
10547         (func_usage): Document them.
10548         (vc_files): New variable.
10549         (func_import): Consider vc_files.
10550         (func_create_testdir): Set vc_files to empty.
10551         Suggested by Jim Meyering and Karl Berry.
10552
10553 2008-03-23  Bruno Haible  <bruno@clisp.org>
10554
10555         Fix regex compilation error on HP-UX 11.
10556         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
10557         * modules/regex (Files): Add m4/mbstate_t.m4.
10558         Reported by Ton Voon <ton.voon@altinity.com>.
10559
10560 2008-03-23  Bruno Haible  <bruno@clisp.org>
10561
10562         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
10563
10564 2008-03-23  Eric Blake  <ebb9@byu.net>
10565             Bruno Haible  <bruno@clisp.org>
10566
10567         Install files from top/ in the destination directory.
10568         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10569         augmentation also for the files from top/.
10570         (func_import, func_create_testdir): Rewrite file names:
10571         top/filename -> filename.
10572
10573 2008-03-23  Bruno Haible  <bruno@clisp.org>
10574
10575         Tweak "gnulib --version" output.
10576         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
10577
10578 2008-03-23  Bruno Haible  <bruno@clisp.org>
10579
10580         Tweak "gnulib --version" output.
10581         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
10582         rather than contents of ChangeLog, when possible.
10583
10584 2008-03-21  Eric Blake  <ebb9@byu.net>
10585
10586         More --version tweaks.
10587         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
10588         date of last ChangeLog entry.
10589
10590 2008-03-21  Jim Meyering  <meyering@redhat.com>
10591
10592         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
10593
10594 2008-03-20  Eric Blake  <ebb9@byu.net>
10595
10596         VPATH fix.
10597         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
10598
10599 2008-03-20  Simon Josefsson  <simon@josefsson.org>
10600
10601         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
10602         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
10603
10604 2008-03-20  Eric Blake  <ebb9@byu.net>
10605
10606         Sync GNUmakefile with coreutils.
10607         * build-aux/GNUmakefile (have-Makefile): Rename...
10608         (_have-Makefile): ...to this, for namespace consideration.
10609         (GNUmakefile.cfg): Include, if present.
10610         (_autoreconf): Define a default.
10611         (_is-dist-target): New rule for rebuilds to pick up intra-release
10612         version.
10613         (maint-cfg.mk): Rename...
10614         (cfg.mk): ...to this.
10615
10616 2008-03-18  Jim Meyering  <meyering@redhat.com>
10617
10618         New script and module: mktempd
10619         * MODULES.html.sh (maint+release support): Add mktempd.
10620         * build-aux/mktempd: New file.
10621         * modules/mktempd: New file.
10622
10623 2008-03-15  Jim Meyering  <meyering@redhat.com>
10624
10625         Undo last change.
10626         * lib/sha1.c, lib/md5.c: 63 != ~63.
10627         Reported by Andreas Schwab.
10628
10629         sha1.c, md5.c: Hoist a redundant expression.
10630         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
10631         "ctx->buflen" only once, before calling *_process_block.
10632         * lib/md5.c (md5_process_bytes): Likewise.
10633
10634 2008-03-14  Eric Blake  <ebb9@byu.net>
10635
10636         Bump copyright year in files generated by gnulib-tool.
10637         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
10638         gnulib-tool, rather than hard-coding it.
10639
10640         Fix 'gnulib-tool --version' output to work with git.
10641         * gnulib-tool (func_gnulib_dir): New function, extracted from...
10642         (startup): ...here.
10643         (func_version): Use it to invoke git-version-gen, rather than
10644         relying on CVS keyword expansion.  Modernize wording.
10645         (cvsdatestamp, last_checkin_date, version): Kill unused
10646         variables.
10647
10648 2008-03-12  Jim Meyering  <meyering@redhat.com>
10649
10650         Recognize optional cast of the argument to free.
10651         * build-aux/useless-if-before-free: Update regexps.
10652
10653         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
10654
10655 2008-03-11  Bruno Haible  <bruno@clisp.org>
10656
10657         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
10658         by a single package.
10659         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
10660         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
10661         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
10662         Reported by Sam Steingold <sds@gnu.org>.
10663
10664 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10665
10666         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
10667         repositories.
10668
10669 2008-03-11  Bruno Haible  <bruno@clisp.org>
10670
10671         Avoid conflicts between local macro definitions.
10672         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10673         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
10674
10675 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
10676             Bruno Haible  <bruno@clisp.org>
10677
10678         Make va_copy work with some version of xlc on AIX 5.1.
10679         * lib/stdarg.in.h: New file.
10680         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
10681         On AIX, use a <stdarg.h> file substitute.
10682         * modules/stdarg (Files): Add lib/stdarg.in.h.
10683         (Depends-on): Add include_next.
10684         (Makefile.am): Build a stdarg.h substitute if requested.
10685         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
10686
10687 2008-03-10  Bruno Haible  <bruno@clisp.org>
10688
10689         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
10690         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10691         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10692
10693 2008-03-10  Bruno Haible  <bruno@clisp.org>
10694
10695         * modules/stdlib (Depends-on): Add include_next, remove
10696         absolute-header.
10697
10698 2008-03-09  Bruno Haible  <bruno@clisp.org>
10699
10700         * lib/freadahead.h (freadahead): Document more precisely.
10701         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
10702         the sum of both buffer sizes.
10703         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
10704         * NEWS: Document the change.
10705
10706 2008-03-09  Bruno Haible  <bruno@clisp.org>
10707
10708         Extend freadptr to return also the buffer size.
10709         * lib/freadptr.h (freadptr): Add sizep argument.
10710         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
10711         (freadptr): Add sizep argument. Determine buffer size like freadahead
10712         does.
10713         * tests/test-freadptr.c: Don't include freadahead.h.
10714         (main): Adapt for new calling convention of freadptr.
10715         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
10716         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
10717         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
10718         tests/test-freadptr2.sh.
10719         (Depends): Remove freadahead.
10720         (TESTS): Add test-freadptr2.sh.
10721         (check_PROGRAMS): Add test-freadptr2.
10722
10723 2008-03-09  Bruno Haible  <bruno@clisp.org>
10724
10725         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
10726         Report and solution by Simon Josefsson.
10727
10728 2008-03-06  Bruno Haible  <bruno@clisp.org>
10729
10730         Make fflush after ungetc work on BSD platforms.
10731         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
10732         * tests/test-fflush2.c: New file.
10733         * tests/test-fflush2.sh: New file.
10734         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
10735         tests/test-fflush2.c.
10736         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
10737         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
10738
10739 2008-03-06  Eric Blake  <ebb9@byu.net>
10740
10741         Likewise for ftello.
10742         * modules/ftello (Dependencies): Add extensions.
10743         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
10744
10745 2008-03-06  Bruno Haible  <bruno@clisp.org>
10746
10747         * modules/fseeko (Dependencies): Add extensions.
10748         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
10749         Needed on glibc systems.
10750
10751 2008-03-06  Bruno Haible  <bruno@clisp.org>
10752
10753         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
10754         email address.
10755         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10756
10757 2008-03-06  Bruno Haible  <bruno@clisp.org>
10758
10759         * users.txt: Add libgnupdf.
10760
10761 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10762
10763         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
10764         (Header File Substitutes, Function Substitutes,
10765         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
10766         (Build robot for gnulib): Fix typo.
10767
10768 2008-03-06  Bruno Haible  <bruno@clisp.org>
10769
10770         * doc/gnulib-tool.texi (VCS Issues): Small updates.
10771         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10772
10773 2008-03-06  Bruno Haible  <bruno@clisp.org>
10774
10775         * doc/func.texi: New file, extracted from doc/gnulib.texi.
10776         * doc/gnulib.texi: Include it.
10777
10778 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10779
10780         * modules/func (License): Change license to unlimited; there was
10781         no LGPL parts in the module anyway.
10782
10783 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10784
10785         * modules/__func__: Renamed to modules/func.
10786         * modules/__func__-tests: Renamed to modules/func-tests.
10787         * tests/test-__func__.c: Renamed to tests/test-func.c.
10788         * m4/__func__.m4: Renamed to m4/func.m4.
10789         * doc/gnulib.texi (__func__): Section renamed to func.
10790         Suggested by Eric Blake <ebb9@byu.net>.
10791
10792 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10793
10794         * doc/gnulib.texi (__func__): Use C99 terminology when talking
10795         about __func__.  Make example self-contained.  Suggested by Eric
10796         Blake <ebb9@byu.net>.
10797
10798         * tests/test-__func__.c (main): Avoid extraneous () around __func.
10799         Suggested by Eric Blake <ebb9@byu.net>.
10800
10801 2008-03-06  Simon Josefsson  <simon@josefsson.org>
10802
10803         * modules/__func__: New file.
10804         * modules/__func__-tests: New file.
10805         * tests/test-__func__.c: New file.
10806         * m4/__func__.m4: New file.
10807         * doc/gnulib.texi (__func__): Document __func__ module.
10808
10809 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10810
10811         * modules/byteswap (License): Re-license as LGPLv2+.
10812
10813 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10814
10815         * doc/Makefile: Add pdf target.
10816
10817 2008-03-05  Simon Josefsson  <simon@josefsson.org>
10818
10819         * modules/inline (License): Use 'unlimited', since there are only
10820         *.m4 files in this module.
10821
10822 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10823             Bruno Haible  <bruno@clisp.org>
10824
10825         Add support for HP C 7.1 on OpenVMS 8.3.
10826         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
10827
10828 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
10829
10830         Update VMS specifics.
10831         * lib/getopt.c [VMS]: Remove include of unixlib.h.
10832
10833 2008-03-02  Jim Meyering  <meyering@redhat.com>
10834
10835         Remove the last dependency on the "free" module.
10836         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
10837         Reported by Bob Proulx.
10838
10839         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
10840
10841         Remove useless "if" tests before free.  Deprecate "free" module.
10842         * doc/posix-functions/free.texi: Mention that this
10843         module is no longer useful.
10844         * modules/free (Notice): Say this module is obsolete.
10845         * modules/readutmp (Depends-on): Remove free.
10846         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
10847         * lib/putenv.c (putenv): Likewise.
10848         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
10849         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
10850         * tests/test-c-strcasestr.c (main): Likewise.
10851         * tests/test-c-strstr.c (main): Likewise.
10852         * tests/test-mbscasestr1.c (main): Likewise.
10853         * tests/test-mbscasestr2.c (main): Likewise.
10854         * tests/test-mbsstr1.c (main): Likewise.
10855         * tests/test-mbsstr2.c (main): Likewise.
10856         * tests/test-memmem.c (main): Likewise.
10857         * tests/test-strcasestr.c (main): Likewise.
10858         * tests/test-striconv.c (main): Likewise.
10859         * tests/test-striconveh.c (main): Likewise.
10860         * tests/test-striconveha.c (main): Likewise.
10861         * tests/test-strstr.c (main): Likewise.
10862
10863         * build-aux/git-version-gen: Adjust a comment and the Usage string.
10864
10865         bootstrap: sync from coreutils again
10866         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
10867
10868 2008-03-01  Jim Meyering  <meyering@redhat.com>
10869
10870         bootstrap: sync from coreutils
10871         * build-aux/bootstrap (update_po_files): Copy a .po file into place
10872         also when the target doesn't exist.
10873
10874 2008-03-01  Eric Blake  <ebb9@byu.net>
10875
10876         Fix bugs in last patch.
10877         * lib/memchr2.c (memchr2): Fix typo.
10878         * tests/test-memchr2.c: Test previous bug, and don't use GNU
10879         extension.
10880         Reported by Bruce Korb.
10881
10882         New module 'memchr2'.
10883         * modules/memchr2: New file.
10884         * modules/memchr2-tests: Likewise.
10885         * lib/memchr2.h: Likewise.
10886         * lib/memchr2.c: Likewise, based on memchr.c.
10887         * tests/test-memchr2.c: New test.
10888         * MODULES.html.sh (String handling): Add memchr2.
10889
10890 2008-02-29  Bruno Haible  <bruno@clisp.org>
10891
10892         * modules/freadseek-tests: New file.
10893         * tests/test-freadseek.sh: New file.
10894         * tests/test-freadseek.c: New file.
10895
10896         New module 'freadseek'.
10897         * modules/freadseek: New file.
10898         * lib/freadseek.h: New file.
10899         * lib/freadseek.c: New file.
10900         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
10901
10902 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
10903
10904         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
10905         wydawca.
10906
10907         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
10908         program_invocation_name and program_invocation_short_name are
10909         present.
10910
10911 2008-02-28  Bruno Haible  <bruno@clisp.org>
10912
10913         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
10914         * tests/test-freadptr.sh: Also test non-seekable stdin.
10915
10916 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
10917
10918         * build-aux/bootstrap (source_base, m4_base)
10919         (doc_base, tests_base): New variables.
10920         (gnulib_tool_options): Do not hardcode base directories, use
10921         the above variables instead.
10922
10923 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
10924
10925         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
10926
10927 2008-02-28  Bruno Haible  <bruno@clisp.org>
10928
10929         * modules/freadptr-tests: New file.
10930         * tests/test-freadptr.sh: New file.
10931         * tests/test-freadptr.c: New file.
10932
10933         New module 'freadptr'.
10934         * modules/freadptr: New file.
10935         * lib/freadptr.h: New file.
10936         * lib/freadptr.c: New file.
10937         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
10938
10939 2008-02-26  Karl Berry  <karl@freefriends.org>
10940
10941         Sync from Libtool:
10942         * libltdl/argz.c (argz_add, argz_count): New functions.
10943         * libltdl/argz.in.h: Declare them.
10944         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
10945
10946 2008-02-22  Bruno Haible  <bruno@clisp.org>
10947
10948         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
10949         is a pointer type.  Needed for HP-UX 10.
10950         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
10951         * doc/posix-functions/gmtime_r.texi: Likewise.
10952         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
10953
10954 2008-02-24  Bruno Haible  <bruno@clisp.org>
10955
10956         * modules/environ-tests: New file.
10957         * tests/test-environ.c: New file.
10958
10959         New module 'environ'.
10960         * modules/environ: New file.
10961         * lib/unistd.in.h (environ): New declaration.
10962         * m4/environ.m4: New file.
10963         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
10964         after use.
10965         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
10966         HAVE_DECL_ENVIRON.
10967         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
10968         HAVE_DECL_ENVIRON.
10969         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
10970         wrong claim that 'environ' is missing on some systems.
10971         * modules/execute (Depends-on): Add environ.
10972         * lib/execute.c (environ): Remove fallback declaration.
10973         * modules/pipe (Depends-on): Add environ.
10974         * lib/pipe.c (environ): Remove fallback declaration.
10975         * modules/setenv (Depends-on): Add environ.
10976         * lib/setenv.c (environ): Remove fallback declaration.
10977         * modules/unsetenv (Depends-on): Add environ.
10978         * lib/unsetenv.c (environ): Remove fallback declaration.
10979         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
10980         m4/environ.m4.
10981         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
10982         (gl_PREREQ_UNSETENV): Likewise.
10983
10984 2008-02-24  Bruno Haible  <bruno@clisp.org>
10985
10986         * doc/posix-functions/environ.texi: Document the MacOS X problem.
10987
10988 2008-02-20  Bob Proulx  <bob@proulx.com>
10989
10990         Enable use of older two part flavor 'git describe'.
10991         * build-aux/git-version-gen: If using the older two part flavor of
10992         git version then recreate the third part now present in the
10993         newer three part flavor of git describe.
10994
10995 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
10996
10997         * lib/fts.c (fts_build): Typo correction to comment.
10998
10999 2008-02-17  Bruno Haible  <bruno@clisp.org>
11000
11001         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
11002         generating no-op conflicts.
11003
11004 2008-02-17  Bruno Haible  <bruno@clisp.org>
11005
11006         Speed up by 10%.
11007         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
11008         result_entries, rather than an index-based loop.
11009
11010 2008-02-17  Bruno Haible  <bruno@clisp.org>
11011
11012         Speed up by 25%.
11013         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
11014         'hashcode_cached'.
11015         (entry_create): New function.
11016         (entry_hashcode): Use the cached hashcode if possible.
11017         (read_changelog_file, try_split_merged_entry): Use entry_create.
11018
11019 2008-02-17  Bruno Haible  <bruno@clisp.org>
11020
11021         Speed up from O(n^2) to O(n) for long ChangeLog files.
11022         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
11023         (read_changelog_file): Change implementation of entries_reversed list
11024         to rbtreehash.
11025         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
11026
11027 2008-02-17  Bruno Haible  <bruno@clisp.org>
11028
11029         New option --split-merged-entry.
11030         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
11031         (find_paragraph_end, try_split_merged_entry): New functions.
11032         (long_options): Add option --split-merged-entry.
11033         (usage): Document option --split-merged-entry.
11034         (main): Implement option --split-merged-entry.
11035         Reported by Eric Blake.
11036
11037 2008-02-17  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/git-merge-changelog.c: Include c-strstr.h.
11040         (main): Support the "git pull --rebase" situation.
11041         * modules/git-merge-changelog (Depends-on): Add c-strstr.
11042         Reported by Eric Blake.
11043
11044 2008-02-16  Eric Blake  <ebb9@byu.net>
11045
11046         Avoid doubling \ in common case of "c-maybe" quoting style.
11047         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
11048         eliding outer quotes.
11049         * lib/quotearg.h: Document this.
11050         * tests/test-quotearg.c (result_strings, inputs, results_g)
11051         (flag_results, locale_results): Test it by adding a new string to
11052         each test group.
11053         (compare_strings): Test new string.
11054
11055 2008-02-13  Eric Blake  <ebb9@byu.net>
11056
11057         Avoid trigraph quoting in default output.
11058         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
11059         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
11060         unless explicitly requested.
11061         * tests/test-quotearg.c (flag_results, main): Add additional tests.
11062
11063 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
11064
11065         Don't rely on signed integer overflowing to negative value.
11066         * lib/getugroups.c (getugroups): Include <limits.h>.
11067         Instead, compare against INT_MAX, and increment only if the test passes.
11068
11069 2008-02-13  Jim Meyering  <meyering@redhat.com>
11070         and Eric Blake  <ebb9@byu.net>
11071
11072         Avoid shadowing warning and compile errors on Linux.
11073         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
11074         forwarding macros on Linux.
11075         (dcgettext): Define a stub, for Linux.
11076         (results_g, main): Avoid warnings.
11077
11078 2008-02-12  Eric Blake  <ebb9@byu.net>
11079
11080         Silence warning in last patch.
11081         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
11082
11083         Quotearg part 4: add tests, fix c-maybe colon quoting.
11084         * lib/quotearg.h: Improve documentation.
11085         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
11086         escapes when adding outer quotes.  When quoting trigraphs, use
11087         valid C notation.  When quoting NUL, omit extra characters if next
11088         character is not digit.  Alter prototype.
11089         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
11090         callers.
11091         * modules/quotearg-tests: New module.
11092         * tests/test-quotearg.c: New test.
11093
11094 2008-02-07  Eric Blake  <ebb9@byu.net>
11095
11096         Quotearg part 3: add flag to control outer quote elision.
11097         * lib/quotearg.h (c_maybe_quoting_style): New style.
11098         (enum quoting_flags): Better documentation of flags.
11099         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
11100         c-maybe style.
11101         (quotearg_buffer_restyled): Handle new flag to elide outer
11102         quotes.
11103
11104         Quotearg part 2: add flag that can control NUL elision.
11105         * lib/quotearg.h (set_quoting_flags): New prototype.
11106         * lib/quotearg.c (struct quoting_options): Add flag field.
11107         (set_quoting_flags): New function.
11108         (quotearg_buffer_restyled): Add flags parameter.
11109         (quotearg_alloc_mem): Set the flag if length cannot be returned.
11110         (quotearg_n_options): Set the flag, since length cannot be
11111         returned.
11112         (quoting_options_from_style): Default flags correctly.
11113
11114         Quotearg part 1: more wrappers, restore quotearg_char state.
11115         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
11116         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
11117         (quotearg_colon_mem): New wrappers.
11118         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
11119         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
11120         functions.
11121         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
11122         (quotearg_colon_mem): New functions.
11123
11124 2008-02-11  Bruno Haible  <bruno@clisp.org>
11125
11126         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
11127         library in the current directory: it does not work with parallel make.
11128         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11129
11130 2008-02-11  Bruno Haible  <bruno@clisp.org>
11131
11132         * .gitattributes: New file.
11133
11134 2008-02-11  Jim Meyering  <meyering@redhat.com>
11135
11136         useless-if-before-free: Fix reversed exit values.
11137         * build-aux/useless-if-before-free: Use correct values
11138         for EXIT_MATCH and EXIT_NO_MATCH.
11139
11140         * build-aux/useless-if-before-free: Close stdout carefully.
11141
11142 2008-02-10  Bruno Haible  <bruno@clisp.org>
11143
11144         New module 'git-merge-changelog'.
11145         * modules/git-merge-changelog: New file.
11146         * lib/git-merge-changelog.c: New file.
11147
11148 2008-02-10  Jim Meyering  <meyering@redhat.com>
11149
11150         useless-if-before-free: New option: --list (-l).
11151
11152         useless-if-before-free: Don't exit immediately upon open failure.
11153         * build-aux/useless-if-before-free: Exit 2 for errors.
11154         Upon failure to open a file, don't exit immediately.
11155         Rather, just warn and continue with any remaining files.
11156
11157 2008-02-10  Bruno Haible  <bruno@clisp.org>
11158
11159         New abstract list operation 'node_set_value'.
11160         * lib/gl_list.h (gl_list_node_set_value): New function.
11161         (struct gl_list_implementation): New field node_set_value.
11162         * lib/gl_list.c (gl_list_node_set_value): New function.
11163         * lib/gl_array_list.c (gl_array_node_set_value): New function.
11164         (gl_array_list_implementation): Update.
11165         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
11166         (gl_carray_list_implementation): Update.
11167         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
11168         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11169         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11170         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
11171         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11172         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11173         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11174         Update.
11175         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11176         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
11177         (gl_sublist_list_implementation): Update.
11178
11179 2008-02-10  Bruno Haible  <bruno@clisp.org>
11180
11181         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
11182         Needed when ELEMENT is #defined to 'some_type *'.
11183
11184 2008-02-10  Jim Meyering  <meyering@redhat.com>
11185
11186         New script and module: useless-if-before-free
11187         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
11188         * build-aux/useless-if-before-free: New file.
11189         * modules/useless-if-before-free: New file.
11190
11191         * build-aux/gitlog-to-changelog: Use committer date, not author date.
11192
11193         xstrtol_error: Fix typo.
11194         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
11195         s/exit_failure/exit_status/.
11196
11197 2008-02-09  Jim Meyering  <meyering@redhat.com>
11198
11199         New script and module: gitlog-to-changelog
11200         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
11201         * modules/gitlog-to-changelog: New file.
11202         * build-aux/gitlog-to-changelog: New file.
11203
11204 2008-02-08  Jim Meyering  <meyering@redhat.com>
11205
11206         Avoid two "parameter unused" warnings.
11207         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
11208         Mark "st" as used.
11209
11210         Use "git COMMAND", not "git-COMMAND".
11211         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
11212         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
11213         * build-aux/git-version-gen: Use "git status", not "git-status".
11214
11215 2008-02-07  Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
11218         Avoids a crash on Windows Vista.
11219         Reported by Adam Strzelecki <ono@java.pl> via
11220         Simon Josefsson <simon@josefsson.org>.
11221
11222 2008-02-06  Bruno Haible  <bruno@clisp.org>
11223
11224         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
11225         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
11226         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
11227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
11228         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11229         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11230         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
11231         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
11232         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11233         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11234         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11235         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11236         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11237         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11238         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11239         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
11240         left-adjust flag.
11241         * tests/test-snprintf-posix.h (test_function): Likewise.
11242         * tests/test-sprintf-posix.h (test_function): Likewise.
11243         * tests/test-vasprintf-posix.c (test_function): Likewise.
11244         * doc/posix-functions/fprintf.texi: Update.
11245         * doc/posix-functions/printf.texi: Update.
11246         * doc/posix-functions/snprintf.texi: Update.
11247         * doc/posix-functions/sprintf.texi: Update.
11248         * doc/posix-functions/vfprintf.texi: Update.
11249         * doc/posix-functions/vprintf.texi: Update.
11250         * doc/posix-functions/vsnprintf.texi: Update.
11251         * doc/posix-functions/vsprintf.texi: Update.
11252         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11253
11254 2008-02-06  Bruno Haible  <bruno@clisp.org>
11255
11256         Fix bug introduced on 2008-01-26.
11257         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
11258
11259 2008-02-06  Bruno Haible  <bruno@clisp.org>
11260
11261         Fix bug introduced on 2007-06-10.
11262         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
11263         !NEED_PRINTF_FLAG_ZERO.
11264
11265 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
11266
11267         getloadavg: use libperfstat on AIX5
11268         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
11269
11270 2008-02-03  Bruno Haible  <bruno@clisp.org>
11271
11272         * lib/diffseq.h: Add comments about required #includes.
11273         Reported by Michael Biggs <gnulib@doubleplum.net>.
11274
11275 2008-02-01  Bruno Haible  <bruno@clisp.org>
11276
11277         * users.txt: Add gnuit.
11278
11279 2008-01-31  Bruno Haible  <bruno@clisp.org>
11280
11281         * lib/md4.c (set_uint32): Mark as inline.
11282         * lib/md5.c (set_uint32): Likewise.
11283         * lib/sha1.c (set_uint32): Likewise.
11284         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
11285         * m4/md5.m4 (gl_MD5): Likewise.
11286         * m4/sha1.m4 (gl_SHA1): Likewise.
11287
11288 2008-01-31  Jim Meyering  <meyering@redhat.com>
11289
11290         Use "sizeof VAR", rather than a literal "4".
11291         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
11292         * lib/md4.c (md4_read_ctx): Likewise.
11293         * lib/sha1.c (sha1_read_ctx): Likewise.
11294
11295 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11296
11297         * tests/test-sha1.c: New file, based on test-md5.c.
11298
11299         * modules/crypto/sha1-tests: New file.
11300
11301 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11302
11303         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
11304
11305 2008-01-31  Jim Meyering  <meyering@redhat.com>
11306
11307         Prefer "sizeof v" over the equivalent "4".
11308         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
11309         * lib/md5.c (set_uint32): Likewise.
11310         * lib/sha1.c (set_uint32): Likewise.
11311
11312 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11313
11314         * lib/sha1.c (set_uint32): Mark function as static.
11315
11316 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11317
11318         md2: clarify comments to say that alignment is not required.
11319         * lib/md2.h: Remove warning about alignment in comment.
11320         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
11321         never been required.
11322
11323 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11324
11325         md4: adapt alignment constraint fix from sha1.
11326         * lib/md4.c (set_uint32): New function, from sha1.c
11327         (md4_read_ctx): Use it.
11328         (md4_finish_ctx): Doc fix.
11329         * lib/md4.h: Doc fix.
11330
11331 2008-01-31  Simon Josefsson  <simon@josefsson.org>
11332
11333         md5: adapt alignment constraint fix from sha1.
11334         * lib/md5.c (set_uint32): New function, from sha1.c
11335         (md5_read_ctx): Use it.
11336         (md5_finish_ctx): Doc fix.
11337         * lib/md5.h: Doc fix.
11338
11339 2008-01-30  Peter Palfrader  <weasel@debian.org>
11340
11341         sha1: remove the result buffer alignment constraint
11342         * lib/sha1.c (set_uint32): New function.
11343         (sha1_read_ctx): Rewrite to remove the result buffer alignment
11344         constraint.
11345         (sha1_finish_ctx): Remove comment warning about alignment constraint.
11346         * lib/sha1.h: Likewise.
11347
11348 2008-01-30  Andreas Schwab  <schwab@suse.de>
11349             Bruno Haible  <bruno@clisp.org>
11350
11351         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
11352         correct definition of LDBL_MIN_EXP.
11353
11354 2008-01-30  Karl Berry  <karl@gnu.org>
11355
11356         * config/srclist-update: try to preserve x bit on updates.
11357         * config/srclistvars.sh: update for karl.
11358
11359 2008-01-29  Jim Meyering  <meyering@redhat.com>
11360
11361         vasnprintf.c: Avoid warning about unused label
11362         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
11363         "overflow" label definition and associated code with the
11364         same cpp condition that guards the sole use of that label.
11365
11366 2008-01-26  Bruno Haible  <bruno@clisp.org>
11367
11368         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
11369         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
11370         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
11371         * lib/isnanl-nolibm.h (isnanl): Likewise.
11372         Reported by Paul Eggert <eggert@cs.ucla.edu>.
11373
11374 2008-01-26  Bruno Haible  <bruno@clisp.org>
11375
11376         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
11377         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
11378
11379 2008-01-26  Bruno Haible  <bruno@clisp.org>
11380
11381         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
11382         GCC >= 4.0 built-in.
11383         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
11384
11385 2008-01-26  Bruno Haible  <bruno@clisp.org>
11386
11387         Rename isnan, applicable to 'double' only, to isnand.
11388         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
11389         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
11390         (configure.ac): Update.
11391         (Include): Replace "isnan.h" with "isnand.h".
11392         * m4/isnand.m4: Renamed from m4/isnan.m4.
11393         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
11394         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
11395         instead of isnan.c.
11396         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
11397         instead of HAVE_ISNAN_IN_LIBC.
11398         (isnand): Renamed from isnan.
11399         * lib/isnand.c: New file.
11400         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
11401         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
11402         (Makefile.am): Update.
11403         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
11404         Include isnand.h instead of isnan.h.
11405         (main): Test isnand instead of isnan.
11406         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
11407         isnan-nolibm.
11408         * modules/frexp (Depends-on): Likewise.
11409         * modules/frexp-tests (Depends-on): Likewise.
11410         * modules/frexp-nolibm (Depends-on): Likewise.
11411         * modules/frexp-nolibm-tests (Depends-on): Likewise.
11412         * modules/isfinite (Depends-on): Likewise.
11413         * modules/round-tests (Depends-on): Likewise.
11414         * modules/signbit (Depends-on): Likewise.
11415         * modules/signbit-tests (Depends-on): Likewise.
11416         * modules/snprintf-posix (Depends-on): Likewise.
11417         * modules/sprintf-posix (Depends-on): Likewise.
11418         * modules/trunc-tests (Depends-on): Likewise.
11419         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11420         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11421         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11422         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11423         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11424         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11425         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11426         * modules/vasnprintf-posix (Depends-on): Likewise.
11427         * modules/vasprintf-posix (Depends-on): Likewise.
11428         * modules/vfprintf-posix (Depends-on): Likewise.
11429         * modules/vsnprintf-posix (Depends-on): Likewise.
11430         * modules/vsprintf-posix (Depends-on): Likewise.
11431         * lib/frexp.c: Include isnand.h instead of isnan.h.
11432         (ISNAN): Set to isnand instead of isnan.
11433         * lib/isfinite.c: Include isnand.h instead of isnan.h.
11434         (gl_isfinited): Use isnand instead of isnan.
11435         * lib/signbitd.c: Include isnand.h instead of isnan.h.
11436         (gl_signbitd): Use isnand instead of isnan.
11437         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
11438         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
11439         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
11440         (main): Use isnand instead of isnan.
11441         * tests/test-round1.c: Include isnand.h.
11442         (main): Use isnand instead of isnan.
11443         * tests/test-round2.c: Include isnand.h instead of isnan.h.
11444         (ISNAN): Set to isnand instead of isnan.
11445         * tests/test-trunc1.c: Include isnand.h.
11446         (main): Use isnand instead of isnan.
11447         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
11448         (equal): Use isnand instead of isnan.
11449         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
11450         isnand-nolibm.
11451         * NEWS: Mention the change.
11452
11453 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11454             Bruno Haible  <bruno@clisp.org>
11455
11456         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
11457         the GCC builtins for signbits are present and set
11458         REPLACE_SIGNBIT_USING_GCC if so.
11459         * lib/math.in.h (signbit): Define using GCC builtins if
11460         REPLACE_SIGNBIT_USING_GCC is set.
11461         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
11462         REPLACE_SIGNBIT_USING_GCC.
11463         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
11464
11465 2008-01-25  Jim Meyering  <meyering@redhat.com>
11466
11467         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
11468         * lib/poll.c: Include <config.h>, not "config.h".
11469         * tests/test-getaddrinfo.c: Likewise.
11470
11471 2008-01-25  Simon Josefsson  <simon@josefsson.org>
11472
11473         * modules/sockets-tests: New file.
11474
11475 2008-01-24  Simon Josefsson  <simon@josefsson.org>
11476
11477         * modules/sockets: New module, can be used to call WSA_Startup and
11478         WSA_Cleanup when needed.
11479
11480         * lib/sockets.h, lib/sockets.c: New files.
11481
11482         * m4/sockets.m4: New file.
11483
11484         * tests/test-sockets.c: New file.
11485
11486 2008-01-19  Bruno Haible  <bruno@clisp.org>
11487
11488         * doc/posix-headers: Renamed from doc/headers.
11489         * doc/posix-functions: Renamed from doc/functions.
11490         * doc/gnulib.texi: Update.
11491
11492 2008-01-19  Bruno Haible  <bruno@clisp.org>
11493
11494         * doc/glibc-functions/strcasestr.texi: Include contents of
11495         doc/functions/strcasestr.texi, fixing the list of platforms.
11496         * doc/functions/strcasestr.texi: Remove file.
11497
11498 2008-01-19  Bruno Haible  <bruno@clisp.org>
11499
11500         * doc/glibc-functions/memmem.texi: Include contents of
11501         doc/functions/memmem.texi.
11502         * doc/functions/memmem.texi: Remove file.
11503
11504 2008-01-18  Bruno Haible  <bruno@clisp.org>
11505
11506         * doc/glibc-functions/*.texi: New files.
11507         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
11508         to use the new files.
11509
11510 2008-01-17  Bruno Haible  <bruno@clisp.org>
11511
11512         * tests/test-gethostname.c (main): Fix printf statement.
11513
11514 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11515
11516         * modules/gethostname-tests: New file.
11517
11518         * tests/test-gethostname.c: New file.
11519
11520 2008-01-17  Simon Josefsson  <simon@josefsson.org>
11521
11522         * lib/gethostname.c: Include string.h unconditionally, strncpy is
11523         used by the UNAME case.  Reported by Bruno Haible
11524         <bruno@clisp.org>.
11525
11526 2008-01-17  Eric Blake  <ebb9@byu.net>
11527
11528         Convert c-strcasestr to be more efficient.
11529         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
11530         (Depends-on): Add c-strcase, remove malloca, strnlen.
11531         * tests/test-c-strcasestr.c (main): Enhance test.
11532         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
11533
11534 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11535
11536         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
11537         Use it in creating po/Makevars.
11538
11539 2008-01-15  Simon Josefsson  <simon@josefsson.org>
11540
11541         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
11542         Applications that requires it should initialize libgcrypt
11543         manually.
11544
11545 2008-01-16  Simon Josefsson  <simon@josefsson.org>
11546
11547         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
11548
11549 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         Fix problem with getdate on mingw32 reported by Simon Josefsson
11552         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
11553         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
11554         tzname", when deciding whether to declare tzname.
11555         * lib/strftime.c (tzname): Likewise.
11556
11557 2008-01-15  Bruno Haible  <bruno@clisp.org>
11558
11559         Work around a MacOS X 10.5 bug in frexpl().
11560         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
11561         * doc/functions/frexpl.texi: Document the bug.
11562         Reported by Elias Pipping <pipping@gentoo.org>.
11563
11564 2008-01-14  Eric Blake  <ebb9@byu.net>
11565
11566         Touch up previous patch.
11567         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
11568         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
11569
11570         Convert strcasestr module to use Two-Way algorithm.
11571         * modules/strcasestr-simple: New module, based on the old
11572         strcasestr, but with Two-Way rather than KMP.
11573         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
11574         * lib/string.in.h (rpl_strcasestr): Declare.
11575         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
11576         performance.
11577         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
11578         * modules/string (Makefile.am): Support strcasestr.
11579         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11580         * modules/strcasestr-tests (Depends-on): Check for alarm.
11581         * tests/test-strcasestr.c: Augment test.
11582         * lib/str-two-way.h: Clean up stray macro.
11583         * NEWS: Document new module.
11584         * MODULES.html.sh (string handling): Likewise.
11585         * doc/functions/strcasestr.texi: New file.
11586         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
11587         here, since it is not a POSIX function.
11588
11589 2008-01-14  Colin Watson  <cjwatson@debian.org>
11590             Bruno Haible  <bruno@clisp.org>
11591
11592         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
11593         works fine; if not, set REPLACE_STRSIGNAL.
11594         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
11595         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11596         REPLACE_STRSIGNAL.
11597         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
11598         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
11599         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
11600
11601 2008-01-14  Bruno Haible  <bruno@clisp.org>
11602
11603         * modules/strsignal (Include): Change to <string.h>.
11604
11605 2008-01-14  Colin Watson  <cjwatson@debian.org>
11606
11607         * modules/argp (Notice): Add a notice recommending to change
11608         XGETTEXT_OPTIONS.
11609         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
11610
11611 2008-01-13  Colin Watson  <cjwatson@debian.org>
11612
11613         * modules/strsignal-tests: New file.
11614         * tests/test-strsignal.c: New file.
11615
11616         * lib/strsignal.c: New file, from glibc with modifications.
11617         * lib/siglist.h: New file, from glibc with modifications.
11618         * lib/string.in.h (strsignal): New declaration.
11619         * m4/strsignal.m4: New file.
11620         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11621         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
11622         * modules/strsignal: New file.
11623         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
11624         HAVE_DECL_STRSIGNAL.
11625
11626 2008-01-13  Bruno Haible  <bruno@clisp.org>
11627
11628         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
11629         locale encoding is not ASCII. Needed for OpenBSD 4.0.
11630         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11631         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11632
11633 2008-01-13  Bruno Haible  <bruno@clisp.org>
11634
11635         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
11636         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
11637         * lib/argp.h (__attribute__): Likewise.
11638         * lib/c-stack.c (__attribute__): Likewise.
11639         * lib/error.h (__attribute__): Likewise.
11640         * lib/fts.c (__attribute__): Likewise.
11641         * lib/openat.h (__attribute__): Likewise.
11642         * lib/stdio.in.h (__attribute__): Likewise.
11643         * lib/string.in.h (__attribute__): Likewise.
11644         * lib/utimens.c (__attribute__): Likewise.
11645         * lib/vasnprintf.h (__attribute__): Likewise.
11646         * lib/xalloc.h (__attribute__): Likewise.
11647         * lib/xprintf.h (__attribute__): Likewise.
11648         * lib/xstrtol.h (__attribute__): Likewise.
11649         * lib/xvasprintf.h (__attribute__): Likewise.
11650
11651 2008-01-12  Bruno Haible  <bruno@clisp.org>
11652
11653         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
11654         * doc/glibc-headers/a.out.texi: New file.
11655         * doc/glibc-headers/aliases.texi: New file.
11656         * doc/glibc-headers/alloca.texi: New file.
11657         * doc/glibc-headers/ar.texi: New file.
11658         * doc/glibc-headers/argp.texi: New file.
11659         * doc/glibc-headers/argz.texi: New file.
11660         * doc/glibc-headers/byteswap.texi: New file.
11661         * doc/glibc-headers/crypt.texi: New file.
11662         * doc/glibc-headers/endian.texi: New file.
11663         * doc/glibc-headers/envz.texi: New file.
11664         * doc/glibc-headers/err.texi: New file.
11665         * doc/glibc-headers/error.texi: New file.
11666         * doc/glibc-headers/execinfo.texi: New file.
11667         * doc/glibc-headers/fpu_control.texi: New file.
11668         * doc/glibc-headers/fstab.texi: New file.
11669         * doc/glibc-headers/fts.texi: New file.
11670         * doc/glibc-headers/getopt.texi: New file.
11671         * doc/glibc-headers/ieee754.texi: New file.
11672         * doc/glibc-headers/ifaddrs.texi: New file.
11673         * doc/glibc-headers/libintl.texi: New file.
11674         * doc/glibc-headers/mcheck.texi: New file.
11675         * doc/glibc-headers/mntent.texi: New file.
11676         * doc/glibc-headers/obstack.texi: New file.
11677         * doc/glibc-headers/paths.texi: New file.
11678         * doc/glibc-headers/printf.texi: New file.
11679         * doc/glibc-headers/pty.texi: New file.
11680         * doc/glibc-headers/resolv.texi: New file.
11681         * doc/glibc-headers/shadow.texi: New file.
11682         * doc/glibc-headers/sysexits.texi: New file.
11683         * doc/glibc-headers/ttyent.texi: New file.
11684
11685 2008-01-12  Jim Meyering  <meyering@redhat.com>
11686
11687         announce-gen: emit Gnulib's git-based version string.
11688         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
11689         New option --gnulib-version=V, where V is expected to be
11690         the output of running git describe in the gnulib directory.
11691         (get_tool_versions): Request feedback on xdelta.  I suspect it's
11692         not useful, and plan to stop publishing an xdelta file with each
11693         coreutils release.
11694
11695         * build-aux/announce-gen: Also check for lzma-compressed files.
11696
11697 2008-01-11  Bruno Haible  <bruno@clisp.org>
11698
11699         * tests/test-memmem.c (main): Increase maximum allowed time.
11700         * tests/test-strstr.c (main): Likewise.
11701
11702 2008-01-11  Bruno Haible  <bruno@clisp.org>
11703
11704         * doc/functions/memmem.texi: Add more precisions about platforms.
11705         * doc/functions/strstr.texi: Likewise.
11706
11707 2008-01-10  Eric Blake  <ebb9@byu.net>
11708
11709         * m4/strstr.m4: Delete cruft from copy-n-paste.
11710         Reported by Bruno Haible.
11711
11712 2008-01-10  Bruno Haible  <bruno@clisp.org>
11713
11714         Make c-strstr rely on strstr.
11715         * lib/c-strstr.c: Don't include str-kmp.h.
11716         (c_strstr): Define in terms of strstr.
11717         * modules/c-strstr (Files): Remove lib/str-kmp.h.
11718         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
11719
11720 2008-01-10  Bruno Haible  <bruno@clisp.org>
11721
11722         * doc/gnulib.texi (String Functions in C Locale): New section.
11723         * doc/c-ctype.texi: New file.
11724         * doc/c-strcase.texi: New file.
11725         * doc/c-strcaseeq.texi: New file.
11726         * doc/c-strcasestr.texi: New file.
11727         * doc/c-strstr.texi: New file.
11728         * doc/c-strtod.texi: New file.
11729         * doc/c-strtold.texi: New file.
11730
11731 2008-01-10  Eric Blake  <ebb9@byu.net>
11732
11733         * lib/relocatable.h: Fix a comment.
11734
11735 2008-01-10  Eric Blake  <ebb9@byu.net>
11736
11737         Share two-way algorithm.
11738         * lib/str-two-way.h: New file, merged from...
11739         * lib/memmem.c: ...here...
11740         * lib/strstr.c: ...and here.
11741         * modules/memmem (Files): Use it.
11742         * modules/strstr (Files): Likewise.
11743
11744         Avoid quadratic strstr implementations.
11745         * lib/strstr.c: New file.
11746         * m4/strstr.m4: Likewise.
11747         * modules/strstr: Likewise.
11748         * modules/strstr-tests: Likewise.
11749         * tests/test-strstr.c: Likewise.
11750         * lib/string.in.h (rpl_strstr): Declare.
11751         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
11752         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
11753         * modules/string (Makefile.am): Likewise.
11754         * MODULES.html.sh (string handling): Mention new module.
11755         * doc/functions/strstr.texi (strstr): Document the bug.
11756
11757 2008-01-10  Bruno Haible  <bruno@clisp.org>
11758
11759         * lib/relocatable.h (relocate): State whether result is freshly
11760         allocated or not.
11761         * lib/relocatable.c (relocate): Return a freshly allocated string
11762         instead of a pointer to a privately held string.
11763         Reported by Sylvain Beucler <beuc@gnu.org>.
11764
11765 2008-01-10  Colin Watson  <cjwatson@debian.org>
11766
11767         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
11768         s/S_ISNLK/S_ISLNK/.
11769
11770 2008-01-09  Bruno Haible  <bruno@clisp.org>
11771
11772         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
11773         and other files.
11774         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
11775         if it's only a guess.
11776         * modules/memmem: Simplify by depending on memmem-simple.
11777
11778 2008-01-09  Bruno Haible  <bruno@clisp.org>
11779
11780         Work around OpenBSD 4.0 tdelete() bug.
11781         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
11782         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
11783         macros and don't redefine the enum values.
11784         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
11785         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
11786         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
11787
11788 2008-01-09  Bruno Haible  <bruno@clisp.org>
11789
11790         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
11791         (main): Don't perform the tests if setlocale did not install a UTF-8
11792         locale. Needed on OpenBSD 4.0.
11793         * modules/wcwidth-tests (Depends-on): Add localcharset.
11794
11795 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11796
11797         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
11798         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
11799         * NEWS: announce this.
11800         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
11801
11802 2008-01-09  Simon Josefsson  <simon@josefsson.org>
11803         and Eric Blake  <ebb9@byu.net>
11804
11805         Add memmem-simple module.
11806         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
11807         (gl_FUNC_MEMMEM): Separate performance from presence checks.
11808         * modules/memmem-simple: New file.
11809         * modules/memmem (Description): Tweak.
11810         * MODULES.html.sh (string handling): Mention new module.
11811         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
11812         addressed by memmem-simple.
11813         * NEWS: Document the difference.
11814
11815 2008-01-09  Eric Blake  <ebb9@byu.net>
11816
11817         Give gcc some memmem optimization hints.
11818         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
11819         (strcasestr): Declare as pure.
11820         * modules/memmem (Maintainer): Claim my implementation.
11821
11822 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11823
11824         Support AIX 6.1 and higher.
11825         * build-aux/config.libpath: Likewise.
11826         * build-aux/config.rpath: Likewise.
11827
11828 2008-01-08  Jim Meyering  <meyering@redhat.com>
11829             Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
11832         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
11833         Reported by Peter Fales in
11834         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
11835
11836 2008-01-08  Bruno Haible  <bruno@clisp.org>
11837
11838         * modules/unictype/category-of (Depends-on): Add
11839         unictype/category-none.
11840         * modules/unictype/category-and-tests (Depends-on): Add
11841         unictype/category-{L,N,Lu,Nd}.
11842         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
11843         * modules/unictype/category-or-tests (Depends-on): Add
11844         unictype/category-{L,N}.
11845         * modules/unictype/category-name-tests (Depends-on): Add
11846         unictype/category-{Z,Nl}.
11847         Reported by Simon Josefsson.
11848
11849 2008-01-08  Bruno Haible  <bruno@clisp.org>
11850
11851         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
11852         convention better.
11853         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
11854         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
11855         Reported by Peter Miller <millerp@canb.auug.org.au>.
11856
11857 2008-01-08  Eric Blake  <ebb9@byu.net>
11858
11859         Rewrite memmem to guarantee linear complexity without malloc.
11860         * lib/memmem.c (memmem): Use Two-Way rather than
11861         Knuth-Morris-Pratt, to allow O(1) space usage.
11862         (critical_factorization, two_way_short_needle)
11863         (two_way_long_needle): New functions.
11864         (knuth_morris_pratt): Delete.
11865         * modules/memmem (Depends-on): No longer need malloca or stdbool.
11866         Add stdint.
11867         * tests/test-memmem.c (main): Add tests for periodic needle and
11868         sublinear performance.
11869         * doc/functions/memmem.texi (memmem): Document other deficiencies
11870         in cygwin and older glibc.
11871
11872 2008-01-08  Bruno Haible  <bruno@clisp.org>
11873
11874         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
11875         augmentation.
11876
11877 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
11878
11879         Add a configure time option: --disable-acl.
11880         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
11881         AC_ARG_ENABLE(acl).
11882
11883 2008-01-06  Simon Josefsson  <simon@josefsson.org>
11884
11885         * tests/test-localename.c: Don't include obsolete "setenv.h".
11886
11887         * modules/localename-tests (Depends-on): Need unsetenv.
11888
11889 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11890
11891         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
11892
11893 2008-01-06  Colin Watson  <cjwatson@debian.org>
11894
11895         * users.txt: Add man-db.
11896
11897 2008-01-07  Bruno Haible  <bruno@clisp.org>
11898
11899         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
11900         previous section name.
11901
11902 2008-01-07  Bruno Haible  <bruno@clisp.org>
11903
11904         * lib/progname.c (set_program_name): Don't strip off a leading
11905         "lt-" prefix outside a .libs directory.
11906         Suggested by Paul Eggert.
11907
11908 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
11909             Bruno Haible  <bruno@clisp.org>
11910
11911         Improve memory cleanup in 'relocatable' module.
11912         * lib/relocatable.h (compute_curr_prefix): Change return type to
11913         'char *'.
11914         * lib/relocatable.c (compute_curr_prefix): Change return type to
11915         'char *'. Free curr_installdir after use.
11916         (relocate): Free curr_prefix_better after use.
11917         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
11918
11919 2008-01-01  Bruno Haible  <bruno@clisp.org>
11920
11921         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
11922         failure on older glibc systems.
11923         Reported by Peter Fales <psfales@alcatel-lucent.com>.
11924
11925 2008-01-05  Eric Blake  <ebb9@byu.net>
11926
11927         Avoid quadratic system memmem.
11928         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
11929         Reported by Ralf Wildenhues.
11930
11931         Fix memmem test for mingw.
11932         * modules/memmem-tests (configure.ac): Check for alarm.
11933         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
11934         it.
11935         * doc/functions/memmem.texi: New file.
11936         * doc/gnulib.texi (Function Substitutes): Add memmem.
11937         Reported by Bruno Haible.
11938
11939 2008-01-04  Bruno Haible  <bruno@clisp.org>
11940
11941         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
11942         Require gl_HEADER_STRINGS_H_DEFAULTS, not
11943         gl_HEADER_STRING_H_DEFAULTS.
11944
11945 2008-01-04  Eric Blake  <ebb9@byu.net>
11946
11947         Shorten duration of memmem test.
11948         * tests/test-memmem.c (main): Use alarm to declare failure if test
11949         is taking too long.
11950         Reported by Ralf Wildenhues.
11951
11952 2007-12-21  Simon Josefsson  <simon@josefsson.org>
11953
11954         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
11955         string, needed by strerror.
11956
11957 2008-01-03  Colin Watson  <cjwatson@debian.org>
11958             Bruno Haible  <bruno@clisp.org>
11959
11960         * doc/gnulib-tool.texi (Localization): New section.
11961
11962 2008-01-02  Bruno Haible  <bruno@clisp.org>
11963
11964         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
11965         variables to 'unsigned char *' type.
11966         Reported by Paul Eggert.
11967
11968 2008-01-02  Jim Meyering  <jim@meyering.net>
11969
11970         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
11971
11972 2007-12-31  Jim Meyering  <jim@meyering.net>
11973
11974         Avoid use of private FTS type name.
11975         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
11976
11977 2007-12-30  Karl Berry  <karl@gnu.org>
11978
11979         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
11980         work around defect in Texinfo and/or the standalone Info browser.
11981
11982 2007-12-30  Bruno Haible  <bruno@clisp.org>
11983
11984         Unify 5 copies of the KMP code.
11985         * lib/str-kmp.h: New file.
11986         * lib/c-strcasestr.c: Include str-kmp.h.
11987         (knuth_morris_pratt): Remove function.
11988         (c_strcasestr): Update.
11989         * lib/c-strstr.c: Include str-kmp.h.
11990         (knuth_morris_pratt): Remove function.
11991         (c_strcasestr): Update.
11992         * lib/mbscasestr.c: Include str-kmp.h.
11993         (knuth_morris_pratt_unibyte): Remove function.
11994         * lib/mbsstr.c: Include str-kmp.h.
11995         (knuth_morris_pratt_unibyte): Remove function.
11996         * lib/strcasestr.c: Include str-kmp.h.
11997         (knuth_morris_pratt): Remove function.
11998         (strcasestr): Update.
11999         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
12000         * modules/c-strstr (Files): Likewise.
12001         * modules/mbscasestr (Files): Likewise.
12002         * modules/mbsstr (Files): Likewise.
12003         * modules/strcasestr (Files): Likewise.
12004         Suggested by Paul Eggert.
12005
12006 2007-12-30  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
12009         defined.
12010
12011 2007-12-30  Bruno Haible  <bruno@clisp.org>
12012
12013         * lib/xmalloca.h: Include xalloc.h.
12014         (xnmalloca): New macro.
12015
12016 2007-12-30  Bruno Haible  <bruno@clisp.org>
12017
12018         * lib/malloca.h (nmalloca): New macro.
12019         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
12020         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
12021         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
12022         knuth_morris_pratt_multibyte): Likewise.
12023         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
12024         knuth_morris_pratt_multibyte): Likewise.
12025         * lib/memmem.c (knuth_morris_pratt): Likewise.
12026         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
12027
12028 2007-12-25  Bruno Haible  <bruno@clisp.org>
12029
12030         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
12031         * lib/glob.c: Don't include openat.h.
12032         (link_exists2_p): Add back the code that deals with the
12033         !GLOB_ALTDIRFUNC case.
12034         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
12035         let it do the filename concatenation.
12036         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
12037         * modules/glob (Depends-on): Remove openat.
12038
12039 2007-12-31  Bruno Haible  <bruno@clisp.org>
12040
12041         * modules/dirfd (License): Change to LGPLv2+.
12042         Approved by Jim Meyering.
12043
12044 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12045
12046         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
12047         when multiplying M by sizeof (size_t).
12048
12049 2007-12-10  Martin Lambers  <marlam@marlam.de>
12050
12051         Override getpagesize on mingw.
12052         * lib/getpagesize.c: New file.
12053         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
12054         * modules/getpagesize (Files): Add lib/getpagesize.c.
12055         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
12056         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12057         REPLACE_GETPAGESIZE.
12058         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
12059
12060 2007-12-25  Bruno Haible  <bruno@clisp.org>
12061
12062         * modules/localcharset (Notice): New field.
12063         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
12064         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
12065
12066 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12067             Bruno Haible  <bruno@clisp.org>
12068
12069         Avoid using the syntax symbol() in formatted documentation.
12070         * MODULES.html.sh (func_module): When replacing symbol() with a
12071         hyperlink, remove the parentheses. Show an error if some remain.
12072         Recognize and render the '...' syntax.
12073         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
12074         Rework. Add paragraph about GCC's inlining.
12075         * doc/alloca.texi: Likewise.
12076         * doc/error.texi: Remove parentheses from symbol reference.
12077         * doc/gnulib-intro.texi: Likewise.
12078         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
12079         * modules/fnmatch (Description): Reword to say "the ... function".
12080         * modules/full-read (Description): Likewise.
12081         * modules/full-write (Description): Likewise.
12082         * modules/safe-read (Description): Likewise.
12083         * modules/safe-write (Description): Likewise.
12084         * modules/strchrnul (Description): Likewise.
12085         * modules/trim (Description): Likewise.
12086         * modules/error (Description): Remove parentheses from symbol
12087         references.
12088         * modules/verror (Description): Likewise.
12089         Reported by Karl Berry.
12090
12091 2007-12-25  Bruno Haible  <bruno@clisp.org>
12092
12093         Fixup after 2007-10-16 commit.
12094         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
12095
12096 2007-12-24  Bruno Haible  <bruno@clisp.org>
12097
12098         Make --enable-relocatable work with DESTDIR.
12099         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
12100         to compute installdir from destprog.
12101         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
12102         also set the RELOC_DESTDIR variable.
12103         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12104
12105 2007-12-24  Bruno Haible  <bruno@clisp.org>
12106
12107         Fix link error due to xalloc_die().
12108         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
12109         of xreadlink.
12110         * lib/relocwrapper.c: Update comments.
12111         * build-aux/install-reloc: Remove xreadlink.c from file list.
12112         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
12113         xreadlink.c.
12114         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12115
12116 2007-12-24  Bruno Haible  <bruno@clisp.org>
12117
12118         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
12119         * lib/setenv.h: Remove file.
12120         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
12121         lib/setenv.h.
12122         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
12123         (Depends-on): Add stdlib.
12124         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
12125         gl_FUNC_UNSETENV.
12126         (Include): Replace setenv.h with <stdlib.h>.
12127         * modules/unsetenv: New file.
12128         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
12129         * lib/unsetenv.c: Include <stdlib.h> first.
12130         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
12131         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
12132         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
12133         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
12134         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
12135         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12136         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
12137         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
12138         * doc/functions/unsetenv.texi: Update.
12139         * modules/xsetenv (Depends-on): Add unsetenv.
12140         * modules/getdate (Depends-on): Likewise.
12141         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
12142         * lib/xsetenv.c: Don't include setenv.h.
12143         * lib/getdate.y: Likewise.
12144         * lib/relocwrapper.c: Likewise.
12145         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
12146         (Depends-on): Add stdlib.
12147         * NEWS: Mention the changes.
12148         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
12149
12150 2007-12-23  Bruno Haible  <bruno@clisp.org>
12151
12152         * lib/memmem.c (memmem): Use lowercase variable names. Tab
12153         indentation.
12154
12155 2007-12-23  Bruno Haible  <bruno@clisp.org>
12156
12157         * lib/c-strcasestr.c: Add more comments.
12158         * lib/c-strstr.c: Likewise.
12159         * lib/mbscasestr.c: Likewise.
12160         * lib/mbsstr.c: Likewise.
12161         * lib/strcasestr.c: Likewise.
12162         * lib/memmem.c: Likewise.
12163
12164 2007-12-23  Bruno Haible  <bruno@clisp.org>
12165
12166         * tests/test-memmem.c: Include <string.h> first.
12167
12168 2007-12-22  Bruno Haible  <bruno@clisp.org>
12169
12170         * gnulib-tool (func_create_testdir): Change $auxdir while generating
12171         the contents of $testsbase.
12172         Reported by Ralf Wildenhues.
12173
12174 2007-12-22  Bruno Haible  <bruno@clisp.org>
12175
12176         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
12177         two variables local_ldadd_before, local_ldadd_last.
12178
12179 2007-12-20  Eric Blake  <ebb9@byu.net>
12180
12181         Work around circular library issue when cross-compiling.
12182         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
12183         that progname.o does not need to pull in rpl_memcmp.
12184
12185 2007-12-19  Eric Blake  <ebb9@byu.net>
12186
12187         Fix memmem to avoid O(n^2) worst-case complexity.
12188         * lib/memmem.c (knuth_morris_pratt): New function.
12189         (memmem): Use it if first few naive iterations fail.
12190         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
12191         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
12192         * modules/memchr (License): Likewise.
12193         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
12194         malloca.
12195         * tests/test-memmem.c: Rewrite, borrowing ideas from
12196         test-mbsstr1.c; the old version wouldn't even compile!
12197         * modules/memmem-tests: New file.
12198         * lib/string.in.h (rpl_memmem): Add declaration.
12199         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
12200         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
12201         REPLACE_MEMMEM.
12202
12203 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12204
12205         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
12206         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
12207         before any system include files, and undef after them all.  This
12208         should fix a problem on VMS reported by John E. Malmberg in
12209         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
12210
12211 2007-12-17  Eric Blake  <ebb9@byu.net>
12212
12213         Revert addition of verify, for BSD/OS.
12214         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
12215         can't handle large files, for the sake of obsolete platforms.
12216         * modules/fseeko (Depends-on): Remove verify.
12217         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
12218         * doc/functions/ftello.texi (ftello): Likewise.
12219         * doc/functions/fgetpos.texi (fgetpos): Likewise.
12220         Reported by Larry Jones.
12221
12222 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
12223
12224         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
12225         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
12226
12227 2007-12-17  Jim Meyering  <meyering@redhat.com>
12228
12229         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
12230         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
12231         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
12232         * modules/getcwd (Depends-on): Add openat.
12233         Reported by Petr Salinger.
12234
12235 2007-12-17  Bruno Haible  <bruno@clisp.org>
12236
12237         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
12238         avoid a segmentation fault of the configure test on x86_64 systems.
12239
12240 2007-12-15  Jim Meyering  <meyering@redhat.com>
12241
12242         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
12243
12244 2007-12-13  Eric Blake  <ebb9@byu.net>
12245
12246         Another fseek test.
12247         * tests/test-fseek.c (main): Also test ungetc handling.
12248         * tests/test-fseeko.c (main): Likewise.
12249         * modules/fseeko (Depends-on): Add verify.
12250         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
12251         large.
12252         Reported by Larry Jones.
12253
12254         Fix fseeko on mingw.
12255         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
12256         seek.
12257
12258         Beef up fseek tests.
12259         * tests/test-fseek.c (main): Also test eof handling.
12260         * tests/test-fseeko.c (main): Likewise.
12261         Reported by Larry Jones.
12262
12263 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
12264
12265         Fix fseeko on BSD-based platforms.
12266         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
12267         successful seek.
12268
12269 2007-12-12  Eric Blake  <ebb9@byu.net>
12270
12271         Allow circular dependency of separate libtests.a
12272         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
12273         when use_libtests.
12274
12275 2007-12-11  Eric Blake  <ebb9@byu.net>
12276
12277         Fix bug with -0.0L in previous patch.
12278         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
12279         * tests/test-isnan.c (main): Also test on zeroes.
12280         * tests/test-isnanf.c (main): Likewise.
12281         * tests/test-isnanl.h (main): Likewise.
12282
12283         Detect pseudo-denormals on x86 even when cross-compiling.
12284         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
12285         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
12286         invalid bit patterns that happen to satisfy ==.
12287
12288         Avoid link failures with separate libtests.a.
12289         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
12290         last, to satisfy circular dependencies.
12291
12292 2007-12-11  Eric Blake  <ebb9@byu.net>
12293         and Bruno Haible  <bruno@clisp.org>
12294
12295         Fix OpenBSD 4.0 <float.h> handling of long double.
12296         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
12297         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
12298         * doc/headers/float.texi (float.h): Document OpenBSD bug.
12299
12300 2007-12-11  Jim Meyering  <meyering@redhat.com>
12301
12302         * users.txt: Add libvirt.
12303
12304         Support versions of autoconf prior to 2.59c.
12305         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
12306         if it is not already defined.
12307
12308 2007-12-09  Bruno Haible  <bruno@clisp.org>
12309
12310         Let 'gnulib-tool --import' collect sources needed for the tests in
12311         tests/ rather than in lib/.
12312         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
12313         argument. If true, add rules to generate libtests.a, and put libtests.a
12314         into $(LDADD). Consider source files in subdirectories and set
12315         uses_subdirs.
12316         (func_emit_initmacro_start, func_emit_initmacro_end,
12317         func_emit_initmacro_done): Pass all arguments explicitly.
12318         (func_import): Determine two module lists main_modules,
12319         testsrelated_modules. Determine use_libtests. Determine two variables
12320         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
12321         instead of just sed_transform_lib_file. Determine two variables
12322         main_files and testsrelated_files. Compute 'files' as the union of
12323         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
12324         func_add_or_update. In the generated gnulib-comp.m4, collect the
12325         object files for tests/ in different variables than those for lib/.
12326         Substitute LIBTESTS_LIBDEPS.
12327         (func_create_testdir): Combine the uses_subdirs results from
12328         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
12329
12330 2007-12-09  Bruno Haible  <bruno@clisp.org>
12331
12332         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
12333         the build-aux directory.
12334
12335 2007-12-09  Bruno Haible  <bruno@clisp.org>
12336
12337         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
12338         introduced on 2006-09-09.
12339
12340 2007-12-07  Jim Meyering  <meyering@redhat.com>
12341
12342         Let these macros work also with autoconf-2.59.
12343         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
12344         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
12345         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12346
12347 2007-12-06  Jim Meyering  <meyering@redhat.com>
12348
12349         Avoid a configure-time syntax error in gl_FUNC_ACL.
12350         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
12351         function in each branch, before testing the cache variable.
12352
12353 2007-12-04  Eric Blake  <ebb9@byu.net>
12354
12355         Make scripts executable.
12356         * build-aux/config.guess: Add execute permissions.
12357         * build-aux/config.sub: Likewise.
12358         * build-aux/gendocs.sh: Likewise.
12359
12360         Fix frexp on mingw.
12361         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
12362         cross-compiling.
12363         * doc/functions/frexp.texi (frexp): Document the bug.
12364
12365         Make cygwin fseeko check more reliable.
12366         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
12367         version numbers, rather than unrelated feature check.
12368         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
12369         * doc/functions/ftello.texi (ftello): Likewise.
12370         Reported by Bruno Haible.
12371
12372         * m4/strerror.m4: Bump version number.
12373
12374 2007-12-03  Bruno Haible  <bruno@clisp.org>
12375
12376         * doc/functions/mprotect.texi: Mention the mingw problem.
12377
12378 2007-12-03  Eric Blake  <ebb9@byu.net>
12379
12380         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
12381         REPLACE_STRERROR is initialized before this macro.
12382
12383 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
12386         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
12387         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
12388         put -lsec in even for programs other than 'ls'.  This fixes a problem
12389         for gettext reported by Bruno Haible in
12390         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
12391         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
12392         Add support for Solaris 10.  This isn't efficient, but should get the
12393         job done for now.
12394
12395 2007-12-03  James Youngman  <jay@gnu.org>
12396
12397         * doc/regexprops-generic.texi: change "an close-group" to "a
12398         close-group" and "illegal" to "not allowed".
12399
12400 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12401
12402         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
12403         pr_byname.h. Needed for the rare case when the maintainer has done
12404         "make maintainer-clean" in the source directory and then attempts a
12405         build outside the source directory.
12406         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
12407         scripts_byname.h.
12408
12409 2007-12-02  Martin Lambers <marlam@marlam.de>
12410             Bruno Haible  <bruno@clisp.org>
12411
12412         * lib/getpagesize.h: Remove file.
12413         * lib/unistd.in.h: Include declaration of getpagesize here.
12414         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
12415         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
12416         HAVE_SYS_PARAM_H.
12417         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
12418         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12419         * modules/getpagesize (Files): Remove lib/getpagesize.h.
12420         (Depends-on): Add unistd.
12421         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12422         (Include): Use <unistd.h> instead of getpagesize.h.
12423         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
12424         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
12425         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
12426         gl_GETPAGESIZE invocation, already handled by module dependency.
12427         * lib/pagealign_alloc.c: Don't include getpagesize.h.
12428
12429 2007-12-02  Bruno Haible  <bruno@clisp.org>
12430
12431         * modules/strings-tests: New file.
12432         * tests/test-strings.c: New file.
12433
12434         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
12435         * lib/strings.in.h: New file.
12436         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
12437         * m4/strings_h.m4: New file.
12438         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
12439         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
12440         * modules/strings: New file.
12441         * modules/string (Makefile.am): Update.
12442         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
12443         Reported by Karl Berry.
12444
12445 2007-12-01  Eric Blake  <ebb9@byu.net>
12446
12447         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
12448         accomodate fix in cygwin 1.5.25.
12449
12450 2007-12-01  Jim Meyering  <meyering@redhat.com>
12451
12452         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
12453         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
12454         that would inhibit utf8-optimization of a regexp containing line-
12455         or buffer-anchors, e.g., `^', `$'.
12456
12457 2007-11-30  Bruno Haible  <bruno@clisp.org>
12458
12459         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
12460         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
12461         glthread_recursive_lock_init.
12462         * lib/lock.c (glthread_recursive_lock_init)
12463         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
12464         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12465
12466 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
12467
12468         New function qset_acl, like set_acl but with syscall semantics.
12469         * lib/acl.h (qset_acl): New decl.
12470         * lib/acl.c (qset_acl): New function.
12471         (set_acl): Use new function.  Use more-consistent diagnostics.
12472
12473 2007-11-28  Jim Meyering  <meyering@redhat.com>
12474
12475         * modules/physmem (License): Change from GPL to LGPLv2+.
12476
12477 2007-11-26  Bruno Haible  <bruno@clisp.org>
12478
12479         * lib/vasnprintf.c (decode_long_double): Don't abort if the
12480         'long double' type has excess precision.
12481         Reported by Jim Meyering in
12482         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
12483
12484 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12485
12486         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
12487         Sync from <http://gnu.org/licenses>.
12488         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
12489         with license text from same location.
12490         * doc/maintain.texi, doc/standards.texi:  Sync from
12491         <http://savannah.gnu.org/projects/gnustandards>.
12492
12493 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
12494         and Jim Meyering  <meyering@redhat.com>
12495
12496         Adjust getdate' grammar to accept a slightly more regular language.
12497         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
12498         Before, the former was rejected.
12499         * lib/getdate.y (digits_to_date_time): New function, factored
12500         out of ...
12501         (number): ...here.  Just call digits_to_date_time.
12502         (hybrid): New non-terminal to handle an <unsigned number,
12503         signed relative offset> sequence consistently.
12504
12505 2007-11-18  Jim Meyering  <meyering@redhat.com>
12506
12507         Pull my changes from coreutils:
12508         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
12509         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
12510         use of $gnulib_tool_option_extras, so that it's separated from the
12511         preceding argument.
12512
12513         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
12514         * build-aux/bootstrap (cp_mark_as_generated): Create any required
12515         parent destination directories before copying a file into place.
12516
12517 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12518
12519         bootstrap: work also with 4-argument variant of AC_INIT
12520         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
12521
12522 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12523
12524         Port test-getaddrinfo to Solaris.
12525         Problem reported by Bruno Haible in
12526         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
12527         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
12528         explanation of setting 'hints'.
12529         Don't reject an implementation merely because it returns EAI_SERVICE.
12530         (EAI_SERVICE): Define to 0 if not defined.
12531
12532 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12533
12534         The license of gnu-make and posix-shell is now "GPLed build tool".
12535         * modules/gnu-make (License): Likewise.
12536         * modules/posix-shell (License): Likewise.
12537
12538         New module posix-shell, for determining a POSIX shell
12539         or perhaps something that is close enough to a POSIX shell.
12540         * m4/posix-shell.m4: New file.
12541         * modules/posix-shell: New file.
12542
12543         * MODULES.html.sh: Mention new module.
12544
12545         New module gnu-make, for determining whether we're using GNU Make.
12546         * m4/gnu-make.m4: New file.
12547         * modules/gnu-make: New file.
12548         * MODULES.html.sh: Mention new module.
12549
12550 2007-11-14  Jim Meyering  <meyering@redhat.com>
12551
12552         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
12553         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
12554         use this macro to create a function _definition_.
12555         Remove useless "#undef ARGMATCH_DIE".
12556
12557 2007-11-14  Bruno Haible  <bruno@clisp.org>
12558
12559         * lib/config.charset: Update for OpenBSD 4.1.
12560         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
12561
12562 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         Document 64-bit #if problems in stdint.texi.
12565         * doc/headers/stdint.texi (stdint.h): Mention problems with
12566         64-bit-#if, and how to work around them.
12567
12568         Don't insist on 'long long int' support in the preprocessor.  It
12569         breaks too many things.  For example, PRIdMAX still uses a 'long
12570         long int' format with the latest Sun compiler, even though
12571         HAVE_LONG_LONG_INT isn't defined due to that compiler's
12572         preprocessor problem.  This causes the latest coreutils to dump
12573         core on Solaris 10 sparc with the Sun C compiler.
12574         Instead, fix the 2007-10-16 problem in a different way, by evaluating
12575         the troublesome expressions at configure-time, not at #if-time.
12576         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
12577         preprocessor.
12578         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
12579         compile-time C checks, done at 'configure'-time.
12580         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
12581         * modules/inttypes (Makefile): Substitute the new symbols that
12582         gl_INTTYPES_H now generates.
12583         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
12584
12585 2007-11-12  Bruno Haible  <bruno@clisp.org>
12586
12587         Tests for Unicode character classification functions.
12588
12589         * modules/unictype/bidicategory-byname-tests: New file.
12590         * modules/unictype/bidicategory-name-tests: New file.
12591         * modules/unictype/bidicategory-of-tests: New file.
12592         * modules/unictype/bidicategory-test-tests: New file.
12593         * modules/unictype/block-list-tests: New file.
12594         * modules/unictype/block-of-tests: New file.
12595         * modules/unictype/block-test-tests: New file.
12596         * modules/unictype/category-C-tests: New file.
12597         * modules/unictype/category-Cc-tests: New file.
12598         * modules/unictype/category-Cf-tests: New file.
12599         * modules/unictype/category-Cn-tests: New file.
12600         * modules/unictype/category-Co-tests: New file.
12601         * modules/unictype/category-Cs-tests: New file.
12602         * modules/unictype/category-L-tests: New file.
12603         * modules/unictype/category-Ll-tests: New file.
12604         * modules/unictype/category-Lm-tests: New file.
12605         * modules/unictype/category-Lo-tests: New file.
12606         * modules/unictype/category-Lt-tests: New file.
12607         * modules/unictype/category-Lu-tests: New file.
12608         * modules/unictype/category-M-tests: New file.
12609         * modules/unictype/category-Mc-tests: New file.
12610         * modules/unictype/category-Me-tests: New file.
12611         * modules/unictype/category-Mn-tests: New file.
12612         * modules/unictype/category-N-tests: New file.
12613         * modules/unictype/category-Nd-tests: New file.
12614         * modules/unictype/category-Nl-tests: New file.
12615         * modules/unictype/category-No-tests: New file.
12616         * modules/unictype/category-P-tests: New file.
12617         * modules/unictype/category-Pc-tests: New file.
12618         * modules/unictype/category-Pd-tests: New file.
12619         * modules/unictype/category-Pe-tests: New file.
12620         * modules/unictype/category-Pf-tests: New file.
12621         * modules/unictype/category-Pi-tests: New file.
12622         * modules/unictype/category-Po-tests: New file.
12623         * modules/unictype/category-Ps-tests: New file.
12624         * modules/unictype/category-S-tests: New file.
12625         * modules/unictype/category-Sc-tests: New file.
12626         * modules/unictype/category-Sk-tests: New file.
12627         * modules/unictype/category-Sm-tests: New file.
12628         * modules/unictype/category-So-tests: New file.
12629         * modules/unictype/category-Z-tests: New file.
12630         * modules/unictype/category-Zl-tests: New file.
12631         * modules/unictype/category-Zp-tests: New file.
12632         * modules/unictype/category-Zs-tests: New file.
12633         * modules/unictype/category-and-not-tests: New file.
12634         * modules/unictype/category-and-tests: New file.
12635         * modules/unictype/category-byname-tests: New file.
12636         * modules/unictype/category-name-tests: New file.
12637         * modules/unictype/category-none-tests: New file.
12638         * modules/unictype/category-of-tests: New file.
12639         * modules/unictype/category-or-tests: New file.
12640         * modules/unictype/category-test-withtable-tests: New file.
12641         * modules/unictype/combining-class-tests: New file.
12642         * modules/unictype/ctype-alnum-tests: New file.
12643         * modules/unictype/ctype-alpha-tests: New file.
12644         * modules/unictype/ctype-blank-tests: New file.
12645         * modules/unictype/ctype-cntrl-tests: New file.
12646         * modules/unictype/ctype-digit-tests: New file.
12647         * modules/unictype/ctype-graph-tests: New file.
12648         * modules/unictype/ctype-lower-tests: New file.
12649         * modules/unictype/ctype-print-tests: New file.
12650         * modules/unictype/ctype-punct-tests: New file.
12651         * modules/unictype/ctype-space-tests: New file.
12652         * modules/unictype/ctype-upper-tests: New file.
12653         * modules/unictype/ctype-xdigit-tests: New file.
12654         * modules/unictype/decimal-digit-tests: New file.
12655         * modules/unictype/digit-tests: New file.
12656         * modules/unictype/mirror-tests: New file.
12657         * modules/unictype/numeric-tests: New file.
12658         * modules/unictype/property-alphabetic-tests: New file.
12659         * modules/unictype/property-ascii-hex-digit-tests: New file.
12660         * modules/unictype/property-bidi-arabic-digit-tests: New file.
12661         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
12662         * modules/unictype/property-bidi-block-separator-tests: New file.
12663         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
12664         * modules/unictype/property-bidi-common-separator-tests: New file.
12665         * modules/unictype/property-bidi-control-tests: New file.
12666         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
12667         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
12668         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
12669         * modules/unictype/property-bidi-european-digit-tests: New file.
12670         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
12671         * modules/unictype/property-bidi-left-to-right-tests: New file.
12672         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
12673         * modules/unictype/property-bidi-other-neutral-tests: New file.
12674         * modules/unictype/property-bidi-pdf-tests: New file.
12675         * modules/unictype/property-bidi-segment-separator-tests: New file.
12676         * modules/unictype/property-bidi-whitespace-tests: New file.
12677         * modules/unictype/property-byname-tests: New file.
12678         * modules/unictype/property-combining-tests: New file.
12679         * modules/unictype/property-composite-tests: New file.
12680         * modules/unictype/property-currency-symbol-tests: New file.
12681         * modules/unictype/property-dash-tests: New file.
12682         * modules/unictype/property-decimal-digit-tests: New file.
12683         * modules/unictype/property-default-ignorable-code-point-tests: New file.
12684         * modules/unictype/property-deprecated-tests: New file.
12685         * modules/unictype/property-diacritic-tests: New file.
12686         * modules/unictype/property-extender-tests: New file.
12687         * modules/unictype/property-format-control-tests: New file.
12688         * modules/unictype/property-grapheme-base-tests: New file.
12689         * modules/unictype/property-grapheme-extend-tests: New file.
12690         * modules/unictype/property-grapheme-link-tests: New file.
12691         * modules/unictype/property-hex-digit-tests: New file.
12692         * modules/unictype/property-hyphen-tests: New file.
12693         * modules/unictype/property-id-continue-tests: New file.
12694         * modules/unictype/property-id-start-tests: New file.
12695         * modules/unictype/property-ideographic-tests: New file.
12696         * modules/unictype/property-ids-binary-operator-tests: New file.
12697         * modules/unictype/property-ids-trinary-operator-tests: New file.
12698         * modules/unictype/property-ignorable-control-tests: New file.
12699         * modules/unictype/property-iso-control-tests: New file.
12700         * modules/unictype/property-join-control-tests: New file.
12701         * modules/unictype/property-left-of-pair-tests: New file.
12702         * modules/unictype/property-line-separator-tests: New file.
12703         * modules/unictype/property-logical-order-exception-tests: New file.
12704         * modules/unictype/property-lowercase-tests: New file.
12705         * modules/unictype/property-math-tests: New file.
12706         * modules/unictype/property-non-break-tests: New file.
12707         * modules/unictype/property-not-a-character-tests: New file.
12708         * modules/unictype/property-numeric-tests: New file.
12709         * modules/unictype/property-other-alphabetic-tests: New file.
12710         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
12711         * modules/unictype/property-other-grapheme-extend-tests: New file.
12712         * modules/unictype/property-other-id-continue-tests: New file.
12713         * modules/unictype/property-other-id-start-tests: New file.
12714         * modules/unictype/property-other-lowercase-tests: New file.
12715         * modules/unictype/property-other-math-tests: New file.
12716         * modules/unictype/property-other-uppercase-tests: New file.
12717         * modules/unictype/property-paired-punctuation-tests: New file.
12718         * modules/unictype/property-paragraph-separator-tests: New file.
12719         * modules/unictype/property-pattern-syntax-tests: New file.
12720         * modules/unictype/property-pattern-white-space-tests: New file.
12721         * modules/unictype/property-private-use-tests: New file.
12722         * modules/unictype/property-punctuation-tests: New file.
12723         * modules/unictype/property-quotation-mark-tests: New file.
12724         * modules/unictype/property-radical-tests: New file.
12725         * modules/unictype/property-sentence-terminal-tests: New file.
12726         * modules/unictype/property-soft-dotted-tests: New file.
12727         * modules/unictype/property-space-tests: New file.
12728         * modules/unictype/property-terminal-punctuation-tests: New file.
12729         * modules/unictype/property-test-tests: New file.
12730         * modules/unictype/property-titlecase-tests: New file.
12731         * modules/unictype/property-unassigned-code-value-tests: New file.
12732         * modules/unictype/property-unified-ideograph-tests: New file.
12733         * modules/unictype/property-uppercase-tests: New file.
12734         * modules/unictype/property-variation-selector-tests: New file.
12735         * modules/unictype/property-white-space-tests: New file.
12736         * modules/unictype/property-xid-continue-tests: New file.
12737         * modules/unictype/property-xid-start-tests: New file.
12738         * modules/unictype/property-zero-width-tests: New file.
12739         * modules/unictype/scripts-tests: New file.
12740         * modules/unictype/syntax-c-ident-tests: New file.
12741         * modules/unictype/syntax-c-whitespace-tests: New file.
12742         * modules/unictype/syntax-java-ident-tests: New file.
12743         * modules/unictype/syntax-java-whitespace-tests: New file.
12744         * tests/unictype/test-bidi_byname.c: New file.
12745         * tests/unictype/test-bidi_name.c: New file.
12746         * tests/unictype/test-bidi_of.c: New file.
12747         * tests/unictype/test-bidi_test.c: New file.
12748         * tests/unictype/test-block_list.c: New file.
12749         * tests/unictype/test-block_of.c: New file.
12750         * tests/unictype/test-block_test.c: New file.
12751         * tests/unictype/test-categ_and.c: New file.
12752         * tests/unictype/test-categ_and_not.c: New file.
12753         * tests/unictype/test-categ_byname.c: New file.
12754         * tests/unictype/test-categ_name.c: New file.
12755         * tests/unictype/test-categ_none.c: New file.
12756         * tests/unictype/test-categ_of.c: New file.
12757         * tests/unictype/test-categ_or.c: New file.
12758         * tests/unictype/test-categ_test_withtable.c: New file.
12759         * tests/unictype/test-combining.c: New file.
12760         * tests/unictype/test-decdigit.c: New file.
12761         * tests/unictype/test-digit.c: New file.
12762         * tests/unictype/test-mirror.c: New file.
12763         * tests/unictype/test-numeric.c: New file.
12764         * tests/unictype/test-pr_byname.c: New file.
12765         * tests/unictype/test-pr_test.c: New file.
12766         * tests/unictype/test-predicate-part1.h: New file.
12767         * tests/unictype/test-predicate-part2.h: New file.
12768         * tests/unictype/test-scripts.c: New file.
12769         * tests/unictype/test-sy_c_ident.c: New file.
12770         * tests/unictype/test-sy_java_ident.c: New file.
12771
12772         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
12773         for Unicode 5.0.0.
12774         * tests/unictype/test-categ_Cc.c: Likewise.
12775         * tests/unictype/test-categ_Cf.c: Likewise.
12776         * tests/unictype/test-categ_Cn.c: Likewise.
12777         * tests/unictype/test-categ_Co.c: Likewise.
12778         * tests/unictype/test-categ_Cs.c: Likewise.
12779         * tests/unictype/test-categ_L.c: Likewise.
12780         * tests/unictype/test-categ_Ll.c: Likewise.
12781         * tests/unictype/test-categ_Lm.c: Likewise.
12782         * tests/unictype/test-categ_Lo.c: Likewise.
12783         * tests/unictype/test-categ_Lt.c: Likewise.
12784         * tests/unictype/test-categ_Lu.c: Likewise.
12785         * tests/unictype/test-categ_M.c: Likewise.
12786         * tests/unictype/test-categ_Mc.c: Likewise.
12787         * tests/unictype/test-categ_Me.c: Likewise.
12788         * tests/unictype/test-categ_Mn.c: Likewise.
12789         * tests/unictype/test-categ_N.c: Likewise.
12790         * tests/unictype/test-categ_Nd.c: Likewise.
12791         * tests/unictype/test-categ_Nl.c: Likewise.
12792         * tests/unictype/test-categ_No.c: Likewise.
12793         * tests/unictype/test-categ_P.c: Likewise.
12794         * tests/unictype/test-categ_Pc.c: Likewise.
12795         * tests/unictype/test-categ_Pd.c: Likewise.
12796         * tests/unictype/test-categ_Pe.c: Likewise.
12797         * tests/unictype/test-categ_Pf.c: Likewise.
12798         * tests/unictype/test-categ_Pi.c: Likewise.
12799         * tests/unictype/test-categ_Po.c: Likewise.
12800         * tests/unictype/test-categ_Ps.c: Likewise.
12801         * tests/unictype/test-categ_S.c: Likewise.
12802         * tests/unictype/test-categ_Sc.c: Likewise.
12803         * tests/unictype/test-categ_Sk.c: Likewise.
12804         * tests/unictype/test-categ_Sm.c: Likewise.
12805         * tests/unictype/test-categ_So.c: Likewise.
12806         * tests/unictype/test-categ_Z.c: Likewise.
12807         * tests/unictype/test-categ_Zl.c: Likewise.
12808         * tests/unictype/test-categ_Zp.c: Likewise.
12809         * tests/unictype/test-categ_Zs.c: Likewise.
12810         * tests/unictype/test-ctype_alnum.c: Likewise.
12811         * tests/unictype/test-ctype_alpha.c: Likewise.
12812         * tests/unictype/test-ctype_blank.c: Likewise.
12813         * tests/unictype/test-ctype_cntrl.c: Likewise.
12814         * tests/unictype/test-ctype_digit.c: Likewise.
12815         * tests/unictype/test-ctype_graph.c: Likewise.
12816         * tests/unictype/test-ctype_lower.c: Likewise.
12817         * tests/unictype/test-ctype_print.c: Likewise.
12818         * tests/unictype/test-ctype_punct.c: Likewise.
12819         * tests/unictype/test-ctype_space.c: Likewise.
12820         * tests/unictype/test-ctype_upper.c: Likewise.
12821         * tests/unictype/test-ctype_xdigit.c: Likewise.
12822         * tests/unictype/test-decdigit.h: Likewise.
12823         * tests/unictype/test-digit.h: Likewise.
12824         * tests/unictype/test-numeric.h: Likewise.
12825         * tests/unictype/test-pr_alphabetic.c: Likewise.
12826         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
12827         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
12828         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
12829         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
12830         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
12831         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
12832         * tests/unictype/test-pr_bidi_control.c: Likewise.
12833         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
12834         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
12835         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
12836         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
12837         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
12838         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
12839         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
12840         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
12841         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
12842         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
12843         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
12844         * tests/unictype/test-pr_combining.c: Likewise.
12845         * tests/unictype/test-pr_composite.c: Likewise.
12846         * tests/unictype/test-pr_currency_symbol.c: Likewise.
12847         * tests/unictype/test-pr_dash.c: Likewise.
12848         * tests/unictype/test-pr_decimal_digit.c: Likewise.
12849         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
12850         * tests/unictype/test-pr_deprecated.c: Likewise.
12851         * tests/unictype/test-pr_diacritic.c: Likewise.
12852         * tests/unictype/test-pr_extender.c: Likewise.
12853         * tests/unictype/test-pr_format_control.c: Likewise.
12854         * tests/unictype/test-pr_grapheme_base.c: Likewise.
12855         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
12856         * tests/unictype/test-pr_grapheme_link.c: Likewise.
12857         * tests/unictype/test-pr_hex_digit.c: Likewise.
12858         * tests/unictype/test-pr_hyphen.c: Likewise.
12859         * tests/unictype/test-pr_id_continue.c: Likewise.
12860         * tests/unictype/test-pr_id_start.c: Likewise.
12861         * tests/unictype/test-pr_ideographic.c: Likewise.
12862         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
12863         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
12864         * tests/unictype/test-pr_ignorable_control.c: Likewise.
12865         * tests/unictype/test-pr_iso_control.c: Likewise.
12866         * tests/unictype/test-pr_join_control.c: Likewise.
12867         * tests/unictype/test-pr_left_of_pair.c: Likewise.
12868         * tests/unictype/test-pr_line_separator.c: Likewise.
12869         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
12870         * tests/unictype/test-pr_lowercase.c: Likewise.
12871         * tests/unictype/test-pr_math.c: Likewise.
12872         * tests/unictype/test-pr_non_break.c: Likewise.
12873         * tests/unictype/test-pr_not_a_character.c: Likewise.
12874         * tests/unictype/test-pr_numeric.c: Likewise.
12875         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
12876         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
12877         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
12878         * tests/unictype/test-pr_other_id_continue.c: Likewise.
12879         * tests/unictype/test-pr_other_id_start.c: Likewise.
12880         * tests/unictype/test-pr_other_lowercase.c: Likewise.
12881         * tests/unictype/test-pr_other_math.c: Likewise.
12882         * tests/unictype/test-pr_other_uppercase.c: Likewise.
12883         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
12884         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
12885         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
12886         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
12887         * tests/unictype/test-pr_private_use.c: Likewise.
12888         * tests/unictype/test-pr_punctuation.c: Likewise.
12889         * tests/unictype/test-pr_quotation_mark.c: Likewise.
12890         * tests/unictype/test-pr_radical.c: Likewise.
12891         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
12892         * tests/unictype/test-pr_soft_dotted.c: Likewise.
12893         * tests/unictype/test-pr_space.c: Likewise.
12894         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
12895         * tests/unictype/test-pr_titlecase.c: Likewise.
12896         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
12897         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
12898         * tests/unictype/test-pr_uppercase.c: Likewise.
12899         * tests/unictype/test-pr_variation_selector.c: Likewise.
12900         * tests/unictype/test-pr_white_space.c: Likewise.
12901         * tests/unictype/test-pr_xid_continue.c: Likewise.
12902         * tests/unictype/test-pr_xid_start.c: Likewise.
12903         * tests/unictype/test-pr_zero_width.c: Likewise.
12904         * tests/unictype/test-sy_c_whitespace.c: Likewise.
12905         * tests/unictype/test-sy_java_whitespace.c: Likewise.
12906
12907 2007-11-12  Bruno Haible  <bruno@clisp.org>
12908
12909         Unicode character classification functions.
12910         * lib/unictype.h: New file.
12911         * modules/unictype/base: New file.
12912         * modules/unictype/category-L: New file.
12913         * modules/unictype/category-Lu: New file.
12914         * modules/unictype/category-Ll: New file.
12915         * modules/unictype/category-Lt: New file.
12916         * modules/unictype/category-Lm: New file.
12917         * modules/unictype/category-Lo: New file.
12918         * modules/unictype/category-M: New file.
12919         * modules/unictype/category-Mn: New file.
12920         * modules/unictype/category-Mc: New file.
12921         * modules/unictype/category-Me: New file.
12922         * modules/unictype/category-N: New file.
12923         * modules/unictype/category-Nd: New file.
12924         * modules/unictype/category-Nl: New file.
12925         * modules/unictype/category-No: New file.
12926         * modules/unictype/category-P: New file.
12927         * modules/unictype/category-Pc: New file.
12928         * modules/unictype/category-Pd: New file.
12929         * modules/unictype/category-Ps: New file.
12930         * modules/unictype/category-Pe: New file.
12931         * modules/unictype/category-Pi: New file.
12932         * modules/unictype/category-Pf: New file.
12933         * modules/unictype/category-Po: New file.
12934         * modules/unictype/category-S: New file.
12935         * modules/unictype/category-Sm: New file.
12936         * modules/unictype/category-Sc: New file.
12937         * modules/unictype/category-Sk: New file.
12938         * modules/unictype/category-So: New file.
12939         * modules/unictype/category-Z: New file.
12940         * modules/unictype/category-Zs: New file.
12941         * modules/unictype/category-Zl: New file.
12942         * modules/unictype/category-Zp: New file.
12943         * modules/unictype/category-C: New file.
12944         * modules/unictype/category-Cc: New file.
12945         * modules/unictype/category-Cf: New file.
12946         * modules/unictype/category-Cs: New file.
12947         * modules/unictype/category-Co: New file.
12948         * modules/unictype/category-Cn: New file.
12949         * modules/unictype/category-or: New file.
12950         * modules/unictype/category-of: New file.
12951         * modules/unictype/category-test: New file.
12952         * modules/unictype/category-test-withtable: New file.
12953         * modules/unictype/category-byname: New file.
12954         * modules/unictype/category-none: New file.
12955         * modules/unictype/category-and: New file.
12956         * modules/unictype/category-and-not: New file.
12957         * modules/unictype/category-name: New file.
12958         * modules/unictype/combining-class: New file.
12959         * modules/unictype/category-all: New file.
12960         * modules/unictype/bidicategory-all: New file.
12961         * modules/unictype/bidicategory-byname: New file.
12962         * modules/unictype/bidicategory-name: New file.
12963         * modules/unictype/bidicategory-of: New file.
12964         * modules/unictype/bidicategory-test: New file.
12965         * modules/unictype/decimal-digit: New file.
12966         * modules/unictype/digit: New file.
12967         * modules/unictype/numeric: New file.
12968         * modules/unictype/mirror: New file.
12969         * modules/unictype/property-white-space: New file.
12970         * modules/unictype/property-alphabetic: New file.
12971         * modules/unictype/property-other-alphabetic: New file.
12972         * modules/unictype/property-not-a-character: New file.
12973         * modules/unictype/property-default-ignorable-code-point: New file.
12974         * modules/unictype/property-other-default-ignorable-code-point: New
12975         file.
12976         * modules/unictype/property-deprecated: New file.
12977         * modules/unictype/property-logical-order-exception: New file.
12978         * modules/unictype/property-variation-selector: New file.
12979         * modules/unictype/property-private-use: New file.
12980         * modules/unictype/property-unassigned-code-value: New file.
12981         * modules/unictype/property-uppercase: New file.
12982         * modules/unictype/property-other-uppercase: New file.
12983         * modules/unictype/property-lowercase: New file.
12984         * modules/unictype/property-other-lowercase: New file.
12985         * modules/unictype/property-titlecase: New file.
12986         * modules/unictype/property-soft-dotted: New file.
12987         * modules/unictype/property-id-start: New file.
12988         * modules/unictype/property-other-id-start: New file.
12989         * modules/unictype/property-id-continue: New file.
12990         * modules/unictype/property-other-id-continue: New file.
12991         * modules/unictype/property-xid-start: New file.
12992         * modules/unictype/property-xid-continue: New file.
12993         * modules/unictype/property-pattern-white-space: New file.
12994         * modules/unictype/property-pattern-syntax: New file.
12995         * modules/unictype/property-join-control: New file.
12996         * modules/unictype/property-grapheme-base: New file.
12997         * modules/unictype/property-grapheme-extend: New file.
12998         * modules/unictype/property-other-grapheme-extend: New file.
12999         * modules/unictype/property-grapheme-link: New file.
13000         * modules/unictype/property-bidi-control: New file.
13001         * modules/unictype/property-bidi-left-to-right: New file.
13002         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
13003         * modules/unictype/property-bidi-arabic-right-to-left: New file.
13004         * modules/unictype/property-bidi-european-digit: New file.
13005         * modules/unictype/property-bidi-eur-num-separator: New file.
13006         * modules/unictype/property-bidi-eur-num-terminator: New file.
13007         * modules/unictype/property-bidi-arabic-digit: New file.
13008         * modules/unictype/property-bidi-common-separator: New file.
13009         * modules/unictype/property-bidi-block-separator: New file.
13010         * modules/unictype/property-bidi-segment-separator: New file.
13011         * modules/unictype/property-bidi-whitespace: New file.
13012         * modules/unictype/property-bidi-non-spacing-mark: New file.
13013         * modules/unictype/property-bidi-boundary-neutral: New file.
13014         * modules/unictype/property-bidi-pdf: New file.
13015         * modules/unictype/property-bidi-embedding-or-override: New file.
13016         * modules/unictype/property-bidi-other-neutral: New file.
13017         * modules/unictype/property-hex-digit: New file.
13018         * modules/unictype/property-ascii-hex-digit: New file.
13019         * modules/unictype/property-ideographic: New file.
13020         * modules/unictype/property-unified-ideograph: New file.
13021         * modules/unictype/property-radical: New file.
13022         * modules/unictype/property-ids-binary-operator: New file.
13023         * modules/unictype/property-ids-trinary-operator: New file.
13024         * modules/unictype/property-zero-width: New file.
13025         * modules/unictype/property-space: New file.
13026         * modules/unictype/property-non-break: New file.
13027         * modules/unictype/property-iso-control: New file.
13028         * modules/unictype/property-format-control: New file.
13029         * modules/unictype/property-dash: New file.
13030         * modules/unictype/property-hyphen: New file.
13031         * modules/unictype/property-punctuation: New file.
13032         * modules/unictype/property-line-separator: New file.
13033         * modules/unictype/property-paragraph-separator: New file.
13034         * modules/unictype/property-quotation-mark: New file.
13035         * modules/unictype/property-sentence-terminal: New file.
13036         * modules/unictype/property-terminal-punctuation: New file.
13037         * modules/unictype/property-currency-symbol: New file.
13038         * modules/unictype/property-math: New file.
13039         * modules/unictype/property-other-math: New file.
13040         * modules/unictype/property-paired-punctuation: New file.
13041         * modules/unictype/property-left-of-pair: New file.
13042         * modules/unictype/property-combining: New file.
13043         * modules/unictype/property-composite: New file.
13044         * modules/unictype/property-decimal-digit: New file.
13045         * modules/unictype/property-numeric: New file.
13046         * modules/unictype/property-diacritic: New file.
13047         * modules/unictype/property-extender: New file.
13048         * modules/unictype/property-ignorable-control: New file.
13049         * modules/unictype/property-test: New file.
13050         * modules/unictype/property-byname: New file.
13051         * modules/unictype/property-all: New file.
13052         * modules/unictype/scripts: New file.
13053         * modules/unictype/scripts-all: New file.
13054         * modules/unictype/block-of: New file.
13055         * modules/unictype/block-test: New file.
13056         * modules/unictype/block-list: New file.
13057         * modules/unictype/block-all: New file.
13058         * modules/unictype/syntax-c-whitespace: New file.
13059         * modules/unictype/syntax-java-whitespace: New file.
13060         * modules/unictype/syntax-c-ident: New file.
13061         * modules/unictype/syntax-java-ident: New file.
13062         * modules/unictype/ctype-alnum: New file.
13063         * modules/unictype/ctype-alpha: New file.
13064         * modules/unictype/ctype-cntrl: New file.
13065         * modules/unictype/ctype-digit: New file.
13066         * modules/unictype/ctype-graph: New file.
13067         * modules/unictype/ctype-lower: New file.
13068         * modules/unictype/ctype-print: New file.
13069         * modules/unictype/ctype-punct: New file.
13070         * modules/unictype/ctype-space: New file.
13071         * modules/unictype/ctype-upper: New file.
13072         * modules/unictype/ctype-xdigit: New file.
13073         * modules/unictype/ctype-blank: New file.
13074         * lib/unictype/bidi_byname.c: New file.
13075         * lib/unictype/bidi_name.c: New file.
13076         * lib/unictype/bidi_of.c: New file.
13077         * lib/unictype/bidi_test.c: New file.
13078         * lib/unictype/bitmap.h: New file.
13079         * lib/unictype/block_test.c: New file.
13080         * lib/unictype/blocks.c: New file.
13081         * lib/unictype/categ_C.c: New file.
13082         * lib/unictype/categ_Cc.c: New file.
13083         * lib/unictype/categ_Cf.c: New file.
13084         * lib/unictype/categ_Cn.c: New file.
13085         * lib/unictype/categ_Co.c: New file.
13086         * lib/unictype/categ_Cs.c: New file.
13087         * lib/unictype/categ_L.c: New file.
13088         * lib/unictype/categ_Ll.c: New file.
13089         * lib/unictype/categ_Lm.c: New file.
13090         * lib/unictype/categ_Lo.c: New file.
13091         * lib/unictype/categ_Lt.c: New file.
13092         * lib/unictype/categ_Lu.c: New file.
13093         * lib/unictype/categ_M.c: New file.
13094         * lib/unictype/categ_Mc.c: New file.
13095         * lib/unictype/categ_Me.c: New file.
13096         * lib/unictype/categ_Mn.c: New file.
13097         * lib/unictype/categ_N.c: New file.
13098         * lib/unictype/categ_Nd.c: New file.
13099         * lib/unictype/categ_Nl.c: New file.
13100         * lib/unictype/categ_No.c: New file.
13101         * lib/unictype/categ_P.c: New file.
13102         * lib/unictype/categ_Pc.c: New file.
13103         * lib/unictype/categ_Pd.c: New file.
13104         * lib/unictype/categ_Pe.c: New file.
13105         * lib/unictype/categ_Pf.c: New file.
13106         * lib/unictype/categ_Pi.c: New file.
13107         * lib/unictype/categ_Po.c: New file.
13108         * lib/unictype/categ_Ps.c: New file.
13109         * lib/unictype/categ_S.c: New file.
13110         * lib/unictype/categ_Sc.c: New file.
13111         * lib/unictype/categ_Sk.c: New file.
13112         * lib/unictype/categ_Sm.c: New file.
13113         * lib/unictype/categ_So.c: New file.
13114         * lib/unictype/categ_Z.c: New file.
13115         * lib/unictype/categ_Zl.c: New file.
13116         * lib/unictype/categ_Zp.c: New file.
13117         * lib/unictype/categ_Zs.c: New file.
13118         * lib/unictype/categ_and.c: New file.
13119         * lib/unictype/categ_and_not.c: New file.
13120         * lib/unictype/categ_byname.c: New file.
13121         * lib/unictype/categ_name.c: New file.
13122         * lib/unictype/categ_none.c: New file.
13123         * lib/unictype/categ_of.c: New file.
13124         * lib/unictype/categ_or.c: New file.
13125         * lib/unictype/categ_test.c: New file.
13126         * lib/unictype/combining.c: New file.
13127         * lib/unictype/ctype_alnum.c: New file.
13128         * lib/unictype/ctype_alpha.c: New file.
13129         * lib/unictype/ctype_blank.c: New file.
13130         * lib/unictype/ctype_cntrl.c: New file.
13131         * lib/unictype/ctype_digit.c: New file.
13132         * lib/unictype/ctype_graph.c: New file.
13133         * lib/unictype/ctype_lower.c: New file.
13134         * lib/unictype/ctype_print.c: New file.
13135         * lib/unictype/ctype_punct.c: New file.
13136         * lib/unictype/ctype_space.c: New file.
13137         * lib/unictype/ctype_upper.c: New file.
13138         * lib/unictype/ctype_xdigit.c: New file.
13139         * lib/unictype/decdigit.c: New file.
13140         * lib/unictype/digit.c: New file.
13141         * lib/unictype/identsyntaxmap.h: New file.
13142         * lib/unictype/mirror.c: New file.
13143         * lib/unictype/numeric.c: New file.
13144         * lib/unictype/pr_alphabetic.c: New file.
13145         * lib/unictype/pr_ascii_hex_digit.c: New file.
13146         * lib/unictype/pr_bidi_arabic_digit.c: New file.
13147         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
13148         * lib/unictype/pr_bidi_block_separator.c: New file.
13149         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
13150         * lib/unictype/pr_bidi_common_separator.c: New file.
13151         * lib/unictype/pr_bidi_control.c: New file.
13152         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
13153         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
13154         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
13155         * lib/unictype/pr_bidi_european_digit.c: New file.
13156         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
13157         * lib/unictype/pr_bidi_left_to_right.c: New file.
13158         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
13159         * lib/unictype/pr_bidi_other_neutral.c: New file.
13160         * lib/unictype/pr_bidi_pdf.c: New file.
13161         * lib/unictype/pr_bidi_segment_separator.c: New file.
13162         * lib/unictype/pr_bidi_whitespace.c: New file.
13163         * lib/unictype/pr_byname.c: New file.
13164         * lib/unictype/pr_byname.gperf: New file.
13165         * lib/unictype/pr_combining.c: New file.
13166         * lib/unictype/pr_composite.c: New file.
13167         * lib/unictype/pr_currency_symbol.c: New file.
13168         * lib/unictype/pr_dash.c: New file.
13169         * lib/unictype/pr_decimal_digit.c: New file.
13170         * lib/unictype/pr_default_ignorable_code_point.c: New file.
13171         * lib/unictype/pr_deprecated.c: New file.
13172         * lib/unictype/pr_diacritic.c: New file.
13173         * lib/unictype/pr_extender.c: New file.
13174         * lib/unictype/pr_format_control.c: New file.
13175         * lib/unictype/pr_grapheme_base.c: New file.
13176         * lib/unictype/pr_grapheme_extend.c: New file.
13177         * lib/unictype/pr_grapheme_link.c: New file.
13178         * lib/unictype/pr_hex_digit.c: New file.
13179         * lib/unictype/pr_hyphen.c: New file.
13180         * lib/unictype/pr_id_continue.c: New file.
13181         * lib/unictype/pr_id_start.c: New file.
13182         * lib/unictype/pr_ideographic.c: New file.
13183         * lib/unictype/pr_ids_binary_operator.c: New file.
13184         * lib/unictype/pr_ids_trinary_operator.c: New file.
13185         * lib/unictype/pr_ignorable_control.c: New file.
13186         * lib/unictype/pr_iso_control.c: New file.
13187         * lib/unictype/pr_join_control.c: New file.
13188         * lib/unictype/pr_left_of_pair.c: New file.
13189         * lib/unictype/pr_line_separator.c: New file.
13190         * lib/unictype/pr_logical_order_exception.c: New file.
13191         * lib/unictype/pr_lowercase.c: New file.
13192         * lib/unictype/pr_math.c: New file.
13193         * lib/unictype/pr_non_break.c: New file.
13194         * lib/unictype/pr_not_a_character.c: New file.
13195         * lib/unictype/pr_numeric.c: New file.
13196         * lib/unictype/pr_other_alphabetic.c: New file.
13197         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
13198         * lib/unictype/pr_other_grapheme_extend.c: New file.
13199         * lib/unictype/pr_other_id_continue.c: New file.
13200         * lib/unictype/pr_other_id_start.c: New file.
13201         * lib/unictype/pr_other_lowercase.c: New file.
13202         * lib/unictype/pr_other_math.c: New file.
13203         * lib/unictype/pr_other_uppercase.c: New file.
13204         * lib/unictype/pr_paired_punctuation.c: New file.
13205         * lib/unictype/pr_paragraph_separator.c: New file.
13206         * lib/unictype/pr_pattern_syntax.c: New file.
13207         * lib/unictype/pr_pattern_white_space.c: New file.
13208         * lib/unictype/pr_private_use.c: New file.
13209         * lib/unictype/pr_punctuation.c: New file.
13210         * lib/unictype/pr_quotation_mark.c: New file.
13211         * lib/unictype/pr_radical.c: New file.
13212         * lib/unictype/pr_sentence_terminal.c: New file.
13213         * lib/unictype/pr_soft_dotted.c: New file.
13214         * lib/unictype/pr_space.c: New file.
13215         * lib/unictype/pr_terminal_punctuation.c: New file.
13216         * lib/unictype/pr_test.c: New file.
13217         * lib/unictype/pr_titlecase.c: New file.
13218         * lib/unictype/pr_unassigned_code_value.c: New file.
13219         * lib/unictype/pr_unified_ideograph.c: New file.
13220         * lib/unictype/pr_uppercase.c: New file.
13221         * lib/unictype/pr_variation_selector.c: New file.
13222         * lib/unictype/pr_white_space.c: New file.
13223         * lib/unictype/pr_xid_continue.c: New file.
13224         * lib/unictype/pr_xid_start.c: New file.
13225         * lib/unictype/pr_zero_width.c: New file.
13226         * lib/unictype/scripts.c: New file.
13227         * lib/unictype/sy_c_ident.c: New file.
13228         * lib/unictype/sy_c_whitespace.c: New file.
13229         * lib/unictype/sy_java_ident.c: New file.
13230         * lib/unictype/sy_java_whitespace.c: New file.
13231
13232         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
13233         Unicode 5.0.0.
13234         * lib/unictype/blocks.h: Likewise.
13235         * lib/unictype/categ_C.h: Likewise.
13236         * lib/unictype/categ_Cc.h: Likewise.
13237         * lib/unictype/categ_Cf.h: Likewise.
13238         * lib/unictype/categ_Cn.h: Likewise.
13239         * lib/unictype/categ_Co.h: Likewise.
13240         * lib/unictype/categ_Cs.h: Likewise.
13241         * lib/unictype/categ_L.h: Likewise.
13242         * lib/unictype/categ_Ll.h: Likewise.
13243         * lib/unictype/categ_Lm.h: Likewise.
13244         * lib/unictype/categ_Lo.h: Likewise.
13245         * lib/unictype/categ_Lt.h: Likewise.
13246         * lib/unictype/categ_Lu.h: Likewise.
13247         * lib/unictype/categ_M.h: Likewise.
13248         * lib/unictype/categ_Mc.h: Likewise.
13249         * lib/unictype/categ_Me.h: Likewise.
13250         * lib/unictype/categ_Mn.h: Likewise.
13251         * lib/unictype/categ_N.h: Likewise.
13252         * lib/unictype/categ_Nd.h: Likewise.
13253         * lib/unictype/categ_Nl.h: Likewise.
13254         * lib/unictype/categ_No.h: Likewise.
13255         * lib/unictype/categ_P.h: Likewise.
13256         * lib/unictype/categ_Pc.h: Likewise.
13257         * lib/unictype/categ_Pd.h: Likewise.
13258         * lib/unictype/categ_Pe.h: Likewise.
13259         * lib/unictype/categ_Pf.h: Likewise.
13260         * lib/unictype/categ_Pi.h: Likewise.
13261         * lib/unictype/categ_Po.h: Likewise.
13262         * lib/unictype/categ_Ps.h: Likewise.
13263         * lib/unictype/categ_S.h: Likewise.
13264         * lib/unictype/categ_Sc.h: Likewise.
13265         * lib/unictype/categ_Sk.h: Likewise.
13266         * lib/unictype/categ_Sm.h: Likewise.
13267         * lib/unictype/categ_So.h: Likewise.
13268         * lib/unictype/categ_Z.h: Likewise.
13269         * lib/unictype/categ_Zl.h: Likewise.
13270         * lib/unictype/categ_Zp.h: Likewise.
13271         * lib/unictype/categ_Zs.h: Likewise.
13272         * lib/unictype/categ_of.h: Likewise.
13273         * lib/unictype/combining.h: Likewise.
13274         * lib/unictype/ctype_alnum.h: Likewise.
13275         * lib/unictype/ctype_alpha.h: Likewise.
13276         * lib/unictype/ctype_blank.h: Likewise.
13277         * lib/unictype/ctype_cntrl.h: Likewise.
13278         * lib/unictype/ctype_digit.h: Likewise.
13279         * lib/unictype/ctype_graph.h: Likewise.
13280         * lib/unictype/ctype_lower.h: Likewise.
13281         * lib/unictype/ctype_print.h: Likewise.
13282         * lib/unictype/ctype_punct.h: Likewise.
13283         * lib/unictype/ctype_space.h: Likewise.
13284         * lib/unictype/ctype_upper.h: Likewise.
13285         * lib/unictype/ctype_xdigit.h: Likewise.
13286         * lib/unictype/decdigit.h: Likewise.
13287         * lib/unictype/digit.h: Likewise.
13288         * lib/unictype/mirror.h: Likewise.
13289         * lib/unictype/numeric.h: Likewise.
13290         * lib/unictype/pr_alphabetic.h: Likewise.
13291         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
13292         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
13293         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
13294         * lib/unictype/pr_bidi_block_separator.h: Likewise.
13295         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
13296         * lib/unictype/pr_bidi_common_separator.h: Likewise.
13297         * lib/unictype/pr_bidi_control.h: Likewise.
13298         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
13299         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
13300         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
13301         * lib/unictype/pr_bidi_european_digit.h: Likewise.
13302         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
13303         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
13304         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
13305         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
13306         * lib/unictype/pr_bidi_pdf.h: Likewise.
13307         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
13308         * lib/unictype/pr_bidi_whitespace.h: Likewise.
13309         * lib/unictype/pr_combining.h: Likewise.
13310         * lib/unictype/pr_composite.h: Likewise.
13311         * lib/unictype/pr_currency_symbol.h: Likewise.
13312         * lib/unictype/pr_dash.h: Likewise.
13313         * lib/unictype/pr_decimal_digit.h: Likewise.
13314         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
13315         * lib/unictype/pr_deprecated.h: Likewise.
13316         * lib/unictype/pr_diacritic.h: Likewise.
13317         * lib/unictype/pr_extender.h: Likewise.
13318         * lib/unictype/pr_format_control.h: Likewise.
13319         * lib/unictype/pr_grapheme_base.h: Likewise.
13320         * lib/unictype/pr_grapheme_extend.h: Likewise.
13321         * lib/unictype/pr_grapheme_link.h: Likewise.
13322         * lib/unictype/pr_hex_digit.h: Likewise.
13323         * lib/unictype/pr_hyphen.h: Likewise.
13324         * lib/unictype/pr_id_continue.h: Likewise.
13325         * lib/unictype/pr_id_start.h: Likewise.
13326         * lib/unictype/pr_ideographic.h: Likewise.
13327         * lib/unictype/pr_ids_binary_operator.h: Likewise.
13328         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
13329         * lib/unictype/pr_ignorable_control.h: Likewise.
13330         * lib/unictype/pr_iso_control.h: Likewise.
13331         * lib/unictype/pr_join_control.h: Likewise.
13332         * lib/unictype/pr_left_of_pair.h: Likewise.
13333         * lib/unictype/pr_line_separator.h: Likewise.
13334         * lib/unictype/pr_logical_order_exception.h: Likewise.
13335         * lib/unictype/pr_lowercase.h: Likewise.
13336         * lib/unictype/pr_math.h: Likewise.
13337         * lib/unictype/pr_non_break.h: Likewise.
13338         * lib/unictype/pr_not_a_character.h: Likewise.
13339         * lib/unictype/pr_numeric.h: Likewise.
13340         * lib/unictype/pr_other_alphabetic.h: Likewise.
13341         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
13342         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
13343         * lib/unictype/pr_other_id_continue.h: Likewise.
13344         * lib/unictype/pr_other_id_start.h: Likewise.
13345         * lib/unictype/pr_other_lowercase.h: Likewise.
13346         * lib/unictype/pr_other_math.h: Likewise.
13347         * lib/unictype/pr_other_uppercase.h: Likewise.
13348         * lib/unictype/pr_paired_punctuation.h: Likewise.
13349         * lib/unictype/pr_paragraph_separator.h: Likewise.
13350         * lib/unictype/pr_pattern_syntax.h: Likewise.
13351         * lib/unictype/pr_pattern_white_space.h: Likewise.
13352         * lib/unictype/pr_private_use.h: Likewise.
13353         * lib/unictype/pr_punctuation.h: Likewise.
13354         * lib/unictype/pr_quotation_mark.h: Likewise.
13355         * lib/unictype/pr_radical.h: Likewise.
13356         * lib/unictype/pr_sentence_terminal.h: Likewise.
13357         * lib/unictype/pr_soft_dotted.h: Likewise.
13358         * lib/unictype/pr_space.h: Likewise.
13359         * lib/unictype/pr_terminal_punctuation.h: Likewise.
13360         * lib/unictype/pr_titlecase.h: Likewise.
13361         * lib/unictype/pr_unassigned_code_value.h: Likewise.
13362         * lib/unictype/pr_unified_ideograph.h: Likewise.
13363         * lib/unictype/pr_uppercase.h: Likewise.
13364         * lib/unictype/pr_variation_selector.h: Likewise.
13365         * lib/unictype/pr_white_space.h: Likewise.
13366         * lib/unictype/pr_xid_continue.h: Likewise.
13367         * lib/unictype/pr_xid_start.h: Likewise.
13368         * lib/unictype/pr_zero_width.h: Likewise.
13369         * lib/unictype/scripts.h: Likewise.
13370         * lib/unictype/scripts_byname.gperf: Likewise.
13371         * lib/unictype/sy_c_ident.h: Likewise.
13372         * lib/unictype/sy_c_whitespace.h: Likewise.
13373         * lib/unictype/sy_java_ident.h: Likewise.
13374         * lib/unictype/sy_java_whitespace.h: Likewise.
13375
13376         * lib/unictype/Makefile: New file.
13377         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
13378         glibc.
13379         * lib/unictype/3level.h: New file, copied from glibc.
13380         * lib/unictype/3levelbit.h: New file.
13381
13382 2007-11-11  Bruno Haible  <bruno@clisp.org>
13383
13384         * modules/gperf: New file.
13385         * modules/iconv_open (Depends-on): Add it.
13386         (Makefile.am): Remove the GPERF definition.
13387
13388 2007-11-11  Bruno Haible  <bruno@clisp.org>
13389
13390         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
13391         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
13392
13393 2007-11-11  Bruno Haible  <bruno@clisp.org>
13394
13395         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
13396         (usage): Remove function.
13397
13398 2007-11-11  Bruno Haible  <bruno@clisp.org>
13399
13400         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
13401         gl_FUNC_CEILF_LIBS.
13402         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
13403         gl_FUNC_CEIL_LIBS.
13404         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
13405         gl_FUNC_CEILL_LIBS.
13406         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
13407         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
13408         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
13409
13410 2007-11-11  Bruno Haible  <bruno@clisp.org>
13411
13412         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
13413         roundf were declared but do not exist on functions.
13414         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
13415         roundl were declared but do not exist on functions.
13416         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
13417         HAVE_FLOORL_AND_CEILL, respectively.
13418         Needed for Sun C on Solaris 10.
13419
13420 2007-11-11  Bruno Haible  <bruno@clisp.org>
13421
13422         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
13423         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
13424         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
13425         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
13426         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
13427         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
13428         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
13429         HAVE_DECL_ROUNDF.
13430         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
13431         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
13432         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
13433         of HAVE_DECL_ROUND*.
13434         * modules/math (Makefile.am): Update.
13435
13436 2007-11-10  Bruno Haible  <bruno@clisp.org>
13437
13438         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
13439         ptrdiff_t as m4/intl.m4.
13440
13441 2007-11-10  Jim Meyering  <meyering@redhat.com>
13442
13443         Avoid link failure for the argmatch test.
13444         * tests/test-argmatch.c (usage): Define function to avoid a link
13445         failure: argmatch_die requires a usage function.
13446
13447 2007-11-09  Bruno Haible  <bruno@clisp.org>
13448
13449         * doc/functions/snprintf.texi: Mention BeOS deficiency.
13450         * doc/functions/vsnprintf.texi: Likewise.
13451         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
13452         with a size argument < 2.
13453
13454 2007-11-09  Bruno Haible  <bruno@clisp.org>
13455
13456         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
13457         buffer. Fixes an inefficiency introduced on 2007-11-03.
13458
13459 2007-11-09  Bruno Haible  <bruno@clisp.org>
13460
13461         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
13462         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
13463
13464 2007-11-08  Jim Meyering  <meyering@redhat.com>
13465
13466         Change cache variable name prefix "jm_" to "gl_" everywhere.
13467         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
13468         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
13469         * m4/uptime.m4: s/gl_/jm_/
13470
13471 2007-11-07  Bruno Haible  <bruno@clisp.org>
13472
13473         Update to GNU gettext 0.17.
13474         * m4/intl.m4: Update to GNU gettext 0.17.
13475         * m4/po.m4: Likewise.
13476         * modules/gettext (Files): Remove m4/ulonglong.m4.
13477         (configure.ac): Require gettext infrastructure from version 0.17.
13478
13479 2007-11-06  Bruno Haible  <bruno@clisp.org>
13480
13481         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
13482         symbolic values are not defined in a public header.
13483         * lib/freadable.c (freadable) [QNX]: Likewise.
13484         * lib/freadahead.c (freadahead) [QNX]: Likewise.
13485         * lib/freading.c (freading) [QNX]: Likewise.
13486         * lib/fseterr.c (fseterr) [QNX]: Likewise.
13487         * lib/fwritable.c (fwritable) [QNX]: Likewise.
13488         * lib/fwriting.c (fwriting) [QNX]: Likewise.
13489         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
13490         Reported by Alain Magloire.
13491
13492         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
13493
13494 2007-11-05  Bruno Haible  <bruno@clisp.org>
13495
13496         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
13497         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
13498         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
13499         Reported by Eric Blake.
13500
13501 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13502             Bruno Haible  <bruno@clisp.org>
13503
13504         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
13505         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
13506         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
13507         (malloc): Undefine also before including <stdlib.h>.
13508         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
13509         Needed on OSF/1 4.0.
13510
13511 2007-11-05  Jim Meyering  <meyering@redhat.com>
13512
13513         git-version-gen: sync from coreutils.
13514         * build-aux/git-version-gen: Add comments.
13515         Change the first '-' to '.' in the snapshot version string,
13516         e.g., 6.9-377-08144 -> 6.9.377-08144
13517         Remove first parameter.
13518         Don't declare a version "-dirty" merely because a time
13519         stamp has changed.
13520
13521 2007-11-04  Bruno Haible  <bruno@clisp.org>
13522
13523         * lib/lock.h: Protect all macro definitions containing an 'if'
13524         statement through a "do { ... } while (0)".
13525         * lib/tls.h: Likewise.
13526
13527 2007-11-04  Bruno Haible  <bruno@clisp.org>
13528
13529         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
13530
13531 2007-11-04  Bruno Haible  <bruno@clisp.org>
13532
13533         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
13534         * modules/fprintf-posix (Depends-on): Add nocrash.
13535         * modules/snprintf-posix (Depends-on): Likewise.
13536         * modules/sprintf-posix (Depends-on): Likewise.
13537         * modules/vasnprintf-posix (Depends-on): Likewise.
13538         * modules/vasprintf-posix (Depends-on): Likewise.
13539         * modules/vfprintf-posix (Depends-on): Likewise.
13540         * modules/vsnprintf-posix (Depends-on): Likewise.
13541         * modules/vsprintf-posix (Depends-on): Likewise.
13542         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13543         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13544         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13545         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13546         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13547         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13548         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13549
13550 2007-11-04  Bruno Haible  <bruno@clisp.org>
13551
13552         * modules/nocrash: New file.
13553         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
13554         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
13555
13556 2007-11-04  Bruno Haible  <bruno@clisp.org>
13557
13558         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
13559         precision handling.
13560         * tests/test-vasprintf-posix.c (test_function): Likewise.
13561         * tests/test-snprintf-posix.h (test_function): Likewise.
13562         * tests/test-sprintf-posix.h (test_function): Likewise.
13563
13564         Fix *printf behaviour for large precisions on mingw and BeOS.
13565         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
13566         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
13567         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
13568         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13569         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13570         gl_PRINTF_PRECISION and test its result. Invoke
13571         gl_PREREQ_VASNPRINTF_PRECISION.
13572         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13573         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13574         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13575         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13576         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13577         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13578         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13579         * doc/functions/fprintf.texi: Update.
13580         * doc/functions/printf.texi: Update.
13581         * doc/functions/snprintf.texi: Update.
13582         * doc/functions/sprintf.texi: Update.
13583         * doc/functions/vfprintf.texi: Update.
13584         * doc/functions/vprintf.texi: Update.
13585         * doc/functions/vsnprintf.texi: Update.
13586         * doc/functions/vsprintf.texi: Update.
13587
13588 2007-11-04  Bruno Haible  <bruno@clisp.org>
13589
13590         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
13591
13592 2007-11-04  Bruno Haible  <bruno@clisp.org>
13593
13594         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
13595         Reported by Sylvain Beucler <beuc@gnu.org>.
13596
13597 2007-11-03  Bruno Haible  <bruno@clisp.org>
13598
13599         * tests/test-fprintf-posix2.sh: New file.
13600         * tests/test-fprintf-posix2.c: New file.
13601         * modules/fprintf-posix-tests (Files): Add them.
13602         (TESTS): Add test-fprintf-posix2.sh.
13603         (configure.ac): Check for getrlimit and setrlimit.
13604         (check_PROGRAMS): Add test-fprintf-posix2.
13605
13606         * tests/test-printf-posix2.sh: New file.
13607         * tests/test-printf-posix2.c: New file.
13608         * modules/printf-posix-tests (Files): Add them.
13609         (TESTS): Add test-printf-posix2.sh.
13610         (configure.ac): Check for getrlimit and setrlimit.
13611         (check_PROGRAMS): Add test-printf-posix2.
13612
13613         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
13614         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
13615         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
13616         (decode_double): New function, copied from decode_long_double.
13617         (scale10_round_decimal_decoded): New function, extracted from
13618         scale10_round_decimal_long_double.
13619         (scale10_round_decimal_long_double): Use it.
13620         (scale10_round_decimal_double): New function.
13621         (floorlog10): New function.
13622         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
13623         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
13624         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13625         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13626         gl_PRINTF_ENOMEM and test its result. Invoke
13627         gl_PREREQ_VASNPRINTF_ENOMEM.
13628         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13629         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13630         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13631         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13632         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13633         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13634         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13635         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
13636         * modules/snprintf-posix (Depends-on): Likewise.
13637         * modules/sprintf-posix (Depends-on): Likewise.
13638         * modules/vasnprintf-posix (Depends-on): Likewise.
13639         * modules/vasprintf-posix (Depends-on): Likewise.
13640         * modules/vfprintf-posix (Depends-on): Likewise.
13641         * modules/vsnprintf-posix (Depends-on): Likewise.
13642         * modules/vsprintf-posix (Depends-on): Likewise.
13643         * doc/functions/fprintf.texi: Update.
13644         * doc/functions/printf.texi: Update.
13645         * doc/functions/snprintf.texi: Update.
13646         * doc/functions/sprintf.texi: Update.
13647         * doc/functions/vfprintf.texi: Update.
13648         * doc/functions/vprintf.texi: Update.
13649         * doc/functions/vsnprintf.texi: Update.
13650         * doc/functions/vsprintf.texi: Update.
13651
13652 2007-11-03  Bruno Haible  <bruno@clisp.org>
13653
13654         * modules/frexp-nolibm-tests: New file.
13655
13656         * modules/frexp-nolibm: New file.
13657         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
13658
13659 2007-11-03  Bruno Haible  <bruno@clisp.org>
13660
13661         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
13662         value is C99 compliant.
13663         Needed for OSF/1 5.1.
13664
13665 2007-11-03  Bruno Haible  <bruno@clisp.org>
13666
13667         Fix out-of-memory handling of vasnprintf.
13668         * lib/printf-parse.c: Include <errno.h>.
13669         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
13670         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
13671         is already set.
13672
13673 2007-11-02  Eric Blake  <ebb9@byu.net>
13674
13675         Fix tests on cygwin.
13676         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
13677
13678 2007-11-01  Bruno Haible  <bruno@clisp.org>
13679
13680         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
13681         warning.
13682         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
13683         needed for POSIX compatibility.
13684
13685 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
13688         for compatibility with GNU.
13689
13690 2007-11-01  Bruno Haible  <bruno@clisp.org>
13691
13692         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
13693         (putenv): Renamed from rpl_putenv. Change argument type from
13694         'const char *' to 'char *'.
13695         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
13696         of defining putenv in config.h, just set REPLACE_PUTENV.
13697         * modules/putenv (Depends-on): Add stdlib.
13698         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13699         (Include): Use <stdlib.h>.
13700         * lib/stdlib.in.h (putenv): New declaration.
13701         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
13702         REPLACE_PUTENV.
13703         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
13704         REPLACE_PUTENV.
13705         Needed for MacOS X 10.5.0.
13706         Reported by Peter O'Gorman <peter@pogma.com>.
13707
13708 2007-11-01  Jim Meyering  <meyering@redhat.com>
13709
13710         Treat an empty date string exactly like "0".
13711         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
13712         if the remaining date string (to be parsed) is empty, use "0".
13713         Reported by Mischa Molhoek and discussed in this thread:
13714         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
13715
13716 2007-10-31  Bruno Haible  <bruno@clisp.org>
13717
13718         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
13719         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
13720         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
13721         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
13722         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
13723         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
13724
13725 2007-10-31  Bruno Haible  <bruno@clisp.org>
13726
13727         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
13728         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
13729         (AC_TYPE_LONG_LONG_INT): Use it.
13730         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
13731         it as well.
13732         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
13733         to m4/longlong.m4.
13734         * modules/stdint (Files): Remove m4/ulonglong.m4.
13735         * modules/strtoull (Files): Use m4/longlong.m4 instead of
13736         m4/ulonglong.m4.
13737         * modules/strtoumax (Files): Likewise.
13738
13739 2007-10-30  Bruno Haible  <bruno@clisp.org>
13740
13741         * modules/xvasprintf-posix: New file.
13742         Suggested by Eric Blake.
13743
13744 2007-10-30  Bruno Haible  <bruno@clisp.org>
13745
13746         * modules/xprintf-posix-tests: New file.
13747         * tests/test-xprintf-posix.sh: New file.
13748         * tests/test-xprintf-posix.c: New file.
13749         * tests/test-xfprintf-posix.c: New file.
13750
13751         * modules/xprintf-posix: New file.
13752
13753 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13754
13755         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
13756         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
13757         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
13758
13759 2007-10-29  Bruno Haible  <bruno@clisp.org>
13760
13761         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
13762         contain the special marker '_cv_'.
13763         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13764         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13765         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13766         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
13767         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13768         Reported by Ralf Wildenhues.
13769
13770 2007-10-29  Bruno Haible  <bruno@clisp.org>
13771
13772         * gnulib-tool (func_import): When --lgpl is not specified, set
13773         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
13774         GPLv3.
13775         Reported by Simon Josefsson.
13776
13777 2007-10-28  Bruno Haible  <bruno@clisp.org>
13778
13779         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
13780         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
13781         HAVE_DECL_ISFINITE.
13782         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13783         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
13784         HAVE_DECL_ISFINITE.
13785
13786 2007-10-28  Bruno Haible  <bruno@clisp.org>
13787
13788         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
13789         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
13790
13791 2007-10-28  Bruno Haible  <bruno@clisp.org>
13792
13793         Fix link errors with Sun C 5.0 on Solaris 10.
13794         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
13795         function is declared but not present in the compiler's libm.
13796         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
13797         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
13798         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
13799         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
13800         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
13801         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
13802         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
13803         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
13804         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
13805         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
13806         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
13807         HAVE_DECL_FLOORL.
13808
13809 2007-10-28  Bruno Haible  <bruno@clisp.org>
13810
13811         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
13812         gl_FUNC_FLOORL. Cache the result.
13813         (gl_FUNC_FLOORL): Use it.
13814         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
13815         gl_FUNC_CEILL. Cache the result.
13816         (gl_FUNC_CEILL): Use it.
13817
13818         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
13819         gl_FUNC_FLOOR. Cache the result.
13820         (gl_FUNC_FLOOR): Use it.
13821         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
13822         gl_FUNC_CEIL. Cache the result.
13823         (gl_FUNC_CEIL): Use it.
13824
13825         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
13826         gl_FUNC_FLOORF. Cache the result.
13827         (gl_FUNC_FLOORF): Use it.
13828         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
13829         gl_FUNC_CEILF. Cache the result.
13830         (gl_FUNC_CEILF): Use it.
13831
13832 2007-10-28  Bruno Haible  <bruno@clisp.org>
13833
13834         * gnulib-tool: Allow specifying the LGPL version number through
13835         --lgpl=2 or --lgpl=3.
13836         (func_usage): Document --lgpl with argument.
13837         Handle --lgpl=... arguments.
13838         (func_import): Recognize also gl_LGPL calls with an argument. When
13839         --lgpl=2 is used and the module's license is just LGPL, report an
13840         error. Set sed_transform_lib_file according to the lgpl variable. In
13841         the generated files, use --lgpl or gl_LGPL invocations with argument,
13842         if necessary.
13843         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
13844         an LGPv2+ license.
13845         * doc/gnulib-tool.texi (Modified imports): Update explanation of
13846         gl_LGPL macro.
13847
13848 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13849             Bruno Haible  <bruno@clisp.org>
13850
13851         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
13852         (u16_uctomb_aux): Likewise.
13853         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
13854         !HAVE_INLINE.
13855         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
13856
13857 2007-10-28  Bruno Haible  <bruno@clisp.org>
13858
13859         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
13860         Invoke AM_GETTEXT_OPTION if it exists.
13861         * modules/vasprintf: Likewise.
13862         * modules/verror: Likewise.
13863         * modules/xprintf: Likewise.
13864         * modules/xvasprintf: Likewise.
13865
13866 2007-10-27  Ben Pfaff  <blp@gnu.org>
13867
13868         * lib/math.in.h: Define isfinite macro and prototypes for
13869         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
13870         implementations.
13871         * m4/math_h.m4: New substitutions for isfinite module.
13872         * lib/isfinite.c: New file.
13873         * m4/isfinite.m4: New file.
13874         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
13875         * modules/isfinite: New file.
13876         * modules/isfinite-tests: New file.
13877         * tests/tests-isfinite.c: New file.
13878         * doc/functions/isfinite.texi: Mention isfinite module.
13879         * MODULES.html.sh: Mention new module.
13880
13881 2007-10-27  Ben Pfaff  <blp@gnu.org>
13882
13883         Ralf Wildenhues reported that Tru64 4.0D declares the round
13884         functions but does not have definitions.
13885         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
13886         cannot be found in any library, set the output variable to
13887         "missing" instead of "".
13888         * m4/round.m4: Also use our substitute if we cannot find round in
13889         any library, even if it is declared.
13890         * m4/roundf.m4: Likewise for roundf.
13891         * m4/roundl.m4: Likewise for roundl.
13892         * lib/math.in.h: Undefine roundf, round, roundl before defining
13893         their replacements, to allow for hypothetical systems where these
13894         may be defined as macros but not available in libraries.
13895
13896 2007-10-27  Bruno Haible  <bruno@clisp.org>
13897
13898         * doc/gnulib.texi: Invoke @firstparagraphindent.
13899         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
13900         changes in gnulib.
13901         (Source changes): New section.
13902
13903 2007-10-26  Bruno Haible  <bruno@clisp.org>
13904
13905         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
13906         borrowed from autoconf.
13907
13908 2007-10-26  Bruno Haible  <bruno@clisp.org>
13909
13910         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
13911         strerror returned the empty string. Needed on HP-UX 11.00.
13912
13913 2007-10-24  Micah Cowan  <micah@cowan.name>
13914
13915         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
13916         * build-aux/bootstrap: Remove support for now-unnecessary option,
13917         --cvs-user, and envvars CVS_USER, CVS_RSH.
13918
13919 2007-10-24  Jim Meyering  <meyering@redhat.com>
13920
13921         Avoid diagnostics from sha1sum when there is no cached checksum.
13922         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
13923         if the po.s1 file hasn't been created yet.
13924
13925         * build-aux/bootstrap: Sync from coreutils:
13926         2007-10-24  Jim Meyering  <meyering@redhat.com>
13927         Get gnulib from the git repository, not from an obsolete cvs one.
13928         * build-aux/bootstrap: Suggestion from Micah Cowan.
13929         2007-10-04  Jim Meyering  <jim@meyering.net>
13930         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
13931         (update_po_files): Work also when there are no .po files in po/.
13932
13933 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * README: Append ".git" to git and cg examples.
13936         Problem reported by Benoit Sigoure.
13937
13938 2007-10-23  Micah Cowan  <micah@cowan.name>
13939
13940         * users.txt: Add wget.
13941
13942 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13943
13944         Fix linking of some unistdio tests on FreeBSD.
13945         * modules/unistdio/u16-vsnprintf-tests
13946         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
13947         * modules/unistdio/u16-vsprintf-tests
13948         (test_u16_vsnprintf1_LDADD): Likewise.
13949         * modules/unistdio/u32-vsnprintf-tests
13950         (test_u32_vsnprintf1_LDADD): Likewise.
13951         * modules/unistdio/u32-vsprintf-tests
13952         (test_u32_vsprintf1_LDADD): Likewise.
13953         * modules/unistdio/u8-vsnprintf-tests
13954         (test_u8_vsnprintf1_LDADD): Likewise.
13955         * modules/unistdio/u8-vsprintf-tests
13956         (test_u8_vsprintf1_LDADD): Likewise.
13957         * modules/unistdio/ulc-vsnprintf-tests
13958         (test_ulc_vsnprintf1_LDADD): Likewise.
13959         * modules/unistdio/ulc-vsprintf-tests
13960         (test_ulc_vsprintf1_LDADD): Likewise.
13961
13962         Fix linking of some uniconv tests on FreeBSD.
13963         * modules/uniconv/u16-conv-from-enc-tests
13964         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
13965         * modules/uniconv/u16-conv-to-enc-tests
13966         (test_u16_conv_to_enc_LDADD): Likewise.
13967         * modules/uniconv/u16-strconv-from-enc-tests
13968         (test_u16_strconv_from_enc_LDADD): Likewise.
13969         * modules/uniconv/u16-strconv-to-enc-tests
13970         (test_u16_strconv_to_enc_LDADD): Likewise.
13971         * modules/uniconv/u32-conv-from-enc-tests
13972         (test_u32_conv_from_enc_LDADD): Likewise.
13973         * modules/uniconv/u32-conv-to-enc-tests
13974         (test_u32_conv_to_enc_LDADD): Likewise.
13975         * modules/uniconv/u32-strconv-from-enc-tests
13976         (test_u32_strconv_from_enc_LDADD): Likewise.
13977         * modules/uniconv/u32-strconv-to-enc-tests
13978         (test_u32_strconv_to_enc_LDADD): Likewise.
13979         * modules/uniconv/u8-conv-from-enc-tests
13980         (test_u8_conv_from_enc_LDADD): Likewise.
13981         * modules/uniconv/u8-conv-to-enc-tests
13982         (test_u8_conv_to_enc_LDADD): Likewise.
13983         * modules/uniconv/u8-strconv-from-enc-tests
13984         (test_u8_strconv_from_enc_LDADD): Likewise.
13985         * modules/uniconv/u8-strconv-to-enc-tests
13986         (test_u8_strconv_to_enc_LDADD): Likewise.
13987
13988 2007-10-22  Bruno Haible  <bruno@clisp.org>
13989
13990         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
13991         size.
13992
13993 2007-10-22  Eric Blake  <ebb9@byu.net>
13994
13995         Tweak x*printf documentation.
13996         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
13997         variable name and comments.
13998         Suggested by Bruno Haible.
13999
14000 2007-10-22  Bruno Haible  <bruno@clisp.org>
14001
14002         * lib/acl.c (copy_acl): Fix file name in comment.
14003
14004 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         Fix Tru64 problem with stdbool.h.
14007         * lib/stdbool.in.h (false, true):
14008         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
14009         Don't declare as an enum in this situation; it runs afoul of Tru64.
14010         Problem reported by Steven M. Schweda in
14011         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
14012
14013 2007-10-22  Eric Blake  <ebb9@byu.net>
14014
14015         Also wrap vf?printf.
14016         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
14017         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
14018         (xvprintf, xvfprintf): New functions.
14019
14020 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14021
14022         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
14023         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
14024
14025         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
14026         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
14027
14028 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
14031         by Bruno Haible.
14032
14033 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14034
14035         * lib/getloadavg.c
14036         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
14037         Undef `sys' after including sys/table.h, for Tru64 4.0D.
14038
14039         * tests/test-i-ring.c: Work for C89.
14040
14041 2007-10-22  Bruno Haible  <bruno@clisp.org>
14042
14043         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
14044         -1u, in preprocessor expression, so that we don't test for the bug
14045         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
14046         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
14047
14048 2007-10-22  Eric Blake  <ebb9@byu.net>
14049
14050         * tests/test-yesno.sh: Silence stderr during test.
14051
14052 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14053
14054         * modules/crypto/gc-camellia: New file.
14055
14056         * m4/gc-camellia.m4: New file.
14057
14058         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
14059
14060         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
14061
14062 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14063
14064         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
14065         --help to stdout.  Reported by sms@antinode.org (Steven
14066         M. Schweda).
14067
14068 2007-10-22  Simon Josefsson  <simon@josefsson.org>
14069
14070         * users.txt: Fix link to libksba.
14071
14072 2007-10-21  Ben Pfaff  <blp@gnu.org>
14073
14074         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
14075         round.c roundf implementation that depends on floorf and ceilf to
14076         be tested unconditionally.
14077
14078 2007-10-21  Ben Pfaff  <blp@gnu.org>
14079
14080         * m4/check-libm-func.m4: Removed.
14081         * m4/check-math-lib.m4: New file.
14082         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
14083         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
14084         definition and lack of AC_LIBOBJ([roundf]).
14085         * m4/roundl.m4: Ditto, and similarly for roundl.
14086         * modules/round: Reference new m4 file.
14087         * modules/roundf: Ditto.
14088         * modules/roundl: Ditto.
14089         * tests/test-round2.c (main): Use ROUND instead of round.
14090         Bug report from Bruno Haible.
14091
14092 2007-10-21  Bruno Haible  <bruno@clisp.org>
14093
14094         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
14095         context.
14096
14097 2007-10-21  Bruno Haible  <bruno@clisp.org>
14098
14099         * tests/test-wcwidth.c (main): Allow negative result for some control
14100         characters.
14101
14102         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
14103         Needed on OSF/1 5.1.
14104
14105 2007-10-21  Bruno Haible  <bruno@clisp.org>
14106
14107         * tests/test-floorf1.c: Include isnanf.h.
14108         (main): Use isnanf() instead of isnan().
14109         * tests/test-ceilf1.c: Include isnanf.h.
14110         (main): Use isnanf() instead of isnan().
14111         * tests/test-truncf1.c: Include isnanf.h.
14112         (main): Use isnanf() instead of isnan().
14113         * tests/test-roundf1.c: Include isnanf.h.
14114         (main): Use isnanf() instead of isnan().
14115
14116 2007-10-21  Eric Blake  <ebb9@byu.net>
14117
14118         * users.txt: Update URL for m4.
14119
14120 2007-10-21  Bruno Haible  <bruno@clisp.org>
14121
14122         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
14123
14124 2007-10-21  Bruno Haible  <bruno@clisp.org>
14125
14126         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
14127         Git's management files if the CVS files are not present.
14128
14129 2007-10-20  Bruno Haible  <bruno@clisp.org>
14130
14131         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
14132         gcc-3.4.x.
14133
14134 2007-10-20  Ben Pfaff  <blp@gnu.org>
14135
14136         * lib/math.in.h: Declare round, roundf, roundl if we are providing
14137         implementations.
14138         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
14139         * lib/round.c: New file.
14140         * lib/roundf.c: New file.
14141         * lib/roundl.c: New file.
14142         * m4/round.m4: New file.
14143         * m4/roundf.m4: New file.
14144         * m4/roundl.m4: New file.
14145         * m4/check-libm-func-m4: New file.
14146         * modules/math: Replace round, roundf, roundl related @VARS@ in
14147         math.in.h.
14148         * modules/round: New file.
14149         * modules/round-tests: New file.
14150         * modules/roundf: New file.
14151         * modules/roundf-tests: New file.
14152         * modules/roundl: New file.
14153         * modules/roundl-tests: New file.
14154         * tests/test-round1.c: New file.
14155         * tests/test-round2.c: New file.
14156         * tests/test-roundf1.c: New file.
14157         * tests/test-roundf2.c: New file.
14158         * tests/test-roundl.c: New file.
14159         * doc/functions/round.texi: Mention round module.
14160         * doc/functions/roundf.texi: Mention roundf module.
14161         * doc/functions/roundl.texi: Mention roundl module.
14162         * MODULES.html.sh: Mention new modules.
14163         Thanks to Bruno Haible for suggestions.
14164
14165 2007-10-20  Jim Meyering  <meyering@redhat.com>
14166
14167         * lib/xprintf.c: Include <config.h> unconditionally.
14168
14169         Change xprintf's license to GPL.
14170         * modules/xprintf (License): s/LGPL/GPL/, since this module
14171         depends on modules (exit and exitfail) which are GPL.
14172         Suggestion from Bruno Haible.
14173
14174         xprintf fixes.
14175         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
14176         Use a clearer diagnostic.
14177         Patch from Bruno Haible.
14178
14179 2007-10-20  Bruno Haible  <bruno@clisp.org>
14180
14181         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
14182         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
14183         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14184
14185 2007-10-20  Bruno Haible  <bruno@clisp.org>
14186
14187         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
14188         precision in the comparison result > x - 1 or similar.
14189         * tests/test-ceilf2.c (correct_result_p): Likewise.
14190         * tests/test-truncf2.c (correct_result_p): Likewise.
14191         * tests/test-trunc2.c (correct_result_p): Likewise.
14192         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14193
14194 2007-10-20  Bruno Haible  <bruno@clisp.org>
14195
14196         * modules/ceil: New file.
14197         * m4/ceil.m4: New file.
14198         * doc/functions/ceil.texi: Mention the 'ceil' module.
14199
14200 2007-10-20  Bruno Haible  <bruno@clisp.org>
14201
14202         * modules/floor: New file.
14203         * m4/floor.m4: New file.
14204         * doc/functions/floor.texi: Mention the 'floor' module.
14205
14206 2007-10-20  Bruno Haible  <bruno@clisp.org>
14207
14208         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
14209         of %a.
14210         * modules/floorf-tests (Depends-on): Likewise.
14211         * modules/truncf-tests (Depends-on): Likewise.
14212         * modules/trunc-tests (Depends-on): Likewise.
14213         Reported by Ben Pfaff.
14214
14215 2007-10-19  Jim Meyering  <meyering@redhat.com>
14216
14217         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
14218         Don't bother testing specific errno values.  Just test ferror.
14219
14220         New module: xprintf
14221         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
14222
14223 2007-10-19  Bruno Haible  <bruno@clisp.org>
14224
14225         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
14226         syntax.
14227         * modules/javaexec (Makefile.am): Likewise.
14228         * modules/relocatable-prog (Makefile.am): Likewise.
14229         Suggested by Jim Meyering.
14230
14231 2007-10-18  Bruno Haible  <bruno@clisp.org>
14232
14233         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
14234         Reported by Jim Meyering.
14235
14236 2007-10-18  Eric Blake  <ebb9@byu.net>
14237
14238         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
14239
14240 2007-10-18  Bruno Haible  <bruno@clisp.org>
14241
14242         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
14243         the format string into writable memory. Needed in Fortify conditions.
14244
14245 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
14246             Bruno Haible  <bruno@clisp.org>
14247
14248         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
14249         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
14250         * modules/trim (Depends-on): Add mbchar.
14251         (configure.ac): Add gl_FUNC_MBRTOWC.
14252         (Makefile.am): Augment lib_SOURCES.
14253
14254 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         Modify glob.c to use fstatat and dirfd, to simplify it.
14257         Suggested by Eric Blake.
14258         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
14259         Don't include <stdbool.h>; not used.
14260         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
14261         (link_exists_p): Simplify implementation, since we can now assume
14262         dirfd and fstatat.
14263         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
14264
14265 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14266
14267         * gnulib-tool (func_get_dependencies): Fix sed script to
14268         match only tests.
14269
14270 2007-10-17  Bruno Haible  <bruno@clisp.org>
14271
14272         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
14273         allow locale names without encoding suffix.
14274         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14275         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14276
14277 2007-10-16  Bruno Haible  <bruno@clisp.org>
14278
14279         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
14280         * lib/getgroups.c (getgroups): Likewise.
14281         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
14282
14283 2007-10-16  Bruno Haible  <bruno@clisp.org>
14284
14285         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
14286         * modules/malloc-posix (License): Likewise.
14287         * modules/realloc-posix (License): Likewise.
14288         * modules/calloc-posix (License): Likewise.
14289         * modules/intprops (License): Change from GPL to LGPL, with
14290         Paul Eggert's approval.
14291
14292 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14293
14294         Merge glibc changes into lib/glob.c.
14295
14296         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
14297         2007-10-15 04:59:03 UTC.  Here are the changes:
14298
14299         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
14300
14301         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
14302
14303         * lib/glob.c: Add some branch prediction throughout.
14304
14305         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
14306
14307         [BZ #5103]
14308         * lib/glob.c (glob): Recognize patterns starting \/.
14309
14310         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
14311
14312         [BZ #3996]
14313         * lib/glob.c (attribute_hidden): Define if not defined.
14314         (glob): Unescape dirname, filename or username when needed and not
14315         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
14316         is NULL.  Handle unescaped [ in pattern without closing ].
14317         Don't pass GLOB_CHECK down to recursive glob for directories.
14318         (__glob_pattern_type): New function.
14319         (__glob_pattern_p): Implement using __glob_pattern_type.
14320         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
14321         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
14322         Remove unreachable code.
14323
14324         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
14325
14326         * lib/glob.c (glob_in_dir): Add some comments and asserts to
14327         explain why there are no leaks.
14328
14329         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
14330
14331         [BZ #3253]
14332         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
14333         time, rather allocate increasingly bigger arrays of pointers, if
14334         possible with alloca, if too large with malloc.
14335
14336 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
14337
14338         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
14339         Problem reported by H.Merijn Brand in
14340         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
14341         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
14342         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14343
14344 2007-10-15  Bruno Haible  <bruno@clisp.org>
14345
14346         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
14347         with explicit rpl_ prefix.
14348         * lib/fopen.c (fopen): Likewise.
14349         * lib/freopen.c (freopen): Likewise.
14350         * lib/iconv.c (iconv): Likewise.
14351         * lib/iconv_close.c (iconv_close): Likewise.
14352
14353 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14354
14355         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
14356
14357 2007-10-15  Bruno Haible  <bruno@clisp.org>
14358
14359         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
14360         <stddef.h> instead of <stdlib.h> since we only need NULL.
14361         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14362
14363 2007-10-15  Bruno Haible  <bruno@clisp.org>
14364
14365         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
14366         Replace paragraph talking about LIBOBJS.
14367         Reported by Colin Watson <cjwatson@debian.org>.
14368
14369 2007-10-15  Bruno Haible  <bruno@clisp.org>
14370
14371         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
14372         <stdlib.h> before using NULL.
14373
14374 2007-10-15  Simon Josefsson  <simon@josefsson.org>
14375
14376         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
14377         Reported by Albert Chin <china@thewrittenword.com>.
14378
14379 2007-10-14  Bruno Haible  <bruno@clisp.org>
14380
14381         * modules/iconv_open-utf-tests: New file.
14382         * tests/test-iconv-utf.c: New file.
14383
14384         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
14385         * modules/iconv_open-utf: New file.
14386         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
14387         (iconv, iconv_close): New declarations.
14388         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
14389         be defined.
14390         (iconv_open): Add special handling of conversion between UTF-8 and
14391         UTF-{16,32}{BE,LE}.
14392         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
14393         * lib/iconv_close.c: New file.
14394         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
14395         gl_FUNC_ICONV_OPEN.
14396         (gl_FUNC_ICONV_OPEN): Use it.
14397         (gl_FUNC_ICONV_OPEN_UTF): New macro.
14398         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
14399         and REPLACE_ICONV_UTF.
14400         * modules/iconv_open (Depends-on): Add c-strcase.
14401         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
14402         ICONV_CONST.
14403         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
14404
14405 2007-10-13  Albert Chin  <china@thewrittenword.com>
14406             Bruno Haible  <bruno@clisp.org>
14407
14408         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
14409         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
14410
14411 2007-10-13  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
14414         defined, use the ISO C99 inline semantics.
14415         * lib/argp.h (ARGP_EI): Likewise.
14416
14417 2007-10-13  Bruno Haible  <bruno@clisp.org>
14418
14419         Handle 'inline' change in gcc 4.3.0.
14420         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
14421         argp_fmtstream_write, argp_fmtstream_set_lmargin,
14422         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
14423         argp_fmtstream_point): Disable 'extern' declaration if the function
14424         definition is going to be provided inline.
14425         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
14426         semantics, not the ISO C99 inline semantics.
14427         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
14428         'extern' declaration if the function definition is going to be provided
14429         inline.
14430         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
14431         the GNU C inline semantics, not the ISO C99 inline semantics. With
14432         GCC 4.2, avoid a warning.
14433
14434 2007-10-13  Bruno Haible  <bruno@clisp.org>
14435
14436         * lib/freading.h (freading): Enable the use of __freading for
14437         glibc >= 2.7.
14438         * lib/freading.c (freading): Likewise.
14439
14440 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
14443         "warning: C99 inline functions are not supported; using GNU89".
14444
14445 2007-10-12  Bruno Haible  <bruno@clisp.org>
14446
14447         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
14448         of 2.
14449         * tests/test-ceilf2.c: New file.
14450         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
14451
14452         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
14453         * modules/ceilf-tests: Update.
14454
14455 2007-10-12  Bruno Haible  <bruno@clisp.org>
14456
14457         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
14458         of 2.
14459         * tests/test-floorf2.c: New file.
14460         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
14461
14462         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
14463         * modules/floorf-tests: Update.
14464
14465 2007-10-12  Bruno Haible  <bruno@clisp.org>
14466
14467         * tests/test-trunc2.c: New file.
14468         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
14469
14470         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
14471         * modules/trunc-tests: Update.
14472
14473 2007-10-12  Bruno Haible  <bruno@clisp.org>
14474
14475         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
14476         of 2.
14477         * tests/test-truncf2.c: New file.
14478         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
14479
14480         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
14481         * modules/truncf-tests: Update.
14482
14483 2007-10-11  Eric Blake  <ebb9@byu.net>
14484
14485         Don't claim strerror is broken on Interix.
14486         * doc/functions/strerror.texi (strerror): Known broken systems are
14487         now Solaris 8, and not Interix.
14488         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
14489         Interix on cross-compile.
14490         Reported by Martin Koeppe in
14491         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
14492
14493 2007-10-11  Bruno Haible  <bruno@clisp.org>
14494
14495         * modules/i-ring-tests: New file.
14496         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
14497         instead of assert.
14498
14499 2007-10-11  Bruno Haible  <bruno@clisp.org>
14500
14501         * modules/filenamecat-tests: New file.
14502         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
14503         * lib/filenamecat.c: Remove test code.
14504
14505 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14506
14507         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
14508
14509         * lib/strerror.c: Include <string.h> always, to test interface,
14510         and to remove the need for the dummy.
14511         Include intprops.h to compute width instead of doing it ourselves
14512         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
14513         (strerror): Define it to return NULL if there's no system strerror.
14514         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
14515         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
14516         ancient pre-strerror Unix systems well any more.  Saying "unknown
14517         system error" is enough.
14518         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
14519         simpler strerror.c implementation.
14520         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
14521         Simplify the tests to reflect the simpler strerror implementation.
14522         * modules/strerror (Depends-on): Add intprops.
14523
14524 2007-10-09  Eric Blake  <ebb9@byu.net>
14525
14526         Silence test-fpending.
14527         * modules/fpending-tests (Files): Add wrapper script.
14528         * tests/test-fpending.sh: New file.
14529
14530 2007-10-09  Bruno Haible  <bruno@clisp.org>
14531
14532         * MODULES.html.sh (func_module): Don't create a hyperlink for
14533         function names like 'printf_frexp'.
14534         (Misc): Add crc, memxor.
14535         (Characteristics of floating types): New section.
14536         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
14537         isnanf-nolibm, signbit, trunc, truncf, truncl.
14538         (Enhancements for ISO C 99 functions): New subsection Input/output.
14539         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
14540         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
14541         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
14542         (Compatibility checks for POSIX:2001 functions): Add clock-time.
14543         (Enhancements for POSIX:2001 functions): Add chdir-long.
14544         (File system functions): Add areadlink, chdir-safer, read-file.
14545         Remove cycle-check.
14546         (File system as inode set): New section.
14547         (Date and time): Add gethrxtime.
14548         (Multithreading): Add openmp.
14549         (Internationalization functions): Add localename.
14550         (Unicode string functions): Add unistr/u*-mbsnlen.
14551         (Support for maintaining and releasing projects): Add git-version-gen.
14552         (Lone files): Remove directories.
14553
14554 2007-10-08  Ben Pfaff  <blp@gnu.org>
14555
14556         * lib/xmalloca.h: Fix typo in comment.
14557
14558 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14559
14560         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
14561         when avoiding problems with integer overflow.  Use a portable test
14562         instead.
14563
14564 2007-10-08  Simon Josefsson  <simon@josefsson.org>
14565
14566         * modules/dummy (License): Change to LGPLv2+.
14567         * modules/float (License): Likewise
14568         * modules/realloc (License): Likewise
14569         * modules/stdlib (License): Likewise
14570
14571 2007-10-07  Bruno Haible  <bruno@clisp.org>
14572
14573         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
14574         * floor.c (TWO_MANT_DIG): Likewise.
14575         * ceil.c (TWO_MANT_DIG): Likewise.
14576         Reported by Ben Pfaff.
14577
14578 2007-10-07  Bruno Haible  <bruno@clisp.org>
14579
14580         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
14581         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
14582         * lib/frexp.c (FUNC): Likewise.
14583         * lib/printf-frexp.h (printf_frexp): Likewise.
14584         * lib/printf-frexpl.h (printf_frexpl): Likewise.
14585         * lib/printf-frexp.c (FUNC): Likewise.
14586         Suggested by Jim Meyering.
14587
14588 2007-10-07  Jim Meyering  <meyering@redhat.com>
14589
14590         Make xnanosleep's integer overflow test more robust.
14591         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
14592         so that gcc-4.3.0 doesn't optimize away this test for overflow.
14593
14594 2007-10-07  Bruno Haible  <bruno@clisp.org>
14595
14596         * NEWS: Mention the license change.
14597
14598         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
14599         abbreviations in the modules files.
14600
14601         Change copyright notice from GPLv2+ to GPLv3+.
14602         * README: Change copyright notice.
14603         * MODULES.html.sh: Likewise.
14604         * build-aux/bootstrap.conf: Likewise.
14605         * build-aux/config.libpath: Likewise.
14606         * build-aux/csharpcomp.sh.in: Likewise.
14607         * build-aux/csharpexec.sh.in: Likewise.
14608         * build-aux/install-reloc: Likewise.
14609         * build-aux/javacomp.sh.in: Likewise.
14610         * build-aux/javaexec.sh.in: Likewise.
14611         * build-aux/ldd.sh.in: Likewise.
14612         * build-aux/reloc-ldflags: Likewise.
14613         * build-aux/relocatable.sh.in: Likewise.
14614         * build-aux/x-to-1.in: Likewise.
14615         * check-module: Likewise.
14616         * config/srclistvars.sh: Likewise.
14617         * gnulib-tool: Likewise.
14618         * lib/acl-internal.h: Likewise.
14619         * lib/acl.c: Likewise.
14620         * lib/acl.h: Likewise.
14621         * lib/acl_entries.c: Likewise.
14622         * lib/areadlink-with-size.c: Likewise.
14623         * lib/areadlink.c: Likewise.
14624         * lib/areadlink.h: Likewise.
14625         * lib/argmatch.c: Likewise.
14626         * lib/argmatch.h: Likewise.
14627         * lib/argp-ba.c: Likewise.
14628         * lib/argp-eexst.c: Likewise.
14629         * lib/argp-fmtstream.c: Likewise.
14630         * lib/argp-fmtstream.h: Likewise.
14631         * lib/argp-fs-xinl.c: Likewise.
14632         * lib/argp-help.c: Likewise.
14633         * lib/argp-namefrob.h: Likewise.
14634         * lib/argp-parse.c: Likewise.
14635         * lib/argp-pin.c: Likewise.
14636         * lib/argp-pv.c: Likewise.
14637         * lib/argp-pvh.c: Likewise.
14638         * lib/argp-xinl.c: Likewise.
14639         * lib/argp.h: Likewise.
14640         * lib/at-func.c: Likewise.
14641         * lib/atanl.c: Likewise.
14642         * lib/backupfile.c: Likewise.
14643         * lib/backupfile.h: Likewise.
14644         * lib/basename.c: Likewise.
14645         * lib/binary-io.h: Likewise.
14646         * lib/byteswap.in.h: Likewise.
14647         * lib/c-stack.c: Likewise.
14648         * lib/c-stack.h: Likewise.
14649         * lib/c-strcasestr.c: Likewise.
14650         * lib/c-strcasestr.h: Likewise.
14651         * lib/c-strstr.c: Likewise.
14652         * lib/c-strstr.h: Likewise.
14653         * lib/c-strtod.c: Likewise.
14654         * lib/calloc.c: Likewise.
14655         * lib/canon-host.c: Likewise.
14656         * lib/canon-host.h: Likewise.
14657         * lib/canonicalize-lgpl.c: Likewise.
14658         * lib/canonicalize.c: Likewise.
14659         * lib/canonicalize.h: Likewise.
14660         * lib/ceil.c: Likewise.
14661         * lib/ceilf.c: Likewise.
14662         * lib/ceill.c: Likewise.
14663         * lib/chdir-long.c: Likewise.
14664         * lib/chdir-long.h: Likewise.
14665         * lib/chdir-safer.c: Likewise.
14666         * lib/chdir-safer.h: Likewise.
14667         * lib/chown.c: Likewise.
14668         * lib/classpath.c: Likewise.
14669         * lib/classpath.h: Likewise.
14670         * lib/clean-temp.c: Likewise.
14671         * lib/clean-temp.h: Likewise.
14672         * lib/cloexec.c: Likewise.
14673         * lib/close-stream.c: Likewise.
14674         * lib/closein.c: Likewise.
14675         * lib/closein.h: Likewise.
14676         * lib/closeout.c: Likewise.
14677         * lib/closeout.h: Likewise.
14678         * lib/concat-filename.c: Likewise.
14679         * lib/copy-file.c: Likewise.
14680         * lib/copy-file.h: Likewise.
14681         * lib/count-one-bits.h: Likewise.
14682         * lib/crc.c: Likewise.
14683         * lib/crc.h: Likewise.
14684         * lib/creat-safer.c: Likewise.
14685         * lib/csharpcomp.c: Likewise.
14686         * lib/csharpcomp.h: Likewise.
14687         * lib/csharpexec.c: Likewise.
14688         * lib/csharpexec.h: Likewise.
14689         * lib/cycle-check.c: Likewise.
14690         * lib/cycle-check.h: Likewise.
14691         * lib/diacrit.c: Likewise.
14692         * lib/diacrit.h: Likewise.
14693         * lib/diffseq.h: Likewise.
14694         * lib/dirchownmod.c: Likewise.
14695         * lib/dirent.in.h: Likewise.
14696         * lib/dirfd.c: Likewise.
14697         * lib/dirfd.h: Likewise.
14698         * lib/dirname.c: Likewise.
14699         * lib/dirname.h: Likewise.
14700         * lib/dummy.c: Likewise.
14701         * lib/dup-safer.c: Likewise.
14702         * lib/dup2.c: Likewise.
14703         * lib/eealloc.h: Likewise.
14704         * lib/error.c: Likewise.
14705         * lib/error.h: Likewise.
14706         * lib/euidaccess.c: Likewise.
14707         * lib/exclude.c: Likewise.
14708         * lib/exclude.h: Likewise.
14709         * lib/execute.c: Likewise.
14710         * lib/execute.h: Likewise.
14711         * lib/exitfail.c: Likewise.
14712         * lib/exitfail.h: Likewise.
14713         * lib/expl.c: Likewise.
14714         * lib/fatal-signal.c: Likewise.
14715         * lib/fatal-signal.h: Likewise.
14716         * lib/fbufmode.c: Likewise.
14717         * lib/fbufmode.h: Likewise.
14718         * lib/fchdir.c: Likewise.
14719         * lib/fchmodat.c: Likewise.
14720         * lib/fchownat.c: Likewise.
14721         * lib/fcntl--.h: Likewise.
14722         * lib/fcntl-safer.h: Likewise.
14723         * lib/fcntl.in.h: Likewise.
14724         * lib/fd-safer.c: Likewise.
14725         * lib/fflush.c: Likewise.
14726         * lib/file-has-acl.c: Likewise.
14727         * lib/file-set.c: Likewise.
14728         * lib/file-type.c: Likewise.
14729         * lib/file-type.h: Likewise.
14730         * lib/fileblocks.c: Likewise.
14731         * lib/filemode.c: Likewise.
14732         * lib/filemode.h: Likewise.
14733         * lib/filename.h: Likewise.
14734         * lib/filenamecat.c: Likewise.
14735         * lib/filenamecat.h: Likewise.
14736         * lib/findprog.c: Likewise.
14737         * lib/findprog.h: Likewise.
14738         * lib/float.in.h: Likewise.
14739         * lib/floor.c: Likewise.
14740         * lib/floorf.c: Likewise.
14741         * lib/floorl.c: Likewise.
14742         * lib/fopen-safer.c: Likewise.
14743         * lib/fopen.c: Likewise.
14744         * lib/fpending.c: Likewise.
14745         * lib/fpending.h: Likewise.
14746         * lib/fprintf.c: Likewise.
14747         * lib/fprintftime.h: Likewise.
14748         * lib/fpucw.h: Likewise.
14749         * lib/fpurge.c: Likewise.
14750         * lib/fpurge.h: Likewise.
14751         * lib/freadable.c: Likewise.
14752         * lib/freadable.h: Likewise.
14753         * lib/freadahead.c: Likewise.
14754         * lib/freadahead.h: Likewise.
14755         * lib/freading.c: Likewise.
14756         * lib/freading.h: Likewise.
14757         * lib/free.c: Likewise.
14758         * lib/freopen.c: Likewise.
14759         * lib/frexp.c: Likewise.
14760         * lib/frexpl.c: Likewise.
14761         * lib/fseek.c: Likewise.
14762         * lib/fseterr.c: Likewise.
14763         * lib/fseterr.h: Likewise.
14764         * lib/fstatat.c: Likewise.
14765         * lib/fstrcmp.c: Likewise.
14766         * lib/fstrcmp.h: Likewise.
14767         * lib/fsusage.c: Likewise.
14768         * lib/fsusage.h: Likewise.
14769         * lib/ftell.c: Likewise.
14770         * lib/ftello.c: Likewise.
14771         * lib/fts-cycle.c: Likewise.
14772         * lib/fts.c: Likewise.
14773         * lib/fts_.h: Likewise.
14774         * lib/full-read.c: Likewise.
14775         * lib/full-read.h: Likewise.
14776         * lib/full-write.c: Likewise.
14777         * lib/full-write.h: Likewise.
14778         * lib/fwritable.c: Likewise.
14779         * lib/fwritable.h: Likewise.
14780         * lib/fwriteerror.c: Likewise.
14781         * lib/fwriteerror.h: Likewise.
14782         * lib/fwriting.c: Likewise.
14783         * lib/fwriting.h: Likewise.
14784         * lib/gcd.c: Likewise.
14785         * lib/gcd.h: Likewise.
14786         * lib/getcwd.c: Likewise.
14787         * lib/getdate.h: Likewise.
14788         * lib/getdate.y: Likewise.
14789         * lib/getdomainname.c: Likewise.
14790         * lib/getdomainname.h: Likewise.
14791         * lib/getgroups.c: Likewise.
14792         * lib/gethostname.c: Likewise.
14793         * lib/gethrxtime.c: Likewise.
14794         * lib/gethrxtime.h: Likewise.
14795         * lib/getloadavg.c: Likewise.
14796         * lib/getndelim2.c: Likewise.
14797         * lib/getndelim2.h: Likewise.
14798         * lib/getnline.c: Likewise.
14799         * lib/getnline.h: Likewise.
14800         * lib/getopt.c: Likewise.
14801         * lib/getopt.in.h: Likewise.
14802         * lib/getopt1.c: Likewise.
14803         * lib/getopt_int.h: Likewise.
14804         * lib/getpagesize.h: Likewise.
14805         * lib/getsubopt.c: Likewise.
14806         * lib/gettime.c: Likewise.
14807         * lib/getugroups.c: Likewise.
14808         * lib/getugroups.h: Likewise.
14809         * lib/getusershell.c: Likewise.
14810         * lib/gl_anyavltree_list1.h: Likewise.
14811         * lib/gl_anyavltree_list2.h: Likewise.
14812         * lib/gl_anyhash_list1.h: Likewise.
14813         * lib/gl_anyhash_list2.h: Likewise.
14814         * lib/gl_anylinked_list1.h: Likewise.
14815         * lib/gl_anylinked_list2.h: Likewise.
14816         * lib/gl_anyrbtree_list1.h: Likewise.
14817         * lib/gl_anyrbtree_list2.h: Likewise.
14818         * lib/gl_anytree_list1.h: Likewise.
14819         * lib/gl_anytree_list2.h: Likewise.
14820         * lib/gl_anytree_oset.h: Likewise.
14821         * lib/gl_anytreehash_list1.h: Likewise.
14822         * lib/gl_anytreehash_list2.h: Likewise.
14823         * lib/gl_array_list.c: Likewise.
14824         * lib/gl_array_list.h: Likewise.
14825         * lib/gl_array_oset.c: Likewise.
14826         * lib/gl_array_oset.h: Likewise.
14827         * lib/gl_avltree_list.c: Likewise.
14828         * lib/gl_avltree_list.h: Likewise.
14829         * lib/gl_avltree_oset.c: Likewise.
14830         * lib/gl_avltree_oset.h: Likewise.
14831         * lib/gl_avltreehash_list.c: Likewise.
14832         * lib/gl_avltreehash_list.h: Likewise.
14833         * lib/gl_carray_list.c: Likewise.
14834         * lib/gl_carray_list.h: Likewise.
14835         * lib/gl_linked_list.c: Likewise.
14836         * lib/gl_linked_list.h: Likewise.
14837         * lib/gl_linkedhash_list.c: Likewise.
14838         * lib/gl_linkedhash_list.h: Likewise.
14839         * lib/gl_list.c: Likewise.
14840         * lib/gl_list.h: Likewise.
14841         * lib/gl_oset.c: Likewise.
14842         * lib/gl_oset.h: Likewise.
14843         * lib/gl_rbtree_list.c: Likewise.
14844         * lib/gl_rbtree_list.h: Likewise.
14845         * lib/gl_rbtree_oset.c: Likewise.
14846         * lib/gl_rbtree_oset.h: Likewise.
14847         * lib/gl_rbtreehash_list.c: Likewise.
14848         * lib/gl_rbtreehash_list.h: Likewise.
14849         * lib/gl_sublist.c: Likewise.
14850         * lib/gl_sublist.h: Likewise.
14851         * lib/group-member.c: Likewise.
14852         * lib/group-member.h: Likewise.
14853         * lib/hard-locale.c: Likewise.
14854         * lib/hard-locale.h: Likewise.
14855         * lib/hash-pjw.c: Likewise.
14856         * lib/hash-pjw.h: Likewise.
14857         * lib/hash-triple.c: Likewise.
14858         * lib/hash.c: Likewise.
14859         * lib/hash.h: Likewise.
14860         * lib/human.c: Likewise.
14861         * lib/human.h: Likewise.
14862         * lib/i-ring.c: Likewise.
14863         * lib/i-ring.h: Likewise.
14864         * lib/idcache.c: Likewise.
14865         * lib/imaxabs.c: Likewise.
14866         * lib/imaxdiv.c: Likewise.
14867         * lib/inet_pton.c: Likewise.
14868         * lib/inet_pton.h: Likewise.
14869         * lib/intprops.h: Likewise.
14870         * lib/inttostr.c: Likewise.
14871         * lib/inttostr.h: Likewise.
14872         * lib/inttypes.in.h: Likewise.
14873         * lib/isapipe.c: Likewise.
14874         * lib/isdir.c: Likewise.
14875         * lib/isnan.c: Likewise.
14876         * lib/isnan.h: Likewise.
14877         * lib/isnanf.c: Likewise.
14878         * lib/isnanf.h: Likewise.
14879         * lib/isnanl-nolibm.h: Likewise.
14880         * lib/isnanl.c: Likewise.
14881         * lib/isnanl.h: Likewise.
14882         * lib/javacomp.c: Likewise.
14883         * lib/javacomp.h: Likewise.
14884         * lib/javaexec.c: Likewise.
14885         * lib/javaexec.h: Likewise.
14886         * lib/javaversion.c: Likewise.
14887         * lib/javaversion.h: Likewise.
14888         * lib/javaversion.java: Likewise.
14889         * lib/lbrkprop.h: Likewise.
14890         * lib/lchmod.h: Likewise.
14891         * lib/lchown.c: Likewise.
14892         * lib/ldexpl.c: Likewise.
14893         * lib/linebreak.c: Likewise.
14894         * lib/linebreak.h: Likewise.
14895         * lib/linebuffer.c: Likewise.
14896         * lib/linebuffer.h: Likewise.
14897         * lib/locale.in.h: Likewise.
14898         * lib/logl.c: Likewise.
14899         * lib/long-options.c: Likewise.
14900         * lib/long-options.h: Likewise.
14901         * lib/lstat.c: Likewise.
14902         * lib/lstat.h: Likewise.
14903         * lib/math.in.h: Likewise.
14904         * lib/mbchar.c: Likewise.
14905         * lib/mbchar.h: Likewise.
14906         * lib/mbfile.h: Likewise.
14907         * lib/mbiter.h: Likewise.
14908         * lib/mbscasecmp.c: Likewise.
14909         * lib/mbscasestr.c: Likewise.
14910         * lib/mbschr.c: Likewise.
14911         * lib/mbscspn.c: Likewise.
14912         * lib/mbslen.c: Likewise.
14913         * lib/mbsncasecmp.c: Likewise.
14914         * lib/mbsnlen.c: Likewise.
14915         * lib/mbspbrk.c: Likewise.
14916         * lib/mbspcasecmp.c: Likewise.
14917         * lib/mbsrchr.c: Likewise.
14918         * lib/mbssep.c: Likewise.
14919         * lib/mbsspn.c: Likewise.
14920         * lib/mbsstr.c: Likewise.
14921         * lib/mbstok_r.c: Likewise.
14922         * lib/mbswidth.c: Likewise.
14923         * lib/mbswidth.h: Likewise.
14924         * lib/mbuiter.h: Likewise.
14925         * lib/memcasecmp.c: Likewise.
14926         * lib/memcasecmp.h: Likewise.
14927         * lib/memchr.c: Likewise.
14928         * lib/memcmp.c: Likewise.
14929         * lib/memcoll.c: Likewise.
14930         * lib/memcoll.h: Likewise.
14931         * lib/memcpy.c: Likewise.
14932         * lib/memrchr.c: Likewise.
14933         * lib/mkancesdirs.c: Likewise.
14934         * lib/mkdir-p.c: Likewise.
14935         * lib/mkdir-p.h: Likewise.
14936         * lib/mkdir.c: Likewise.
14937         * lib/mkdirat.c: Likewise.
14938         * lib/mkdtemp.c: Likewise.
14939         * lib/mkstemp-safer.c: Likewise.
14940         * lib/mkstemp.c: Likewise.
14941         * lib/modechange.c: Likewise.
14942         * lib/modechange.h: Likewise.
14943         * lib/mountlist.c: Likewise.
14944         * lib/mountlist.h: Likewise.
14945         * lib/mpsort.c: Likewise.
14946         * lib/nanosleep.c: Likewise.
14947         * lib/obstack.c: Likewise.
14948         * lib/obstack.h: Likewise.
14949         * lib/open-safer.c: Likewise.
14950         * lib/open.c: Likewise.
14951         * lib/openat-die.c: Likewise.
14952         * lib/openat-priv.h: Likewise.
14953         * lib/openat-proc.c: Likewise.
14954         * lib/openat.c: Likewise.
14955         * lib/openat.h: Likewise.
14956         * lib/pagealign_alloc.c: Likewise.
14957         * lib/pagealign_alloc.h: Likewise.
14958         * lib/physmem.c: Likewise.
14959         * lib/physmem.h: Likewise.
14960         * lib/pipe-safer.c: Likewise.
14961         * lib/pipe.c: Likewise.
14962         * lib/pipe.h: Likewise.
14963         * lib/posixtm.c: Likewise.
14964         * lib/posixtm.h: Likewise.
14965         * lib/posixver.c: Likewise.
14966         * lib/printf-frexp.c: Likewise.
14967         * lib/printf-frexp.h: Likewise.
14968         * lib/printf-frexpl.c: Likewise.
14969         * lib/printf-frexpl.h: Likewise.
14970         * lib/printf.c: Likewise.
14971         * lib/progname.c: Likewise.
14972         * lib/progname.h: Likewise.
14973         * lib/progreloc.c: Likewise.
14974         * lib/putenv.c: Likewise.
14975         * lib/quote.c: Likewise.
14976         * lib/quote.h: Likewise.
14977         * lib/quotearg.c: Likewise.
14978         * lib/quotearg.h: Likewise.
14979         * lib/raise.c: Likewise.
14980         * lib/readline.c: Likewise.
14981         * lib/readline.h: Likewise.
14982         * lib/readlink.c: Likewise.
14983         * lib/readtokens.c: Likewise.
14984         * lib/readtokens.h: Likewise.
14985         * lib/readtokens0.c: Likewise.
14986         * lib/readtokens0.h: Likewise.
14987         * lib/readutmp.c: Likewise.
14988         * lib/readutmp.h: Likewise.
14989         * lib/realloc.c: Likewise.
14990         * lib/relocwrapper.c: Likewise.
14991         * lib/rename-dest-slash.c: Likewise.
14992         * lib/rename.c: Likewise.
14993         * lib/rmdir.c: Likewise.
14994         * lib/rpmatch.c: Likewise.
14995         * lib/safe-read.c: Likewise.
14996         * lib/safe-read.h: Likewise.
14997         * lib/safe-write.c: Likewise.
14998         * lib/safe-write.h: Likewise.
14999         * lib/same-inode.h: Likewise.
15000         * lib/same.c: Likewise.
15001         * lib/same.h: Likewise.
15002         * lib/save-cwd.c: Likewise.
15003         * lib/save-cwd.h: Likewise.
15004         * lib/savedir.c: Likewise.
15005         * lib/savedir.h: Likewise.
15006         * lib/savewd.c: Likewise.
15007         * lib/savewd.h: Likewise.
15008         * lib/search.in.h: Likewise.
15009         * lib/setenv.c: Likewise.
15010         * lib/setenv.h: Likewise.
15011         * lib/settime.c: Likewise.
15012         * lib/sh-quote.c: Likewise.
15013         * lib/sh-quote.h: Likewise.
15014         * lib/sig2str.c: Likewise.
15015         * lib/sig2str.h: Likewise.
15016         * lib/signal.in.h: Likewise.
15017         * lib/signbitd.c: Likewise.
15018         * lib/signbitf.c: Likewise.
15019         * lib/signbitl.c: Likewise.
15020         * lib/sigprocmask.c: Likewise.
15021         * lib/sincosl.c: Likewise.
15022         * lib/sleep.c: Likewise.
15023         * lib/sprintf.c: Likewise.
15024         * lib/sqrtl.c: Likewise.
15025         * lib/stat-time.h: Likewise.
15026         * lib/stdio--.h: Likewise.
15027         * lib/stdio-safer.h: Likewise.
15028         * lib/stdlib--.h: Likewise.
15029         * lib/stdlib-safer.h: Likewise.
15030         * lib/stdlib.in.h: Likewise.
15031         * lib/stpcpy.c: Likewise.
15032         * lib/stpncpy.c: Likewise.
15033         * lib/strchrnul.c: Likewise.
15034         * lib/strcspn.c: Likewise.
15035         * lib/strerror.c: Likewise.
15036         * lib/strftime.c: Likewise.
15037         * lib/strftime.h: Likewise.
15038         * lib/striconveh.c: Likewise.
15039         * lib/striconveh.h: Likewise.
15040         * lib/striconveha.c: Likewise.
15041         * lib/striconveha.h: Likewise.
15042         * lib/stripslash.c: Likewise.
15043         * lib/strnlen1.c: Likewise.
15044         * lib/strnlen1.h: Likewise.
15045         * lib/strtod.c: Likewise.
15046         * lib/strtoimax.c: Likewise.
15047         * lib/strtok_r.c: Likewise.
15048         * lib/strtol.c: Likewise.
15049         * lib/strtoll.c: Likewise.
15050         * lib/strtoul.c: Likewise.
15051         * lib/strtoull.c: Likewise.
15052         * lib/sysexits.in.h: Likewise.
15053         * lib/tempname.c: Likewise.
15054         * lib/tempname.h: Likewise.
15055         * lib/timespec.h: Likewise.
15056         * lib/tls.c: Likewise.
15057         * lib/tls.h: Likewise.
15058         * lib/tmpdir.c: Likewise.
15059         * lib/tmpdir.h: Likewise.
15060         * lib/tmpfile-safer.c: Likewise.
15061         * lib/tmpfile.c: Likewise.
15062         * lib/trigl.c: Likewise.
15063         * lib/trigl.h: Likewise.
15064         * lib/trim.c: Likewise.
15065         * lib/trim.h: Likewise.
15066         * lib/trunc.c: Likewise.
15067         * lib/truncf.c: Likewise.
15068         * lib/truncl.c: Likewise.
15069         * lib/tsearch.c: Likewise.
15070         * lib/unicodeio.c: Likewise.
15071         * lib/unicodeio.h: Likewise.
15072         * lib/unistd--.h: Likewise.
15073         * lib/unistd-safer.h: Likewise.
15074         * lib/unistdio/ulc-fprintf.c: Likewise.
15075         * lib/unistdio/ulc-vfprintf.c: Likewise.
15076         * lib/unlinkdir.c: Likewise.
15077         * lib/unlinkdir.h: Likewise.
15078         * lib/unlocked-io.h: Likewise.
15079         * lib/unsetenv.c: Likewise.
15080         * lib/userspec.c: Likewise.
15081         * lib/utime.c: Likewise.
15082         * lib/utimecmp.c: Likewise.
15083         * lib/utimecmp.h: Likewise.
15084         * lib/utimens.c: Likewise.
15085         * lib/verify.h: Likewise.
15086         * lib/verror.c: Likewise.
15087         * lib/verror.h: Likewise.
15088         * lib/version-etc-fsf.c: Likewise.
15089         * lib/version-etc.c: Likewise.
15090         * lib/version-etc.h: Likewise.
15091         * lib/vfprintf.c: Likewise.
15092         * lib/vprintf.c: Likewise.
15093         * lib/vsprintf.c: Likewise.
15094         * lib/w32spawn.h: Likewise.
15095         * lib/wait-process.c: Likewise.
15096         * lib/wait-process.h: Likewise.
15097         * lib/wcwidth.c: Likewise.
15098         * lib/write-any-file.c: Likewise.
15099         * lib/xalloc-die.c: Likewise.
15100         * lib/xalloc.h: Likewise.
15101         * lib/xasprintf.c: Likewise.
15102         * lib/xgetcwd.c: Likewise.
15103         * lib/xgetcwd.h: Likewise.
15104         * lib/xgetdomainname.c: Likewise.
15105         * lib/xgetdomainname.h: Likewise.
15106         * lib/xgethostname.c: Likewise.
15107         * lib/xmalloc.c: Likewise.
15108         * lib/xmalloca.c: Likewise.
15109         * lib/xmalloca.h: Likewise.
15110         * lib/xmemcoll.c: Likewise.
15111         * lib/xnanosleep.c: Likewise.
15112         * lib/xreadlink.c: Likewise.
15113         * lib/xreadlink.h: Likewise.
15114         * lib/xsetenv.c: Likewise.
15115         * lib/xsetenv.h: Likewise.
15116         * lib/xstriconv.c: Likewise.
15117         * lib/xstriconv.h: Likewise.
15118         * lib/xstrndup.c: Likewise.
15119         * lib/xstrndup.h: Likewise.
15120         * lib/xstrtod.c: Likewise.
15121         * lib/xstrtod.h: Likewise.
15122         * lib/xstrtol-error.c: Likewise.
15123         * lib/xstrtol.c: Likewise.
15124         * lib/xstrtol.h: Likewise.
15125         * lib/xtime.h: Likewise.
15126         * lib/xvasprintf.c: Likewise.
15127         * lib/xvasprintf.h: Likewise.
15128         * lib/yesno.c: Likewise.
15129         * lib/yesno.h: Likewise.
15130         * posix-modules: Likewise.
15131         * tests/test-alloca-opt.c: Likewise.
15132         * tests/test-arcfour.c: Likewise.
15133         * tests/test-arctwo.c: Likewise.
15134         * tests/test-argmatch.c: Likewise.
15135         * tests/test-argp-2.sh: Likewise.
15136         * tests/test-argp.c: Likewise.
15137         * tests/test-arpa_inet.c: Likewise.
15138         * tests/test-array_list.c: Likewise.
15139         * tests/test-array_oset.c: Likewise.
15140         * tests/test-atexit.c: Likewise.
15141         * tests/test-avltree_list.c: Likewise.
15142         * tests/test-avltree_oset.c: Likewise.
15143         * tests/test-avltreehash_list.c: Likewise.
15144         * tests/test-base64.c: Likewise.
15145         * tests/test-binary-io.c: Likewise.
15146         * tests/test-byteswap.c: Likewise.
15147         * tests/test-c-ctype.c: Likewise.
15148         * tests/test-c-strcasecmp.c: Likewise.
15149         * tests/test-c-strcasestr.c: Likewise.
15150         * tests/test-c-strncasecmp.c: Likewise.
15151         * tests/test-c-strstr.c: Likewise.
15152         * tests/test-canonicalize-lgpl.c: Likewise.
15153         * tests/test-canonicalize.c: Likewise.
15154         * tests/test-carray_list.c: Likewise.
15155         * tests/test-ceilf.c: Likewise.
15156         * tests/test-ceill.c: Likewise.
15157         * tests/test-count-one-bits.c: Likewise.
15158         * tests/test-crc.c: Likewise.
15159         * tests/test-dirname.c: Likewise.
15160         * tests/test-fbufmode.c: Likewise.
15161         * tests/test-fcntl.c: Likewise.
15162         * tests/test-fflush.c: Likewise.
15163         * tests/test-floorf.c: Likewise.
15164         * tests/test-floorl.c: Likewise.
15165         * tests/test-fopen.c: Likewise.
15166         * tests/test-fprintf-posix.c: Likewise.
15167         * tests/test-fprintf-posix.h: Likewise.
15168         * tests/test-fpurge.c: Likewise.
15169         * tests/test-freadable.c: Likewise.
15170         * tests/test-freadahead.c: Likewise.
15171         * tests/test-freading.c: Likewise.
15172         * tests/test-freopen.c: Likewise.
15173         * tests/test-frexp.c: Likewise.
15174         * tests/test-frexpl.c: Likewise.
15175         * tests/test-fseek.c: Likewise.
15176         * tests/test-fseeko.c: Likewise.
15177         * tests/test-fseterr.c: Likewise.
15178         * tests/test-fstrcmp.c: Likewise.
15179         * tests/test-ftell.c: Likewise.
15180         * tests/test-ftello.c: Likewise.
15181         * tests/test-fwritable.c: Likewise.
15182         * tests/test-fwriting.c: Likewise.
15183         * tests/test-getaddrinfo.c: Likewise.
15184         * tests/test-getpass.c: Likewise.
15185         * tests/test-gettimeofday.c: Likewise.
15186         * tests/test-hmac-md5.c: Likewise.
15187         * tests/test-hmac-sha1.c: Likewise.
15188         * tests/test-iconv.c: Likewise.
15189         * tests/test-iconvme.c: Likewise.
15190         * tests/test-inttypes.c: Likewise.
15191         * tests/test-isnan.c: Likewise.
15192         * tests/test-isnanf.c: Likewise.
15193         * tests/test-isnanl-nolibm.c: Likewise.
15194         * tests/test-isnanl.c: Likewise.
15195         * tests/test-isnanl.h: Likewise.
15196         * tests/test-ldexpl.c: Likewise.
15197         * tests/test-linked_list.c: Likewise.
15198         * tests/test-linkedhash_list.c: Likewise.
15199         * tests/test-locale.c: Likewise.
15200         * tests/test-localename.c: Likewise.
15201         * tests/test-lock.c: Likewise.
15202         * tests/test-lseek.c: Likewise.
15203         * tests/test-malloca.c: Likewise.
15204         * tests/test-math.c: Likewise.
15205         * tests/test-mbscasecmp.c: Likewise.
15206         * tests/test-mbscasestr1.c: Likewise.
15207         * tests/test-mbscasestr2.c: Likewise.
15208         * tests/test-mbscasestr3.c: Likewise.
15209         * tests/test-mbscasestr4.c: Likewise.
15210         * tests/test-mbschr.c: Likewise.
15211         * tests/test-mbscspn.c: Likewise.
15212         * tests/test-mbsncasecmp.c: Likewise.
15213         * tests/test-mbspbrk.c: Likewise.
15214         * tests/test-mbspcasecmp.c: Likewise.
15215         * tests/test-mbsrchr.c: Likewise.
15216         * tests/test-mbsspn.c: Likewise.
15217         * tests/test-mbsstr1.c: Likewise.
15218         * tests/test-mbsstr2.c: Likewise.
15219         * tests/test-mbsstr3.c: Likewise.
15220         * tests/test-md5.c: Likewise.
15221         * tests/test-memmem.c: Likewise.
15222         * tests/test-netinet_in.c: Likewise.
15223         * tests/test-open.c: Likewise.
15224         * tests/test-printf-frexp.c: Likewise.
15225         * tests/test-printf-frexpl.c: Likewise.
15226         * tests/test-printf-posix.c: Likewise.
15227         * tests/test-printf-posix.h: Likewise.
15228         * tests/test-rbtree_list.c: Likewise.
15229         * tests/test-rbtree_oset.c: Likewise.
15230         * tests/test-rbtreehash_list.c: Likewise.
15231         * tests/test-read-file.c: Likewise.
15232         * tests/test-rijndael.c: Likewise.
15233         * tests/test-search.c: Likewise.
15234         * tests/test-signbit.c: Likewise.
15235         * tests/test-sleep.c: Likewise.
15236         * tests/test-snprintf-posix.c: Likewise.
15237         * tests/test-snprintf-posix.h: Likewise.
15238         * tests/test-snprintf.c: Likewise.
15239         * tests/test-sprintf-posix.c: Likewise.
15240         * tests/test-sprintf-posix.h: Likewise.
15241         * tests/test-stat-time.c: Likewise.
15242         * tests/test-stdbool.c: Likewise.
15243         * tests/test-stdint.c: Likewise.
15244         * tests/test-stdio.c: Likewise.
15245         * tests/test-stdlib.c: Likewise.
15246         * tests/test-stpncpy.c: Likewise.
15247         * tests/test-strcasestr.c: Likewise.
15248         * tests/test-striconv.c: Likewise.
15249         * tests/test-striconveh.c: Likewise.
15250         * tests/test-striconveha.c: Likewise.
15251         * tests/test-string.c: Likewise.
15252         * tests/test-sys_select.c: Likewise.
15253         * tests/test-sys_socket.c: Likewise.
15254         * tests/test-sys_stat.c: Likewise.
15255         * tests/test-sys_time.c: Likewise.
15256         * tests/test-sysexits.c: Likewise.
15257         * tests/test-time.c: Likewise.
15258         * tests/test-tls.c: Likewise.
15259         * tests/test-trunc.c: Likewise.
15260         * tests/test-truncf.c: Likewise.
15261         * tests/test-truncl.c: Likewise.
15262         * tests/test-unistd.c: Likewise.
15263         * tests/test-vasnprintf-posix.c: Likewise.
15264         * tests/test-vasnprintf-posix2.c: Likewise.
15265         * tests/test-vasnprintf.c: Likewise.
15266         * tests/test-vasprintf-posix.c: Likewise.
15267         * tests/test-vasprintf.c: Likewise.
15268         * tests/test-verify.c: Likewise.
15269         * tests/test-vfprintf-posix.c: Likewise.
15270         * tests/test-vprintf-posix.c: Likewise.
15271         * tests/test-vsnprintf-posix.c: Likewise.
15272         * tests/test-vsnprintf.c: Likewise.
15273         * tests/test-vsprintf-posix.c: Likewise.
15274         * tests/test-wchar.c: Likewise.
15275         * tests/test-wctype.c: Likewise.
15276         * tests/test-wcwidth.c: Likewise.
15277         * tests/test-xstrtol.c: Likewise.
15278         * tests/test-xvasprintf.c: Likewise.
15279         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
15280         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
15281         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15282         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15283         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15284         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
15285         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15286         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15287         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15288         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
15289         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15290         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15291         * tests/uniname/test-uninames.c: Likewise.
15292         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
15293         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
15294         * tests/unistdio/test-u16-printf1.h: Likewise.
15295         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
15296         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
15297         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
15298         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
15299         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
15300         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
15301         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
15302         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
15303         * tests/unistdio/test-u32-printf1.h: Likewise.
15304         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
15305         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
15306         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
15307         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
15308         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
15309         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
15310         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
15311         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
15312         * tests/unistdio/test-u8-printf1.h: Likewise.
15313         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
15314         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
15315         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
15316         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
15317         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
15318         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
15319         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
15320         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
15321         * tests/unistdio/test-ulc-printf1.h: Likewise.
15322         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
15323         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
15324         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
15325         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
15326         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
15327         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
15328         * tests/uniwidth/test-u16-strwidth.c: Likewise.
15329         * tests/uniwidth/test-u16-width.c: Likewise.
15330         * tests/uniwidth/test-u32-strwidth.c: Likewise.
15331         * tests/uniwidth/test-u32-width.c: Likewise.
15332         * tests/uniwidth/test-u8-strwidth.c: Likewise.
15333         * tests/uniwidth/test-u8-width.c: Likewise.
15334         * tests/uniwidth/test-uc_width.c: Likewise.
15335         * config/srclist-update: Likewise.
15336         (fixlicense): Update to GPLv3+.
15337
15338         Change copyright notice from LGPLv2.1+ to LGPLv3+.
15339         * tests/test-tsearch.c: Change copyright notice.
15340
15341         Change copyright notice from LGPLv2.0+ to LGPLv3+.
15342         * lib/c-strcaseeq.h: Change copyright notice.
15343         * lib/streq.h: Likewise.
15344         * lib/uniconv.h: Likewise.
15345         * lib/uniconv/u-conv-from-enc.h: Likewise.
15346         * lib/uniconv/u-conv-to-enc.h: Likewise.
15347         * lib/uniconv/u-strconv-from-enc.h: Likewise.
15348         * lib/uniconv/u-strconv-to-enc.h: Likewise.
15349         * lib/uniconv/u16-conv-from-enc.c: Likewise.
15350         * lib/uniconv/u16-conv-to-enc.c: Likewise.
15351         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
15352         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
15353         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
15354         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
15355         * lib/uniconv/u32-conv-from-enc.c: Likewise.
15356         * lib/uniconv/u32-conv-to-enc.c: Likewise.
15357         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
15358         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
15359         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
15360         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
15361         * lib/uniconv/u8-conv-from-enc.c: Likewise.
15362         * lib/uniconv/u8-conv-to-enc.c: Likewise.
15363         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
15364         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
15365         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
15366         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
15367         * lib/uniname.h: Likewise.
15368         * lib/uniname/uniname.c: Likewise.
15369         * lib/unistdio.h: Likewise.
15370         * lib/unistdio/u-asnprintf.h: Likewise.
15371         * lib/unistdio/u-asprintf.h: Likewise.
15372         * lib/unistdio/u-printf-args.c: Likewise.
15373         * lib/unistdio/u-printf-args.h: Likewise.
15374         * lib/unistdio/u-printf-parse.h: Likewise.
15375         * lib/unistdio/u-snprintf.h: Likewise.
15376         * lib/unistdio/u-sprintf.h: Likewise.
15377         * lib/unistdio/u-vasprintf.h: Likewise.
15378         * lib/unistdio/u-vsnprintf.h: Likewise.
15379         * lib/unistdio/u-vsprintf.h: Likewise.
15380         * lib/unistdio/u16-asnprintf.c: Likewise.
15381         * lib/unistdio/u16-asprintf.c: Likewise.
15382         * lib/unistdio/u16-printf-parse.c: Likewise.
15383         * lib/unistdio/u16-snprintf.c: Likewise.
15384         * lib/unistdio/u16-sprintf.c: Likewise.
15385         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
15386         * lib/unistdio/u16-u16-asprintf.c: Likewise.
15387         * lib/unistdio/u16-u16-snprintf.c: Likewise.
15388         * lib/unistdio/u16-u16-sprintf.c: Likewise.
15389         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
15390         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
15391         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
15392         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
15393         * lib/unistdio/u16-vasnprintf.c: Likewise.
15394         * lib/unistdio/u16-vasprintf.c: Likewise.
15395         * lib/unistdio/u16-vsnprintf.c: Likewise.
15396         * lib/unistdio/u16-vsprintf.c: Likewise.
15397         * lib/unistdio/u32-asnprintf.c: Likewise.
15398         * lib/unistdio/u32-asprintf.c: Likewise.
15399         * lib/unistdio/u32-printf-parse.c: Likewise.
15400         * lib/unistdio/u32-snprintf.c: Likewise.
15401         * lib/unistdio/u32-sprintf.c: Likewise.
15402         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
15403         * lib/unistdio/u32-u32-asprintf.c: Likewise.
15404         * lib/unistdio/u32-u32-snprintf.c: Likewise.
15405         * lib/unistdio/u32-u32-sprintf.c: Likewise.
15406         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
15407         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
15408         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
15409         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
15410         * lib/unistdio/u32-vasnprintf.c: Likewise.
15411         * lib/unistdio/u32-vasprintf.c: Likewise.
15412         * lib/unistdio/u32-vsnprintf.c: Likewise.
15413         * lib/unistdio/u32-vsprintf.c: Likewise.
15414         * lib/unistdio/u8-asnprintf.c: Likewise.
15415         * lib/unistdio/u8-asprintf.c: Likewise.
15416         * lib/unistdio/u8-printf-parse.c: Likewise.
15417         * lib/unistdio/u8-snprintf.c: Likewise.
15418         * lib/unistdio/u8-sprintf.c: Likewise.
15419         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
15420         * lib/unistdio/u8-u8-asprintf.c: Likewise.
15421         * lib/unistdio/u8-u8-snprintf.c: Likewise.
15422         * lib/unistdio/u8-u8-sprintf.c: Likewise.
15423         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
15424         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
15425         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
15426         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
15427         * lib/unistdio/u8-vasnprintf.c: Likewise.
15428         * lib/unistdio/u8-vasprintf.c: Likewise.
15429         * lib/unistdio/u8-vsnprintf.c: Likewise.
15430         * lib/unistdio/u8-vsprintf.c: Likewise.
15431         * lib/unistdio/ulc-asnprintf.c: Likewise.
15432         * lib/unistdio/ulc-asprintf.c: Likewise.
15433         * lib/unistdio/ulc-printf-parse.c: Likewise.
15434         * lib/unistdio/ulc-snprintf.c: Likewise.
15435         * lib/unistdio/ulc-sprintf.c: Likewise.
15436         * lib/unistdio/ulc-vasnprintf.c: Likewise.
15437         * lib/unistdio/ulc-vasprintf.c: Likewise.
15438         * lib/unistdio/ulc-vsnprintf.c: Likewise.
15439         * lib/unistdio/ulc-vsprintf.c: Likewise.
15440         * lib/unistr.h: Likewise.
15441         * lib/unistr/u-cpy-alloc.h: Likewise.
15442         * lib/unistr/u-cpy.h: Likewise.
15443         * lib/unistr/u-endswith.h: Likewise.
15444         * lib/unistr/u-move.h: Likewise.
15445         * lib/unistr/u-set.h: Likewise.
15446         * lib/unistr/u-startswith.h: Likewise.
15447         * lib/unistr/u-stpcpy.h: Likewise.
15448         * lib/unistr/u-stpncpy.h: Likewise.
15449         * lib/unistr/u-strcat.h: Likewise.
15450         * lib/unistr/u-strcpy.h: Likewise.
15451         * lib/unistr/u-strcspn.h: Likewise.
15452         * lib/unistr/u-strdup.h: Likewise.
15453         * lib/unistr/u-strlen.h: Likewise.
15454         * lib/unistr/u-strncat.h: Likewise.
15455         * lib/unistr/u-strncpy.h: Likewise.
15456         * lib/unistr/u-strnlen.h: Likewise.
15457         * lib/unistr/u-strpbrk.h: Likewise.
15458         * lib/unistr/u-strspn.h: Likewise.
15459         * lib/unistr/u-strstr.h: Likewise.
15460         * lib/unistr/u-strtok.h: Likewise.
15461         * lib/unistr/u16-check.c: Likewise.
15462         * lib/unistr/u16-chr.c: Likewise.
15463         * lib/unistr/u16-cmp.c: Likewise.
15464         * lib/unistr/u16-cpy-alloc.c: Likewise.
15465         * lib/unistr/u16-cpy.c: Likewise.
15466         * lib/unistr/u16-endswith.c: Likewise.
15467         * lib/unistr/u16-mblen.c: Likewise.
15468         * lib/unistr/u16-mbsnlen.c: Likewise.
15469         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15470         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15471         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15472         * lib/unistr/u16-mbtouc.c: Likewise.
15473         * lib/unistr/u16-mbtoucr.c: Likewise.
15474         * lib/unistr/u16-move.c: Likewise.
15475         * lib/unistr/u16-next.c: Likewise.
15476         * lib/unistr/u16-prev.c: Likewise.
15477         * lib/unistr/u16-set.c: Likewise.
15478         * lib/unistr/u16-startswith.c: Likewise.
15479         * lib/unistr/u16-stpcpy.c: Likewise.
15480         * lib/unistr/u16-stpncpy.c: Likewise.
15481         * lib/unistr/u16-strcat.c: Likewise.
15482         * lib/unistr/u16-strchr.c: Likewise.
15483         * lib/unistr/u16-strcmp.c: Likewise.
15484         * lib/unistr/u16-strcpy.c: Likewise.
15485         * lib/unistr/u16-strcspn.c: Likewise.
15486         * lib/unistr/u16-strdup.c: Likewise.
15487         * lib/unistr/u16-strlen.c: Likewise.
15488         * lib/unistr/u16-strmblen.c: Likewise.
15489         * lib/unistr/u16-strmbtouc.c: Likewise.
15490         * lib/unistr/u16-strncat.c: Likewise.
15491         * lib/unistr/u16-strncmp.c: Likewise.
15492         * lib/unistr/u16-strncpy.c: Likewise.
15493         * lib/unistr/u16-strnlen.c: Likewise.
15494         * lib/unistr/u16-strpbrk.c: Likewise.
15495         * lib/unistr/u16-strrchr.c: Likewise.
15496         * lib/unistr/u16-strspn.c: Likewise.
15497         * lib/unistr/u16-strstr.c: Likewise.
15498         * lib/unistr/u16-strtok.c: Likewise.
15499         * lib/unistr/u16-to-u32.c: Likewise.
15500         * lib/unistr/u16-to-u8.c: Likewise.
15501         * lib/unistr/u16-uctomb-aux.c: Likewise.
15502         * lib/unistr/u16-uctomb.c: Likewise.
15503         * lib/unistr/u32-check.c: Likewise.
15504         * lib/unistr/u32-chr.c: Likewise.
15505         * lib/unistr/u32-cmp.c: Likewise.
15506         * lib/unistr/u32-cpy-alloc.c: Likewise.
15507         * lib/unistr/u32-cpy.c: Likewise.
15508         * lib/unistr/u32-endswith.c: Likewise.
15509         * lib/unistr/u32-mblen.c: Likewise.
15510         * lib/unistr/u32-mbsnlen.c: Likewise.
15511         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15512         * lib/unistr/u32-mbtouc.c: Likewise.
15513         * lib/unistr/u32-mbtoucr.c: Likewise.
15514         * lib/unistr/u32-move.c: Likewise.
15515         * lib/unistr/u32-next.c: Likewise.
15516         * lib/unistr/u32-prev.c: Likewise.
15517         * lib/unistr/u32-set.c: Likewise.
15518         * lib/unistr/u32-startswith.c: Likewise.
15519         * lib/unistr/u32-stpcpy.c: Likewise.
15520         * lib/unistr/u32-stpncpy.c: Likewise.
15521         * lib/unistr/u32-strcat.c: Likewise.
15522         * lib/unistr/u32-strchr.c: Likewise.
15523         * lib/unistr/u32-strcmp.c: Likewise.
15524         * lib/unistr/u32-strcpy.c: Likewise.
15525         * lib/unistr/u32-strcspn.c: Likewise.
15526         * lib/unistr/u32-strdup.c: Likewise.
15527         * lib/unistr/u32-strlen.c: Likewise.
15528         * lib/unistr/u32-strmblen.c: Likewise.
15529         * lib/unistr/u32-strmbtouc.c: Likewise.
15530         * lib/unistr/u32-strncat.c: Likewise.
15531         * lib/unistr/u32-strncmp.c: Likewise.
15532         * lib/unistr/u32-strncpy.c: Likewise.
15533         * lib/unistr/u32-strnlen.c: Likewise.
15534         * lib/unistr/u32-strpbrk.c: Likewise.
15535         * lib/unistr/u32-strrchr.c: Likewise.
15536         * lib/unistr/u32-strspn.c: Likewise.
15537         * lib/unistr/u32-strstr.c: Likewise.
15538         * lib/unistr/u32-strtok.c: Likewise.
15539         * lib/unistr/u32-to-u16.c: Likewise.
15540         * lib/unistr/u32-to-u8.c: Likewise.
15541         * lib/unistr/u32-uctomb.c: Likewise.
15542         * lib/unistr/u8-check.c: Likewise.
15543         * lib/unistr/u8-chr.c: Likewise.
15544         * lib/unistr/u8-cmp.c: Likewise.
15545         * lib/unistr/u8-cpy-alloc.c: Likewise.
15546         * lib/unistr/u8-cpy.c: Likewise.
15547         * lib/unistr/u8-endswith.c: Likewise.
15548         * lib/unistr/u8-mblen.c: Likewise.
15549         * lib/unistr/u8-mbsnlen.c: Likewise.
15550         * lib/unistr/u8-mbtouc-aux.c: Likewise.
15551         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15552         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15553         * lib/unistr/u8-mbtouc.c: Likewise.
15554         * lib/unistr/u8-mbtoucr.c: Likewise.
15555         * lib/unistr/u8-move.c: Likewise.
15556         * lib/unistr/u8-next.c: Likewise.
15557         * lib/unistr/u8-prev.c: Likewise.
15558         * lib/unistr/u8-set.c: Likewise.
15559         * lib/unistr/u8-startswith.c: Likewise.
15560         * lib/unistr/u8-stpcpy.c: Likewise.
15561         * lib/unistr/u8-stpncpy.c: Likewise.
15562         * lib/unistr/u8-strcat.c: Likewise.
15563         * lib/unistr/u8-strchr.c: Likewise.
15564         * lib/unistr/u8-strcmp.c: Likewise.
15565         * lib/unistr/u8-strcpy.c: Likewise.
15566         * lib/unistr/u8-strcspn.c: Likewise.
15567         * lib/unistr/u8-strdup.c: Likewise.
15568         * lib/unistr/u8-strlen.c: Likewise.
15569         * lib/unistr/u8-strmblen.c: Likewise.
15570         * lib/unistr/u8-strmbtouc.c: Likewise.
15571         * lib/unistr/u8-strncat.c: Likewise.
15572         * lib/unistr/u8-strncmp.c: Likewise.
15573         * lib/unistr/u8-strncpy.c: Likewise.
15574         * lib/unistr/u8-strnlen.c: Likewise.
15575         * lib/unistr/u8-strpbrk.c: Likewise.
15576         * lib/unistr/u8-strrchr.c: Likewise.
15577         * lib/unistr/u8-strspn.c: Likewise.
15578         * lib/unistr/u8-strstr.c: Likewise.
15579         * lib/unistr/u8-strtok.c: Likewise.
15580         * lib/unistr/u8-to-u16.c: Likewise.
15581         * lib/unistr/u8-to-u32.c: Likewise.
15582         * lib/unistr/u8-uctomb-aux.c: Likewise.
15583         * lib/unistr/u8-uctomb.c: Likewise.
15584         * lib/unitypes.h: Likewise.
15585         * lib/uniwidth.h: Likewise.
15586         * lib/uniwidth/cjk.h: Likewise.
15587         * lib/uniwidth/u16-strwidth.c: Likewise.
15588         * lib/uniwidth/u16-width.c: Likewise.
15589         * lib/uniwidth/u32-strwidth.c: Likewise.
15590         * lib/uniwidth/u32-width.c: Likewise.
15591         * lib/uniwidth/u8-strwidth.c: Likewise.
15592         * lib/uniwidth/u8-width.c: Likewise.
15593         * lib/uniwidth/width.c: Likewise.
15594
15595 2007-10-07  Bruno Haible  <bruno@clisp.org>
15596
15597         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
15598         The file is still under LGPL (see modules/inttypes).
15599
15600 2007-10-06  Bruno Haible  <bruno@clisp.org>
15601
15602         * modules/trunc (Dependencies): Add 'extensions'.
15603         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
15604         Reported by Ben Pfaff <blp@gnu.org>.
15605
15606 2007-10-06  Bruno Haible  <bruno@clisp.org>
15607
15608         * modules/freopen-tests: New file.
15609         * tests/test-freopen.c: New file.
15610
15611         * modules/fopen-tests: New file.
15612         * tests/test-fopen.c: New file.
15613
15614         * modules/fopen: New file.
15615         * lib/fopen.c: New file.
15616         * m4/fopen.m4: New file.
15617         * modules/freopen: New file.
15618         * lib/freopen.c: New file.
15619         * m4/freopen.m4: New file.
15620         * lib/stdio.in.h (fopen, freopen): New declarations.
15621         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
15622         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15623         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
15624         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15625         * doc/functions/fopen.texi: Mention the 'fopen' module.
15626         * doc/functions/freopen.texi: Mention the 'freopen' module.
15627
15628 2007-10-06  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/open-tests: New file.
15631         * tests/test-open.c: New file.
15632
15633         * modules/open: New file.
15634         * lib/open.c: New file.
15635         * m4/open.m4: New file.
15636         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
15637         lib/open.c does.
15638         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
15639         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
15640         macros.
15641         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
15642         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
15643         REPLACE_OPEN.
15644         * doc/functions/open.texi: Mention the 'open' module.
15645
15646 2007-10-04  Bruno Haible  <bruno@clisp.org>
15647
15648         * modules/ceill-tests: New file.
15649         * tests/test-ceill.c: New file.
15650
15651         * modules/ceill: New file.
15652         * lib/ceill.c: Replace entire file.
15653         * m4/ceill.m4: New file.
15654         * lib/math.in.h (ceill): Replace declaration.
15655         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
15656         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
15657         * doc/functions/ceill.texi: Mention the 'ceill' module.
15658         * modules/mathl (Files): Remove lib/ceill.c.
15659         (Depends-on): Add ceill.
15660
15661 2007-10-04  Bruno Haible  <bruno@clisp.org>
15662
15663         * modules/ceilf-tests: New file.
15664         * tests/test-ceilf.c: New file.
15665
15666         * modules/ceilf: New file.
15667         * lib/ceil.c: New file.
15668         * lib/ceilf.c: New file.
15669         * m4/ceilf.m4: New file.
15670         * lib/math.in.h (ceilf): New declaration.
15671         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
15672         HAVE_DECL_CEILF.
15673         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
15674         HAVE_DECL_CEILF.
15675         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
15676
15677 2007-10-04  Bruno Haible  <bruno@clisp.org>
15678
15679         * modules/floorl-tests: New file.
15680         * tests/test-floorl.c: New file.
15681
15682         * modules/floorl: New file.
15683         * lib/floorl.c: Replace entire file.
15684         * m4/floorl.m4: New file.
15685         * lib/math.in.h (floorl): Replace declaration.
15686         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
15687         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
15688         * doc/functions/floorl.texi: Mention the 'floorl' module.
15689         * modules/mathl (Files): Remove lib/floorl.c.
15690         (Depends-on): Add floorl.
15691
15692 2007-10-04  Bruno Haible  <bruno@clisp.org>
15693
15694         * modules/floorf-tests: New file.
15695         * tests/test-floorf.c: New file.
15696
15697         * modules/floorf: New file.
15698         * lib/floor.c: New file.
15699         * lib/floorf.c: New file.
15700         * m4/floorf.m4: New file.
15701         * lib/math.in.h (floorf): New declaration.
15702         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
15703         HAVE_DECL_FLOORF.
15704         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
15705         HAVE_DECL_FLOORF.
15706         * doc/functions/floorf.texi: Mention the 'floorf' module.
15707
15708 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
15709             Bruno Haible  <bruno@clisp.org>
15710
15711         Advertise for the Git server instead of the CVS server.
15712         * doc/gnulib-intro.texi (Steady Development): Mention the Git
15713         repository instead of the CVS one.
15714         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
15715         about all VCS systems generically.
15716         * doc/gnulib.texi (Introduction): Capitalize `Git'.
15717
15718 2007-10-04  Bruno Haible  <bruno@clisp.org>
15719
15720         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
15721         means.
15722         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
15723
15724 2007-10-04  Bruno Haible  <bruno@clisp.org>
15725
15726         * modules/truncl-tests: New file.
15727         * tests/test-truncl.c: New file.
15728
15729         * modules/truncl: New file.
15730         * lib/truncl.c: New file.
15731         * m4/truncl.m4: New file.
15732         * lib/math.in.h (truncl): New declaration.
15733         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
15734         HAVE_DECL_TRUNCL.
15735         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
15736         HAVE_DECL_TRUNCL.
15737         * doc/functions/truncl.texi: Mention the 'truncl' module.
15738
15739 2007-10-04  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/truncf-tests: New file.
15742         * tests/test-truncf.c: New file.
15743
15744         * modules/truncf: New file.
15745         * lib/trunc.c: Make paramerizable through USE_* macros.
15746         * lib/truncf.c: New file.
15747         * m4/truncf.m4: New file.
15748         * lib/math.in.h (truncf): New declaration.
15749         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
15750         HAVE_DECL_TRUNCF.
15751         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
15752         HAVE_DECL_TRUNCF.
15753         * doc/functions/truncf.texi: Mention the 'truncf' module.
15754
15755 2007-10-03  Bruno Haible  <bruno@clisp.org>
15756
15757         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15758         augmentation also for tests modules.
15759         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
15760         * modules/atexit-tests (Makefile.am): Likewise.
15761         * modules/binary-io-tests (Makefile.am): Likewise.
15762         * modules/c-strcase-tests (Makefile.am): Likewise.
15763         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
15764         * modules/canonicalize-tests (Makefile.am): Likewise.
15765         * modules/closein-tests (Makefile.am): Likewise.
15766         * modules/fprintf-posix-tests (Makefile.am): Likewise.
15767         * modules/freadahead-tests (Makefile.am): Likewise.
15768         * modules/fseek-tests (Makefile.am): Likewise.
15769         * modules/fseeko-tests (Makefile.am): Likewise.
15770         * modules/ftell-tests (Makefile.am): Likewise.
15771         * modules/ftello-tests (Makefile.am): Likewise.
15772         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
15773         * modules/isnanl-tests (Makefile.am): Likewise.
15774         * modules/lseek-tests (Makefile.am): Likewise.
15775         * modules/mbscasecmp-tests (Makefile.am): Likewise.
15776         * modules/mbscasestr-tests (Makefile.am): Likewise.
15777         * modules/mbschr-tests (Makefile.am): Likewise.
15778         * modules/mbscspn-tests (Makefile.am): Likewise.
15779         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
15780         * modules/mbspbrk-tests (Makefile.am): Likewise.
15781         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
15782         * modules/mbsrchr-tests (Makefile.am): Likewise.
15783         * modules/mbsspn-tests (Makefile.am): Likewise.
15784         * modules/mbsstr-tests (Makefile.am): Likewise.
15785         * modules/printf-posix-tests (Makefile.am): Likewise.
15786         * modules/snprintf-posix-tests (Makefile.am): Likewise.
15787         * modules/sprintf-posix-tests (Makefile.am): Likewise.
15788         * modules/tsearch-tests (Makefile.am): Likewise.
15789         * modules/uniname/uniname-tests (Makefile.am): Likewise.
15790         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
15791         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
15792         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
15793         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
15794         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
15795         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
15796         * modules/vprintf-posix-tests (Makefile.am): Likewise.
15797         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
15798         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
15799         * modules/xstrtoimax-tests (Makefile.am): Likewise.
15800         * modules/xstrtol-tests (Makefile.am): Likewise.
15801         * modules/xstrtoumax-tests (Makefile.am): Likewise.
15802         * modules/yesno-tests (Makefile.am): Likewise.
15803
15804 2007-10-03  Bruno Haible  <bruno@clisp.org>
15805
15806         * modules/trunc-tests: New file.
15807         * tests/test-trunc.c: New file.
15808
15809         * modules/trunc: New file.
15810         * lib/trunc.c: New file.
15811         * m4/trunc.m4: New file.
15812         * lib/math.in.h (trunc): New declaration.
15813         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
15814         HAVE_DECL_TRUNC.
15815         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
15816         HAVE_DECL_TRUNC.
15817         * doc/functions/trunc.texi: Mention the 'trunc' module.
15818
15819 2007-10-03  Bruno Haible  <bruno@clisp.org>
15820
15821         * tests/test-fpending.c: New file, mostly copied
15822         from coreutils/lib/t-fpending.c.
15823         * modules/fpending-tests: New file.
15824
15825 2007-10-03  Bruno Haible  <bruno@clisp.org>
15826
15827         Port the stdio extensions to QNX (untested).
15828         * lib/fseterr.c (fseterr): Add support for QNX.
15829         * lib/fbufmode.c (fbufmode): Likewise.
15830         * lib/freadable.c (freadable): Likewise.
15831         * lib/fwritable.c (fwritable): Likewise.
15832         * lib/freading.c (freading): Likewise.
15833         * lib/fwriting.c (fwriting): Likewise.
15834         * lib/freadahead.c (freadahed): Likewise.
15835         * lib/fpurge.c (fpurge): Likewise.
15836         * lib/fseeko.c (rpl_fseeko): Likewise.
15837
15838 2007-10-03  Bruno Haible  <bruno@clisp.org>
15839             Jim Meyering  <jim@meyering.net>
15840             Eric Blake  <ebb9@byu.net>
15841
15842         * doc/relocatable.texi: Use @command instead of @program.
15843
15844 2007-10-02  Jim Meyering  <jim@meyering.net>
15845
15846         Perform one more "_.h" -> ".in.h" substitution.
15847         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
15848         instead of unistd_.h here, too.
15849
15850 2007-10-01  Bruno Haible  <bruno@clisp.org>
15851
15852         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
15853         Needed for the alloca-opt module.
15854
15855 2007-09-30  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/alloca.in.h: Renamed from lib/alloca_.h.
15858         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
15859         alloca_.h.
15860         * lib/argz.in.h: Renamed from lib/argz_.h.
15861         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
15862         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
15863         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
15864         byteswap_.h.
15865         * lib/dirent.in.h: Renamed from lib/dirent_.h.
15866         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
15867         dirent_.h.
15868         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
15869         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
15870         fcntl_.h.
15871         * lib/float.in.h: Renamed from lib/float_.h.
15872         * modules/float (Files, Makefile.am): Use float.in.h instead of
15873         float_.h.
15874         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
15875         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
15876         fnmatch_.h.
15877         * lib/getopt.in.h: Renamed from lib/getopt_.h.
15878         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
15879         getopt_.h.
15880         * lib/glob.in.h: Renamed from lib/glob_.h.
15881         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
15882         * lib/iconv.in.h: Renamed from lib/iconv_.h.
15883         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
15884         iconv_.h.
15885         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
15886         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
15887         inttypes_.h.
15888         * lib/locale.in.h: Renamed from lib/locale_.h.
15889         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
15890         locale_.h.
15891         * lib/math.in.h: Renamed from lib/math_.h.
15892         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
15893         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
15894         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
15895         of netinet_in_.h. Add dependency.
15896         * lib/poll.in.h: Renamed from lib/poll_.h.
15897         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
15898         * lib/search.in.h: Renamed from lib/search_.h.
15899         * modules/search (Files, Makefile.am): Use search.in.h instead of
15900         search_.h.
15901         * lib/signal.in.h: Renamed from lib/signal_.h.
15902         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
15903         _signal.h.
15904         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
15905         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
15906         stdbool_.h.
15907         * lib/stdint.in.h: Renamed from lib/stdint_.h.
15908         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
15909         stdint_.h.
15910         * lib/stdio.in.h: Renamed from lib/stdio_.h.
15911         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
15912         stdio_.h.
15913         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
15914         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
15915         stdlib_.h.
15916         * lib/string.in.h: Renamed from lib/string_.h.
15917         * modules/string (Files, Makefile.am): Use string.in.h instead of
15918         string_.h.
15919         * doc/gnulib-tool.texi (Initial import): Update.
15920         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
15921         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
15922         of sys_select_.h. Add dependency.
15923         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
15924         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
15925         of sys_socket_.h.
15926         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
15927         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
15928         sys_stat_.h.
15929         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
15930         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
15931         sys_time_.h.
15932         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
15933         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
15934         sysexits_.h.
15935         * lib/time.in.h: Renamed from lib/time_.h.
15936         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
15937         * lib/unistd.in.h: Renamed from lib/unistd_.h.
15938         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
15939         unistd_.h.
15940         * lib/wchar.in.h: Renamed from lib/wchar_.h.
15941         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
15942         wchar_.h.
15943         * lib/wctype.in.h: Renamed from lib/wctype_.h.
15944         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
15945         wctype_.h.
15946         * build-aux/bootstrap (slurp): Update.
15947         * lib/.cppi-disable: Update.
15948
15949 2007-09-30  Bruno Haible  <bruno@clisp.org>
15950
15951         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
15952         Needed on BeOS.
15953
15954 2007-09-30  Bruno Haible  <bruno@clisp.org>
15955
15956         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
15957
15958 2007-09-29  Bruno Haible  <bruno@clisp.org>
15959
15960         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
15961
15962 2007-09-29  Bruno Haible  <bruno@clisp.org>
15963
15964         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
15965         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
15966         * build-aux/install-reloc: Compile also areadlink.c.
15967         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
15968
15969 2007-09-29  Bruno Haible  <bruno@clisp.org>
15970
15971         * gnulib-tool (func_emit_initmacro_done): Indentation.
15972
15973 2007-09-29  Bruno Haible  <bruno@clisp.org>
15974
15975         * README: Add CVS checkout update instructions.
15976         Info from Bob Proulx <bob@proulx.com>.
15977
15978 2007-09-28  Eric Blake  <ebb9@byu.net>
15979
15980         Provide move-if-change.
15981         * build-aux/move-if-change: New file, based on best practice
15982         rather than any canonical upstream location.
15983
15984 2007-09-28  Jim Meyering  <jim@meyering.net>
15985
15986         Fix canonicalize loop-detection corner case.
15987         Do not attempt to stat the symlink values stored via seen_triple.
15988         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
15989         on linux-2.6.18, (but not 2.6.22).
15990         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
15991         triple_compare.  The former compares dev,ino,filename, while the latter
15992         would actually stat dirname(filename) when dev and ino were equal.
15993         * lib/hash-triple.c: Install <string.h>.
15994         (STREQ): Define.
15995         (triple_compare_ino_str): New function.
15996         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
15997
15998 2007-09-28  Eric Blake  <ebb9@byu.net>
15999
16000         Enforce that AC_REPLACE_FUNCS files exist.
16001         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
16002         override check for typos.
16003
16004         Fix test-closein on Solaris 10.
16005         * tests/test-closein.c (main): Don't assume stdin can be inherited
16006         closed on all systems.
16007         * tests/test-closein.sh: Likewise.
16008         Reported by Piotr Tarnowski.
16009
16010 2007-09-28  Jim Meyering  <jim@meyering.net>
16011
16012         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
16013
16014 2007-09-27  Jim Meyering  <jim@meyering.net>
16015
16016         canonicalize: Avoid a false-positive cycle failure.
16017         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
16018         Sort.  Remove cycle-check.
16019         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
16020         not cycle-check.h.
16021         (seen_triple): New function.
16022         (canonicalize_filename_mode): Use it instead of cycle-check.
16023         * tests/test-canonicalize.c: Add a test for this bug.
16024         * tests/test-canonicalize.sh: Set up and run the test.
16025
16026         New module, file-set, from coreutils.
16027         * modules/file-set: Define it.
16028         * lib/file-set.c, lib/file-set.h: Implement.
16029
16030         New module, hash-triple, from coreutils.
16031         * modules/hash-triple: Define it.
16032         * lib/hash-triple.c, lib/hash-triple.h: Implement.
16033
16034 2007-09-25  Eric Blake  <ebb9@byu.net>
16035
16036         Fix strerror on Interix.
16037         * lib/string_.h (strerror): Declare replacement.
16038         * doc/functions/strerror.texi (strerror): Document the Interix
16039         shortcoming.
16040         * modules/string (Makefile.am): Support new hooks.
16041         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
16042         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
16043         gl_FUNC_STRERROR_SEPARATE.
16044         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
16045         * lib/strerror.c (rpl_strerror): Provide replacement.
16046         * modules/strerror (Depends-on): Add string.
16047         (configure.ac): Detect use of module.
16048         * tests/test-strerror.c: New file.
16049         * modules/strerror-tests: New test module.
16050         * modules/argp (Depends-on): Add strerror.
16051         * modules/error (Depends-on): Likewise.
16052         Reported by Martin Koeppe.
16053
16054 2007-09-24  Bruno Haible  <bruno@clisp.org>
16055
16056         * README: Update git instructions.
16057
16058 2007-09-24  Eric Blake  <ebb9@byu.net>
16059
16060         Revert fpending breakage from 2007-09-08.
16061         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
16062         __fpending.c.
16063
16064 2007-09-24  Jim Meyering  <jim@meyering.net>
16065
16066         filenamecat.c: Add a test.
16067         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
16068         showing how the function works when DIR is the empty string.
16069
16070 2007-09-21  Simon Josefsson  <simon@josefsson.org>
16071
16072         * tests/test-canonicalize.sh: Turn on executable bit.
16073
16074 2007-09-19  Eric Blake  <ebb9@byu.net>
16075
16076         * README: Update CVS instructions.
16077
16078 2007-09-18  Bruno Haible  <bruno@clisp.org>
16079
16080         * modules/areadlink: New file.
16081         * lib/areadlink.h (areadlink): New declaration.
16082         * lib/areadlink.c: New file, based on lib/xreadlink.c.
16083
16084 2007-09-17  Jim Meyering  <jim@meyering.net>
16085
16086         * lib/savewd.c (ESTALE) [!defined]: Define.
16087         Reported to be required on Interix by Martin Koeppe.
16088
16089 2007-09-17  Bruno Haible  <bruno@clisp.org>
16090
16091         * gnulib-tool (func_version): Use $version.
16092
16093 2007-09-16  Bruno Haible  <bruno@clisp.org>
16094
16095         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
16096         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
16097         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
16098         Reported by Greg Schafer <gschafer@zip.com.au>.
16099
16100 2007-09-15  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (sed): Try a little harder to make bash understand the
16103         alias.
16104         Reported by Bruce Korb <bruce.korb@gmail.com>.
16105
16106 2007-09-13  Eric Blake  <ebb9@byu.net>
16107
16108         * ChangeLog: Remove conflict markers.
16109
16110 2007-09-13  Simon Josefsson  <simon@josefsson.org>
16111
16112         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
16113         Reported by Bruno Haible <bruno@clisp.org>.
16114
16115 2007-09-12  Bruno Haible  <bruno@clisp.org>
16116
16117         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
16118         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
16119         is not defined.
16120
16121 2007-09-12  Eric Blake  <ebb9@byu.net>
16122
16123         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
16124         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
16125         Autoconf definition.
16126         * modules/euidaccess (Depends-on): Add extensions, for
16127         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
16128         * modules/fnmatch (Depends-on): Likewise.
16129         * modules/getaddrinfo (Depends-on): Likewise.
16130         * modules/getdelim (Depends-on): Likewise.
16131         * modules/getline (Depends-on): Likewise.
16132         * modules/getsubopt (Depends-on): Likewise.
16133         * modules/gettext (Depends-on): Likewise.
16134         * modules/group-member (Depends-on): Likewise.
16135         * modules/mbchar (Depends-on): Likewise.
16136         * modules/memmem (Depends-on): Likewise.
16137         * modules/mempcpy (Depends-on): Likewise.
16138         * modules/memrchr (Depends-on): Likewise.
16139         * modules/pagealign_alloc (Depends-on): Likewise.
16140         * modules/readutmp (Depends-on): Likewise.
16141         * modules/stpcpy (Depends-on): Likewise.
16142         * modules/stpncpy (Depends-on): Likewise.
16143         * modules/strchrnul (Depends-on): Likewise.
16144         * modules/strndup (Depends-on): Likewise.
16145         * modules/strsep (Depends-on): Likewise.
16146         * modules/strverscmp (Depends-on): Likewise.
16147         * modules/vasprintf (Depends-on): Likewise.
16148         * modules/wcwidth (Depends-on): Likewise.
16149         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
16150         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
16151         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
16152         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
16153         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
16154         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16155         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
16156         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16157         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
16158         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
16159         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
16160         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
16161         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
16162         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
16163         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
16164         * m4/readutmp.m4 (gl_READUTMP): Likewise.
16165         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
16166         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
16167         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16168         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
16169         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16170         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
16171         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
16172         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
16173         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
16174         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16175         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
16176         so that lock.m4 can be used in gettext without extensions module.
16177
16178 2007-09-11  Bruno Haible  <bruno@clisp.org>
16179
16180         * m4/isc-posix.m4: Remove file.
16181         Suggested by Eric Blake.
16182
16183 2007-09-11  Eric Blake  <ebb9@byu.net>
16184
16185         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
16186
16187 2007-09-10  Bruno Haible  <bruno@clisp.org>
16188
16189         * posix-modules: Fix typo in error message.
16190         Reported by Matt <mkraai@beckman.com>.
16191
16192 2007-09-09  Bruno Haible  <bruno@clisp.org>
16193
16194         * doc/functions/getdelim.texi: Update list of platforms lacking the
16195         function.
16196         * doc/functions/getline.texi: Likewise.
16197
16198 2007-09-09  Jim Meyering  <jim@meyering.net>
16199
16200         * lib/hash.c (hash_initialize): Detect calloc failure.
16201         Reported by Bruno Haible.
16202
16203 2007-09-09  Bruno Haible  <bruno@clisp.org>
16204
16205         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
16206         malloc or realloc fails.
16207
16208 2007-09-09  Bruno Haible  <bruno@clisp.org>
16209
16210         * modules/getcwd (Depends-on): Add malloc-posix.
16211         * modules/glob (Depends-on): Likewise.
16212         * modules/putenv (Depends-on): Likewise.
16213         * modules/strdup (Depends-on): Likewise.
16214         * modules/getdelim (Depends-on): Add realloc-posix.
16215         * modules/read-file (Depends-on): Likewise.
16216
16217 2007-09-09  Bruno Haible  <bruno@clisp.org>
16218
16219         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
16220         (gl_FUNC_MALLOC_POSIX): Require it.
16221         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
16222         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
16223         * modules/realloc (Files): Add m4/malloc.m4.
16224         * modules/calloc (Files): Likewise.
16225
16226 2007-09-09  Bruno Haible  <bruno@clisp.org>
16227
16228         * modules/malloc-posix: New file.
16229         * modules/malloc (Depends-on): Add malloc-posix.
16230         * lib/malloc.c: Include errno.h.
16231         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
16232         and a POSIX-compatible malloc into a single function. Set ENOMEM
16233         when returning NULL.
16234         * m4/malloc.m4: New file.
16235         * doc/functions/malloc.texi: Mention the malloc-posix module.
16236         * lib/stdlib_.h (malloc): New declaration.
16237         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16238         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
16239         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
16240         and HAVE_MALLOC_POSIX.
16241
16242 2007-09-09  Bruno Haible  <bruno@clisp.org>
16243
16244         * modules/realloc-posix: New file.
16245         * modules/realloc (Depends-on): Add realloc-posix.
16246         * lib/realloc.c: Include errno.h.
16247         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
16248         and a POSIX-compatible realloc into a single function. Set ENOMEM
16249         when returning NULL.
16250         * m4/realloc.m4: New file.
16251         * doc/functions/realloc.texi: Mention the realloc-posix module.
16252         * lib/stdlib_.h (realloc): New declaration.
16253         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16254         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
16255         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
16256         and HAVE_REALLOC_POSIX.
16257
16258 2007-09-09  Bruno Haible  <bruno@clisp.org>
16259
16260         * modules/calloc-posix: New file.
16261         * modules/calloc (Depends-on): Add calloc-posix.
16262         * lib/calloc.c: Include errno.h.
16263         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
16264         and a POSIX-compatible calloc into a single function. Set ENOMEM
16265         when returning NULL.
16266         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
16267         * doc/functions/calloc.texi: Mention the calloc-posix module.
16268         * lib/stdlib_.h (calloc): New declaration.
16269         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
16270         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
16271         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
16272         and HAVE_CALLOC_POSIX.
16273
16274 2007-09-09  Bruno Haible  <bruno@clisp.org>
16275
16276         Allow for modules to show an arbitrary notice.
16277         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
16278         * gnulib-tool: New option --extract-notice.
16279         (func_usage): Document it.
16280         (sed_extract_prog): Update.
16281         (func_get_notice): New function.
16282         (func_modules_notice): New function.
16283         (func_import, func_create_testdir): Invoke it.
16284         Suggested by Jim Meyering.
16285
16286 2007-09-09  Bruno Haible  <bruno@clisp.org>
16287
16288         * gnulib-tool: New options --verbose, --quiet.
16289         (func_usage): Document them.
16290         (verbose): New variable.
16291         (func_execute_command): New function.
16292         (func_import): Don't show the module list and the file list if
16293         $verbose < 0.
16294         (func_create_testdir): Likewise. Use func_execute_command.
16295         (func_create_megatestdir): Use func_execute_command.
16296
16297 2007-09-08  Bruno Haible  <bruno@clisp.org>
16298
16299         * gnulib-tool (func_import): Prefer rsync over wget when available,
16300         for fetching the PO files.
16301
16302 2007-09-08  Bruno Haible  <bruno@clisp.org>
16303
16304         * posix-modules: New file. Portions copied from gnulib-tool.
16305         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
16306
16307 2007-09-08  Jim Meyering  <jim@meyering.net>
16308
16309         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
16310         * lib/fpending.h: Rename from __fpending.h.
16311         * lib/fpending.c: Rename from __fpending.c.
16312         Include "fpending.h", not "__fpending.h".
16313         * lib/__fpending.h, lib/__fpending.c: Remove files.
16314         * modules/fpending (Files): Reflect new file names.
16315         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
16316
16317 2007-09-08  Bruno Haible  <bruno@clisp.org>
16318
16319         * m4/inttypes-h.m4: Remove stub file.
16320
16321 2007-09-07  Simon Josefsson  <simon@josefsson.org>
16322
16323         * doc/headers/stdint.texi: Discuss #include_next issue.
16324
16325 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16326
16327         * build-aux/bootstrap: Remove obsolete comment about wget --help.
16328
16329 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16330
16331         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
16332         in variable name.
16333
16334 2007-09-03  Jim Meyering  <jim@meyering.net>
16335
16336         New module: git-version-gen.
16337         * modules/git-version-gen: New file.
16338
16339         Import changes from coreutils for bootstrap script.
16340
16341         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
16342
16343         bootstrap: uses rsync to download the .po files
16344         * build-aux/bootstrap (po_download_command_format): New global.
16345         (download_po_files): Use rsync.
16346         (update_po_files): Don't remove .po files after download,
16347         so future rsync runs can take advantage of the copies.
16348
16349         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
16350
16351         Solve the unnecessary-.po-file-regeneration problem once and for all.
16352         * build-aux/bootstrap (download_po_files): New function, renamed from
16353         get_translations.  Now, downloads, but doesn't update LINGUAS.
16354         (update_po_files): New function.
16355
16356         bootstrap: Ignore more.
16357         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
16358         uniwidth to e.g., lib/.gitignore.
16359         (slurp): Handle the sys_stat_.h -> sys mapping, too.
16360
16361         * build-aux/bootstrap: New setting: vc_ignore.
16362         (insert_sorted_if_absent): Create $file if absent.
16363         Adapt to new, possibly empty, list: $vc_ignore.
16364
16365         bootstrap: generate more ignorable names
16366         * build-aux/bootstrap (slurp): When generating ignorable names,
16367         also map .sin to .sed, .gperf to .c, and .y to .c.
16368
16369 2007-09-03  Jim Meyering  <jim@meyering.net>
16370
16371         * build-aux/git-version-gen: New file, from coreutils.  For details, see
16372         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
16373
16374 2007-09-02  Bruno Haible  <bruno@clisp.org>
16375
16376         Fix mis-recognition of 'mcs' on QNX 6.
16377         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
16378         output contains the string "Mono".
16379         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
16380         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
16381
16382 2007-09-01  Bruno Haible  <bruno@clisp.org>
16383
16384         Fix collision between uniwidth/* and linebreak modules.
16385         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
16386         u32_width): Remove declarations.
16387         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
16388         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
16389         streq3, streq2, streq1, streq0): Remove functions.
16390         (STREQ): Remove macro.
16391         (is_cjk_encoding): Remove function.
16392         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
16393         (uc_width, u8_width, u16_width, u32_width): Remove functions.
16394         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
16395         * NEWS: Document the change.
16396
16397 2007-09-01  Bruno Haible  <bruno@clisp.org>
16398
16399         * lib/streq.h: Add double-inclusion guard.
16400
16401 2007-09-01  Karl Berry  <karl@gnu.org>
16402
16403         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
16404
16405 2007-08-28  Jim Meyering  <jim@meyering.net>
16406
16407         Rename mreadlink_with_size to areadlink_with_size.
16408         * NEWS: Document the change.
16409         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
16410         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
16411         * lib/mreadlink.h: Rename this to...
16412         * lib/areadlink.h: ...this.
16413         * modules/mreadlink-with-size: Rename this to...
16414         * modules/areadlink-with-size: ...this.
16415         * lib/canonicalize.c: Reflect the renaming.
16416         * modules/canonicalize: Likewise.
16417
16418 2007-08-26  Bruno Haible  <bruno@clisp.org>
16419
16420         * gnulib-tool (func_import): When deciding which files to remove,
16421         consider also dangling symbolic links.
16422         Reported by Eric Blake.
16423
16424 2007-08-26  Bruno Haible  <bruno@clisp.org>
16425
16426         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
16427
16428 2007-08-23  Simon Josefsson  <simon@josefsson.org>
16429
16430         * lib/readline.c: Don't include getline.h, the prototype is now
16431         found in stdio.h.
16432
16433 2007-08-23  Jim Meyering  <jim@meyering.net>
16434
16435         Getdelim touchup.
16436         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
16437         around the funlockfile call, since funlockfile never sets errno.
16438         Don't set errno upon failed realloc.
16439
16440 2007-08-22  Eric Blake  <ebb9@byu.net>
16441
16442         Getline touchups.
16443         * lib/getdelim.c (getdelim): Revert regression that required *n to
16444         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
16445         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
16446         getdelim, rather than whether implementation is missing.
16447         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
16448         * lib/stdio_.h (getline): Also declare if replacement is
16449         required.
16450         * doc/functions/getdelim.texi: New file.
16451         * doc/functions/getline.texi: Likewise.
16452         * doc/gnulib.texi (Function Substitutes): Add new files.
16453         Reported by Bruno Haible.
16454
16455 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
16456
16457         * users.txt: Add Guile.
16458
16459 2007-08-22  Eric Blake  <ebb9@byu.net>
16460
16461         * tests/test-getdelim.c (main): Use remove, not unlink.
16462         * tests/test-getline.c (main): Likewise.
16463
16464         Move getline and getdelim into stdio.h, per POSIX 200x.
16465         * modules/getline (Files): Remove getline.h.
16466         (Depends-on): Add stdio.
16467         (configure.ac): Add module indicator.
16468         * modules/getdelim (Files): Remove getdelim.h.
16469         (Depends-on): Add stdio.
16470         (configure.ac): Add module indicator.
16471         * modules/stdio (Makefile.am): Work with new indicators.
16472         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
16473         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
16474         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
16475         * lib/getdelim.h: Delete.
16476         * lib/getline.h: Delete.
16477         * lib/stdio_.h (getdelim, getline): Declare.
16478         * modules/getdelim-tests: New module.
16479         * modules/getline-tests: Likewise.
16480         * tests/test-getdelim.c: New file.
16481         * tests/test-getline.c: Likewise.
16482         * NEWS: Document the change.
16483         * lib/getline.c: Update choice of header.
16484         * lib/csharpcomp.c: Likewise.
16485         * lib/getpass.c: Likewise.
16486         * lib/javacomp.c: Likewise.
16487         * lib/javaversion.c: Likewise.
16488         * lib/yesno.c: Likewise.
16489         * lib/getdelim.c: Likewise.
16490         (getdelim): Set errno on failure, and avoid memory leak.
16491
16492 2007-08-19  Bruno Haible  <bruno@clisp.org>
16493
16494         * modules/closein (Depends-on): Add freadahead.
16495         * lib/closein.c: Include freadahead.h.
16496         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
16497         is zero.
16498
16499 2007-08-19  Bruno Haible  <bruno@clisp.org>
16500
16501         * modules/freadahead-tests: New file.
16502         * tests/test-freadahead.sh: New file.
16503         * tests/test-freadahead.c: New file.
16504
16505         * modules/freadahead: New file.
16506         * lib/freadahead.h: New file.
16507         * lib/freadahead.c: New file.
16508         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
16509         fbufmode, fpurge, freadable, fwritable.
16510
16511 2007-08-19  Eric Blake  <ebb9@byu.net>
16512
16513         Test yesno in combination with closein.
16514         * lib/yesno.c (yesno): Document use of stdin.
16515         * modules/yesno-tests (Files): New module.
16516         * tests/test-yesno.c (main): New file.
16517         * tests/test-yesno.sh: Likewise.
16518
16519 2007-08-19  Bruno Haible  <bruno@clisp.org>
16520
16521         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
16522         * lib/fseeko.c (rpl_fseeko): Likewise.
16523         * lib/fseterr.c (fseterr): Likewise.
16524
16525 2007-08-19  Bruno Haible  <bruno@clisp.org>
16526
16527         * tests/test-lseek.c (main): Disable a test for BeOS.
16528         * doc/functions/lseek.texi: Document the BeOS bug.
16529
16530 2007-08-19  Bruno Haible  <bruno@clisp.org>
16531             Eric Blake  <ebb9@byu.net>
16532
16533         * lib/lseek.c: Include <sys/stat.h>.
16534         (rpl_lseek): Add workaround code also for Unix platforms.
16535         Needed for BeOS.
16536         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
16537         * doc/functions/lseek.texi: Document BeOS definiency.
16538
16539 2007-08-18  Bruno Haible  <bruno@clisp.org>
16540
16541         * modules/fstrcmp-tests: New file.
16542         * tests/test-fstrcmp.c: New file.
16543
16544 2007-08-18  Bruno Haible  <bruno@clisp.org>
16545
16546         * modules/fstrcmp: New file, from GNU gettext with modifications.
16547         * lib/fstrcmp.h: New file, from GNU gettext.
16548         * lib/fstrcmp.c: New file, from GNU gettext.
16549         * MODULES.html.sh (String handling): Add fstrcmp.
16550
16551 2007-08-18  Bruno Haible  <bruno@clisp.org>
16552
16553         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
16554         'bool'.
16555         (diag, compareseq): Remove const from the ctxt argument.
16556         (USE_HEURISTIC): Undefine at the end.
16557
16558 2007-08-18  Jim Meyering  <jim@meyering.net>
16559
16560         New file: lib/idcache.h
16561         * NEWS: Mention the addition.
16562         * modules/idcache (Files): Add lib/idcache.h
16563         * lib/idcache.c: Include "idcache.h".
16564         Don't include <sys/types.h>.
16565         Add a FIXME comment.
16566         Move file-scoped "static" declarations to the top.
16567         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
16568
16569 2007-08-17  Bruno Haible  <bruno@clisp.org>
16570         and Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * MODULES.html.sh: Add diffseq.
16573         * modules/diffseq: New file.
16574         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
16575         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
16576
16577 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16578
16579         Import changes from coreutils for bootstrap script.
16580
16581         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
16582
16583         * build-aux/bootstrap (slurp): Work even in environments where
16584         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
16585         current code does not slurp files whose names start with ".", and
16586         this looks like it might be a troublesome area.
16587
16588         2007-07-11  Jim Meyering  <jim@meyering.net>
16589
16590         If there's a GPL vN copyright comment, require that N == 3.
16591
16592         2007-07-08  Jim Meyering  <jim@meyering.net>
16593
16594         Run the coreutils-specific code only if tests/Makefile.am.in exists.
16595         * build-aux/bootstrap (mam_template): Move definition out of loop.
16596
16597         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
16598
16599         * build-aux/bootstrap (symlink_to_dir): Rename function from
16600         symlink_to_gnulib.  Add a directory parameter.  Update all
16601         callers.
16602         (cp_mark_as_generated): Also check for -- and link to -- files in
16603         gl/.
16604
16605         2007-07-08  Jim Meyering  <jim@meyering.net>
16606
16607         Adapt to deeper hierarchy in gnulib.
16608         * build-aux/bootstrap (symlink_to_dir): If the destination
16609         directory doesn't exist, create it. This is required at least for
16610         "lib/uniwidth/cjk.h".
16611
16612         2007-05-15  Jim Meyering  <jim@meyering.net>
16613
16614         * build-aux/bootstrap: Now that generated Makefile.am files
16615         are no longer under version control, they must be created at
16616         bootstrap time.
16617
16618 2007-08-14  Ben Pfaff  <blp@gnu.org>
16619
16620         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
16621
16622 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
16625         given the changes below.
16626         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
16627         even on hosts that have padding bits beyond the supported 64.
16628
16629 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
16632         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
16633         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
16634         depends on it.
16635         (xstrtol_error): Remove.
16636         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
16637         but with a different signature.
16638         (ATTRIBUTE_NORETURN, __attribute__): New macros.
16639         * lib/xstrtol-error.c: Include exitfail.h.
16640         (xstrtol_fatal): New function, with a different signature from the
16641         old xstrtol_error, so that the caller need not worry about passing
16642         in an exit status, or about storage management of the option argument.
16643         (xstrtol_error): Now a static function.  Redo signature to
16644         implement xstrtol_fatal.  Output the correct number of hyphens in
16645         front of the option so that the caller need not worry about
16646         storage management.
16647         (N_): New macro.
16648         (_): Remove; not used now.
16649         * modules/xstrtol: Depend on getopt.
16650         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
16651         of old STRTOL_FATAL_ERROR macro.
16652         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
16653         of test program.
16654         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
16655         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
16656
16657 2007-08-08  Eric Blake  <ebb9@byu.net>
16658
16659         * lib/xstrtol-error.c: Add missing include.
16660
16661         Move xstrtol messages into gnulib domain, when --pobase is used.
16662         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
16663         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
16664         * modules/xstrtol (Files): Distribute new file.
16665         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
16666         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
16667         * tests/test-xstrtol.c: ...into new file.
16668         * tests/test-xstrtoul.c: Also test xstrtoul.
16669         * tests/test-xstrtoimax.c: Also test xstrtoimax.
16670         * tests/test-xstrtoumax.c: Also test xstrtoumax.
16671         * tests/test-xstrtol.sh: Drive the tests.
16672         * tests/test-xstrtoimax.sh: Likewise.
16673         * tests/test-xstrtoumax.sh: Likewise.
16674         * modules/xstrtol-tests: New module.
16675         * modules/xstrtoimax-tests: Likewise.
16676         * modules/xstrtoumax-tests: Likewise.
16677
16678 2007-08-08  Jim Meyering  <jim@meyering.net>
16679
16680         New function: mfile_name_concat.
16681         * lib/filenamecat.c (mfile_name_concat): New function, just like
16682         file_name_concat, but return NULL upon failure rather than exiting
16683         with a diagnostic.
16684         * lib/filenamecat.h: Declare it.
16685
16686 2007-08-07  Bruno Haible  <bruno@clisp.org>
16687
16688         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
16689         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
16690         warning from gcc.
16691         Reported by Eric Blake.
16692
16693 2007-08-07  Simon Josefsson  <simon@josefsson.org>
16694
16695         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
16696         * modules/crypto/arcfour (License): Likewise.
16697         * modules/crypto/des-tests (License): Likewise.
16698         * modules/crypto/gc-arctwo-tests (License): Likewise.
16699         * modules/crypto/gc-des-tests (License): Likewise.
16700         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
16701         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
16702         * modules/crypto/gc-md2-tests (License): Likewise.
16703         * modules/crypto/gc-md4-tests (License): Likewise.
16704         * modules/crypto/gc-md5-tests (License): Likewise.
16705         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
16706         * modules/crypto/gc-rijndael-tests (License): Likewise.
16707         * modules/crypto/gc-sha1-tests (License): Likewise.
16708         * modules/crypto/gc-tests (License): Likewise.
16709         * modules/crypto/hmac-md5 (License): Likewise.
16710         * modules/crypto/hmac-sha1 (License): Likewise.
16711         * modules/crypto/md2-tests (License): Likewise.
16712         * modules/crypto/md4-tests (License): Likewise.
16713         * modules/crypto/md5 (License): Likewise.
16714         * modules/crypto/rijndael (License): Likewise.
16715         * modules/crypto/sha1 (License): Likewise.
16716         * modules/memxor (License): Likewise.
16717
16718 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16719         and Bruno Haible  <bruno@clisp.org>
16720
16721         * NEWS: Describe interface changes to human, xstrtol.
16722         * lib/human.h: Include <xstrtol.h>.
16723         (human_options): Return enum strtol_error, not int.  Remove
16724         bool arg; take int * instead.
16725         * lib/human.c: Don't include "gettext.h".
16726         (_): Remove; no longer used.
16727         Don't include <xstrtol.h>, since human.h does it.
16728         (human_options): Adjust to abovementioned interface changes.
16729         Do not report error to stderr; that's now the caller's
16730         responsibility.
16731         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
16732         interface change.
16733         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
16734         Str, Argument_type_string.  All uses changed.  Put " argument"
16735         in diagnostics to make them clearer.  Change wording of suffix
16736         message for clarity.
16737         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
16738         Argument_type_string.
16739         (STRTOL_FATAL_WARN): Remove; no longer used.
16740         * modules/human (Depends-on): Remove gettext-h.
16741
16742 2007-08-06  Simon Josefsson  <simon@josefsson.org>
16743
16744         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
16745
16746 2007-07-31  Bruno Haible  <bruno@clisp.org>
16747
16748         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
16749         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
16750         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
16751
16752 2007-07-31  Bruno Haible  <bruno@clisp.org>
16753
16754         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
16755         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
16756
16757 2007-07-30  Bruno Haible  <bruno@clisp.org>
16758
16759         * modules/base64 (License): Use the synonymous term "LGPLv2+".
16760         * modules/c-ctype (License): Likewise.
16761         * modules/c-strcase (License): Likewise.
16762         * modules/check-version (License): Likewise.
16763         * modules/iconv (License): Likewise.
16764         * modules/iconv_open (License): Likewise.
16765         * modules/read-file (License): Likewise.
16766         * modules/striconv (License): Likewise.
16767         * modules/strverscmp (License): Likewise.
16768         * modules/vasprintf (License): Likewise.
16769         * modules/crypto/des (License): Likewise.
16770         * modules/crypto/gc (License): Likewise.
16771         * modules/crypto/gc-arcfour (License): Likewise.
16772         * modules/crypto/gc-arctwo (License): Likewise.
16773         * modules/crypto/gc-des (License): Likewise.
16774         * modules/crypto/gc-hmac-md5 (License): Likewise.
16775         * modules/crypto/gc-hmac-sha1 (License): Likewise.
16776         * modules/crypto/gc-md2 (License): Likewise.
16777         * modules/crypto/gc-md4 (License): Likewise.
16778         * modules/crypto/gc-md5 (License): Likewise.
16779         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
16780         * modules/crypto/gc-random (License): Likewise.
16781         * modules/crypto/gc-rijndael (License): Likewise.
16782         * modules/crypto/gc-sha1 (License): Likewise.
16783         * modules/crypto/md2 (License): Likewise.
16784         * modules/crypto/md4 (License): Likewise.
16785
16786 2007-07-30  Jim Meyering  <jim@meyering.net>
16787
16788         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
16789         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
16790         it has valid stat data.  This bug would cause du not to count the
16791         sizes of inaccessible directories.
16792         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
16793         in <http://bugzilla.redhat.com/250077>.
16794
16795 2007-07-25  Peter O'Gorman  <peter@pogma.com>
16796             Bruno Haible  <bruno@clisp.org>
16797
16798         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
16799         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
16800         #include_next, gives a diagnostic about it, but reports no error in
16801         the exit code.
16802         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16803
16804 2007-07-24  Ben Pfaff  <blp@gnu.org>
16805
16806         Improve name: "count-one-bits" is better than "popcount".
16807         * MODULES.html.sh: Update name.
16808         * lib/popcount.h: Renamed lib/count-one-bits.h.
16809         (popcount): Renamed count_one_bits.
16810         (popcountl): Renamed count_one_bits_l.
16811         (popcountll): Renamed count_one_bits_ll.
16812         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
16813         * modules/popcount: Renamed module/count-one-bits.
16814         * modules/popcount-tests: Renamed module/count-one-bits-tests.
16815         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
16816
16817 2007-07-23  Ben Pfaff  <blp@gnu.org>
16818
16819         * lib/popcount.h (popcount32): Reduce size of constants, to allow
16820         better code generation, and add U to large constants to avoid
16821         warnings, in non-GCC case.
16822         Suggested by Bruno Haible.
16823
16824 2007-07-23  Ben Pfaff  <blp@gnu.org>
16825
16826         * lib/popcount.h: Use verify_true instead of if...abort.
16827         * modules/popcount: Depend on verify module.
16828         Suggested by Jim Meyering.
16829
16830 2007-07-23  Bruno Haible  <bruno@clisp.org>
16831
16832         * gnulib-tool (func_import): Create a .cvsignore file also when the
16833         directory is not yet in CVS but the toplevel directory is. When
16834         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
16835         Reported by Karl Berry.
16836
16837 2007-07-22  Ben Pfaff  <blp@gnu.org>
16838
16839         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
16840         case.
16841         Suggested by Eric Blake.
16842
16843 2007-07-22  Ben Pfaff  <blp@gnu.org>
16844
16845         New module: popcount.
16846         * MODULES.html.sh: Add popcount.
16847         * modules/popcount: New file.
16848         * modules/popcount-tests: New file.
16849         * tests/test-popcount.c: New file.
16850         * lib/popcount.h: New file.
16851         * m4/popcount.m4: New file.
16852
16853 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
16854
16855         * build-aux/announce-gen: Update to GPLv3.
16856
16857         * build-aux/config.guess: Update from config.
16858
16859 2007-07-21  Bruno Haible  <bruno@clisp.org>
16860
16861         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
16862         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
16863
16864 2007-07-20  Jim Meyering  <jim@meyering.net>
16865
16866         * check-module: Diagnose a self-dependency.
16867
16868 2007-07-19  Bruno Haible  <bruno@clisp.org>
16869
16870         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
16871         empty.
16872         Reported by Eric Blake.
16873
16874 2007-07-18  Bruno Haible  <bruno@clisp.org>
16875
16876         * gnulib-tool: New options --po-base, --po-domain.
16877         (func_usage): Document them.
16878         (pobase, po_domain): New variables.
16879         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
16880         DEFAULT_TEXT_DOMAIN.
16881         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
16882         (func_import): Consider pobase and po_domain. Create a po/ directory.
16883         (func_create_testdir): Set pobase and po_domain to empty.
16884         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
16885         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
16886
16887 2007-07-18  Bruno Haible  <bruno@clisp.org>
16888
16889         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16890         EXTRA_DIST augmentation for files in build-aux/.
16891
16892 2007-07-16  Bruno Haible  <bruno@clisp.org>
16893
16894         * modules/lseek (License): Use the synonymous term "LGPLv2+".
16895         * modules/getdelim (License): Likewise.
16896
16897 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16898
16899         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
16900         * modules/d-type (License): Likewise.
16901         * modules/extensions (License): Likewise.
16902         * modules/fnmatch (License): Likewise.
16903         * modules/fseeko (License): Likewise.
16904         * modules/getaddrinfo (License): Likewise.
16905         * modules/getline (License): Likewise.
16906         * modules/getlogin_r (License): Likewise.
16907         * modules/getpass (License): Likewise.
16908         * modules/gettimeofday (License): Likewise.
16909         * modules/glob (License): Likewise.
16910         * modules/inet_ntop (License): Likewise.
16911         * modules/malloc (License): Likewise.
16912         * modules/malloca (License): Likewise.
16913         * modules/memmem (License): Likewise.
16914         * modules/mempcpy (License): Likewise.
16915         * modules/memset (License): Likewise.
16916         * modules/minmax (License): Likewise.
16917         * modules/mktime (License): Likewise.
16918         * modules/netinet_in (License): Likewise.
16919         * modules/pathmax (License): Likewise.
16920         * modules/poll (License): Likewise.
16921         * modules/regex (License): Likewise.
16922         * modules/snprintf (License): Likewise.
16923         * modules/stdbool (License): Likewise.
16924         * modules/stdint (License): Likewise.
16925         * modules/stdio (License): Likewise.
16926         * modules/strcase (License): Likewise.
16927         * modules/strcasestr (License): Likewise.
16928         * modules/strdup (License): Likewise.
16929         * modules/string (License): Likewise.
16930         * modules/strndup (License): Likewise.
16931         * modules/strnlen (License): Likewise.
16932         * modules/strpbrk (License): Likewise.
16933         * modules/strptime (License): Likewise.
16934         * modules/strsep (License): Likewise.
16935         * modules/sys_select (License): Likewise.
16936         * modules/sys_socket (License): Likewise.
16937         * modules/sys_stat (License): Likewise.
16938         * modules/sys_time (License): Likewise.
16939         * modules/time (License): Likewise.
16940         * modules/time_r (License): Likewise.
16941         * modules/timegm (License): Likewise.
16942         * modules/unistd (License): Likewise.
16943         * modules/vsnprintf (License): Likewise.
16944         * modules/wctype (License): Likewise.
16945
16946 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16947
16948         * modules/argz (License): LGPLv2+.
16949
16950 2007-07-15  Karl Berry  <karl@gnu.org>
16951
16952         * doc/gnulib.texi: revise node structure per new fdl.texi.
16953
16954 2007-07-14  Bruno Haible  <bruno@clisp.org>
16955
16956         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
16957         the output file.
16958         * lib/uniname/uninames.h: Regenerated.
16959
16960 2007-07-14  Karl Berry  <karl@gnu.org>
16961
16962         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
16963         omitting sectioning and index commands.
16964
16965 2007-07-13  Bruno Haible  <bruno@clisp.org>
16966
16967         New gnulib-tool option --more-symlinks.
16968         * gnulib-tool (func_usage): Document --more-symlinks.
16969         (do_copyrights): New variable.
16970         Recognize option --more-symlinks.
16971         (func_import): Don't add a copyright notice transform to
16972         sed_transform_lib_file if do_copyrights is empty.
16973
16974 2007-07-13  Bruno Haible  <bruno@clisp.org>
16975
16976         * lib/vasnprintf.c (decimal_point_char): Define also if
16977         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
16978         && !NEED_PRINTF_DIRECTIVE_A.
16979         Reported by Clemens Koller <clemens.koller@anagramm.de> via
16980         Gary V. Vaughan <gary@gnu.org>.
16981
16982 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * lib/inttypes_.h: Undo previous change, since it was fixed
16985         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
16986
16987 2007-07-13  Bruno Haible  <bruno@clisp.org>
16988
16989         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
16990         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
16991
16992 2007-07-13  Jim Meyering  <jim@meyering.net>
16993
16994         df: Don't fail for Tru64's "file-on-file mount".
16995         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
16996         so we fall through and use statfs instead.  Details here:
16997         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
16998         Reported by Albert Chin.
16999
17000 2007-07-13  Bruno Haible  <bruno@clisp.org>
17001
17002         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
17003         * modules/configmake (License): Likewise.
17004         * modules/gettext (License): Likewise.
17005         * modules/gettext-h (License): Likewise.
17006         * modules/include_next (License): Likewise.
17007         * modules/link-warning (License): Likewise.
17008         * modules/localcharset (License): Likewise.
17009         * modules/localename (License): Likewise.
17010         * modules/lock (License): Likewise.
17011         * modules/relocatable-lib-lgpl (License): Likewise.
17012         * modules/size_max (License): Likewise.
17013         * modules/vasnprintf (License): Likewise.
17014         * modules/wchar (License): Likewise.
17015         * modules/xsize (License): Likewise.
17016
17017 2007-07-13  Bruno Haible  <bruno@clisp.org>
17018
17019         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
17020         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
17021
17022 2007-07-12  Bruno Haible  <bruno@clisp.org>
17023
17024         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
17025         in the modules files.
17026
17027 2007-07-11  Karl Berry  <karl@gnu.org>
17028
17029         * MODULES.html.sh (func_module): use
17030          sed -e '\|^'"${includefile}"'$|d'
17031          instead of /.../d, to avoid errors on $includefile's containing /.
17032
17033 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17034
17035         * gnulib-tool (func_import): Avoid duplication of --avoid
17036         statements
17037         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
17038         names to `_' in variable names.
17039
17040 2007-07-10  Eric Blake  <ebb9@byu.net>
17041
17042         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
17043         * NEWS: Document this change.
17044
17045 2007-07-08  Bruno Haible  <bruno@clisp.org>
17046
17047         Update to Unicode 5.0.
17048         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
17049         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
17050         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
17051         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
17052         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
17053         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
17054         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
17055         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
17056         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
17057         U+10A3F, U+1D242..U+1D244.
17058         (nonspacing_table_ind): Update.
17059         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
17060         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
17061
17062 2007-07-08  Bruno Haible  <bruno@clisp.org>
17063
17064         Update to Unicode 5.0.
17065         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
17066         code transform. Extend the name index field of unicode_name_to_code and
17067         unicode_code_to_name from 16 to 24 bits.
17068         * lib/uniname/uniname.c (unicode_character_name,
17069         unicode_name_character): Add the range 0x12xxx to the code transform.
17070         * lib/uniname/uninames.h: Regenerated.
17071         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
17072
17073 2007-07-07  Bruno Haible  <bruno@clisp.org>
17074
17075         * modules/wcwidth-tests: New file.
17076         * tests/test-wcwidth.c: New file.
17077
17078         Work around MacOS X wcwidth() bug.
17079         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
17080         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
17081         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
17082         original wcwidth in non-UTF-8 locales.
17083         * modules/wcwidth (Depends-on): Add localcharset, streq,
17084         uniwidth/width.
17085         * doc/functions/wcwidth.texi: Update.
17086
17087 2007-07-07  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
17090         (wcwidth): New declaration.
17091         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
17092         macros.
17093         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
17094         here. Prepare for creating <wchar.h> unconditionally.
17095         * modules/wchar (Depends-on): Add link-warning.
17096         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
17097         REPLACE_WCWIDTH, and GL_LINK_WARNING.
17098         * lib/wcwidth.h: Remove file.
17099         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
17100         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
17101         * modules/wcwidth (Files): Remove lib/wcwidth.h.
17102         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
17103         (Include): Replace wcwidth.h with <wchar.h>.
17104         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
17105         * lib/mbchar.h: Don't include wcwidth.h.
17106         * lib/mbswidth.c: Likewise.
17107         * NEWS: Mention the change.
17108
17109 2007-07-07  Bruno Haible  <bruno@clisp.org>
17110
17111         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
17112         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
17113         definition with an external declaration.
17114         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
17115         defined as a function. Remove AC_C_INLINE requirement.
17116         * modules/wcwidth (Files): Add lib/wcwidth.c.
17117         (Makefile.am): Remove redundant statement.
17118
17119 2007-07-07  Bruno Haible  <bruno@clisp.org>
17120
17121         * MODULES.html.sh (Unicode string functions): Add the new modules.
17122
17123         * tests/uniwidth/test-u32-strwidth.c: New file.
17124         * modules/uniwidth/u32-strwidth-tests: New file.
17125
17126         * lib/uniwidth/u32-strwidth.c: New file.
17127         * modules/uniwidth/u32-strwidth: New file.
17128
17129         * tests/uniwidth/test-u16-strwidth.c: New file.
17130         * modules/uniwidth/u16-strwidth-tests: New file.
17131
17132         * lib/uniwidth/u16-strwidth.c: New file.
17133         * modules/uniwidth/u16-strwidth: New file.
17134
17135         * tests/uniwidth/test-u8-strwidth.c: New file.
17136         * modules/uniwidth/u8-strwidth-tests: New file.
17137
17138         * lib/uniwidth/u8-strwidth.c: New file.
17139         * modules/uniwidth/u8-strwidth: New file.
17140
17141         * tests/uniwidth/test-u32-width.c: New file.
17142         * modules/uniwidth/u32-width-tests: New file.
17143
17144         * lib/uniwidth/u32-width.c: New file.
17145         * modules/uniwidth/u32-width: New file.
17146
17147         * tests/uniwidth/test-u16-width.c: New file.
17148         * modules/uniwidth/u16-width-tests: New file.
17149
17150         * lib/uniwidth/u16-width.c: New file.
17151         * modules/uniwidth/u16-width: New file.
17152
17153         * tests/uniwidth/test-u8-width.c: New file.
17154         * modules/uniwidth/u8-width-tests: New file.
17155
17156         * lib/uniwidth/u8-width.c: New file.
17157         * modules/uniwidth/u8-width: New file.
17158
17159         * tests/uniwidth/test-uc_width.c: New file.
17160         * modules/uniwidth/width-tests: New file.
17161
17162         * lib/uniwidth/width.c: New file, from GNU libiconv.
17163         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
17164         * modules/uniwidth/width: New file.
17165
17166         * lib/uniwidth.h: New file, from GNU libiconv.
17167         * modules/uniwidth/base: New file.
17168
17169 2007-07-07  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/uniname.h: New file, from GNU gettext.
17172         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
17173         * lib/uniname/uninames.h: New file, from GNU gettext.
17174         * lib/uniname/uniname.c: New file, from GNU gettext.
17175         * tests/uniname/test-uninames.sh: New file.
17176         * tests/uniname/test-uninames.c: New file, from GNU gettext.
17177         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
17178         * modules/uniname/base: New file.
17179         * modules/uniname/uniname: New file.
17180         * modules/uniname/uniname-tests: New file.
17181         * MODULES.html.sh (Unicode string functions): Add the new modules.
17182
17183 2007-07-06  Bruno Haible  <bruno@clisp.org>
17184
17185         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
17186
17187 2007-07-06  Bruno Haible  <bruno@clisp.org>
17188
17189         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
17190         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
17191         includes <cygwin/sys_time.h> which includes <sys/select.h> which
17192         include <sys/time.h>.
17193         Reported by Eric Blake.
17194
17195 2007-07-06  Eric Blake  <ebb9@byu.net>
17196
17197         Fix testing canonicalize on cygwin.
17198         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17199         Revert patch from 2007-06-19.
17200         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
17201         canonicalize module is also in use.
17202         * tests/test-canonicalize.c: New file.
17203         * tests/test-canonicalize.sh: Likewise.
17204         * modules/canonicalize-tests: Likewise.
17205
17206 2007-07-06  Jim Meyering  <jim@meyering.net>
17207
17208         * lib/getugroups.c (getugroups): Detect getgrent failure.
17209         Adjust comment to reflect reality: this function may return -1.
17210
17211 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
17212
17213         * build-aux/bootstrap (TP_URL,get_translations): Update to use
17214         the new TP address.
17215         (usage): Fix typo
17216         (gnulib_mk): New variable.
17217
17218 2007-07-05  Jim Meyering  <jim@meyering.net>
17219
17220         Don't let endgrent clobber errno, no matter how improbable.
17221         * lib/getugroups.c (getugroups): Save and restore errno around
17222         endgrent call.
17223
17224         Close the group DB even when failing with 2^31 or more members.
17225         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
17226
17227 2007-07-04  Jim Meyering  <jim@meyering.net>
17228
17229         * lib/getugroups.h: New file.
17230         * lib/getugroups.c: Include "getugroups.h".
17231         Remove uses of "register" keyword.
17232         Move local variable, "cp", down into scope where used.
17233         Give "username" parameter the "const" attribute.
17234         * modules/getugroups (Files): Add lib/getugroups.h
17235
17236 2007-07-04  Karl Berry  <karl@gnu.org>
17237
17238         * MODULES.html.sh (func_all_modules): Complete rename of
17239         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
17240
17241 2007-07-02  Bruno Haible  <bruno@clisp.org>
17242
17243         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
17244         mode, when inttypes.h comes from gnulib.
17245         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17246
17247 2007-07-02  Simon Josefsson  <simon@josefsson.org>
17248
17249         * NEWS: Mention lgpl module name change.
17250
17251         * modules/lgpl-2.1: Renamed from lgpl.
17252
17253         * NEWS: Mention gpl module name change.
17254
17255         * modules/gpl-3.0: New file, based on gpl-2.0.
17256
17257         * modules/gpl-2.0: Renamed from gpl.
17258
17259         * modules/gpl: Fix filename, doc/gpl.texi is now found at
17260         doc/gpl-2.0.texi.
17261
17262 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
17263
17264         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
17265         #define __STDC_LIMIT_MACROS temporarily while including
17266         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
17267         Problem reported by Joel E. Denny in
17268         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
17269
17270 2007-07-01  Bruno Haible  <bruno@clisp.org>
17271
17272         * lib/unistdio.h: New file.
17273         * lib/unistdio/u-asnprintf.h: New file.
17274         * lib/unistdio/u-asprintf.h: New file.
17275         * lib/unistdio/u-printf-args.c: New file.
17276         * lib/unistdio/u-printf-args.h: New file.
17277         * lib/unistdio/u-printf-parse.h: New file.
17278         * lib/unistdio/u-snprintf.h: New file.
17279         * lib/unistdio/u-sprintf.h: New file.
17280         * lib/unistdio/u-vasprintf.h: New file.
17281         * lib/unistdio/u-vsnprintf.h: New file.
17282         * lib/unistdio/u-vsprintf.h: New file.
17283         * lib/unistdio/ulc-asnprintf.c: New file.
17284         * lib/unistdio/ulc-asprintf.c: New file.
17285         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
17286         * lib/unistdio/ulc-printf-parse.c: New file.
17287         * lib/unistdio/ulc-snprintf.c: New file.
17288         * lib/unistdio/ulc-sprintf.c: New file.
17289         * lib/unistdio/ulc-vasnprintf.c: New file.
17290         * lib/unistdio/ulc-vasprintf.c: New file.
17291         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
17292         * lib/unistdio/ulc-vsnprintf.c: New file.
17293         * lib/unistdio/ulc-vsprintf.c: New file.
17294         * lib/unistdio/u8-asnprintf.c: New file.
17295         * lib/unistdio/u8-asprintf.c: New file.
17296         * lib/unistdio/u8-printf-parse.c: New file.
17297         * lib/unistdio/u8-snprintf.c: New file.
17298         * lib/unistdio/u8-sprintf.c: New file.
17299         * lib/unistdio/u8-vasnprintf.c: New file.
17300         * lib/unistdio/u8-vasprintf.c: New file.
17301         * lib/unistdio/u8-vsnprintf.c: New file.
17302         * lib/unistdio/u8-vsprintf.c: New file.
17303         * lib/unistdio/u8-u8-asnprintf.c: New file.
17304         * lib/unistdio/u8-u8-asprintf.c: New file.
17305         * lib/unistdio/u8-u8-snprintf.c: New file.
17306         * lib/unistdio/u8-u8-sprintf.c: New file.
17307         * lib/unistdio/u8-u8-vasnprintf.c: New file.
17308         * lib/unistdio/u8-u8-vasprintf.c: New file.
17309         * lib/unistdio/u8-u8-vsnprintf.c: New file.
17310         * lib/unistdio/u8-u8-vsprintf.c: New file.
17311         * lib/unistdio/u16-asnprintf.c: New file.
17312         * lib/unistdio/u16-asprintf.c: New file.
17313         * lib/unistdio/u16-printf-parse.c: New file.
17314         * lib/unistdio/u16-snprintf.c: New file.
17315         * lib/unistdio/u16-sprintf.c: New file.
17316         * lib/unistdio/u16-vasnprintf.c: New file.
17317         * lib/unistdio/u16-vasprintf.c: New file.
17318         * lib/unistdio/u16-vsnprintf.c: New file.
17319         * lib/unistdio/u16-vsprintf.c: New file.
17320         * lib/unistdio/u16-u16-asnprintf.c: New file.
17321         * lib/unistdio/u16-u16-asprintf.c: New file.
17322         * lib/unistdio/u16-u16-snprintf.c: New file.
17323         * lib/unistdio/u16-u16-sprintf.c: New file.
17324         * lib/unistdio/u16-u16-vasnprintf.c: New file.
17325         * lib/unistdio/u16-u16-vasprintf.c: New file.
17326         * lib/unistdio/u16-u16-vsnprintf.c: New file.
17327         * lib/unistdio/u16-u16-vsprintf.c: New file.
17328         * lib/unistdio/u32-asnprintf.c: New file.
17329         * lib/unistdio/u32-asprintf.c: New file.
17330         * lib/unistdio/u32-printf-parse.c: New file.
17331         * lib/unistdio/u32-snprintf.c: New file.
17332         * lib/unistdio/u32-sprintf.c: New file.
17333         * lib/unistdio/u32-vasnprintf.c: New file.
17334         * lib/unistdio/u32-vasprintf.c: New file.
17335         * lib/unistdio/u32-vsnprintf.c: New file.
17336         * lib/unistdio/u32-vsprintf.c: New file.
17337         * lib/unistdio/u32-u32-asnprintf.c: New file.
17338         * lib/unistdio/u32-u32-asprintf.c: New file.
17339         * lib/unistdio/u32-u32-snprintf.c: New file.
17340         * lib/unistdio/u32-u32-sprintf.c: New file.
17341         * lib/unistdio/u32-u32-vasnprintf.c: New file.
17342         * lib/unistdio/u32-u32-vasprintf.c: New file.
17343         * lib/unistdio/u32-u32-vsnprintf.c: New file.
17344         * lib/unistdio/u32-u32-vsprintf.c: New file.
17345         * tests/unistdio/test-ulc-asnprintf1.c: New file.
17346         * tests/unistdio/test-ulc-asnprintf1.h: New file.
17347         * tests/unistdio/test-ulc-printf1.h: New file.
17348         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
17349         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
17350         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
17351         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
17352         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
17353         * tests/unistdio/test-ulc-vasprintf1.c: New file.
17354         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
17355         * tests/unistdio/test-ulc-vsprintf1.c: New file.
17356         * tests/unistdio/test-u8-asnprintf1.c: New file.
17357         * tests/unistdio/test-u8-asnprintf1.h: New file.
17358         * tests/unistdio/test-u8-printf1.h: New file.
17359         * tests/unistdio/test-u8-vasnprintf1.c: New file.
17360         * tests/unistdio/test-u8-vasnprintf2.c: New file.
17361         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
17362         * tests/unistdio/test-u8-vasnprintf3.c: New file.
17363         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
17364         * tests/unistdio/test-u8-vasprintf1.c: New file.
17365         * tests/unistdio/test-u8-vsnprintf1.c: New file.
17366         * tests/unistdio/test-u8-vsprintf1.c: New file.
17367         * tests/unistdio/test-u16-asnprintf1.c: New file.
17368         * tests/unistdio/test-u16-asnprintf1.h: New file.
17369         * tests/unistdio/test-u16-printf1.h: New file.
17370         * tests/unistdio/test-u16-vasnprintf1.c: New file.
17371         * tests/unistdio/test-u16-vasnprintf2.c: New file.
17372         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
17373         * tests/unistdio/test-u16-vasnprintf3.c: New file.
17374         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
17375         * tests/unistdio/test-u16-vasprintf1.c: New file.
17376         * tests/unistdio/test-u16-vsnprintf1.c: New file.
17377         * tests/unistdio/test-u16-vsprintf1.c: New file.
17378         * tests/unistdio/test-u32-asnprintf1.c: New file.
17379         * tests/unistdio/test-u32-asnprintf1.h: New file.
17380         * tests/unistdio/test-u32-printf1.h: New file.
17381         * tests/unistdio/test-u32-vasnprintf1.c: New file.
17382         * tests/unistdio/test-u32-vasnprintf2.c: New file.
17383         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
17384         * tests/unistdio/test-u32-vasnprintf3.c: New file.
17385         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
17386         * tests/unistdio/test-u32-vasprintf1.c: New file.
17387         * tests/unistdio/test-u32-vsnprintf1.c: New file.
17388         * tests/unistdio/test-u32-vsprintf1.c: New file.
17389         * modules/unistdio/base: New file.
17390         * modules/unistdio/u-printf-args: New file.
17391         * modules/unistdio/ulc-asnprintf: New file.
17392         * modules/unistdio/ulc-asprintf: New file.
17393         * modules/unistdio/ulc-fprintf: New file.
17394         * modules/unistdio/ulc-printf-parse: New file.
17395         * modules/unistdio/ulc-snprintf: New file.
17396         * modules/unistdio/ulc-sprintf: New file.
17397         * modules/unistdio/ulc-vasnprintf: New file.
17398         * modules/unistdio/ulc-vasprintf: New file.
17399         * modules/unistdio/ulc-vfprintf: New file.
17400         * modules/unistdio/ulc-vsnprintf: New file.
17401         * modules/unistdio/ulc-vsprintf: New file.
17402         * modules/unistdio/u8-asnprintf: New file.
17403         * modules/unistdio/u8-asprintf: New file.
17404         * modules/unistdio/u8-printf-parse: New file.
17405         * modules/unistdio/u8-snprintf: New file.
17406         * modules/unistdio/u8-sprintf: New file.
17407         * modules/unistdio/u8-vasnprintf: New file.
17408         * modules/unistdio/u8-vasprintf: New file.
17409         * modules/unistdio/u8-vsnprintf: New file.
17410         * modules/unistdio/u8-vsprintf: New file.
17411         * modules/unistdio/u8-u8-asnprintf: New file.
17412         * modules/unistdio/u8-u8-asprintf: New file.
17413         * modules/unistdio/u8-u8-snprintf: New file.
17414         * modules/unistdio/u8-u8-sprintf: New file.
17415         * modules/unistdio/u8-u8-vasnprintf: New file.
17416         * modules/unistdio/u8-u8-vasprintf: New file.
17417         * modules/unistdio/u8-u8-vsnprintf: New file.
17418         * modules/unistdio/u8-u8-vsprintf: New file.
17419         * modules/unistdio/u16-asnprintf: New file.
17420         * modules/unistdio/u16-asprintf: New file.
17421         * modules/unistdio/u16-printf-parse: New file.
17422         * modules/unistdio/u16-snprintf: New file.
17423         * modules/unistdio/u16-sprintf: New file.
17424         * modules/unistdio/u16-vasnprintf: New file.
17425         * modules/unistdio/u16-vasprintf: New file.
17426         * modules/unistdio/u16-vsnprintf: New file.
17427         * modules/unistdio/u16-vsprintf: New file.
17428         * modules/unistdio/u16-u16-asnprintf: New file.
17429         * modules/unistdio/u16-u16-asprintf: New file.
17430         * modules/unistdio/u16-u16-snprintf: New file.
17431         * modules/unistdio/u16-u16-sprintf: New file.
17432         * modules/unistdio/u16-u16-vasnprintf: New file.
17433         * modules/unistdio/u16-u16-vasprintf: New file.
17434         * modules/unistdio/u16-u16-vsnprintf: New file.
17435         * modules/unistdio/u16-u16-vsprintf: New file.
17436         * modules/unistdio/u32-asnprintf: New file.
17437         * modules/unistdio/u32-asprintf: New file.
17438         * modules/unistdio/u32-printf-parse: New file.
17439         * modules/unistdio/u32-snprintf: New file.
17440         * modules/unistdio/u32-sprintf: New file.
17441         * modules/unistdio/u32-vasnprintf: New file.
17442         * modules/unistdio/u32-vasprintf: New file.
17443         * modules/unistdio/u32-vsnprintf: New file.
17444         * modules/unistdio/u32-vsprintf: New file.
17445         * modules/unistdio/u32-u32-asnprintf: New file.
17446         * modules/unistdio/u32-u32-asprintf: New file.
17447         * modules/unistdio/u32-u32-snprintf: New file.
17448         * modules/unistdio/u32-u32-sprintf: New file.
17449         * modules/unistdio/u32-u32-vasnprintf: New file.
17450         * modules/unistdio/u32-u32-vasprintf: New file.
17451         * modules/unistdio/u32-u32-vsnprintf: New file.
17452         * modules/unistdio/u32-u32-vsprintf: New file.
17453         * modules/unistdio/ulc-asnprintf-tests: New file.
17454         * modules/unistdio/ulc-vasnprintf-tests: New file.
17455         * modules/unistdio/ulc-vasprintf-tests: New file.
17456         * modules/unistdio/ulc-vsnprintf-tests: New file.
17457         * modules/unistdio/ulc-vsprintf-tests: New file.
17458         * modules/unistdio/u8-asnprintf-tests: New file.
17459         * modules/unistdio/u8-vasnprintf-tests: New file.
17460         * modules/unistdio/u8-vasprintf-tests: New file.
17461         * modules/unistdio/u8-vsnprintf-tests: New file.
17462         * modules/unistdio/u8-vsprintf-tests: New file.
17463         * modules/unistdio/u16-asnprintf-tests: New file.
17464         * modules/unistdio/u16-vasnprintf-tests: New file.
17465         * modules/unistdio/u16-vasprintf-tests: New file.
17466         * modules/unistdio/u16-vsnprintf-tests: New file.
17467         * modules/unistdio/u16-vsprintf-tests: New file.
17468         * modules/unistdio/u32-asnprintf-tests: New file.
17469         * modules/unistdio/u32-vasnprintf-tests: New file.
17470         * modules/unistdio/u32-vasprintf-tests: New file.
17471         * modules/unistdio/u32-vsnprintf-tests: New file.
17472         * modules/unistdio/u32-vsprintf-tests: New file.
17473         * MODULES.html.sh (Unicode string functions): Add the new modules.
17474
17475 2007-07-01  Bruno Haible  <bruno@clisp.org>
17476
17477         * lib/sprintf.c (sprintf): Limit the available length estimation,
17478         to avoid address wraparound.
17479         * lib/vsprintf.c (vsprintf): Likewise.
17480         * modules/sprintf-posix (Dependencies): Add stdint.
17481         * modules/vsprintf-posix (Dependencies): Likewise.
17482
17483 2007-07-01  Bruno Haible  <bruno@clisp.org>
17484
17485         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
17486         Windows PATH as well. Conservative double-quoting. Comments.
17487
17488 2007-07-01  Bruno Haible  <bruno@clisp.org>
17489             Eric Blake  <ebb9@byu.net>
17490             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17491
17492         * gnulib-tool (self_abspathname): Fix algorithm to cope with
17493         empty components in $PATH, denoting '.'.
17494
17495 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17496
17497         * gnulib-tool: Fix indentation.
17498         (func_create_megatestdir): Likewise.
17499         Report by Bruno Haible.
17500
17501 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17502
17503         Sync from Automake.
17504         * build-aux/gnupload: Fix shell portability issues with for loops.
17505         Report by Karl Berry.
17506
17507 2007-06-29  Simon Josefsson  <simon@josefsson.org>
17508
17509         * build-aux/maint.mk (POURL): Use translationproject.org.
17510
17511 2007-06-27  Simon Josefsson  <simon@josefsson.org>
17512             Bruno Haible  <bruno@clisp.org>
17513
17514         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
17515         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
17516         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
17517         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
17518         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
17519
17520 2007-06-27  Bruno Haible  <bruno@clisp.org>
17521
17522         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
17523         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
17524
17525 2007-06-26  Karl Berry  <karl@gnu.org>
17526
17527         * MODULES.html.sh: remove xreadlink-with-size.
17528
17529 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
17532         method that I hope also handles the double-include problem noted
17533         by Bruno Haible in
17534         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
17535
17536 2007-06-23  Bruno Haible  <bruno@clisp.org>
17537
17538         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17539         Don't let the 'mostlyclean' target fail if the last subdirectory could
17540         not be removed.
17541         Reported by Karl Berry.
17542
17543 2007-06-23  Bruno Haible  <bruno@clisp.org>
17544
17545         * gnulib-tool (echo): Add a speedier workaround for ksh.
17546         * tests/test-echo.sh: Likewise.
17547
17548 2007-06-23  Bruno Haible  <bruno@clisp.org>
17549
17550         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
17551         * tests/test-echo.sh: Likewise.
17552
17553 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17554
17555         * gnulib-tool (IFS): Initialize early, so we don't set it to
17556         empty later.
17557         (self_abspathname): Rewrite algorithm to set it, reindent.
17558         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
17559         (func_create_megatestdir): Merge some sed scripts.
17560
17561 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17562
17563         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
17564         exposed by Sun Studio 11 cc on Solaris 8.
17565
17566 2007-06-22  Bruno Haible  <bruno@clisp.org>
17567
17568         * gnulib-tool (echo): Ensure the echo primitive does not interpret
17569         backslashes.
17570         * tests/test-echo.sh: New file.
17571
17572 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17573
17574         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
17575         simplify `sed_replace_build_aux' scripts, they are portable but
17576         echoing them with `echo' is not.
17577         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
17578
17579 2007-06-21  Karl Berry  <karl@gnu.org>
17580
17581         * config/srclist.txt: guess we can't handle the licenses via
17582         srclist at the moment.
17583
17584 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         * MODULES.html.sh: Add include_next.
17587         * modules/include_next: New file.
17588
17589 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
17592         INCLUDE_NEXT.
17593         (gl_CHECK_NEXT_HEADERS): New macro.
17594         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
17595         the obsolescent gl_ABSOLUTE_HEADER.
17596         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
17597         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
17598         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
17599         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
17600         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
17601         * m4/math_h.m4 (gl_MATH_H): Likewise.
17602         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
17603         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
17604         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
17605         * m4/stdint.m4 (gl_STDINT_H): Likewise.
17606         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
17607         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
17608         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
17609         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17610         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
17611         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
17612         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
17613         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
17614         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
17615         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
17616         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
17617         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17618         * m4/inttypes.m4 (gl_INTTYPES_H): Define
17619         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
17620         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
17621         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
17622         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
17623         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
17624         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
17625         * lib/float_.h: Likewise.
17626         * lib/inttypes_.h: Likewise.
17627         * lib/math_.h: Likewise.
17628         * lib/search_.h: Likewise.
17629         * lib/signal_.h: Likewise.
17630         * lib/stdint_.h: Likewise.
17631         * lib/stdio_.h: Likewise.
17632         * lib/stdlib_.h: Likewise.
17633         * lib/string_.h: Likewise.
17634         * lib/sys_stat_.h: Likewise.
17635         * lib/sys_time_.h: Likewise.
17636         * lib/time_.h: Likewise.
17637         * lib/unistd_.h: Likewise.
17638         * lib/wchar_.h: Likewise.
17639         * lib/wctype_.h: Likewise.
17640         * lib/dirent_.h: Likewise.
17641         * lib/iconv_.h: Likewise.
17642         * lib/locale_.h: Likewise.
17643         * lib/netinet_in_.h: Likewise.
17644         * lib/sys_select_.h: Likewise.
17645         * lib/sys_socket_.h: Likewise.
17646         * lib/sysexits_.h: Likewise.
17647         * modules/fcntl (Depends-on): Depend on include_next, not
17648         absolute_header.
17649         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
17650         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
17651         * modules/fchdir: Likewise.
17652         * modules/float: Likewise.
17653         * modules/iconv_open: Likewise.
17654         * modules/inttypes: Likewise.
17655         * modules/locale: Likewise.
17656         * modules/math: Likewise.
17657         * modules/netinet_in: Likewise.
17658         * modules/search: Likewise.
17659         * modules/signal: Likewise.
17660         * modules/stdint: Likewise.
17661         * modules/stdio: Likewise.
17662         * modules/stdlib: Likewise.
17663         * modules/string: Likewise.
17664         * modules/sys_select: Likewise.
17665         * modules/sys_socket: Likewise.
17666         * modules/sys_stat: Likewise.
17667         * modules/sys_time: Likewise.
17668         * modules/sysexits: Likewise.
17669         * modules/time: Likewise.
17670         * modules/unistd: Likewise.
17671         * modules/wchar: Likewise.
17672         * modules/wctype: Likewise.
17673         * modules/sys_stat: Change maintainer to "all".
17674         * modules/unistd: Likewise.
17675
17676 2007-06-20  Karl Berry  <karl@gnu.org>
17677
17678         * config/srclist.txt: track www changes in license files.
17679
17680 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
17681
17682         * build-aux/bootstrap: Remove stray dot.
17683         Make sure build_aux settings are honored when linking
17684         gnulib_extra_files.
17685
17686 2007-06-19  Eric Blake  <ebb9@byu.net>
17687
17688         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
17689         Allow compilation on cygwin.
17690
17691 2007-06-19  Jim Meyering  <jim@meyering.net>
17692
17693         xreadlink-with-size: Remove module.  No longer used.
17694         Ex-callers now use xreadlink or mreadlink-with-size.
17695         * modules/xreadlink-with-size: Remove module.
17696         * lib/xreadlink-with-size.c: Remove file.
17697         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
17698         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
17699         just before the function definition *is* accurate.
17700
17701         Eliminate one way canonicalize_filename_mode could exit.
17702         * lib/canonicalize.c (canonicalize_filename_mode):
17703         Use mreadlink_with_size, not xreadlink_with_size.
17704
17705 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
17706
17707         Detect porting problems to FreeBSD/arm, which has time_t wider than
17708         long int.  Original problem reported for GNU diff by Xin Li in
17709         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
17710         * modules/getdate (Depends-on): Add intprops, verify.
17711         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
17712         is an integer type no wider than long int.
17713
17714 2007-06-18  Jim Meyering  <jim@meyering.net>
17715
17716         New module: mreadlink-with-size.
17717         * MODULES.html.sh: Add mreadlink-with-size.
17718         * modules/mreadlink-with-size: New module
17719         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
17720         not xreadlink-with-size.
17721         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
17722
17723 2007-06-16  Bruno Haible  <bruno@clisp.org>
17724
17725         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
17726         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
17727         Reported by Gary V. Vaughan <gary@gnu.org>.
17728
17729 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
17730
17731         Revamp lchown so that it lives in unistd.h where it belongs.
17732         * lib/lchown.h: Remove.
17733         * lib/dirchownmod.c: Don't include lib/lchown.h.
17734         * lib/fchownat.c: Likewise.
17735         * lib/openat.c: Likewise.
17736         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
17737         does not follow symlinks.
17738         (EOPNOTSUPP): Define if not defined.
17739         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
17740         is defined to 0.
17741         (lchown): New decl.
17742         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
17743         Do not check for lchown decl.
17744         Set REPLACE_LCHOWN.
17745         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
17746         REPLACE_LCHOWN.
17747         * modules/chown: Make it clear it follows symlinks.
17748         * modules/lchown: Make it clear it doesn't follow symlinks.
17749         (Files): Remove lib/lchown.h
17750         (Depends-on): Add unistd.
17751         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
17752         (Include): Include <unistd.h>, not "lchown.h".
17753         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
17754         REPLACE_LCHOWN.
17755
17756 2007-06-15  Jim Meyering  <jim@meyering.net>
17757
17758         Change license (GPL to LGPL) of fsusage and dependents.
17759         * modules/fsusage (License): Change to LGPL.
17760         * modules/full-read (License): Likewise.
17761         * modules/full-write (License): Likewise.
17762         * modules/safe-read (License): Likewise.
17763         * modules/safe-write (License): Likewise.
17764
17765 2007-06-14  Ben Pfaff  <blp@gnu.org>
17766
17767         Missing part of allocsa -> malloca transition.
17768         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
17769         gl_MALLOCA.
17770
17771 2007-06-12  Bruno Haible  <bruno@clisp.org>
17772
17773         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
17774         to ia64, x86_64, i386.
17775         Reported by Eric Blake.
17776
17777 2007-06-12  Bruno Haible  <bruno@clisp.org>
17778
17779         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
17780         cross-compiling to x86_64.
17781
17782 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
17785         glitch reported by Ralf Wildenhues in
17786         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
17787
17788         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
17789         Vin Shelton.
17790
17791 2007-06-11  Bruno Haible  <bruno@clisp.org>
17792
17793         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
17794         replacement string.
17795         Reported by Eric Blake.
17796
17797 2007-06-10  Bruno Haible  <bruno@clisp.org>
17798
17799         Prepare vasnprintf code for use with Unicode strings.
17800         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
17801         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
17802         TYPE_U32_STRING.
17803         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
17804         a_u32_string variants.
17805         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17806         * lib/printf-args.c: Don't include config.h and the specification
17807         header if PRINTF_FETCHARGS is already defined.
17808         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
17809         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
17810         TYPE_U16_STRING, TYPE_U32_STRING.
17811         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
17812         u16_directive, u16_directives, u32_directive, u32_directives): New
17813         types.
17814         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
17815         New declarations.
17816         * lib/printf-parse.c: Don't include config.h and the specification
17817         header if PRINTF_PARSE is already defined. Eliminate the set of
17818         parameters for WIDE_CHAR_VERSION; the user of this file must provide
17819         them now. Include c-ctype.h.
17820         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
17821         directive and CHAR_T_ONLY_ASCII.
17822         * lib/vasnprintf.c: Don't include config.h and the specification header
17823         if VASNPRINTF is already defined.
17824         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
17825         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
17826         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
17827         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
17828         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
17829         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
17830         code accordingly.
17831         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
17832         pad_ourselves also in this case, with the 'c' and 's' directives, and
17833         with a different notion of "width".
17834         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
17835
17836 2007-06-10  Bruno Haible  <bruno@clisp.org>
17837
17838         * modules/unistr/u32-mbsnlen: New file.
17839         * lib/unistr/u32-mbsnlen.c: New file.
17840
17841         * modules/unistr/u16-mbsnlen: New file.
17842         * lib/unistr/u16-mbsnlen.c: New file.
17843
17844         * modules/unistr/u8-mbsnlen: New file.
17845         * lib/unistr/u8-mbsnlen.c: New file.
17846
17847         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
17848         declarations.
17849
17850 2007-06-10  Bruno Haible  <bruno@clisp.org>
17851
17852         * lib/string_.h (mbsnlen): New declaration.
17853         * lib/mbsnlen.c: New file.
17854         * m4/mbsnlen.m4: New file.
17855         * modules/mbsnlen: New file.
17856         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
17857         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
17858         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
17859
17860 2007-06-10  Bruno Haible  <bruno@clisp.org>
17861
17862         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
17863
17864 2007-06-10  Bruno Haible  <bruno@clisp.org>
17865
17866         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
17867         * lib/mbuiter.h: Likewise.
17868
17869 2007-06-10  Bruno Haible  <bruno@clisp.org>
17870
17871         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
17872         declaration.
17873
17874 2007-06-10  Karl Berry  <karl@gnu.org>
17875
17876         * config/srclist.txt: remove gettext entries, Bruno prefers
17877         to update individually.
17878
17879 2007-06-10  Bruno Haible  <bruno@clisp.org>
17880
17881         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
17882         'maxlen'. Ensure only length + width bytes are allocated, not
17883         length + 1 + width.
17884
17885 2007-06-09  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
17888         (CHAR_T): Remove macro.
17889         (VASNPRINTF): Update.
17890
17891 2007-06-09  Bruno Haible  <bruno@clisp.org>
17892
17893         * MODULES.html.sh (Unicode string functions): Add the new modules.
17894
17895         * modules/uniconv/u32-conv-to-enc: New file.
17896         * lib/uniconv/u32-conv-to-enc.c: New file.
17897         * modules/uniconv/u32-conv-to-enc-tests: New file.
17898         * tests/uniconv/test-u32-conv-to-enc.c: New file.
17899
17900         * modules/uniconv/u16-conv-to-enc: New file.
17901         * lib/uniconv/u16-conv-to-enc.c: New file.
17902         * lib/uniconv/u-conv-to-enc.h: New file.
17903         * modules/uniconv/u16-conv-to-enc-tests: New file.
17904         * tests/uniconv/test-u16-conv-to-enc.c: New file.
17905
17906         * modules/uniconv/u8-conv-to-enc: New file.
17907         * lib/uniconv/u8-conv-to-enc.c: New file.
17908         * modules/uniconv/u8-conv-to-enc-tests: New file.
17909         * tests/uniconv/test-u8-conv-to-enc.c: New file.
17910
17911         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
17912         u32_conv_to_encoding): New declarations.
17913
17914 2007-06-09  Bruno Haible  <bruno@clisp.org>
17915
17916         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
17917
17918 2007-06-09  Bruno Haible  <bruno@clisp.org>
17919
17920         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
17921         * modules/malloca: Renamed from modules/allocsa, updated.
17922         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
17923         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
17924         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
17925         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
17926         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
17927         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
17928         * modules/xmalloca: Renamed from modules/xallocsa, updated.
17929         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
17930         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
17931         * modules/c-strcasestr (Depends-on): Update.
17932         * lib/c-strcasestr.c: Update.
17933         * modules/c-strstr (Depends-on): Update.
17934         * lib/c-strstr.c: Update.
17935         * modules/canonicalize-lgpl (Depends-on): Update.
17936         * lib/canonicalize-lgpl.c: Update.
17937         * modules/clean-temp (Depends-on): Update.
17938         * lib/clean-temp.c: Update.
17939         * modules/csharpcomp (Depends-on): Update.
17940         * lib/csharpcomp.c: Update.
17941         * modules/csharpexec (Depends-on): Update.
17942         * lib/csharpexec.c: Update.
17943         * modules/javacomp (Depends-on): Update.
17944         * lib/javacomp.c: Update.
17945         * modules/javaexec (Depends-on): Update.
17946         * lib/javaexec.c: Update.
17947         * modules/mbscasestr (Depends-on): Update.
17948         * lib/mbscasestr.c: Update.
17949         * modules/mbsstr (Depends-on): Update.
17950         * lib/mbsstr.c: Update.
17951         * modules/setenv (Depends-on): Update.
17952         * lib/setenv.c: Update.
17953         * modules/strcasestr (Depends-on): Update.
17954         * lib/strcasestr.c: Update.
17955         * modules/striconveha (Depends-on): Update.
17956         * lib/striconveha.c: Update.
17957         * modules/relocatable-prog-wrapper (Files): Update.
17958         * lib/relocwrapper.c: Update.
17959         * build-aux/install-reloc: Update.
17960         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
17961
17962 2007-06-08  Bruno Haible  <bruno@clisp.org>
17963
17964         Port to uClibc.
17965         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
17966         * lib/fpurge.c (fpurge): Likewise.
17967         * lib/freading.c (freading): Likewise.
17968         * lib/fseeko.c (rpl_fseeko): Likewise.
17969         * lib/fseterr.c (fseterr): Likewise.
17970         * lib/fwriting.c (fwriting): Likewise.
17971         * tests/test-fflush.c (main): Avoid a failure on uClibc.
17972
17973 2007-06-08  Bruno Haible  <bruno@clisp.org>
17974
17975         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
17976         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
17977         * modules/gettext (Files): Add m4/intlmacosx.m4.
17978
17979 2007-06-07  Bruno Haible  <bruno@clisp.org>
17980
17981         * modules/localename-tests: New file.
17982         * tests/test-localename.c: New file.
17983
17984         New module 'localename'.
17985         * lib/localename.h: New file.
17986         * lib/localename.c: New file, from GNU gettext.
17987         * m4/localename.m4: New file.
17988         * modules/localename: New file.
17989
17990 2007-06-07  Bruno Haible  <bruno@clisp.org>
17991
17992         Work around the lack of <wchar.h> on some builds of uClibc.
17993         * doc/headers/wchar.texi: Update.
17994         * lib/wchar_.h: Include <wchar.h> only if it exists.
17995         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
17996         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
17997         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
17998         doesn't exist.
17999         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
18000         * modules/mbfile (Depends-on): Add wchar.
18001         * modules/mbiter (Depends-on): Likewise.
18002         * modules/mbuiter (Depends-on): Likewise.
18003         Reported by Simon Josefsson.
18004
18005 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18006
18007         Work around problem reported by Steven M. Schweda in
18008         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
18009         Tru64 5.1B with the Compaq compiler environment installed declares
18010         an 'isblank' function but does not define it in the C library.
18011         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
18012         * lib/regex_internal.h (isblank): Likewise.
18013         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
18014         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18015
18016 2007-06-05  Bruno Haible  <bruno@clisp.org>
18017
18018         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
18019         ia64.
18020         * modules/printf-safe: New file.
18021         * modules/fprintf-posix (Depends-on): Add printf-safe.
18022         * modules/printf-posix (Depends-on): Likewise.
18023         * modules/snprintf-posix (Depends-on): Likewise.
18024         * modules/sprintf-posix (Depends-on): Likewise.
18025         * modules/vasnprintf-posix (Depends-on): Likewise.
18026         * modules/vasprintf-posix (Depends-on): Likewise.
18027         * modules/vfprintf-posix (Depends-on): Likewise.
18028         * modules/vprintf-posix (Depends-on): Likewise.
18029         * modules/vsnprintf-posix (Depends-on): Likewise.
18030         * modules/vsprintf-posix (Depends-on): Likewise.
18031         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
18032         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
18033         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
18034         "no" on i386, x86_64, ia64.
18035         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
18036         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18037         on i386, x86_64, ia64.
18038         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
18039         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18040         on i386, x86_64, ia64.
18041         * tests/test-vasnprintf-posix.c: Include float.h.
18042         (LDBL80_WORDS): New macro.
18043         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18044         on i386, x86_64, ia64.
18045         * tests/test-vasprintf-posix.c: Include float.h.
18046         (LDBL80_WORDS): New macro.
18047         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
18048         on i386, x86_64, ia64.
18049         * tests/test-snprintf-posix.c: Include float.h.
18050         * tests/test-sprintf-posix.c: Likewise.
18051         * tests/test-vsnprintf-posix.c: Likewise.
18052         * tests/test-vsprintf-posix.c: Likewise.
18053
18054 2007-06-05  Bruno Haible  <bruno@clisp.org>
18055
18056         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
18057         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
18058         non-IEEE numbers on i386, x86_64, ia64.
18059         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
18060         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
18061         * tests/test-isnanl.h: Include float.h.
18062         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
18063
18064 2007-06-05  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
18067         also the %a / %A. Handle the %a / %A code before this extra handling.
18068
18069 2007-06-05  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
18072         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
18073
18074 2007-06-05  Bruno Haible  <bruno@clisp.org>
18075
18076         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
18077         typo in variable name.
18078
18079 2007-06-05  Eric Blake  <ebb9@byu.net>
18080
18081         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
18082         Reported by Simon Josefsson.
18083
18084 2007-06-04  Bruno Haible  <bruno@clisp.org>
18085
18086         Avoid test failures on some PowerPC platforms.
18087         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
18088         Define differently for PowerPC.
18089         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
18090         Reported by Gary V. Vaughan <gary@gnu.org>.
18091
18092 2007-06-02  Bruno Haible  <bruno@clisp.org>
18093
18094         Fix test-stdint failure on FreeBSD/ia64.
18095         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
18096         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
18097         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
18098         * doc/headers/stdint.texi: Update.
18099
18100 2007-06-01  Bruno Haible  <bruno@clisp.org>
18101
18102         * tests/test-binary-io.c (main): Pass a third argument to open().
18103         Reported by Gary V. Vaughan <gary@gnu.org>.
18104
18105 2007-06-01  Bruno Haible  <bruno@clisp.org>
18106
18107         * doc/functions/frexpl.texi: Update for mingw.
18108
18109 2007-06-01  Bruno Haible  <bruno@clisp.org>
18110
18111         * tests/test-lseek.c (main): Disable test of errno for invalid third
18112         argument.
18113         * doc/functions/lseek.texi: Update.
18114         Reported by Gary V. Vaughan <gary@gnu.org>.
18115
18116 2007-05-28  Bruno Haible  <bruno@clisp.org>
18117
18118         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
18119
18120 2007-05-31  Eric Blake  <ebb9@byu.net>
18121
18122         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
18123         cross compiling.
18124
18125 2007-05-30  Eric Blake  <ebb9@byu.net>
18126         and Bruno Haible  <bruno@clisp.org>
18127
18128         Work around mingw test failures exposed by m4-1.4.9b.
18129         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
18130         * tests/test-unistd.c: Disable uid_t and git_t tests for the
18131         moment.
18132
18133 2007-05-30  Bruno Haible  <bruno@clisp.org>
18134
18135         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
18136         assuming that they are closed. Needed on HP-UX 11.
18137
18138 2007-05-29  Bruno Haible  <bruno@clisp.org>
18139
18140         Fix a problem with #include_next.
18141         * lib/dirent_.h: Split the double-inclusion guard.
18142         * lib/fcntl_.h: Likewise.
18143         * lib/float_.h: Likewise.
18144         * lib/iconv_.h: Likewise.
18145         * lib/inttypes_.h: Likewise.
18146         * lib/locale_.h: Likewise.
18147         * lib/math_.h: Likewise.
18148         * lib/netinet_in_.h: Likewise.
18149         * lib/search_.h: Likewise.
18150         * lib/signal_.h: Likewise.
18151         * lib/stdint_.h: Likewise.
18152         * lib/stdio_.h: Likewise.
18153         * lib/stdlib_.h: Likewise.
18154         * lib/string_.h: Likewise.
18155         * lib/sys_select_.h: Likewise.
18156         * lib/sys_socket_.h: Likewise.
18157         * lib/sys_stat_.h: Likewise.
18158         * lib/sys_time_.h: Likewise.
18159         * lib/sysexits_.h: Likewise.
18160         * lib/time_.h: Likewise.
18161         * lib/unistd_.h: Likewise.
18162         * lib/wchar_.h: Likewise.
18163         * lib/wctype_.h: Likewise.
18164
18165 2007-05-29  Bruno Haible  <bruno@clisp.org>
18166
18167         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
18168         for the moment.
18169
18170 2007-05-29  Bruno Haible  <bruno@clisp.org>
18171
18172         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
18173         invocation.
18174         Reported by Eric Blake.
18175
18176 2007-05-29  Bruno Haible  <bruno@clisp.org>
18177
18178         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
18179         compiling case.
18180
18181 2007-05-29  Eric Blake  <ebb9@byu.net>
18182             Bruno Haible  <bruno@clisp.org>
18183
18184         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
18185         cross compiles.
18186
18187 2007-05-28  Eric Blake  <ebb9@byu.net>
18188
18189         * modules/closein-tests (test_closein_LDADD): Support test on
18190         cygwin with libtool.
18191
18192 2007-05-28  Bruno Haible  <bruno@clisp.org>
18193
18194         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
18195         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18196         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18197         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18198         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18199         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18200         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18201         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18202         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18203
18204 2007-05-28  Eric Blake  <ebb9@byu.net>
18205
18206         Unconditionally include <config.h> in unit tests.
18207         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
18208         * tests/test-allocsa.c, tests/test-arcfour.c,
18209         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
18210         tests/test-array_list.c, tests/test-array_oset.c,
18211         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
18212         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
18213         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
18214         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
18215         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
18216         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
18217         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
18218         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
18219         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
18220         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
18221         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
18222         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
18223         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
18224         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
18225         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
18226         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
18227         test-md5.c, test-memmem.c, test-printf-posix.c,
18228         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
18229         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
18230         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
18231         test-strcasestr.c, test-striconv.c, test-striconveh.c,
18232         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
18233         test-vasnprintf-posix2.c, test-vasnprintf.c,
18234         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
18235         test-vfprintf-posix.c, test-vprintf-posix.c,
18236         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
18237         test-xvasprintf.c: Likewise.
18238
18239 2007-05-28  Bruno Haible  <bruno@clisp.org>
18240
18241         * gnulib-tool (func_import): Remember the --with-tests command-line
18242         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
18243         Reported by Eric Blake.
18244
18245 2007-05-28  Bruno Haible  <bruno@clisp.org>
18246
18247         * modules/ftell-tests: New file.
18248         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
18249         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
18250
18251         * lib/ftell.c: New file.
18252         * modules/ftell: New file.
18253         * m4/ftell.m4: New file.
18254         * doc/functions/ftell.texi: Update.
18255         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
18256         REPLACE_FTELL.
18257         * lib/stdio_.h (rpl_ftell): New declaration.
18258         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
18259         REPLACE_FTELL.
18260
18261 2007-05-28  Eric Blake  <ebb9@byu.net>
18262
18263         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
18264
18265 2007-05-28  Bruno Haible  <bruno@clisp.org>
18266
18267         * modules/fseek-tests: New file.
18268         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
18269         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
18270
18271         * lib/fseek.c: New file.
18272         * modules/fseek: New file.
18273         * m4/fseek.m4: New file.
18274         * doc/functions/fseek.texi: Update.
18275         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
18276         REPLACE_FSEEK.
18277         * lib/stdio_.h (rpl_fseek): New declaration.
18278         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
18279         REPLACE_FSEEK.
18280
18281 2007-05-28  Bruno Haible  <bruno@clisp.org>
18282
18283         * lib/stdio_.h (fflush): More comments.
18284
18285 2007-05-28  Bruno Haible  <bruno@clisp.org>
18286
18287         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
18288         runtime test.
18289
18290 2007-05-28  Eric Blake  <ebb9@byu.net>
18291
18292         Improve lseek module.
18293         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
18294         * lib/unistd_.h (lseek): Scale back link warning message.
18295         * tests/test-lseek.c: Beef up test.
18296         * tests/test-lseek.sh: Exercise more facets of lseek.
18297         Reported by Bruno Haible.
18298
18299 2007-05-28  Bruno Haible  <bruno@clisp.org>
18300
18301         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
18302         to define.
18303
18304 2007-05-27  Bruno Haible  <bruno@clisp.org>
18305
18306         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
18307
18308 2007-05-27  Bruno Haible  <bruno@clisp.org>
18309
18310         * modules/openmp: New file.
18311         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
18312         Noah Misch.
18313
18314 2007-05-26  Bruno Haible  <bruno@clisp.org>
18315
18316         * modules/chdir-long (Depends-on): Add fchdir.
18317         * modules/chdir-safer (Depends-on): Likewise.
18318         * modules/fts (Depends-on): Likewise.
18319         * modules/fts-lgpl (Depends-on): Likewise.
18320         * modules/openat (Depends-on): Likewise.
18321         * modules/savewd (Depends-on): Likewise.
18322
18323 2007-05-24  Eric Blake  <ebb9@byu.net>
18324
18325         Fix lseek on mingw.
18326         * modules/lseek: New module.
18327         * m4/lseek.m4: New file.
18328         * lib/lseek.c: New file.
18329         * modules/lseek-tests: New file.
18330         * tests/test-lseek.c: New file.
18331         * tests/test-lseek.sh: New file.
18332         * MODULES.html.sh: Document lseek module.
18333         * modules/fflush (Depends-on): Add lseek, fseeko.
18334         * modules/fseeko (Depends-on): Likewise.
18335         * modules/ftello (Depends-on): Likewise.
18336         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
18337         broken.
18338         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
18339         broken.
18340         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
18341         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
18342         * lib/ftello.c (rpl_ftello): Likewise.
18343         * tests/test-fseeko.c (main): Test this.
18344         * tests/test-fseeko.sh: Likewise.
18345         * tests/test-ftello.c (main): Likewise.
18346         * tests/test-ftello.sh: Likewise.
18347         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
18348         implies replacing fseek.
18349         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
18350         HAVE_FTELLO.
18351         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
18352         * modules/unistd (Makefile.am): Likewise.
18353         * lib/unistd_.h (lseek): Declare a replacement.
18354         * doc/functions/lseek.texi (lseek): Document this fix.
18355         * doc/functions/fseek.texi (fseek): Likewise.
18356         * doc/functions/ftell.texi (ftell): Likewise.
18357
18358 2007-05-24  Bruno Haible  <bruno@clisp.org>
18359
18360         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
18361         in the printed representation of a NaN.
18362         * tests/test-vasprintf-posix.c (test_function): Likewise.
18363         * tests/test-snprintf-posix.h (test_function): Likewise.
18364         * tests/test-sprintf-posix.h (test_function): Likewise.
18365         Reported by Eric Blake.
18366
18367 2007-05-23  Eric Blake  <ebb9@byu.net>
18368
18369         Fix fseeko/ftello on cygwin 1.5.24.
18370         * doc/functions/fseeko.texi (fseeko): Document the fix.
18371         * doc/functions/ftello.texi (ftello): Document the fix.
18372         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
18373         * doc/functions/stdout.text (stdout): New file.
18374         * doc/functions/stderr.text (stderr): New file.
18375         * doc/gnulib.texi (Function Substitutes): Use new files.
18376         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
18377         prior to 1.7.0.
18378         * tests/test-ftello.c (main): Likewise for ftello.
18379         * tests/test-fseeko.sh: New file.
18380         * tests/test-ftello.sh: New file.
18381         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
18382         with seekable stdin.
18383         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
18384         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
18385         (gl_REPLACE_FSEEKO): New macro.
18386         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
18387         * modules/fseeko (Files): Distribute fseeko.c.
18388         * modules/ftello (Files): Distribute ftello.c.
18389         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
18390         mode.
18391         * lib/ftello.c (rpl_ftello): New file.
18392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
18393         fseeko, ftello.
18394         (gl_STDIN_LARGE_OFFSET): New macro.
18395         * modules/stdio (Makefile.am): Perform the replacement.
18396         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
18397
18398 2007-05-23  Bruno Haible  <bruno@clisp.org>
18399
18400         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
18401         GNULIB_POSIXCHECK is defined.
18402
18403 2007-05-21  Bruno Haible  <bruno@clisp.org>
18404
18405         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
18406         Check also the output for NaN arguments. When cross-compiling, guess
18407         no on IRIX.
18408         * lib/vasnprintf.c: Update comments.
18409         * tests/test-vasnprintf-posix.c (strisnan): New function.
18410         (test_function): Use it.
18411         * tests/test-vasprintf-posix.c (strisnan): New function.
18412         (test_function): Use it.
18413         * tests/test-snprintf-posix.h (strisnan): New function.
18414         (test_function): Use it.
18415         * tests/test-sprintf-posix.h (strisnan): New function.
18416         (test_function): Use it.
18417         Reported by Eric Blake.
18418
18419 2007-05-20  Bruno Haible  <bruno@clisp.org>
18420
18421         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
18422         numbers that fails on BeOS.
18423         * doc/functions/frexpl.texi: Update.
18424
18425 2007-05-20  Jim Meyering  <jim@meyering.net>
18426
18427         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
18428         forced upon us by glibc-2.6.
18429
18430 2007-05-20  Bruno Haible  <bruno@clisp.org>
18431
18432         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
18433         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
18434         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
18435         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
18436         NEED_PRINTF_INFINITE.
18437         (is_infinitel): New function.
18438         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
18439         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
18440         gl_PREREQ_VASNPRINTF_INFINITE.
18441         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
18442         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18443         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
18444         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
18445         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
18446         gl_PREREQ_VASNPRINTF_INFINITE.
18447         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18448         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18449         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18450         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18451         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18452         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18453         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18454         * doc/functions/fprintf.texi: Update.
18455         * doc/functions/printf.texi: Update.
18456         * doc/functions/snprintf.texi: Update.
18457         * doc/functions/sprintf.texi: Update.
18458         * doc/functions/vfprintf.texi: Update.
18459         * doc/functions/vprintf.texi: Update.
18460         * doc/functions/vsnprintf.texi: Update.
18461         * doc/functions/vsprintf.texi: Update.
18462
18463 2007-05-20  Bruno Haible  <bruno@clisp.org>
18464
18465         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
18466         was not found in libc.
18467         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
18468
18469 2007-05-20  Bruno Haible  <bruno@clisp.org>
18470
18471         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18472         printed as "-nan" instead of "nan".
18473         * tests/test-vasprintf-posix.c (test_function): Likewise.
18474         * tests/test-snprintf-posix.h (test_function): Likewise.
18475         * tests/test-sprintf-posix.h (test_function): Likewise.
18476         Needed for HP-UX 11.
18477
18478 2007-05-20  Jim Meyering  <jim@meyering.net>
18479
18480         Fix buggy test for the fchownat-deref bug.
18481         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
18482         symlink required for the run-test.  Without it, this test would
18483         always declare that fchownat doesn't work, and client code would
18484         unnecessarily use the replacement function with fixed libc.
18485         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
18486         Reported by Greg Schafer.
18487
18488 2007-05-19  Bruno Haible  <bruno@clisp.org>
18489
18490         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
18491         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
18492         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
18493         Needed for IRIX 6.5 and Solaris 2.5.1.
18494
18495 2007-05-19  Bruno Haible  <bruno@clisp.org>
18496
18497         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
18498         (test_function): Skip tests involving -0.0 on platforms where
18499         -0.0 = 0.0.
18500         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
18501         (test_function): Skip tests involving -0.0 on platforms where
18502         -0.0 = 0.0.
18503         * tests/test-snprintf-posix.h (have_minus_zero): New function.
18504         (test_function): Skip tests involving -0.0 on platforms where
18505         -0.0 = 0.0.
18506         * tests/test-sprintf-posix.h (have_minus_zero): New function.
18507         (test_function): Skip tests involving -0.0 on platforms where
18508         -0.0 = 0.0.
18509         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
18510         tests.
18511         * tests/test-printf-posix.h (test_function): Likewise.
18512         * tests/test-printf-posix.output: Remove all -0.0 related results.
18513         Needed for IRIX 6.5.
18514
18515 2007-05-19  Bruno Haible  <bruno@clisp.org>
18516
18517         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
18518         printed as "nan0x7fffffff" instead of "nan".
18519         * tests/test-vasprintf-posix.c (test_function): Likewise.
18520         * tests/test-snprintf-posix.h (test_function): Likewise.
18521         * tests/test-sprintf-posix.h (test_function): Likewise.
18522         * tests/test-fprintf-posix.h (NaN): Remove macro.
18523         (test_function): Remove all NaN related tests.
18524         * tests/test-printf-posix.h (NaN): Remove macro.
18525         (test_function): Remove all NaN related tests.
18526         * tests/test-printf-posix.output: Remove all NaN related results.
18527         Needed for IRIX 6.5.
18528
18529 2007-05-19  Bruno Haible  <bruno@clisp.org>
18530
18531         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
18532         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
18533
18534 2007-05-19  Bruno Haible  <bruno@clisp.org>
18535
18536         * lib/float_.h: New file.
18537         * m4/float_h.m4: New file.
18538         * modules/float: New file.
18539         * modules/isnanl (Dependencies): Add float.
18540         * modules/isnanl-nolibm (Dependencies): Likewise.
18541         * modules/mathl (Dependencies): Likewise.
18542         * modules/printf-frexpl (Dependencies): Likewise.
18543         * modules/signbit (Dependencies): Likewise.
18544         * modules/vasnprintf (Dependencies): Likewise.
18545         * doc/headers/float.texi: Update.
18546
18547 2007-05-19  Jim Meyering  <jim@meyering.net>
18548
18549         * lib/utimens.c (gl_futimens): Rename from futimens,
18550         now that glibc-2.6 declares futimens.
18551         * lib/utimens.h: Likewise.
18552
18553 2007-05-19  Bruno Haible  <bruno@clisp.org>
18554
18555         Avoid test failures on mingw.
18556         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
18557         * tests/test-printf-posix.sh: Likewise.
18558         * tests/test-vfprintf-posix.sh: Likewise.
18559         * tests/test-vprintf-posix.sh: Likewise.
18560
18561 2007-05-19  Bruno Haible  <bruno@clisp.org>
18562
18563         Fix *printf result for NaN, Inf, -0.0 on mingw.
18564         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
18565         * lib/vasnprintf.c: Include math.h and isnan.h.
18566         (is_infinite_or_zero): New function.
18567         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
18568         values in the %f, %F, %e, %E, %g, %G directives.
18569         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
18570         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18571         gl_PRINTF_INFINITE and test its result. Invoke
18572         gl_PREREQ_VASNPRINTF_INFINITE.
18573         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18574         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18575         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18576         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18577         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18578         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18579         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18580         * doc/functions/fprintf.texi: Update.
18581         * doc/functions/printf.texi: Update.
18582         * doc/functions/snprintf.texi: Update.
18583         * doc/functions/sprintf.texi: Update.
18584         * doc/functions/vfprintf.texi: Update.
18585         * doc/functions/vprintf.texi: Update.
18586         * doc/functions/vsnprintf.texi: Update.
18587         * doc/functions/vsprintf.texi: Update.
18588
18589 2007-05-19  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
18592         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
18593         Instead of multiplying with 10^k, set extra_zeroes to k.
18594         (scale10_round_long_double): Remove function.
18595
18596 2007-05-18  Bruno Haible  <bruno@clisp.org>
18597
18598         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
18599         introduced on 2007-05-06.
18600
18601 2007-05-18  Bruno Haible  <bruno@clisp.org>
18602
18603         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
18604         %g directives.
18605         * tests/test-vasprintf-posix.c (test_function): Likewise.
18606         * tests/test-snprintf-posix.h (test_function): Likewise.
18607         * tests/test-sprintf-posix.h (test_function): Likewise.
18608
18609 2007-05-18  Bruno Haible  <bruno@clisp.org>
18610
18611         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
18612         (strmatch): New function.
18613         (test_function): Test the %f directive on numbers of various exponents.
18614         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
18615         (strmatch): New function.
18616         (test_function): Test the %f directive on numbers of various exponents.
18617         * tests/test-snprintf-posix.h (strmatch): New function.
18618         (test_function): Test the %f directive on numbers of various exponents.
18619         * tests/test-sprintf-posix.h (strmatch): New function.
18620         (test_function): Test the %f directive on numbers of various exponents.
18621         * tests/test-snprintf-posix.c (SIZEOF): New macro.
18622         * tests/test-sprintf-posix.c (SIZEOF): New macro.
18623         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
18624         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
18625
18626 2007-05-18  Bruno Haible  <bruno@clisp.org>
18627
18628         Add support for 'long double' number output.
18629         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
18630         * lib/vasnprintf.c: Include math.h and float+.h.
18631         (mp_limb_t): New type.
18632         (GMP_LIMB_BITS): New macro.
18633         (mp_twolimb_t): New type.
18634         (GMP_TWOLIMB_BITS): New macro.
18635         (mpn_t): New type.
18636         (multiply, divide, convert_to_decimal, decode_long_double,
18637         scale10_round_long_double, scale10_round_decimal_long_double,
18638         floorlog10l): New functions.
18639         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
18640         for the %f, %F, %e, %E, %g, %G directives.
18641         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
18642         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18643         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
18644         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
18645         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18646         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18647         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18648         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18649         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18650         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18651         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18652         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
18653         * modules/snprintf-posix (Depends-on): Likewise.
18654         * modules/sprintf-posix (Depends-on): Likewise.
18655         * modules/vasnprintf-posix (Depends-on): Likewise.
18656         * modules/vasprintf-posix (Depends-on): Likewise.
18657         * modules/vfprintf-posix (Depends-on): Likewise.
18658         * modules/vsnprintf-posix (Depends-on): Likewise.
18659         * modules/vsprintf-posix (Depends-on): Likewise.
18660         * modules/vasnprintf (Files): Add lib/float+.h.
18661         * doc/functions/fprintf.texi: Update.
18662         * doc/functions/printf.texi: Update.
18663         * doc/functions/snprintf.texi: Update.
18664         * doc/functions/sprintf.texi: Update.
18665         * doc/functions/vfprintf.texi: Update.
18666         * doc/functions/vprintf.texi: Update.
18667         * doc/functions/vsnprintf.texi: Update.
18668         * doc/functions/vsprintf.texi: Update.
18669
18670 2007-05-18  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
18673
18674 2007-05-18  Bruno Haible  <bruno@clisp.org>
18675
18676         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
18677         for printing 64-bit integers. Needed for mingw.
18678
18679 2007-05-18  Bruno Haible  <bruno@clisp.org>
18680
18681         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
18682         gl_FUNC_FREXPL_WORKS.
18683         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
18684
18685 2007-05-18  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/frexpl-nolibm-tests: New file.
18688
18689         * modules/frexpl-nolibm: New file.
18690         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
18691
18692 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18693
18694         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
18695         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18696         GCC 4.2, which otherwise issues a lot of warnings.
18697         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
18698         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
18699         Likewise.
18700         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
18701         * modules/iconv_open (iconv.h): Likewise.
18702         * modules/locale (locale.h): Likewise.
18703         * modules/netinet_in (netinet/in.h): Likewise.
18704         * modules/sys_select (sys_select.h): Likewise.
18705         * modules/sys_socket (sys/socket.h): Likewise.
18706         * modules/sys_stat (sys/stat.h): Likewise.
18707         * modules/sysexits (sysexits.h): Likewise.
18708         * modules/unistd (unistd.h): Likewise.
18709
18710 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18711
18712         * modules/closein-tests (Makefile.am): Distribute
18713         `test-closein.sh'.
18714
18715 2007-05-17  Bruno Haible  <bruno@clisp.org>
18716
18717         * tests/test-printf-posix.output: Renamed from
18718         tests/test-fprintf-posix.out.
18719         * modules/fprintf-posix-tests: Update.
18720         * modules/printf-posix-tests: Update.
18721         * modules/vfprintf-posix-tests: Update.
18722         * modules/vprintf-posix-tests: Update.
18723         * tests/test-fprintf-posix.sh: Update.
18724         * tests/test-printf-posix.sh: Update.
18725         * tests/test-vfprintf-posix.sh: Update.
18726         * tests/test-vprintf-posix.sh: Update.
18727         Reported by Ralf Wildenhues.
18728
18729 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18730
18731         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
18732         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
18733         GCC 4.2, which otherwise issues a lot of warnings.
18734         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
18735         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
18736         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
18737         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
18738         it should no longer be needed.
18739         * lib/string_.h: Likewise.
18740         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
18741         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
18742         * modules/inttypes (inttypes.h): Likewise.
18743         * modules/math (math.h): Likewise.
18744         * modules/search (search.h): Likewise.
18745         * modules/signal (signal.h): Likewise.
18746         * modules/stdint (stdint.h): Likewise.
18747         * modules/stdio (stdio.h): Likewise.
18748         * modules/stdlib (stdlib.h): Likewise.
18749         * modules/string (string.h): Likewise.
18750         * modules/sys_time (sys/time.h): Likewise.
18751         * modules/time (time.h): Likewise.
18752         * modules/wchar (wchar.h): Likewise.
18753         * modules/wctype (wtype.h): Likewise.
18754
18755 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
18756
18757         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
18758
18759 2007-05-13  Bruno Haible  <bruno@clisp.org>
18760
18761         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
18762         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18763         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
18764         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18765         (gl_PREREQ_STRTOK_R): Don't require it here.
18766
18767 2007-05-13  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
18770         when used in C++ mode.
18771
18772 2007-05-12  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/linebuffer.h: Tweak doc.
18775         * lib/linebuffer.c: Likewise.
18776
18777 2007-05-12  James Youngman  <jay@gnu.org>
18778
18779         * lib/linebuffer.c (readlinebuffer_delim): New function,
18780         like readlinebuffer, but use a caller-specified delimiter.
18781         (readlinebuffer): Just call readlinebuffer_delim with '\n'
18782         as the delimiter.
18783         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
18784
18785 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18786
18787         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
18788         * modules/openat (Files): Remove openat-die.c.
18789         (Depends-on): Add openat-die.
18790         * modules/openat-die: New module.
18791
18792 2007-05-06  Bruno Haible  <bruno@clisp.org>
18793
18794         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
18795         Update with info about Cygwin.
18796         * doc/functions/fprintf.texi: Update.
18797         * doc/functions/printf.texi: Update.
18798         * doc/functions/snprintf.texi: Update.
18799         * doc/functions/sprintf.texi: Update.
18800         * doc/functions/vfprintf.texi: Update.
18801         * doc/functions/vprintf.texi: Update.
18802         * doc/functions/vsnprintf.texi: Update.
18803         * doc/functions/vsprintf.texi: Update.
18804         Reported by Eric Blake.
18805
18806 2007-05-06  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18809         padding ourselves for the floating-point directives.
18810         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
18811         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
18812         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18813         gl_PRINTF_FLAG_ZERO and test its result. Invoke
18814         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
18815         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18816         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18817         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18818         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18819         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18821         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18822         * tests/test-snprintf-posix.h (test_function): Also check the width
18823         and some flags in the %f directive.
18824         * tests/test-sprintf-posix.h (test_function): Likewise.
18825         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18826         * tests/test-vasprintf-posix.c (test_function): Likewise.
18827         * doc/functions/fprintf.texi: Update.
18828         * doc/functions/printf.texi: Update.
18829         * doc/functions/snprintf.texi: Update.
18830         * doc/functions/sprintf.texi: Update.
18831         * doc/functions/vfprintf.texi: Update.
18832         * doc/functions/vprintf.texi: Update.
18833         * doc/functions/vsnprintf.texi: Update.
18834         * doc/functions/vsprintf.texi: Update.
18835
18836 2007-05-06  Bruno Haible  <bruno@clisp.org>
18837
18838         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
18839         pass the ' flag character to sprintf or snprintf.
18840         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
18841         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
18842         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
18843         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
18844         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
18845         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18846         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
18847         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18848         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18849         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18850         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18851         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18852         * tests/test-snprintf-posix.h (test_function): Also check the grouping
18853         flag.
18854         * tests/test-sprintf-posix.h (test_function): Likewise.
18855         * tests/test-vasnprintf-posix.c (test_function): Likewise.
18856         * tests/test-vasprintf-posix.c (test_function): Likewise.
18857         * doc/functions/fprintf.texi: Update.
18858         * doc/functions/printf.texi: Update.
18859         * doc/functions/snprintf.texi: Update.
18860         * doc/functions/sprintf.texi: Update.
18861         * doc/functions/vfprintf.texi: Update.
18862         * doc/functions/vprintf.texi: Update.
18863         * doc/functions/vsnprintf.texi: Update.
18864         * doc/functions/vsprintf.texi: Update.
18865
18866 2007-05-01  Bruno Haible  <bruno@clisp.org>
18867
18868         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
18869
18870 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
18871
18872         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
18873         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
18874
18875 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
18878         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
18879         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
18880
18881 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
18882
18883         * lib/argp-help.c (struct hol_entry): New member `ord'.
18884         (HOL_ENTRY_PTRCMP): Use ord for comparison
18885         (hol_sort): Initialize ord.
18886
18887 2007-05-01  Bruno Haible  <bruno@clisp.org>
18888
18889         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
18890         Reported by Eric Blake.
18891         * doc/gnulib.texi (Function Substitutes): Update.
18892
18893 2007-05-01  Bruno Haible  <bruno@clisp.org>
18894
18895         * doc/functions.texi: Remove file, now redundant through
18896         doc/functions/*.texi.
18897
18898 2007-05-01  Bruno Haible  <bruno@clisp.org>
18899
18900         * modules/argp (Depends-on): Add sleep.
18901
18902 2007-05-01  Bruno Haible  <bruno@clisp.org>
18903
18904         * modules/sleep-tests: New file.
18905         * tests/test-sleep.c: New file.
18906
18907         * modules/sleep: New file.
18908         * lib/sleep.c: New file.
18909         * m4/sleep.m4: New file.
18910         * lib/unistd_.h (sleep): New declaration.
18911         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
18912         HAVE_SLEEP.
18913         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
18914         * doc/functions/sleep.texi: Document the sleep module.
18915
18916 2007-05-01  Bruno Haible  <bruno@clisp.org>
18917
18918         * lib/sigprocmask.h: Remove file.
18919         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
18920         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
18921         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
18922         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
18923         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
18924         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
18925         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
18926         HAVE_SIGSET_T as a shell variable.
18927         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
18928         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
18929         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
18930         (Depends-on): Add signal. Remove verify.
18931         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
18932         (Include): Mention <signal.h> instead of sigprocmask.h.
18933         * NEWS: Mention the change.
18934         * lib/fatal-signal.c: Don't include sigprocmask.h.
18935
18936 2007-05-01  Bruno Haible  <bruno@clisp.org>
18937
18938         * modules/signal: New file.
18939         * lib/signal_.h: New file.
18940         * m4/signal_h.m4: New file.
18941
18942 2007-05-01  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
18945         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
18946         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
18947         HAVE_WCTYPE_CTMP_BUG into wctype.h.
18948
18949 2007-05-01  Bruno Haible  <bruno@clisp.org>
18950
18951         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
18952         configure time.
18953         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
18954         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
18955         * modules/sys_stat (Makefile.am): Substitute their values into
18956         sys/stat.h.
18957
18958 2007-05-01  Bruno Haible  <bruno@clisp.org>
18959
18960         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
18961         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
18962         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
18963
18964 2007-05-01  Bruno Haible  <bruno@clisp.org>
18965
18966         * doc/header/assert.texi: Undo last change: don't mention the gnulib
18967         'assert' module here.
18968
18969 2007-05-01  Bruno Haible  <bruno@clisp.org>
18970
18971         * doc/functions/*.texi: New files.
18972         * doc/functions/google-ranking.txt: New file.
18973         * doc/gnulib.texi (Function Substitutes): New chapter.
18974         (ctime, inet_ntoa): Remove sections.
18975         * doc/ctime.texi: Remove file.
18976         * doc/inet_ntoa.texi: Remove file.
18977         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
18978         dependencies.
18979         (%.info): New rule, specifying a --reference-limit.
18980
18981 2007-05-01  Bruno Haible  <bruno@clisp.org>
18982
18983         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
18984
18985 2007-05-01  Bruno Haible  <bruno@clisp.org>
18986
18987         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
18988         the portability of 'mkdir' to mingw systems.
18989
18990 2007-05-01  Bruno Haible  <bruno@clisp.org>
18991
18992         * doc/headers/google-ranking.txt: New file.
18993
18994 2007-04-30  Eric Blake  <ebb9@byu.net>
18995
18996         Prefer fseeko to fseek.
18997         * modules/getpass (Depends-on): Add fseeko.
18998         * lib/getpass.c (getpass): Use fseeko, not fseek.
18999
19000 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
19001
19002         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
19003         assumes the sorting is stable, while most qsort implementations
19004         are not.  Use argument addresses to ensure they never compare as
19005         equal.
19006
19007         * tests/test-argp-2.sh (usage-indent test): Fix output
19008         (func_compare): Restore diff options
19009         * tests/test-argp.c: Restore #include "progname.h"
19010
19011 2007-04-29  Bruno Haible  <bruno@clisp.org>
19012
19013         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
19014         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19015         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
19016         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19017         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
19018         (configure.ac): Define CHECK_SNPRINTF_POSIX.
19019         (TESTS, check_PROGRAMS): Add test-snprintf.
19020         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
19021         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
19022         (TESTS, check_PROGRAMS): Add test-vsnprintf.
19023         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
19024         assertions that fail on HP-UX, OSF/1, or IRIX.
19025         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
19026
19027 2007-04-29  Bruno Haible  <bruno@clisp.org>
19028
19029         * MODULES.html.sh (posix_functions): Remove 'contents'.
19030
19031 2007-04-29  Karl Berry  <karl@gnu.org>
19032
19033         * config/srclist.txt (gendocs_template_min): new entry.
19034
19035 2007-04-29  Bruno Haible  <bruno@clisp.org>
19036
19037         Work around fpurge bug on BSD systems.
19038         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
19039         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
19040         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
19041         fpurge to rpl_fpurge if the system already has this function.
19042         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
19043         the case where the system already has this function. Correct invariants
19044         on BSD systems.
19045         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
19046         BSD systems.
19047
19048 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
19049
19050         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
19051         proposed by Sven Verdoolaege.
19052
19053         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
19054         options.
19055         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
19056         (usage and help tests): Update
19057
19058 2007-04-29  Bruno Haible  <bruno@clisp.org>
19059
19060         * tests/test-fflush.c (main): Use a file of size 17, not 10.
19061         Print more information in case of failure. Disable a test on BeOS.
19062
19063 2007-04-29  Bruno Haible  <bruno@clisp.org>
19064
19065         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
19066         This helps debugging on systems on which no gdb is available.
19067
19068 2007-04-29  Bruno Haible  <bruno@clisp.org>
19069
19070         * lib/freading.h: Improve comments.
19071         * lib/fwriting.h: Likewise.
19072         * tests/test-freading.c (main): Don't check freading immediately after
19073         repositioning. Needed for glibc.
19074
19075 2007-04-29  Bruno Haible  <bruno@clisp.org>
19076
19077         * lib/freading.c (freading): Trivial simplification.
19078
19079 2007-04-28  Bruno Haible  <bruno@clisp.org>
19080
19081         * tests/test-fwriting.c (main): Also test the interaction between
19082         fflush and fwriting.
19083         * modules/fwriting-tests (Depends-on): Add fflush.
19084
19085         * tests/test-freading.c (main): Also test the interaction between
19086         fflush and freading.
19087         * modules/freading-tests (Depends-on): Add fflush.
19088
19089 2007-04-28  Bruno Haible  <bruno@clisp.org>
19090
19091         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
19092         fseeko and ftello.
19093         Suggested by Eric Blake.
19094
19095 2007-04-28  Jim Meyering  <jim@meyering.net>
19096
19097         Avoid false-negative in gl_STDINT_H's C99 conformance test.
19098         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
19099         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
19100
19101 2007-04-27  Eric Blake  <ebb9@byu.net>
19102
19103         * doc/headers/assert.texi (assert.h): Document assert module use.
19104
19105 2007-04-27  Bruno Haible  <bruno@clisp.org>
19106
19107         * doc/headers/*.texi: New files.
19108         * doc/gnulib.texi (Header File Substitutes): New chapter.
19109         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
19110         dependencies.
19111         (standards.info ,standards.html, standards.dvi): Update dependencies.
19112         (mostlyclean, clean): New targets.
19113
19114 2007-04-27  Bruno Haible  <bruno@clisp.org>
19115
19116         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
19117         * modules/sysexits (Files, Makefile.am): Update.
19118
19119         * lib/sys_socket_.h: Renamed from lib/socket_.h.
19120         * modules/sys_socket (Files, Makefile.am): Update.
19121
19122         * lib/sys_stat_.h: Renamed from lib/stat_.h.
19123         * modules/sys_stat (Files, Makefile.am): Update.
19124
19125 2007-04-27  Eric Blake  <ebb9@byu.net>
19126
19127         * lib/freading.h: Improve comments.
19128         * lib/fwriting.h: Likewise.
19129         * lib/fflush.c: Likewise.
19130
19131         Fix closein for mingw.
19132         * modules/closein-tests: Add tests for closein.
19133         * tests/test-closein.c: New file.
19134         * tests/test-closein.sh: Likewise.
19135         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
19136         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
19137
19138 2007-04-27  Bruno Haible  <bruno@clisp.org>
19139
19140         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
19141         version is < 6.
19142         * lib/math_.h [__DECC]: Likewise.
19143         * lib/stdio_.h [__DECC]: Likewise.
19144         * lib/stdlib_.h [__DECC]: Likewise.
19145         * lib/string_.h [__DECC]: Likewise.
19146         * lib/time_.h [__DECC]: Likewise.
19147         * lib/wchar_.h [__DECC]: Likewise.
19148         * lib/wctype_.h [__DECC]: Likewise.
19149
19150 2007-04-27  Bruno Haible  <bruno@clisp.org>
19151
19152         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
19153
19154 2007-04-27  Bruno Haible  <bruno@clisp.org>
19155
19156         * lib/fflush.c: Add comments.
19157         * modules/fpurge-tests (Depends-on): Add fflush.
19158         * modules/freadable-tests (Depends-on): Likewise.
19159         * modules/fwritable-tests (Depends-on): Likewise.
19160
19161 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
19162
19163         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
19164         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
19165         Report by Bruno Haible <bruno@clisp.org>.
19166
19167 2007-04-26  Eric Blake  <ebb9@byu.net>
19168
19169         Fix fflush on mingw.
19170         * modules/fflush (Depends-on): Add freading.
19171         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
19172         but unread data.
19173
19174 2007-04-26  Eric Blake  <ebb9@byu.net>
19175         and Bruno Haible  <bruno@clisp.org>
19176
19177         Implement freading and fwriting.
19178         * lib/freading.c: New file.
19179         * lib/freading.h: Likewise.
19180         * m4/freading.m4: Likewise.
19181         * modules/freading: Likewise.
19182         * modules/freading-tests: Likewise.
19183         * tests/test-freading.c: Likewise.
19184         * lib/fwriting.c: New file.
19185         * lib/fwriting.h: Likewise.
19186         * m4/fwriting.m4: Likewise.
19187         * modules/fwriting: Likewise.
19188         * modules/fwriting-tests: Likewise.
19189         * tests/test-fwriting.c: Likewise.
19190         * MODULES.html.sh (File stream based Input/Output): Mention them.
19191
19192 2007-04-26  Bruno Haible  <bruno@clisp.org>
19193
19194         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
19195         'long' when we assume it.
19196         Suggested by Eric Blake.
19197
19198 2007-04-26  Bruno Haible  <bruno@clisp.org>
19199
19200         Ensure fseeko, ftello are declared on glibc systems.
19201         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
19202         * modules/fseeko (configure.ac-early): Likewise.
19203         * modules/ftello (configure.ac-early): Likewise.
19204         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
19205         AC_FUNC_FSEEKO for this.
19206         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
19207         (gl_CHECK_FSEEKO): Remove macro.
19208
19209 2007-04-26  Bruno Haible  <bruno@clisp.org>
19210
19211         * tests/test-fflush.c (main): Also check the ftell result after
19212         fflush and fseek/fseeko.
19213         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
19214         file descriptor position cache in the stream.
19215         * lib/fseeko.c (rpl_fseeko): Likewise.
19216
19217 2007-04-26  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/fflush-tests (Depends-on): Add fseeko.
19220
19221 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
19222             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19223
19224         * lib/argz_.h: ensure error_t definition is obtained in same
19225         mechanism system argz.h would have.
19226         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
19227         argz facilities are known bad.  Err on the side of caution if
19228         cross-compiling.
19229
19230 2007-04-25  Eric Blake  <ebb9@byu.net>
19231
19232         * lib/fpurge.c (includes): Use stdlib.h for free.
19233         * tests/test-fflush.c (main): Also test fflush-fseeko.
19234
19235 2007-04-25  Bruno Haible  <bruno@clisp.org>
19236
19237         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
19238         * lib/fseeko.c: New file.
19239         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
19240         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
19241         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
19242         gl_FUNC_FSEEKO.
19243         (gl_FUNC_FSEEKO): Invoke it.
19244         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
19245         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
19246         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
19247
19248 2007-04-25  Bruno Haible  <bruno@clisp.org>
19249
19250         * modules/fflush (Depends-on): Add ftello.
19251
19252 2007-04-25  Bruno Haible  <bruno@clisp.org>
19253
19254         * modules/ftello-tests: New file.
19255         * tests/test-ftello.c: New file.
19256
19257         * modules/ftello: New file.
19258         * m4/ftello.m4: New file.
19259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
19260         HAVE_FTELLO.
19261         * lib/stdio_.h (ftello): New declaration.
19262         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
19263         HAVE_FTELLO.
19264
19265 2007-04-25  Bruno Haible  <bruno@clisp.org>
19266
19267         * modules/fseeko-tests: New file.
19268         * tests/test-fseeko.c: New file.
19269
19270         * modules/fseeko: New file.
19271         * m4/fseeko.m4: New file.
19272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
19273         HAVE_FSEEKO.
19274         * lib/stdio_.h (fseeko): New declaration.
19275         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
19276         HAVE_FSEEKO.
19277
19278 2007-04-25  Bruno Haible  <bruno@clisp.org>
19279
19280         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
19281
19282 2007-04-25  Bruno Haible  <bruno@clisp.org>
19283
19284         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
19285         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
19286         * tests/test-unistd.c: Likewise.
19287         * tests/test-fcntl.c: Likewise.
19288
19289 2007-04-23  Eric Blake  <ebb9@byu.net>
19290
19291         * lib/fflush.c: Fix missing include.
19292         Reported by Bruno Haible.
19293
19294 2007-04-23  Bruno Haible  <bruno@clisp.org>
19295
19296         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
19297         Reported by Eric Blake.
19298
19299 2007-04-23  Bruno Haible  <bruno@clisp.org>
19300
19301         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
19302
19303 2007-04-23  Bruno Haible  <bruno@clisp.org>
19304
19305         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
19306
19307 2007-04-23  Bruno Haible  <bruno@clisp.org>
19308
19309         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
19310         Needed on HP-UX 11.
19311
19312 2007-04-16  Eric Blake  <ebb9@byu.net>
19313
19314         Make fflush rely on fpurge.
19315         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
19316         open coding all variants.
19317         * modules/fflush (Depends-on): Add fpurge and unistd.
19318         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
19319         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
19320
19321         Fix --with-tests compilation on cygwin.
19322         * modules/argmatch-tests (Makefile.am): List gnulib library first
19323         in LDADD.
19324         * modules/argp-tests (Makefile.am): Likewise.
19325         * modules/array-list-tests (Makefile.am): Likewise.
19326         * modules/array-oset-tests (Makefile.am): Likewise.
19327         * modules/avltree-list-tests (Makefile.am): Likewise.
19328         * modules/avltree-oset-tests (Makefile.am): Likewise.
19329         * modules/avltreehash-list-tests (Makefile.am): Likewise.
19330         * modules/carray-list-tests (Makefile.am): Likewise.
19331         * modules/dirname-tests (Makefile.am): Likewise.
19332         * modules/frexp-tests (Makefile.am): Likewise.
19333         * modules/isnanl-tests (Makefile.am): Likewise.
19334         * modules/linked-list-tests (Makefile.am): Likewise.
19335         * modules/linkedhash-list-tests (Makefile.am): Likewise.
19336         * modules/lock-tests (Makefile.am): Likewise.
19337         * modules/rbtree-list-tests (Makefile.am): Likewise.
19338         * modules/rbtree-oset-tests (Makefile.am): Likewise.
19339         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
19340         * modules/tls-tests (Makefile.am): Likewise.
19341         * modules/tsearch-tests (Makefile.am): Likewise.
19342         * modules/xvasprintf-tests (Makefile.am): Likewise.
19343
19344         Fix fpurge for cygwin.
19345         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
19346         value.
19347         * modules/fpurge-tests (Depends-on): Clean up trash.
19348
19349 2007-04-16  Simon Josefsson  <simon@josefsson.org>
19350
19351         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
19352
19353         * m4/autobuild.m4: Re-indent.
19354
19355 2007-04-13  Bruno Haible  <bruno@clisp.org>
19356
19357         * modules/fpurge-tests: New file.
19358         * tests/test-fpurge.c: New file.
19359
19360         * modules/fpurge: New file.
19361         * lib/fpurge.h: New file.
19362         * lib/fpurge.c: New file.
19363         * m4/fpurge.m4: New file.
19364
19365 2007-04-13  Bruno Haible  <bruno@clisp.org>
19366
19367         * modules/fbufmode-tests: New file.
19368         * tests/test-fbufmode.c: New file.
19369
19370         * modules/fbufmode: New file.
19371         * lib/fbufmode.h: New file.
19372         * lib/fbufmode.c: New file.
19373         * m4/fbufmode.m4: New file.
19374
19375 2007-04-13  Bruno Haible  <bruno@clisp.org>
19376
19377         * modules/fwritable-tests: New file.
19378         * tests/test-fwritable.c: New file.
19379
19380         * modules/fwritable: New file.
19381         * lib/fwritable.h: New file.
19382         * lib/fwritable.c: New file.
19383         * m4/fwritable.m4: New file.
19384
19385 2007-04-13  Bruno Haible  <bruno@clisp.org>
19386
19387         * modules/freadable-tests: New file.
19388         * tests/test-freadable.c: New file.
19389
19390         * modules/freadable: New file.
19391         * lib/freadable.h: New file.
19392         * lib/freadable.c: New file.
19393         * m4/freadable.m4: New file.
19394
19395 2007-04-13  Bruno Haible  <bruno@clisp.org>
19396
19397         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
19398         MOSTLYCLEANFILES.
19399
19400 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
19403         gzip bootstrap.conf to avoid dragging in i18n machinery.
19404         (gnulib_tool_option): Use it.
19405
19406 2007-04-13  Bruno Haible  <bruno@clisp.org>
19407
19408         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
19409         %F directives.
19410         * tests/test-vasprintf-posix.c (test_function): Likewise.
19411         * tests/test-snprintf-posix.h (test_function): Likewise.
19412         * tests/test-sprintf-posix.h (test_function): Likewise.
19413         * tests/test-fprintf-posix.h (test_function): Likewise.
19414         * tests/test-printf-posix.h (test_function): Likewise.
19415         * tests/test-fprintf-posix.out: Likewise.
19416
19417 2007-04-13  Bruno Haible  <bruno@clisp.org>
19418
19419         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
19420         * modules/tls-tests (configure.ac): Likewise.
19421         Reported by Arto C. Nirkko <anirkko@insel.ch>.
19422
19423 2007-04-13  Bruno Haible  <bruno@clisp.org>
19424
19425         * lib/tls.c (glthread_tls_get): Fix return type.
19426         Patch by Arto C. Nirkko <anirkko@insel.ch>.
19427
19428 2007-04-12  Eric Blake  <ebb9@byu.net>
19429
19430         * modules/gettime (Depends-on): Remove gettime.
19431         Reported by Dmitry V. Levin.
19432
19433 2007-04-12  Bruno Haible  <bruno@clisp.org>
19434
19435         * modules/fflush (Include): Mention <stdio.h>.
19436         * modules/strtoimax (Include): Mention <inttypes.h>.
19437         * modules/strtoumax (Include): Likewise.
19438
19439 2007-04-12  Eric Blake  <ebb9@byu.net>
19440
19441         * .cvsignore: New file.
19442         * .gitignore: Likewise.
19443
19444 2007-04-12  Bruno Haible  <bruno@clisp.org>
19445
19446         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
19447         not before, since $(LDADD) often contains libgnu.a.
19448         * modules/striconv-tests (test_striconv_LDADD): Likewise.
19449         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
19450         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
19451         Needed on Cygwin.
19452
19453 2007-04-12  Eric Blake  <ebb9@byu.net>
19454
19455         Work around glibc's failure to flush stdin on fclose.
19456         * lib/closein.c (close_stdin): Flush stdin before closing.
19457
19458         Work around glibc's failure to reset seekable stdin on exit.
19459         * modules/closein: New module.
19460         * lib/closein.c: New file.
19461         * lib/closein.h: Likewise.
19462         * m4/closein.m4: Likewise.
19463         * MODULES.html.sh (File stream based Input/Output): Document it.
19464
19465 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19466
19467         * gnulib-tool: Rename generated 'autobuild' script to
19468         'do-autobuild' in --create-megatestdir output.
19469
19470         * doc/gnulib.texi (Build robot for gnulib): Fix.
19471
19472 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19473
19474         * modules/sysexits (Depends-on): Add absolute-header.
19475
19476 2007-04-12  Eric Blake  <ebb9@byu.net>
19477
19478         No need to preserve errno on success.
19479         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
19480         Reported by Bruno Haible.
19481
19482 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19483
19484         * MODULES.html.sh (Support for maintaining and releasing
19485         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
19486
19487 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19488
19489         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
19490
19491 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19492
19493         * modules/autobuild: New module.
19494
19495         * m4/autobuild.m4: New file.
19496
19497 2007-04-11  Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
19500         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
19501         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
19502         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
19503         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19504         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19505         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19506         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19507         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19508         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19509         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
19510         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19511         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19512         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
19513         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19514         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19515         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
19516         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19517         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19518         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
19519         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19520         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19521         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
19522         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19523         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19524         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
19525         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
19526         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19527         Reported by Eric Blake.
19528
19529 2007-04-11  Bruno Haible  <bruno@clisp.org>
19530
19531         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
19532
19533 2007-04-10  Bruno Haible  <bruno@clisp.org>
19534
19535         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
19536         for NaN and Infinity. Needed on FreeBSD 6.1.
19537         * tests/test-vasnprintf-posix.c (test_function): Undo last change
19538         regarding results for "%010a" of Infinity and NaN.
19539         * tests/test-vasprintf-posix.c (test_function): Likewise.
19540         * tests/test-snprintf-posix.h (test_function): Likewise.
19541         * tests/test-sprintf-posix.h (test_function): Likewise.
19542         * tests/test-fprintf-posix.h (test_function): Likewise.
19543         * tests/test-printf-posix.h (test_function): Likewise.
19544         * tests/test-fprintf-posix.out: Likewise.
19545
19546 2007-04-10  Bruno Haible  <bruno@clisp.org>
19547
19548         * modules/locale-tests: New file.
19549         * tests/test-locale.c: New file.
19550
19551         * modules/locale: New file.
19552         * lib/locale_.h: New file.
19553         * m4/locale_h.m4: New file.
19554
19555 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
19556             Bruno Haible  <bruno@clisp.org>
19557
19558         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
19559         be determined, test for availability of the copysignf, copysign,
19560         copysignl functions.
19561         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
19562         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
19563         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
19564
19565 2007-04-09  Eric Blake  <ebb9@byu.net>
19566
19567         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
19568         * modules/stdio (Makefile.am): Support fflush.
19569         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19570         * modules/fflush: New file.
19571         * lib/fflush.c: Likewise.
19572         * m4/fflush.m4: Likewise.
19573         * modules/fflush-tests: New test.
19574         * tests/test-fflush.c: Likewise.
19575         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
19576
19577 2007-04-06  Bruno Haible  <bruno@clisp.org>
19578
19579         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
19580         (VASNPRINTF): Use signbit for faster determination whether to print a
19581         minus sign.
19582         * modules/vasnprintf (Files): Remove lib/float+.h.
19583         * modules/fprintf-posix (Depends-on): Add signbit.
19584         * modules/snprintf-posix (Depends-on): Likewise.
19585         * modules/sprintf-posix (Depends-on): Likewise.
19586         * modules/vasnprintf-posix (Depends-on): Likewise.
19587         * modules/vasprintf-posix (Depends-on): Likewise.
19588         * modules/vfprintf-posix (Depends-on): Likewise.
19589         * modules/vsnprintf-posix (Depends-on): Likewise.
19590         * modules/vsprintf-posix (Depends-on): Likewise.
19591
19592 2007-04-06  Bruno Haible  <bruno@clisp.org>
19593
19594         * tests/test-frexp.c (main): Test also the sign bit of zero results.
19595         * tests/test-frexpl.c (main): Likewise.
19596         * tests/test-ldexpl.c (main): Likewise.
19597         * modules/frexp-tests (Depends-on): Add signbit.
19598         * modules/frexpl-tests (Depdends-on): Likewise.
19599         * modules/ldexpl-tests (Depdends-on): Likewise.
19600
19601 2007-04-06  Bruno Haible  <bruno@clisp.org>
19602
19603         * modules/signbit-tests: New file.
19604         * tests/test-signbit.c: New file.
19605
19606         * modules/signbit: New file.
19607         * lib/signbitf.c: New file.
19608         * lib/signbitd.c: New file.
19609         * lib/signbitl.c: New file.
19610         * m4/signbit.m4: New file.
19611         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
19612         (signbit): New macro.
19613         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
19614         REPLACE_SIGNBIT.
19615         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
19616         REPLACE_FREXPL into math.h.
19617
19618 2007-04-06  Bruno Haible  <bruno@clisp.org>
19619
19620         * modules/isnanf-nolibm-tests: New file.
19621         * tests/test-isnanf.c: New file.
19622
19623         * modules/isnanf-nolibm: New file.
19624         * lib/isnanf.h: New file.
19625         * lib/isnanf.c: New file.
19626         * lib/isnan.c: Consider the USE_FLOAT macro.
19627         * m4/isnanf.m4: New file.
19628
19629 2007-04-06  Bruno Haible  <bruno@clisp.org>
19630
19631         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
19632         (Link): New section.
19633
19634         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
19635
19636 2007-04-06  Bruno Haible  <bruno@clisp.org>
19637
19638         Assume the 'long double' type.
19639         * m4/longdouble.m4: Remove file.
19640         * config/srclist.txt: Don't mention longdouble.m4.
19641         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
19642         * lib/float+.h: Likewise.
19643         * lib/frexp.c: Likewise.
19644         * lib/printf-args.h: Likewise.
19645         * lib/printf-args.c: Likewise.
19646         * lib/printf-frexp.c: Likewise.
19647         * lib/printf-parse.c: Likewise.
19648         * lib/vasnprintf.c: Likewise.
19649         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
19650         * m4/intl.m4: Likewise.
19651         * m4/isnanl.m4: Likewise.
19652         * m4/printf.m4: Likewise.
19653         * m4/printf-frexpl.m4: Likewise.
19654         * m4/vasnprintf.m4: Likewise.
19655         * modules/allocsa (Files): Remove m4/longdouble.m4.
19656         * modules/gettext (Files): Likewise.
19657         * modules/relocatable-prog-wrapper (Files): Likewise.
19658         * modules/vasnprintf (Files): Likewise.
19659         * modules/isnanl (Files): Likewise.
19660         (Include): Simplify.
19661         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
19662         (Include): Simplify.
19663         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
19664         (Include): Simplify.
19665         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
19666         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19667         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
19668         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19669         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19670         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19671         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
19672         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19673         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
19674         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19675         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
19676         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
19677         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
19678         * tests/test-isnanl.c: Likewise.
19679         * tests/test-snprintf-posix.h: Likewise.
19680         * tests/test-sprintf-posix.h: Likewise.
19681         * tests/test-vasnprintf-posix.c: Likewise.
19682         * tests/test-vasnprintf-posix2.c: Likewise.
19683         * tests/test-vasprintf-posix.c: Likewise.
19684
19685 2007-04-06  Bruno Haible  <bruno@clisp.org>
19686
19687         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
19688         * lib/math_.h [__DECC]: Include the overridden include file through
19689         #include_next, outside the double-inclusion guard.
19690         * lib/stdio_.h [__DECC]: Likewise.
19691         * lib/stdlib_.h [__DECC]: Likewise.
19692         * lib/string_.h [__DECC]: Likewise.
19693         * lib/time_.h [__DECC]: Likewise.
19694         * lib/wchar_.h [__DECC]: Likewise.
19695         * lib/wctype_.h [__DECC]: Likewise.
19696         * lib/inttypes_.h [__DECC]: Likewise.
19697         Reported by Albert Chin <china@thewrittenword.com> in
19698         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
19699
19700 2007-04-04  Eric Blake  <ebb9@byu.net>
19701
19702         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
19703         1.5.x.
19704
19705 2007-04-04  Bruno Haible  <bruno@clisp.org>
19706
19707         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
19708         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
19709
19710 2007-04-04  Bruno Haible  <bruno@clisp.org>
19711
19712         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
19713         results for "%010a" of Infinity and NaN.
19714         * tests/test-vasprintf-posix.c (test_function): Likewise.
19715         * tests/test-snprintf-posix.h (test_function): Likewise.
19716         * tests/test-sprintf-posix.h (test_function): Likewise.
19717         * tests/test-fprintf-posix.h (test_function): Remove these tests.
19718         * tests/test-printf-posix.h (test_function): Likewise.
19719         * tests/test-fprintf-posix.out: Update.
19720         Needed for FreeBSD 6.1.
19721
19722 2007-04-04  Bruno Haible  <bruno@clisp.org>
19723
19724         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
19725         directly used by the gnulib modules nor by gnulib-tool.
19726
19727 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
19728
19729         * DEPENDENCIES: Give overall description of version dependency
19730         desirability.  Use more-typical names for apps.
19731         Add shell, coreutils, diffutils, grep, tar, gzip.
19732
19733 2007-04-04  Simon Josefsson  <simon@josefsson.org>
19734
19735         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
19736
19737 2007-04-04  Karl Berry  <karl@gnu.org>
19738
19739         * MODULES.html.sh (func_module): missing '.
19740
19741 2007-04-03  Bruno Haible  <bruno@clisp.org>
19742
19743         * modules/argmatch-tests (Makefile.am): New variable
19744         test_argmatch_LDADD.
19745         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
19746         * modules/array-list-tests (Makefile.am): New variable
19747         test_array_list_LDADD.
19748         * modules/array-oset-tests (Makefile.am): New variable
19749         test_array_oset_LDADD.
19750         * modules/avltree-list-tests (Makefile.am): New variable
19751         test_avltree_list_LDADD.
19752         * modules/avltree-oset-tests (Makefile.am): New variable
19753         test_avltree_oset_LDADD.
19754         * modules/avltreehash-list-tests (Makefile.am): New variable
19755         test_avltreehash_list_LDADD.
19756         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
19757         test_canonicalize_lgpl_LDADD.
19758         * modules/carray-list-tests (Makefile.am): New variable
19759         test_carray_list_LDADD.
19760         * modules/dirname-tests (Makefile.am): New variable
19761         test_dirname_LDADD.
19762         * modules/linked-list-tests (Makefile.am): New variable
19763         test_linked_list_LDADD.
19764         * modules/linkedhash-list-tests (Makefile.am): New variable
19765         test_linkedhash_list_LDADD.
19766         * modules/rbtree-list-tests (Makefile.am): New variable
19767         test_rbtree_list_LDADD.
19768         * modules/rbtree-oset-tests (Makefile.am): New variable
19769         test_rbtree_oset_LDADD.
19770         * modules/rbtreehash-list-tests (Makefile.am): New variable
19771         test_rbtreehash_list_LDADD.
19772         * modules/xvasprintf-tests (Makefile.am): New variable
19773         test_xvasprintf_LDADD.
19774         Reported by Eric Blake.
19775
19776 2007-04-03  Eric Blake  <ebb9@byu.net>
19777
19778         * DEPENDENCIES: Weaken m4 requirements.
19779
19780 2007-04-03  Bruno Haible  <bruno@clisp.org>
19781
19782         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
19783         * modules/isnanl-tests (configure.ac): Likewise.
19784
19785 2007-04-03  Ben Pfaff  <blp@gnu.org>
19786
19787         * modules/iconv_open: Add $(srcdir)/ to source directory
19788         references in Makefile fragments that call gperf, to fix VPATH
19789         builds.
19790
19791 2007-04-03  Bruno Haible  <bruno@clisp.org>
19792
19793         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
19794         * lib/ldexpl.c: Undo last change.
19795
19796 2007-04-03  Bruno Haible  <bruno@clisp.org>
19797
19798         * modules/printf-frexpl (Depends-on): Undo last change.
19799         (Files): Add m4/ldexpl.m4.
19800
19801 2007-04-03  Bruno Haible  <bruno@clisp.org>
19802
19803         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
19804         * modules/isnanl (Link): New section.
19805
19806         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
19807         * modules/frexp (Link): New section.
19808
19809         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
19810         * modules/frexpl (Link): New section.
19811
19812         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
19813         * modules/ldexpl (Link): New section.
19814
19815 2007-04-03  Bruno Haible  <bruno@clisp.org>
19816
19817         * modules/TEMPLATE-EXTENDED: New file.
19818         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
19819
19820 2007-04-03  Bruno Haible  <bruno@clisp.org>
19821
19822         * DEPENDENCIES: New file.
19823         Suggested by Simon Josefsson.
19824
19825 2007-04-03  Bruno Haible  <bruno@clisp.org>
19826
19827         * doc/gnulib.texi: Escape @.
19828
19829 2007-04-03  James Youngman  <jay@gnu.org>
19830         and Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
19833         birthtime on all systems that have birthtime, not just those which
19834         use st_birthtimensec rather than st_birthtim.  Putting zero in
19835         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
19836         that the birth time is not available for files on an NFS mount.
19837
19838 2007-04-03  Simon Josefsson  <simon@josefsson.org>
19839
19840         * modules/memxor: Move back from crypto/, suggested by Bruno.
19841         * modules/crypto/hmac-sha1: Fix memxor dependency.
19842
19843         * modules/crypto/gc: Moved from ../.
19844
19845 2007-04-02  Eric Blake  <ebb9@byu.net>
19846
19847         * lib/ldexpl.c (includes): Avoid libm.
19848
19849         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
19850
19851 2007-04-02  Bruno Haible  <bruno@clisp.org>
19852
19853         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
19854         on IRIX.
19855
19856 2007-04-02  Bruno Haible  <bruno@clisp.org>
19857
19858         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
19859         x86 or x86_64 platforms running MacOS X.
19860         Reported by Ryan Schmidt <@ryandesign.com>.
19861
19862 2007-04-02  Bruno Haible  <bruno@clisp.org>
19863
19864         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
19865         i386.
19866
19867 2007-04-01  Simon Josefsson  <simon@josefsson.org>
19868
19869         * modules/crypto/arcfour: Moved from ../.
19870         * modules/crypto/arcfour-tests: Moved from ../.
19871         * modules/crypto/arctwo: Moved from ../.
19872         * modules/crypto/arctwo-tests: Moved from ../.
19873         * modules/crypto/des: Moved from ../.
19874         * modules/crypto/des-tests: Moved from ../.
19875         * modules/crypto/gc-arcfour: Moved from ../.
19876         * modules/crypto/gc-arcfour-tests: Moved from ../.
19877         * modules/crypto/gc-arctwo: Moved from ../.
19878         * modules/crypto/gc-arctwo-tests: Moved from ../.
19879         * modules/crypto/gc-des: Moved from ../.
19880         * modules/crypto/gc-des-tests: Moved from ../.
19881         * modules/crypto/gc-hmac-md5: Moved from ../.
19882         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
19883         * modules/crypto/gc-hmac-sha1: Moved from ../.
19884         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
19885         * modules/crypto/gc-md2: Moved from ../.
19886         * modules/crypto/gc-md2-tests: Moved from ../.
19887         * modules/crypto/gc-md4: Moved from ../.
19888         * modules/crypto/gc-md4-tests: Moved from ../.
19889         * modules/crypto/gc-md5: Moved from ../.
19890         * modules/crypto/gc-md5-tests: Moved from ../.
19891         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
19892         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
19893         * modules/crypto/gc-random: Moved from ../.
19894         * modules/crypto/gc-rijndael: Moved from ../.
19895         * modules/crypto/gc-rijndael-tests: Moved from ../.
19896         * modules/crypto/gc-sha1: Moved from ../.
19897         * modules/crypto/gc-sha1-tests: Moved from ../.
19898         * modules/crypto/gc-tests: Moved from ../.
19899         * modules/crypto/hmac-md5: Moved from ../.
19900         * modules/crypto/hmac-md5-tests: Moved from ../.
19901         * modules/crypto/hmac-sha1: Moved from ../.
19902         * modules/crypto/hmac-sha1-tests: Moved from ../.
19903         * modules/crypto/md2: Moved from ../.
19904         * modules/crypto/md2-tests: Moved from ../.
19905         * modules/crypto/md4: Moved from ../.
19906         * modules/crypto/md4-tests: Moved from ../.
19907         * modules/crypto/md5: Moved from ../.
19908         * modules/crypto/md5-tests: Moved from ../.
19909         * modules/crypto/memxor: Moved from ../.
19910         * modules/crypto/rijndael: Moved from ../.
19911         * modules/crypto/rijndael-tests: Moved from ../.
19912         * modules/crypto/sha1: Moved from ../.
19913
19914 2007-03-30  James Youngman  <jay@gnu.org>
19915
19916         * tests/test-stat-time.c (prepare_test): use chmod() rather than
19917         rename() to change the ctime of a file (because ctime is unaffected
19918         by rename on jfs2 on AIX 5.1).
19919         (main): Start by doing cleanup, in case a previous run failed leaving
19920         test files behind.
19921
19922 2007-03-31  Bruno Haible  <bruno@clisp.org>
19923
19924         Support old proprietary implementations of iconv.
19925         * modules/iconv_open: New file.
19926         * lib/iconv_.h: New file.
19927         * m4/iconv_h.m4: New file.
19928         * lib/iconv_open.c: New file.
19929         * lib/iconv_open-aix.gperf: New file.
19930         * lib/iconv_open-hpux.gperf: New file.
19931         * lib/iconv_open-irix.gperf: New file.
19932         * lib/iconv_open-osf.gperf: New file.
19933         * m4/iconv_open.m4: New file.
19934         * modules/linebreak (Depends-on): Add iconv_open.
19935         * modules/striconv (Depends-on): Likewise.
19936         * modules/striconveh (Depends-on): Likewise.
19937         * modules/unicodeio (Depends-on): Likewise.
19938         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
19939         (iconv_t)(-1).
19940         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
19941         conversion if cd is (iconv_t)(-1).
19942         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
19943         is not possible.
19944
19945 2007-03-31  Bruno Haible  <bruno@clisp.org>
19946
19947         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
19948         work on Solaris either. Protect also second use of "autodetect_jp".
19949
19950 2007-03-31  Bruno Haible  <bruno@clisp.org>
19951
19952         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
19953         the function is not present.
19954
19955 2007-03-31  Bruno Haible  <bruno@clisp.org>
19956
19957         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
19958         the function is not present.
19959
19960 2007-03-31  Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
19963         a bug in HP-UX iconv_open().
19964
19965 2007-03-31  Bruno Haible  <bruno@clisp.org>
19966
19967         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
19968         (Mathematics <math.h>): New section, add fpieee.
19969         (Input/output <stdio.h>): Add fseterr.
19970         (Mathematics <math.h>): New section, add printf-frexp.
19971         (Container data structures): Add sublist.
19972         (Core language properties): Add fpucw, inline.
19973         (Functions for greatest-width integer types <inttypes.h>): Add
19974         imaxabs, imaxdiv, inttypes.
19975         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
19976         isnanl-nolibm, ldexp.
19977         (Mathematics <math.h>): New section, add printf-frexpl.
19978         (Support for systems lacking POSIX:2001): Add fprintf-posix,
19979         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
19980         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
19981         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
19982         (Unicode string functions): Add unistr/u*-mbtoucr.
19983         (Java): Add javacomp-script, javaexec-script.
19984         (C#): Add csharpcomp-script, csharpexec-script.
19985         (Support for building libraries and executables): Add havelib,
19986         relocatable-*.
19987         (Support for maintaining and releasing projects): Renamed from
19988         'Support for maintaining and release projects'. Add announce-gen.
19989
19990 2007-03-31  Bruno Haible  <bruno@clisp.org>
19991
19992         * README: Talk primarily about git.
19993         (git and CVS): Renamed from CVS.
19994         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
19995         gnulib is available through git.
19996         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
19997
19998 2007-03-30  Bruno Haible  <bruno@clisp.org>
19999
20000         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
20001         * lib/poll_.h: Likewise.
20002         * lib/stat_.h: Likewise.
20003         * lib/sys_time_.h: Likewise.
20004         * lib/sysexit_.h: Likewise.
20005         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
20006         * lib/stdbool_.h: Likewise.
20007         * lib/byteswap_.h: Add double-inclusion guard.
20008
20009 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
20010
20011         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
20012
20013 2007-03-30  Karl Berry  <karl@gnu.org>
20014
20015         * config/srclist-update: double space after USA in the license
20016         substitution, since that's how it's usually (?) written.
20017
20018 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20019
20020         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
20021         reported by Bruno Haible.
20022
20023 2007-03-29  Bruno Haible  <bruno@clisp.org>
20024
20025         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
20026         a bug in AIX iconv().
20027
20028 2007-03-29  Bruno Haible  <bruno@clisp.org>
20029
20030         * modules/ldexpl-tests: New file.
20031         * tests/test-ldexpl.c: New file.
20032
20033 2007-03-29  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/ldexpl.c: Include fpucw.h.
20036         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
20037         multiplication.
20038         * modules/ldexpl (Depends-on): Add fpucw.
20039
20040 2007-03-29  Bruno Haible  <bruno@clisp.org>
20041
20042         * modules/ldexpl: New file.
20043         * m4/ldexpl.m4: New file.
20044         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
20045         set.
20046         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
20047         REPLACE_LDEXPL.
20048         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
20049         REPLACE_LDEXPL.
20050         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
20051         gl_FUNC_LDEXPL_WORKS.
20052         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
20053         * modules/mathl (Files): Remove lib/ldexpl.c.
20054         (Depends-on): Add ldexpl.
20055
20056 2007-03-29  Bruno Haible  <bruno@clisp.org>
20057
20058         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
20059
20060 2007-03-29  Bruno Haible  <bruno@clisp.org>
20061
20062         * tests/test-striconveh.c (main): Don't assume that a direct conversion
20063         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
20064         and possibly also HP-UX.
20065         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
20066         work on AIX, IRIX, HP-UX, OSF/1.
20067         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
20068         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
20069         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
20070         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
20071         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
20072         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
20073
20074 2007-03-29  Bruno Haible  <bruno@clisp.org>
20075
20076         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
20077
20078 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20079
20080         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
20081         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
20082
20083 2007-03-29  Eric Blake  <ebb9@byu.net>
20084
20085         * lib/acl-internal.h: Remove redundant include.
20086         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
20087         Cygwin when a file is locked.
20088
20089 2007-03-29  Bruno Haible  <bruno@clisp.org>
20090
20091         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
20092         file.
20093         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
20094
20095 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
20096
20097         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
20098         try to remove a parent directory if the child couldn't be removed
20099         (except for the first rmdir, which could fail because the child
20100         doesn't exist).  Problem reported by Jeff Blaine in
20101         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
20102
20103 2007-03-28  Bruno Haible  <bruno@clisp.org>
20104
20105         * lib/striconveh.c (utf8conv_carefully): New function.
20106         (mem_cd_iconveh_internal): Invoke it.
20107
20108 2007-03-28  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
20111         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
20112         input.
20113         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
20114         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
20115         unistr/u8-uctomb.
20116
20117 2007-03-28  Bruno Haible  <bruno@clisp.org>
20118
20119         * modules/unistr/u8-mbtoucr: New file.
20120         * lib/unistr/u8-mbtoucr.c: New file.
20121         * modules/unistr/u16-mbtoucr: New file.
20122         * lib/unistr/u16-mbtoucr.c: New file.
20123         * modules/unistr/u16-mbtoucr: New file.
20124         * lib/unistr/u16-mbtoucr.c: New file.
20125         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
20126
20127 2007-03-27  Simon Josefsson  <simon@josefsson.org>
20128             Bruno Haible  <bruno@clisp.org>
20129
20130         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
20131         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
20132         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
20133
20134         * m4/stdio_h.m4: Add stubs for vasprintf too.
20135
20136         * modules/stdio: Support vasprintf in sed command.
20137
20138         * modules/vasprintf: Depend on stdio for prototypes.  Remove
20139         vasprintf.h.  Add stdio module indicator.
20140
20141         * lib/stdio_.h: Declare asprintf and vasprintf, based on
20142         vasprintf.h.
20143
20144         * lib/vasprintf.h: File removed.
20145
20146         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
20147         * lib/vasprintf.c: Ditto.
20148         * lib/xvasprintf.c: Ditto.
20149         * tests/test-vasprintf-posix.c: Ditto.
20150         * tests/test-vasprintf.c: Ditto.
20151
20152 2007-03-27  Bruno Haible  <bruno@clisp.org>
20153
20154         Make vasnprintf multithread-safe.
20155         * lib/vasnprintf.c (decimal_point_char): New function.
20156         (VASNPRINTF): Use it.
20157         Suggested by Simon Josefsson.
20158
20159 2007-03-27  Eric Blake  <ebb9@byu.net>
20160
20161         Support sub-second birthtime on cygwin.
20162         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
20163         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
20164         (get_stat_birthtime): Also work with st_birthtim.
20165
20166 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
20167
20168         * lib/stat-time.h (USE_BIRTHTIME): Remove.
20169         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
20170         (get_stat_birthtime_ns): Do not try to use "spare" fields.
20171         (get_stat_birthtime_ns): Simplify compile-time tests.
20172         (get_stat_birthtime): Change the API to look like
20173         get_stat_mtime etc., except return a negative tv_nsec on error.
20174         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
20175         Don't check for "spare" fields.
20176         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
20177         or for struct stat.st_birthtime, as these tests aren't used.
20178         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
20179
20180 2007-03-27  Bruno Haible  <bruno@clisp.org>
20181
20182         * lib/stat-time.h: Include <sys/stat.h>.
20183
20184 2007-03-27  James Youngman  <jay@gnu.org>
20185
20186         * lib/stat-time.h (get_stat_birthtime): New function for
20187           retrieving st_birthtime as provided by UFS2 (hence *BSD).
20188         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
20189           and its variants.
20190         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
20191         * modules/stat-time-test: New file.
20192         * tests/test-stat-time.c: New test, devised by Bruno Haible.
20193
20194 2007-03-26  Bruno Haible  <bruno@clisp.org>
20195
20196         Better support of signalling NaNs.
20197         * lib/atanl.c: Include isnanl.h.
20198         (atanl): Perform test for NaN at the beginning of the function and
20199         through a call to isnanl.
20200         * lib/cosl.c: Include isnanl.h.
20201         (cosl): Perform test for NaN at the beginning of the function and
20202         through a call to isnanl.
20203         * lib/ldexpl.c: Include isnanl.h.
20204         (ldexpl): Perform test for NaN through a call to isnanl.
20205         * lib/logl.c: Include isnanl.h.
20206         (logl): Perform test for NaN at the beginning of the function and
20207         through a call to isnanl.
20208         * lib/sinl.c: Include isnanl.h.
20209         (sinl): Perform test for NaN at the beginning of the function and
20210         through a call to isnanl.
20211         * lib/sqrtl.c: Include isnanl.h.
20212         (sqrtl): Perform test for NaN at the beginning of the function and
20213         through a call to isnanl.
20214         * lib/tanl.c: Include isnanl.h.
20215         (tanl): Perform test for NaN at the beginning of the function and
20216         through a call to isnanl.
20217         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
20218         * modules/mathl (Depends-on): Add isnanl.
20219
20220 2007-03-26  Eric Blake  <ebb9@byu.net>
20221
20222         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
20223         regression in logic sense of previous patch.
20224
20225 2007-03-26  Bruno Haible  <bruno@clisp.org>
20226
20227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
20228         unportable shell command "if ! ...".
20229         Reported by Ralf Wildenhues.
20230
20231 2007-03-25  Bruno Haible  <bruno@clisp.org>
20232
20233         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
20234         <sysexits.h> file, and only add EX_CONFIG.
20235         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
20236         absolute file name and whether it is sufficient. Substitute also
20237         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
20238         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
20239         ABSOLUTE_SYSEXITS_H into sysexits.h.
20240
20241 2007-03-25  Bruno Haible  <bruno@clisp.org>
20242
20243         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
20244         hints is NULL.
20245
20246 2007-03-25  Bruno Haible  <bruno@clisp.org>
20247
20248         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
20249         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
20250
20251 2007-03-25  Bruno Haible  <bruno@clisp.org>
20252
20253         * lib/vasnprintf.c: Include langinfo.h.
20254         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
20255         multithread-safe.
20256         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
20257         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
20258         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20259         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20260         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20261         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20262         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20263         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
20264         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20265         Reported by Simon Josefsson.
20266
20267 2007-03-25  Bruno Haible  <bruno@clisp.org>
20268
20269         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
20270         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
20271         * modules/vasnprintf (Depends-on): Add stdint.
20272
20273 2007-03-25  Bruno Haible  <bruno@clisp.org>
20274
20275         * modules/fpieee: New file.
20276         * m4/fpieee.m4: New file.
20277         * modules/isnan-nolibm (Depends-on): Add fpieee.
20278         * modules/isnanl-nolibm (Depends-on): Add fpieee.
20279         * modules/isnanl (Depends-on): Add fpieee.
20280
20281 2007-03-25  Bruno Haible  <bruno@clisp.org>
20282
20283         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
20284
20285 2007-03-25  Bruno Haible  <bruno@clisp.org>
20286
20287         Avoid test failures on IRIX 6.5.
20288         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
20289         (main): Use it.
20290         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
20291         macros.
20292         (main): Use them.
20293
20294 2007-03-25  Bruno Haible  <bruno@clisp.org>
20295
20296         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
20297         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
20298         exists but doesn't work.
20299         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
20300         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
20301         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
20302         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
20303
20304 2007-03-25  Bruno Haible  <bruno@clisp.org>
20305
20306         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
20307         returns inf. Needed on IRIX 6.5.
20308
20309 2007-03-25  Bruno Haible  <bruno@clisp.org>
20310
20311         * tests/test-frexpl.c: Include isnanl-nolibm.h.
20312         (main): Use isnanl instead of x != x idiom.
20313         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
20314
20315         * tests/test-frexp.c: Include isnan.h.
20316         (main): Use isnan instead of x != x idiom.
20317         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
20318
20319 2007-03-25  Bruno Haible  <bruno@clisp.org>
20320
20321         * tests/test-frexp.c (NaN): New function/macro.
20322         (main): Use it instead of 0.0 / 0.0.
20323         * tests/test-isnan.c (NaN): New function/macro.
20324         (main): Use it instead of 0.0 / 0.0.
20325         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
20326         (test_function): Use it instead of 0.0 / 0.0.
20327         * tests/test-vasprintf-posix.c (NaN): New function/macro.
20328         (test_function): Use it instead of 0.0 / 0.0.
20329         * tests/test-snprintf-posix.h (NaN): New function/macro.
20330         (test_function): Use it instead of 0.0 / 0.0.
20331         * tests/test-sprintf-posix.h (NaN): New function/macro.
20332         (test_function): Use it instead of 0.0 / 0.0.
20333         * tests/test-fprintf-posix.h (NaN): New function/macro.
20334         (test_function): Use it instead of 0.0 / 0.0.
20335         * tests/test-printf-posix.h (NaN): New function/macro.
20336         (test_function): Use it instead of 0.0 / 0.0.
20337
20338         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
20339
20340 2007-03-25  Bruno Haible  <bruno@clisp.org>
20341
20342         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
20343
20344 2007-03-25  Bruno Haible  <bruno@clisp.org>
20345
20346         * lib/regexec.c (merge_state_with_log): Make static.
20347
20348 2007-03-25  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/trigl.c (kernel_rem_pio2): Make static.
20351
20352 2007-03-25  Bruno Haible  <bruno@clisp.org>
20353
20354         * lib/sincosl.c (sincosl_table): Make static.
20355
20356 2007-03-25  Bruno Haible  <bruno@clisp.org>
20357
20358         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
20359         if the compiler does not support C99.
20360
20361 2007-03-25  Bruno Haible  <bruno@clisp.org>
20362
20363         * modules/time (Makefile.am): Ensure all rule action lines start with a
20364         tab.
20365
20366 2007-03-24  Bruno Haible  <bruno@clisp.org>
20367
20368         * modules/tsearch-tests: New file.
20369         * tests/test-tsearch.sh: New file.
20370         * tests/test-tsearch.c: New file, mostly copied from glibc.
20371
20372         * modules/search-tests: New file.
20373         * tests/test-search.c: New file.
20374
20375         * modules/search: New file.
20376         * lib/search_.h: New file, incorporating lib/tsearch.h.
20377         * m4/search_h.m4: New file.
20378         * lib/tsearch.h: Remove file.
20379         * lib/tsearch.c: Include search.h instead of tsearch.h.
20380         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
20381         HAVE_TSEARCH.
20382         * modules/tsearch (Files): Remove lib/tsearch.h.
20383         (Depends-on): Add search.
20384         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
20385         (Include): Change tsearch.h into search.h.
20386
20387 2007-03-24  Bruno Haible  <bruno@clisp.org>
20388
20389         * modules/fpucw: New file.
20390         * lib/fpucw.h: New file.
20391         * lib/frexp.c: Include fpucw.h.
20392         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20393         (FUNC): Use them.
20394         * lib/printf-frexp.c: Include fpucw.h.
20395         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
20396         (FUNC): Use them.
20397         * lib/vasnprintf.c: Include fpucw.h.
20398         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
20399         'long double' calculations.
20400         * tests/test-frexpl.c: Include fpucw.h.
20401         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20402         * tests/test-printf-frexpl.c: Include fpucw.h.
20403         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
20404         * modules/frexpl (Depends-on): Add fpucw.
20405         * modules/printf-frexpl (Depends-on): Likewise.
20406         * modules/fprintf-posix (Depends-on): Likewise.
20407         * modules/snprintf-posix (Depends-on): Likewise.
20408         * modules/sprintf-posix (Depends-on): Likewise.
20409         * modules/vasnprintf-posix (Depends-on): Likewise.
20410         * modules/vasprintf-posix (Depends-on): Likewise.
20411         * modules/vfprintf-posix (Depends-on): Likewise.
20412         * modules/vsnprintf-posix (Depends-on): Likewise.
20413         * modules/vsprintf-posix (Depends-on): Likewise.
20414         * modules/frexpl-tests (Depends-on): Likewise.
20415         * modules/printf-frexpl-tests (Depends-on): Likewise.
20416
20417 2007-03-24  Bruno Haible  <bruno@clisp.org>
20418
20419         * lib/float+.h: New file.
20420         * lib/isnan.c: Include float+.h.
20421         (SIZE): New macro.
20422         (FUNC): Compare only SIZE bytes of the value.
20423         * lib/vasnprintf.c: Include float+.h.
20424         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
20425         SIZEOF_LDBL or SIZEOF_DBL bytes.
20426         * modules/isnan-nolibm (Files): Add lib/float+.h.
20427         * modules/isnanl-nolibm (Files): Add lib/float+.h.
20428         * modules/isnanl (Files): Add lib/float+.h.
20429         * modules/vasnprintf (Files): Add lib/float+.h.
20430
20431 2007-03-24  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
20434         include isnanl-nolibm.h.
20435
20436 2007-03-24  Bruno Haible  <bruno@clisp.org>
20437
20438         * tests/test-read-file.c (main): Don't produce spurious output for
20439         expected situations. Make the test fail if it encountered unexpected
20440         results.
20441
20442 2007-03-24  Bruno Haible  <bruno@clisp.org>
20443
20444         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
20445         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
20446
20447 2007-03-24  Bruno Haible  <bruno@clisp.org>
20448
20449         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
20450
20451 2007-03-24  Bruno Haible  <bruno@clisp.org>
20452
20453         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
20454         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
20455
20456         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
20457         * modules/utf8-ucs4: Turn into a symbolic link to module
20458         unistr/u8-mbtouc.
20459
20460         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
20461         utf8-ucs4-unsafe.
20462         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
20463         unistr/u8-mbtouc-unsafe.
20464
20465         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
20466         * modules/utf16-ucs4: Turn into a symbolic link to module
20467         unistr/u16-mbtouc.
20468
20469         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
20470         utf16-ucs4-unsafe.
20471         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
20472         unistr/u16-mbtouc-unsafe.
20473
20474         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
20475         * modules/ucs4-utf8: Turn into a symbolic link to module
20476         unistr/u8-ubtomb.
20477
20478         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
20479         * modules/ucs4-utf16: Turn into a symbolic link to module
20480         unistr/u16-ubtomb.
20481
20482 2007-03-24  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
20485         Enable the function only if HAVE_INLINE.
20486         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
20487         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20488         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
20489         Enable the function only if HAVE_INLINE.
20490         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
20491         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
20492         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
20493         Enable the function only if HAVE_INLINE.
20494         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
20495         Enable the function only if HAVE_INLINE.
20496         * modules/utf8-ucs4: Update.
20497         * modules/utf8-ucs4-unsafe: Update.
20498         * modules/utf16-ucs4: Update.
20499         * modules/utf16-ucs4-unsafe: Update.
20500         * modules/ucs4-utf8: Update.
20501         * modules/ucs4-utf16: Update.
20502
20503 2007-03-24  Bruno Haible  <bruno@clisp.org>
20504
20505         * lib/utf8-ucs4.h: Remove file.
20506         * lib/utf8-ucs4-unsafe.h: Remove file.
20507         * lib/utf16-ucs4.h: Remove file.
20508         * lib/utf16-ucs4-unsafe.h: Remove file.
20509         * lib/ucs4-utf8.h: Remove file.
20510         * lib/ucs4-utf16.h: Remove file.
20511         * lib/unistr.h: Include their previous contents.
20512         * m4/utf-ucs4.m4: Remove file.
20513         * m4/ucs4-utf.m4: Remove file.
20514         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
20515         (Depends-on): Add unistr/base.
20516         (configure.ac): Remove gl_UTF_UCS4.
20517         (Makefile.am): Update.
20518         (Include): Change to unistr.h.
20519         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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/utf16-ucs4 (Files): Remove lib/utf16-ucs4.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-unsafe (Files): Remove lib/utf16-ucs4-unsafe.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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
20535         (Depends-on): Add unistr/base.
20536         (configure.ac): Remove gl_UCS4_UTF.
20537         (Makefile.am): Update.
20538         (Include): Change to unistr.h.
20539         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.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         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
20545         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
20546         utf8-ucs4-unsafe.h.
20547         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
20548         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
20549         utf16-ucs4-unsafe.h.
20550         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
20551         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
20552         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
20553         * lib/unistr/u8-strchr.c: Likewise.
20554         * lib/unistr/u8-strrchr.c: Likewise.
20555         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
20556         * lib/unistr/u16-strchr.c: Likewise.
20557         * lib/unistr/u16-strrchr.c: Likewise.
20558         * lib/striconveh.c: Update.
20559         * lib/linebreak.c: Update.
20560
20561 2007-03-24  Bruno Haible  <bruno@clisp.org>
20562
20563         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
20564         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
20565
20566 2007-03-22  Bruno Haible  <bruno@clisp.org>
20567
20568         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
20569
20570 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20571
20572         * MODULES.html.sh (File system functions): New module write-any-file.
20573         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
20574         * m4/write-any-file.m4: New files.
20575
20576 2007-03-23  Eric Blake  <ebb9@byu.net>
20577
20578         * gnulib-tool: Rearrange space-tab sequences, since some editors
20579         like to eat them.
20580
20581 2007-03-23  Eric Blake  <ebb9@byu.net>
20582
20583         * lib/version-etc.c (version_etc_va): Update license wording to
20584         be more concise.  Recommended by Richard Stallman.
20585
20586 2007-03-22  Bruno Haible  <bruno@clisp.org>
20587
20588         * lib/poll.c (MSG_PEEK): New fallback definition.
20589
20590 2007-03-22  Bruno Haible  <bruno@clisp.org>
20591
20592         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
20593         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
20594         (main): Update.
20595         Fixes a compilation error on BeOS.
20596
20597 2007-03-22  Bruno Haible  <bruno@clisp.org>
20598
20599         * modules/frexpl-tests: New file.
20600         * tests/test-frexpl.c: New file.
20601
20602         * modules/frexpl: New file.
20603         * m4/frexpl.m4: New file.
20604         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
20605         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
20606         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
20607         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
20608         (Depends-on): Add frexpl. Remove isnanl-nolibm.
20609         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
20610
20611 2007-03-22  Bruno Haible  <bruno@clisp.org>
20612
20613         * lib/frexpl.c: Share code with lib/frexp.c.
20614         * modules/mathl (Files): Add lib/frexp.c.
20615         (Depends-on): Add isnanl-nolibm.
20616
20617 2007-03-22  Bruno Haible  <bruno@clisp.org>
20618
20619         * modules/printf-frexp (Files): Add m4/frexp.m4.
20620         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
20621         only if the found frexp function actually works.
20622
20623 2007-03-22  Bruno Haible  <bruno@clisp.org>
20624
20625         * lib/frexp.c: Remove older implementation that uses divisions.
20626
20627 2007-03-21  Bruno Haible  <bruno@clisp.org>
20628
20629         * modules/frexp-tests: New file.
20630         * tests/test-frexp.c: New file.
20631
20632         * modules/frexp: New file.
20633         * lib/frexp.c: New file.
20634         * m4/frexp.m4: New file.
20635         * lib/math_.h (frexp): New declaration.
20636         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
20637         REPLACE_FREXP.
20638         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
20639
20640 2007-03-21  Bruno Haible  <bruno@clisp.org>
20641
20642         * modules/isnanl-tests: New file.
20643         * tests/test-isnanl.c: New file.
20644
20645         * modules/isnanl: New file.
20646         * lib/isnanl.h: New file.
20647         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
20648         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
20649         gl_FUNC_ISNANL_WORKS.
20650         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
20651         New macros.
20652
20653 2007-03-21  Bruno Haible  <bruno@clisp.org>
20654
20655         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
20656         lib/isnanl.h.
20657         (Include): Update.
20658         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
20659         * lib/vasnprintf.c: Update.
20660         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
20661         tests/test-isnanl.h, remove tests/test-isnanl.c.
20662         (Makefile.am): Update.
20663         * tests/test-isnanl-nolibm.c: New file.
20664         * tests/test-isnanl.h: New file.
20665         * tests/test-isnanl.c: Remove file.
20666
20667 2007-03-21  Jim Meyering  <jim@meyering.net>
20668
20669         When trying to open ".", treat ESTALE like EACCES.
20670         * lib/savewd.c (savewd_save): Resort to forking not just upon
20671         failure with EACCES, but also when errno is ESTALE.
20672
20673 2007-03-20  Bruno Haible  <bruno@clisp.org>
20674
20675         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
20676         Needed on AIX 5.1. Reported by Matthew Woehlke.
20677
20678 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20679
20680         Suggestions by Bruno Haible:
20681         * lib/acl-internal.h: Include "gettext.h" rather than rolling
20682         our own.
20683         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
20684         * modules/acl (Depends-on): Add gettext.
20685
20686 2007-03-19  Bruno Haible  <bruno@clisp.org>
20687
20688         * modules/iconvme: Remove file.
20689         * lib/iconvme.h: Remove file.
20690         * lib/iconvme.c: Remove file.
20691         * m4/iconvme.m4: Remove file.
20692
20693 2007-03-19  Bruno Haible  <bruno@clisp.org>
20694
20695         * doc/relocatable-maint.texi: Break long shell script line.
20696         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20697
20698 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20699
20700         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
20701         handle file_has_acl.
20702         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
20703         * lib/acl.c: Move header inclusions and related macro defns into
20704         lib/acl-internal.h.
20705         (S_ISLNK): Remove defn, since that's now done for us.
20706         (file_has_acl): Move to lib/file-has-acl.c.
20707         Call acl_trivial if available.  This is the crucial part of the fix.
20708         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
20709         shared within the library.  Rewrite a bit, partly to make it compatible
20710         with the GNU coding style.
20711         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
20712         Remove unnecessary double-quotes.
20713         Don't test for acl_to_text; the build will catch that.
20714         Replace acl_entries if it doesn't exist and it is needed.
20715         Check for -lsec and acl_trivial (as used on Solaris 10).
20716         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
20717         lib/file-has-acl.c.
20718         (Depends-on): Add sys_stat, for S_ISLNK.
20719
20720 2007-03-19  Ben Pfaff  <blp@gnu.org>
20721
20722         * doc/gnulib.texi: Fix typos.
20723         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
20724
20725 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
20726
20727         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
20728         If size is zero here, buf must be zero.
20729
20730 2007-03-19  Simon Josefsson  <simon@josefsson.org>
20731
20732         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
20733         <bruno@clisp.org>.
20734
20735 2007-03-18  Bruno Haible  <bruno@clisp.org>
20736
20737         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
20738         Suggested by Eric Blake.
20739
20740 2007-03-18  Ben Pfaff  <blp@gnu.org>
20741
20742         * doc/relocatable.texi: Recommend using as prefix a directory
20743         that does not exist and will never be created.  Based on
20744         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
20745         and others.
20746
20747 2007-03-17  Bruno Haible  <bruno@clisp.org>
20748
20749         * lib/fchownat.c: Include lchown.h.
20750
20751 2007-03-17  Bruno Haible  <bruno@clisp.org>
20752
20753         Fix endless loop when the given allocated size was > INT_MAX.
20754         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
20755         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
20756         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
20757         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
20758         * lib/sprintf.c (sprintf): Likewise.
20759
20760 2007-03-17  Bruno Haible  <bruno@clisp.org>
20761
20762         * tests/test-argp-2.sh (func_compare): Output a context diff.
20763
20764 2007-03-17  Bruno Haible  <bruno@clisp.org>
20765
20766         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
20767         locale's decimal-point character.
20768
20769 2007-03-17  Bruno Haible  <bruno@clisp.org>
20770
20771         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
20772         before comparing it. Needed because on some platforms (e.g. x86) a
20773         'long double' occupies less bytes than sizeof (long double).
20774
20775 2007-03-17  Bruno Haible  <bruno@clisp.org>
20776
20777         * tests/test-crc.c (main): Make printf statements 64-bit clean.
20778         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
20779         * tests/test-getaddrinfo.c (simple): Likewise.
20780         * tests/test-read-file.c (main): Likewise.
20781
20782 2007-03-17  Bruno Haible  <bruno@clisp.org>
20783
20784         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
20785
20786 2007-03-17  Bruno Haible  <bruno@clisp.org>
20787
20788         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
20789         unused variable.
20790
20791 2007-03-17  Bruno Haible  <bruno@clisp.org>
20792
20793         * tests/test-c-strcasecmp.c: Include c-strcase.h.
20794         * tests/test-c-strncasecmp.c: Likewise.
20795
20796 2007-03-17  Bruno Haible  <bruno@clisp.org>
20797
20798         * modules/stdlib (Depends-on): Add unistd.
20799         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
20800         Needed for MacOS X 10.3.
20801
20802 2007-03-17  Bruno Haible  <bruno@clisp.org>
20803
20804         * lib/unistr/u-strdup.h: Include <stdlib.h>.
20805
20806 2007-03-17  Bruno Haible  <bruno@clisp.org>
20807
20808         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
20809
20810 2007-03-17  Bruno Haible  <bruno@clisp.org>
20811
20812         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
20813         to reflect files copied from gnulib (with or without modifications).
20814         Suggested by Jim Meyering.
20815
20816 2007-03-17  Eric Blake  <ebb9@byu.net>
20817
20818         * NEWS: Document stdlib change from 2007-02-18.
20819
20820 2007-03-17  Jim Meyering  <jim@meyering.net>
20821
20822         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
20823         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
20824         someone uses a name containing shell meta-characters.
20825         Reported by Alfred M. Szmidt.
20826
20827         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
20828
20829 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20830
20831         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
20832         and copy gettext configuration files only if configure.ac contains
20833         a use of AM_GNU_GETTEXT_VERSION.
20834
20835 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
20836
20837         * build-aux/bootstrap (gnulib_name): New variable.
20838         (gnulib_tool_options): Use it.
20839
20840 2007-03-13  Simon Josefsson  <simon@josefsson.org>
20841
20842         * tests/test-des.c: Use new namespace.
20843
20844 2007-03-15  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
20847         Reported by James Youngman <jay@gnu.org>.
20848
20849 2007-03-15  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
20852         declared prototype. Needed with cc on OSF/1 5.1.
20853
20854 2007-03-15  Bruno Haible  <bruno@clisp.org>
20855
20856         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
20857         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
20858         (struct gl_list_implementation): Add dispose_fn argument to the
20859         'create_empty', 'create' methods.
20860         (struct gl_list_impl_base): Add field 'dispose_fn'.
20861         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
20862         argument.
20863         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
20864         dispose_fn argument.
20865         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
20866         dispose_fn on the dropped values.
20867         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
20868         dispose_fn argument.
20869         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
20870         dropped values.
20871         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
20872         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20873         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
20874         (gl_tree_remove_node): Call dispose_fn on the dropped value.
20875         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
20876         argument.
20877         (gl_tree_list_free): Call dispose_fn on the dropped values.
20878         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
20879         the dropped values.
20880         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20881         Add dispose_fn argument.
20882         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
20883         Call dispose_fn on the dropped values.
20884         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
20885         Add dispose_fn argument.
20886         (gl_sublist_create): Initialize the 'dispose_fn' field.
20887         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
20888         * tests/test-array_list.c (main): Update.
20889         * tests/test-carray_list.c (main): Update.
20890         * tests/test-avltree_list.c (main): Update.
20891         * tests/test-rbtree_list.c (main): Update.
20892         * tests/test-avltreehash_list.c (main): Update.
20893         * tests/test-rbtreehash_list.c (main): Update.
20894         * tests/test-linked_list.c (main): Update.
20895         * tests/test-linkedhash_list.c (main): Update.
20896         * tests/test-array_oset.c (main): Update.
20897
20898 2007-03-15  Bruno Haible  <bruno@clisp.org>
20899
20900         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
20901         (gl_oset_create_empty): Add dispose_fn argument.
20902         (struct gl_oset_implementation): Add dispose_fn argument to
20903         'create_empty' method.
20904         (struct gl_oset_impl_base): Add dispose_fn field.
20905         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
20906         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
20907         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
20908         values.
20909         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
20910         (gl_tree_oset_free): Call dispose_fn on the dropped values.
20911         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20912         dropped value.
20913         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
20914         dropped value.
20915         * tests/test-array_oset.c (main): Update.
20916         * tests/test-avltree_oset.c (main): Update.
20917         * tests/test-rbtree_oset.c (main): Update.
20918         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
20919
20920 2007-03-13  Bruno Haible  <bruno@clisp.org>
20921
20922         * tests/test-stdbool.c (i): Update after last patch.
20923
20924 2007-03-12  Bruno Haible  <bruno@clisp.org>
20925
20926         * lib/quotearg.c: Include <wctype.h> early, before the definition of
20927         the iswprint macro. Needed on Solaris 2.5.1.
20928
20929 2007-03-12  Bruno Haible  <bruno@clisp.org>
20930
20931         * tests/test-printf-frexp.c (main): Declare x as volatile.
20932
20933 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20934
20935         * doc/gnulib.texi (Build robot for gnulib): New section.
20936
20937 2007-03-12  Jim Meyering  <jim@meyering.net>
20938
20939         * build-aux/bootstrap: New file.
20940         * build-aux/bootstrap.conf: New file, from coreutils.
20941
20942 2007-03-11  Bruno Haible  <bruno@clisp.org>
20943
20944         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
20945
20946 2007-03-12  Simon Josefsson  <simon@josefsson.org>
20947
20948         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
20949         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
20950         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
20951
20952 2007-03-11  Bruno Haible  <bruno@clisp.org>
20953
20954         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
20955         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
20956
20957 2007-03-11  Bruno Haible  <bruno@clisp.org>
20958
20959         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
20960         formula. Needed for SunPRO C 5.0.
20961
20962 2007-03-11  Bruno Haible  <bruno@clisp.org>
20963
20964         * modules/long-options (Depends-on): Add getopt.
20965
20966 2007-03-11  Bruno Haible  <bruno@clisp.org>
20967
20968         * modules/modechange (Depends-on): Add stdbool.
20969
20970 2007-03-11  Bruno Haible  <bruno@clisp.org>
20971
20972         * modules/i-ring (Depends-on): Add stdbool.
20973
20974 2007-03-11  Bruno Haible  <bruno@clisp.org>
20975
20976         * modules/gc-des (Depends-on): Add stdbool.
20977
20978 2007-03-11  Bruno Haible  <bruno@clisp.org>
20979
20980         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
20981
20982 2007-03-11  Bruno Haible  <bruno@clisp.org>
20983
20984         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
20985
20986 2007-03-11  Bruno Haible  <bruno@clisp.org>
20987
20988         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
20989
20990 2007-03-11  Bruno Haible  <bruno@clisp.org>
20991
20992         * lib/vasnprintf.c (sprintf): Undefine.
20993
20994 2007-03-11  Bruno Haible  <bruno@clisp.org>
20995
20996         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
20997         initializers in SunPRO C and Compaq C compilers.
20998
20999 2007-03-11  Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
21002         decrementing code ANSI C compliant.
21003
21004 2007-03-11  Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
21007         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
21008
21009 2007-03-11  Bruno Haible  <bruno@clisp.org>
21010
21011         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
21012         <stdbool.h> substitute doesn't pass.
21013
21014 2007-03-11  Bruno Haible  <bruno@clisp.org>
21015
21016         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
21017
21018 2007-03-11  Bruno Haible  <bruno@clisp.org>
21019
21020         * gnulib-tool (func_create_megatestdir): Create also an autobuild
21021         script, for submission to autobuild.josefsson.org.
21022
21023 2007-03-10  Bruno Haible  <bruno@clisp.org>
21024
21025         * modules/canonicalize-lgpl-tests: New file.
21026         * tests/test-canonicalize-lgpl.sh: New file.
21027         * tests/test-canonicalize-lgpl.c: New file.
21028
21029         * modules/c-strcase-tests: New file.
21030         * tests/test-c-strcase.sh: New file.
21031         * tests/test-c-strcasecmp.c: New file.
21032         * tests/test-c-strncasecmp.c: New file.
21033
21034         * modules/atexit-tests: New file.
21035         * tests/test-atexit.sh: New file.
21036         * tests/test-atexit.c: New file.
21037
21038 2007-03-10  Bruno Haible  <bruno@clisp.org>
21039
21040         * tests/test-binary-io.sh: Use temporary filenames that are not so
21041         likely to clash with those of other tests (in a parallel make).
21042         * tests/test-binary-io.c: Likewise.
21043
21044 2007-03-10  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
21047         fallback; use #error instead.
21048         Suggested by Simon Josefsson.
21049
21050 2007-03-10  Bruno Haible  <bruno@clisp.org>
21051
21052         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
21053         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
21054         first and the last.
21055
21056 2007-03-10  Bruno Haible  <bruno@clisp.org>
21057
21058         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
21059
21060 2007-03-10  Bruno Haible  <bruno@clisp.org>
21061
21062         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
21063         "make distcheck".
21064         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
21065         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
21066         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
21067
21068 2007-03-10  Bruno Haible  <bruno@clisp.org>
21069
21070         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
21071         variable.
21072         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
21073         variable.
21074
21075 2007-03-09  Eric Blake  <ebb9@byu.net>
21076         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
21077
21078         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
21079         types are not being provided by gnulib.
21080         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
21081         types are supported.
21082
21083 2007-03-10  Bruno Haible  <bruno@clisp.org>
21084
21085         * lib/stdio_.h (__attribute__): New macro.
21086         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
21087         vsprintf): Specify __attribute__ __format__ for GCC.
21088         Suggested by Eric Blake.
21089
21090 2007-03-09  Bruno Haible  <bruno@clisp.org>
21091
21092         * modules/printf-posix-tests: New file.
21093         * tests/test-printf-posix.sh: New file.
21094         * tests/test-printf-posix.c: New file.
21095
21096         * modules/printf-posix: New file.
21097         * lib/printf.c: New file.
21098         * m4/printf-posix-rpl.m4: New file.
21099         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
21100         REPLACE_PRINTF.
21101         * lib/stdio_.h (printf): New declaration.
21102         (format, __format__, ____printf____, ____scanf____, ____strftime____,
21103         ____strfmon____): New macros.
21104         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
21105         REPLACE_PRINTF.
21106
21107 2007-03-09  Bruno Haible  <bruno@clisp.org>
21108
21109         * tests/test-vasnprintf-posix2.sh: New file.
21110         * tests/test-vasnprintf-posix2.c: New file.
21111         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
21112         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
21113         (Makefile.am): Activate test-vasnprintf-posix2.sh.
21114
21115         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
21116         a locale dependent decimal point, rather than always '.'.
21117
21118 2007-03-09  Eric Blake  <ebb9@byu.net>
21119
21120         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
21121         spite of platforms like Tandem/NSK that define it to -1.
21122
21123 2007-03-08  Bruno Haible  <bruno@clisp.org>
21124
21125         * modules/vprintf-posix-tests: New file.
21126         * tests/test-vprintf-posix.sh: New file.
21127         * tests/test-vprintf-posix.c: New file.
21128         * tests/test-printf-posix.h: New file.
21129
21130         * modules/vprintf-posix: New file.
21131         * lib/vprintf.c: New file.
21132         * m4/vprintf-posix.m4: New file.
21133         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
21134         REPLACE_VPRINTF.
21135         * lib/stdio_.h (vprintf): New declaration.
21136         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
21137         REPLACE_VPRINTF.
21138
21139 2007-03-08  Bruno Haible  <bruno@clisp.org>
21140
21141         * modules/fprintf-posix-tests: New file.
21142         * tests/test-fprintf-posix.sh: New file.
21143         * tests/test-fprintf-posix.c: New file.
21144
21145         * modules/fprintf-posix: New file.
21146         * lib/fprintf.c: New file.
21147         * m4/fprintf-posix.m4: New file.
21148         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
21149         REPLACE_FPRINTF.
21150         * lib/stdio_.h (fprintf): New declaration.
21151         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
21152         REPLACE_FPRINTF.
21153
21154 2007-03-08  Bruno Haible  <bruno@clisp.org>
21155
21156         * modules/vfprintf-posix-tests: New file.
21157         * tests/test-vfprintf-posix.sh: New file.
21158         * tests/test-vfprintf-posix.c: New file.
21159         * tests/test-fprintf-posix.h: New file.
21160         * tests/test-fprintf-posix.out: New file.
21161
21162         * modules/vfprintf-posix: New file.
21163         * lib/vfprintf.c: New file.
21164         * m4/vfprintf-posix.m4: New file.
21165         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
21166         REPLACE_VFPRINTF.
21167         * lib/stdio_.h (vfprintf): New declaration.
21168         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
21169         REPLACE_VFPRINTF.
21170
21171 2007-03-08  Bruno Haible  <bruno@clisp.org>
21172
21173         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
21174
21175 2007-03-08  Bruno Haible  <bruno@clisp.org>
21176
21177         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
21178         instead of 'expr' invocations.
21179         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21180         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21181         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21182         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21183         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21184         Suggested by Paul Eggert.
21185
21186 2007-03-08  Bruno Haible  <bruno@clisp.org>
21187
21188         * modules/fseterr-tests: New file.
21189         * tests/test-fseterr.c: New file.
21190
21191         * modules/fseterr: New file.
21192         * lib/fseterr.h: New file.
21193         * lib/fseterr.c: New file.
21194
21195 2007-03-08  Bruno Haible  <bruno@clisp.org>
21196
21197         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
21198         * lib/getopt_.h: Likewise.
21199         * lib/mbswidth.h: Likewise.
21200         * lib/setenv.h: Likewise.
21201         * lib/vasnprintf.h: Likewise.
21202         * lib/vasprintf.h: Likewise.
21203         * lib/verror.h: Likewise.
21204         * lib/xsetenv.h: Likewise.
21205         * lib/xvasprintf.h: Likewise.
21206
21207 2007-03-08  Jim Meyering  <jim@meyering.net>
21208
21209         * users.txt: Add parted.
21210
21211         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
21212
21213 2007-03-07  Bruno Haible  <bruno@clisp.org>
21214
21215         * m4/printf.m4: Make the shell script snippets copy&pastable.
21216
21217 2007-03-02  Bruno Haible  <bruno@clisp.org>
21218
21219         * lib/netinet_in_.h: New file.
21220         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
21221         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
21222         * modules/netinet_in (Files): Add lib/netinet_in_.h.
21223         (Depends-on): Add absolute-header.
21224         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
21225         into netinet/in.h.
21226
21227 2007-03-03  Bruno Haible  <bruno@clisp.org>
21228
21229         * lib/sys_select_.h: New file.
21230         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
21231         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
21232         * modules/sys_select (Files): Add lib/sys_select_.h.
21233         (Depends-on): Add absolute-header.
21234         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
21235         into sys/select.h.
21236
21237 2007-03-02  Bruno Haible  <bruno@clisp.org>
21238
21239         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
21240         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
21241         values.
21242         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
21243         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
21244         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
21245         * modules/sys_socket (Depends-on): Add absolute-header.
21246         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
21247         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
21248         (Include): Remove requirement of inclusion of <sys/types.h>.
21249
21250 2007-03-02  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/byteswap_.h (bswap_32): Fix formula.
21253
21254 2007-03-06  Bruno Haible  <bruno@clisp.org>
21255
21256         * modules/sprintf-posix-tests: New file.
21257         * tests/test-sprintf-posix.c: New file.
21258
21259         * modules/sprintf-posix: New file.
21260         * lib/sprintf.c: New file.
21261         * m4/sprintf-posix.m4: New file.
21262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
21263         REPLACE_SPRINTF.
21264         * lib/stdio_.h (sprintf): New declaration.
21265         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
21266         REPLACE_SPRINTF.
21267
21268 2007-03-06  Bruno Haible  <bruno@clisp.org>
21269
21270         * modules/vsprintf-posix-tests: New file.
21271         * tests/test-vsprintf-posix.c: New file.
21272         * tests/test-sprintf-posix.h: New file.
21273
21274         * modules/vsprintf-posix: New file.
21275         * lib/vsprintf.c: New file.
21276         * m4/vsprintf-posix.m4: New file.
21277         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
21278         REPLACE_VSPRINTF.
21279         * lib/stdio_.h (vsprintf): New declaration.
21280         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
21281         REPLACE_VSPRINTF.
21282
21283 2007-03-06  Bruno Haible  <bruno@clisp.org>
21284
21285         * modules/vsnprintf (Depend-on): Remove minmax.
21286
21287 2007-03-06  Bruno Haible  <bruno@clisp.org>
21288
21289         * modules/snprintf-posix-tests: New file.
21290         * tests/test-snprintf-posix.c: New file.
21291
21292         * modules/snprintf-posix: New file.
21293         * m4/snprintf-posix.m4: New file.
21294         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
21295         gl_FUNC_SNPRINTF.
21296         (gl_FUNC_SNPRINTF): Invoke it.
21297         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
21298         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
21299         is set.
21300         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
21301
21302 2007-03-06  Bruno Haible  <bruno@clisp.org>
21303
21304         * modules/vsnprintf-posix-tests: New file.
21305         * tests/test-vsnprintf-posix.c: New file.
21306         * tests/test-snprintf-posix.h: New file.
21307
21308         * modules/vsnprintf-posix: New file.
21309         * m4/vsnprintf-posix.m4: New file.
21310         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
21311         gl_FUNC_VSNPRINTF.
21312         (gl_FUNC_VSNPRINTF): Invoke it.
21313         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
21314         * lib/stdio_.h (vsnprintf): Define as a replacement if
21315         REPLACE_VSNPRINTF is set.
21316         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
21317
21318 2007-03-06  Bruno Haible  <bruno@clisp.org>
21319
21320         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
21321         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
21322
21323 2007-03-06  Bruno Haible  <bruno@clisp.org>
21324
21325         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
21326         (asinl): Declare also if HAVE_DECL_ASINL is set.
21327         (atanl): Declare also if HAVE_DECL_ATANL is set.
21328         (ceill): Declare also if HAVE_DECL_CEILL is set.
21329         (cosl): Declare also if HAVE_DECL_COSL is set.
21330         (expl): Declare also if HAVE_DECL_EXPL is set.
21331         (floorl): Declare also if HAVE_DECL_FLOORL is set.
21332         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
21333         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
21334         (logl): Declare also if HAVE_DECL_LOGL is set.
21335         (sinl): Declare also if HAVE_DECL_SINL is set.
21336         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
21337         (tanl): Declare also if HAVE_DECL_TANL is set.
21338         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
21339         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
21340         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
21341         declaration of frexpl, ldexpl.
21342         * modules/printf-frexpl (Depends-on): Add math.
21343         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
21344
21345 2007-03-05  Bruno Haible  <bruno@clisp.org>
21346
21347         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
21348         frexpl and ldexpl are declared.
21349         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
21350
21351 2007-03-05  Bruno Haible  <bruno@clisp.org>
21352
21353         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
21354         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
21355
21356 2007-03-05  Bruno Haible  <bruno@clisp.org>
21357
21358         * lib/stdio_.h: Include <stddef.h>.
21359
21360 2007-03-05  Bruno Haible  <bruno@clisp.org>
21361
21362         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
21363
21364 2007-03-05  Bruno Haible  <bruno@clisp.org>
21365
21366         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
21367         NetBSD 4, from Ralf Wildenhues.
21368
21369 2007-03-04  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/vasprintf.h: Update #if logic for the case when the functions
21372         exist but are overridden.
21373
21374 2007-03-04  Bruno Haible  <bruno@clisp.org>
21375
21376         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
21377         implementations: glibc-2.4 and MacOS X 10.3.
21378         * tests/test-vasnprintf-posix.c (test_function): Test also the case
21379         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
21380         * tests/test-vasprintf-posix.c (test_function): Likewise.
21381
21382 2007-03-04  Bruno Haible  <bruno@clisp.org>
21383
21384         * modules/vasprintf-posix-tests: New file.
21385         * tests/test-vasprintf-posix.c: New file.
21386
21387         * modules/vasprintf-posix: New file.
21388         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
21389         defined.
21390         * m4/vasprintf-posix.m4: New file.
21391         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
21392         gl_FUNC_VASPRINTF.
21393         (gl_FUNC_VASPRINTF): Invoke it.
21394         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
21395         here.
21396         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
21397
21398 2007-03-04  Bruno Haible  <bruno@clisp.org>
21399
21400         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
21401         REPLACE_GETTIMEOFDAY.
21402         * modules/sys_time (Makefile.am): Likewise.
21403         * m4/sys_time_h.m4: Likewise.
21404         * m4/gettimeofday.m4: Likewise.
21405
21406 2007-03-04  Bruno Haible  <bruno@clisp.org>
21407
21408         * modules/vasnprintf-posix-tests: New file.
21409         * tests/test-vasnprintf-posix.c: New file.
21410
21411         * modules/vasnprintf-posix: New file.
21412         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
21413         printf-frexpl.h.
21414         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
21415         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
21416         REPLACE_VASNPRINTF is defined.
21417         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
21418         gl_FUNC_VASNPRINTF.
21419         (gl_FUNC_VASNPRINTF): Invoke it.
21420         * m4/vasnprintf-posix.m4: New file.
21421         * m4/printf.m4: New file.
21422
21423 2007-03-04  Bruno Haible  <bruno@clisp.org>
21424
21425         Compile progreloc.c only if --enable-relocatable is specified.
21426         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
21427         if --enable-relocatable was specified.
21428         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
21429         lib_SOURCES.
21430
21431 2007-03-04  Jim Meyering  <jim@meyering.net>
21432
21433         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
21434         Use it consistently, rather than enumerating errno constants.
21435
21436 2007-03-04  Bruno Haible  <bruno@clisp.org>
21437
21438         * modules/xvasprintf-tests: New file.
21439         * tests/test-xvasprintf.c: New file.
21440
21441         * modules/vasprintf-tests: New file.
21442         * tests/test-vasprintf.c: New file.
21443
21444         * modules/vasnprintf-tests: New file.
21445         * tests/test-vasnprintf.c: New file.
21446
21447         * modules/vsnprintf-tests: New file.
21448         * tests/test-vsnprintf.c: New file.
21449
21450         * modules/snprintf-tests: New file.
21451         * tests/test-snprintf.c: New file.
21452
21453 2007-03-04  Bruno Haible  <bruno@clisp.org>
21454
21455         Compile relocatable.c only if --enable-relocatable is specified.
21456         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
21457         gl_RELOCATABLE_LIBRARY.
21458         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
21459         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
21460         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
21461         gl_RELOCATABLE_LIBRARY.
21462         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
21463         (Makefile.am): Remove lib_SOURCES.
21464         * modules/relocatable-lib-lgpl (configure.ac): Invoke
21465         gl_RELOCATABLE_LIBRARY.
21466         (Makefile.am): Remove lib_SOURCES.
21467         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
21468         always.
21469         * modules/relocatable-prog-wrapper (configure.ac): Invoke
21470         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
21471
21472 2007-03-04  Bruno Haible  <bruno@clisp.org>
21473
21474         * modules/argmatch-tests: New file.
21475         * tests/test-argmatch.c: New file.
21476
21477         * tests/test-allocsa.c (main): Halve the number of loop runs.
21478
21479         * modules/alloca-opt-tests: New file.
21480         * tests/test-alloca-opt.c: New file.
21481
21482 2007-03-04  Jim Meyering  <jim@meyering.net>
21483
21484         Work around difference between Linux ACLs and Solaris 10 ZFS.
21485         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
21486         for EINVAL.
21487
21488 2007-03-03  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/relocatable-prog (Depends-on): Add back progreloc's
21491         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
21492
21493 2007-03-03  Bruno Haible  <bruno@clisp.org>
21494
21495         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
21496         * modules/relocatable-lib: New file.
21497
21498 2007-03-03  Bruno Haible  <bruno@clisp.org>
21499
21500         * modules/relocatable-prog: Renamed from modules/relocatable.
21501         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
21502
21503 2007-03-03  Bruno Haible  <bruno@clisp.org>
21504
21505         * modules/relocatable-script (Files): Add doc/relocatable.texi,
21506         m4/relocatable-lib.m4.
21507         (Depends-on): Remove 'relocatable'.
21508         (configure.ac): Add gl_RELOCATABLE_NOP.
21509
21510 2007-03-03  Bruno Haible  <bruno@clisp.org>
21511
21512         * modules/relocatable-prog-wrapper: New file.
21513         * modules/relocatable (Depends-on): Add it. Remove all other
21514         dependencies except progname.
21515         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
21516
21517         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
21518         (gl_FUNC_STRERROR): Nop.
21519         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
21520
21521         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
21522         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
21523
21524         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
21525         (gl_FUNC_READLINK): Update.
21526
21527         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
21528
21529 2007-03-03  Bruno Haible  <bruno@clisp.org>
21530
21531         * lib/xreadlink.c: Include <unistd.h> unconditionally.
21532         * modules/xreadlink (Depends-on): Add unistd.
21533         * modules/xreadlink-with-size (Depends-on): Likewise.
21534
21535 2007-03-03  Bruno Haible  <bruno@clisp.org>
21536
21537         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
21538         extracted from gt_FUNC_SETENV.
21539         (gt_FUNC_SETENV): Remove macro.
21540         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
21541         remove gt_FUNC_SETENV.
21542
21543 2007-03-03  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
21546         ENABLE_RELOCATABLE here.
21547         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
21548
21549 2007-03-03  Bruno Haible  <bruno@clisp.org>
21550
21551         * modules/rbtreehash-list-tests (Depends-on): Add progname.
21552         * tests/test-rbtreehash_list.c: Include progname.h.
21553         (main): Call set_program_name.
21554
21555         * modules/rbtree-oset-tests (Depends-on): Add progname.
21556         * tests/test-rbtree_oset.c: Include progname.h.
21557         (main): Call set_program_name.
21558
21559         * modules/rbtree-list-tests (Depends-on): Add progname.
21560         * tests/test-rbtree_list.c: Include progname.h.
21561         (main): Call set_program_name.
21562
21563         * modules/linked-list-tests (Depends-on): Add progname.
21564         * tests/test-linked_list.c: Include progname.h.
21565         (main): Call set_program_name.
21566
21567 2007-03-03  Bruno Haible  <bruno@clisp.org>
21568
21569         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
21570         All uses of __restrict changed to _Restrict_.
21571         * lib/glob_.h (__restrict): Remove macro.
21572
21573 2007-03-02  Bruno Haible  <bruno@clisp.org>
21574
21575         * modules/gettext (configure.ac): Require gettext infrastructure
21576         from version 0.16.1.
21577
21578 2007-03-02  Bruno Haible  <bruno@clisp.org>
21579
21580         * modules/linkedhash-list-tests (Depends-on): Add progname.
21581         * tests/test-linkedhash_list.c: Include progname.h.
21582         (main): Call set_program_name.
21583
21584         * modules/carray-list-tests (Depends-on): Add progname.
21585         * tests/test-carray_list.c: Include progname.h.
21586         (main): Call set_program_name.
21587
21588         * modules/avltreehash-list-tests (Depends-on): Add progname.
21589         * tests/test-avltreehash_list.c: Include progname.h.
21590         (main): Call set_program_name.
21591
21592         * modules/avltree-oset-tests (Depends-on): Add progname.
21593         * tests/test-avltree_oset.c: Include progname.h.
21594         (main): Call set_program_name.
21595
21596         * modules/avltree-list-tests (Depends-on): Add progname.
21597         * tests/test-avltree_list.c: Include progname.h.
21598         (main): Call set_program_name.
21599
21600         * modules/array-oset-tests (Depends-on): Add progname.
21601         * tests/test-array_oset.c: Include progname.h.
21602         (main): Call set_program_name.
21603
21604         * modules/array-list-tests (Depends-on): Add progname.
21605         * tests/test-array_list.c: Include progname.h.
21606         (main): Call set_program_name.
21607
21608         * modules/argp-tests (Depends-on): Add progname.
21609         * tests/test-argp.c: Include argp.h first. Include progname.h.
21610         (main): Call set_program_name.
21611
21612 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
21613
21614         * doc/gnulib-tool.texi (Initial import): Reword description of
21615         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
21616         limited effect even if defined after the first system include.
21617
21618 2007-03-01  Bruno Haible  <bruno@clisp.org>
21619
21620         * build-aux/config.libpath: Update to libtool-1.5.22.
21621         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21622
21623 2007-03-01  Bruno Haible  <bruno@clisp.org>
21624
21625         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
21626         foo_CFLAGS.
21627         Reported by Ralf Wildenhues.
21628
21629 2007-03-01  Bruno Haible  <bruno@clisp.org>
21630
21631         * build-aux/install-reloc: Remove object files left over by some
21632         compilers.
21633         Reported by Ralf Wildenhues.
21634
21635 2007-03-01  Bruno Haible  <bruno@clisp.org>
21636
21637         * build-aux/install-reloc: Break long lines.
21638
21639 2007-03-01  Bruno Haible  <bruno@clisp.org>
21640
21641         * doc/relocatable.texi: Document that it may not work on OpenBSD.
21642         Reported by Ralf Wildenhues.
21643
21644 2007-03-01  Bruno Haible  <bruno@clisp.org>
21645
21646         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
21647         include ordering constraints.
21648
21649 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21650
21651         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
21652         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
21653         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
21654         as another example.
21655         * lib/time_.h: Fix misspelling.
21656         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21657         Require gl_HEADER_TIME_H_DEFAULTS.
21658         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
21659         * m4/time_r.m4 (gl_TIME_R): Likewise.
21660         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
21661
21662 2007-03-01  Bruno Haible  <bruno@clisp.org>
21663
21664         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
21665         * m4/utimens.m4 (gl_UTIMENS): Likewise.
21666
21667 2007-03-01  Jim Meyering  <jim@meyering.net>
21668
21669         * modules/xreadlink (Maintainer): Add my name.
21670         * modules/xreadlink-with-size (Depends-on): Alphabetize.
21671
21672 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
21673             Bruno Haible  <bruno@clisp.org>
21674
21675         * build-aux/install-reloc: Compile also c-ctype.c.
21676         * build-aux/relocatable.sh.in: New file.
21677         * doc/relocatable.texi: New file.
21678         * doc/relocatable-maint.texi: New file.
21679         * doc/gnulib.texi: Include relocatable-maint.texi.
21680         * lib/progreloc.c: Include unistd.h unconditionally.
21681         * lib/relocwrapper.c: Include unistd.h unconditionally.
21682         Include c-ctype.h.
21683         (add_dotbin): Use c_tolower.
21684         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
21685         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
21686         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
21687         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
21688         to m4/relocatable-lib.m4.
21689         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
21690         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
21691         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
21692         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
21693         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
21694         * modules/relocatable: New file.
21695         * modules/relocatable-lib: New file.
21696         * modules/relocatable-script: New file.
21697
21698 2007-02-28  Bruno Haible  <bruno@clisp.org>
21699
21700         Import --enable-relocatable infrastructure.
21701         * build-aux/config.libpath: New file, from GNU gettext.
21702         * build-aux/install-reloc: New file, from GNU gettext.
21703         * build-aux/reloc-ldflags: New file, from GNU gettext.
21704         * lib/relocatable.h: New file, from GNU gettext.
21705         * lib/relocatable.c: New file, from GNU gettext.
21706         * lib/relocwrapper.c: New file, from GNU gettext.
21707         * m4/relocatable.m4: New file, from GNU gettext.
21708
21709 2007-02-28  Bruno Haible  <bruno@clisp.org>
21710
21711         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
21712
21713         * modules/xreadlink: New file, from GNU gettext with modifications.
21714         * lib/xreadlink.c: New file, from GNU gettext.
21715         * lib/xreadlink.h: Add comments.
21716         (xreadlink): New declaration.
21717
21718         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
21719         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
21720         lib/xreadlink-with-size.c.
21721         (configure.ac): Remove gl_XREADLINK invocation.
21722         (Makefile.am): Augment lib_SOURCES.
21723         * m4/xreadlink.m4: Remove file.
21724         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
21725         (xreadlink_with_size): Renamed from xreadink.
21726         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
21727         * modules/canonicalize (Depends-on): Replace xreadlink with
21728         xreadlink-with-size.
21729         * lib/canonicalize.c (canonicalize_filename_mode): Update.
21730
21731 2007-02-25  Jim Meyering  <jim@meyering.net>
21732
21733         * build-aux/announce-gen: When complaining about excess arguments,
21734         list them.
21735
21736 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21737
21738         * README: Document signed integer overflow situation more
21739         accurately.
21740
21741 2007-02-25  Bruno Haible  <bruno@clisp.org>
21742
21743         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
21744         'a' or 'A' conversion.
21745
21746 2007-02-25  Bruno Haible  <bruno@clisp.org>
21747
21748         * modules/filename: Renamed from modules/pathname.
21749         (Files): Replace lib/pathname.h with lib/filename.h. Replace
21750         lib/concatpath.c with lib/concat-filename.c.
21751         (Makefile.am): Update.
21752         (Include): Replace pathname.h with filename.h.
21753         * lib/filename.h: Renamed from lib/pathname.h.
21754         (concatenated_filename): Renamed from concatenated_pathname.
21755         * lib/concat-filename.c: Renamed from lib/concatpath.c.
21756         (concatenated_filename): Renamed from concatenated_pathname.
21757         * lib/findprog.c: Include filename.h instead of pathname.h.
21758         (find_in_path): Update.
21759         * lib/javacomp.c: Include filename.h instead of pathname.h.
21760         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
21761         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
21762         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
21763         is_oldgcj_14_13_usable, is_javac_usable): Update.
21764         * lib/javaexec.c: Include filename.h instead of pathname.h.
21765         (execute_java_class): Update.
21766         * modules/findprog: Update.
21767         * modules/javacomp: Update.
21768         * modules/javaexec: Update.
21769         * MODULES.html.sh (File system functions): Add 'filename', remove
21770         'pathname'.
21771
21772 2007-02-25  Bruno Haible  <bruno@clisp.org>
21773
21774         * modules/printf-frexpl-tests: New file.
21775         * tests/test-printf-frexpl.c: New file.
21776
21777         * modules/printf-frexpl: New file.
21778         * lib/printf-frexpl.h: New file.
21779         * lib/printf-frexpl.c: New file.
21780         * m4/printf-frexpl.m4: New file.
21781
21782 2007-02-25  Bruno Haible  <bruno@clisp.org>
21783
21784         * modules/printf-frexp-tests: New file.
21785         * tests/test-printf-frexp.c: New file.
21786
21787         * modules/printf-frexp: New file.
21788         * lib/printf-frexp.h: New file.
21789         * lib/printf-frexp.c: New file.
21790         * m4/printf-frexp.m4: New file.
21791
21792 2007-02-25  Bruno Haible  <bruno@clisp.org>
21793
21794         Assume automake >= 1.10 for the tests.
21795         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
21796         * modules/arctwo-tests: Likewise.
21797         * modules/argp-tests: Likewise.
21798         * modules/avltree-list-tests: Likewise.
21799         * modules/avltree-oset-tests: Likewise.
21800         * modules/avltreehash-list-tests: Likewise.
21801         * modules/carray-list-tests: Likewise.
21802         * modules/crc-tests: Likewise.
21803         * modules/des-tests: Likewise.
21804         * modules/gc-arcfour-tests: Likewise.
21805         * modules/gc-arctwo-tests: Likewise.
21806         * modules/gc-des-tests: Likewise.
21807         * modules/gc-hmac-md5-tests: Likewise.
21808         * modules/gc-hmac-sha1-tests: Likewise.
21809         * modules/gc-md2-tests: Likewise.
21810         * modules/gc-md4-tests: Likewise.
21811         * modules/gc-md5-tests: Likewise.
21812         * modules/gc-pbkdf2-sha1-tests: Likewise.
21813         * modules/gc-rijndael-tests: Likewise.
21814         * modules/gc-sha1-tests: Likewise.
21815         * modules/gc-tests: Likewise.
21816         * modules/getaddrinfo-tests: Likewise.
21817         * modules/hmac-md5-tests: Likewise.
21818         * modules/hmac-sha1-tests: Likewise.
21819         * modules/linked-list-tests: Likewise.
21820         * modules/linkedhash-list-tests: Likewise.
21821         * modules/lock-tests: Likewise.
21822         * modules/md2-tests: Likewise.
21823         * modules/md4-tests: Likewise.
21824         * modules/md5-tests: Likewise.
21825         * modules/rbtree-list-tests: Likewise.
21826         * modules/rbtree-oset-tests: Likewise.
21827         * modules/rbtreehash-list-tests: Likewise.
21828         * modules/read-file-tests: Likewise.
21829         * modules/rijndael-tests: Likewise.
21830         * modules/stdint-tests: Likewise.
21831         * modules/tls-tests: Likewise.
21832
21833 2007-02-24  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
21836         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
21837         function; instead check whether isnan with a double argument links.
21838         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
21839         function; instead check whether isnan with a 'long double' argument
21840         links.
21841         Reported by Eric Blake <ebb9@byu.net>.
21842
21843 2007-02-24  Bruno Haible  <bruno@clisp.org>
21844
21845         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
21846         defined.
21847         * lib/isnanl.c: Remove all code. Just include isnan.c.
21848         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
21849
21850 2007-02-25  Jim Meyering  <jim@meyering.net>
21851
21852         Avoid conflicting types for 'unsetenv' on FreeBSD.
21853         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
21854         conflicting with FreeBSD's (5.0 and 6.1) function declaration
21855         in stdlib.h.
21856
21857 2007-02-24  Bruno Haible  <bruno@clisp.org>
21858
21859         * modules/isnanl-nolibm-tests: New file.
21860         * tests/test-isnanl.c: New file.
21861
21862         * modules/isnanl-nolibm: New file.
21863         * lib/isnanl.h: New file.
21864         * lib/isnanl.c: New file.
21865         * m4/isnanl.m4: New file.
21866
21867 2007-02-24  Bruno Haible  <bruno@clisp.org>
21868
21869         * modules/isnan-nolibm-tests: New file.
21870         * tests/test-isnan.c: New file.
21871
21872         * modules/isnan-nolibm: New file.
21873         * lib/isnan.h: New file.
21874         * lib/isnan.c: New file.
21875         * m4/isnan.m4: New file.
21876
21877 2007-02-24  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
21880         assume that an exponent fits in 20 bits.
21881
21882 2007-02-24  Jim Meyering  <jim@meyering.net>
21883
21884         * m4/regex.m4: Update the description of the configure-time option,
21885         --without-included-regex, to state accurately what the defaults are,
21886         and perhaps to give people an idea why using this option is risky.
21887
21888 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21889
21890         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
21891         loops on small arguments.  This attempts to avoid the problem
21892         Bruno Haible reported for AIX 4.3.2 in
21893         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
21894
21895 2007-02-23  Bruno Haible  <bruno@clisp.org>
21896
21897         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
21898         Needed for help2man.
21899
21900 2007-02-23  Karl Berry  <karl@gnu.org>
21901
21902         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
21903         exists, foo.h should be cvs-ignored, not committed.
21904
21905 2007-02-23  Eric Blake  <ebb9@byu.net>
21906
21907         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
21908         * lib/stat-time.h (includes): Likewise.
21909         * lib/utimecmp.c (includes): Likewise.
21910         * lib/utimens.h (includes): Likewise.
21911         * lib/getdate.y (includes): Also include "timespec.h" for use
21912         internal to the module.
21913         * modules/utimens (Depends-on): Revert yesterday's patch.
21914         * modules/nanosleep (Depends-on): Add missing dependency.
21915
21916 2007-02-22  Bruno Haible  <bruno@clisp.org>
21917
21918         * lib/glob.c: Don't include getlogin_r.h.
21919
21920 2007-02-22  Jim Meyering  <jim@meyering.net>
21921
21922         * modules/utimens (Depends-on): Add timespec, required for
21923         utimens.h's inclusion of timespec.h.
21924
21925 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
21926
21927         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
21928         long unreadable paths in GNU/Linux.  Problem reported by Andreas
21929         Schwab in
21930         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
21931         I'll try to think of a better way to fix the Solaris problem.
21932
21933         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
21934         like glibc; on Solaris 10, it fails with errno == EINVAL.
21935         POSIX says the behavior is unspecified if the first argument is NULL,
21936         so play it safe and never pass NULL to the system getcwd.
21937
21938 2007-02-21  Jim Meyering  <jim@meyering.net>
21939
21940         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
21941         of gettimeofday.  It would conflict with the one now always
21942         provided via sys_time_.h.  Reported by Matthew Woehlke, as
21943         an IRIX 6.5 build failure.
21944
21945 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21946
21947         Minor fixups to port to Solaris 10 with Sun C 5.8.
21948         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
21949         * modules/getcwd (Depends-on): Add dirfd.
21950         * lib/putenv.c (putenv): #undef it.
21951         (rpl_putenv): New decl.
21952         (malloc, free): Include <stdlib.h> rather than prototyping separately.
21953
21954 2007-02-20  Bruno Haible  <bruno@clisp.org>
21955
21956         * modules/stdio-tests: New file.
21957         * tests/test-stdio.c: New file.
21958
21959         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
21960         (Depends-on): Add stdio.
21961         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21962         (Include): Use <stdio.h> instead of vsnprintf.h.
21963         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21964         HAVE_DECL_VSNPRINTF.
21965         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
21966
21967         * modules/snprintf (Files): Remove lib/snprintf.h.
21968         (Depends-on): Add stdio.
21969         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
21970         (Include): Use <stdio.h> instead of snprintf.h.
21971         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
21972         HAVE_DECL_SNPRINTF.
21973         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
21974         * lib/getaddrinfo.c: Likewise.
21975
21976         * modules/stdio: New file.
21977         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
21978         * lib/snprintf.h: Remove file.
21979         * lib/vsnprintf.h: Remove file.
21980         * lib/.cppi-disable: Remove snprintf.h.
21981         * m4/stdio_h.m4: New file.
21982         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
21983
21984 2007-02-20  Jim Meyering  <jim@meyering.net>
21985
21986         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
21987         used by e.g., mingw.  From Bruno Haible.
21988
21989 2007-02-19  Bruno Haible  <bruno@clisp.org>
21990
21991         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
21992         warnings.
21993         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21994
21995 2007-02-19  Bruno Haible  <bruno@clisp.org>
21996
21997         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
21998         from mingw users.
21999
22000 2007-02-19  Bruno Haible  <bruno@clisp.org>
22001
22002         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
22003         warnings.
22004         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
22005
22006 2007-02-19  Jim Meyering  <jim@meyering.net>
22007
22008         Don't use FD after a successful "fdopendir (fd)".
22009         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
22010         Reset it by calling dirfd on the just-obtained DIR*.
22011
22012         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
22013         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
22014
22015 2007-02-18  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/readlink.c: Include <unistd.h>.
22018         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
22019         HAVE_READLINK.
22020         * modules/readlink (Depends-on): Add unistd.
22021         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22022         (Include): Add <unistd.h>.
22023
22024         * lib/getlogin_r.h: Remove file.
22025         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
22026         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
22027         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
22028         HAVE_DECL_GETLOGIN_R.
22029         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
22030         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22031         (Include): Use <unistd.h> instead of getlogin_r.h.
22032
22033         * lib/getcwd.h: Remove file.
22034         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
22035         * lib/xgetcwd.c: Likewise.
22036         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
22037         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
22038         * modules/getcwd (Files): Remove lib/getcwd.h.
22039         (Depends-on): Add unistd.
22040         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22041         (Include): Use <unistd.h> instad of getcwd.h.
22042
22043         * lib/ftruncate.c: Include <unistd.h> first.
22044         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
22045         Set HAVE_FTRUNCATE.
22046         * modules/ftruncate (Depends-on): Add unistd.
22047         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22048
22049         * lib/fchdir.c: Include <unistd.h> first.
22050         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
22051         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
22052         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
22053         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22054         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
22055
22056         * lib/dup2.c: Include <unistd.h> first.
22057         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
22058         HAVE_DUP2.
22059         * modules/dup2 (Depends-on): Add unistd.
22060         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22061
22062         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
22063         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
22064         REPLACE_CHOWN. Don't define chown as a macro here.
22065         * modules/chown (Depends-on): Add unistd.
22066         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
22067
22068         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
22069         Add definition for GL_LINK_WARNING.
22070         (chown, dup2): New declarations.
22071         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
22072         link warning.
22073         (ftruncate): New declaration.
22074         (getcwd): New declaration, taken from old getcwd.h.
22075         (getlogin_r): New declaration, taken from old getlogin_r.h.
22076         (readlink): New declaration.
22077         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
22078         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
22079         (gl_PREREQ_UNISTD): Remove macro.
22080         (gl_UNISTD_MODULE_INDICATOR): New macro.
22081         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
22082         many new variables. Don't set UNISTD_H.
22083         * modules/unistd (Description): Change.
22084         (Depends-on): Add link-warning.
22085         (configure.ac): Update.
22086         (Makefile.am): Create unistd.h always. Substitute many new variables
22087         into it.
22088
22089 2007-02-18  Bruno Haible  <bruno@clisp.org>
22090
22091         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
22092         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
22093         HAVE_GETSUBOPT.
22094         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
22095         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
22096         * lib/getsubopt.h: Remove file.
22097         * modules/getsubopt (Files): Remove lib/getsubopt.h.
22098         (Depends-on): Add stdlib.
22099         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22100         (Includes): Use <stdlib.h> instead of getsubopt.h.
22101         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
22102         Set HAVE_GETSUBOPT.
22103         * lib/getsubopt.c: Don't include getsubopt.h.
22104
22105 2007-02-18  Bruno Haible  <bruno@clisp.org>
22106
22107         * modules/fchdir (Depends-on): Add dup2.
22108
22109 2007-02-18  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/stdlib_.h: Handle glibc's special invocation convention
22112         specially.
22113
22114 2007-02-18  Bruno Haible  <bruno@clisp.org>
22115
22116         * modules/stdlib-tests: New file.
22117         * tests/test-stdlib.c: New file.
22118
22119         * modules/mkstemp (Files): Remove lib/mkstemp.h.
22120         (Depends-on): Add stdlib.
22121         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22122         (Includes): Use <stdlib.h> instead of mkstemp.h.
22123         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22124         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
22125         * lib/mkstemp.c: Don't include mkstemp.h.
22126         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
22127         * lib/stdlib--.h: Don't include mkstemp.h.
22128
22129         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
22130         (Depends-on): Add stdlib.
22131         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
22132         (Includes): Use <stdlib.h> instead of mkdtemp.h.
22133         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
22134         HAVE_MKDTEMP.
22135         * lib/mkdtemp.c: Don't include mkdtemp.h.
22136         * lib/clean-temp.c: Don't include mkdtemp.h.
22137
22138         * modules/exit (Files): Remove lib/exit.h.
22139         (Depends-on): Add stdlib.
22140         (Makefile.am): Remove lib_SOURCES.
22141         (Include): Use <stdlib.h> instead of exit.h.
22142         * lib/argmatch.c: Don't include exit.h.
22143         * lib/execute.c: Likewise.
22144         * lib/pagealign_alloc.c: Likewise.
22145         * lib/pipe.c: Likewise.
22146         * lib/wait-process.c: Likewise.
22147         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
22148         * lib/exitfail.c: Likewise.
22149         * lib/savewd.c: Likewise.
22150         * lib/xsetenv.c: Likewise.
22151
22152         * modules/stdlib: New file.
22153         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
22154         and extra comments about mkstemp().
22155         * lib/exit.h: Remove file.
22156         * lib/mkdtemp.h: Remove file.
22157         * lib/mkstemp.h: Remove file.
22158         * m4/stdlib_h.m4: New file.
22159         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
22160
22161 2007-02-18  Bruno Haible  <bruno@clisp.org>
22162
22163         * modules/math-tests: New file.
22164         * tests/test-math.c: New file.
22165
22166         * modules/math: New file.
22167         * modules/mathl (Files): Remove lib/mathl.h.
22168         (Depends-on): Add math.
22169         (Makefile.am): Don't mention mathl.h.
22170         (Include): Use <math.h> instead of mathl.h.
22171         * lib/math_.h: New file.
22172         * lib/mathl.h: Remove file.
22173         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
22174         mathl.h.
22175         * lib/asinl.c: Likewise.
22176         * lib/atanl.c: Likewise.
22177         * lib/ceill.c: Likewise.
22178         * lib/cosl.c: Likewise.
22179         * lib/expl.c: Likewise.
22180         * lib/floorl.c: Likewise.
22181         * lib/frexpl.c: Likewise.
22182         * lib/ldexpl.c: Likewise.
22183         * lib/logl.c: Likewise.
22184         * lib/sincosl.c: Likewise.
22185         * lib/sinl.c: Likewise.
22186         * lib/sqrtl.c: Likewise.
22187         * lib/tanl.c: Likewise.
22188         * lib/trigl.c: Likewise.
22189         * m4/math_h.m4: New file.
22190         * MODULES.html.sh (Mathematics): Add math.
22191
22192 2007-02-17  Bruno Haible  <bruno@clisp.org>
22193
22194         * modules/wctype-tests: New file.
22195         * tests/test-wctype.c: New file.
22196
22197         * modules/wchar-tests: New file.
22198         * tests/test-wchar.c: New file.
22199
22200         * modules/unistd-tests: New file.
22201         * tests/test-unistd.c: New file.
22202
22203         * modules/time-tests: New file.
22204         * tests/test-time.c: New file.
22205
22206         * modules/sysexits-tests: New file.
22207         * tests/test-sysexits.c: New file.
22208
22209         * modules/sys_time-tests: New file.
22210         * tests/test-sys_time.c: New file.
22211
22212         * modules/sys_stat-tests: New file.
22213         * tests/test-sys_stat.c: New file.
22214
22215         * modules/sys_socket-tests: New file.
22216         * tests/test-sys_socket.c: New file.
22217
22218         * modules/sys_select-tests: New file.
22219         * tests/test-sys_select.c: New file.
22220
22221         * modules/string-tests: New file.
22222         * tests/test-string.c: New file.
22223
22224         * modules/stdbool-tests: New file.
22225         * tests/test-stdbool.c: New file.
22226
22227         * modules/netinet_in-tests: New file.
22228         * tests/test-netinet_in.c: New file.
22229
22230         * modules/inttypes-tests: New file.
22231         * tests/test-inttypes.c: New file.
22232
22233         * modules/fcntl-tests: New file.
22234         * tests/test-fcntl.c: New file.
22235
22236         * modules/byteswap-tests: New file.
22237         * tests/test-byteswap.c: New file.
22238
22239         * modules/arpa_inet-tests: New file.
22240         * tests/test-arpa_inet.c: New file.
22241
22242 2007-02-17  Bruno Haible  <bruno@clisp.org>
22243
22244         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
22245         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
22246         if the corresponding module is not enabled. Emit link warnings if
22247         the function is used nevertheless.
22248         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
22249         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
22250         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
22251         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
22252         * modules/inttypes (Depends-on): Add link-warning.
22253         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22254         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
22255         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
22256         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
22257         * modules/imaxdiv (configure.ac): Likewise.
22258         * modules/strtoimax (configure.ac): Likewise.
22259         * modules/strtoumax (configure.ac): Likewise.
22260
22261 2007-02-17  Bruno Haible  <bruno@clisp.org>
22262
22263         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
22264         gl_STRING_MODULE_INDICATOR_DEFAULTS.
22265         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
22266         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
22267
22268 2007-02-17  Bruno Haible  <bruno@clisp.org>
22269
22270         * modules/link-warning: New file.
22271         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
22272         * lib/string_.h (GL_LINK_WARNING): Remove definition.
22273         * modules/string (Depends-on): Add link-warning.
22274         (Makefile.am): Copy the contents of build-aux/link-warning.h into
22275         string.h.
22276         * MODULES.html.sh (Support for building libraries and executables): Add
22277         link-warning.
22278
22279 2007-02-17  Bruno Haible  <bruno@clisp.org>
22280
22281         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
22282         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
22283         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
22284         long lines.
22285
22286 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
22287             Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/tmpfile: New file.
22290         * lib/tmpfile.c: New file.
22291         * m4/tmpfile.m4: New file.
22292         * MODULES.html.sh (func_all_modules): New section "Input/output".
22293
22294 2007-02-15  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
22297         (supports_delete_on_close): New function.
22298         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
22299
22300 2007-02-14  Bruno Haible  <bruno@clisp.org>
22301
22302         * modules/mbspcasecmp-tests: New file.
22303         * tests/test-mbspcasecmp.sh: New file.
22304         * tests/test-mbspcasecmp.c: New file.
22305
22306         New module mbspcasecmp.
22307         * modules/mbspcasecmp: New file.
22308         * lib/mbspcasecmp.c: New file.
22309         * lib/string_.h (strncasecmp): Change warning message.
22310         (mbspcasecmp): New declaration.
22311         * m4/mbspcasecmp.m4: New file.
22312         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22313         GNULIB_MBSPCASECMP.
22314         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
22315         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
22316
22317 2007-02-14  Bruno Haible  <bruno@clisp.org>
22318
22319         * modules/mbsncasecmp-tests: New file.
22320         * tests/test-mbsncasecmp.sh: New file.
22321         * tests/test-mbsncasecmp.c: New file.
22322
22323         New module mbsncasecmp.
22324         * modules/mbsncasecmp: New file.
22325         * lib/mbsncasecmp.c: New file.
22326         * lib/string_.h (mbsncasecmp): New declaration.
22327         * m4/mbsncasecmp.m4: New file.
22328         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22329         GNULIB_MBSNCASECMP.
22330         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
22331         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
22332
22333 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22334
22335         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
22336         Verify that it doesn't overlap with our flags.
22337         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
22338         do not have the desired effect in multibyte locales; instead, use
22339         mbscasecmp.
22340         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
22341         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
22342         we don't require GNU fnmatch ourselves (if our users require it, they
22343         should do so explicitly).
22344
22345         Fix regex code so it doesn't rely on strcasecmp.
22346         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
22347         Otherwise, include gnulib's langinfo.h.
22348         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
22349         undesirable behavior in non-C locales.  Instead, rely on localecharset.
22350         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
22351         * modules/regex (FILES): Remove m4/codeset.m4.
22352         (Depends-on): Add localcharset.  Remove strcase.
22353
22354 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22355
22356         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
22357         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
22358
22359 2007-02-13  Bruno Haible  <bruno@clisp.org>
22360
22361         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
22362         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22363
22364 2007-02-12  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22367         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
22368         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
22369         time warning rather than a link error.
22370
22371 2007-02-12  Bruno Haible  <bruno@clisp.org>
22372
22373         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
22374         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22375         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22376
22377 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22378
22379         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
22380         args, not 2.
22381
22382 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
22383
22384         New module 'time', so that apps can include <time.h> as per
22385         POSIX and GNU instead of separate include files like time_r.h
22386         and timegm.h.  This implementation tries out a simpler approach
22387         for replacing decls in standard include files (as compared to
22388         the string module), somewhat as an experiment.
22389
22390         * config/srclist.txt: Comment out mktime.c for now.
22391         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
22392         since it doesn't apply any more.  Use generic wording instead.
22393         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
22394         'time'.
22395         * lib/time_.h, m4/time_h.m4, modules/time: New files.
22396         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
22397         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
22398         Don't include <sys/types.h>; no longer needed since we assume C89.
22399         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
22400         * lib/strftime.c: Likewise.
22401         * lib/time_r.c: Likewise.
22402         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
22403         * lib/nanosleep.c: Include <time.h> first, to check interface.
22404         * lib/strptime.c: Likewise.
22405         * lib/time_r.c: Likewise.
22406         * lib/timegm.c: Likewise.
22407         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
22408         needed.
22409         * lib/timegm.c: Don't include timegm.h; no longer needed.
22410         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
22411         time.h now handles any problems in that area.
22412         (struct timespec, nanosleep): Remove; time.h now arranges for these.
22413         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
22414         that time.h defines struct timespec.
22415         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
22416         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
22417         handles that.
22418         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
22419         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
22420         needed.  Set REPLACE_LOCALTIME.
22421         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
22422         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
22423         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
22424         nanosleep; time_h.m4 now does that.  Don't require
22425         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
22426         module handles this now.
22427         * modules/getdate (Depends-on): Remove timespec.  Add time.
22428         * modules/nanosleep (Depends-on): Likewise.
22429         * modules/stat-time (Depends-on): Likewise.
22430         * modules/nanosleep (Include): Include time.h, not timespec.h.
22431         * modules/strptime (Files): Remove lib/strptime.h.
22432         (Depends-on): Add extensions, time.
22433         (Include): Include time.h, not strptime.h.
22434         * modules/time_r (Files): Remove lib/time_r.h.
22435         (Depends-on): Add time.
22436         (Include): Include time.h, not time_r.h.
22437         * modules/timegm: Likewise.
22438         * modules/timespec (Description): Now does timespec-related decls
22439         of our own, instead of struct timespec itself.
22440         (Depends-on): Add time; remove extensions.
22441         (Maintainer): Add self.
22442         * modules/utimecmp (Depends-on): Add time; remove timespec.
22443         * modules/utimens (Depends-on): Likewise.
22444         * modules/xnanosleep (Depends-on): Likewise.
22445
22446 2007-02-11  Bruno Haible  <bruno@clisp.org>
22447
22448         * lib/c-strstr.c: Include allocsa.h.
22449         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22450         * lib/c-strcasestr.c: Include allocsa.h.
22451         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22452         * lib/strcasestr.c: Include allocsa.h.
22453         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
22454         * lib/mbsstr.c: Include allocsa.h.
22455         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22456         allocsa/freesa instead of malloc/free.
22457         * lib/mbscasestr.c: Include allocsa.h.
22458         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
22459         allocsa/freesa instead of malloc/free.
22460         * modules/c-strstr (Depends-on): Add allocsa.
22461         * modules/c-strcasestr (Depends-on): Likewise.
22462         * modules/strcasestr (Depends-on): Likewise.
22463         * modules/mbsstr (Depends-on): Likewise.
22464         * modules/mbscasestr (Depends-on): Likewise.
22465
22466 2007-02-11  Bruno Haible  <bruno@clisp.org>
22467
22468         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
22469
22470         * modules/mbsspn-tests: New file.
22471         * tests/test-mbsspn.sh: New file.
22472         * tests/test-mbsspn.c: New file.
22473
22474 2007-02-11  Bruno Haible  <bruno@clisp.org>
22475
22476         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
22477
22478         * modules/mbspbrk-tests: New file.
22479         * tests/test-mbspbrk.sh: New file.
22480         * tests/test-mbspbrk.c: New file.
22481
22482 2007-02-11  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
22485         unneeded cast.
22486
22487         * modules/mbscspn-tests: New file.
22488         * tests/test-mbscspn.sh: New file.
22489         * tests/test-mbscspn.c: New file.
22490
22491 2007-02-11  Bruno Haible  <bruno@clisp.org>
22492
22493         * modules/mbscasecmp-tests: New file.
22494         * tests/test-mbscasecmp.sh: New file.
22495         * tests/test-mbscasecmp.c: New file.
22496
22497 2007-02-11  Bruno Haible  <bruno@clisp.org>
22498
22499         Ensure O(n) worst-case complexity of mbscasestr.
22500         * lib/mbscasestr.c: Include stdbool.h.
22501         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22502         functions.
22503         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
22504         the bookkeeping indicates that it's worth it.
22505         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
22506
22507         * modules/mbscasestr-tests: New file.
22508         * tests/test-mbscasestr1.c: New file.
22509         * tests/test-mbscasestr2.sh: New file.
22510         * tests/test-mbscasestr2.c: New file.
22511         * tests/test-mbscasestr3.sh: New file.
22512         * tests/test-mbscasestr3.c: New file.
22513         * tests/test-mbscasestr4.sh: New file.
22514         * tests/test-mbscasestr4.c: New file.
22515         * m4/locale-tr.m4: New file.
22516
22517 2007-02-11  Bruno Haible  <bruno@clisp.org>
22518
22519         Ensure O(n) worst-case complexity of mbsstr.
22520         * lib/mbsstr.c: Include stdbool.h.
22521         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
22522         functions.
22523         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
22524         bookkeeping indicates that it's worth it.
22525         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
22526
22527         * modules/mbsstr-tests: New file.
22528         * tests/test-mbsstr1.c: New file.
22529         * tests/test-mbsstr2.sh: New file.
22530         * tests/test-mbsstr2.c: New file.
22531         * tests/test-mbsstr3.sh: New file.
22532         * tests/test-mbsstr3.c: New file.
22533         * m4/locale-fr.m4: New file.
22534
22535 2007-02-11  Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/mbsrchr.c (mbsrchr): Fix bug.
22538
22539         * modules/mbsrchr-tests: New file.
22540         * tests/test-mbsrchr.sh: New file.
22541         * tests/test-mbsrchr.c: New file.
22542
22543 2007-02-11  Bruno Haible  <bruno@clisp.org>
22544
22545         * lib/mbschr.c (mbschr): Fix bug.
22546
22547         * modules/mbschr-tests: New file.
22548         * tests/test-mbschr.sh: New file.
22549         * tests/test-mbschr.c: New file.
22550         * m4/locale-zh.m4: New file.
22551
22552 2007-02-11  Bruno Haible  <bruno@clisp.org>
22553
22554         Support for copying multibyte string iterators.
22555         * lib/mbiter.h: Include <string.h>.
22556         (mbiter_multi_copy): New function.
22557         (mbi_copy): New macro.
22558         * lib/mbuiter.h: Include <string.h>.
22559         (mbuiter_multi_copy): New function.
22560         (mbui_copy): New macro.
22561
22562 2007-02-11  Bruno Haible  <bruno@clisp.org>
22563
22564         New module mbslen.
22565         * modules/mbslen: New file.
22566         * lib/mbslen.c: New file.
22567         * lib/string_.h (mbslen): New declaration.
22568         * m4/mbslen.m4: New file.
22569         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22570         GNULIB_MBSLEN.
22571         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
22572         * MODULES.html.sh (Internationalization functions): Add mbslen.
22573
22574 2007-02-11  Bruno Haible  <bruno@clisp.org>
22575
22576         Ensure O(n) worst-case complexity of strcasestr substitute.
22577         * lib/strcasestr.c: Include stdbool.h.
22578         (knuth_morris_pratt): New function.
22579         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22580         bookkeeping indicates that it's worth it.
22581         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
22582
22583         * modules/strcasestr-tests: New file.
22584         * tests/test-strcasestr.c: New file.
22585
22586 2007-02-11  Bruno Haible  <bruno@clisp.org>
22587
22588         Ensure O(n) worst-case complexity of c_strcasestr.
22589         * lib/c-strcasestr.c: Include stdbool.h, string.h.
22590         (knuth_morris_pratt): New function.
22591         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
22592         the bookkeeping indicates that it's worth it.
22593         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
22594
22595         * modules/c-strcasestr-tests: New file.
22596         * tests/test-c-strcasestr.c: New file.
22597
22598 2007-02-11  Bruno Haible  <bruno@clisp.org>
22599
22600         Ensure O(n) worst-case complexity of c_strstr.
22601         * lib/c-strstr.c: Include stdbool.h, string.h.
22602         (knuth_morris_pratt): New function.
22603         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
22604         bookkeeping indicates that it's worth it.
22605         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
22606
22607         * lib/c-strstr.c: Complete rewrite for maintainability.
22608
22609         * modules/c-strstr-tests: New file.
22610         * tests/test-c-strstr.c: New file.
22611
22612 2007-02-11  Bruno Haible  <bruno@clisp.org>
22613
22614         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
22615         5.2.1 and earlier, whereby \055 was treated just like the range
22616         delimiter '-'.
22617         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22618
22619 2007-02-08  Bruno Haible  <bruno@clisp.org>
22620
22621         * modules/regex (Depends-on): Add stdbool.
22622         Reported by Dalibor Topic <robilad@kaffe.org>.
22623
22624 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22625
22626         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
22627         Prefer returning from main to exiting from it.
22628         Remove unnecessary parens after sizeof.
22629
22630 2007-02-05  Bruno Haible  <bruno@clisp.org>
22631
22632         New module mbssep.
22633         * modules/mbssep: New file.
22634         * lib/mbssep.c: New file.
22635         * lib/string_.h (strsep): Add a conditional link warning.
22636         (mbssep): New declaration.
22637         * m4/mbssep.m4: New file.
22638         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22639         GNULIB_MBSSEP.
22640         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
22641         * MODULES.html.sh (Internationalization functions): Add mbssep.
22642
22643 2007-02-05  Bruno Haible  <bruno@clisp.org>
22644
22645         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
22646         Optimize search in case of 1 delimiter.
22647
22648 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22649
22650         * lib/acl.h: Include sys/types.h before sys/acl.h.
22651
22652 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
22653
22654         Merge upstream fix for glibc bugzilla #3957:
22655
22656         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
22657
22658         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
22659         bit for RE_HAT_LISTS_NOT_NEWLINE.
22660         (build_charclass_op): Remove bogus comment.
22661
22662 2007-02-05  Simon Josefsson  <simon@josefsson.org>
22663
22664         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
22665
22666 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22667
22668         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
22669         * lib/memmem.c [!defined _LIBC]: Include config.h.
22670
22671 2007-02-04  Bruno Haible  <bruno@clisp.org>
22672
22673         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
22674         warning message.
22675
22676 2007-02-04  Bruno Haible  <bruno@clisp.org>
22677
22678         New module mbstok_r.
22679         * modules/mbstok_r: New file.
22680         * lib/mbstok_r.c: New file.
22681         * lib/string_.h (strtok_r): Change argument names to match the
22682         comments. Add a conditional link warning.
22683         (mbstok_r): New declaration.
22684         * m4/mbstok_r.m4: New file.
22685         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22686         GNULIB_MBSTOK_R.
22687         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
22688         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
22689
22690 2007-02-04  Bruno Haible  <bruno@clisp.org>
22691
22692         New module mbsspn.
22693         * modules/mbsspn: New file.
22694         * lib/mbsspn.c: New file.
22695         * lib/string_.h (strspn): Add a conditional link warning.
22696         (mbsspn): New declaration.
22697         * m4/mbsspn.m4: New file.
22698         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22699         GNULIB_MBSSPN.
22700         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
22701         * MODULES.html.sh (Internationalization functions): Add mbsspn.
22702
22703 2007-02-04  Bruno Haible  <bruno@clisp.org>
22704
22705         New module mbspbrk.
22706         * modules/mbspbrk: New file.
22707         * lib/mbspbrk.c: New file.
22708         * lib/string_.h (strpbrk): Add a conditional link warning.
22709         (mbspbrk): New declaration.
22710         * m4/mbspbrk.m4: New file.
22711         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22712         GNULIB_MBSPBRK.
22713         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
22714         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
22715
22716 2007-02-04  Bruno Haible  <bruno@clisp.org>
22717
22718         New module mbscspn.
22719         * modules/mbscspn: New file.
22720         * lib/mbscspn.c: New file.
22721         * lib/string_.h (strcspn): Add a conditional link warning.
22722         (mbscspn): New declaration.
22723         * m4/mbscspn.m4: New file.
22724         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22725         GNULIB_MBSCSPN.
22726         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
22727         * MODULES.html.sh (Internationalization functions): Add mbscspn.
22728
22729 2007-02-04  Bruno Haible  <bruno@clisp.org>
22730
22731         New module mbscasestr, reduced goal of strcasestr.
22732         * modules/mbscasestr: New file.
22733         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
22734         (mbscasestr): Renamed from strcasestr.
22735         * lib/strcasestr.c: Don't include mbuiter.h.
22736         (strcasestr): Remove support for multibyte locales.
22737         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
22738         Change the conditional link warning.
22739         (mbscasestr): New declaration.
22740         * m4/mbscasestr.m4: New file.
22741         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
22742         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
22743         REPLACE_STRCASESTR.
22744         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
22745         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22746         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22747         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
22748         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
22749         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
22750         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
22751         (Depends-on): Remove mbuiter.
22752         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
22753
22754 2007-02-04  Bruno Haible  <bruno@clisp.org>
22755
22756         Simplify handling of strncasecmp.
22757         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
22758         the conditional link warning.
22759         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22760         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
22761         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
22762         * modules/strcase (configure.ac): Don't invoke
22763         gl_STRING_MODULE_INDICATOR.
22764         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
22765
22766 2007-02-04  Bruno Haible  <bruno@clisp.org>
22767
22768         New module mbscasecmp, reduced goal of strcasecmp.
22769         * modules/mbscasecmp: New file.
22770         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
22771         (mbscasecmp): Renamed from strcasecmp.
22772         * lib/strcasecmp.c: Don't include mbuiter.h.
22773         (strcasecmp): Remove support for multibyte locales.
22774         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
22775         Change the conditional link warning.
22776         (mbscasecmp): New declaration.
22777         * m4/mbscasecmp.m4: New file.
22778         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
22779         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
22780         REPLACE_STRCASECMP.
22781         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
22782         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22783         GNULIB_MBSCASECMP.
22784         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
22785         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
22786         * modules/strcase (Files): Remove m4/mbrtowc.m4.
22787         (Depends-on): Remove mbuiter.
22788         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
22789
22790 2007-02-04  Bruno Haible  <bruno@clisp.org>
22791
22792         New module mbsstr. Remove module strstr.
22793         * modules/mbsstr: New file.
22794         * modules/strstr: Remove file.
22795         * lib/mbsstr.c: Renamed from lib/strstr.c.
22796         (mbsstr): Renamed from strstr.
22797         * lib/string_.h (strstr): Remove declaration. Change the conditional
22798         link warning.
22799         (mbsstr): New declaration.
22800         * m4/mbsstr.m4: New file.
22801         * m4/strstr.m4: Remove file.
22802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
22803         REPLACE_STRSTR.
22804         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
22805         Don't initialize GNULIB_STRSTR.
22806         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
22807         substitute GNULIB_STRSTR and REPLACE_STRSTR.
22808         * MODULES.html.sh (Internationalization functions): Add mbsstr.
22809         (Support for systems lacking ANSI C 89): Remove strstr.
22810
22811 2007-02-04  Bruno Haible  <bruno@clisp.org>
22812
22813         New module mbsrchr.
22814         * modules/mbsrchr: New file.
22815         * lib/mbsrchr.c: New file.
22816         * lib/string_.h (strrchr): Add a conditional link warning.
22817         (mbsrchr): New declaration.
22818         * m4/mbsrchr.m4: New file.
22819         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22820         GNULIB_MBSRCHR.
22821         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
22822         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
22823
22824 2007-02-04  Bruno Haible  <bruno@clisp.org>
22825
22826         New module mbschr.
22827         * modules/mbschr: New file.
22828         * lib/mbschr.c: New file.
22829         * lib/string_.h (strchr): Add a conditional link warning.
22830         (mbschr): New declaration.
22831         * m4/mbschr.m4: New file.
22832         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
22833         GNULIB_MBSCHR.
22834         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
22835         * MODULES.html.sh (Internationalization functions): Add mbschr.
22836
22837 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
22838
22839         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
22840
22841         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
22842
22843 2007-02-04  Bruno Haible  <bruno@clisp.org>
22844
22845         New module description section 'configure.ac-early'.
22846         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
22847         (func_get_autoconf_early_snippet): New function.
22848         (func_import, func_create_testdir): Use it. Remove special cases for
22849         modules 'extensions' and 'lock'.
22850         * modules/extensions (configure.ac-early): Require
22851         gl_USE_SYSTEM_EXTENSIONS.
22852         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
22853
22854 2007-02-04  Bruno Haible  <bruno@clisp.org>
22855
22856         Make use of gcj-4.3's -fsource and -ftarget option.
22857         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
22858         and if so try the options -fsource and -ftarget.
22859         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
22860         source_version, ftarget_option, target_version arguments.
22861         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
22862         (is_envjavac_oldgcj_14_14_usable): Renamed from
22863         is_envjavac_gcj_14_14_usable.
22864         (is_envjavac_oldgcj_14_13_usable): Renamed from
22865         is_envjavac_gcj_14_13_usable.
22866         (is_gcj_present): Update.
22867         (is_gcj_43, is_gcj43_usable): New functions.
22868         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
22869         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
22870         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
22871         try the options -fsource and -ftarget.
22872
22873 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22874
22875         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
22876         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
22877         larger value.
22878
22879 2007-02-03  Jim Meyering  <jim@meyering.net>
22880
22881         Give tools a better chance to allocate space for very large buffers.
22882         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
22883
22884         Make pwd and readlink work also when run with an unreadable parent dir
22885         on systems with openat support.
22886         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
22887         provided getcwd function, even when we have openat support.
22888         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
22889
22890 2007-02-02  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
22893         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
22894         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
22895         portability problems if one of these functions is only used on specific
22896         platforms.
22897         Reported by Paul Eggert.
22898
22899 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
22900
22901         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
22902         is causing more trouble than it's curing.
22903         * lib/regex_internal.h (__mempcpy): Remove.
22904         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
22905         (and make the code a tad smaller to boot).
22906         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
22907
22908 2007-02-02  Jim Meyering  <jim@meyering.net>
22909
22910         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
22911         section, not in the Makefile.am: one.
22912
22913 2007-02-02  Eric Blake  <ebb9@byu.net>
22914
22915         * lib/strchrnul.c: Always include config.h first.
22916
22917         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
22918         gnulib strstr is not necessary here.
22919
22920 2007-02-02  Simon Josefsson  <simon@josefsson.org>
22921
22922         * m4/socklen.m4: Fix typo.
22923
22924 2007-02-02  Eric Blake  <ebb9@byu.net>
22925
22926         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
22927         * modules/netinet_in (Makefile.am): Likewise.
22928
22929 2007-02-01  Bruno Haible  <bruno@clisp.org>
22930
22931         * lib/string_.h (GL_LINK_WARNING): New macro.
22932         (strcasecmp, strstr, strcasestr): If provided by the system,
22933         conditionally define as a macro that leads to a warning instead of to
22934         an error.
22935         (strncasecmp): Conditionally define as a macro that leads to a warning.
22936
22937 2007-02-01  Karl Berry  <karl@gnu.org>
22938
22939         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
22940
22941 2007-02-01  Bruno Haible  <bruno@clisp.org>
22942
22943         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
22944         renamings.
22945
22946 2007-02-01  Eric Blake  <ebb9@byu.net>
22947
22948         * modules/regex (Depends-on): Revert dependence on mempcpy.
22949         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
22950         module's definition of mempcpy.
22951         Reported by Paul Eggert.
22952
22953 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22954
22955         * lib/string_.h: If the gnulib module XYZ is not present, undefine
22956         the symbol XYZ before redefining it.  This fixes a problem with
22957         programs that don't use XYZ, when compiled on systems that define
22958         XYZ to something else.
22959
22960 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
22963         occurs when "mkdir -m foo" creates a setgid directory that is (1)
22964         writeable to group or other and (2) is intended to have a special
22965         mode bit that is set or cleared.  In such a case, the directory
22966         should be neither group- nor other-writeable until the special
22967         mode bits are right.
22968
22969 2007-01-31  Eric Blake  <ebb9@byu.net>
22970
22971         * modules/mountlist (Depends-on): Add strstr.
22972
22973         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
22974         bug.
22975         * modules/string (Makefile.am): Remove redundant replacement.
22976         * modules/regex (Depends-on): Add mempcpy.
22977
22978 2007-01-31  Bruno Haible  <bruno@clisp.org>
22979
22980         New module description field 'Link'.
22981         * gnulib-tool (func_usage): Document --extract-link-directive.
22982         (sed_extract_prog): Recognize 'Link' directive.
22983         (func_get_link_directive): New function.
22984         (func_import): Show summary of link directives.
22985         Handle --extract-link-directive option.
22986         * modules/acl (Link): New section.
22987         * modules/clock-time (Link): New section.
22988         * modules/euidaccess (Link): New section.
22989         * modules/gettext (Link): New section.
22990         * modules/iconv (Link): New section.
22991         * modules/lock (Link): New section.
22992         * modules/nanosleep (Link): New section.
22993         * modules/readline (Link): New section.
22994
22995 2007-01-27  Bruno Haible  <bruno@clisp.org>
22996
22997         Enforce the use of gnulib modules for unportable <string.h> functions.
22998         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
22999         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
23000         (gl_HEADER_STRING_H_BODY): Require it.
23001         * lib/string_.h: If the gnulib module XYZ is not present, redefine
23002         the symbol XYZ to one that gives a link error.
23003         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
23004         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
23005         * modules/mempcpy (configure.ac): Likewise.
23006         * modules/memrchr (configure.ac): Likewise.
23007         * modules/stpcpy (configure.ac): Likewise.
23008         * modules/stpncpy (configure.ac): Likewise.
23009         * modules/strcase (configure.ac): Likewise.
23010         * modules/strcasestr (configure.ac): Likewise.
23011         * modules/strchrnul (configure.ac): Likewise.
23012         * modules/strdup (configure.ac): Likewise.
23013         * modules/strndup (configure.ac): Likewise.
23014         * modules/strnlen (configure.ac): Likewise.
23015         * modules/strpbrk (configure.ac): Likewise.
23016         * modules/strsep (configure.ac): Likewise.
23017         * modules/strstr (configure.ac): Likewise.
23018         * modules/strtok_r (configure.ac): Likewise.
23019
23020 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
23021
23022         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
23023
23024 2007-01-30  Jim Meyering  <jim@meyering.net>
23025
23026         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
23027
23028 2007-01-29  Bruno Haible  <bruno@clisp.org>
23029
23030         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
23031         * lib/execute.c: Likewise.
23032         * lib/pipe.c: Likewise.
23033         * lib/printf-args.h: Likewise.
23034         * lib/printf-args.c: Likewise.
23035         * lib/printf-parse.c: Likewise.
23036         * lib/vasnprintf.c: Likewise.
23037
23038 2007-01-29  Eric Blake  <ebb9@byu.net>
23039
23040         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
23041         declaration.
23042
23043 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
23044
23045         * lib/strptime.h (strptime): Use 'restrict' for args where
23046         POSIX requires this.
23047         * lib/strptime.c (strptime): Likewise.
23048         Change license notice from LGPL to GPL, since gnulib-tool will
23049         change this as needed.
23050         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
23051         defined.
23052         Include "strptime.h" first, to check interface.
23053         Do not #undef _LIBC and _NL_CURRENT.
23054         Do not include <stdlib.h>; no longer needed.
23055         Include "time_r.h" and declare ptime_locale_status
23056         only if _LIBC is not defined.
23057         (__P): Remove unused macro.
23058         (match_string): Bring back glibc version, but use it only if _LIBC
23059         is defined.
23060         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
23061         Remove unnecessary assertion and abort() call.
23062         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
23063         * m4/strptime.m4: Fix serial number comment.
23064         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
23065         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
23066         (Depends-on): Add time_r.
23067
23068 2007-01-29  Bruno Haible  <bruno@clisp.org>
23069
23070         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23071         strptime.
23072         * modules/strptime (Depends-on): Add stdbool.
23073         * lib/strptime.h: Include <time.h> always. Add comments.
23074
23075 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
23076
23077         * modules/strptime: New file.
23078         * lib/strptime.h: New file.
23079         * lib/strptime.c: New file.
23080         * m4/strptime.m4: New file.
23081
23082 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23083
23084         * MODULES.html.sh: New module mpsort.
23085         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
23086
23087         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
23088         a circularity problem with HP-UX ia64 reported by Bob Proulx in
23089         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
23090         All uses changed.
23091         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
23092         All uses changed.
23093         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
23094         to _Restrict_.
23095         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
23096         the parameter matches the prototype.
23097
23098 2007-01-28  Jim Meyering  <jim@meyering.net>
23099
23100         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
23101         sys/time.h here, reverting that part of the previous patch:
23102         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
23103
23104 2007-01-28  Bruno Haible  <bruno@clisp.org>
23105
23106         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
23107         value of $(SYS_TIME_H).
23108         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
23109         remove it conditionally, too. [added by Jim Meyering]
23110         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
23111         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23112         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
23113         GETTIMEOFDAY_REPLACEMENT to 1.
23114
23115 2007-01-28  Bruno Haible  <bruno@clisp.org>
23116
23117         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
23118         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
23119         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
23120         Set UNISTD_H instead of UNISTD_H2.
23121         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
23122
23123 2007-01-28  Bruno Haible  <bruno@clisp.org>
23124
23125         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
23126         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
23127
23128 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23129
23130         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
23131         (func_create_testdir): Ensure C locale for `grep' and `tr'
23132         character ranges.
23133         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
23134         ACLOCAL_AMFLAGS parsing state machine.
23135
23136 2007-01-27  Bruno Haible  <bruno@clisp.org>
23137
23138         * modules/unistr/base: Update.
23139
23140 2007-01-27  Bruno Haible  <bruno@clisp.org>
23141
23142         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
23143         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
23144         * modules/unistr/u32-mbtouc-unsafe: Renamed from
23145         modules/unistr/u32-mbtouc.
23146         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
23147         * lib/unistr.h: Update.
23148         * lib/linebreak.c: Update.
23149         * modules/unistr/u32-mbtouc: Renamed from
23150         modules/unistr/u32-mbtouc-safe.
23151         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
23152         * lib/unistr.h: Update.
23153         * lib/unistr/u32-to-u8.c: Update.
23154         * lib/unistr/u32-to-u16.c: Update.
23155
23156 2007-01-27  Bruno Haible  <bruno@clisp.org>
23157
23158         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
23159         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
23160         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
23161         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
23162         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
23163         * modules/unistr/u16-mbtouc-unsafe: Renamed from
23164         modules/unistr/u16-mbtouc.
23165         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
23166         * lib/unistr.h: Update.
23167         * lib/linebreak.c: Update.
23168         * modules/linebreak: Update.
23169         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
23170         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
23171         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
23172         * modules/unistr/u16-mbtouc: Renamed from
23173         modules/unistr/u16-mbtouc-safe.
23174         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
23175         * lib/unistr.h: Update.
23176         * lib/unistr/u16-to-u8.c: Update.
23177         * modules/unistr/u16-to-u8: Update.
23178         * lib/unistr/u16-to-u32.c: Update.
23179         * modules/unistr/u16-to-u32: Update.
23180
23181 2007-01-27  Bruno Haible  <bruno@clisp.org>
23182
23183         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
23184         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
23185         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
23186         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
23187         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
23188         * modules/unistr/u8-mbtouc-unsafe: Renamed from
23189         modules/unistr/u8-mbtouc.
23190         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
23191         * lib/unistr.h: Update.
23192         * lib/striconveh.c: Update.
23193         * modules/striconveh: Update.
23194         * lib/linebreak.c: Update.
23195         * modules/linebreak: Update.
23196         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
23197         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
23198         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
23199         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
23200         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
23201         * lib/unistr.h: Update.
23202         * lib/striconveh.c: Update.
23203         * modules/striconveh: Update.
23204         * lib/unistr/u8-to-u16.c: Update.
23205         * modules/unistr/u8-to-u16: Update.
23206         * lib/unistr/u8-to-u32.c: Update.
23207         * modules/unistr/u8-to-u32: Update.
23208
23209 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23210
23211         Sync from Libtool.
23212         * lib/argz.c: Do not include strings.h nor memory.h, include
23213         string.h unconditionally.  Patch by Simon Josefsson.
23214
23215 2007-01-27  Bruno Haible  <bruno@clisp.org>
23216
23217         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
23218         from gl_HEADER_STRING_H_BODY.
23219         (gl_HEADER_STRING_H_BODY): Require it.
23220         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
23221         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
23222         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
23223         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
23224         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23225         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
23226         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23227         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
23228         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
23229         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23230         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
23231         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
23232         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
23233         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23234         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23235
23236 2007-01-27  Bruno Haible  <bruno@clisp.org>
23237
23238         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
23239         check_PROGRAMS into noinst_PROGRAMS.
23240         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
23241         check_PROGRAMS in this case.
23242         (func_import): Set for_test to false.
23243         (func_create_testdir): Set for_test to true.
23244
23245 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
23246             Bruno Haible  <bruno@clisp.org>
23247
23248         * modules/strcasestr (Files): Remove lib/strcasestr.h.
23249         (Depends-on): Add string.
23250         (Includes): Use <string.h> instead of strcasestr.h.
23251         * modules/string (Makefile.am): Also substitute the value of
23252         REPLACE_STRCASESTR.
23253         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
23254         assume strcasestr is declared in <string.h> not <strings.h>. Also
23255         set REPLACE_STRCASESTR.
23256         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
23257         REPLACE_STRCASESTR.
23258         * lib/strcasestr.h: Remove file.
23259         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
23260         * lib/string_.h (strcasestr): New declaration.
23261
23262 2007-01-27  Bruno Haible  <bruno@clisp.org>
23263
23264         * lib/string_.h: Use 'extern'.
23265
23266 2007-01-27  Jim Meyering  <jim@meyering.net>
23267
23268         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
23269         of set-but-not-used local, "q".
23270
23271         * lib/mempcpy.c: Include <config.h> before <string.h>.
23272         This fixes a compilation error on HP-UX, due to the system's
23273         "restrict"-using mempcpy prototype.
23274
23275 2007-01-26  Bruno Haible  <bruno@clisp.org>
23276
23277         Small optimization.
23278         * lib/javacomp.c: Include c-strstr.h.
23279          (is_envjavac_gcj): Use c_strstr instead of strstr.
23280         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
23281
23282 2007-01-26  Bruno Haible  <bruno@clisp.org>
23283
23284         * MODULES.html.sh (Unicode string functions): Add the new modules.
23285
23286         * modules/uniconv/u32-strconv-to-locale: New file.
23287         * lib/uniconv/u32-strconv-to-locale.c: New file.
23288
23289         * modules/uniconv/u16-strconv-to-locale: New file.
23290         * lib/uniconv/u16-strconv-to-locale.c: New file.
23291
23292         * modules/uniconv/u8-strconv-to-locale: New file.
23293         * lib/uniconv/u8-strconv-to-locale.c: New file.
23294
23295         * modules/uniconv/u32-strconv-from-locale: New file.
23296         * lib/uniconv/u32-strconv-from-locale.c: New file.
23297
23298         * modules/uniconv/u16-strconv-from-locale: New file.
23299         * lib/uniconv/u16-strconv-from-locale.c: New file.
23300
23301         * modules/uniconv/u8-strconv-from-locale: New file.
23302         * lib/uniconv/u8-strconv-from-locale.c: New file.
23303
23304         * modules/uniconv/u32-strconv-to-enc: New file.
23305         * lib/uniconv/u32-strconv-to-enc.c: New file.
23306         * modules/uniconv/u32-strconv-to-enc-tests: New file.
23307         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
23308
23309         * modules/uniconv/u16-strconv-to-enc: New file.
23310         * lib/uniconv/u16-strconv-to-enc.c: New file.
23311         * lib/uniconv/u-strconv-to-enc.h: New file.
23312         * modules/uniconv/u16-strconv-to-enc-tests: New file.
23313         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
23314
23315         * modules/uniconv/u8-strconv-to-enc: New file.
23316         * lib/uniconv/u8-strconv-to-enc.c: New file.
23317         * modules/uniconv/u8-strconv-to-enc-tests: New file.
23318         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
23319
23320         * modules/uniconv/u32-strconv-from-enc: New file.
23321         * lib/uniconv/u32-strconv-from-enc.c: New file.
23322         * modules/uniconv/u32-strconv-from-enc-tests: New file.
23323         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
23324
23325         * modules/uniconv/u16-strconv-from-enc: New file.
23326         * lib/uniconv/u16-strconv-from-enc.c: New file.
23327         * modules/uniconv/u16-strconv-from-enc-tests: New file.
23328         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
23329
23330         * modules/uniconv/u8-strconv-from-enc: New file.
23331         * lib/uniconv/u8-strconv-from-enc.c: New file.
23332         * lib/uniconv/u-strconv-from-enc.h: New file.
23333         * modules/uniconv/u8-strconv-from-enc-tests: New file.
23334         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
23335
23336         * modules/uniconv/u32-conv-from-enc: New file.
23337         * lib/uniconv/u32-conv-from-enc.c: New file.
23338         * modules/uniconv/u32-conv-from-enc-tests: New file.
23339         * tests/uniconv/test-u32-conv-from-enc.c: New file.
23340
23341         * modules/uniconv/u16-conv-from-enc: New file.
23342         * lib/uniconv/u16-conv-from-enc.c: New file.
23343         * lib/uniconv/u-conv-from-enc.h: New file.
23344         * modules/uniconv/u16-conv-from-enc-tests: New file.
23345         * tests/uniconv/test-u16-conv-from-enc.c: New file.
23346
23347         * modules/uniconv/u8-conv-from-enc: New file.
23348         * lib/uniconv/u8-conv-from-enc.c: New file.
23349         * modules/uniconv/u8-conv-from-enc-tests: New file.
23350         * tests/uniconv/test-u8-conv-from-enc.c: New file.
23351
23352         * modules/uniconv/base: New file.
23353         * lib/uniconv.h: New file.
23354
23355 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         * doc/gnulib-tool.texi (Initial import): Update to match current
23358         behavior with strdup module.
23359         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
23360         * lib/memmem.h: Remove; all uses removed.  This is now done
23361         by <string.h>.
23362         * lib/mempcpy.h: Likewise.
23363         * lib/memrchr.h: Likewise.
23364         * lib/stpcpy.h: Likewise.
23365         * lib/stpncpy.h: Likewise.
23366         * lib/strcase.h: Likewise.
23367         * lib/strchrnul.h: Likewise.
23368         * lib/strdup.h: Likewise.
23369         * lib/strndup.h: Likewise.
23370         * lib/strnlen.h: Likewise.
23371         * lib/strpbrk.h: Likewise.
23372         * lib/strsep.h: Likewise.
23373         * lib/strstr.h: Likewise.
23374         * lib/strtok_r.h: Likewise.
23375         * lib/string_.h: New file.
23376         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
23377         Rely on <string.h> instead.
23378         * lib/canon-host.c: Likewise.
23379         * lib/chdir-long.c: Likewise.
23380         * lib/concatpath.c: Likewise.
23381         * lib/exclude.c: Likewise.
23382         * lib/fchdir.c: Likewise.
23383         * lib/getaddrinfo.c: Likewise.
23384         * lib/getcwd.c: Likewise.
23385         * lib/getsubopt.c: Likewise.
23386         * lib/glob.c: Likewise.
23387         * lib/hard-locale.c: Likewise.
23388         * lib/iconvme.c: Likewise.
23389         * lib/javacomp.c: Likewise.
23390         * lib/mempcpy.c: Likewise.
23391         * lib/memrchr.c: Likewise.
23392         * lib/regex_internal.h: Likewise.
23393         * lib/stpncpy.c: Likewise.
23394         * lib/strcasecmp.c: Likewise.
23395         * lib/strchrnul.c: Likewise.
23396         * lib/strdup.c: Likewise.
23397         * lib/striconv.c: Likewise.
23398         * lib/striconveh.c: Likewise.
23399         * lib/striconveha.c: Likewise.
23400         * lib/strncasecmp.c: Likewise.
23401         * lib/strndup.c: Likewise.
23402         * lib/strnlen.c: Likewise.
23403         * lib/strsep.c: Likewise.
23404         * lib/strstr.c: Likewise.
23405         * lib/strtok_r.c: Likewise.
23406         * lib/userspec.c: Likewise.
23407         * lib/w32spawn.h: Likewise.
23408         * lib/xstrndup.c: Likewise.
23409         * lib/mountlist.c (strstr): Remove decl.
23410         * m4/string_h.m4: New file.
23411         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
23412         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
23413         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
23414         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
23415         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
23416         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
23417         Set REPLACE_STRCASECMP if necessary.
23418         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
23419         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
23420         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
23421         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
23422         HAVE_DECL_STRDUP if necessary.
23423         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
23424         since gl_FUNC_STRNDUP does that now.
23425         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
23426         Check for decl here...
23427         (gl_PREREQ_STRNLEN): ... not here.
23428         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
23429         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
23430         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
23431         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
23432         necessary.
23433         * modules/string: New file.
23434         * modules/memmem (Files): Remove special-purpose include file.
23435         (Depends-on): Add string.
23436         (Include): Include <string.h>, not the removed file.
23437         * modules/mempcpy: Likewise.
23438         * modules/memrchr: Likewise.
23439         * modules/stpcpy: Likewise.
23440         * modules/stpncpy: Likewise.
23441         * modules/strcase: Likewise.
23442         * modules/strchrnul: Likewise.
23443         * modules/strdup: Likewise.
23444         * modules/strndup: Likewise.
23445         * modules/strnlen: Likewise.
23446         * modules/strpbrk: Likewise.
23447         * modules/strsep: Likewise.
23448         * modules/strstr: Likewise.
23449         * modules/strtok_r: Likewise.
23450         * tests/test-dirname.c: Don't include "strdup.h", since
23451         <string.h> now suffices.
23452         * tests/test-memmem.c: Don't include "memmem.h", since
23453         <string.h> now suffices.
23454
23455 2007-01-25  Bruno Haible  <bruno@clisp.org>
23456
23457         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
23458         *resultp is 0.
23459
23460         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
23461         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
23462         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
23463         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
23464
23465         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
23466         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
23467         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
23468         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
23469         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
23470         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
23471
23472 2007-01-24  Bruno Haible  <bruno@clisp.org>
23473
23474         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
23475         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
23476         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
23477         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
23478         gl_FUNC_FTS_CORE.
23479         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
23480         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
23481         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23482         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
23483         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
23484         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
23485         gl_FUNC_FCHOWNAT.
23486         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
23487         gl_FUNC_STRFTIME.
23488         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
23489         Reported by Ralf Wildenhues.
23490
23491 2007-01-24  Bruno Haible  <bruno@clisp.org>
23492
23493         Drop AC_REQUIRE calls that are redundant with the module dependencies.
23494         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
23495         gl_GETADDRINFO.
23496         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
23497         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
23498         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
23499
23500 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
23501
23502         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
23503         Don't use 'exit'; just return from 'main'.
23504         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
23505
23506         * lib/fnmatch_.h: Readjust white space and comments to match
23507         glibc, to avoid spurious diffs.
23508
23509 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23510
23511         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
23512         2004-12-01 change by Jakub Jelinek, since this code won't compile
23513         if !LIBC.  Problem reported by Bob Proulx.
23514
23515 2007-01-23  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/striconveh.c: Include c-strcaseeq.h.
23518         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
23519         * modules/striconveh (Depends-on): Add c-strcaseeq.
23520
23521 2007-01-23  Bruno Haible  <bruno@clisp.org>
23522
23523         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
23524
23525         * modules/c-strcaseeq: New file.
23526         * lib/c-strcaseeq.h: New file.
23527
23528         * modules/streq: New file.
23529         * lib/streq.h: New file.
23530
23531 2007-01-23  Bruno Haible  <bruno@clisp.org>
23532
23533         * modules/striconveha-tests: New file.
23534         * tests/test-striconveha.c: New file.
23535
23536         * lib/striconveha.h: Include <stdbool.h>.
23537         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
23538         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
23539         (mem_iconveha_notranslit): Renamed from mem_iconveha.
23540         (mem_iconveha): New function.
23541         (str_iconveha_notranslit): Renamed from str_iconveha.
23542         (str_iconveha): New function.
23543         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
23544         c-strcase.
23545
23546 2007-01-23  Bruno Haible  <bruno@clisp.org>
23547
23548         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
23549         encodings without forgiving before trying any encoding with handler.
23550         (str_iconveha): Try all encodings without forgiving before trying any
23551         encoding with handler.
23552
23553 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23554
23555         Import the following changes from libc.
23556
23557         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23558
23559         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
23560
23561         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23562
23563         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
23564         normal_bracket label.
23565
23566         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
23567
23568         [BZ #361]
23569         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
23570         to normal_bracket after fetching the next character.
23571
23572 2007-01-22  Bruno Haible  <bruno@clisp.org>
23573
23574         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
23575         argument.
23576         * lib/striconveh.c (iconv_carefully_1): New function.
23577         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
23578         argument.
23579         (str_cd_iconveh): Update.
23580         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
23581         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
23582         * tests/test-striconveh.c (MAGIC): New macro.
23583         (new_offsets): New function.
23584         (main): Test call with and without offsets.
23585
23586 2007-01-22  Bruno Haible  <bruno@clisp.org>
23587
23588         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
23589         * modules/sys_select (Makefile.am): Likewise.
23590         * modules/sys_socket (Makefile.am): Likewise.
23591         * modules/sys_time (Makefile.am): Likewise.
23592
23593 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
23594
23595         * modules/gettimeofday (License): Change from GPL to LGPL, since
23596         gettimeofday is a library function.
23597
23598 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23599
23600         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
23601
23602 2007-01-21  Bruno Haible  <bruno@clisp.org>
23603
23604         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
23605
23606 2007-01-21  Bruno Haible  <bruno@clisp.org>
23607
23608         * modules/striconveha: New file.
23609         * lib/striconveha.h: New file.
23610         * lib/striconveha.c: New file.
23611         * MODULES.html.sh (Internationalization functions): Add striconveha.
23612         * lib/striconv.c (str_iconv): Optimize the case of an empty input
23613         string.
23614         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
23615
23616 2007-01-21  Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
23619         * lib/striconveh.c (str_iconveh): Likewise.
23620
23621 2007-01-21  Bruno Haible  <bruno@clisp.org>
23622
23623         * lib/striconveh.h (mem_iconveh): New declaration.
23624         * lib/striconveh.c (mem_iconveh): New function.
23625         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
23626
23627 2007-01-21  Bruno Haible  <bruno@clisp.org>
23628
23629         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
23630
23631         * lib/striconveh.h (mem_cd_iconveh): Change specification.
23632         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
23633         original result buffer.
23634         (str_cd_iconveh): Update.
23635         * tests/test-striconveh.c (main): Update.
23636
23637         * lib/striconv.h (mem_cd_iconv): Change specification.
23638         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
23639         result buffer.
23640         (str_cd_iconv): Update.
23641         * tests/test-striconv.c (main): Update.
23642
23643 2007-01-21  Bruno Haible  <bruno@clisp.org>
23644
23645         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
23646
23647 2007-01-20  Jim Meyering  <jim@meyering.net>
23648
23649         * lib/userspec.c (parse_with_separator): If a user or group string
23650         starts with "+", skip the corresponding name-to-ID look-up, since
23651         such a look-up must fail: user and group names may not include "+".
23652
23653 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23654
23655         * lib/poll.c: Include sys/time.h and time.h unconditionally,
23656         since we now assume the sys_time module.
23657         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
23658         check for sys/time.h; no longer needed.
23659         * modules/poll (Depends-on): Depend on sys_time.
23660
23661 2007-01-18  Bruno Haible  <bruno@clisp.org>
23662
23663         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
23664         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23665
23666         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
23667         gettimeofday.
23668
23669         * tests/test-gettimeofday.c: Include <time.h>.
23670         (dummy): Remove variable.
23671
23672         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
23673         gl_HEADER_SYS_TIME_H.
23674         (gl_HEADER_SYS_TIME_H): New macro.
23675
23676         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
23677         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23678         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
23679         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
23680         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23681         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
23682         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
23683         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23684         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
23685         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
23686         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23687
23688         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
23689         last change; it caused a compilation error when cross-compiling to
23690         Cygwin.
23691
23692 2007-01-18  Jim Meyering  <jim@meyering.net>
23693
23694         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
23695         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
23696         than the race-prone "test -d sys || mkdir sys".
23697         (configure.ac): Use AC_PROG_MKDIR_P.
23698         * modules/sys_select: Likewise.
23699         * modules/sys_socket: Likewise.
23700         * modules/sys_time: Likewise.
23701
23702 2007-01-18  Eric Blake  <ebb9@byu.net>
23703
23704         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
23705         replace gettimeofday.
23706         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
23707         name, to avoid infinite recursion.
23708
23709 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
23710
23711         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
23712         module sys_time.
23713         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
23714         assume timespec.h defines struct timeval.
23715         * lib/settime.c: Likewise.
23716         * lib/utimens.c: Likewise.
23717         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
23718         since we now assume the gettimeofday module.
23719         * lib/tempname.c (__gen_tempname): Likewise.
23720         * lib/gettimeofday.h: Remove.
23721         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
23722         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
23723         Include <time.h>, for 'time()'.
23724         (localtime_buffer_addr): Also use this workaround if
23725         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
23726         to simplify the uses.  All uses changed.
23727         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
23728         that #undef is inside {}, and 'const' follows type name consistently.
23729         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
23730         (gettimeofday): Do not use the maximum possible value for
23731         tv->tv_usec, since that might break usages other than ls.c.
23732         Instead, we'll leave ls.c alone.  This undoes today's patch
23733         by Bruno.  Add a compile-time warning for 1s-clock resolution;
23734         we've never observed the problem but might as well keep the
23735         canary.
23736         * lib/nanosleep.c: Include timespec.h first, for interface check.
23737         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
23738         now assume the sys_time module.
23739         * lib/tempname.c: Likewise.
23740         * lib/timespec.h: Likewise.
23741         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
23742         needed.
23743         * lib/strftime.c: Likewise.
23744         * lib/timespec.h: Likewise.
23745         * lib/posixtm.c: Include posixtm.h first, for interface check.
23746         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
23747         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
23748         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
23749         * lib/sys_time_.h: New file.
23750         * lib/timespec.h (struct timespec): Use long int, not long.
23751         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
23752         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
23753         Remove obsolescent call to AC_HEADER_TIME.
23754         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
23755         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23756         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23757         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
23758         Likewise.
23759         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
23760         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
23761         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
23762         into the sys_time module.  Check for gettimeofday just once.
23763         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
23764         for gettimeofday signature to just check the signature.  Merely
23765         compile it, since linking doesn't test signature.  Improve test for
23766         whether gettimeofday.o is actually needed.
23767         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
23768         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
23769         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
23770         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23771         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
23772         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
23773         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
23774         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
23775         than worrying about sys/time.h.
23776         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23777         Don't bother worrying about TIME_WITH_SYS_TIME.
23778         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
23779         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
23780         * m4/sys_time_h.m4: New file.
23781         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
23782         Don't include sys/time.h.  Return from main rather than exiting.
23783         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
23784         all uses changed.
23785         * modules/gethrxtime (Depends-on): Add sys_time.
23786         * modules/gettime (Depends-on): Likewise.
23787         * modules/gettimeofday (Depends-on): Likewise.
23788         * modules/nanosleep (Depends-on): Likewise.
23789         * modules/settime (Depends-on): Likewise.
23790         * modules/tempname (Depends-on): Likewise.
23791         * modules/utimens (Depends-on): Likewise.
23792         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
23793         (Include:) Change back to <sys/time.h>.
23794         (Maintainer:) Add self.
23795         * modules/sys_time: New file.
23796         * modules/tempname (Depends-on): Add gettimeofday.
23797         * tests/test-gettimeofday.c: Include <sys/time.h>
23798         rather than gettimeofday.h.
23799
23800 2007-01-17  Bruno Haible  <bruno@clisp.org>
23801
23802         * gnulib-tool (func_get_license): Revert last patch. Instead, let
23803         the license default to GPL.
23804         (func_create_testdir): Don't complain if a module is LGPL and its
23805         tests module depends on GPLed modules.
23806
23807 2007-01-17  Bruno Haible  <bruno@clisp.org>
23808
23809         * lib/gettimeofday.c (gettimeofday): Add code for the case
23810         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
23811         maximum possible value for tv->tv_usec, rather than the minimum one.
23812
23813 2005-10-08  Martin Lambers  <marlam@marlam.de>
23814 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23815 2007-01-16  Bruno Haible  <bruno@clisp.org>
23816
23817         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
23818         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
23819         gl_FUNC_GETTIMEOFDAY.
23820         (Include): Add gettimeofday.h.
23821         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
23822         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
23823         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
23824         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
23825         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
23826         * lib/gettimeofday.h: New file.
23827         * lib/gettimeofday.c: Include <sys/timeb.h>.
23828         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
23829         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
23830         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
23831         fall back on time().
23832
23833         * tests/test-gettimeofday.c: New file.
23834         * modules/gettimeofday-tests: New file.
23835
23836 2007-01-16  Eric Blake  <ebb9@byu.net>
23837
23838         * modules/fnmatch (Depends-on): Depend on wchar.
23839         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
23840         * m4/fnmatch.m4: Likewise.
23841         * modules/mbchar (Makefile.am): Assume <wchar.h>.
23842         * m4/mbchar.m4: Likewise.
23843         * modules/mbswidth (Depends-on): Depend on wchar.
23844         * lib/mbswidth.c: Assume <wchar.h>.
23845         * m4/mbswidth.m4: Likewise.
23846         * modules/quotearg (Depends-on): Depend on wchar.
23847         * lib/quotearg.c: Assume <wchar.h>.
23848         * m4/quotearg.m4: Likewise.
23849         * modules/regex (Depends-on): Depend on wchar.
23850         * lib/regex_internal.h: Assume <wchar.h>.
23851         * m4/regex.m4: Likewise.
23852         * modules/stdint (Depends-on): Depend on wchar.
23853         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
23854         * m4/stdint.m4: Likewise.
23855         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
23856         * modules/strftime (Depends-on): Depend on wchar.
23857         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
23858         * modules/strtol (Depends-on): Depend on wchar.
23859         * lib/strtol.c: Assume <wchar.h>.
23860         * modules/wcwidth (Depends-on): Depend on wchar.
23861         * lib/wcwidth.h: Assume <wchar.h>.
23862         * m4/wcwidth.m4: Likewise.
23863
23864 2007-01-16  Bruno Haible  <bruno@clisp.org>
23865
23866         * modules/csharpexec-script: New, created from...
23867         * modules/csharpexec: ... this.
23868
23869 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23870
23871         * modules/javaexec-script: New, created from...
23872         * modules/javaexec: ... this.
23873
23874 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23875
23876         * modules/poll (Dependencies): Add sys_select.
23877
23878 2007-01-15  Jim Meyering  <jim@meyering.net>
23879
23880         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
23881         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
23882         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
23883         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
23884
23885 2007-01-15  Bruno Haible  <bruno@clisp.org>
23886
23887         * modules/striconveh: New file.
23888         * lib/striconveh.h: New file.
23889         * lib/striconveh.c: New file.
23890         * MODULES.html.sh (Internationalization functions): Add striconveh.
23891
23892         * modules/striconveh-tests: New file.
23893         * tests/test-striconveh.c: New file.
23894
23895 2007-01-15  Bruno Haible  <bruno@clisp.org>
23896
23897         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
23898         not from GNU libiconv or GNU libc.
23899
23900 2007-01-15  Bruno Haible  <bruno@clisp.org>
23901
23902         * doc/gnulib-intro.texi (Copyright): Explain the different license
23903         terms for module descriptions, autoconf macros, tests, documentation.
23904
23905 2007-01-14  Bruno Haible  <bruno@clisp.org>
23906
23907         * modules/striconv-tests: New file.
23908         * tests/test-striconv.c: New file.
23909
23910 2007-01-14  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/iconv-tests: New file.
23913         * tests/test-iconv.c: New file.
23914
23915 2007-01-14  Bruno Haible  <bruno@clisp.org>
23916
23917         * gnulib-tool (func_get_license): For test modules, use the license of
23918         the main module.
23919
23920 2007-01-14  Bruno Haible  <bruno@clisp.org>
23921
23922         * modules/iconv (Include): Clarify that <iconv.h> can only be included
23923         if iconv is found to exist.
23924
23925 2007-01-14  Bruno Haible  <bruno@clisp.org>
23926
23927         * modules/c-ctype-tests: New file.
23928         * tests/test-c-ctype.c: New file.
23929
23930 2007-01-14  Bruno Haible  <bruno@clisp.org>
23931
23932         * modules/binary-io-tests: New file.
23933         * tests/test-binary-io.sh: New file.
23934         * tests/test-binary-io.c: New file.
23935
23936 2007-01-14  Bruno Haible  <bruno@clisp.org>
23937
23938         * modules/array-oset-tests: New file.
23939         * tests/test-array_oset.c: New file.
23940
23941 2007-01-14  Bruno Haible  <bruno@clisp.org>
23942
23943         * modules/array-list-tests: New file.
23944         * tests/test-array_list.c: New file.
23945
23946 2007-01-14  Bruno Haible  <bruno@clisp.org>
23947
23948         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
23949         and make.
23950         Reported by Simon Josefsson in
23951         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
23952
23953 2007-01-14  Bruno Haible  <bruno@clisp.org>
23954
23955         * modules/allocsa-tests: New file.
23956         * tests/test-allocsa.c: New file.
23957
23958 2007-01-14  Bruno Haible  <bruno@clisp.org>
23959
23960         * modules/fchdir (Depends-on): Add absolute-header.
23961         * modules/unistd (Depends-on): Likewise.
23962
23963 2006-12-30  Bruno Haible  <bruno@clisp.org>
23964
23965         * modules/fchdir: New file.
23966         * modules/unistd (Files): Add lib/unistd_.h.
23967         (Makefile.am): Generate unistd.h from unistd_.h.
23968         * lib/fchdir.c: New file.
23969         * lib/dirent_.h: New file.
23970         * lib/unistd_.h: New file.
23971         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
23972         * m4/fchdir.m4: New file.
23973         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
23974         (gl_HEADER_UNISTD): Invoke it.
23975         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
23976         function.
23977         * lib/backupfile.c (opendir, closedir): Undefine.
23978         * lib/chown.c (open, close): Undefine.
23979         * lib/clean-temp.c (open, close): Undefine.
23980         * lib/copy-file.c (open, close): Undefine.
23981         * lib/execute.c (open, close): Undefine.
23982         * lib/fsusage.c (open, close): Undefine.
23983         * lib/gc-gnulib.c (open, close): Undefine.
23984         * lib/getcwd.c (opendir, closedir): Undefine.
23985         * lib/glob.c (opendir, closedir): Undefine.
23986         * lib/javacomp.c (open, close): Undefine.
23987         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
23988         * lib/openat-proc.c (open, close): Undefine.
23989         * lib/pagealign_alloc.c (open, close): Undefine.
23990         * lib/pipe.c (open, close): Undefine.
23991         * lib/progreloc.c (open, close): Undefine.
23992         * lib/savedir.c (opendir, closedir): Undefine.
23993         * lib/utime.c (open, close): Undefine.
23994         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
23995
23996 2007-01-10  Bruno Haible  <bruno@clisp.org>
23997
23998         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
23999
24000 2007-01-12  Eric Blake  <ebb9@byu.net>
24001
24002         Provide a robust <wchar.h>.  Further simplifications are now
24003         possible in other modules, but not included here.
24004         * modules/wchar: New module.
24005         * m4/wchar.m4: New file.
24006         * lib/wchar_.h: Likewise.
24007         * modules/mbchar (Depends-on): Depend on wchar, as the first use
24008         of the new module.
24009         * MODULES.html.sh (Extended multibyte and wide character utilities):
24010         New section.
24011
24012 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
24015         to a reasonable default for memory allocation.
24016         (xreadlink): Don't allocate a huge buffer, to work around a buggy
24017         file system that reports garbage st_size values for symlinks.
24018         Problem reported by Liyang Hu.
24019
24020 2007-01-11  Simon Josefsson  <simon@josefsson.org>
24021
24022         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
24023         Emacs .#* auto-save files).
24024
24025 2007-01-11  Bruno Haible  <bruno@clisp.org>
24026
24027         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
24028         directory.
24029
24030 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24031
24032         Use @...@ consistently in lib/wctype_.h.
24033         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
24034         on it being set to 1 or 0.
24035         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
24036         go back to AC_SUBSTing it.
24037         * modules/wctype (Makefile.am): Undo previous change.
24038
24039 2007-01-10  Eric Blake  <ebb9@byu.net>
24040
24041         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
24042         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
24043         * modules/wctype (Makefile.am): Likewise.
24044         Reported by Chris McGuire.
24045
24046 2007-01-10  Jim Meyering  <jim@meyering.net>
24047
24048         fts.c: a small readability/maintainability improvement
24049         * lib/fts.c (fts_read): Make this code slightly more readable and
24050         maintainable by hoisting the "sp->fts_cur = p" assignments to
24051         immediately follow the statements that set P.  Derived from
24052         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
24053
24054 2007-01-10  Eric Blake  <ebb9@byu.net>
24055
24056         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
24057         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
24058         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24059         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
24060         Reported by Chris McGuire.
24061
24062 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24063
24064         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
24065         in sed script.
24066
24067 2007-01-09  Bruno Haible  <bruno@clisp.org>
24068
24069         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
24070         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
24071         variables.
24072         (func_module): Use them.
24073
24074 2007-01-09  Bruno Haible  <bruno@clisp.org>
24075
24076         * modules/unistr/base: New file.
24077         * lib/unistr.h: New file.
24078
24079         * modules/unistr/u8-to-u16: New file.
24080         * lib/unistr/u8-to-u16.c: New file.
24081
24082         * modules/unistr/u8-to-u32: New file.
24083         * lib/unistr/u8-to-u32.c: New file.
24084
24085         * modules/unistr/u16-to-u8: New file.
24086         * lib/unistr/u16-to-u8.c: New file.
24087
24088         * modules/unistr/u16-to-u32: New file.
24089         * lib/unistr/u16-to-u32.c: New file.
24090
24091         * modules/unistr/u32-to-u8: New file.
24092         * lib/unistr/u32-to-u8.c: New file.
24093
24094         * modules/unistr/u32-to-u16: New file.
24095         * lib/unistr/u32-to-u16.c: New file.
24096
24097         * modules/unistr/u8-check: New file.
24098         * modules/unistr/u16-check: New file.
24099         * modules/unistr/u32-check: New file.
24100         * lib/unistr/u8-check.c: New file.
24101         * lib/unistr/u16-check.c: New file.
24102         * lib/unistr/u32-check.c: New file.
24103
24104         * modules/unistr/u8-chr: New file.
24105         * modules/unistr/u16-chr: New file.
24106         * modules/unistr/u32-chr: New file.
24107         * lib/unistr/u8-chr.c: New file.
24108         * lib/unistr/u16-chr.c: New file.
24109         * lib/unistr/u32-chr.c: New file.
24110
24111         * modules/unistr/u8-cmp: New file.
24112         * modules/unistr/u16-cmp: New file.
24113         * modules/unistr/u32-cmp: New file.
24114         * lib/unistr/u8-cmp.c: New file.
24115         * lib/unistr/u16-cmp.c: New file.
24116         * lib/unistr/u32-cmp.c: New file.
24117
24118         * modules/unistr/u8-cpy: New file.
24119         * modules/unistr/u16-cpy: New file.
24120         * modules/unistr/u32-cpy: New file.
24121         * lib/unistr/u8-cpy.c: New file.
24122         * lib/unistr/u16-cpy.c: New file.
24123         * lib/unistr/u32-cpy.c: New file.
24124         * lib/unistr/u-cpy.h: New file.
24125
24126         * modules/unistr/u8-cpy-alloc: New file.
24127         * modules/unistr/u16-cpy-alloc: New file.
24128         * modules/unistr/u32-cpy-alloc: New file.
24129         * lib/unistr/u8-cpy-alloc.c: New file.
24130         * lib/unistr/u16-cpy-alloc.c: New file.
24131         * lib/unistr/u32-cpy-alloc.c: New file.
24132         * lib/unistr/u-cpy-alloc.h: New file.
24133
24134         * modules/unistr/u8-endswith: New file.
24135         * modules/unistr/u16-endswith: New file.
24136         * modules/unistr/u32-endswith: New file.
24137         * lib/unistr/u8-endswith.c: New file.
24138         * lib/unistr/u16-endswith.c: New file.
24139         * lib/unistr/u32-endswith.c: New file.
24140         * lib/unistr/u-endswith.h: New file.
24141
24142         * modules/unistr/u8-mblen: New file.
24143         * modules/unistr/u16-mblen: New file.
24144         * modules/unistr/u32-mblen: New file.
24145         * lib/unistr/u8-mblen.c: New file.
24146         * lib/unistr/u16-mblen.c: New file.
24147         * lib/unistr/u32-mblen.c: New file.
24148
24149         * modules/unistr/u8-mbtouc: New file.
24150         * modules/unistr/u16-mbtouc: New file.
24151         * modules/unistr/u32-mbtouc: New file.
24152         * lib/unistr/u8-mbtouc.c: New file.
24153         * lib/unistr/u16-mbtouc.c: New file.
24154         * lib/unistr/u32-mbtouc.c: New file.
24155
24156         * modules/unistr/u8-mbtouc-safe: New file.
24157         * modules/unistr/u16-mbtouc-safe: New file.
24158         * modules/unistr/u32-mbtouc-safe: New file.
24159         * lib/unistr/u8-mbtouc-safe.c: New file.
24160         * lib/unistr/u16-mbtouc-safe.c: New file.
24161         * lib/unistr/u32-mbtouc-safe.c: New file.
24162
24163         * modules/unistr/u8-move: New file.
24164         * modules/unistr/u16-move: New file.
24165         * modules/unistr/u32-move: New file.
24166         * lib/unistr/u8-move.c: New file.
24167         * lib/unistr/u16-move.c: New file.
24168         * lib/unistr/u32-move.c: New file.
24169         * lib/unistr/u-move.h: New file.
24170
24171         * modules/unistr/u8-next: New file.
24172         * modules/unistr/u16-next: New file.
24173         * modules/unistr/u32-next: New file.
24174         * lib/unistr/u8-next.c: New file.
24175         * lib/unistr/u16-next.c: New file.
24176         * lib/unistr/u32-next.c: New file.
24177
24178         * modules/unistr/u8-prev: New file.
24179         * modules/unistr/u16-prev: New file.
24180         * modules/unistr/u32-prev: New file.
24181         * lib/unistr/u8-prev.c: New file.
24182         * lib/unistr/u16-prev.c: New file.
24183         * lib/unistr/u32-prev.c: New file.
24184
24185         * modules/unistr/u8-set: New file.
24186         * modules/unistr/u16-set: New file.
24187         * modules/unistr/u32-set: New file.
24188         * lib/unistr/u8-set.c: New file.
24189         * lib/unistr/u16-set.c: New file.
24190         * lib/unistr/u32-set.c: New file.
24191         * lib/unistr/u-set.h: New file.
24192
24193         * modules/unistr/u8-startswith: New file.
24194         * modules/unistr/u16-startswith: New file.
24195         * modules/unistr/u32-startswith: New file.
24196         * lib/unistr/u8-startswith.c: New file.
24197         * lib/unistr/u16-startswith.c: New file.
24198         * lib/unistr/u32-startswith.c: New file.
24199         * lib/unistr/u-startswith.h: New file.
24200
24201         * modules/unistr/u8-stpcpy: New file.
24202         * modules/unistr/u16-stpcpy: New file.
24203         * modules/unistr/u32-stpcpy: New file.
24204         * lib/unistr/u8-stpcpy.c: New file.
24205         * lib/unistr/u16-stpcpy.c: New file.
24206         * lib/unistr/u32-stpcpy.c: New file.
24207         * lib/unistr/u-stpcpy.h: New file.
24208
24209         * modules/unistr/u8-stpncpy: New file.
24210         * modules/unistr/u16-stpncpy: New file.
24211         * modules/unistr/u32-stpncpy: New file.
24212         * lib/unistr/u8-stpncpy.c: New file.
24213         * lib/unistr/u16-stpncpy.c: New file.
24214         * lib/unistr/u32-stpncpy.c: New file.
24215         * lib/unistr/u-stpncpy.h: New file.
24216
24217         * modules/unistr/u8-strcat: New file.
24218         * modules/unistr/u16-strcat: New file.
24219         * modules/unistr/u32-strcat: New file.
24220         * lib/unistr/u8-strcat.c: New file.
24221         * lib/unistr/u16-strcat.c: New file.
24222         * lib/unistr/u32-strcat.c: New file.
24223         * lib/unistr/u-strcat.h: New file.
24224
24225         * modules/unistr/u8-strchr: New file.
24226         * modules/unistr/u16-strchr: New file.
24227         * modules/unistr/u32-strchr: New file.
24228         * lib/unistr/u8-strchr.c: New file.
24229         * lib/unistr/u16-strchr.c: New file.
24230         * lib/unistr/u32-strchr.c: New file.
24231
24232         * modules/unistr/u8-strcmp: New file.
24233         * modules/unistr/u16-strcmp: New file.
24234         * modules/unistr/u32-strcmp: New file.
24235         * lib/unistr/u8-strcmp.c: New file.
24236         * lib/unistr/u16-strcmp.c: New file.
24237         * lib/unistr/u32-strcmp.c: New file.
24238
24239         * modules/unistr/u8-strcpy: New file.
24240         * modules/unistr/u16-strcpy: New file.
24241         * modules/unistr/u32-strcpy: New file.
24242         * lib/unistr/u8-strcpy.c: New file.
24243         * lib/unistr/u16-strcpy.c: New file.
24244         * lib/unistr/u32-strcpy.c: New file.
24245         * lib/unistr/u-strcpy.h: New file.
24246
24247         * modules/unistr/u8-strcspn: New file.
24248         * modules/unistr/u16-strcspn: New file.
24249         * modules/unistr/u32-strcspn: New file.
24250         * lib/unistr/u8-strcspn.c: New file.
24251         * lib/unistr/u16-strcspn.c: New file.
24252         * lib/unistr/u32-strcspn.c: New file.
24253         * lib/unistr/u-strcspn.h: New file.
24254
24255         * modules/unistr/u8-strdup: New file.
24256         * modules/unistr/u16-strdup: New file.
24257         * modules/unistr/u32-strdup: New file.
24258         * lib/unistr/u8-strdup.c: New file.
24259         * lib/unistr/u16-strdup.c: New file.
24260         * lib/unistr/u32-strdup.c: New file.
24261         * lib/unistr/u-strdup.h: New file.
24262
24263         * modules/unistr/u8-strlen: New file.
24264         * modules/unistr/u16-strlen: New file.
24265         * modules/unistr/u32-strlen: New file.
24266         * lib/unistr/u8-strlen.c: New file.
24267         * lib/unistr/u16-strlen.c: New file.
24268         * lib/unistr/u32-strlen.c: New file.
24269         * lib/unistr/u-strlen.h: New file.
24270
24271         * modules/unistr/u8-strmblen: New file.
24272         * modules/unistr/u16-strmblen: New file.
24273         * modules/unistr/u32-strmblen: New file.
24274         * lib/unistr/u8-strmblen.c: New file.
24275         * lib/unistr/u16-strmblen.c: New file.
24276         * lib/unistr/u32-strmblen.c: New file.
24277
24278         * modules/unistr/u8-strmbtouc: New file.
24279         * modules/unistr/u16-strmbtouc: New file.
24280         * modules/unistr/u32-strmbtouc: New file.
24281         * lib/unistr/u8-strmbtouc.c: New file.
24282         * lib/unistr/u16-strmbtouc.c: New file.
24283         * lib/unistr/u32-strmbtouc.c: New file.
24284
24285         * modules/unistr/u8-strncat: New file.
24286         * modules/unistr/u16-strncat: New file.
24287         * modules/unistr/u32-strncat: New file.
24288         * lib/unistr/u8-strncat.c: New file.
24289         * lib/unistr/u16-strncat.c: New file.
24290         * lib/unistr/u32-strncat.c: New file.
24291         * lib/unistr/u-strncat.h: New file.
24292
24293         * modules/unistr/u8-strncmp: New file.
24294         * modules/unistr/u16-strncmp: New file.
24295         * modules/unistr/u32-strncmp: New file.
24296         * lib/unistr/u8-strncmp.c: New file.
24297         * lib/unistr/u16-strncmp.c: New file.
24298         * lib/unistr/u32-strncmp.c: New file.
24299
24300         * modules/unistr/u8-strncpy: New file.
24301         * modules/unistr/u16-strncpy: New file.
24302         * modules/unistr/u32-strncpy: New file.
24303         * lib/unistr/u8-strncpy.c: New file.
24304         * lib/unistr/u16-strncpy.c: New file.
24305         * lib/unistr/u32-strncpy.c: New file.
24306         * lib/unistr/u-strncpy.h: New file.
24307
24308         * modules/unistr/u8-strnlen: New file.
24309         * modules/unistr/u16-strnlen: New file.
24310         * modules/unistr/u32-strnlen: New file.
24311         * lib/unistr/u8-strnlen.c: New file.
24312         * lib/unistr/u16-strnlen.c: New file.
24313         * lib/unistr/u32-strnlen.c: New file.
24314         * lib/unistr/u-strnlen.h: New file.
24315
24316         * modules/unistr/u8-strpbrk: New file.
24317         * modules/unistr/u16-strpbrk: New file.
24318         * modules/unistr/u32-strpbrk: New file.
24319         * lib/unistr/u8-strpbrk.c: New file.
24320         * lib/unistr/u16-strpbrk.c: New file.
24321         * lib/unistr/u32-strpbrk.c: New file.
24322         * lib/unistr/u-strpbrk.h: New file.
24323
24324         * modules/unistr/u8-strrchr: New file.
24325         * modules/unistr/u16-strrchr: New file.
24326         * modules/unistr/u32-strrchr: New file.
24327         * lib/unistr/u8-strrchr.c: New file.
24328         * lib/unistr/u16-strrchr.c: New file.
24329         * lib/unistr/u32-strrchr.c: New file.
24330
24331         * modules/unistr/u8-strspn: New file.
24332         * modules/unistr/u16-strspn: New file.
24333         * modules/unistr/u32-strspn: New file.
24334         * lib/unistr/u8-strspn.c: New file.
24335         * lib/unistr/u16-strspn.c: New file.
24336         * lib/unistr/u32-strspn.c: New file.
24337         * lib/unistr/u-strspn.h: New file.
24338
24339         * modules/unistr/u8-strstr: New file.
24340         * modules/unistr/u16-strstr: New file.
24341         * modules/unistr/u32-strstr: New file.
24342         * lib/unistr/u8-strstr.c: New file.
24343         * lib/unistr/u16-strstr.c: New file.
24344         * lib/unistr/u32-strstr.c: New file.
24345         * lib/unistr/u-strstr.h: New file.
24346
24347         * modules/unistr/u8-strtok: New file.
24348         * modules/unistr/u16-strtok: New file.
24349         * modules/unistr/u32-strtok: New file.
24350         * lib/unistr/u8-strtok.c: New file.
24351         * lib/unistr/u16-strtok.c: New file.
24352         * lib/unistr/u32-strtok.c: New file.
24353         * lib/unistr/u-strtok.h: New file.
24354
24355         * modules/unistr/u8-uctomb: New file.
24356         * modules/unistr/u16-uctomb: New file.
24357         * modules/unistr/u32-uctomb: New file.
24358         * lib/unistr/u8-uctomb.c: New file.
24359         * lib/unistr/u16-uctomb.c: New file.
24360         * lib/unistr/u32-uctomb.c: New file.
24361
24362         * MODULES.html.sh (Unicode string functions): Add the new modules.
24363
24364 2007-01-08  Bruno Haible  <bruno@clisp.org>
24365
24366         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
24367         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
24368         subdirectories.
24369
24370 2007-01-08  Karl Berry  <karl@gnu.org>
24371
24372         * doc/error.texi: mention that main() fns must set program_name
24373         when progname is used.
24374
24375 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
24376
24377         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
24378         WCTYPE_H is empty, for the benefit of builds from non-distclean
24379         directories.  Problem reported by Eric Blake in
24380         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
24381
24382 2007-01-08  Bruno Haible  <bruno@clisp.org>
24383
24384         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
24385         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
24386         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
24387         PROVIDE_CANONICALIZE_FILENAME_MODE.
24388         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
24389
24390 2007-01-08  Bruno Haible  <bruno@clisp.org>
24391
24392         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
24393         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
24394         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
24395         * lib/fts.c: Likewise.
24396         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
24397
24398 2006-12-25  Bruno Haible  <bruno@clisp.org>
24399
24400         * modules/utf8-ucs4-safe: New file.
24401         * lib/utf8-ucs4-safe.h: New file.
24402         * lib/unistr/utf8-ucs4-safe.c: New file.
24403
24404         * modules/utf16-ucs4-safe: New file.
24405         * lib/utf16-ucs4-safe.h: New file.
24406         * lib/unistr/utf16-ucs4-safe.c: New file.
24407
24408         * MODULES.html.sh (Unicode string functions): Add the new modules.
24409
24410 2007-01-08  Bruno Haible  <bruno@clisp.org>
24411
24412         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
24413         (Depends-on): Add unitypes.
24414         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24415         (u8_mbtouc_aux): Move out to separate file.
24416         (u8_mbtouc): Use ucs4_t, uint8_t types.
24417         * lib/unistr/utf8-ucs4.c: New file.
24418
24419         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
24420         (Depends-on): Add unitypes.
24421         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
24422         (u16_mbtouc_aux): Move out to separate file.
24423         (u16_mbtouc): Use ucs4_t, uint16_t types.
24424         * lib/unistr/utf16-ucs4.c: New file.
24425
24426         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
24427         (Depends-on): Add unitypes.
24428         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
24429         (u8_uctomb_aux): Move out to separate file.
24430         (u8_uctomb): Use ucs4_t, uint8_t types.
24431         * lib/unistr/ucs4-utf8.c: New file.
24432
24433         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
24434         (Depends-on): Add unitypes.
24435         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
24436         (u16_uctomb_aux): Move out to separate file.
24437         (u16_uctomb): Use ucs4_t, uint16_t types.
24438         * lib/unistr/ucs4-utf16.c: New file.
24439
24440 2006-12-25  Bruno Haible  <bruno@clisp.org>
24441
24442         * modules/unitypes: New file.
24443         * lib/unitypes.h: New file.
24444         * MODULES.html.sh (func_all_modules): New section "Unicode string
24445         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
24446         this section. Add unitypes.
24447
24448 2007-01-08  Bruno Haible  <bruno@clisp.org>
24449
24450         Avoid variable names that conflict with those from libtool.
24451         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
24452         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
24453         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
24454         library_names_spec to acl_library_names_spec, hardcode_* to
24455         acl_hardcode_*.
24456         Reported by Ralf Wildenhues.
24457
24458 2007-01-08  Bruno Haible  <bruno@clisp.org>
24459
24460         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
24461         definition.
24462         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
24463         definition.
24464         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
24465         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
24466         definition.
24467         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
24468         definition.
24469         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
24470         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
24471         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
24472         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
24473         definition.
24474         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
24475         definition.
24476         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
24477         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
24478         GC_USE_<algorithm>.
24479         * lib/gc-libgcrypt.c: Likewise.
24480         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
24481         * modules/gc-arctwo (configure.ac): Likewise.
24482         * modules/gc-des (configure.ac): Likewise.
24483         * modules/gc-hmac-md5 (configure.ac): Likewise.
24484         * modules/gc-hmac-sha1 (configure.ac): Likewise.
24485         * modules/gc-md2 (configure.ac): Likewise.
24486         * modules/gc-md4 (configure.ac): Likewise.
24487         * modules/gc-md5 (configure.ac): Likewise.
24488         * modules/gc-random (configure.ac): Likewise.
24489         * modules/gc-rijndael (configure.ac): Likewise.
24490         * modules/gc-sha1 (configure.ac): Likewise.
24491
24492 2007-01-08  Bruno Haible  <bruno@clisp.org>
24493
24494         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
24495         macro definition.
24496         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
24497         definition.
24498         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
24499         definition.
24500         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
24501         * modules/fcntl-safer (configure.ac): Likewise.
24502         * modules/fopen-safer (configure.ac): Likewise.
24503         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
24504         GNULIB_FWRITEERROR macro definition.
24505
24506 2007-01-08  Bruno Haible  <bruno@clisp.org>
24507
24508         * m4/gnulib-common.m4: New file.
24509         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
24510         (func_get_filelist): Add m4/gnulib-common.m4.
24511
24512 2007-01-08  Bruno Haible  <bruno@clisp.org>
24513
24514         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
24515         command.
24516
24517 2007-01-08  Jim Meyering  <jim@meyering.net>
24518
24519         Use a more robust test for a "can't happen" condition.
24520         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
24521         narrowed the st_size value.  Presuming the "can't happen" condition
24522         is true, that narrowing could conceivably convert an invalid st_size
24523         value into a valid one.  Instead, use a change based on Matthew
24524         Woehlke's original patch.
24525
24526         Slight readability improvement: use an assert-like macro
24527         in place of literal "abort ()" uses.
24528         * lib/fts.c (fts_assert): Define.
24529         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
24530         Use this macro instead of a bare 'abort'.
24531
24532 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
24533
24534         Don't worry about using IRIX 5.3's wctype.h broken definitions;
24535         simply work around them.
24536         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
24537         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
24538         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
24539         declaring.
24540         Don't bother to define as macros, since the standard doesn't require it.
24541         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
24542         longer worry about IRIX 5.3.
24543         (HAVE_WCTYPE_CTMP_BUG): Remove.
24544
24545 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24546
24547         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
24548         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
24549         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
24550         Problems reported by Georg Schwarz for IRIX 5.3.
24551
24552         * gnulib-tool (autoconf_minversion): Take the maximum version number
24553         found, not the minimum.  Problem reported by James Youngman.
24554
24555 2007-01-03  Karl Berry  <karl@gnu.org>
24556
24557         * doc/error.texi: new file, explaining interaction with progname.
24558         * doc/gnulib.texi: include it.  Update copyright.
24559
24560 2007-01-03  Simon Josefsson  <simon@josefsson.org>
24561
24562         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
24563         AC_CANONICAL_HOST, to improve autobuild outputs.
24564
24565 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
24566             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24567
24568         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
24569         sockets, server sockets, and other file descriptors.  Count errors
24570         to compute the return value.  Reorder the code a bit to be easier
24571         to follow.  Don't set event bits that were not requested (except
24572         POLLERR and POLLHUP).
24573
24574 2007-01-01  Bruno Haible  <bruno@clisp.org>
24575
24576         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
24577
24578 2007-01-03  Jim Meyering  <jim@meyering.net>
24579
24580         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
24581
24582 2007-01-02  Bruno Haible  <bruno@clisp.org>
24583
24584         * modules/settime (Include): Require timespec.h.
24585         * modules/nanosleep (Include): Likewise.
24586
24587 2007-01-01  Bruno Haible  <bruno@clisp.org>
24588
24589         * gnulib-tool (func_emit_copyright_notice): Bump year.
24590         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
24591
24592 2007-01-01  Bruno Haible  <bruno@clisp.org>
24593
24594         Improve support for OpenBSD.
24595         * build-aux/config.rpath (libname_spec): Export.
24596         (library_names_spec): New variable. Export.
24597         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
24598         library_names_spec from the config.rpath output. Locate shared library
24599         through the name pattern in library_names_spec.
24600
24601 2007-01-01  Eric Blake  <ebb9@byu.net>
24602
24603         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
24604
24605 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
24606
24607         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
24608         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
24609         assume the C locale, and avoid an "eval" that could cause trouble.
24610         Problem with SORT reported by Bob Proulx.
24611
24612         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
24613         Define.  Trivial patch from Henning Nielsen Lund, originally
24614         sent to bug-grep@gnu.org today.
24615
24616 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24617
24618         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
24619         struct stat.  Problem reported by Henning Nielsen Lund.
24620         * lib/acl.c: Include acl.h first, to check interface.  Don't
24621         bother to include sys/types.h and sys/stat.h again.
24622
24623 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24624
24625         Import the following change from libc; problem reported by
24626         Sven Verdoolaege.
24627
24628         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
24629
24630         [BZ #1373]
24631         * lib/argp.h: Remove __NTH for __argp_usage inline function.
24632
24633 2006-12-28  Jim Meyering  <jim@meyering.net>
24634
24635         * build-aux/announce-gen: Do not assume that the package
24636         builds any of tar.gz, tar.bz2, and .xdelta files.
24637         Suggestion from Simon Josefsson.
24638
24639 2006-12-28  Simon Josefsson  <simon@josefsson.org>
24640
24641         * modules/announce-gen: New file.
24642
24643 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
24644
24645         * lib/mbchar.h: Just include <wctype.h>; the wctype module
24646         handles its gotchas now.
24647         * lib/mbswidth.c: Likewise.
24648         * lib/wcwidth.h: Likewise.
24649         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
24650         and iswcntrl; the wctype module does this stuff now.
24651         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24652         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24653         * modules/mbchar (Depends-on): Add wctype.
24654         * modules/mbswidth (Depends-on): Likewise.
24655         * modules/wcwidth (Depends-on): Likewise.
24656
24657 2006-12-27  Eric Blake  <ebb9@byu.net>
24658
24659         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
24660         module uses more than what <wctype.h> is required to provide.
24661
24662 2006-12-26  Eric Blake  <ebb9@byu.net>
24663
24664         * gnulib-tool (sed_extract_prog): Avoid space-tab.
24665
24666 2006-12-26  Eric Blake  <ebb9@byu.net>
24667
24668         * modules/absolute-header: New module.
24669         * modules/fcntl (Depends-on): Depend on it.
24670         * modules/inttypes (Depends-on): Likewise.
24671         * modules/stdint (Depends-on): Likewise.
24672         * modules/sys_stat (Depends-on): Likewise.
24673         * modules/wctype (Depends-on): Likewise.
24674         * MODULES.html.sh (Support for building libraries and
24675         executables): Document it.
24676
24677 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24678
24679         * gnulib-tool (SED): Remove, undoing previous change.
24680         The problem was that it broke coreutils on Solaris, because
24681         "sed --posix" leaked into a makefile.
24682         (sed): New alias, if 'alias' and GNU sed.
24683
24684 2006-12-24  Jim Meyering  <jim@meyering.net>
24685
24686         Work around an fchownat bug in glibc-2.4:
24687         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
24688         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
24689         in spite of the -P option.
24690         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
24691         New macros.
24692         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
24693         * modules/openat (Files): Add lib/fchownat.c.
24694         * lib/openat.c (fchownat): Don't define here.  Move to...
24695         * lib/fchownat.c: ...this new file.
24696
24697 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24698
24699         Fix bug reported by Bruno Haible in
24700         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
24701         where quotearg.c didn't compile on Mac OS X 10.2 because it
24702         lacks <wchar.h> and wint_t.
24703         * lib/wctype_.h (__wctype_wint_t): New type.
24704         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
24705         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
24706         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
24707         Arg is now of type __wctype_wint_t, not wint_t.
24708         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
24709         substitute HAVE_WINT_T.
24710         * modules/wctype (Files): Add m4/wint_t.m4.
24711         (wctype.h): Substitute HAVE_WINT_T.
24712
24713 2006-12-23  Bruno Haible  <bruno@clisp.org>
24714
24715         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
24716
24717 2006-12-23  Bruno Haible  <bruno@clisp.org>
24718
24719         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
24720         S_ISLNK.
24721         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
24722         mingw.
24723
24724 2006-12-22  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/copy-file.c: Include acl.h.
24727         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
24728         Close the file descriptors only after being done with copy_acl.
24729         * modules/copy-file (Depends-on): Add acl.
24730
24731 2006-12-22  Bruno Haible  <bruno@clisp.org>
24732
24733         * gnulib-tool (SED): New variable.
24734         Use $SED instead of sed everywhere.
24735
24736 2006-12-22  Bruno Haible  <bruno@clisp.org>
24737
24738         * modules/no-c++: New file.
24739         * m4/no-c++.m4: New file.
24740         * MODULES.html.sh (Support for building libraries and executables):
24741         Add no-c++.
24742
24743 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
24744
24745         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24746         Include <limits.h>, and use its INT_MAX to rewrite the
24747         j loop so that it does not overflow 'int'.  Problem reported by
24748         Ralf Wildenhues in
24749         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
24750         Play it safe by shifting left by 1 rather than multiplying by 2,
24751         as GCC is less likely to optimize this away when the value
24752         is signed (when it assumes overflow leads to undefined behavior).
24753         Also, don't assume time_t uses two's complement.
24754
24755 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
24756
24757         * MODULES.html.sh: New module wctype.
24758         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
24759         * lib/fnmatch.c: Don't bother to include <wchar.h> before
24760         <wctype.h>, since the new wctype module should fix this.
24761         * lib/quotearg.c: Include <wctype.h> unconditionally, since
24762         the wctype module should arrange for it.
24763         * lib/regex_internal.h: Likewise.
24764         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
24765         since the wctype module should handle this now.
24766         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
24767         * modules/fnmatch (Depends-on): Add wctype.
24768         * modules/quotearg (Depends-on): Likewise.
24769         * modules/regex (Depends-on): Likewise.
24770
24771 2006-12-19  Bruno Haible  <bruno@clisp.org>
24772
24773         * lib/strdup.h [C++]: Wrap definitions in extern "C".
24774         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
24775
24776 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24777
24778         * modules/savewd (Depends-on): Fix dependency on fcntl.
24779
24780 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
24783         conforms to C99, rather than relying on the user's environment
24784         setting of STDINT_H.
24785
24786 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24787         and Eric Blake  <ebb9@byu.net>
24788
24789         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
24790         This is more consistent with the other defines here.
24791         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
24792         Port to z/OS.  Problem reported by Paul Gilmartin.
24793         Change local vars to use gl_ prefix rather than ac_.
24794         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
24795         with other defines.
24796         * modules/double-slash-root: New module.
24797         * modules/dirname (Files): Remove m4/double-slash-root.m4.
24798         (Depends-on): Add double-slash-root.
24799         * MODULES.html.sh (File system functions): Mention new module.
24800
24801 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
24804         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
24805         This is for the benefit of gzip, which doesn't do i18n.
24806
24807 2006-12-12  Jim Meyering  <jim@meyering.net>
24808
24809         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
24810         Reported by Andreas Schwab <schwab@suse.de>.
24811
24812 2006-12-12  Bruno Haible  <bruno@clisp.org>
24813
24814         Merge these changes.
24815         2006-09-05  Bruno Haible  <bruno@clisp.org>
24816         * lib/iconvme.c (iconv_string): No need to save and restore errno when
24817         iconv_alloc succeeded.
24818         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
24819         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
24820         test for " && dest " at the end - dest is always != NULL there. Call
24821         iconv with 4xNULL arguments initially, to reset the state. Call iconv
24822         with 2xNULL arguments, also to flush the state storage. Handle the
24823         IRIX iconv behaviour. Realloc the final result, to throw away unused
24824         memory.
24825
24826 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
24827
24828         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
24829         and fchmodat unconditionally, since glibc 2.4 has them.
24830         Problem reported by Arkadiusz Miskiewicz.
24831
24832 2006-12-10  Bruno Haible  <bruno@clisp.org>
24833
24834         * gnulib-tool (func_import): Show the include files only for those
24835         modules that are copied and specified.
24836         Reported by Karl Berry.
24837
24838 2006-12-08  Jim Meyering  <jim@meyering.net>
24839
24840         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
24841         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
24842
24843         * build-aux/announce-gen: Add two new options, both optional:
24844         --bootstrap-tools=TOOL_LIST
24845               a comma-separated list of tools, e.g.,
24846               autoconf,automake,bison,gnulib
24847         --gnulib-snapshot-date=DATE
24848               if gnulib is in the bootstrap tool list,
24849               then report this as the snapshot date.
24850               If not specified, use the current date/time.
24851               If you specify a date here, be sure it's UTC.
24852
24853 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24854
24855         * tests/test-argp-2.sh: Fix test to match actual output.
24856         (func_compare): Fix sed script to be portable.
24857
24858 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
24859
24860         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
24861         workaround for this case.  It is not autoconfigured now; offhand
24862         it's hard to see how to autoconfigure it.
24863
24864 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24865
24866         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
24867         a directory that is about to be chowned.  Such a directory's
24868         initial file permissions should permit the owner only and this
24869         should not be changed until after the chown, since the group and
24870         other bits would be incorrect if they granted permission before
24871         the chown.
24872
24873         Fix porting problem for iswctype reported by Georg Schwarz in:
24874         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
24875         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
24876         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
24877         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
24878         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24879
24880 2006-12-03  Jim Meyering  <jim@meyering.net>
24881
24882         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
24883         p->fts_statp may not yet be defined.
24884         (fts_read): Instead, set it in the caller, once p->fts_statp is
24885         sure to be defined, and corresponds to a top-level directory.
24886         This bug made du -x fail.  Here's the coreutils test case:
24887         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
24888         Reported by Mike Frysinger.
24889
24890 2006-12-01  Jim Meyering  <jim@meyering.net>
24891
24892         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
24893         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
24894         Reported by Simon Josefsson.
24895
24896 2006-11-30  Jim Meyering  <jim@meyering.net>
24897
24898         * m4/warning.m4: Use the all-permissive copyright notice
24899         recommended by RMS (rather than LGPL).
24900         * m4/vararrays.m4: Likewise.
24901         * m4/flexmember.m4: Likewise.
24902
24903 2006-11-29  Bruno Haible  <bruno@clisp.org>
24904
24905         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24906         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
24907         using +=.
24908         Reported by Simon Josefsson <simon@josefsson.org>.
24909
24910 2006-11-28  James Youngman <jay@gnu.org>
24911
24912         * README: Advise users that they might find the bug-gnulib@gnu.org
24913         and autotools-announce@gnu.org mailing lists useful.
24914
24915 2006-11-28  Bruno Haible  <bruno@clisp.org>
24916
24917         * m4/ptrdiff_max.m4: Remove file.
24918
24919 2006-11-21  Bruno Haible  <bruno@clisp.org>
24920
24921         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
24922         _AC_COMPUTE_INT.
24923         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24924         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
24925         _AC_COMPUTE_INT.
24926         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24927         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
24928         _AC_COMPUTE_INT.
24929         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24930
24931 2006-11-28  Jim Meyering  <jim@meyering.net>
24932
24933         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
24934         warning from "gcc -Wshadow" about shadowing the builtin.
24935
24936 2006-11-27  Bruno Haible  <bruno@clisp.org>
24937
24938         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
24939         _AC_COMPUTE_INT.
24940         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
24941
24942 2006-11-27  Bruno Haible  <bruno@clisp.org>
24943             Paul Eggert  <eggert@cs.ucla.edu>
24944
24945         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
24946
24947 2006-11-26  Bruno Haible  <bruno@clisp.org>
24948
24949         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24950         noinst_LTLIBRARIES.
24951
24952 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24953             Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
24956         if compiling with "gcc -ansi".
24957
24958 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24959
24960         Fix some incompatibilities with gcc -ansi -pedantic.
24961         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
24962         if compiling pedantically with GCC, unless it's C99 or later.
24963         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
24964         it mishandles gcc -ansi -pedantic as well.
24965         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
24966         if gcc -pedantic.
24967         * lib/regexec.c (check_node_accept_bytes): Don't use auto
24968         initializers for struct if -pedantic, unless it's C99 or later.
24969
24970 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
24971
24972         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
24973         Don't close an fd more than once. Identical atimes indicate
24974         success, not failure.
24975
24976 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
24977
24978         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
24979
24980 2006-11-23  Jim Meyering  <jim@meyering.net>
24981
24982         * build-aux/announce-gen: New file.  From coreutils.
24983
24984 2006-11-22  Jim Meyering  <jim@meyering.net>
24985
24986         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
24987         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
24988         (fts_read): Use a temporary to narrow the overused st_size member
24989         before using it in a switch statement.  Reported by Matthew Woehlke.
24990
24991         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
24992         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
24993
24994 2006-11-20  Bruno Haible  <bruno@clisp.org>
24995
24996         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
24997         changequote instead of pairs of brackets.
24998         Reported by Andreas Schwab <schwab@suse.de>.
24999
25000 2006-11-21  Jim Meyering  <jim@meyering.net>
25001
25002         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
25003         so as to remain compatible with older compilers.
25004         Patch from Michael Deutschmann.
25005
25006 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25007
25008         * MODULES.html.sh (File system functions): Add openat.
25009
25010         * lib/openat.h (rpl_fstatat): New macro, if
25011         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
25012         (fstatat): Define to rpl_fstatat under the same conditions,
25013         unless COMPILING_FSTATAT.
25014         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
25015         seems to have the bug.
25016         * lib/fstatat.c: New file.
25017         * modules/openat (Files): Add it.
25018
25019 2006-11-20  Bruno Haible  <bruno@clisp.org>
25020
25021         * Makefile: New file.
25022
25023 2006-11-20  Jim Meyering  <jim@meyering.net>
25024
25025         The beginnings of syntax-related checks for gnulib.
25026         * lib/Makefile: New file.
25027         * lib/t-idcache: New script.  Ensure that the two halves of
25028         idcache.c stay in sync.
25029
25030         * lib/idcache.c: Adjust comments in user- and group- portions to
25031         be more accurate, and to be consistent with one another.
25032
25033 2006-11-20  Jim Meyering  <jim@meyering.net>
25034
25035         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
25036         continue using the flexible array member (thus, this module performs
25037         half as many malloc calls), with the addition that...
25038         (getgroup, getuser): Consistently record a non-match via an empty
25039         "name" string, and map an empty string match to a NULL return value.
25040         * modules/idcache (Depends-on): Re-add flexmember.
25041
25042         * lib/idcache.c (getuser): Remove all uses of the register keyword.
25043         (getuidbyname, getgroup, getgidbyname): Likewise.
25044
25045         Use cleaner syntax: NULL rather than 0.
25046         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
25047
25048 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25049
25050         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
25051         It mishandled the case where the group was missing.
25052         Problem reported by Greg Schafer.
25053         * modules/idcache: Likewise.
25054
25055 2006-11-18  Jim Meyering  <jim@meyering.net>
25056
25057         * check-module (%exempt_header): Add exception for some
25058         conditionally-included headers.
25059
25060         * modules/i-ring (Depends-on): Add verify.
25061         (License): Change to LGPL.
25062
25063 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25064
25065         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
25066         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
25067         and inttostr.h.  Use snprintf rather than uinttostr, so that
25068         LGPLed code doesn't depend on GPLed.
25069
25070 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25071
25072         * modules/inline (License): Change from GPL to LGPL.
25073
25074 2006-11-17  Jim Meyering  <jim@meyering.net>
25075
25076         * modules/d-type (License): Switch to LGPL.
25077
25078 2006-11-15  Bruno Haible  <bruno@clisp.org>
25079
25080         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
25081
25082 2006-11-15  Eric Blake  <ebb9@byu.net>
25083
25084         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
25085         the module dependency.
25086
25087 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25088             Bruno Haible  <bruno@clisp.org>
25089
25090         * gnulib-tool (func_create_testdir): Add license consistency check.
25091
25092 2006-11-15  Eric Blake  <ebb9@byu.net>
25093
25094         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
25095         random "(cached)" in configure output.
25096
25097 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25098
25099         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
25100         test for conforming inttypes.h is both announced and cached.
25101
25102         * MODULES.html.sh (seen_modules, seen_files): New variables.
25103         (func_module): Rewrite to use a few less gnulib-tool and sed
25104         invocations.  Avoid a couple of quadratic algorithms for ...
25105         (missed_modules, missed_files): ... these, with ...
25106         (func_append, func_tmpdir): ... these new functions, from
25107         gnulib-tool.  Analogously, install traps for cleanup.
25108
25109         * tests/test-gc.c (main): Remove unused variables.
25110         * tests/test-read-file.c: Include stdlib.h, for 'free'.
25111
25112 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
25113
25114         * modules/inttostr (License): Change to LGPL.
25115
25116 2006-11-14  Eric Blake  <ebb9@byu.net>
25117
25118         * modules/tempname (License): Change to LGPL.
25119
25120 2006-11-14  Eric Blake  <ebb9@byu.net>
25121
25122         * doc/functions.texi (Function Portability): *printf functions on
25123         Cygwin now understand all POSIX size specifiers.
25124
25125 2006-11-14  Bruno Haible  <bruno@clisp.org>
25126
25127         * modules/c-ctype (License): Change to LGPL.
25128
25129 2006-11-12  Bruno Haible  <bruno@clisp.org>
25130
25131         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
25132         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
25133         for GNOME libraries, for which the include files are installed in
25134         subdirectories of $prefix/include.
25135
25136 2006-11-12  Bruno Haible  <bruno@clisp.org>
25137
25138         * m4/lib-link.m4: Require at least autoconf-2.54.
25139         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
25140         name to underscores for the --with option.
25141
25142 2006-11-13  Bruno Haible  <bruno@clisp.org>
25143
25144         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
25145         the tests directory.
25146         Reported by Ralf Wildenhues.
25147
25148 2006-11-13  Bruno Haible  <bruno@clisp.org>
25149
25150         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
25151         (func_emit_initmacro_end): Undo the override here.
25152         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
25153         Works around the famous automake error in coreutils.
25154
25155 2006-11-13  Eric Blake  <ebb9@byu.net>
25156
25157         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
25158         element, not its node.
25159
25160 2006-11-12  Bruno Haible  <bruno@clisp.org>
25161
25162         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
25163         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
25164
25165 2006-11-12  Bruno Haible  <bruno@clisp.org>
25166
25167         * gnulib-tool: New option --local-symlink.
25168         (func_usage): Document it.
25169         (lsymbolic): New variable.
25170         (func_import, func_create_testdir): If --symlink was not specified,
25171         test whether --local-symlink was specified and the file comes from
25172         the local_gnulib_dir.
25173
25174 2006-11-12  Bruno Haible  <bruno@clisp.org>
25175
25176         * gnulib-tool (func_ln): New function.
25177         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
25178
25179 2006-11-12  Bruno Haible  <bruno@clisp.org>
25180
25181         Finish support for source files in subdirectories.
25182         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
25183         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
25184         AUTOMAKE_OPTIONS.
25185         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
25186
25187 2006-11-12  Bruno Haible  <bruno@clisp.org>
25188
25189         * gnulib-tool (func_get_automake_snippet): Synthesize also an
25190         EXTRA_lib_SOURCES augmentation.
25191         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
25192
25193 2006-11-12  Jim Meyering  <jim@meyering.net>
25194
25195         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
25196         file descriptors.  This also averts a failure on systems with
25197         native openat support when a traversed directory lacks "x" access.
25198         * lib/fts_.h: Include "i-ring.h"
25199         (struct FTS) [fts_fd_ring]: New member.
25200         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
25201         (FCHDIR): Add parentheses.
25202         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
25203         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
25204         When descending, rather than simply closing the previous
25205         fts_cwd_fd value, push that file descriptor onto the ring.
25206         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
25207         (fts_open): Initialize the new fd_ring member.
25208         (fts_close): Clear the ring.
25209         (fts_safe_changedir): When possible, use our new fd_ring to skip
25210         the diropen and fstat and dev/ino comparison that would normally
25211         accompany a virtual `chdir ("..")'.
25212
25213         * modules/fts (Depends-on): Add i-ring.
25214         * modules/i-ring: New module.
25215         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
25216         * m4/i-ring.m4: New file.
25217
25218 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25219
25220         * gnulib-tool (func_create_testdir): Fix replacement of
25221         `build-aux' in configure.ac.  Run autotools in gltests
25222         subdirectory.
25223         (func_create_testdir, func_create_megatestdir, test): There is
25224         no need for '--force' in most autotool invocations in a new
25225         tree.  Actually fail the whole test if any of the tools, or the
25226         configure or make stages fail.
25227
25228         Sync from Automake.
25229         * build-aux/gnupload: Revert last change.  Add pointer to upload
25230         instructions of the GNU Maintenance Instructions.
25231         Suggestion by Karl Berry.
25232
25233 2006-11-10  Jim Meyering  <jim@meyering.net>
25234
25235         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
25236
25237 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25238
25239         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
25240         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
25241         (bind_textdomain_codeset) [! ENABLE_NLS]:
25242         Evaluate all the arguments.  That way, callers get compatible behavior
25243         if the arguments have side effects.  Also, it avoids some GCC
25244         diagnostics in some cases; Joel E. Denny reported problems when Bison
25245         was configured with --enable-gcc-warnigs.
25246
25247 2006-11-10  Jim Meyering  <jim@meyering.net>
25248
25249         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
25250         relevant options in CFLAGS (like -O, -fno-inline) are taken into
25251         account.
25252
25253 2006-11-10  Jim Meyering  <jim@meyering.net>
25254
25255         * modules/inline: New file/module.
25256         * modules/xalloc (Files): Remove m4/inline.m4.
25257         (Depends-on): Add inline, instead.
25258         * modules/oset: Likewise.
25259         * modules/list: Likewise.
25260
25261 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25262
25263         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
25264         Problem reported by Matthew Woehlke.
25265
25266 2006-11-09  Bruno Haible  <bruno@clisp.org>
25267
25268         * lib/tempname.c (gen_tempname): Remove variant that invokes
25269         __gen_tempname.
25270         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
25271         __gen_tempname.
25272
25273 2006-11-08  Bruno Haible  <bruno@clisp.org>
25274
25275         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
25276         to 'yes' instead of 'cross-compiling'.
25277
25278 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
25279
25280         * lib/quotearg.h (quotearg_free): New decl.
25281         * lib/quotearg.c (quotearg_free): New function.
25282         (slot0, nslots, slotvec0, slotvec):
25283         Now file-scope so that quotearg_free can get at them.
25284
25285 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25286
25287         Sync from Automake.
25288         * build-aux/gnupload: Add missing 'gnu' to example URL.
25289         Report by Karl Berry.
25290
25291 2006-11-08  Bruno Haible  <bruno@clisp.org>
25292
25293         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
25294         Suggested by Paul Eggert.
25295
25296 2006-11-08  Jim Meyering  <jim@meyering.net>
25297
25298         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
25299         It's already included if !_LIBC.
25300         (fts_safe_changedir): Add a comment.
25301
25302 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25303
25304         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
25305         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
25306         Matthew Woehlke.
25307
25308         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
25309         definitions up, to avoid colliding with change below.
25310         (static_inline) [HAVE_INLINE]: New macro.
25311         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
25312         Provide extern decls when !HAVE_INLINE.  Do not define unless
25313         static_inline is defined, either by us or by xmalloc.c.  Use
25314         static_inline rather than static inline.
25315         (XCALLOC): Optimize sizeof(T) = 1 case.
25316         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
25317
25318 2006-11-07  Bruno Haible  <bruno@clisp.org>
25319
25320         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
25321         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
25322         AC_C_INLINE.
25323         * modules/xalloc (Files): Add m4/inline.m4.
25324
25325 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25326
25327         * README: Fix typo.
25328         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
25329         (Miscellanous Notes): ...from this.
25330
25331 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
25332
25333         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
25334         Mention that offsetof should be used instead of sizeof.
25335         From Bruno Haible.
25336
25337 2006-11-07  Bruno Haible  <bruno@clisp.org>
25338
25339         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
25340
25341 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25342
25343         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25344         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
25345         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25346         (gl_tree_add_before, gl_tree_add_after):
25347         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
25348         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
25349         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
25350         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
25351         (gl_linked_add_after, gl_linked_add_at): Likewise.
25352         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
25353         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
25354         (gl_tree_add_before, gl_tree_add_after): Likewise.
25355         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
25356         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
25357         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
25358
25359 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25360
25361         * lib/gl_oset.h: Use C comment style, not C++ comment style.
25362
25363 2006-11-06  Bruno Haible  <bruno@clisp.org>
25364
25365         * m4/inline.m4: New file.
25366         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
25367         * modules/list (Files): Add m4/inline.m4.
25368         * modules/oset (Files): Likewise.
25369
25370 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
25371
25372         * lib/idcache.c: Include <stddef.h>, for offsetof.
25373         (struct userid.name): Change from char * to a flexible array member.
25374         All uses changed.
25375         * modules/idcache (Depends-on): Add flexmember.
25376
25377         * MODULES.html.sh (Core language properties): New module flexmember.
25378         * modules/flexmember, m4/flexmember.m4: New files.
25379
25380         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
25381         inline functions that are identical with the old xnmalloc_inline,
25382         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
25383         that we can avoid some unnecessary integer multiplications and
25384         divisions in the common case where the element size is known at
25385         compile time.
25386         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
25387         needed.
25388         (xnboundedmalloc): Remove.
25389         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
25390         arguments, for consistency with rest of this header.
25391         (xcharalloc): Rewrite using XNMALLOC.
25392         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
25393         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
25394         versions have been moved to lib/xalloc.h and renamed to be the
25395         non-*_inline versions.
25396         (xmalloc, xrealloc): Implement without reference to the xnmalloc
25397         and xnrealloc functions, since those functions are now inline and
25398         now call us.
25399         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
25400         renaming described above.
25401         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
25402         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
25403         captures the dependency in AC_C_INLINE.
25404
25405         New module canonicalize-lgpl, proposed by Charles Wilson in
25406         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
25407         with a few small changes afterwards.
25408         * MODULES.html.sh (File system functions): New module
25409         canonicalize-lgpl.
25410         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
25411         and canonicalize_file_name.
25412         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
25413         * modules/canonicalize-lgpl: New files.
25414
25415 2006-11-05  Bruno Haible  <bruno@clisp.org>
25416
25417         * gnulib-tool (func_import, func_create_testdir): Create directories
25418         also for files in subdirectories of lib/.
25419
25420 2006-11-05  Bruno Haible  <bruno@clisp.org>
25421
25422         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
25423         ANSI C compliant.
25424
25425 2006-11-03  Bruno Haible  <bruno@clisp.org>
25426
25427         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
25428         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
25429         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
25430         (xnboundedmalloc): New inline function.
25431         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
25432         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
25433         xmalloc.
25434         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
25435         xmalloc.
25436         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
25437         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
25438         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
25439         xmalloc.
25440         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25441         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
25442         xmalloc.
25443         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
25444         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25445         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
25446         xmalloc.
25447         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
25448         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
25449         gl_tree_add_after): Use XMALLOC instead of xmalloc.
25450         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
25451         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
25452         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
25453         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
25454
25455 2006-11-03  Bruno Haible  <bruno@clisp.org>
25456
25457         * lib/c-ctype.h [C++]: Define functions without name mangling.
25458         * lib/fwriteerror.h [C++]: Likewise.
25459         * lib/gcd.h [C++]: Likewise.
25460         * lib/linebreak.h [C++]: Likewise.
25461
25462 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
25463
25464         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
25465         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
25466         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
25467         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25468         Check for functions and headers just once.
25469         Check for declaration of canonicalize_file_name.
25470         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
25471
25472 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25473
25474         * gnulib-tool (func_import): Fix typo in actioncmd.
25475
25476 2006-11-02  Bruno Haible  <bruno@clisp.org>
25477
25478         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
25479         newline sequence in the Makefile.am snippet as a space, like "make"
25480         does.
25481         Reported by Roger Persson <perrog@gmail.com>.
25482
25483 2006-11-01  Bruno Haible  <bruno@clisp.org>
25484
25485         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
25486         already declared in <string.h>.
25487         * lib/strcase.h (strncasecmp): Don't declare it if yes.
25488
25489 2006-11-01  Bruno Haible  <bruno@clisp.org>
25490
25491         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
25492         * lib/strcase.h: Include <string.h>.
25493         (strcasecmp): Define to rpl_strcasecmp here.
25494
25495 2006-11-01  Bruno Haible  <bruno@clisp.org>
25496
25497         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
25498
25499 2006-11-01  Eric Blake  <ebb9@byu.net>
25500
25501         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
25502
25503         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
25504
25505 2006-10-29  Bruno Haible  <bruno@clisp.org>
25506
25507         Make it compile in C++ mode.
25508         * lib/full-write.c (full_rw): Add a cast.
25509
25510 2006-11-01  Bruno Haible  <bruno@clisp.org>
25511
25512         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
25513         be POSIX compliant.
25514         Reported by Roger Persson <perrog@gmail.com>.
25515
25516 2006-11-01  Eric Blake  <ebb9@byu.net>
25517
25518         * lib/getopt_.h: Fix comments.
25519
25520 2006-10-31  Eric Blake  <ebb9@byu.net>
25521
25522         * modules/tmpdir (Depends-on): Add sys_stat.
25523         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
25524         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
25525         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
25526         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
25527         tempname.
25528
25529 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         Avoid some C++ diagnostics reported by Bruno Haible.
25532         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
25533         xmalloc.
25534         (quotearg_alloc): Use xcharalloc rather than xmalloc.
25535         (struct slotvec): Move to top level.
25536         (quotearg_n_options): Rewrite to avoid xmalloc.
25537         * lib/xalloc.h (xcharalloc): New function.
25538         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
25539         [defined __cplusplus]: Add function template that provides result
25540         type propagation.  This part of the change is from Bruno Haible.
25541
25542 2006-10-29  Bruno Haible  <bruno@clisp.org>
25543
25544         Make it compile in C++ mode.
25545         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
25546         * lib/strnlen1.c (strnlen1): Cast memchr result.
25547         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
25548         * lib/clean-temp.c (string_equals, string_hash): Add casts.
25549         (create_temp_dir): Rename local variable 'template'.
25550         (compile_csharp_using_sscli): Add cast.
25551         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
25552         * lib/findprog.c (find_in_path): Likewise.
25553         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
25554         * lib/wait-process.c (register_slave_subprocess): Likewise.
25555
25556 2006-10-22  Bruno Haible  <bruno@clisp.org>
25557
25558         * modules/tsearch: New file.
25559         * lib/tsearch.h: New file.
25560         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
25561         * m4/tsearch.m4: New file.
25562         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
25563
25564 2006-10-29  Eric Blake  <ebb9@byu.net>
25565
25566         * lib/arcfour.c: Assume config.h.
25567         * lib/arctwo.c: Likewise.
25568         * lib/base64.c: Likewise.
25569         * lib/check-version.c: Likewise.
25570         * lib/crc.c: Likewise.
25571         * lib/des.c: Likewise.
25572         * lib/gc-gnulib.c: Likewise.
25573         * lib/gc-libgcrypt.c: Likewise.
25574         * lib/gc-pbkdf2-sha1.c: Likewise.
25575         * lib/getaddrinfo.c: Likewise.
25576         * lib/getdelim.c: Likewise.
25577         * lib/getline.c: Likewise.
25578         * lib/hmac-md5.c: Likewise.
25579         * lib/hmac-sha1.c: Likewise.
25580         * lib/iconvme.c: Likewise.
25581         * lib/md2.c: Likewise.
25582         * lib/md4.c: Likewise.
25583         * lib/memxor.c: Likewise.
25584         * lib/read-file.c: Likewise.
25585         * lib/readline.c: Likewise.
25586         * lib/rijndael-alg-fst.c: Likewise.
25587         * lib/rijndael-api-fst.c: Likewise.
25588         * lib/xgetdomainname.c: Likewise.
25589
25590 2006-10-28  Eric Blake  <ebb9@byu.net>
25591
25592         * lib/xstrndup.c: Assume config.h.
25593
25594 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25595
25596         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
25597         stat-macros.h is now for our own macros, whereas stat_h is for
25598         macros in the <sys/stat.h> name space.
25599         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
25600         (STAT_MACROS_H): Remove.
25601         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
25602         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
25603         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
25604         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
25605         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
25606         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
25607         Move these macros to ...
25608         * lib/stat_.h: here.  Don't include stat-macros.h.
25609         * lib/canonicalize.c: Don't include stat-macros.h.
25610         * lib/chown.c: Likewise.
25611         * lib/euidaccess.c: Likewise.
25612         * lib/file-type.c: Likewise.
25613         * lib/filemode.c: Likewise.
25614         * lib/glob.c: Likewise.
25615         * lib/isapipe.c: Likewise.
25616         * lib/lchown.c: Likewise.
25617         * lib/lstat.c: Likewise.
25618         * lib/mkdir-p.c: Likewise.
25619         * lib/rmdir.c: Likewise.
25620         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
25621         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
25622         unless mkdir isn't declared, to speed up 'configure'.
25623         Always create sys/stat.h, since it's unlikely any real sys/stat.h
25624         would define all the S_* symbols.
25625         * modules/canonicalize (Depends-on):
25626         Depend on sys_stat, not stat-macros.
25627         * modules/chown: Likewise.
25628         * modules/euidaccess: Likewise.
25629         * modules/filemode: Likewise.
25630         * modules/file-type: Likewise.
25631         * modules/glob: Likewise.
25632         * modules/isapipe: Likewise.
25633         * modules/lchown: Likewise.
25634         * modules/lstat: Likewise.
25635         * modules/mkancesdirs: Likewise.
25636         * modules/rmdir: Likewise.
25637         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
25638         * modules/modechange: Likewise.
25639         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
25640         (configure.ac): Remove gl_STAT_MACROS.
25641         * modules/sys_stat (Depends-on): Remove stat-macros.
25642
25643 2006-10-27  Bruno Haible  <bruno@clisp.org>
25644
25645         * m4/signed.m4: Remove file.
25646         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
25647         invocation.
25648         * modules/vasnprintf (Files): Remove m4/signed.m4.
25649
25650 2006-10-27  Bruno Haible  <bruno@clisp.org>
25651
25652         Update to GNU gettext 0.16.
25653         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
25654         m4/inttypes-h.m4, m4/signed.m4.
25655         * m4/gettext.m4: Update to GNU gettext 0.16.
25656         * m4/intl.m4: New file, from GNU gettext.
25657         * m4/intldir.m4: New file, from GNU gettext.
25658         * config/srclist.txt: Update
25659
25660 2006-10-27  Eric Blake  <ebb9@byu.net>
25661
25662         * MODULES.html.sh: Document tempname.
25663         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
25664         dependencies.
25665         (Files): Move lib/tempname.c...
25666         * modules/tempname: ...to this new module.
25667         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
25668         (gl_PREREQ_TEMPNAME): Move...
25669         * m4/tempname.m4: ...to this new file.
25670         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
25671         * modules/sys_stat (Depends-on): Add stat-macros.
25672         * lib/stat_.h (includes): Pick up stat macros.
25673         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
25674         if stat macros are broken.
25675         * lib/tempname.c (includes): No need to include "stat-macros.h".
25676         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
25677         (direxists, __path_search) [!_LIBC]: Don't compile these in
25678         gnulib; the tmpdir module covers that.
25679         * lib/tempname.h: New file.
25680
25681 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
25682
25683         * COPYING: Explain how gnulib-tool converts licence headers.
25684         Almost all wording by Eric Blake.
25685
25686 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
25687
25688         * lib/mbchar.h (is_basic_table): Make read-only.
25689         * lib/mbchar.c (is_basic_table): Likewise.
25690         Reported by John Darrington.
25691
25692 2006-10-25  Bruno Haible  <bruno@clisp.org>
25693
25694         * lib/progname.h (set_program_name): Undefine before defining.
25695
25696 2006-10-25  Bruno Haible  <bruno@clisp.org>
25697
25698         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
25699         false for non-gcc C++ compilers.
25700         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25701
25702 2006-10-24  Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
25705         iconv implementations like Irix iconv.
25706
25707 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25708
25709         * modules/vararrays: New file.
25710         * m4/vararrays.m4: New file, taken from diffutils.
25711         * MODULES.html.sh: New module vararrays.
25712
25713 2006-10-24  Karl Berry  <karl@gnu.org>
25714
25715         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
25716         Don't call GNU Unix.
25717
25718 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25719
25720         * users.txt: Add Libtool.
25721
25722         Sync from Libtool:
25723
25724         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25725
25726         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
25727         to gnulib's policy of including config.h unconditionally.
25728
25729 2006-10-24  Bruno Haible  <bruno@clisp.org>
25730
25731         * modules/wcwidth (Files): Add m4/wint_t.m4.
25732         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
25733         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
25734
25735 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25736
25737         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
25738         to pacify GCC with some -W flags enabled.  Problem reported by
25739         Bruno Haible.
25740
25741 2006-10-24  Jim Meyering  <jim@meyering.net>
25742
25743         * MODULES.html.sh: Remove uinttostr.  It's not a module.
25744         Reported by Karl Berry.
25745
25746 2006-10-23  Bruno Haible  <bruno@clisp.org>
25747
25748         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
25749
25750 2006-10-24  Bruno Haible  <bruno@clisp.org>
25751
25752         * lib/gl_list.h: Use C comment style, not C++ comment style.
25753
25754 2006-10-23  Eric Blake  <ebb9@byu.net>
25755
25756         * lib/getaddrinfo.c (includes): Add missing include.
25757
25758 2006-10-23  Bruno Haible  <bruno@clisp.org>
25759             Paul Eggert  <eggert@cs.ucla.edu>
25760
25761         Ability to rename obstack_free.
25762         * lib/obstack.h (__obstack_free): New macro. Declare instead of
25763         obstack_free.
25764         (obstack_free): Invoke the __obstack_free macro.
25765         * lib/obstack.c (obstack_free): Use __obstack_free macro.
25766
25767 2006-10-23  Bruno Haible  <bruno@clisp.org>
25768             Paul Eggert  <eggert@cs.ucla.edu>
25769
25770         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
25771         __argc, __argv from the declaration. (They are defined as macros on
25772         mingw.)
25773
25774 2006-10-22  Bruno Haible  <bruno@clisp.org>
25775
25776         * doc/gnulib-intro.texi: New file.
25777         * doc/gnulib.texi: Include it.
25778
25779 2006-10-21  Bruno Haible  <bruno@clisp.org>
25780
25781         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
25782         "Introduction", "Miscellanous Notes", "Particular Modules".
25783
25784 2006-10-21  Bruno Haible  <bruno@clisp.org>
25785
25786         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25787         Change mostlyclean-local rule to avoid sh syntax error from bash
25788         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
25789
25790 2006-10-23  Jim Meyering  <jim@meyering.net>
25791
25792         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
25793         in place of snprintf.
25794
25795         * modules/inttostr (Files): Add lib/uinttostr.c.
25796         * lib/uinttostr.c (inttostr): New file/function.
25797         * lib/inttostr.h (uinttostr): Declare.
25798         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
25799         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25800         Add uinttostr.
25801         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
25802
25803 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25804
25805         * lib/canonicalize.c (ELOOP): Define if not already defined.
25806         Problem reported by Bruno Haible in
25807         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
25808
25809 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
25810
25811         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
25812         Problem reported by Perry Smith and Ville Laurikari.
25813
25814         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
25815         uses.
25816
25817 2006-10-19  Bruno Haible  <bruno@clisp.org>
25818
25819         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
25820         for mingw.
25821
25822 2006-10-19  Bruno Haible  <bruno@clisp.org>
25823
25824         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
25825         Needed for mingw.
25826
25827 2006-10-19  Bruno Haible  <bruno@clisp.org>
25828
25829         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
25830
25831 2006-10-19  Bruno Haible  <bruno@clisp.org>
25832
25833         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
25834         it.
25835
25836 2006-10-19  Bruno Haible  <bruno@clisp.org>
25837
25838         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
25839         invocation.
25840
25841 2006-10-19  Bruno Haible  <bruno@clisp.org>
25842
25843         * gnulib-tool (func_create_testdir): Don't include ftruncate and
25844         mountlist by default.
25845
25846 2006-10-16  Bruno Haible  <bruno@clisp.org>
25847
25848         * lib/c-strstr.c: Include c-strstr.h.
25849
25850 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25851
25852         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
25853         in a slash.
25854
25855 2006-10-18  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/lock.h [C++]: Wrap definitions in extern "C".
25858
25859 2006-10-18  Bruno Haible  <bruno@clisp.org>
25860
25861         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
25862         gl_LIBOBJS list.
25863
25864 2006-10-18  Bruno Haible  <bruno@clisp.org>
25865
25866         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
25867
25868 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
25869
25870         * lib/xstrtol.h: Include gettext.h.
25871         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
25872         Problem reported by Eric Blake.
25873         * modules/xstrtol (Depends-on): Add gettext-h.
25874
25875 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
25876
25877         * lib/strftime.c (advance): New macro.
25878         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
25879         incomplete type, so you can't add 0 to it.  Problem and patch
25880         reported by Eelco Dolstra for dietlibc.
25881
25882 2006-10-18  Jim Meyering  <jim@meyering.net>
25883
25884         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
25885         type for a local, and rename it: s/up/user_proc/.
25886
25887 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25888
25889         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
25890         READ_UTMP_USER_PROCESS.
25891         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
25892
25893 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25894
25895         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
25896         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
25897
25898 2006-10-17  Eric Blake  <ebb9@byu.net>
25899
25900         * lib/sigprocmask.c (sigprocmask): Fix typo.
25901
25902         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
25903
25904         * modules/clean-temp (Makefile.am): Don't add to make output...
25905         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
25906         config.h.
25907
25908 2006-10-17  Bruno Haible  <bruno@clisp.org>
25909
25910         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
25911         differently if DEFAULT_TEXT_DOMAIN is set.
25912
25913 2006-10-16  Bruno Haible  <bruno@clisp.org>
25914
25915         * lib/clean-temp.c: Include fwriteerror.h.
25916
25917 2006-10-16  Bruno Haible  <bruno@clisp.org>
25918
25919         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
25920
25921 2006-10-16  Bruno Haible  <bruno@clisp.org>
25922
25923         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
25924         * lib/sigprocmask.h: Include <sys/types.h>.
25925         (sigset_t): Use the system's definition if present.
25926
25927 2006-10-17  Eric Blake  <ebb9@byu.net>
25928
25929         * lib/xvasprintf.c (includes): Assume config.h.
25930         * lib/xasprintf.c (includes): Likewise.
25931
25932 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25933
25934         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
25935         at least as wide as intmax_t.
25936
25937 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
25938
25939         (Imported from Automake.)
25940         * build-aux/gnupload: Update to version 1.1 of directive file.
25941
25942 2006-10-16  Eric Blake  <ebb9@byu.net>
25943
25944         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
25945         match Automake 1.10a.
25946
25947 2006-10-14  Bruno Haible  <bruno@clisp.org>
25948
25949         * modules/sigprocmask: New file.
25950         * lib/sigprocmask.h: New file.
25951         * lib/sigprocmask.c: New file.
25952         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
25953         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
25954         request sigprocmask.o.
25955         (gl_PREREQ_SIGPROCMASK): New macro.
25956         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
25957         (Depends-on): Add sigprocmask.
25958         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
25959         gt_SIGNALBLOCKING. Test for 'raise' only once.
25960         * lib/fatal-signal.c: Include sigprocmask.h.
25961         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
25962         unblock_fatal_signals): Define always.
25963         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25964         sigprocmask.
25965
25966 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25967
25968         Sync from Automake.
25969         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
25970         which incorrectly sets the mode of an existing destination
25971         directory.  In some cases the unpatched install-sh could do the
25972         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
25973         system.  We hope this is rare in practice, but it's clearly worth
25974         fixing.  Problem reported by Alex Unleashed in
25975         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
25976         Also, don't bother to check for -m bugs unless we're using -m;
25977         suggested by Stepan Kasal.
25978
25979 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25980
25981         Sync from Automake.
25982         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
25983         `-c' flag, so they appear at the same position as in %FASTDEP%
25984         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
25985         which ignores unknown options only after the first non-option.
25986         Bug report against M4 by Nelson H. F. Beebe.
25987
25988 2006-10-13  Jim Meyering  <jim@meyering.net>
25989
25990         Fix a bug in yesterday's change.
25991         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
25992         p->fts_statp->st_dev would be used uninitialized.
25993         Ensures that we always call fts_stat on the very first entry.
25994         Miklos Szeredi reported that find -xdev stopped working.
25995
25996 2006-10-12  Bruno Haible  <bruno@clisp.org>
25997
25998         * gnulib-tool (func_get_automake_snippet): Append an automatically
25999         computed EXTRA_DIST augmentation.
26000         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
26001         * modules/alloca-opt (Makefile.am): Likewise.
26002         * modules/allocsa (Makefile.am): Likewise.
26003         * modules/arcfour (Makefile.am): Likewise.
26004         * modules/arctwo (Makefile.am): Likewise.
26005         * modules/argmatch (Makefile.am): Likewise.
26006         * modules/argz (Makefile.am): Likewise.
26007         * modules/atexit (Makefile.am): Likewise.
26008         * modules/backupfile (Makefile.am): Likewise.
26009         * modules/byteswap (Makefile.am): Likewise.
26010         * modules/c-strtod (Makefile.am): Likewise.
26011         * modules/c-strtold (Makefile.am): Likewise.
26012         * modules/calloc (Makefile.am): Likewise.
26013         * modules/canon-host (Makefile.am): Likewise.
26014         * modules/canonicalize (Makefile.am): Likewise.
26015         * modules/chdir-long (Makefile.am): Likewise.
26016         * modules/chdir-safer (Makefile.am): Likewise.
26017         * modules/check-version (Makefile.am): Likewise.
26018         * modules/chown (Makefile.am): Likewise.
26019         * modules/cloexec (Makefile.am): Likewise.
26020         * modules/close-stream (Makefile.am): Likewise.
26021         * modules/closeout (Makefile.am): Likewise.
26022         * modules/crc (Makefile.am): Likewise.
26023         * modules/csharpexec (Makefile.am): Likewise.
26024         * modules/cycle-check (Makefile.am): Likewise.
26025         * modules/des (Makefile.am): Likewise.
26026         * modules/dev-ino (Makefile.am): Likewise.
26027         * modules/dirfd (Makefile.am): Likewise.
26028         * modules/dirname (Makefile.am): Likewise.
26029         * modules/dup2 (Makefile.am): Likewise.
26030         * modules/eealloc (Makefile.am): Likewise.
26031         * modules/error (Makefile.am): Likewise.
26032         * modules/euidaccess (Makefile.am): Likewise.
26033         * modules/exclude (Makefile.am): Likewise.
26034         * modules/exitfail (Makefile.am): Likewise.
26035         * modules/fcntl-safer (Makefile.am): Likewise.
26036         * modules/fcntl (Makefile.am): Likewise.
26037         * modules/file-type (Makefile.am): Likewise.
26038         * modules/fileblocks (Makefile.am): Likewise.
26039         * modules/filemode (Makefile.am): Likewise.
26040         * modules/filenamecat (Makefile.am): Likewise.
26041         * modules/fnmatch (Makefile.am): Likewise.
26042         * modules/fopen-safer (Makefile.am): Likewise.
26043         * modules/fpending (Makefile.am): Likewise.
26044         * modules/fprintftime (Makefile.am): Likewise.
26045         * modules/free (Makefile.am): Likewise.
26046         * modules/fsusage (Makefile.am): Likewise.
26047         * modules/ftruncate (Makefile.am): Likewise.
26048         * modules/fts (Makefile.am): Likewise.
26049         * modules/gc-arcfour (Makefile.am): Likewise.
26050         * modules/gc-des (Makefile.am): Likewise.
26051         * modules/gc-hmac-md5 (Makefile.am): Likewise.
26052         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
26053         * modules/gc-md4 (Makefile.am): Likewise.
26054         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26055         * modules/gc-sha1 (Makefile.am): Likewise.
26056         * modules/gc (Makefile.am): Likewise.
26057         * modules/getaddrinfo (Makefile.am): Likewise.
26058         * modules/getcwd (Makefile.am): Likewise.
26059         * modules/getdelim (Makefile.am): Likewise.
26060         * modules/getdomainname (Makefile.am): Likewise.
26061         * modules/getgroups (Makefile.am): Likewise.
26062         * modules/gethostname (Makefile.am): Likewise.
26063         * modules/gethrxtime (Makefile.am): Likewise.
26064         * modules/getline (Makefile.am): Likewise.
26065         * modules/getloadavg (Makefile.am): Likewise.
26066         * modules/getlogin_r (Makefile.am): Likewise.
26067         * modules/getndelim2 (Makefile.am): Likewise.
26068         * modules/getopt (Makefile.am): Likewise.
26069         * modules/getpagesize (Makefile.am): Likewise.
26070         * modules/getpass-gnu (Makefile.am): Likewise.
26071         * modules/getpass (Makefile.am): Likewise.
26072         * modules/getsubopt (Makefile.am): Likewise.
26073         * modules/gettime (Makefile.am): Likewise.
26074         * modules/gettimeofday (Makefile.am): Likewise.
26075         * modules/getugroups (Makefile.am): Likewise.
26076         * modules/getusershell (Makefile.am): Likewise.
26077         * modules/glob (Makefile.am): Likewise.
26078         * modules/group-member (Makefile.am): Likewise.
26079         * modules/hard-locale (Makefile.am): Likewise.
26080         * modules/hash (Makefile.am): Likewise.
26081         * modules/hmac-md5 (Makefile.am): Likewise.
26082         * modules/hmac-sha1 (Makefile.am): Likewise.
26083         * modules/human (Makefile.am): Likewise.
26084         * modules/idcache (Makefile.am): Likewise.
26085         * modules/imaxabs (Makefile.am): Likewise.
26086         * modules/imaxdiv (Makefile.am): Likewise.
26087         * modules/inet_ntop (Makefile.am): Likewise.
26088         * modules/inet_pton (Makefile.am): Likewise.
26089         * modules/intprops (Makefile.am): Likewise.
26090         * modules/inttostr (Makefile.am): Likewise.
26091         * modules/inttypes (Makefile.am): Likewise.
26092         * modules/isapipe (Makefile.am): Likewise.
26093         * modules/javaversion (Makefile.am): Likewise.
26094         * modules/lchmod (Makefile.am): Likewise.
26095         * modules/lchown (Makefile.am): Likewise.
26096         * modules/localcharset (Makefile.am): Likewise.
26097         * modules/long-options (Makefile.am): Likewise.
26098         * modules/lstat (Makefile.am): Likewise.
26099         * modules/malloc (Makefile.am): Likewise.
26100         * modules/mathl (Makefile.am): Likewise.
26101         * modules/mbchar (Makefile.am): Likewise.
26102         * modules/md2 (Makefile.am): Likewise.
26103         * modules/md4 (Makefile.am): Likewise.
26104         * modules/md5 (Makefile.am): Likewise.
26105         * modules/memcasecmp (Makefile.am): Likewise.
26106         * modules/memchr (Makefile.am): Likewise.
26107         * modules/memcmp (Makefile.am): Likewise.
26108         * modules/memcoll (Makefile.am): Likewise.
26109         * modules/memcpy (Makefile.am): Likewise.
26110         * modules/memmem (Makefile.am): Likewise.
26111         * modules/memmove (Makefile.am): Likewise.
26112         * modules/mempcpy (Makefile.am): Likewise.
26113         * modules/memrchr (Makefile.am): Likewise.
26114         * modules/memset (Makefile.am): Likewise.
26115         * modules/memxor (Makefile.am): Likewise.
26116         * modules/mkancesdirs (Makefile.am): Likewise.
26117         * modules/mkdir-p (Makefile.am): Likewise.
26118         * modules/mkdir (Makefile.am): Likewise.
26119         * modules/mkdtemp (Makefile.am): Likewise.
26120         * modules/mkstemp (Makefile.am): Likewise.
26121         * modules/mktime (Makefile.am): Likewise.
26122         * modules/modechange (Makefile.am): Likewise.
26123         * modules/mountlist (Makefile.am): Likewise.
26124         * modules/nanosleep (Makefile.am): Likewise.
26125         * modules/obstack (Makefile.am): Likewise.
26126         * modules/openat (Makefile.am): Likewise.
26127         * modules/pagealign_alloc (Makefile.am): Likewise.
26128         * modules/pathmax (Makefile.am): Likewise.
26129         * modules/physmem (Makefile.am): Likewise.
26130         * modules/poll (Makefile.am): Likewise.
26131         * modules/posixtm (Makefile.am): Likewise.
26132         * modules/posixver (Makefile.am): Likewise.
26133         * modules/putenv (Makefile.am): Likewise.
26134         * modules/quote (Makefile.am): Likewise.
26135         * modules/quotearg (Makefile.am): Likewise.
26136         * modules/raise (Makefile.am): Likewise.
26137         * modules/read-file (Makefile.am): Likewise.
26138         * modules/readline (Makefile.am): Likewise.
26139         * modules/readlink (Makefile.am): Likewise.
26140         * modules/readtokens (Makefile.am): Likewise.
26141         * modules/readutmp (Makefile.am): Likewise.
26142         * modules/realloc (Makefile.am): Likewise.
26143         * modules/regex (Makefile.am): Likewise.
26144         * modules/rename-dest-slash (Makefile.am): Likewise.
26145         * modules/rename (Makefile.am): Likewise.
26146         * modules/rijndael (Makefile.am): Likewise.
26147         * modules/rmdir (Makefile.am): Likewise.
26148         * modules/rpmatch (Makefile.am): Likewise.
26149         * modules/safe-read (Makefile.am): Likewise.
26150         * modules/safe-write (Makefile.am): Likewise.
26151         * modules/same-inode (Makefile.am): Likewise.
26152         * modules/same (Makefile.am): Likewise.
26153         * modules/save-cwd (Makefile.am): Likewise.
26154         * modules/savedir (Makefile.am): Likewise.
26155         * modules/setenv (Makefile.am): Likewise.
26156         * modules/settime (Makefile.am): Likewise.
26157         * modules/sha1 (Makefile.am): Likewise.
26158         * modules/sig2str (Makefile.am): Likewise.
26159         * modules/snprintf (Makefile.am): Likewise.
26160         * modules/stat-macros (Makefile.am): Likewise.
26161         * modules/stat-time (Makefile.am): Likewise.
26162         * modules/stdbool (Makefile.am): Likewise.
26163         * modules/stdint (Makefile.am): Likewise.
26164         * modules/stdlib-safer (Makefile.am): Likewise.
26165         * modules/stpcpy (Makefile.am): Likewise.
26166         * modules/stpncpy (Makefile.am): Likewise.
26167         * modules/strcase (Makefile.am): Likewise.
26168         * modules/strcasestr (Makefile.am): Likewise.
26169         * modules/strchrnul (Makefile.am): Likewise.
26170         * modules/strcspn (Makefile.am): Likewise.
26171         * modules/strdup (Makefile.am): Likewise.
26172         * modules/strerror (Makefile.am): Likewise.
26173         * modules/strftime (Makefile.am): Likewise.
26174         * modules/strndup (Makefile.am): Likewise.
26175         * modules/strnlen (Makefile.am): Likewise.
26176         * modules/strpbrk (Makefile.am): Likewise.
26177         * modules/strsep (Makefile.am): Likewise.
26178         * modules/strstr (Makefile.am): Likewise.
26179         * modules/strtod (Makefile.am): Likewise.
26180         * modules/strtoimax (Makefile.am): Likewise.
26181         * modules/strtok_r (Makefile.am): Likewise.
26182         * modules/strtol (Makefile.am): Likewise.
26183         * modules/strtoll (Makefile.am): Likewise.
26184         * modules/strtoul (Makefile.am): Likewise.
26185         * modules/strtoull (Makefile.am): Likewise.
26186         * modules/strtoumax (Makefile.am): Likewise.
26187         * modules/strverscmp (Makefile.am): Likewise.
26188         * modules/sys_socket (Makefile.am): Likewise.
26189         * modules/sys_stat (Makefile.am): Likewise.
26190         * modules/sysexits (Makefile.am): Likewise.
26191         * modules/time_r (Makefile.am): Likewise.
26192         * modules/timegm (Makefile.am): Likewise.
26193         * modules/timespec (Makefile.am): Likewise.
26194         * modules/tmpfile-safer (Makefile.am): Likewise.
26195         * modules/trim (Makefile.am): Likewise.
26196         * modules/unistd-safer (Makefile.am): Likewise.
26197         * modules/unlinkdir (Makefile.am): Likewise.
26198         * modules/unlocked-io (Makefile.am): Likewise.
26199         * modules/userspec (Makefile.am): Likewise.
26200         * modules/utime (Makefile.am): Likewise.
26201         * modules/utimecmp (Makefile.am): Likewise.
26202         * modules/utimens (Makefile.am): Likewise.
26203         * modules/vasnprintf (Makefile.am): Likewise.
26204         * modules/vasprintf (Makefile.am): Likewise.
26205         * modules/vsnprintf (Makefile.am): Likewise.
26206         * modules/xalloc (Makefile.am): Likewise.
26207         * modules/xgetcwd (Makefile.am): Likewise.
26208         * modules/xnanosleep (Makefile.am): Likewise.
26209         * modules/xreadlink (Makefile.am): Likewise.
26210         * modules/xstrtod (Makefile.am): Likewise.
26211         * modules/xstrtol (Makefile.am): Likewise.
26212         * modules/xstrtold (Makefile.am): Likewise.
26213         * modules/yesno (Makefile.am): Likewise.
26214         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
26215
26216 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26217
26218         * modules/error (Makefile.am): Distribute files through
26219         EXTRA_DIST, not lib_SOURCES.
26220
26221 2006-10-12  Eric Blake  <ebb9@byu.net>
26222
26223         * modules/error (Makefile.am): Distribute files in /lib.
26224         * modules/obstack (Makefile.am): Likewise.
26225
26226 2006-10-12  Bruno Haible  <bruno@clisp.org>
26227
26228         * modules/acl (Makefile.am): Distribute all files in lib/ through
26229         EXTRA_DIST.
26230         * modules/arcfour (Makefile.am): Likewise.
26231         * modules/arctwo (Makefile.am): Likewise.
26232         * modules/argmatch (Makefile.am): Likewise.
26233         * modules/argz (Makefile.am): Likewise.
26234         * modules/atexit (Makefile.am): Likewise.
26235         * modules/backupfile (Makefile.am): Likewise.
26236         * modules/c-strtod (Makefile.am): Likewise.
26237         * modules/c-strtold (Makefile.am): Likewise.
26238         * modules/calloc (Makefile.am): Likewise.
26239         * modules/canon-host (Makefile.am): Likewise.
26240         * modules/canonicalize (Makefile.am): Likewise.
26241         * modules/chdir-long (Makefile.am): Likewise.
26242         * modules/chdir-safer (Makefile.am): Likewise.
26243         * modules/check-version (Makefile.am): Likewise.
26244         * modules/chown (Makefile.am): Likewise.
26245         * modules/cloexec (Makefile.am): Likewise.
26246         * modules/close-stream (Makefile.am): Likewise.
26247         * modules/closeout (Makefile.am): Likewise.
26248         * modules/crc (Makefile.am): Likewise.
26249         * modules/cycle-check (Makefile.am): Likewise.
26250         * modules/des (Makefile.am): Likewise.
26251         * modules/dirfd (Makefile.am): Likewise.
26252         * modules/dirname (Makefile.am): Likewise.
26253         * modules/dup2 (Makefile.am): Likewise.
26254         * modules/euidaccess (Makefile.am): Likewise.
26255         * modules/exclude (Makefile.am): Likewise.
26256         * modules/exitfail (Makefile.am): Likewise.
26257         * modules/fcntl-safer (Makefile.am): Likewise.
26258         * modules/file-type (Makefile.am): Likewise.
26259         * modules/fileblocks (Makefile.am): Likewise.
26260         * modules/filemode (Makefile.am): Likewise.
26261         * modules/filenamecat (Makefile.am): Likewise.
26262         * modules/fnmatch (Makefile.am): Likewise.
26263         * modules/fopen-safer (Makefile.am): Likewise.
26264         * modules/fpending (Makefile.am): Likewise.
26265         * modules/fprintftime (Makefile.am): Likewise.
26266         * modules/free (Makefile.am): Likewise.
26267         * modules/fsusage (Makefile.am): Likewise.
26268         * modules/ftruncate (Makefile.am): Likewise.
26269         * modules/fts (Makefile.am): Likewise.
26270         * modules/gc (Makefile.am): Likewise.
26271         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
26272         * modules/getaddrinfo (Makefile.am): Likewise.
26273         * modules/getcwd (Makefile.am): Likewise.
26274         * modules/getdelim (Makefile.am): Likewise.
26275         * modules/getdomainname (Makefile.am): Likewise.
26276         * modules/getgroups (Makefile.am): Likewise.
26277         * modules/gethostname (Makefile.am): Likewise.
26278         * modules/gethrxtime (Makefile.am): Likewise.
26279         * modules/getline (Makefile.am): Likewise.
26280         * modules/getloadavg (Makefile.am): Likewise.
26281         * modules/getlogin_r (Makefile.am): Likewise.
26282         * modules/getopt (Makefile.am): Likewise.
26283         * modules/getpass (Makefile.am): Likewise.
26284         * modules/getpass-gnu (Makefile.am): Likewise.
26285         * modules/getsubopt (Makefile.am): Likewise.
26286         * modules/gettime (Makefile.am): Likewise.
26287         * modules/gettimeofday (Makefile.am): Likewise.
26288         * modules/getugroups (Makefile.am): Likewise.
26289         * modules/getusershell (Makefile.am): Likewise.
26290         * modules/glob (Makefile.am): Likewise.
26291         * modules/group-member (Makefile.am): Likewise.
26292         * modules/hard-locale (Makefile.am): Likewise.
26293         * modules/hash (Makefile.am): Likewise.
26294         * modules/hmac-md5 (Makefile.am): Likewise.
26295         * modules/hmac-sha1 (Makefile.am): Likewise.
26296         * modules/human (Makefile.am): Likewise.
26297         * modules/idcache (Makefile.am): Likewise.
26298         * modules/imaxabs (Makefile.am): Likewise.
26299         * modules/imaxdiv (Makefile.am): Likewise.
26300         * modules/inet_ntop (Makefile.am): Likewise.
26301         * modules/inet_pton (Makefile.am): Likewise.
26302         * modules/inttostr (Makefile.am): Likewise.
26303         * modules/isapipe (Makefile.am): Likewise.
26304         * modules/lchown (Makefile.am): Likewise.
26305         * modules/long-options (Makefile.am): Likewise.
26306         * modules/lstat (Makefile.am): Likewise.
26307         * modules/malloc (Makefile.am): Likewise.
26308         * modules/mathl (Makefile.am): Likewise.
26309         * modules/mbchar (Makefile.am): Likewise.
26310         * modules/md2 (Makefile.am): Likewise.
26311         * modules/md4 (Makefile.am): Likewise.
26312         * modules/md5 (Makefile.am): Likewise.
26313         * modules/memcasecmp (Makefile.am): Likewise.
26314         * modules/memchr (Makefile.am): Likewise.
26315         * modules/memcmp (Makefile.am): Likewise.
26316         * modules/memcoll (Makefile.am): Likewise.
26317         * modules/memcpy (Makefile.am): Likewise.
26318         * modules/memmem (Makefile.am): Likewise.
26319         * modules/memmove (Makefile.am): Likewise.
26320         * modules/mempcpy (Makefile.am): Likewise.
26321         * modules/memrchr (Makefile.am): Likewise.
26322         * modules/memset (Makefile.am): Likewise.
26323         * modules/memxor (Makefile.am): Likewise.
26324         * modules/mkancesdirs (Makefile.am): Likewise.
26325         * modules/mkdir (Makefile.am): Likewise.
26326         * modules/mkdir-p (Makefile.am): Likewise.
26327         * modules/mkdtemp (Makefile.am): Likewise.
26328         * modules/mkstemp (Makefile.am): Likewise.
26329         * modules/mktime (Makefile.am): Likewise.
26330         * modules/modechange (Makefile.am): Likewise.
26331         * modules/mountlist (Makefile.am): Likewise.
26332         * modules/nanosleep (Makefile.am): Likewise.
26333         * modules/openat (Makefile.am): Likewise.
26334         * modules/pagealign_alloc (Makefile.am): Likewise.
26335         * modules/physmem (Makefile.am): Likewise.
26336         * modules/poll (Makefile.am): Likewise.
26337         * modules/posixtm (Makefile.am): Likewise.
26338         * modules/posixver (Makefile.am): Likewise.
26339         * modules/putenv (Makefile.am): Likewise.
26340         * modules/quote (Makefile.am): Likewise.
26341         * modules/quotearg (Makefile.am): Likewise.
26342         * modules/raise (Makefile.am): Likewise.
26343         * modules/read-file (Makefile.am): Likewise.
26344         * modules/readline (Makefile.am): Likewise.
26345         * modules/readlink (Makefile.am): Likewise.
26346         * modules/readtokens (Makefile.am): Likewise.
26347         * modules/readutmp (Makefile.am): Likewise.
26348         * modules/realloc (Makefile.am): Likewise.
26349         * modules/regex (Makefile.am): Likewise.
26350         * modules/rename (Makefile.am): Likewise.
26351         * modules/rename-dest-slash (Makefile.am): Likewise.
26352         * modules/rijndael (Makefile.am): Likewise.
26353         * modules/rmdir (Makefile.am): Likewise.
26354         * modules/rpmatch (Makefile.am): Likewise.
26355         * modules/safe-read (Makefile.am): Likewise.
26356         * modules/safe-write (Makefile.am): Likewise.
26357         * modules/same (Makefile.am): Likewise.
26358         * modules/save-cwd (Makefile.am): Likewise.
26359         * modules/savedir (Makefile.am): Likewise.
26360         * modules/setenv (Makefile.am): Likewise.
26361         * modules/settime (Makefile.am): Likewise.
26362         * modules/sha1 (Makefile.am): Likewise.
26363         * modules/sig2str (Makefile.am): Likewise.
26364         * modules/snprintf (Makefile.am): Likewise.
26365         * modules/stdlib-safer (Makefile.am): Likewise.
26366         * modules/stpcpy (Makefile.am): Likewise.
26367         * modules/stpncpy (Makefile.am): Likewise.
26368         * modules/strcase (Makefile.am): Likewise.
26369         * modules/strcasestr (Makefile.am): Likewise.
26370         * modules/strchrnul (Makefile.am): Likewise.
26371         * modules/strcspn (Makefile.am): Likewise.
26372         * modules/strdup (Makefile.am): Likewise.
26373         * modules/strerror (Makefile.am): Likewise.
26374         * modules/strftime (Makefile.am): Likewise.
26375         * modules/strndup (Makefile.am): Likewise.
26376         * modules/strnlen (Makefile.am): Likewise.
26377         * modules/strpbrk (Makefile.am): Likewise.
26378         * modules/strsep (Makefile.am): Likewise.
26379         * modules/strstr (Makefile.am): Likewise.
26380         * modules/strtod (Makefile.am): Likewise.
26381         * modules/strtoimax (Makefile.am): Likewise.
26382         * modules/strtok_r (Makefile.am): Likewise.
26383         * modules/strtol (Makefile.am): Likewise.
26384         * modules/strtoll (Makefile.am): Likewise.
26385         * modules/strtoul (Makefile.am): Likewise.
26386         * modules/strtoull (Makefile.am): Likewise.
26387         * modules/strtoumax (Makefile.am): Likewise.
26388         * modules/strverscmp (Makefile.am): Likewise.
26389         * modules/time_r (Makefile.am): Likewise.
26390         * modules/timegm (Makefile.am): Likewise.
26391         * modules/tmpfile-safer (Makefile.am): Likewise.
26392         * modules/unistd-safer (Makefile.am): Likewise.
26393         * modules/unlinkdir (Makefile.am): Likewise.
26394         * modules/userspec (Makefile.am): Likewise.
26395         * modules/utime (Makefile.am): Likewise.
26396         * modules/utimecmp (Makefile.am): Likewise.
26397         * modules/utimens (Makefile.am): Likewise.
26398         * modules/vasnprintf (Makefile.am): Likewise.
26399         * modules/vasprintf (Makefile.am): Likewise.
26400         * modules/vsnprintf (Makefile.am): Likewise.
26401         * modules/xalloc (Makefile.am): Likewise.
26402         * modules/xgetcwd (Makefile.am): Likewise.
26403         * modules/xnanosleep (Makefile.am): Likewise.
26404         * modules/xreadlink (Makefile.am): Likewise.
26405         * modules/xstrtod (Makefile.am): Likewise.
26406         * modules/xstrtol (Makefile.am): Likewise.
26407         * modules/xstrtold (Makefile.am): Likewise.
26408         * modules/yesno (Makefile.am): Likewise.
26409
26410 2006-10-12  Jim Meyering  <jim@meyering.net>
26411
26412         * m4/getloadavg.m4: Revert the change below.
26413
26414         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
26415         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
26416         fail with a symlink, which is what coreutils' ./bootstrap now
26417         creates by default.
26418
26419 2006-10-12  Bruno Haible  <bruno@clisp.org>
26420
26421         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
26422         mingw.
26423         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
26424         MSVC and mingw explicitly.
26425
26426 2006-10-11  Simon Josefsson  <jas@extundo.com>
26427             Bruno Haible  <bruno@clisp.org>
26428
26429         Add support for multiple gnulib-tool invocations in the scope of a
26430         single configure.ac file.
26431         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
26432         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
26433         with the same contents as the _LIBADD variable.
26434         (func_emit_initmacro_start, func_emit_initmacro_end,
26435         func_emit_initmacro_done): New functions.
26436         (func_import, func_create_testdir): Invoke them. Allow the identifiers
26437         gl_LIBOBJS and gl_LTLIBOBJS.
26438
26439 2006-10-11  Bruno Haible  <bruno@clisp.org>
26440
26441         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
26442         (func_create_testdir): Don't create po/Makefile.am, don't invoke
26443         autoreconf. Instead, invoke autopoint explicitly but move back the
26444         *.m4 files from gnulib.
26445
26446 2006-10-11  Bruno Haible  <bruno@clisp.org>
26447
26448         * gnulib-tool (func_usage): Make module names after --create-testdir
26449         optional.
26450         (func_create_testdir): If no module was specified, use nearly all
26451         modules.
26452
26453 2006-10-12  Jim Meyering  <jim@meyering.net>
26454
26455         Big performance improvement for fts-based tools that use FTS_NOSTAT.
26456         Avoid spurious inode-mismatch problems on non-POSIX file systems.
26457         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
26458         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
26459         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
26460         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
26461         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
26462         (fts_set_stat_required): New function.
26463         (fts_open): Defer the calls to fts_stat, if possible or requested.
26464         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
26465         into fts_stat itself.
26466         (fts_read): Perform any required (deferred) fts_stat call.
26467         (fts_build): Likewise, for the directory we're about to open and read.
26468         In the readdir loop, carefully decide whether each entry will require
26469         an eventual call to fts_stat, using dirent.d_type info if available.
26470         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
26471         a command line argument into this function.  Update all callers.
26472         Map a return value of FTS_DOT to FTS_D for a command line argument.
26473         * modules/fts (Depends-on): Add d-type.  Alphabetize.
26474         Thanks to Miklos Szeredi for his tenacity and for the initial
26475         bug report about "find" failing on a FUSE-based file system.
26476
26477         * lib/fts.c (fts_open): Use consistent indentation.
26478
26479 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26480
26481         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
26482         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
26483         reported by Jim Meyering.  All uses of cache variables renamed
26484         to match Autoconf's.
26485         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
26486         the other one.
26487
26488         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
26489         Fix misspelling in diagnostic.
26490
26491 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26492
26493         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
26494         defined.  Problem reported by Matthew Woehlke.
26495
26496         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
26497         Add support for Tandem NonStop R series.
26498         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
26499         Use new macro.
26500
26501         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
26502         (has_trailing_slash): Omit size arg; all callers changed.
26503         Omit 'inline', since it doesn't help performance and we'd
26504         need to configure it.
26505         Don't count //, ///, etc. as having a trailing slash.
26506         As a side effect, this removes a C99ism reported by Matthew Woehlke.
26507         (rpl_rename_dest_slash): On failure, use rename's errno rather
26508         than (in some cases) an incorrect or junk errno.
26509         Simplify code by removing need to compute length; this does
26510         cause it to make two passes instead of one over the file name,
26511         but it's worth it.
26512
26513         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
26514         change, since Autoconf's version may no longer be appropriate now
26515         that we are using CVS Autoconf's version.  Add support for Tandem.
26516
26517 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26518             Bruno Haible  <bruno@clisp.org>
26519
26520         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
26521         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
26522         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
26523         gl_AC_TYPE_LONG_LONG.
26524
26525         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
26526         instead of HAVE_LONG_LONG.
26527         * lib/printf-args.c (printf_fetchargs): Likewise.
26528         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
26529         * lib/vasnprintf.c (VASNPRINTF): Likewise.
26530         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
26531         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
26532         gl_AC_TYPE_LONG_LONG.
26533
26534 2006-10-11  Bruno Haible  <bruno@clisp.org>
26535
26536         * m4/longlong.m4: Add comments.
26537         * m4/ulonglong.m4: Likewise.
26538
26539 2006-10-10  Bruno Haible  <bruno@clisp.org>
26540
26541         Make it possible to #define stpcpy, strdup to aliases.
26542         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
26543         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
26544
26545 2006-10-10  Bruno Haible  <bruno@clisp.org>
26546
26547         Make it possible to #define gcd to an alias.
26548         * lib/gcd.c: Include config.h.
26549
26550 2006-10-10  Bruno Haible  <bruno@clisp.org>
26551
26552         Make it possible to #define c_isascii to an alias.
26553         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
26554         defined. Undefine the macros before defining them, to avoid gcc
26555         warnings.
26556         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
26557         define NO_C_CTYPE_MACROS early.
26558
26559 2006-10-10  Bruno Haible  <bruno@clisp.org>
26560
26561         Make it possible to #define set_program_name to an alias.
26562         * lib/progname.c: Don't undefine set_program_name; instead, undefine
26563         ENABLE_RELOCATABLE early.
26564
26565 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26566
26567         Port to Tandem NSK OSS, which has 64-bit signed int but at most
26568         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
26569         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
26570         More generally, don't assume that 64-bit signed int is available
26571         if unsigned int is, and vice versa.
26572         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
26573         unsigned symbols, not on their signed counterparts.
26574         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
26575         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
26576         (UINT64_C, UINTMAX_C):
26577         Likewise.
26578         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
26579         unsigned counterparts.
26580         (Have_long_long, Unsigned): New macros.
26581         (Int): Renamed from INT.
26582         (strtoimax): Use the new macros.
26583         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
26584         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
26585         * modules/inttypes (inttypes.h): Substitute
26586         HAVE_UNSIGNED_LONG_LONG_INT.
26587         * modules/stdint (stdint.h): Likewise.
26588         (Files): Add m4/ulonglong.m4.
26589
26590 2006-10-10  Bruno Haible  <bruno@clisp.org>
26591
26592         Fix a gcc -Wshadow warning.
26593         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
26594         to 'bucket'.
26595         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
26596         gl_linked_indexof_from_to): Likewise.
26597         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
26598         Likewise.
26599         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
26600         Likewise.
26601         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
26602         Reported by Eric Blake.
26603
26604 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
26607         for NetBSD.  Problem reported by Bruno Haible.
26608
26609 2006-10-09  Jim Meyering  <jim@meyering.net>
26610
26611         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
26612         Patch from Bruno Haible.
26613
26614 2006-10-09  Jim Meyering  <jim@meyering.net>
26615
26616         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
26617         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
26618         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
26619
26620 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26621
26622         Don't include <config.h> twice; this doesn't work in some cases,
26623         e.g., when config.h has "#define intmax_t long long int" and
26624         we include <config.h>, <inttypes.h>, <config.h> in that order.
26625         Problem reported by Matthew Woehlke in:
26626         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
26627         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
26628         * lib/fts-cycle.c: Don't include config.h.
26629         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
26630         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
26631         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
26632         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
26633         inttypes.h.
26634         * lib/xstrtoumax.c: Likewise.
26635         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
26636         __strtol and the like, so that this module is more like its siblings.
26637         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
26638         Remove; no longer needed now that we assume gnulib inttypes.h.
26639
26640 2006-10-08  Bruno Haible  <bruno@clisp.org>
26641
26642         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
26643         option.
26644
26645 2006-10-07  Jim Meyering  <jim@meyering.net>
26646
26647         * modules/inttypes (inttypes.h): Revert what seems to have been
26648         an inadvertent part of today's change: use "|", not "/" in the
26649         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
26650
26651 2006-10-07  Bruno Haible  <bruno@clisp.org>
26652
26653         * modules/sublist: New file.
26654
26655 2006-10-07  Bruno Haible  <bruno@clisp.org>
26656
26657         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
26658         * modules/argz (argz.h): Likewise.
26659         * modules/arpa_inet (arpa/inet.h): Likewise.
26660         * modules/byteswap (byteswap.h): Likewise.
26661         * modules/configmake (configmake.h): Likewise.
26662         * modules/fcntl (fcntl.h): Likewise.
26663         * modules/fnmatch (fnmatch.h): Likewise.
26664         * modules/getopt (getopt.h): Likewise.
26665         * modules/glob (glob.h): Likewise.
26666         * modules/inttypes (inttypes.h): Likewise.
26667         * modules/netinet_in (netinet/in.h): Likewise.
26668         * modules/poll (poll.h): Likewise.
26669         * modules/stdbool (stdbool.h): Likewise.
26670         * modules/stdint (stdint.h): Likewise.
26671         * modules/sys_select (sys/select.h): Likewise.
26672         * modules/sys_socket (sys/socket.h): Likewise.
26673         * modules/sys_stat (sys/stat.h): Likewise.
26674         * modules/sysexits (sysexits.h): Likewise.
26675         * modules/unistd (unistd.h): Likewise.
26676         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26677         Add a "DO NOT EDIT" comment to the generated file.
26678         (func_import): Likewise for gnulib-comp.m4.
26679
26680 2006-10-07  Bruno Haible  <bruno@clisp.org>
26681
26682         * lib/gl_sublist.h: New file.
26683         * lib/gl_sublist.c: New file.
26684
26685 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26686
26687         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
26688         name (relative to the original working directory) and the file
26689         name component (relative to the temporary working directory).  All
26690         callers changed.
26691         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
26692         * lib/mkdir-p.c (make_dir_parents): Likewise.
26693         * lib/mkdir-p.h (make_dir_parents): Likewise.
26694
26695 2006-10-06  Eric Blake  <ebb9@byu.net>
26696
26697         Define several macros for use by the clean-temp module.
26698         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
26699         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
26700         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
26701
26702         * lib/clean-temp.h (close_stream_temp): New declaration.
26703         * lib/clean-temp.c (includes): Pull in headers according to what
26704         other modules are in use.
26705         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
26706
26707 2006-10-06  Bruno Haible  <bruno@clisp.org>
26708
26709         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
26710         instead of fopen, fwriteerror.
26711
26712 2006-10-06  Bruno Haible  <bruno@clisp.org>
26713
26714         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
26715         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
26716         int.
26717         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
26718         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
26719         Return an error indicator.
26720         Suggested by Eric Blake.
26721
26722 2006-10-06  Bruno Haible  <bruno@clisp.org>
26723
26724         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
26725         Reported by Eric Blake.
26726
26727 2006-10-06  Bruno Haible  <bruno@clisp.org>
26728
26729         * modules/closeout (Description): Mention stderr too.
26730
26731 2006-10-06  Bruno Haible  <bruno@clisp.org>
26732         and Paul Eggert  <eggert@cs.ucla.edu>
26733
26734         * lib/closeout.c (close_stdout): Also close stderr.
26735         * lib/closeout.h: Update comment.
26736
26737 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26738
26739         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
26740         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
26741         * lib/dirchownmod.c: Include lchown.h.
26742         * lib/lchown.c: Don't include files that lchown.h now includes.
26743         Don't declare chown, since lchown.h now does that.
26744         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
26745         (lchown): Define to rpl_chown if lchown is declared but
26746         does not exist.  Declare using a prototype if lchown is not
26747         declared.  Add a copyright notice.
26748         * lib/mkstemp.h: Include <unistd.h>.
26749         * lib/openat.c: Include lchown.h.
26750
26751         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
26752         we now test for that separately.
26753         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
26754         rather than O_NOFOLLOW, when testing whether it's possible to
26755         avoid a race condition reliably.
26756         * lib/savewd.c (savewd_chdir): Likewise.
26757
26758         Remove macros that are no longer needed now that stdint.h is
26759         reliable.
26760         * lib/fsusage.c (UINTMAX_MAX): Remove.
26761         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
26762         * lib/utimecmp.c (SIZE_MAX): Remove.
26763
26764         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
26765
26766         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
26767         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
26768         O_NOATIME works.
26769
26770 2006-10-05  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/gl_list.h (gl_sortedlist_search_from_to,
26773         gl_sortedlist_indexof_from_to): New declarations.
26774         (gl_list_implementation): New fields sortedlist_search_from_to,
26775         sortedlist_indexof_from_to.
26776         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
26777         inline functions.
26778         * lib/gl_list.c (gl_sortedlist_search_from_to,
26779         gl_sortedlist_indexof_from_to): New functions.
26780         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
26781         function.
26782         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
26783         (gl_array_sortedlist_search_from_to): New function.
26784         (gl_array_list_implementation): Update.
26785         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
26786         function.
26787         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
26788         (gl_carray_sortedlist_search_from_to): New function.
26789         (gl_carray_list_implementation): Update.
26790         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
26791         gl_linked_sortedlist_indexof_from_to): New functions.
26792         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26793         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26794         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
26795         gl_tree_sortedlist_indexof_from_to): New functions.
26796         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26797         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26798         Update.
26799         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26800         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
26801         Update.
26802
26803 2006-10-05  Bruno Haible  <bruno@clisp.org>
26804
26805         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
26806         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
26807         (struct gl_list_implementation): Add fields search_from_to,
26808         indexof_from_to. Remove fields search, indexof.
26809         (gl_list_search): Use the search_from_to method.
26810         (gl_list_search_from, gl_list_search_from_to): New functions.
26811         (gl_list_indexof): Use the indexof_from_to method.
26812         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26813         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
26814         (gl_list_search_from, gl_list_search_from_to): New functions.
26815         (gl_list_indexof): Use the indexof_from_to method.
26816         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
26817         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
26818         gl_array_indexof. Add start_index, end_index arguments.
26819         (gl_array_search_from_to): Renamed from gl_array_search. Add
26820         start_index, end_index arguments.
26821         (gl_array_remove, gl_array_list_implementation): Update.
26822         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
26823         gl_carray_indexof. Add start_index, end_index arguments.
26824         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
26825         start_index, end_index arguments.
26826         (gl_carray_remove, gl_carray_list_implementation): Update.
26827         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
26828         gl_linked_search. Add start_index, end_index arguments.
26829         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
26830         start_index, end_index arguments.
26831         (gl_linked_remove): Update.
26832         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26833         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26834         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
26835         field to 'size_t'.
26836         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
26837         gl_tree_search. Add start_index, end_index arguments.
26838         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26839         start_index, end_index arguments.
26840         (gl_tree_remove): Update.
26841         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26842         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26843         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
26844         function.
26845         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
26846         gl_tree_search. Add start_index, end_index arguments.
26847         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
26848         start_index, end_index arguments.
26849         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26850         Update.
26851         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26852
26853 2006-10-05  Bruno Haible  <bruno@clisp.org>
26854
26855         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
26856
26857         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
26858         fwriteerror_temp): New declarations.
26859         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
26860         (descriptors): New variable.
26861         (cleanup): First, close the descriptors.
26862         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
26863         fclose_temp, fwriteerror_temp): New functions.
26864
26865 2006-10-04  Jim Meyering  <jim@meyering.net>
26866
26867         * lib/fts.c (fts_open): Tiny comment change.
26868
26869 2006-10-04  Bruno Haible  <bruno@clisp.org>
26870
26871         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
26872         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
26873         gl_LOCK_BODY.
26874         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
26875         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
26876         gl_LOCK_EARLY_BODY.
26877         (gl_LOCK): Require gl_LOCK_BODY.
26878
26879 2006-10-04  Bruno Haible  <bruno@clisp.org>
26880
26881         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
26882         (gl_oset_search_atleast): New declaration.
26883         (struct gl_oset_implementation): Add field 'search_atleast'.
26884         (gl_oset_search_atleast): New inline function.
26885         * lib/gl_oset.c (gl_oset_search_atleast): New function.
26886         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
26887         (gl_array_oset_implementation): Update.
26888         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
26889         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
26890         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
26891
26892 2006-10-04  Bruno Haible  <bruno@clisp.org>
26893
26894         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
26895
26896 2006-10-03  Bruno Haible  <bruno@clisp.org>
26897
26898         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
26899         from gl_avltreehash_list_implementation.
26900
26901 2006-10-03  Bruno Haible  <bruno@clisp.org>
26902
26903         * lib/gl_oset.c (gl_oset_add): Fix return type.
26904
26905 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
26906
26907         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
26908
26909 2006-10-02  Eric Blake  <ebb9@byu.net>
26910
26911         * modules/strnlen (Depends-on): Add extensions.
26912
26913 2006-10-02  Eric Blake  <ebb9@byu.net>
26914
26915         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
26916         definition in 2.60+.
26917
26918 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
26919
26920         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
26921         checks.
26922
26923 2006-10-02  Bruno Haible  <bruno@clisp.org>
26924
26925         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
26926         to the AUTOMAKE_OPTIONS.
26927         Reported by Jim Meyering.
26928
26929 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26930
26931         Work around bug in Solaris 10 /proc file system:
26932         /proc/self/fd/NNN/.. isn't the parent directory of
26933         the directory whose file descriptor is NNN.  This needs to
26934         be worked around at run time, not compile time, since a
26935         program might be built on Solaris 8, where things work, and
26936         run on Solaris 10.
26937         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
26938         to use the following interface instead:
26939         (OPENAT_BUFFER_SIZE): New macro.
26940         (openat_proc_name): New function.
26941         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
26942         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
26943         Likewise.
26944         * lib/openat-proc.c: New file.
26945         * modules/openat (Files): Add lib/openat-proc.c.
26946         (Depends-on): Add same-inode, stdbool.
26947         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
26948
26949 2006-09-29  Bruno Haible  <bruno@clisp.org>
26950
26951         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
26952         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
26953         argument. Set stdout_closed before testing for ferror, not after.
26954         (fwriteerror, fwriteerror_no_ebadf): New functions.
26955
26956 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26957
26958         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
26959
26960 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
26961
26962         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
26963         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
26964
26965 2006-09-28  Jim Meyering  <jim@meyering.net>
26966
26967         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
26968         Include <unistd.h>.
26969
26970 2006-09-28  Bruno Haible  <bruno@clisp.org>
26971
26972         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
26973         * modules/linkedhash-list (Depends-on): Likewise.
26974         * modules/rbtreehash-list (Depends-on): Likewise.
26975
26976 2006-09-28  Bruno Haible  <bruno@clisp.org>
26977
26978         * lib/strndup.h: Simplify the redefinition of strndup.
26979         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
26980         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
26981
26982 2006-09-28  Bruno Haible  <bruno@clisp.org>
26983
26984         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
26985         * lib/gl_linkedhash_list.c: Likewise.
26986         * lib/gl_rbtreehash_list.c: Likewise.
26987
26988 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26989
26990         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
26991         getaddrinfo.
26992
26993         * lib/__fpending.h: Don't include <stdio_ext.h> unless
26994         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
26995         it causes <stdio_ext.h> to cause a compile-time error.
26996         Problem reported by Nelson H. F. Beebe.
26997         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
26998         of HAVE_DECL___PENDING.
26999
27000         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
27001         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
27002         declaration.
27003
27004 2006-09-27  Jim Meyering  <jim@meyering.net>
27005
27006         This file could end up with a definition for a function
27007         named __strndup, rather than rpl_strndup on a system with
27008         incomplete weak_alias support.
27009         * lib/strndup.c (strndup): Rename from __strndup.
27010         Remove #defines that used to map __strndup to strndup.
27011         Don't use K&R prototypes.
27012         Remove LIBC-related code, since this file is not sync'd with glibc.
27013         * lib/strndup.h: Revamp, accordingly.
27014         * m4/strndup.m4: Modernize.
27015
27016 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27017
27018         * modules/savewd (Depends-on): Add 'raise'.
27019         * lib/savewd.c: Include <signal.h>, for 'raise'.
27020
27021 2006-09-26  Jim Meyering  <jim@meyering.net>
27022
27023         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
27024         when we detect Darwin 8.7.0's acl_get_file bug.
27025         Rearrange to perform the new (below) run-test while $LIBS
27026         contains any acl-related library.  Set USE_ACL at the end.
27027         (gl_ACL_GET_FILE): New function.
27028
27029 2006-09-26  Eric Blake  <ebb9@byu.net>
27030
27031         * lib/verror.c: Include <config.h> unconditionally.
27032
27033 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
27034
27035         * modules/clock-time (Maintainer): Add self.
27036         * modules/getlogin_r (Depends-on): Add extensions.
27037
27038 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27039
27040         * modules/clock-time: New module.
27041         * modules/nanosleep (Depends-on): Add clock-time.
27042         * modules/gethrxtime (Depends-on): Likewise.
27043         * modules/gettime (Depends-on): Likewise.
27044         * modules/settime (Depends-on): Likewise.
27045
27046         * modules/fts-lgpl: Depend on openat.
27047         * modules/mkancesdirs: Depend on savewd.
27048         * modules/mkdir-p: Likewise.
27049
27050 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27051
27052         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
27053
27054         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
27055         `gl_have_arbitrary_file_name_length_limit' to
27056         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
27057         actually works between configure runs.
27058
27059 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27060             Bruno Haible  <bruno@clisp.org>
27061
27062         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
27063
27064 2006-09-25  Jim Meyering  <jim@meyering.net>
27065
27066         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
27067         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
27068
27069 2006-09-25  Eric Blake  <ebb9@byu.net>
27070
27071         * gnulib-tool (func_import, func_create_testdir): Fix typos in
27072         exec's in 2006-09-18 patch when shuffling fds.
27073
27074 2006-09-25  Bruno Haible  <bruno@clisp.org>
27075
27076         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
27077         Reported by Jim Meyering.
27078
27079 2006-09-24  Jim Meyering  <jim@meyering.net>
27080
27081         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
27082         compare a pointer against a literal "0".  That caused failures with
27083         at least HP-UX's hpcc.
27084
27085 2006-09-22  Simon Josefsson  <jas@extundo.com>
27086
27087         * modules/gc-sha1:
27088         * modules/gc-md4:
27089         * modules/gc-hmac-sha1:
27090         * modules/gc-hmac-md5:
27091         * modules/gc-des:
27092         * modules/gc-arcfour: Distribute more files.
27093
27094 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27095
27096         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
27097         (gl_linked_iterator_from_to): Initialize struct completely.
27098         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
27099         (gl_tree_iterator_from_to): Likewise
27100         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
27101         * lib/gl_array_list.c [lint] (gl_array_iterator)
27102         (gl_array_iterator_from_to): Likewise.
27103         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
27104         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
27105         (gl_carray_iterator_from_to): Likewise.
27106
27107         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
27108         * lib/md4.c (md4_process_block): Remove unused variable.
27109         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
27110         parentheses for clarity.
27111
27112 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27113
27114         * modules/bison-i18n (Depends-on): Add gettext.
27115
27116 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27117
27118         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
27119         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
27120         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
27121         also add missing comma that caused broken test.
27122         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
27123         stdlib.h, for `abort'.
27124         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
27125         variables.
27126         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
27127         include unistd.h if present, for `rmdir'.
27128         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
27129         variables.
27130         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
27131         in the process include standard headers for prototypes.
27132         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
27133         gets declared on GNU/Linux.
27134         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
27135         unistd.h, for `rmdir'.
27136         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
27137
27138         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
27139         always true.
27140         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
27141
27142         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
27143
27144 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27145
27146         * gnulib-tool (func_version): Create output all at once.  This
27147         may help avoid triggering unnecessary SIGPIPEs, and at any
27148         rate it doesn't hurt.
27149
27150 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27151             Bruno Haible  <bruno@clisp.org>
27152
27153         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
27154         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27155         * m4/signed.m4 (bh_C_SIGNED): Likewise.
27156
27157         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
27158         (gl_FUNC_VASPRINTF): Invoke it.
27159
27160 2006-09-22  Bruno Haible  <bruno@clisp.org>
27161
27162         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
27163         getloadavg.c as first argument.
27164
27165 2006-09-22  Bruno Haible  <bruno@clisp.org>
27166
27167         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
27168         at the beginning of the gl_INIT macro.
27169         * modules/getloadavg (configure.ac): Pass $gl_source_base to
27170         gl_GETLOADAVG.
27171
27172 2006-09-22  Bruno Haible  <bruno@clisp.org>
27173
27174         * gnulib-tool (func_create_megatestdir): Don't include the config-h
27175         module.
27176         Suggested by Ralf Wildenhues.
27177
27178 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
27179
27180         Import this patch from libc:
27181
27182         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
27183
27184         * lib/regex_internal.c (re_string_reconstruct): Handle
27185         offset < pstr->valid_raw_len && pstr->offsets_needed case.
27186         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
27187         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
27188         re_string_context_at.
27189
27190         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
27191         now requires it.
27192         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
27193         gl_REGEX now does it for us.
27194         (gl_REGEX): Add test taken from
27195         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
27196
27197         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
27198         Check that large offsets work.  Modernize Autoconf usages.
27199         Prefer "yes" to mean a good thing rather than a bad.
27200         Don't put "#define mkstemp" in config.h, as this might interfere
27201         with standard system headers that "#define mkstemp mkstemp64".
27202
27203         * modules/mkstemp (Depends-on): Add extensions, so that
27204         mkstemp is visible on some platforms.
27205         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
27206         (Include): Change to "mkstemp.h" from <stdlib.h>.
27207         (Files): Add mkstemp.h.
27208
27209         * lib/mkstemp.h: New file, since some standard headers
27210         #define mkstemp.
27211         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
27212         Include "mkstemp.h".
27213         Make the _LIBC code resemble glibc original more,
27214         e.g., use K&R style.
27215         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
27216         (mkstemp): Remove, since mkstemp.h does this for us.
27217         * lib/stdlib--.h: Include mkstemp.h.
27218
27219         Import this patch from libc:
27220
27221         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27222
27223         * lib/tempname.c (__gen_tempname): Change attempts_min
27224         into a macro.  Use preprocessor to decide how to initialize
27225         attempts [Coverity CID 67].
27226
27227 2006-09-20  Bruno Haible  <bruno@clisp.org>
27228
27229         * lib/mkdtemp.c: Import from libc.
27230         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
27231                 * sysdeps/posix/tempname.c (__gen_tempname): Change
27232                 attempts_min into a macro.  Use preprocessor to decide how to
27233                 initialize attempts [Coverity CID 67].
27234         2001-11-27  Paul Eggert  <eggert@twinsun.com>
27235                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
27236                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
27237
27238 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27239
27240         * gnulib-tool (func_exit): New function, to allow to pass the
27241         exit status portably through the trap.  Use everywhere.
27242         (--help, --version): Signal a write error.
27243         (trap): catch SIGPIPE, for write errors.
27244         Exit at the end of the trap, with the correct exit status.
27245
27246 2006-09-19  Karl Berry  <karl@gnu.org>
27247
27248         * doc/gnulib.texi: note about the license texinfo files.
27249
27250 2006-09-19  Eric Blake  <ebb9@byu.net>
27251
27252         * gnulib-tool: Avoid space-tab.
27253
27254 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27255
27256         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
27257         that prevented coreutils 6.1 from building.  Problem reported
27258         by Petter Reinholdtsen.
27259
27260 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
27261
27262         * gnulib-tool (avoidlist): Fix typo that broke options like
27263         --avoid=lock that are used by coreutils bootstrap.
27264
27265 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
27266
27267         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
27268         more systematically.
27269
27270 2006-09-18  Jim Meyering  <jim@meyering.net>
27271
27272         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
27273
27274 2006-09-18  Bruno Haible  <bruno@clisp.org>
27275
27276         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
27277
27278 2006-09-18  Bruno Haible  <bruno@clisp.org>
27279
27280         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
27281         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
27282         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
27283         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
27284         * m4/gettext.m4: Require autoconf >= 2.52.
27285         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
27286         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
27287         of gl_cv_header_inttypes_h.
27288
27289 2006-09-18  Bruno Haible  <bruno@clisp.org>
27290
27291         * lib/javaversion.c: Include configmake.h.
27292
27293 2006-09-18  Bruno Haible  <bruno@clisp.org>
27294
27295         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
27296         avoid that the while loops be executed in a subshell.
27297
27298 2006-09-18  Bruno Haible  <bruno@clisp.org>
27299
27300         * MODULES.html.sh (func_module): Break long lines.
27301         Suggested by Bruce Korb <bkorb@gnu.org>.
27302
27303 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27304
27305         Speed up by a factor of 1.12.
27306         * gnulib-tool (nl): New variable.
27307         (func_import): Rewrite include directive extraction to only read each
27308         directive once.
27309
27310 2006-09-17  Bruno Haible  <bruno@clisp.org>
27311
27312         * modules/javaversion (Makefile.am): Remove DEFS setting.
27313         (Depends-on): Add configmake, for PKGDATADIR definition.
27314
27315 2006-09-17  Bruno Haible  <bruno@clisp.org>
27316
27317         * gnulib-tool (func_create_testdir): Rewrite all files at once.
27318
27319 2006-09-17  Bruno Haible  <bruno@clisp.org>
27320
27321         * gnulib-tool (func_append): New function, stolen from libtool.m4.
27322         (func_modules_transitive_closure, func_modules_add_dummy,
27323         func_modules_to_filelist, func_import, func_create_testdir,
27324         func_create_megatestdir, ...): Use it wherever possible.
27325         Suggested by Ralf Wildenhues.
27326
27327 2006-09-16  Karl Berry  <karl@gnu.org>
27328
27329         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
27330         to avoid sectioning errors.
27331         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
27332         [ifinfo]: blank line after @center-ed titles.
27333         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
27334         Spell FSF address consistently with others.
27335         (These changes approved by rms.)
27336
27337 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27338
27339         Speed up by a factor of 1.61.
27340         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
27341         already checked module names again.
27342
27343 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27344
27345         Speed up by a factor of 1.13.
27346         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
27347         for new_files, and the input to func_add_or_update.
27348
27349 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27350
27351         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
27352         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
27353
27354 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27355
27356         * modules/mkancesdirs (Depends-on): Add fcntl.
27357         * modules/savewd: New file.
27358         * MODULES.html.sh (File system functions): Add savewd.
27359
27360         * modules/configmake (Makefile.am): Add support for the
27361         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
27362
27363 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         * m4/savewd.m4: New file.
27366
27367 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27368
27369         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
27370         (dirchownmod): New arg FD.  All callers changed.
27371         Use FD rather than opening the directory ourself, as opening is
27372         now the caller's responsibility.
27373         * lib/dirchownmod.h: Likewise.
27374         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
27375         hosts that require <sys/types.h> before <sys/stat.h>.  Include
27376         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
27377         (test_dir): Remove.
27378         (mkancesdirs): Return length of prefix of FILE that has already
27379         been made, or -2 if there is a child doing the work.  Redo
27380         algorithm so that it is O(N) rather than O(N**2).  Optimize away
27381         ".", and treat ".." specially since it might stray back into
27382         already-created areas.  Use a subprocess if necessary.  New arg
27383         WD; all users changed.  MAKE_DIR function should now return 1
27384         if it creates a directory that is not readable.  Return -2 if
27385         a child process is spun off.
27386         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
27387         Adjust signature to match code.
27388         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
27389         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
27390         all users changed.
27391         * lib/savewd.c, lib/savewd.h: New files.
27392
27393 2006-09-15  Jim Meyering  <jim@meyering.net>
27394
27395         * modules/rename-dest-slash: New module.
27396         * MODULES.html.sh (posix_compat): Add it here.
27397
27398         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
27399
27400 2006-09-15  Jim Meyering  <jim@meyering.net>
27401
27402         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
27403         file.
27404
27405         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
27406
27407 2006-09-15  Jim Meyering  <jim@meyering.net>
27408
27409         * lib/rename-dest-slash.c (has_trailing_slash): Use
27410         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
27411         (rpl_rename_dest_slash): Perform the cheaper trailing slash
27412         test before testing whether SRC is a directory.
27413         Suggestions from Bruno Haible.
27414
27415         Avoid a warning about an unused variable.
27416         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
27417         into the #ifdef block where it's used.
27418
27419         * lib/rename-dest-slash.c: New file.
27420
27421 2006-09-14  Bruno Haible  <bruno@clisp.org>
27422
27423         * lib/allocsa.c: Include <config.h> unconditionally.
27424         * lib/asnprintf.c: Likewise.
27425         * lib/asprintf.c: Likewise.
27426         * lib/c-strcasecmp.c: Likewise.
27427         * lib/c-strcasestr.c: Likewise.
27428         * lib/c-strncasecmp.c: Likewise.
27429         * lib/c-strstr.c: Likewise.
27430         * lib/classpath.c: Likewise.
27431         * lib/clean-temp.c: Likewise.
27432         * lib/concatpath.c: Likewise.
27433         * lib/copy-file.c: Likewise.
27434         * lib/csharpcomp.c: Likewise.
27435         * lib/csharpexec.c: Likewise.
27436         * lib/execute.c: Likewise.
27437         * lib/fatal-signal.c: Likewise.
27438         * lib/findprog.c: Likewise.
27439         * lib/fwriteerror.c: Likewise.
27440         * lib/gl_array_list.c: Likewise.
27441         * lib/gl_array_oset.c: Likewise.
27442         * lib/gl_avltree_list.c: Likewise.
27443         * lib/gl_avltree_oset.c: Likewise.
27444         * lib/gl_avltreehash_list.c: Likewise.
27445         * lib/gl_carray_list.c: Likewise.
27446         * lib/gl_linked_list.c: Likewise.
27447         * lib/gl_linkedhash_list.c: Likewise.
27448         * lib/gl_list.c: Likewise.
27449         * lib/gl_oset.c: Likewise.
27450         * lib/gl_rbtree_list.c: Likewise.
27451         * lib/gl_rbtree_oset.c: Likewise.
27452         * lib/gl_rbtreehash_list.c: Likewise.
27453         * lib/imaxabs.c: Likewise.
27454         * lib/imaxdiv.c: Likewise.
27455         * lib/javacomp.c: Likewise.
27456         * lib/javaexec.c: Likewise.
27457         * lib/javaversion.c: Likewise.
27458         * lib/linebreak.c: Likewise.
27459         * lib/localcharset.c: Likewise.
27460         * lib/lock.c: Likewise.
27461         * lib/mbchar.c: Likewise.
27462         * lib/mbswidth.c: Likewise.
27463         * lib/mkdtemp.c: Likewise.
27464         * lib/pipe.c: Likewise.
27465         * lib/printf-args.c: Likewise.
27466         * lib/printf-parse.c: Likewise.
27467         * lib/progname.c: Likewise.
27468         * lib/progreloc.c: Likewise.
27469         * lib/readlink.c: Likewise.
27470         * lib/sh-quote.c: Likewise.
27471         * lib/stpcpy.c: Likewise.
27472         * lib/stpncpy.c: Likewise.
27473         * lib/strcasecmp.c: Likewise.
27474         * lib/strcasestr.c: Likewise.
27475         * lib/strcspn.c: Likewise.
27476         * lib/striconv.c: Likewise.
27477         * lib/strncasecmp.c: Likewise.
27478         * lib/strnlen1.c: Likewise.
27479         * lib/strstr.c: Likewise.
27480         * lib/strtok_r.c: Likewise.
27481         * lib/tls.c: Likewise.
27482         * lib/tmpdir.c: Likewise.
27483         * lib/unicodeio.c: Likewise.
27484         * lib/unsetenv.c: Likewise.
27485         * lib/vasnprintf.c: Likewise.
27486         * lib/vasprintf.c: Likewise.
27487         * lib/wait-process.c: Likewise.
27488         * lib/xallocsa.c: Likewise.
27489         * lib/xsetenv.c: Likewise.
27490         * lib/xstriconv.c: Likewise.
27491
27492 2006-09-13  Simon Josefsson  <jas@extundo.com>
27493
27494         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
27495         that internally, suggested by Ralf Wildenhues
27496         <Ralf.Wildenhues@gmx.de>.
27497
27498 2006-09-13  Simon Josefsson  <jas@extundo.com>
27499
27500         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
27501         @LIBOBJS@.
27502         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27503
27504 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27505
27506         * lib/_fpending.c: Include <config.h> unconditionally, since we no
27507         longer worry about uses that don't define HAVE_CONFIG_H.
27508         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
27509         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
27510         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
27511         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
27512         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
27513         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
27514         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
27515         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
27516         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
27517         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
27518         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
27519         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
27520         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
27521         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
27522         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
27523         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
27524         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
27525         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
27526         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
27527         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
27528         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
27529         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
27530         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
27531         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
27532         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
27533         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
27534         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
27535         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
27536         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
27537         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
27538         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
27539         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
27540         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
27541         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
27542         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
27543         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
27544         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
27545         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
27546         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
27547         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
27548         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
27549         Likewise.
27550
27551 2006-09-13  Eric Blake  <ebb9@byu.net>
27552
27553         * lib/getopt.c: Fix typo in last commit.
27554
27555 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27556
27557         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
27558         dgettext.
27559
27560 2006-09-12  Jim Meyering  <jim@meyering.net>
27561
27562         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
27563         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
27564         Reported by Nelson H. F. Beebe.
27565
27566 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27567
27568         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
27569         program_invocation_name and program_invocation_short_name are
27570         initialized.
27571         * lib/argp-namefrob.h: Move declarations of program_invocation_name
27572         and program_invocation_short_name to argp.h, so they are visible
27573         to user programs.
27574         * lib/argp.h: Likewise
27575
27576 2006-09-10  Bruno Haible  <bruno@clisp.org>
27577
27578         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
27579         m4/inttypes_h.m4, m4/uintmax_t.m4.
27580
27581 2006-09-10  Bruno Haible  <bruno@clisp.org>
27582
27583         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
27584         gl_AC_TYPE_UINTMAX_T.
27585
27586 2006-09-10  Bruno Haible  <bruno@clisp.org>
27587
27588         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
27589
27590 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27591
27592         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
27593         convention.  Text proposed by Bruno Haible.
27594         (struct argp_option): Document the use of N_() wrappers.
27595
27596         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
27597         '\v', and translate the two parts separately, instead of feeding
27598         the whole string to gettext.  This allows to exclude
27599         '\v' from the strings visible to the translator by writing doc
27600         strings as N_("..") "\v" N_("..").
27601
27602 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
27603
27604         * config/srclist.txt: Undo latest change; the bug was fixed.
27605
27606 2006-09-09  Bruno Haible  <bruno@clisp.org>
27607
27608         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
27609         assignments if building a library without libtool.
27610         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
27611         in func_emit_lib_Makefile_am.
27612         (func_import): When building a static library libfoo.a, arrange to
27613         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
27614         (func_create_testdir): Likewise.
27615         * modules/gc (configure.ac, Makefile.am): If building statically,
27616         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
27617         * modules/iconvme (configure.ac, Makefile.am): Likewise.
27618         * modules/striconv (configure.ac, Makefile.am): Likewise.
27619         Based on a suggestion by Ralf Wildenhues.
27620
27621 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27622
27623         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27624         Check for unistd.h too, since Autoconf doesn't assume POSIX.
27625         Also:
27626
27627         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27628         Add year_2050_test to catch glibc bug 2821
27629         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27630
27631         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27632         Prefer #ifdef to #if.
27633
27634         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
27635         Return from 'main' instead of calling 'exit'.
27636
27637 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27638
27639         * lib/mktime.c (guess_time_tm): Fix bug where mktime
27640         returned the maximum time_t value rather than (time_t) -1.
27641         Problem originally reported by William Bardwell
27642         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
27643
27644         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27645         Moved to here ...
27646         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
27647         ... from here.
27648
27649 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27650
27651         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
27652         2821 is fixed.
27653
27654 2006-09-08  Jim Meyering  <jim@meyering.net>
27655
27656         Don't make generated files read-only.  That would bother too many
27657         people.  However, do retain the ability to work when targets are
27658         read-only: remove the destination and temporary files before writing
27659         them (when generated via sed or echo), or by using the -f option for
27660         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
27661         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27662         * modules/byteswap, modules/configmake, modules/fcntl:
27663         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27664         * modules/localcharset, modules/netinet_in, modules/poll:
27665         * modules/stdbool, modules/stdint, modules/sys_select:
27666         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27667
27668 2006-09-08  Jim Meyering  <jim@meyering.net>
27669
27670         Avoid new build failure on FreeBSD 6.0.
27671         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
27672         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
27673         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
27674
27675 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27676
27677         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
27678
27679 2006-09-07  Jim Meyering  <jim@meyering.net>
27680
27681         Fix global typo in last change: use chmod u-w, not chmod u-x.
27682         Spotted by Paul Eggert and Bruce Korb.
27683         * modules/alloca-opt, modules/argz, modules/arpa_inet:
27684         * modules/byteswap, modules/configmake, modules/fcntl:
27685         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
27686         * modules/localcharset, modules/netinet_in, modules/poll:
27687         * modules/stdbool, modules/stdint, modules/sys_select:
27688         * modules/sys_socket, modules/sys_stat, modules/sysexits:
27689
27690 2006-09-06  Jim Meyering  <jim@meyering.net>
27691
27692         Make generated files be read-only.
27693         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
27694         Ensure that each generated file is now read-only.
27695         * modules/argz: Likewise.
27696         * modules/arpa_inet: Likewise.
27697         * modules/byteswap: Likewise.
27698         * modules/configmake: Likewise.
27699         * modules/fcntl: Likewise.
27700         * modules/fnmatch: Likewise.
27701         * modules/getopt: Likewise.
27702         * modules/glob: Likewise.
27703         * modules/inttypes: Likewise.
27704         * modules/netinet_in: Likewise.
27705         * modules/poll: Likewise.
27706         * modules/stdbool: Likewise.
27707         * modules/stdint: Likewise.
27708         * modules/sys_select: Likewise.
27709         * modules/sys_socket: Likewise.
27710         * modules/sys_stat: Likewise.
27711         * modules/sysexits: Likewise.
27712         * modules/localcharset: Same as above, but continue using temporary
27713         file named "t-$@" (why different?) rather than the "$@-t" used
27714         everywhere else.
27715
27716         * modules/sysexits (Makefile.am): Replace literal occurrences
27717         of "sysexit.h" more readable, and more consistent, "$@".
27718
27719 2006-09-06  Bruno Haible  <bruno@clisp.org>
27720
27721         * modules/striconv: New file.
27722         * modules/xstriconv: New file.
27723         * MODULES.html.sh (Internationalization functions): Add striconv,
27724         xstriconv.
27725
27726 2006-09-06  Bruno Haible  <bruno@clisp.org>
27727
27728         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
27729         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
27730         not using libtool correctly.
27731
27732 2006-09-06  Bruno Haible  <bruno@clisp.org>
27733
27734         * lib/striconv.h: New file.
27735         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
27736         iconvstring.c.
27737         * lib/xstriconv.h: New file.
27738         * lib/xstriconv.c: New file.
27739
27740 2006-09-06  Bruno Haible  <bruno@clisp.org>
27741
27742         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27743         lib_..._LDFLAGS.
27744
27745 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27746
27747         * lib/argz_.h: Sync from Libtool.
27748
27749         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
27750                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27751
27752         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
27753
27754 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27755
27756         * modules/trim: New file.
27757
27758 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
27759
27760         * lib/trim.h: New file.
27761         * lib/trim.c: New file.
27762
27763 2006-09-05  Bruno Haible  <bruno@clisp.org>
27764
27765         * MODULES.html.sh (String handling): Add trim.
27766
27767 2006-09-04  Karl Berry  <karl@gnu.org>
27768
27769         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
27770         until next release.
27771
27772 2006-09-03  Bruno Haible  <bruno@clisp.org>
27773
27774         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
27775         correctly.
27776
27777 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27778
27779         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
27780         not gl_GETLOADAVG.  Omit unneeded semicolons.
27781         Problems reported by Ralf Wildenhues in
27782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27783         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
27784         at the end, which is the usual gnulib style.
27785
27786         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
27787         of doing all the work ourselves.
27788         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
27789         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
27790
27791 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27792
27793         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
27794         Problem reported by Ralf Wildenhues in
27795         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
27796
27797         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
27798         HAVE_STRUCT_STATFS_F_FSTYPENAME.
27799
27800 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27801
27802         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
27803         yesterday's patch by changing test -n to test -z.
27804
27805 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         * modules/getloadavg (Files): Add m4/getloadavg.m4.
27808         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
27809         the former is now obsolescent.
27810
27811         * modules/chdir-long (Depends-on): Add fcntl.
27812
27813 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27814
27815         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
27816         obsolescent, and programs should use gnulib instead.
27817         * m4/getloadavg.m4: New file, with contents taken from Autoconf
27818         but with prefixes changed.
27819
27820 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27821
27822         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
27823         or stdbool.h, because they might not exist while configuring.
27824
27825         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
27826         Don't include unistd.h or limits.h; not needed, since chdir-long.h
27827         does that for us.
27828         (O_DIRECTORY): Remove.
27829
27830 2006-08-31  Eric Blake  <ebb9@byu.net>
27831
27832         * gnulib-tool: Don't let emacs change spaces to TAB.
27833
27834 2006-08-31  Bruno Haible  <bruno@clisp.org>
27835
27836         * gnulib-tool: When calling func_import more than once, do it in a
27837         subshell.
27838         Reported by Eric Blake <ebb9@byu.net>.
27839
27840 2006-08-31  Bruno Haible  <bruno@clisp.org>
27841
27842         * gnulib-tool (nl): Remove variable.
27843         (sed_transform_lib_file): Use more robust test for config-h module.
27844         (func_import): Fix typo in 2006-08-25 patch.
27845
27846 2006-08-31  Bruno Haible  <bruno@clisp.org>
27847
27848         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
27849         specified, augment Makefile.am variables instead of assigning them.
27850
27851 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         Work around a bug in both the Linux and SunOS 64-bit kernels:
27854         nanosleep mishandles sleeps for longer than 2**31 seconds.
27855         Problem reported by Frank v Waveren in
27856         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27857         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
27858         Check for nanosleep bug.
27859         (LIB_NANOSLEEP): Append clock_gettime library if needed.
27860
27861 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27862
27863         Work around a bug in both the Linux and SunOS 64-bit kernels:
27864         nanosleep mishandles sleeps for longer than 2**31 seconds.
27865         Problem reported by Frank v Waveren in
27866         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
27867         * lib/nanosleep.c (BILLION): New constant.
27868         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
27869         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
27870         implementation.
27871
27872 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27873
27874         * modules/nanosleep (Depends-on): Add gettime.
27875
27876 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
27877         and Simon Josefsson  <jas@extundo.com>
27878         and Oskar Liljeblad  <oskar@osk.mine.nu>
27879
27880         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
27881         * gnulib-tool (func_import): New license type 'unmodifiable license
27882         text'.
27883         * modules/fdl: Use it.  Longer description.
27884         * module/gpl, module/lgpl: New files.
27885
27886 2006-08-30  Jim Meyering  <jim@meyering.net>
27887
27888         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
27889         shadowing the parameter.
27890
27891 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27892
27893         Sync from Libtool:
27894
27895         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27896
27897         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
27898         sharing with gnulib.  Report by Eric Blake.
27899
27900 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27901
27902         * modules/isapipe: New file.
27903         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
27904
27905 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27906
27907         * modules/configmake (Makefile.am): Add a comment, and omit
27908         the CONFIGMAKE_ prefix from generated macro names.  Suggested
27909         by Bruno Haible.
27910
27911 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27912
27913         * m4/isapipe.m4: New file.
27914
27915 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         * lib/isapipe.c, lib/isapipe.h: New files.
27918
27919 2006-08-29  Jim Meyering  <jim@meyering.net>
27920
27921         * modules/configmake (Makefile.am): Make configmake.h depend on
27922         Makefile.  Otherwise, a stale configmake.h could hang around.
27923
27924 2006-08-29  Eric Blake  <ebb9@byu.net>
27925
27926         * lib/error.c (error_at_line, print_errno_message): Match libc, after
27927         resolution of upstream bug 3044.
27928
27929 2006-08-29  Bruno Haible  <bruno@clisp.org>
27930
27931         * modules/localcharset (Depends-on): Add configmake.
27932         (Makefile.am): Remove setting of LIBDIR through DEFS.
27933
27934 2006-08-29  Bruno Haible  <bruno@clisp.org>
27935
27936         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
27937         defined.
27938
27939 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27940
27941         * modules/fcntl: New file.
27942         * modules/chdir-safer (Depends-on): Add fcntl.
27943         * modules/fts: Likewise.
27944         * modules/mkdir-p: Likewise.
27945
27946         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
27947         This undoes the most recent change, since we're now addressing the
27948         problem in a different way.
27949
27950         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
27951         into output, since the output might be called Makefile.am even
27952         if $makefile_name is something different.
27953         (func_import): Use $makefile_am rather than
27954         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
27955         empty.
27956
27957         * modules/inttypes (Files): Add m4/inttypes-h.m4.
27958
27959 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
27962         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
27963         recent change to stdint.m4, since we're now addressing the problem in a
27964         different way.
27965
27966 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27967
27968         * m4/fcntl_h.m4: New file.
27969
27970 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
27971
27972         * lib/fcntl_.h: New file.
27973         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
27974         the fcntl module.
27975         * lib/dirchownmod.c: Likewise.
27976         * lib/fts.c: Likewise.
27977
27978         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
27979         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
27980         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
27981         just before including <inttypes.h>, to avoid circular inclusion.
27982
27983 2006-08-28  Jim Meyering  <jim@meyering.net>
27984
27985         * doc/visibility.texi: Actually read and correct the grammar of the
27986         sentence affected by yesterday's change.
27987
27988 2006-08-28  Eric Blake  <ebb9@byu.net>
27989
27990         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
27991         needs wrapper.
27992
27993 2006-08-28  Eric Blake  <ebb9@byu.net>
27994
27995         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
27996
27997 2006-08-28  Eric Blake  <ebb9@byu.net>
27998
27999         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
28000
28001 2006-08-28  Bruno Haible  <bruno@clisp.org>
28002
28003         * modules/c-strstr: New file, from GNU gettext.
28004         * MODULES.html.sh (String handling): Add c-strstr.
28005
28006 2006-08-28  Bruno Haible  <bruno@clisp.org>
28007
28008         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
28009         macros.
28010         Reported by Eric Blake.
28011
28012 2006-08-28  Bruno Haible  <bruno@clisp.org>
28013
28014         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
28015         (VASNPRINTF): Return a string of length > INT_MAX without failing.
28016         * lib/vasprintf.c: Include errno.h, limits.h.
28017         (EOVERFLOW): New fallback definition.
28018         (vasprintf): Test here whether the string length is > INT_MAX.
28019         * lib/vsnprintf.c: Include errno.h, limits.h.
28020         (EOVERFLOW): New fallback definition.
28021         (vsnprintf): Fix bug when generated string was too long for the buffer.
28022         Test here whether the string length is > INT_MAX.
28023
28024 2006-08-28  Bruno Haible  <bruno@clisp.org>
28025
28026         * lib/inttypes_.h (SCNX*): Remove definitions.
28027         Reported by Eric Blake.
28028
28029 2006-08-28  Bruno Haible  <bruno@clisp.org>
28030
28031         * lib/c-strstr.h: New file, from GNU gettext.
28032         * lib/c-strstr.c: New file, from GNU gettext.
28033
28034 2006-08-28  Bruno Haible  <bruno@clisp.org>
28035
28036         * gnulib-tool: Reorder some statements.
28037
28038 2006-08-28  Bruno Haible  <bruno@clisp.org>
28039
28040         * gnulib-tool: New option --makefile-name.
28041         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
28042         $makefile_name.
28043         (func_import): Write $makefile_name to the cache file, and read it from
28044         there unless explicitly specified. Use $makefile_name as file name
28045         instead of Makefile.am. Adjust the recommendations accordingly.
28046
28047 2006-08-28  Bruno Haible  <bruno@clisp.org>
28048
28049         * gnulib-tool (func_verify_module): Check against misapplying patch.
28050
28051 2006-08-28  Bruno Haible  <bruno@clisp.org>
28052
28053         * gnulib-tool (func_relativize, func_relconcat): New functions.
28054         Give an error if --local-dir is given with --update.
28055         Remove trailing slashes from $local_gnulib_dir.
28056         (func_import): Store the relativized $local_gnulib_dir in
28057         gnulib-cache.m4, and read it from there if not specified explicitly.
28058
28059 2006-08-28  Bruno Haible  <bruno@clisp.org>
28060
28061         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
28062         is the current directory. Respect also $local_gnulib_dir.
28063
28064 2006-08-28  Bruno Haible  <bruno@clisp.org>
28065             Simon Josefsson  <jas@extundo.com>
28066
28067         BeOS portability.
28068         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
28069
28070 2006-08-27  Jim Meyering  <jim@meyering.net>
28071
28072         * doc/visibility.texi: Remove duplicate word: "pointer".
28073
28074 2006-08-26  Bruno Haible  <bruno@clisp.org>
28075
28076         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
28077         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
28078         (Makefile.am): Create inttypes.h from inttypes_.h.
28079         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
28080
28081         * modules/imaxabs: New file.
28082
28083         * modules/imaxdiv: New file.
28084
28085 2006-08-26  Bruno Haible  <bruno@clisp.org>
28086
28087         * m4/inttypes.m4: New file.
28088         * m4/_inttypes_h.m4: Remove file.
28089         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
28090         PRI_MACROS_BROKEN.
28091         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
28092
28093         * m4/imaxabs.m4: New file.
28094
28095         * m4/imaxdiv.m4: New file.
28096
28097 2006-08-26  Bruno Haible  <bruno@clisp.org>
28098
28099         * lib/inttypes_.h: New file.
28100         * lib/inttypes.h: Remove file.
28101         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
28102
28103         * lib/imaxabs.c: New file.
28104
28105         * lib/imaxdiv.c: New file.
28106
28107 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28108
28109         New config-h module, so that "make" output needn't be cluttered
28110         by -DHAVE_CONFIG_H.
28111         * MODULES.html.sh (Support for building libraries and executables):
28112         Add config-h.
28113         * modules/config-h: New file.
28114         * gnulib-tool (nl, sed_transform_lib_file): New vars.
28115         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
28116         the config-h module is used.
28117
28118         New configmake module, so that "make" output needn't be cluttered
28119         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
28120         * MODULES.html.sh (Support for building libraries and executables):
28121         Add configmake.
28122         * modules/configmake: New file.
28123
28124 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
28125
28126         * m4/config-h.m4: New file.
28127
28128 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * config/srclist.txt: Add elisp-comp.
28131
28132 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28133
28134         * MODULES.html.sh (Support for building libraries and executables):
28135         Add elisp-comp.
28136         * build-aux/elisp-comp: New file.
28137         * modules/elisp-comp: New file.
28138
28139 2006-08-24  Bruno Haible  <bruno@clisp.org>
28140
28141         * gnulib-tool (func_create_testdir): Use non-default values of
28142         sourcebase and m4base.
28143
28144 2006-08-24  Bruno Haible  <bruno@clisp.org>
28145
28146         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
28147         HTML structure.
28148
28149 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28150
28151         * modules/openat (Depends-on): Add lchown.
28152
28153 2006-08-23  Bruno Haible  <bruno@clisp.org>
28154
28155         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
28156         of gl_LOCK_EARLY instead of gl_LOCK.
28157
28158 2006-08-23  Bruno Haible  <bruno@clisp.org>
28159
28160         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
28161         on OSF/1 to no.
28162         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
28163
28164 2006-08-23  Bruno Haible  <bruno@clisp.org>
28165
28166         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
28167         as unusable.
28168
28169         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
28170         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
28171         (gl_LOCK): New macro.
28172
28173 2006-08-22  Simon Josefsson  <jas@extundo.com>
28174
28175         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
28176         to md5 module.
28177
28178 2006-08-22  Simon Josefsson  <jas@extundo.com>
28179
28180         * MODULES.html.sh: Add "Support for maintaining and release
28181         projects".
28182
28183         * build-aux/gnupload: New file, from coreutils.
28184
28185 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28186
28187         Avoid the need for AC_LIBSOURCES in m4 macros.
28188         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
28189         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
28190         * modules/check-version (EXTRA_DIST): Add check-version.h.
28191         * modules/crc (EXTRA_DIST): Add crc.h.
28192         * modules/des (EXTRA_DIST): Add des.h.
28193         * modules/gc (EXTRA_DIST): Add gc.h.
28194         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
28195         * modules/getline (EXTRA_DIST): Add getline.h.
28196         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
28197         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
28198         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
28199         * modules/md2 (EXTRA_DIST): Add md2.h.
28200         * modules/md4 (EXTRA_DIST): Add md4.h.
28201         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
28202         * modules/read-file (EXTRA_DIST): Add read-file.h.
28203         * modules/readline (EXTRA_DIST): Add readline.h.
28204         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
28205         rijndael-api-fst.h.
28206
28207 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28208
28209         * m4/rijndael.m4 (gl_ARCFOUR):
28210         * m4/arctwo.m4 (gl_ARCTWO):
28211         * m4/check-version.m4 (gl_CHECK_VERSION):
28212         * m4/crc.m4 (gl_CRC):
28213         * m4/des.m4 (gl_DES):
28214         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
28215         * m4/gc.m4 (gl_GC):
28216         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
28217         * m4/getline.m4 (gl_FUNC_GETLINE):
28218         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
28219         * m4/hmac-md5.m4 (gl_HMAC_MD5):
28220         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
28221         * m4/md2.m4 (gl_MD2):
28222         * m4/md4.m4 (gl_MD4):
28223         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
28224         * m4/read-file.m4 (gl_FUNC_READ_FILE):
28225         * m4/readline.m4 (gl_FUNC_READLINE):
28226         * m4/rijndael.m4 (gl_RIJNDAEL):
28227         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28228         to get the necessary .h files and whatnot.
28229
28230 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
28231
28232         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
28233         gnulib rather than the other way around.
28234         * config/srclistvars.sh (COREUTILS): Remove.
28235
28236 2006-08-22  Jim Meyering  <jim@meyering.net>
28237
28238         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
28239
28240         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
28241
28242 2006-08-22  Eric Blake  <ebb9@byu.net>
28243
28244         * modules/regexprops-generic: New file.
28245         * MODULES.html.sh (Support for building documentation): List it.
28246
28247 2006-08-22  Eric Blake  <ebb9@byu.net>
28248
28249         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
28250         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
28251         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
28252         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
28253
28254 2006-08-22  Bruno Haible  <bruno@clisp.org>
28255
28256         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
28257         and lib_LTLIBRARIES like the other lib_* variables.
28258
28259 2006-08-22  Bruno Haible  <bruno@clisp.org>
28260
28261         * build-aux/x-to-1.in: New file, from GNU gettext.
28262
28263 2006-08-22  Bruno Haible  <bruno@clisp.org>
28264
28265         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
28266         <utmpx.h> exists.
28267
28268 2006-08-22  Bruno Haible  <bruno@clisp.org>
28269
28270         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
28271         <utmpx.h> exists.
28272
28273 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28274
28275         BeOS portability.
28276         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
28277         exist.
28278         Problem reported by Bruno Haible.
28279
28280 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28281
28282         Avoid the need for AC_LIBSOURCES in m4 macros.
28283         * modules/acl (EXTRA_DIST): Add acl.h.
28284         * modules/argmatch (Files): Add m4/argmatch.m4.
28285         (configure.ac): Add gl_ARGMATCH.
28286         (EXTRA_DIST): Renamed from lib_SOURCES, for
28287         consistency with the other modules.  Remove argmatch.c.
28288         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
28289         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
28290         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
28291         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
28292         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
28293         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
28294         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
28295         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
28296         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
28297         * modules/closeout (EXTRA_DIST): Add closeout.h.
28298         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
28299         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
28300         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
28301         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
28302         dirname.h; remove basename.c and stripslash.c.
28303         * modules/exclude (EXTRA_DIST): Add exclude.h.
28304         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
28305         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
28306         * modules/file-type (EXTRA_DIST): Add file-type.h.
28307         * modules/filemode (EXTRA_DIST): Add filemode.h.
28308         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
28309         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28310         * modules/fpending (EXTRA_DIST): Add __fpending.h.
28311         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
28312         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
28313         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
28314         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
28315         * modules/getdate (EXTRA_DIST): Add getdate.c.
28316         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
28317         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
28318         * modules/getpass (EXTRA_DIST): Add getpass.h.
28319         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
28320         * modules/group-member (EXTRA_DIST): Add group-member.h.
28321         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
28322         * modules/hash (EXTRA_DIST): Add hash.h.
28323         * modules/human (EXTRA_DIST): Add human.h.
28324         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
28325         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
28326         * modules/lchown (EXTRA_DIST): Add lchown.h.
28327         * modules/long-options (EXTRA_DIST): Add long-options.h.
28328         * modules/lstat (EXTRA_DIST): Add lstat.h.
28329         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
28330         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
28331         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
28332         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
28333         * modules/memxor (EXTRA_DIST): Add memxor.h.
28334         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
28335         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
28336         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
28337         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
28338         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
28339         * modules/physmem (EXTRA_DIST): Add physmem.h.
28340         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
28341         * modules/posixver (EXTRA_DIST): Add posixver.h.
28342         * modules/quote (EXTRA_DIST): Add quote.h.
28343         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
28344         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
28345         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
28346         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
28347         regex_internal.h regexec.c.
28348         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
28349         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
28350         * modules/same (EXTRA_DIST): Add same.h.
28351         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
28352         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
28353         * modules/savedir (EXTRA_DIST): Add savedir.h.
28354         * modules/sha1 (EXTRA_DIST): Add sha1.h.
28355         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
28356         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
28357         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
28358         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
28359         * modules/strdup (EXTRA_DIST): Add strdup.h.
28360         * modules/strftime (EXTRA_DIST): Add strftime.h.
28361         * modules/strndup (EXTRA_DIST): Add strndup.h.
28362         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
28363         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
28364         * modules/time_r (EXTRA_DIST): Add time_r.h.
28365         * modules/timespec (EXTRA_DIST): Add timespec.h.
28366         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
28367         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
28368         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
28369         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
28370         * modules/userspec (EXTRA_DIST): Add userspec.h.
28371         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
28372         * modules/utimens (EXTRA_DIST): Add utimens.h.
28373         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
28374         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
28375         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
28376         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
28377         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
28378         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
28379         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
28380         * modules/yesno (EXTRA_DIST): Add yesno.h.
28381
28382 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
28383
28384         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
28385
28386         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
28387         * m4/dev-ino.m4, same-inode.m4: Remove.
28388
28389         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
28390         * m4/acl.m4 (AC_FUNC_ACL):
28391         * m4/backupfile.m4 (gl_BACKUPFILE):
28392         * m4/c-strtod.m4 (gl_C99_STRTOLD):
28393         * m4/canon-host.m4 (gl_CANON_HOST):
28394         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28395         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
28396         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
28397         * m4/cloexec.m4 (gl_CLOEXEC):
28398         * m4/close-stream.m4 (gl_CLOSE_STREAM):
28399         * m4/closeout.m4 (gl_CLOSEOUT):
28400         * m4/dirfd.m4 (gl_FUNC_DIRFD):
28401         * m4/dirname.m4 (gl_DIRNAME):
28402         * m4/exclude.m4 (gl_EXCLUDE):
28403         * m4/exitfail.m4 (gl_EXITFAIL):
28404         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
28405         * m4/file-type.m4 (gl_FILE_TYPE):
28406         * m4/filemode.m4 (gl_FILEMODE):
28407         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
28408         * m4/fpending.m4 (gl_FUNC_FPENDING):
28409         * m4/fprintftime.m4 (gl_FPRINTFTIME):
28410         * m4/fts.m4 (gl_FUNC_FTS):
28411         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
28412         * m4/getdate.m4 (gl_GETDATE):
28413         * m4/gethrxtime.m4 (gl_GETHRXTIME):
28414         * m4/getpagesize.m4 (gl_GETPAGESIZE):
28415         * m4/getpass.m4 (gl_FUNC_GETPASS):
28416         * m4/gettime.m4 (gl_GETTIME):
28417         * m4/getugroups.m4 (gl_GETUGROUPS):
28418         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
28419         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
28420         * m4/hard-locale.m4 (gl_HARD_LOCALE):
28421         * m4/hash.m4 (gl_HASH):
28422         * m4/idcache.m4 (gl_IDCACHE):
28423         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
28424         * m4/lchown.m4 (gl_FUNC_LCHOWN):
28425         * m4/long-options.m4 (gl_LONG_OPTIONS):
28426         * m4/lstat.m4 (gl_FUNC_LSTAT):
28427         * m4/md5.m4 (gl_MD5):
28428         * m4/memcasecmp.m4 (gl_MEMCASECMP):
28429         * m4/memcoll.m4 (gl_MEMCOLL):
28430         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
28431         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
28432         * m4/memxor.m4 (gl_MEMXOR):
28433         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
28434         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
28435         * m4/modechange.m4 (gl_MODECHANGE):
28436         * m4/mountlist.m4 (gl_MOUNTLIST):
28437         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28438         * m4/openat.m4 (gl_FUNC_OPENAT):
28439         * m4/pathmax.m4 (gl_PATHMAX):
28440         * m4/physmem.m4 (gl_PHYSMEM):
28441         * m4/posixtm.m4 (gl_POSIXTM):
28442         * m4/posixver.m4 (gl_POSIXVER):
28443         * m4/quote.m4 (gl_QUOTE):
28444         * m4/quotearg.m4 (gl_QUOTEARG):
28445         * m4/readtokens.m4 (gl_READTOKENS):
28446         * m4/readutmp.m4 (gl_READUTMP):
28447         * m4/regex.m4 (gl_REGEX):
28448         * m4/safe-read.m4 (gl_SAFE_READ):
28449         * m4/safe-write.m4 (gl_SAFE_WRITE):
28450         * m4/same.m4 (gl_SAME):
28451         * m4/save-cwd.m4 (gl_SAVE_CWD):
28452         * m4/savedir.m4 (gl_SAVEDIR):
28453         * m4/settime.m4 (gl_SETTIME):
28454         * m4/sha1.m4 (gl_SHA1):
28455         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
28456         * m4/stat-macros.m4 (gl_STAT_MACROS):
28457         * m4/stat-time.m4 (gl_STAT_TIME):
28458         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
28459         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
28460         * m4/strdup.m4 (gl_FUNC_STRDUP):
28461         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
28462         * m4/strndup.m4 (gl_FUNC_STRNDUP):
28463         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
28464         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
28465         * m4/time_r.m4 (gl_TIME_R):
28466         * m4/timespec.m4 (gl_TIMESPEC):
28467         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
28468         * m4/unlinkdir.m4 (gl_UNLINKDIR):
28469         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
28470         * m4/userspec.m4 (gl_USERSPEC):
28471         * m4/utimecmp.m4 (gl_UTIMECMP):
28472         * m4/utimens.m4 (gl_UTIMENS):
28473         * m4/xalloc.m4 (gl_XALLOC):
28474         * m4/xgetcwd.m4 (gl_XGETCWD):
28475         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
28476         * m4/xreadlink.m4 (gl_XREADLINK):
28477         * m4/xstrtod.m4 (gl_XSTRTOD):
28478         * m4/yesno.m4 (gl_YESNO):
28479         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
28480         to get the necessary .h files and whatnot.
28481
28482 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
28483             Bruno Haible  <bruno@clisp.org>
28484
28485         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
28486         /bin/sh understanding of '!' conditional negation.
28487
28488 2006-08-21  Jim Meyering  <jim@meyering.net>
28489
28490         * modules/openat (Depends-on): Really alphabetize.
28491
28492         * modules/acl (Depends-on): Add error and quote.
28493
28494         * check-module (find_included_lib_files): Add at-func.c to the
28495         ok-to-include-more-than-once white list.
28496
28497         * modules/openat (Depends-on): Add lstat.  Alphabetize.
28498
28499 2006-08-21  Bruno Haible  <bruno@clisp.org>
28500
28501         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28502         Emit a pkgdata_DATA variable only if some snippets add contents to it.
28503         Reported by Martin Lambers <marlam@marlam.de>.
28504
28505 2006-08-21  Bruno Haible  <bruno@clisp.org>
28506
28507         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
28508         specify an installation location, don't emit a noinst_LIBRARIES or
28509         noinst_LTLIBRARIES assignment.
28510
28511 2006-08-21  Bruno Haible  <bruno@clisp.org>
28512
28513         BeOS portability.
28514         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
28515         BeOS has mbrtowc() but no <wctype.h>.
28516
28517 2006-08-21  Bruno Haible  <bruno@clisp.org>
28518
28519         BeOS portability.
28520         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
28521         exist.
28522
28523 2006-08-21  Bruno Haible  <bruno@clisp.org>
28524
28525         BeOS portability.
28526         * lib/mbchar.h: Include <wctype.h> only if it exists.
28527
28528 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28529
28530         Remove files that are no longer needed by their respective modules.
28531         * m4/obstack.m4: Remove.
28532         * m4/strerror_r.m4: Remove.
28533         * m4/uint32_t.m4: Remove.
28534         * m4/uintptr_t.m4: Remove.
28535         * m4/ullong_max.m4: Remove.
28536         * m4/xstrtoimax.m4: Remove.
28537         * m4/xstrtoumax.m4: Remove.
28538
28539         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
28540         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
28541         dependencies now capture this.
28542
28543         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
28544         Do not use AC_LIBSOURCES, since gnulib modules now do this.
28545         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
28546         * m4/human.m4 (gl_HUMAN): Likewise.
28547         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
28548         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
28549
28550         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
28551
28552         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
28553         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
28554         stdint.
28555         * m4/human.m4 (gl_HUMAN): Likewise.
28556         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
28557         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
28558         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28559         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28560         * m4/xstrtol (gl_XSTRTOL): Likewise.
28561
28562         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
28563         AC_TYPE_LONG_LONG_INT.
28564         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
28565         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
28566         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
28567         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
28568
28569         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
28570         on stdbool.
28571
28572         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
28573         (gl_PREREQ_XSTRTOUL): Remove.
28574
28575         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
28576
28577         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
28578         mode.
28579
28580 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28581
28582         Add and change modules to make it easier for coreutils to use
28583         gnulib-tool.
28584         * modules/backupfile (Files): Remove m4/d-ino.m4.
28585         (Depends-on): Add d-ino.
28586         * modules/cycle-check (Depends-on): Add stdint.
28587         (lib_SOURCES): Add cycle-check.h.
28588         * modules/d-ino: New module.
28589         * modules/d-type: New module.
28590         * modules/error (Files): Remove m4/strerror_r.m4.
28591         * modules/filemode (Files): Add m4/st_dm_mode.m4.
28592         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28593         m4/inttypes_h.m4, m4/uintmax_t.m4.
28594         (Depends-on): Add stdint.
28595         (lib_SOURCES): Add fsusage.h.
28596         * modules/getcwd (Files): Remove d-ino.m4.
28597         (Depends-on): Add d-ino.
28598         * modules/getndelim2 (Depends-on): Add stdint.
28599         * modules/glob (Files): Remove m4/d-type.m4.
28600         (Depends-on): Add d-type.
28601         * modules/host-os: New module.
28602         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
28603         m4/inttypes_h.m4, m4/uintmax_t.m4.
28604         * Depends-on: Add stdint.
28605         (lib_SOURCES): Add human.h.
28606         * modules/inttostr (Files): Remove m4/intmax_t.m4,
28607         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
28608         m4/uintmax_t.m4, m4/ulonglong.m4.
28609         (Depends-on): Add stdint.
28610         (EXTRA_DIST): Add inttostr.h.
28611         * modules/lchmod: New module.
28612         * modules/link-follow: New module.
28613         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
28614         (Depends-on): Add lchmod.
28615         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
28616         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
28617         (Depends-on): Add stdint.
28618         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
28619         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
28620         (Depends-on): Add stdint.
28621         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
28622         * modules/perl: New module.
28623         * modules/regex (Depends-on): Add stdint.
28624         * modules/rmdir-errno: New module.
28625         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28626         m4/intmax_t.m4.
28627         (Depends-on): Add stdint.
28628         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
28629         m4/uintmax_t.m4.
28630         (Depends-on): Add stdint.
28631         * modules/unlink-busy: New module.
28632         * modules/utimecmp (Depends-on): Add stdint.
28633         * modules/uptime: New module.
28634         * modules/winsz-ioctl: New module.
28635         * modules/winsz-termios: New module.
28636         * modules/xnanosleep (Depends-on): Add nanosleep.
28637         * modules/ullong_max: Remove.
28638         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
28639         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
28640         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
28641         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
28642         (Depends-on): Add inttypes.
28643         (lib_SOURCES): Add xstrtol.h.
28644         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
28645         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
28646         * MODULES.html.sh: Move 'assert' into the assert section.
28647         Move 'dummy' into the linking section.
28648         Remove ullong_max.
28649         Add section for compatibility checks for POSIX:2001 functions,
28650         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
28651         winsz-ioctl, and winsz-termios into it.
28652         Add lchmod.
28653         Add top-level Misc section and put host-os, perl, and uptime
28654         into it.
28655
28656 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
28659         now assume the stdint module.  Do not include inttypes.h.
28660         * lib/fsusage.h: Likewise.
28661         * lib/getndelim2.c: Likewise.
28662         * lib/human.h: Likewise.
28663         * lib/inttostr.h: Likewise.
28664         * lib/obstack.c: Likewise.
28665         * lib/regex_internal.h: Likewise.
28666         * lib/tempname.c: Likewise.
28667         * lib/utimecmp.c: Likewise.
28668         * lib/xstrtol.h: Likewise.
28669
28670         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
28671
28672         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
28673         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
28674         * lib/xtime.h: Likewise.
28675
28676 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28677
28678         * modules/openat (Files): Add lib/fchmodat.c.
28679         Fixes problem reported by Jay Youngman.
28680
28681 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28682
28683         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
28684         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
28685
28686 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
28687             Bruno Haible  <bruno@clisp.org>
28688
28689         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
28690         and is a script that invokes bison. Tighten the code. Add comments.
28691
28692 2006-08-18  Jim Meyering  <jim@meyering.net>
28693
28694         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
28695         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
28696         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
28697         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
28698
28699 2006-08-18  Bruno Haible  <bruno@clisp.org>
28700
28701         * modules/bison-i18n: New file.
28702         * MODULES.html.sh (Internationalization functions): Add it.
28703
28704 2006-08-18  Bruno Haible  <bruno@clisp.org>
28705
28706         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
28707         sys/statvfs.h. When getmntinfo was found, check its declaration and
28708         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
28709
28710 2006-08-18  Bruno Haible  <bruno@clisp.org>
28711
28712         * m4/bison-i18n.m4: New file, from bison.
28713
28714 2006-08-18  Bruno Haible  <bruno@clisp.org>
28715
28716         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
28717         (ME_DUMMY): Treat "kernfs" as a dummy.
28718         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
28719
28720 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28721
28722         Update from coreutils.
28723
28724         2006-08-15  Jim Meyering  <jim@meyering.net>
28725
28726         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
28727
28728         2006-01-17  Jim Meyering  <jim@meyering.net>
28729
28730         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
28731
28732         2006-01-11  Jim Meyering  <jim@meyering.net>
28733
28734         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
28735         Check for the lchmod function.
28736
28737 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28738
28739         Update from coreutils.
28740
28741         * lib/__fpending.h: Add copyright notice.
28742         * lib/fprintftime.h: Likewise.
28743         * lib/savedir.c: Use (C) in copyright notice.
28744         * lib/savedir.h: Likewise.
28745
28746         2006-08-15  Jim Meyering  <jim@meyering.net>
28747
28748         * lib/at-func.c: New file, with the logic of all emulated at-functions.
28749         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
28750         in support of the EXPECTED_ERRNO macro.
28751         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
28752         definitions.  Instead, define the appropriate symbols and include
28753         "at-func.c".
28754         * lib/mkdirat.c (mkdirat): Likewise.
28755         * lib/fchmodat.c (fchmodat): Likewise.
28756         (ENOSYS): Remove definition.
28757         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
28758         it.  Don't include "unistd--.h" -- it wasn't ever used.
28759
28760         2006-01-17  Jim Meyering  <jim@meyering.net>
28761
28762         Rewrite fts.c not to change the current working directory,
28763         by using openat, fstatat, fdopendir, etc..
28764
28765         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
28766         (HAVE_OPENAT_SUPPORT): Define.
28767         [_LIBC] (fchdir): Don't undef or define; no longer used.
28768         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
28769         Now, this `function' always succeeds, and consumes its file descriptor
28770         parameter -- so callers must not close such FDs.  Update callers.
28771         (diropen_fd, opendirat, cwd_advance_fd): New functions.
28772         (diropen): Add parameter, SP.  Adjust all callers.
28773         Implement using diropen_fd, rather than open.
28774         (fts_open): Initialize new member, fts_cwd_fd.
28775         Remove fts_rft-setting code.
28776         (fts_close): Close fts_cwd_fd, if necessary.
28777         (__opendir2): Define in terms of opendir or opendirat,
28778         depending on whether the FST_NOCHDIR flag is set.
28779         (fts_build): Since fts_safe_changedir consumes its FD, and since
28780         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
28781         and close the dup'd file descriptor upon failure.
28782         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
28783         (fts_safe_changedir): Tweak semantics to reflect that this function
28784         now calls cwd_advance_fd and hence consumes its FD argument.
28785         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
28786         [struct FTS] (fts_rft): Remove now-unused member.
28787         [struct FTS] (fts_cycle.state): Improve comment.
28788
28789         * lib/openat.c (openat_needs_fchdir): New function.
28790         * lib/openat.h (openat_needs_fchdir): Declare it.
28791
28792 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28793
28794         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
28795         Problem and fix reported by Pádraig Brady in
28796         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
28797
28798 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28799
28800         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
28801
28802 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28803
28804         * lib/memcoll.c (memcoll): Optimize for the common case where the
28805         arguments are bytewise equal.
28806
28807 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28808
28809         * doc/regexprops-generic.texi: Add a copyright notice.
28810
28811 2006-08-15  Bruno Haible  <bruno@clisp.org>
28812
28813         * modules/tmpdir (License): Change to LGPL.
28814
28815 2006-08-15  Bruno Haible  <bruno@clisp.org>
28816
28817         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
28818         module.
28819
28820 2006-08-14  Simon Josefsson  <jas@extundo.com>
28821
28822         * config/srclist.txt: Add gnupload.
28823
28824 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28825
28826         Change copyright notice from LGPL 2 to GPL 2, since that's the
28827         standard form used in the gnulib repository.
28828         * tests/test-lock.c: Likewise.
28829         * tests/test-stdint.c: Likewise.
28830         * tests/test-tls.c: Likewise.
28831
28832         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
28833         prelude-manager.  User shorter URLs for GNU projects, without '?'.
28834         Add copyright notice.
28835
28836         * check-module: Add copyright notice.  Output a copyright
28837         notice if "--version" is specified.
28838         * modules/COPYING: New file.
28839         * tests/test-getaddrinfo.c: Add copyright notice.
28840         * tests/test-verify.c: Likewise.
28841
28842 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28843
28844         Change copyright notice from LGPL 2 to GPL 2, since that's the
28845         standard form used in the gnulib repository.
28846         * lib/lock.c: LGPL -> GPL.
28847         * lib/lock.h: Likewise.
28848         * lib/strnlen1.c: Likewise.
28849         * lib/strnlen1.h: Likewise.
28850         * lib/tls.c: Likewise.
28851         * lib/tls.h: Likewise.
28852         * lib/tmpdir.c: Likewise.
28853
28854         * lib/TODO: Remove; this belongs only in coreutils.
28855
28856 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28857
28858         Add copyright notices to long-enough files that lack them, since
28859         otherwise the files aren't clearly free.  Use the same notice that
28860         getdate.texi already uses.
28861         * doc/alloca-opt.texi: Add copyright notice.
28862         * doc/alloca.texi: Likewise.
28863         * doc/ctime.texi: Likewise.
28864         * doc/functions.texi: Likewise.
28865         * doc/gcd.texi: Likewise.
28866         * doc/gnulib-tool.texi: Likewise.
28867         * doc/inet_ntoa.texi: Likewise.
28868         * doc/visibility.texi: Likewise.
28869
28870         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
28871         * doc/quote.texi: Add copyright notice.
28872
28873         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
28874         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
28875         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
28876         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
28877         is now obsolete, and give a pointer to the Sun list.
28878         Add copyright notice.
28879
28880 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28881
28882         * config/srclistvars.sh: Add copyright notice.
28883
28884 2006-08-14  Eric Blake  <ebb9@byu.net>
28885
28886         Import the following change from libc:
28887
28888         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
28889
28890         Upstream bug 2997.
28891         * lib/misc/error.c: Add space between program name and message if file
28892         name is missing.
28893
28894 2006-08-12  Karl Berry  <karl@gnu.org>
28895
28896         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
28897         remove, these originate in gnulib now.
28898
28899 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28900
28901         * doc/Makefile (standards.info standards.html standards.dvi):
28902         Also depend on make-stds.texi.
28903
28904 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28905
28906         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
28907         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
28908
28909         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
28910         in wchar_t.  Problem reported by Eric Blake.
28911
28912         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
28913         LEN is smaller than SIZE.  Suggested by Bruno Haible.
28914         Also, help the compiler to keep LEN in a register.
28915
28916 2006-08-11  Eric Blake  <ebb9@byu.net>
28917
28918         * users.txt: Sort.  Add tar.
28919
28920 2006-08-11  Bruno Haible  <bruno@clisp.org>
28921
28922         * users.txt: New file.
28923
28924 2006-08-11  Bruno Haible  <bruno@clisp.org>
28925
28926         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
28927         before <wchar.h>. Needed for OSF/1 and BSD/OS.
28928
28929 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28930
28931         * modules/snprintf (Depends-on): Remove minmax.
28932         (Maintainer): Add self and Bruno.
28933
28934 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28935
28936         * lib/.cppi-disable: Add snprintf.h, socket_.h.
28937         * lib/snprintf.c: Include <errno.h> and <limits.h>.
28938         (EOVERFLOW): Define if the system does not.
28939         Do not include "minmax.h"; it wasn't used.
28940         (snprintf): Don't assume size_t promotes to an unsigned type.
28941         Fix bug when generated string was too long for the buffer: the
28942         buffer's contents are supposed to be the initial prefix of the
28943         output.  Don't assume vasnprintf returns EOVERFLOW if the size
28944         exceeds INT_MAX; do the check ourselves.
28945
28946         Import the following changes from libc:
28947
28948         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
28949
28950         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
28951         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
28952         set wc to the byte which couldn't be converted.
28953         (re_string_reconstruct): Don't clear valid_raw_len before calling
28954         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
28955         tip_context using re_string_context_at.
28956
28957         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
28958
28959         * lib/posix/regex.h: g++ still cannot handled [restrict].
28960
28961         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
28962
28963         * lib/posix/regex.h: Remove special handling for VMS.
28964
28965 2006-08-10  Jim Meyering  <jim@meyering.net>
28966
28967         * modules/same-inode: New module.
28968         * modules/dev-ino: New module.
28969         * modules/cycle-check: Depend on these modules, rather than simply
28970         including their .h files.
28971         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
28972         required via m4/cycle-check.m4.
28973         * modules/same: Depend on new same-inode module, rather than
28974         including same-inode.h.
28975         * modules/chdir-safer: New file.
28976
28977         * modules/chown (Depends-on): Add stat-macros.
28978
28979 2006-08-10  Jim Meyering  <jim@meyering.net>
28980
28981         * m4/cycle-check.m4: New file.
28982         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
28983         * m4/dev-ino.m4, m4/same-inode.m4: New files.
28984
28985 2006-08-10  Eric Blake  <ebb9@byu.net>
28986
28987         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
28988         in from original proposal.
28989
28990 2006-08-10  Eric Blake  <ebb9@byu.net>
28991         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28992
28993         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
28994         namespace.
28995
28996 2006-08-10  Bruno Haible  <bruno@clisp.org>
28997
28998         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
28999         as well.
29000
29001 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29002
29003         Sync from coreutils.
29004
29005         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
29006
29007         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
29008         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
29009
29010 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29011
29012         * modules/restrict: Remove; no longer needed now that we assume
29013         Autoconf 2.59 or later.
29014         * MODULES.html.sh: Remove 'restrict'.
29015         * modules/argp (Depends-on): Remove 'restrict'.
29016         * modules/base64 (Depends-on): Likewise.
29017         * modules/gc (Depends-on): Likewise.
29018         * modules/getaddrinfo (Depends-on): Likewise.
29019         * modules/glob (Depends-on): Likewise.
29020         * modules/inet_ntop (Depends-on): Likewise.
29021         * modules/inet_pton (Depends-on): Likewise.
29022         * modules/memxor (Depends-on): Likewise.
29023         * modules/regex (Depends-on): Likewise.
29024         * modules/strtok_r (Depends-on): Likewise.
29025         * modules/time_r (Depends-on): Likewise.
29026
29027 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29028
29029         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
29030         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
29031         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
29032         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
29033         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
29034         * m4/memxor.m4 (gl_MEMXOR): Likewise.
29035         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
29036         gl_C_RESTRICT replaced by AC_C_RESTRICT.
29037
29038         Merge from coreutils.
29039         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
29040         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
29041         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29042         * m4/time_r.m4 (gl_TIME_R): Likewise.
29043
29044 2006-08-09  Karl Berry  <karl@gnu.org>
29045
29046         * config/srclist.txt: no more gettext-tools, per Bruno.
29047
29048 2006-08-08  Eric Blake  <ebb9@byu.net>
29049
29050         * modules/verror: New module.
29051         * MODULES.html.sh: Document it.
29052
29053 2006-08-08  Eric Blake  <ebb9@byu.net>
29054
29055         * lib/verror.h, lib/verror.c: New files.
29056
29057 2006-08-08  Eric Blake  <ebb9@byu.net>
29058
29059         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
29060         verror_at_line output complies with GNU Coding Standards even when
29061         file is NULL.
29062
29063 2006-08-07  Bruno Haible  <bruno@clisp.org>
29064
29065         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
29066         versions of AIX.
29067         Reported by Ralf Wildenhues.
29068
29069 2006-08-07  Bruno Haible  <bruno@clisp.org>
29070
29071         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
29072         in an AC_DEFUN. Needed so that the autoconf snippets can use
29073         AC_REQUIRE.
29074
29075 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29076
29077         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29078         Initialize pkgdata_DATA.
29079         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
29080         overriding it.
29081
29082 2006-08-06  Eric Blake  <ebb9@byu.net>
29083
29084         * lib/error.h: Fold in some upstream changes from glibc.
29085         * lib/error.c: Likewise.
29086
29087 2006-08-04  Bruno Haible  <bruno@clisp.org>
29088
29089         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29090         Make the mostlyclean-local rule depend on mostlyclean-generic.
29091         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
29092
29093 2006-07-31  Bruno Haible  <bruno@clisp.org>
29094
29095         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
29096         <stdlib.h>, <string.h>.
29097
29098 2006-07-30  Bruno Haible  <bruno@clisp.org>
29099
29100         * modules/readlink (License): Change to LGPL.
29101
29102 2006-07-30  Bruno Haible  <bruno@clisp.org>
29103
29104         * modules/javaversion (Makefile.am): Distribute javaversion.java and
29105         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
29106         set PKGDATADIR to point to it.
29107
29108 2006-07-30  Bruno Haible  <bruno@clisp.org>
29109
29110         * modules/csharpexec (configure.ac): Comment out macro invocation.
29111         * modules/javaexec (configure.ac): Likewise.
29112         * modules/javacomp-script (configure.ac): Likewise.
29113
29114         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
29115
29116 2006-07-30  Bruno Haible  <bruno@clisp.org>
29117
29118         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
29119         linked-list.
29120
29121 2006-07-30  Bruno Haible  <bruno@clisp.org>
29122
29123         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
29124
29125 2006-07-30  Bruno Haible  <bruno@clisp.org>
29126
29127         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29128         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
29129         get removed.
29130
29131 2006-07-29  Bruno Haible  <bruno@clisp.org>
29132
29133         Make it possible for gnulib-tool to work with locally modified or
29134         augmented gnulib repositories.
29135         * gnulib-tool (func_usage): Document --local-dir option.
29136         (local_gnulib_dir): New variable.
29137         Handle --local-dir option.
29138         (func_lookup_file): New function.
29139         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
29140         (func_get_description, func_get_filelist, func_get_description,
29141         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
29142         func_get_automake_snippet, func_get_include_directive,
29143         func_get_license, func_get_maintainer): Use func_lookup_file.
29144         (func_import, func_create_testdir): Use func_lookup_file.
29145
29146 2006-07-29  Bruno Haible  <bruno@clisp.org>
29147
29148         * modules/setenv (Depends-on): Add unistd.
29149
29150 2006-07-29  Bruno Haible  <bruno@clisp.org>
29151
29152         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
29153
29154 2006-07-29  Bruno Haible  <bruno@clisp.org>
29155
29156         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
29157
29158 2006-07-29  Bruno Haible  <bruno@clisp.org>
29159
29160         * gnulib-tool (import, update): If there is no Makefile.am, look at
29161         aclocal.m4, instead of bailing out.
29162
29163 2006-07-29  Bruno Haible  <bruno@clisp.org>
29164
29165         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
29166         Categorize the options by when they are useful.
29167
29168 2006-07-29  Bruno Haible  <bruno@clisp.org>
29169
29170         * gnulib-tool (func_usage): Document option --no-libtool.
29171         Handle option --no-libtool.
29172         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
29173         for changed semantics of $libtool variable.
29174         (func_import): Likewise. If libtool is not used, show this through
29175         an option --no-libtool.
29176         (func_create_testdir): Update.
29177
29178 2006-07-29  Bruno Haible  <bruno@clisp.org>
29179
29180         * gnulib-tool (func_import): Extend error message about missing
29181         --doc-base.
29182
29183 2006-07-29  Bruno Haible  <bruno@clisp.org>
29184
29185         * gnulib-tool (func_import): Don't create the $docbase directory if
29186         there is no file to store there.
29187
29188 2006-07-29  Bruno Haible  <bruno@clisp.org>
29189
29190         * gnulib-tool (autoconf_minversion): If a --dir option is given and
29191         relevant, look for configure.ac there, not in the current directory.
29192         Also use a simple search for AC_PREREQ, not "autoconf --trace".
29193
29194 2006-07-29  Bruno Haible  <bruno@clisp.org>
29195
29196         * gnulib-tool (SORT): New variable.
29197         (func_usage): Undocument --assume-autoconf option.
29198         Remove --assume-autoconf option handling.
29199         (autoconf_minversion): Determine from the contents of configure.ac.
29200         (func_import): Remove autoconf_minversion handling.
29201         Suggested by Eric Blake.
29202
29203 2006-07-29  Bruno Haible  <bruno@clisp.org>
29204
29205         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
29206
29207 2006-07-29  Bruno Haible  <bruno@clisp.org>
29208
29209         * config/srclist.txt (*setenv.[ch]): Remove rules.
29210
29211 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29212
29213         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
29214
29215 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29216
29217         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
29218         arpa/inet.h.
29219
29220 2006-07-28  Simon Josefsson  <jas@extundo.com>
29221
29222         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
29223         * modules/inet_pton (Depends-on): Likewise.
29224
29225 2006-07-28  Simon Josefsson  <jas@extundo.com>
29226
29227         * m4/netinet_in_h.m4: New file.
29228
29229 2006-07-28  Simon Josefsson  <jas@extundo.com>
29230
29231         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
29232         #include's.
29233
29234 2006-07-28  Simon Josefsson  <jas@extundo.com>
29235
29236         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
29237         #include's.
29238
29239 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
29240
29241         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
29242         setgid on directories only if they set these bits.
29243         * lib/modechange.h: Remove obsolete comment about masks.
29244
29245 2006-07-28  Eric Blake  <ebb9@byu.net>
29246
29247         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
29248         macro expansion.
29249
29250 2006-07-28  Bruno Haible  <bruno@clisp.org>
29251
29252         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
29253
29254 2006-07-28  Bruno Haible  <bruno@clisp.org>
29255
29256         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
29257
29258 2006-07-28  Bruno Haible  <bruno@clisp.org>
29259
29260         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
29261         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
29262         Define fallbacks.
29263         Avoids link error on FreeBSD 4.x.
29264         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29265
29266         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
29267         encoding.
29268         * lib/mbswidth.c (iswcntrl): Likewise.
29269
29270 2006-07-27  Bruno Haible  <bruno@clisp.org>
29271
29272         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
29273         test.
29274
29275 2006-07-27  Bruno Haible  <bruno@clisp.org>
29276
29277         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
29278         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
29279         defined.
29280
29281 2006-07-26  Eric Blake  <ebb9@byu.net>
29282
29283         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
29284
29285 2006-07-26  Eric Blake  <ebb9@byu.net>
29286
29287         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
29288         like mingw that lack mkstemp.
29289         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
29290         avoid compilation warning on mingw.
29291
29292 2006-07-26  Bruno Haible  <bruno@clisp.org>
29293
29294         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
29295         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
29296         INT_FAST*_MIN, INTPTR_MIN.
29297
29298 2006-07-25  Bruno Haible  <bruno@clisp.org>
29299
29300         * modules/version-etc (Depends-on): Add stdarg.
29301
29302 2006-07-25  Bruno Haible  <bruno@clisp.org>
29303
29304         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
29305         complex commands.
29306
29307 2006-07-25  Bruno Haible  <bruno@clisp.org>
29308
29309         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
29310         defined in <stdarg.h> or config.h.
29311
29312 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29313
29314         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
29315         (gl_STDIO_SAFER): Remove.
29316
29317 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         * MODULES.html.sh (File stream based Input/Output):
29320         Add fopen-safer, tmpfile-safer; remove stdio-safer.
29321         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
29322         * modules/fopen-safer, modules/tmpfile-safer: New files.
29323         * modules/stdio-safer: Remove.
29324
29325 2006-07-24  Bruno Haible  <bruno@clisp.org>
29326
29327         * modules/tmpdir: New file.
29328         * MODULES.html.sh (File system functions): Add it.
29329
29330 2006-07-24  Bruno Haible  <bruno@clisp.org>
29331
29332         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
29333         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
29334
29335 2006-07-24  Bruno Haible  <bruno@clisp.org>
29336
29337         * modules/clean-temp: New file.
29338
29339 2006-07-24  Bruno Haible  <bruno@clisp.org>
29340
29341         * m4/tmpdir.m4: New file, from GNU gettext.
29342
29343 2006-07-24  Bruno Haible  <bruno@clisp.org>
29344
29345         * lib/tmpdir.h: New file, from GNU gettext.
29346         * lib/tmpdir.c: New file, from GNU gettext.
29347
29348 2006-07-24  Bruno Haible  <bruno@clisp.org>
29349
29350         * lib/clean-temp.h: New file, from GNU gettext.
29351         * lib/clean-temp.c: New file, from GNU gettext.
29352
29353 2006-07-23  Eric Blake  <ebb9@byu.net>
29354
29355         * modules/stdio-safer (Files): Add tmpfile-safer.c.
29356         (Depends-on): Add binary-io.
29357
29358 2006-07-23  Eric Blake  <ebb9@byu.net>
29359
29360         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
29361
29362 2006-07-23  Eric Blake  <ebb9@byu.net>
29363
29364         * lib/tmpfile-safer.c: New file.
29365         * lib/stdio-safer.h (fopen_safer): Add prototype.
29366         * lib/stdio--.h (tmpfile): Make safer.
29367
29368 2006-07-23  Bruno Haible  <bruno@clisp.org>
29369
29370         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
29371         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
29372         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
29373         gl_linked_remove_at): Use it.
29374
29375 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29376         and Simon Josefsson <jas@extundo.com>
29377
29378         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
29379
29380         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
29381
29382 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29383
29384         * modules/close-stream: New file.
29385         * modules/closeout (Description): Make it clear that it exits
29386         with a diagnostic on error.
29387         (Depends-on): Add close-stream.  Remove fpending, stdbool.
29388         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
29389
29390 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * m4/close-stream.m4: New file.
29393
29394 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29395
29396         * lib/close-stream.c, lib/close-stream.h: New files.
29397
29398 2006-07-22  Bruno Haible  <bruno@clisp.org>
29399
29400         Merge from GNU gettext 0.15.
29401
29402         2006-05-01  Bruno Haible  <bruno@clisp.org>
29403
29404                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
29405
29406         2006-07-22  Bruno Haible  <bruno@clisp.org>
29407
29408                 * modules/javaversion: New file.
29409                 * MODULES.html.sh (Java): Add javaversion.
29410
29411         2006-03-12  Bruno Haible  <bruno@clisp.org>
29412
29413                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
29414
29415         2005-12-04  Bruno Haible  <bruno@clisp.org>
29416
29417                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
29418                 (untested).
29419
29420         2006-06-21  Bruno Haible  <bruno@clisp.org>
29421
29422                 Avoid warnings from recent versions of mcs.
29423                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
29424                 -o, -L, -r any more. Use options documented since mcs-1.0
29425                 instead. Similarly for -g.
29426
29427         2005-12-04  Bruno Haible  <bruno@clisp.org>
29428
29429                 * build-aux/csharpcomp.sh.in: Suffix for resources is
29430                 .resources, not .resource.
29431
29432         2005-07-09  Bruno Haible  <bruno@clisp.org>
29433
29434                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
29435                 add a .dll suffix.
29436                 Reported by Mark Junker <mjscod@gmx.de>.
29437
29438         2006-07-22  Bruno Haible  <bruno@clisp.org>
29439
29440                 * modules/gettext: Upgrade to gettext-0.15.
29441                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
29442                 m4/visibility.m4.
29443                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
29444
29445 2006-07-22  Bruno Haible  <bruno@clisp.org>
29446
29447         Merge from GNU gettext 0.15.
29448
29449         2006-03-25  Bruno Haible  <bruno@clisp.org>
29450
29451                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
29452
29453         2006-07-21  Bruno Haible  <bruno@clisp.org>
29454
29455                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
29456                 "1.1".
29457
29458         2006-05-09  Bruno Haible  <bruno@clisp.org>
29459
29460                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
29461                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
29462                 for the conftestver execution.
29463
29464         2006-05-01  Bruno Haible  <bruno@clisp.org>
29465
29466                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
29467                 optional target-version argument. Verify that the compiler
29468                 groks source of the specified source-version, or add -source
29469                 option as necessary. Verify that the compiler produces
29470                 bytecode in the specified target-version, or add -target and
29471                 -source options as necessary. Make the result of the test
29472                 available as variable CONF_JAVAC. Also log error output in
29473                 config.log.
29474
29475         2006-03-11  Bruno Haible  <bruno@clisp.org>
29476
29477                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
29478
29479         2006-05-09  Bruno Haible  <bruno@clisp.org>
29480
29481                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
29482                 CLASSPATH_SEPARATOR to a semicolon.
29483
29484         2006-03-12  Bruno Haible  <bruno@clisp.org>
29485
29486                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
29487                 available as variable CONF_JAVA, for subsequent autoconf
29488                 tests. Also log error output in config.log.
29489
29490         2006-07-19  Bruno Haible  <bruno@clisp.org>
29491
29492                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
29493                 that getline works on glibc2 systems. Needed to avoid trouble
29494                 in relocatable.c.
29495                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
29496
29497         2005-12-04  Bruno Haible  <bruno@clisp.org>
29498
29499                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
29500                 launcher (untested).
29501
29502         2005-12-04  Bruno Haible  <bruno@clisp.org>
29503
29504                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
29505
29506         2006-07-22  Bruno Haible  <bruno@clisp.org>
29507
29508                 * gettext.m4: Update from GNU gettext-0.15.
29509                 * nls.m4: Likewise.
29510                 * po.m4: Likewise.
29511                 * inttypes-pri.m4: Likewise.
29512                 * inttypes-h.m4: Renamed from inttypes.m4.
29513                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
29514
29515 2006-07-22  Bruno Haible  <bruno@clisp.org>
29516
29517         Merge from GNU gettext 0.15.
29518
29519         2005-07-05  Bruno Haible  <bruno@clisp.org>
29520
29521                 * printf-args.c (printf_fetchargs): Work around broken
29522                 definition of wint_t on mingw.
29523
29524         2005-02-12  Bruno Haible  <bruno@clisp.org>
29525
29526                 * xallocsa.h: Add extern "C" for C++.
29527
29528         2006-05-17  Bruno Haible  <bruno@clisp.org>
29529
29530                 Cygwin portability.
29531                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
29532
29533         2006-04-30  Bruno Haible  <bruno@clisp.org>
29534
29535                 * progreloc.c: Include <mach-o/dyld.h> if available.
29536                 (find_executable): Use _NSGetExecutablePath when possible.
29537
29538         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29539
29540                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
29541                 function.
29542
29543         2005-12-29  Bruno Haible  <bruno@clisp.org>
29544
29545                 * progreloc.c (set_program_name_and_installdir): Fix
29546                 compilation error.
29547
29548         2005-12-04  Bruno Haible  <bruno@clisp.org>
29549
29550                 Cygwin portability.
29551                 * progreloc.c: Include <windows.h> also on Cygwin.
29552                 (find_executable): Add support for Cygwin.
29553                 (set_program_name_and_installdir): Handle also platforms with
29554                 nonempty EXEEXT.
29555
29556         2006-07-11  Bruno Haible  <bruno@clisp.org>
29557
29558                 * javacomp.c: Fix a comment.
29559                 Reported by Jim Meyering.
29560
29561         2006-04-30  Bruno Haible  <bruno@clisp.org>
29562
29563                 * javacomp.h (compile_java_class): Add source_version,
29564                 target_version arguments.
29565                 * javacomp.c: Rewritten to choose only a compiler that
29566                 respects the specified source_version and target_version.
29567
29568         2006-06-27  Bruno Haible  <bruno@clisp.org>
29569
29570                 Assume correct S_ISDIR macro.
29571                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
29572
29573         2006-07-22  Bruno Haible  <bruno@clisp.org>
29574
29575                 * javaversion.h: New file, from GNU gettext.
29576                 * javaversion.c: New file, from GNU gettext.
29577                 * javaversion.java: New file, from GNU gettext.
29578                 * javaversion.class: New file, from GNU gettext.
29579
29580         2006-05-17  Bruno Haible  <bruno@clisp.org>
29581
29582                 Cygwin portability.
29583                 * javaexec.c (execute_java_class): Test for jview program
29584                 also on Cygwin.
29585
29586         2006-04-09  Bruno Haible  <bruno@clisp.org>
29587
29588                 * fatal-signal.c: Don't include string.h.
29589                 (at_fatal_signal): Use a copying loop instead of memcpy.
29590
29591         2005-12-04  Bruno Haible  <bruno@clisp.org>
29592
29593                 * csharpexec.c: Add support for 'clix' launcher (untested).
29594                 (execute_csharp_using_sscli): New function.
29595                 (execute_csharp_program): Call it.
29596
29597         2006-06-21  Bruno Haible  <bruno@clisp.org>
29598
29599                 Avoid warnings from recent versions of mcs.
29600                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
29601                 -o, -L, -r any more. Use options documented since mcs-1.0
29602                 instead. Similarly for -g.
29603
29604         2005-07-09  Bruno Haible  <bruno@clisp.org>
29605
29606                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
29607                 add a .dll suffix.
29608                 Reported by Mark Junker <mjscod@gmx.de>.
29609
29610         2006-06-17  Bruno Haible  <bruno@clisp.org>
29611
29612                 * config.charset: Update for NetBSD 3.0.
29613
29614         2006-05-17  Bruno Haible  <bruno@clisp.org>
29615
29616                 Cygwin portability.
29617                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
29618
29619         2006-05-16  Bruno Haible  <bruno@clisp.org>
29620
29621                 * localcharset.c [CYGWIN]: Include <windows.h>.
29622                 (get_charset_aliases): For Cygwin, return the same CPxxx
29623                 aliases list as under WIN32.
29624                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
29625                 the environment variables. Fall back to GetACP().
29626
29627         2006-04-05  Bruno Haible  <bruno@clisp.org>
29628
29629                 * config.charset: Update Juan Manuel Guerrero's address.
29630
29631         2005-02-12  Bruno Haible  <bruno@clisp.org>
29632
29633                 * allocsa.h: Add extern "C" for C++.
29634
29635         2005-02-10  Bruno Haible  <bruno@clisp.org>
29636
29637                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
29638                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
29639
29640         2006-07-22  Bruno Haible  <bruno@clisp.org>
29641
29642                 * gettext.h: Update to GNU gettext-0.15.
29643
29644 2006-07-22  Bruno Haible  <bruno@clisp.org>
29645
29646         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
29647         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
29648         lib-prefix.m4, longdouble.m4, ssize_t.m4.
29649
29650 2006-07-21  Eric Blake  <ebb9@byu.net>
29651
29652         * modules/stdlib-safer: New file.
29653         * MODULES.html.sh (File stream based Input/Output): Add
29654         stdlib-safer.
29655
29656 2006-07-21  Eric Blake  <ebb9@byu.net>
29657
29658         * lib/stdlib-safer.h: New file from coreutils, required by
29659         stdlib--.h.
29660
29661 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
29662
29663         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
29664
29665 2006-07-20  Bruno Haible  <bruno@clisp.org>
29666
29667         * gnulib-tool: Recognize new option --assume-autoconf.
29668         (autoconf_minversion): New variable.
29669         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
29670
29671 2006-07-20  Bruno Haible  <bruno@clisp.org>
29672
29673         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
29674
29675 2006-07-19  Derek R. Price  <derek@ximbiot.com>
29676
29677         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
29678         Reindent and repaginate.
29679
29680 2006-07-19  Derek Price  <derek@ximbiot.com>
29681
29682         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
29683         Correct grammar.
29684
29685 2006-07-17  Bruno Haible  <bruno@clisp.org>
29686
29687         * modules/list: New file.
29688         * modules/array-list: New file.
29689         * modules/carray-list, modules/carray-list-tests: New files.
29690         * modules/linked-list, modules/linked-list-tests: New files.
29691         * modules/avltree-list, modules/avltree-list-tests: New files.
29692         * modules/rbtree-list, modules/rbtree-list-tests: New files.
29693         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
29694         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
29695         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
29696         * modules/oset: New file.
29697         * modules/array-oset: New file.
29698         * modules/avltree-oset, modules/avltree-oset-tests: New files.
29699         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
29700         * tests/test-carray_list.c: New file.
29701         * tests/test-linked_list.c: New file.
29702         * tests/test-avltree_list.c: New file.
29703         * tests/test-rbtree_list.c: New file.
29704         * tests/test-linkedhash_list.c: New file.
29705         * tests/test-avltreehash_list.c: New file.
29706         * tests/test-rbtreehash_list.c: New file.
29707         * tests/test-avltree_oset.c: New file.
29708         * tests/test-rbtree_oset.c: New file.
29709         * MODULES.html.sh (Container data structures): New section.
29710
29711 2006-07-17  Bruno Haible  <bruno@clisp.org>
29712
29713         * m4/gl_list.m4: New file.
29714
29715 2006-07-17  Bruno Haible  <bruno@clisp.org>
29716
29717         * lib/gl_list.h: New file.
29718         * lib/gl_list.c: New file.
29719         * lib/gl_array_list.h: New file.
29720         * lib/gl_array_list.c: New file.
29721         * lib/gl_carray_list.h: New file.
29722         * lib/gl_carray_list.c: New file.
29723         * lib/gl_linked_list.h: New file.
29724         * lib/gl_linked_list.c: New file.
29725         * lib/gl_anylinked_list1.h: New file.
29726         * lib/gl_anylinked_list2.h: New file.
29727         * lib/gl_avltree_list.h: New file.
29728         * lib/gl_avltree_list.c: New file.
29729         * lib/gl_anyavltree_list1.h: New file.
29730         * lib/gl_anyavltree_list2.h: New file.
29731         * lib/gl_rbtree_list.h: New file.
29732         * lib/gl_rbtree_list.c: New file.
29733         * lib/gl_anyrbtree_list1.h: New file.
29734         * lib/gl_anyrbtree_list2.h: New file.
29735         * lib/gl_anytree_list1.h: New file.
29736         * lib/gl_anytree_list2.h: New file.
29737         * lib/gl_linkedhash_list.h: New file.
29738         * lib/gl_linkedhash_list.c: New file.
29739         * lib/gl_anyhash_list1.h: New file.
29740         * lib/gl_anyhash_list2.h: New file.
29741         * lib/gl_avltreehash_list.h: New file.
29742         * lib/gl_avltreehash_list.c: New file.
29743         * lib/gl_rbtreehash_list.h: New file.
29744         * lib/gl_rbtreehash_list.c: New file.
29745         * lib/gl_anytreehash_list1.h: New file.
29746         * lib/gl_anytreehash_list2.h: New file.
29747
29748         * lib/gl_oset.h: New file.
29749         * lib/gl_oset.c: New file.
29750         * lib/gl_array_oset.h: New file.
29751         * lib/gl_array_oset.c: New file.
29752         * lib/gl_avltree_oset.h: New file.
29753         * lib/gl_avltree_oset.c: New file.
29754         * lib/gl_rbtree_oset.h: New file.
29755         * lib/gl_rbtree_oset.c: New file.
29756         * lib/gl_anytree_oset.h: New file.
29757
29758 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29759
29760         * m4/mkancesdirs.m4: New file.
29761         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
29762         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
29763         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
29764         it.
29765
29766 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29767
29768         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
29769         * lib/mkancesdirs.h: New files.
29770         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
29771         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
29772         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
29773         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
29774         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
29775         callers changed.  Revamp internals significantly, by not
29776         attempting to create directories that are temporarily more
29777         permissive than the final results.  Do not attempt to use
29778         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
29779         This removes some race conditions, fixes some bugs, and simplifies
29780         things.  Use new dirchownmod function to do owner and mode changes.
29781         * lib/mkdir-p.h: Likewise.
29782         * lib/modechange.c (octal_to_mode): New function.
29783         (struct mode_change): New member mentioned.
29784         (make_node_op_equals): New arg mentioned.  All callers changed.
29785         (mode_compile): Keep track of which mode bits the user has explicitly
29786         mentioned.
29787         (mode_adjust): New arg DIR, so that we implement the X op correctly.
29788         New arg PMODE_BITS, to keep track of which mode bits the user
29789         mentioned; it treats S_ISUID and S_ISGID speciall.
29790         All callers changed.
29791         * lib/modechange.h: Likewise.
29792
29793 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
29794
29795         * MODULES.html.sh: Add mkancestors.
29796         * modules/mkancesdirs: New module.
29797         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
29798         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
29799         The chdir-safer and afs files are now orphans; I'll remove them
29800         unless someone speaks up.
29801         Add lib/dirchownmod.c, lib/dirchownmod.h.
29802         (Depends-on): Remove alloca, chown, save-cwd, dirname.
29803         Add lchown, mkancesdirs.
29804         (Maintainer): Add self.
29805
29806 2006-07-15  Karl Berry  <karl@gnu.org>
29807
29808         * gnulib-tool: help message wording/arrangement.
29809
29810 2006-07-14  Simon Josefsson  <jas@extundo.com>
29811
29812         * doc/gnulib.texi (Libtool and Windows): New section.
29813
29814 2006-07-12  Simon Josefsson  <jas@extundo.com>
29815
29816         * modules/gendocs (License): Fix license, approved by Karl.
29817
29818 2006-07-12  Eric Blake  <ebb9@byu.net>
29819
29820         * MODULES.html.sh: Add gendocs.
29821
29822 2006-07-11  Eric Blake  <ebb9@byu.net>
29823
29824         * modules/fdl: New module, to install doc/fdl.texi.
29825         * MODULES.html.sh: Add new section for documentation modules.
29826         * gnulib-tool: Avoid space-tab.
29827         (--doc-base): New option, to manage files from doc.
29828
29829 2006-07-11  Eric Blake  <ebb9@byu.net>
29830
29831         * m4/absolute-header.m4: Fix comments to match recent change.
29832
29833 2006-07-11  Eric Blake  <ebb9@byu.net>
29834
29835         * gnulib-tool: List --doc-base before --tests-base.
29836
29837 2006-07-11  Derek R. Price  <derek@ximbiot.com>
29838
29839         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
29840
29841 2006-07-11  Bruno Haible  <bruno@clisp.org>
29842
29843         * README: Mention where to put documentation.
29844
29845 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29846
29847         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
29848
29849 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29850
29851         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
29852         to stdint.m4.
29853
29854 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
29855
29856         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
29857         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
29858         "no/such/file/stdint.h" when there is no such file, so that
29859         the resulting C code can be parsed by dodgy compilers.
29860         Problems reported by Bob Proulx.
29861
29862 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29863
29864         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
29865         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29866         macros into the GNU _D_EXACT_NAMLEN.
29867         * lib/savedir.c:  Likewise.
29868         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
29869
29870 2006-07-10  Derek R. Price  <derek@ximbiot.com>
29871         and Paul Eggert  <eggert@cs.ucla.edu>
29872
29873         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
29874         * m4/savedir.m4:
29875         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
29876         macros into the GNU _D_EXACT_NAMLEN.
29877
29878 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29879
29880         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
29881         around the absolute name, to work around a problem with the HP-UX
29882         11.23 native C compiler, reported by Bob Proulx.
29883
29884 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29885
29886         * doc/maintain.texi, make-stds.texi: Sync from
29887         <http://savannah.gnu.org/projects/gnustandards>.
29888
29889 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
29892
29893 2006-07-09  Jim Meyering  <jim@meyering.net>
29894
29895         * m4/glob.m4: Remove a doubled word in a comment.
29896
29897 2006-07-09  Jim Meyering  <jim@meyering.net>
29898
29899         * lib/argp-pv.c: Remove a doubled word in a comment.
29900         * lib/check-version.c (check_version): Likewise.
29901         * lib/javacomp.c (compile_java_class): Likewise.
29902
29903 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29904
29905         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
29906         for the benefit of people using Autoconf 2.60.  If you want to
29907         support older Autoconf versions you can copy m4/onceonly_2_57.m4
29908         (or m4/onceonly.m4, if pre-2.57) manually.
29909
29910 2006-07-08  Jim Meyering  <jim@meyering.net>
29911
29912         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
29913         comment.
29914         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
29915         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
29916         comment.
29917
29918 2006-07-08  Jim Meyering  <jim@meyering.net>
29919
29920         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
29921
29922 2006-07-07  Simon Josefsson  <jas@extundo.com>
29923
29924         * tests/test-crc.c: Change expected crc value, the test vector
29925         were probably computed using the old broken crc.c?
29926
29927 2006-07-06  Simon Josefsson  <jas@extundo.com>
29928
29929         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
29930         now the canonical place for the M4 file).
29931
29932         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
29933         from the sys_socket dependency now.
29934
29935         * modules/inet_pton (Files): Ditto.
29936
29937         * modules/inet_ntop (Files): Ditto.
29938
29939 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29940
29941         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
29942         not gl_PREREQ_GETUSERSHELL.
29943
29944 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29945
29946         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
29947         with only one argument, for Autoconf 2.60.
29948         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
29949         expand to nothing, so add a shell command to avoid syntax error.
29950         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
29951
29952 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29953
29954         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
29955
29956 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29957
29958         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
29959         no longer needed.  Check for isblank decl.
29960         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
29961         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
29962         of existence.
29963
29964 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29965
29966         * lib/getloadavg.c: Use __VMS, not VMS.
29967         * lib/getopt.c: Likewise.
29968         * lib/getpagesize.h: Likewise.
29969         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
29970         and probably does not work.
29971
29972 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
29973
29974         * lib/.cppi-disable: Add wcwidth.
29975         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
29976         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
29977         (ISGRAPH): Remove.  All uses changed to isgraph.
29978         (FOLD) [!defined _LIBC]: Remove special case.
29979         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
29980         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
29981         HAVE_ISBLANK.
29982         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
29983         case.
29984
29985 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
29986
29987         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
29988         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
29989         brackets.  Other minor changes to suppress some compiler
29990         warnings.
29991
29992 2006-07-06  Derek R. Price  <derek@ximbiot.com>
29993         and Paul Eggert  <eggert@cs.ucla.edu>
29994
29995         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
29996         of invoking obsolescent AC_HEADER_DIRENT macro.
29997         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
29998         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
29999         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
30000         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
30001         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
30002         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30003         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
30004         * m4/readdir.m4: Remove; no longer needed.
30005
30006 2006-07-06  Derek R. Price  <derek@ximbiot.com>
30007         and Paul Eggert  <eggert@cs.ucla.edu>
30008
30009         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
30010         Don't worry about this obsolete case any more.
30011         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
30012         directories.
30013         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
30014         worry about this obsolete case any more.
30015         * lib/fts.c: Likewise.
30016         * lib/getcwd.c: Likewise.
30017         * lib/glob.h: Likewise.
30018         * lib/savedir.c: Likewise.
30019
30020 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30021
30022         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
30023         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
30024         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
30025         needed.
30026         All uses removed.
30027         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30028         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30029         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
30030         needed.
30031         * m4/getdate.m4 (gl_GETDATE): Likewise.
30032         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30033         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30034         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30035         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30036         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
30037         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30038         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
30039         needed.
30040
30041 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         * lib/memcasecmp.c: Include <limits.h>.
30044         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
30045         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
30046         Don't assume isdigit succeeds only on '0' through '9'.
30047
30048 2006-07-05  Eric Blake  <ebb9@byu.net>
30049
30050         * modules/getaddrinfo (Depends-on): Add snprintf.
30051
30052 2006-07-05  Eric Blake  <ebb9@byu.net>
30053
30054         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
30055         to avoid 'header present but could not be compiled' on cygwin.
30056
30057 2006-07-05  Eric Blake  <ebb9@byu.net>
30058
30059         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
30060         missing from netdb.h.
30061         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
30062
30063 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30064
30065         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
30066         no longer needed.
30067         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
30068         * m4/getdate.m4 (gl_GETDATE): Likewise.
30069         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
30070         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
30071         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
30072         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
30073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30074
30075 2006-07-05  Derek R. Price  <derek@ximbiot.com>
30076
30077         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
30078         All uses of is_space replaced by isspace.
30079         * lib/exit.h: Don't talk about STDC_HEADERS.
30080         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
30081         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
30082         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
30083         replaced by isprint etc.
30084         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
30085         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30086         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
30087         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
30088         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
30089         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
30090
30091 2006-07-05  Bruno Haible  <bruno@clisp.org>
30092
30093         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
30094         the function exists, before testing against AIX.
30095         Reported by Martin Lambers <marlam@marlam.de>.
30096
30097 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30098
30099         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
30100         From Mark D. Baushke.
30101
30102 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
30103
30104         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
30105         to the absolute name, not just one, to bypass Sun C 5.8's
30106         "warning: #include of /usr/include/... may be non-portable".
30107
30108 2006-07-04  Eric Blake  <ebb9@byu.net>
30109
30110         * modules/dirname-tests: New test module.
30111         * tests/test-dirname.c: New file, replacing dirname.c
30112         TEST_DIRNAME section that was recently deleted.
30113
30114 2006-07-04  Bruno Haible  <bruno@clisp.org>
30115
30116         Assume ANSI C header files and <ctype.h> functions.
30117         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
30118         (mbsnwidth): Use isprint, iscntrl instead.
30119
30120 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30121
30122         Merge from coreutils.
30123         * MODULES.html.sh: Add xstrtold.
30124         * modules/xstrtold: New file.
30125         * modules/cycle-check (Files): Add lib/same-inode.h.
30126         * modules/dirname (Files): Add m4/double-slash-root.m4.
30127         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
30128         * modules/mkdir-p (Files): Add lib/same-inode.h.
30129         * modules/same (Files): Add lib/same-inode.h.
30130
30131 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30132
30133         * m4/absolute-header.m4: Renamed from full-header-path.m4.
30134         This is to keep the terminology clean; POSIX talks about
30135         "absolute pathnames", not "full pathnames", but the GNU
30136         Coding Standards say to use "path" for something else;
30137         so use "absolute" to keep both sides happy.
30138         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
30139         Set gl_absolute_header, not gl_full_header_path.
30140         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
30141         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
30142         All uses changed.
30143
30144         Merge from coreutils.
30145
30146         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30147
30148         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
30149         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
30150         want to require the building of c-strtod.o.
30151         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
30152         needs -lm directly.
30153         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
30154
30155         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30156
30157         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
30158         --as-needed option if available.  Problem reported by Albert Chin in
30159         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
30160         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
30161         cc merely issues a bunch of annoying warnings for --as-needed
30162         (this problem was reported by Bob Proulx).  Also, try linking with
30163         -lm to detect a bug in binutils 2.16 (this problem was reported
30164         by Ralf Wildenhues).
30165
30166         2006-06-18  Jim Meyering  <jim@meyering.net>
30167
30168         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
30169         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
30170         macro.
30171         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
30172         also check for glibc-2.4's abort-inducing bug.
30173
30174         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
30175         Low-probability clean-up should be to use rmdir to get rid of
30176         the just-created directory, not unlink.
30177
30178         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
30179         configure fail, and request a bug report to inform us about it.
30180         Add a comment that, barring reports to the contrary, in 2007 we'll
30181         assume ftruncate is universally available.
30182
30183         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30184
30185         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
30186
30187         2006-03-12  Jim Meyering  <jim@meyering.net>
30188
30189         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
30190         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
30191         * m4/same.m4 (gl_SAME): Likewise.
30192         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
30193
30194         2006-03-11  Eric Blake  <ebb9@byu.net>
30195
30196         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
30197         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
30198         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
30199         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
30200
30201 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30202
30203         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
30204         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
30205         reported by Mark D. Baushke, one in
30206         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
30207
30208         Merge from coreutils.
30209
30210         * lib/.cppi-disable: Add stdint_.h.
30211         * lib/.cvsignore: Add stdint.h.
30212
30213         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
30214
30215         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
30216         both double and long double versions.
30217         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
30218         * lib/xstrtold.c: New file.
30219         * lib/xstrtod.h (xstrtold): New decl.
30220
30221         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30222
30223         * lib/filemode.c (setst): Remove.
30224         (strmode): Rewrite to avoid setst.  This makes the code shorter,
30225         (arguably) clearer, and the generated code is a bit smaller on my
30226         Debian GNU/Linux stable x86 host.
30227
30228         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
30229
30230         * lib/filemode.c: Include "filemode.h" first, to test the interface.
30231         Assume that filemode.h includes sys/types.h and sys/stat.h.
30232         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
30233         (ftypelet): Reorder to put common cases first, for efficiency.
30234         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
30235         to do 'M'.
30236         (strmode): Renamed from mode_string, and now stores 12 bytes instead
30237         of 10, for compatibility with FreeBSD.  All callers changed.
30238         (filemodestring): Now stores 12 bytes instead of 10, and sets file
30239         types that can't be deduced solely from st_mode.  First arg is now a
30240         const pointer.
30241         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
30242         (strmode): Renamed from mode_string.
30243         (filemodestring): New decl.
30244         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
30245         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
30246         needed.
30247         (S_ISPORT, S_ISWHT): New macros, if not already defined.
30248
30249         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
30250
30251         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
30252         fsusage.h now does that.  Include fsusage.h first, to test interface.
30253         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
30254         at most one method (the old code could have generated decls that
30255         didn't conform to C89, not that this was ever exercised).
30256         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
30257
30258         2006-03-19  Jim Meyering  <jim@meyering.net>
30259
30260         Work even in a chroot where d_ino values for entries in "/"
30261         don't match the stat.st_ino values for the same names.
30262         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
30263         number, iterate through all entries again, using lstat instead.
30264         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
30265         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
30266
30267         * lib/getcwd.c (__getcwd): Clarify a comment.
30268         Use memcpy in place of a call to strcpy.
30269
30270         2006-03-12  Jim Meyering  <jim@meyering.net>
30271
30272         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
30273         matches that of the current directory (which we're about to chdir ".."
30274         out of), then save the dev-ino of the parent, instead.
30275
30276         * lib/same-inode.h (SAME_INODE): New file/macro.
30277         * lib/chdir-safer.c (SAME_INODE): Remove definition.
30278         Include "same-inode.h", instead.
30279         * lib/same.c: Likewise.
30280         * lib/cycle-check.h: Include "same-inode.h".
30281         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
30282         * lib/cycle-check.c (SAME_INODE): Remove definition.
30283         * lib/root-dev-ino.h: Include "same-inode.h".
30284
30285         2006-03-11  Eric Blake  <ebb9@byu.net>
30286
30287         * lib/same.c (same_name): s/base_name/last_component/
30288         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
30289         * lib/filenamecat.c (file_name_concat): Likewise.
30290
30291         2006-03-11  Eric Blake  <ebb9@byu.net>,
30292                     Paul Eggert  <eggert@cs.ucla.edu>
30293
30294         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
30295         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
30296         drive prefix.
30297         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
30298         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
30299         (last_component): New method.
30300         * lib/dirname.c (dir_len): Determine when drive letters need a
30301         subsequent slash.  Preserve // when it is special.
30302         (dir_name): Don't append dot when drive letter is absolute.
30303         [TEST_DIRNAME]: Move into a full-blown gnulib test.
30304         * lib/basename.c (base_name): New semantics - malloc the result.
30305         Preserve // when it is special.  Preserve relative files that look
30306         like drive letters.
30307         (base_len): Preserve // when it is special.
30308         (last_component): New method, similar to old base_name semantics.
30309         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
30310         base_name.  Strip redundant slashes from ///.
30311
30312 2006-07-03  Jim Meyering  <jim@meyering.net>
30313
30314         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
30315         macro is used before the first cycle_check call.
30316
30317 2006-07-03  Eric Blake  <ebb9@byu.net>
30318
30319         * modules/dirname (Depends-on): Add xstrndup.
30320
30321 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30322
30323         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
30324         test cases, so that config.log is a bit easier to follow.
30325
30326 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
30327
30328         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
30329         both are 64 bits, since this seems to be the tradition, and this
30330         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
30331         we ever run into a host that prefers long long to long in this
30332         case, we'll need another configure-time test.  Problem reported by
30333         Jim Meyering.
30334
30335 2006-07-02  Eric Blake  <ebb9@byu.net>
30336
30337         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
30338
30339 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30340
30341         * modules/inttypes (Depends-on): No longer depends on stdint.
30342         * modules/stdint (Description): Say more about assumptions.
30343         Say that the fast types might differ.  Say macros are used.
30344         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
30345         (Makefile.am): Revise list of substituted symbols to match
30346         new stdint.m4.
30347         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
30348         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
30349         * tests/test-stdint.c (verify_same_types)
30350         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
30351         the code conforms to C99/C89.
30352         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
30353         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
30354
30355 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30356
30357         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
30358         but fix a bug, by requiring at least 64 bits.
30359         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30360         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
30361         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
30362         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
30363
30364         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
30365         changes.  Make 2.59 a prerequisite.  Check and substitute for
30366         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
30367         inttypes.h.  Do not use special include files; just use the
30368         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
30369         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
30370         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
30371         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
30372         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
30373         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
30374         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
30375         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
30376         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
30377         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
30378         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
30379         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
30380         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
30381         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
30382         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
30383         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
30384         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
30385         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
30386         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
30387         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
30388         WINT_MAX.  Check for C99 conformance more strictly, by detecting
30389         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
30390         not check for things that C99 does not require, e.g., int8_t.  If
30391         a test isn't needed unless <stdint.h> isn't working, and is
30392         unlikely to be needed for any other reason, then don't do it
30393         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
30394         size_t, since we assume C89 freestanding at least.  Do not check
30395         for sig_atomic_t, wchar_t, or wint_t, since the code now does
30396         the right thing even if the types are not defined.  Instead use:
30397         (gl_STDINT_TYPE_PROPERTIES): New macro.
30398         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
30399         testing whether <sys/types.h> clashes, as Autoconf does this for
30400         us now.  All uses removed.
30401         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
30402         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
30403         (gl_CHECK_TYPE_SAME):
30404         Remove; no longer needed.
30405         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
30406         exists, since we'll return 0 anyway in that case.
30407         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
30408
30409 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30410
30411         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
30412         possible collision with system files.
30413         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
30414         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
30415         WCHAR_MIN and WCHAR_MAX in this case.
30416         (<stddef.h>): Do not include; no longer needed.
30417         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
30418         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
30419         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
30420         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
30421         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
30422         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
30423         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
30424         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
30425         !defined(__c99))]: Include in this case too, since it's harmless
30426         now.
30427         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
30428         dangerous to do so.
30429         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
30430         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
30431         (_STDINT_MIN, _STDINT_MAX): New macros.
30432         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
30433         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
30434         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
30435         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
30436         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
30437         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
30438         macros, not typedefs; this simplifies things quite a bit.
30439         Use long int for all types narrower than int64_t.
30440         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
30441         Define in terms of long long int or int64_t or long int,
30442         not int64_t or int32_t.  This saves some compile-time testing.
30443         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
30444         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
30445         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
30446         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
30447         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
30448         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
30449         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
30450         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
30451         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
30452         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
30453         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30454         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30455         undef any previous version and define our own version, for
30456         simplicity and consistency with the new macros for types.
30457         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
30458         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
30459         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
30460         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
30461         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
30462         @WINT_T_SUFFIX@ to keep things simple here.
30463         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
30464         Simplify by assuming typical 8/16/32/64 host, since we're
30465         already doing that elsewhere anyway.
30466         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
30467         and assume long long int is 64 bits if available.  This
30468         speeds up 'configure'.
30469
30470 2006-07-01  Eric Blake  <ebb9@byu.net>
30471
30472         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
30473         Reported by Andreas Buening.
30474
30475 2006-07-01  Eric Blake  <ebb9@byu.net>
30476
30477         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
30478
30479 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
30480
30481         * lib/getaddrinfo.c: fixed typo
30482
30483 2006-06-29  Jim Meyering  <jim@meyering.net>
30484
30485         * modules/strftime (Maintainer): Add my name, since with the
30486         FPRINTFTIME changes strftime.c has forked from glibc.
30487
30488 2006-06-29  Eric Blake  <ebb9@byu.net>
30489
30490         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
30491
30492 2006-06-29  Eric Blake  <ebb9@byu.net>
30493
30494         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
30495
30496 2006-06-29  Eric Blake  <ebb9@byu.net>
30497
30498         * lib/stat_.h: New file.
30499
30500 2006-06-29  Eric Blake  <ebb9@byu.net>
30501
30502         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
30503         unused static function.
30504
30505 2006-06-29  Eric Blake  <ebb9@byu.net>
30506
30507         * doc/functions.texi (Function Portability): Document missing lstat
30508         on mingw.
30509
30510 2006-06-29  Eric Blake  <ebb9@byu.net>
30511
30512         * MODULES.html.sh: Add sys_stat.
30513         * modules/sys_stat: New module.
30514         * modules/mkstemp (Depends-on): Add sys_stat.
30515
30516 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30517
30518         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
30519
30520 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30521
30522         * m4/c-bs-a.m4: Removed.
30523
30524 2006-06-29  Derek R. Price  <derek@ximbiot.com>
30525
30526         * lib/strftime.c: Assume strftime() exists.
30527
30528 2006-06-29  Derek Price  <derek@ximbiot.com>
30529
30530         * modules/c-bs-a: Removed - \a is C89.
30531         * MODULES.html.sh: Remove c-bs-a.
30532
30533 2006-06-29  Bruno Haible  <bruno@clisp.org>
30534
30535         * modules/wcwidth (License): Change to LGPL.
30536
30537 2006-06-28  Simon Josefsson  <jas@extundo.com>
30538
30539         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
30540         on _WIN32.
30541
30542         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
30543         getnameinfo.
30544
30545 2006-06-28  Simon Josefsson  <jas@extundo.com>
30546
30547         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
30548
30549 2006-06-28  Simon Josefsson  <jas@extundo.com>
30550
30551         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
30552         functions there.  It will succeed on Windows XP, but on Windows
30553         2000 and (presumably) earlier, it will fail, and use the internal
30554         re-implementation.
30555         (use_win32_p): New function.
30556         (getaddrinfo): Use strtoul on servname, to support numeric ports.
30557         Support AI_NUMERICSERV to disable getservbyname.
30558         (getnameinfo): New function, only supports
30559         NI_NUMERICHOST|NI_NUMERICSERV for now.
30560
30561         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
30562         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
30563         getnameinfo.
30564
30565 2006-06-28  Eric Blake  <ebb9@byu.net>
30566
30567         * modules/wcwidth: New file.
30568         * modules/mbchar (Depends-on): Add wcwidth.
30569         * modules/mbswidth (Depends-on): Add wcwidth.
30570         * MODULES.html.sh: Add wcwidth.
30571
30572 2006-06-28  Eric Blake  <ebb9@byu.net>
30573
30574         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
30575         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
30576
30577 2006-06-28  Eric Blake  <ebb9@byu.net>
30578
30579         * lib/xvasprintf.h: Fix comments.
30580
30581 2006-06-28  Eric Blake  <ebb9@byu.net>
30582
30583         * lib/mbchar.h (wcwidth): Include wcwidth.h.
30584         * lib/mbswidth.c (wcwidth): Move from here...
30585         * lib/wcwidth.h: ...to this new file.
30586
30587 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30588
30589         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
30590
30591         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
30592         it's obsolete.
30593         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
30594
30595 2006-06-28  Derek R. Price  <derek@ximbiot.com>
30596
30597         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
30598         Autoconf 2.60 says this stuff was obsolete.
30599
30600 2006-06-28  Bruno Haible  <bruno@clisp.org>
30601
30602         * modules/wcwidth (Files): Add m4/wchar_t.m4.
30603
30604 2006-06-28  Bruno Haible  <bruno@clisp.org>
30605
30606         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
30607         gt_TYPE_WCHAR_T.
30608
30609 2006-06-28  Bruno Haible  <bruno@clisp.org>
30610
30611         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
30612         declaration for wcwidth.
30613         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
30614
30615 2006-06-28  Bruno Haible  <bruno@clisp.org>
30616
30617         * lib/mkdtemp.c [MINGW]: Include <io.h>.
30618         (mkdir): Define using _mkdir.
30619
30620 2006-06-28  Bruno Haible  <bruno@clisp.org>
30621
30622         * lib/getaddrinfo.h: Fix POSIX URL.
30623         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
30624         _WIN32.
30625         (use_win32_p): Make static.
30626         (getaddrinfo): Reject service name if it is empty or does not consist
30627         solely of decimal digits, or if its value is > 65535.
30628         (getnameinfo): Remove useless casts.
30629
30630 2006-06-27  Simon Josefsson  <jas@extundo.com>
30631
30632         * modules/sys_select: New file, suggested by Bruno Haible, Paul
30633         Eggert and Martin Lambers.
30634
30635 2006-06-27  Simon Josefsson  <jas@extundo.com>
30636
30637         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
30638         Eggert and Martin Lambers.
30639
30640 2006-06-27  Bruno Haible  <bruno@clisp.org>
30641
30642         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
30643         result to 0, not to empty.
30644         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
30645
30646 2006-06-27  Bruno Haible  <bruno@clisp.org>
30647
30648         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
30649
30650 2006-06-26  Simon Josefsson  <jas@extundo.com>
30651
30652         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
30653         present.
30654
30655 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
30656
30657         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
30658         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
30659         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
30660
30661 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
30662
30663         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
30664
30665 2006-06-26  Bruno Haible  <bruno@clisp.org>
30666
30667         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
30668
30669 2006-06-26  Bruno Haible  <bruno@clisp.org>
30670
30671         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
30672
30673 2006-06-26  Bruno Haible  <bruno@clisp.org>
30674
30675         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
30676         SGI C compiler in pre-C99 mode.
30677         Suggested by Mark D. Baushke and Larry Jones.
30678
30679 2006-06-26  Bruno Haible  <bruno@clisp.org>
30680
30681         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
30682         WCHAR_MAX.
30683         Reported by Mark D. Baushke and Larry Jones.
30684
30685 2006-06-26  Bruno Haible  <bruno@clisp.org>
30686
30687         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
30688         in pre-C99 mode.
30689         Suggested by Mark D. Baushke and Larry Jones.
30690
30691 2006-06-23  Simon Josefsson  <jas@extundo.com>
30692             Bruno Haible  <bruno@clisp.org>
30693
30694         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
30695         Emit mostlyclean-local rule.
30696         (func_emit_tests_Makefile_am): Likewise.
30697         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
30698
30699 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
30700
30701         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
30702
30703 2006-06-23  Bruno Haible  <bruno@clisp.org>
30704
30705         * tests/test-stdint.c: Update to match ISO C 99 Technical
30706         Corrigendum 1.
30707
30708 2006-06-23  Bruno Haible  <bruno@clisp.org>
30709
30710         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
30711
30712 2006-06-23  Bruno Haible  <bruno@clisp.org>
30713
30714         * lib/stdint_.h: Treat IRIX like OpenBSD.
30715
30716 2006-06-23  Bruno Haible  <bruno@clisp.org>
30717
30718         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
30719         ISO C 99 Technical Corrigendum 1.
30720
30721 2006-06-22  Simon Josefsson  <jas@extundo.com>
30722
30723         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
30724         MinGW.
30725
30726 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30727
30728         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
30729         needed.  Some compiler complained about some of them.  Problem reported
30730         by Larry Jones in
30731         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
30732
30733 2006-06-21  Simon Josefsson  <jas@extundo.com>
30734
30735         * tests/test-getaddrinfo.c: New file.
30736
30737         * modules/getaddrinfo-tests: New file.
30738
30739         * MODULES.html.sh: Add inet_pton.
30740
30741         * modules/inet_pton: New file.
30742
30743 2006-06-21  Simon Josefsson  <jas@extundo.com>
30744
30745         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
30746         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
30747         of using the (limited) gnulib implementation on Windows XP.
30748
30749         * m4/inet_pton.m4: New file.
30750
30751 2006-06-21  Simon Josefsson  <jas@extundo.com>
30752
30753         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
30754         variable.
30755
30756         * lib/socket_.h: Don't define WINVER.
30757
30758         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
30759         slightly modified to work in gnulib.
30760
30761 2006-06-21  Simon Josefsson  <jas@extundo.com>
30762
30763         * doc/gnulib.texi (Windows sockets): Add.
30764
30765 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30766
30767         * lib/read-file.c (fread_file): Start with buffer allocation of
30768         0 bytes rather than 1 byte; this simplifies the code.
30769         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
30770         code to free buffer and save/restore errno.
30771         (internal_read_file): Remove unused local.
30772
30773 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30774
30775         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
30776         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
30777         Problem reported by Denis Excoffier in
30778         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
30779
30780 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30781
30782         * modules/sys_socket, modules/socklen: Include sys/types since
30783         FreeBSD 4.x's sys/socket.h needs it.
30784
30785 2006-06-19  Simon Josefsson  <jas@extundo.com>
30786
30787         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
30788
30789 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
30790
30791         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
30792
30793 2006-06-19  Bruno Haible  <bruno@clisp.org>
30794
30795         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
30796         and FULL_PATH_INTTYPES_H in angle brackets.
30797         Reported by Mark D. Baushke <mdb@gnu.org>.
30798
30799 2006-06-17  Eric Blake  <ebb9@byu.net>
30800
30801         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
30802         errno.
30803
30804 2006-06-17  Bruno Haible  <bruno@clisp.org>
30805
30806         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
30807         <sys/inttypes.h>.
30808
30809 2006-06-17  Bruno Haible  <bruno@clisp.org>
30810
30811         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
30812         whether errno is declared. Assume <errno.h> declares errno.
30813
30814 2006-06-17  Bruno Haible  <bruno@clisp.org>
30815
30816         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
30817
30818 2006-06-17  Bruno Haible  <bruno@clisp.org>
30819
30820         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
30821         problem on Solaris 2.5.1.
30822
30823 2006-06-16  Eric Blake  <ebb9@byu.net>
30824
30825         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
30826         * lib/unicodeio.c [!defined errno]: Likewise.
30827         * lib/strtol.c [!defined errno]: Likewise.
30828         * lib/strtod.c [!defined errno]: Likewise.
30829
30830 2006-06-15  Eric Blake  <ebb9@byu.net>
30831
30832         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
30833
30834 2006-06-15  Eric Blake  <ebb9@byu.net>
30835
30836         * config/srclist.txt (ssize_t.m4): Lose sync.
30837
30838 2006-06-15  Bruno Haible  <bruno@clisp.org>
30839
30840         * modules/stdint (Files): Include m4/full-header-path.m4,
30841         m4/size_max.m4, m4/wchar_t.m4.
30842         (Makefile.am): Many more substitutions.
30843         * modules/stdint-tests: New file.
30844         * tests/test-stdint.c: New file.
30845
30846 2006-06-15  Bruno Haible  <bruno@clisp.org>
30847
30848         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
30849         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
30850         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
30851         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
30852         gl_CHECK_TYPE_SAME): New macros.
30853
30854 2006-06-15  Bruno Haible  <bruno@clisp.org>
30855
30856         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
30857
30858 2006-06-15  Bruno Haible  <bruno@clisp.org>
30859
30860         * lib/stdint_.h: Rewritten to be fully auto-configured.
30861         Fixes bug on HP-UX/IA64.
30862
30863 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
30864
30865         * lib/getdate.y (__attribute__): Don't define if already defined.
30866         Problem reported by Larry Jones.
30867         * lib/utimens.c (__attribute__): Likewise.
30868
30869 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
30870
30871         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
30872         reported by Andreas Schwab.
30873
30874 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30875             Bruno Haible  <bruno@clisp.org>
30876
30877         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
30878         check for the declaration of strnlen and a run test that exposes the
30879         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
30880         rpl_strndup.
30881
30882 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30883             Bruno Haible  <bruno@clisp.org>
30884
30885         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
30886
30887 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30888
30889         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
30890         compile test, for Tru64 4.0D.
30891
30892 2006-05-28  Karl Berry  <karl@gnu.org>
30893
30894         * config/srclist.txt (printf-args.c): lose sync.
30895
30896 2006-05-26  Martin Lambers  <marlam@marlam.de>
30897
30898         * lib/getpass.c: Updates the test for the native W32 API, and adds
30899         missing includes, thus fixing compilation warnings.
30900
30901 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
30902
30903         * lib/exclude.c (exclude_fnmatch): New function.
30904         (excluded_file_name): Call exclude_fnmatch.
30905         * lib/exclude.h (excluded_file_name): New prototype
30906
30907 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
30908
30909         * lib/tempname.c (small_open, large_open): New macros.
30910         (__open, __open64) [!_LIBC]: Remove.
30911         (__gen_tempname): Use small_open and large_open instead of __open
30912         and __open64.  This fixes a portability bug on HP-UX 11.11i
30913         reported by Simon Wing-Tang in
30914         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
30915
30916 2006-05-24  Bruno Haible  <bruno@clisp.org>
30917
30918         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
30919         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
30920         Reported by Thorsten Maerz <torte@netztorte.de> via
30921         Aaron Stone <aaron@serendipity.cx>.
30922
30923 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30924
30925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
30926         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
30927         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
30928         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
30929         not really conditional on the cache.
30930         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
30931
30932 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30933
30934         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
30935         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
30936         (my_usleep): Don't mishandle maximum value.
30937
30938 2006-05-19  Jim Meyering  <jim@meyering.net>
30939
30940         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
30941
30942 2006-05-17  Bruno Haible  <bruno@clisp.org>
30943
30944         Cygwin portability.
30945         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
30946
30947 2006-05-17  Bruno Haible  <bruno@clisp.org>
30948
30949         * lib/stdint_.h: Fix recognition of Cygwin.
30950
30951 2006-05-15  Bruno Haible  <bruno@clisp.org>
30952
30953         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
30954         on libtool patch by Ralf Wildenhues.
30955
30956 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30957
30958         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
30959         test for C99 conformance; (bool) 0.5 is an integer constant
30960         expression, but (bool) -0.5 is not.  Problem reported by Fedor
30961         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
30962
30963 2006-05-11  Simon Josefsson  <jas@extundo.com>
30964
30965         * m4/xvasprintf.m4: Fix obvious typo.
30966
30967 2006-05-11  Jim Meyering  <jim@meyering.net>
30968
30969         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
30970         James Lemley.
30971
30972 2006-05-10  Simon Josefsson  <jas@extundo.com>
30973
30974         * lib/md4.c: Typo fix, update copyright years.
30975         (K1, K2): Don't use L because it turn computations into 64-bit on
30976         64-bit platforms.
30977
30978 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
30979
30980         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
30981         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
30982         unwanted sign propagation, e.g., on hosts with 64-bit int.
30983         There still are some problems with reeelly weird theoretical hosts
30984         (e.g., 33-bit int) but it's not worth worrying about now.
30985         * lib/sha1.c (rol): Likewise.
30986         (K1, K2, K3, K4): Remove unnecessary L suffix.
30987
30988 2006-05-10  Bruno Haible  <bruno@clisp.org>
30989
30990         * lib/des.c: Cast to avoid warnings.
30991
30992 2006-05-09  Bruno Haible  <bruno@clisp.org>
30993
30994         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
30995         (Depends-on): Depend also on xsize, stdarg.
30996         (configure.ac): Add gl_XVASPRINTF.
30997
30998 2006-05-09  Bruno Haible  <bruno@clisp.org>
30999
31000         * m4/xvasprintf.m4: New file.
31001
31002 2006-05-09  Bruno Haible  <bruno@clisp.org>
31003
31004         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
31005         (EOVERFLOW): Define fallback value.
31006         (xstrcat): New function.
31007         (xvasprintf): Recognize the special case of a string concatenation.
31008
31009 2006-05-08  Eric Blake  <ebb9@byu.net>
31010
31011         * gnulib-tool (func_version): Base copyright year on CVS date.
31012         (func_emit_copyright_notice): New function.
31013         (func_emit_lib_Makefile_am): Use it.
31014         (func_emit_tests_Makefile_am): Likewise.
31015         (func_import): Likewise.
31016
31017 2006-05-08  Bruno Haible  <bruno@clisp.org>
31018
31019         * modules/stdarg: New file.
31020         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
31021
31022 2006-05-08  Bruno Haible  <bruno@clisp.org>
31023
31024         * m4/stdarg.m4: New file, from GNU gettext.
31025
31026 2006-05-08  Bruno Haible  <bruno@clisp.org>
31027
31028         * config/srclist.txt (build-aux/config.rpath): different from latest
31029         release.
31030
31031 2006-05-08  Bruno Haible  <bruno@clisp.org>
31032
31033         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
31034
31035 2006-05-05  Jim Meyering  <jim@meyering.net>
31036
31037         * m4/warning.m4: New file, derived from bison's file by the same name.
31038
31039 2006-05-03  Bruno Haible  <bruno@clisp.org>
31040
31041         * lib/stdint_.h: Shorter URL.
31042         * lib/inttypes.h: Likewise.
31043
31044 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31045
31046         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
31047
31048 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31049
31050         * lib/verify.h: Document the internals better.  Most of this change
31051         was written by Bruno Haible.
31052
31053 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * doc/verify.texi: New file, partly based on a proposal by
31056         Bruno Haible.
31057
31058 2006-05-02  Bruno Haible  <bruno@clisp.org>
31059
31060         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
31061         test from here...
31062         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
31063
31064 2006-04-29  Bruno Haible  <bruno@clisp.org>
31065
31066         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
31067         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
31068
31069 2006-04-29  Bruno Haible  <bruno@clisp.org>
31070
31071         * gnulib-tool: Make --update option actually work.
31072
31073 2006-04-29  Bruno Haible  <bruno@clisp.org>
31074
31075         * doc/gcd.texi: New file.
31076         * doc/gnulib.texi: Include it.
31077
31078 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
31079
31080         * lib/getdate.y (get_date): When adding relative date, start with the
31081         initial time, not with the result of the first mktime call.
31082
31083 2006-04-25  Bruno Haible  <bruno@clisp.org>
31084
31085         * gnulib-tool (func_import): Output the include directives in three
31086         blocks, sorted separately.
31087         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31088
31089 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31090
31091         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
31092         to define main with arguments, for C++.  Reported by Eric Blake.
31093         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
31094         Prefer 'int main ()' to 'int main (void)', for C++.
31095         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
31096         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
31097         for 'main', for C99 and C++.
31098
31099 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
31100
31101         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
31102         Don't assume that exit status -1 is valid.
31103         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31104         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
31105         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
31106         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
31107         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
31108         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
31109         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
31110         functions can be used without declaring them, or that you can
31111         exit with status -1.
31112         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
31113
31114 2006-04-24  Karl Berry  <karl@gnu.org>
31115
31116         * config/srclist.txt (longdouble.m4): sync lost.
31117
31118 2006-04-24  Eric Blake  <ebb9@byu.net>
31119
31120         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
31121
31122 2006-04-24  Bruno Haible  <bruno@clisp.org>
31123
31124         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
31125         poll() implementation in AIX.
31126         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31127
31128 2006-04-24  Bruno Haible  <bruno@clisp.org>
31129
31130         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
31131         assigned exactly once.
31132
31133 2006-04-23  Claudio Fontana  <claudio@gnu.org>
31134             Bruno Haible  <bruno@clisp.org>
31135
31136         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
31137         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
31138         for AM_CPPFLAGS.
31139
31140 2006-04-23  Bruno Haible  <bruno@clisp.org>
31141
31142         * modules/copy-file: Depend on unistd.
31143         * modules/execute: Likewise.
31144         * modules/fatal-signal: Likewise.
31145         * modules/findprog: Likewise.
31146         * modules/mkdtemp : Likewise.
31147         * modules/pipe: Likewise.
31148         * modules/wait-process: Likewise.
31149
31150 2006-04-23  Bruno Haible  <bruno@clisp.org>
31151
31152         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
31153         condition was already detected.
31154         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31155
31156 2006-04-23  Bruno Haible  <bruno@clisp.org>
31157
31158         * lib/copy-file.c: Include <unistd.h> unconditionally.
31159         * lib/execute.c: Likewise.
31160         * lib/fatal-signal.c: Likewise.
31161         * lib/findprog.c: Likewise.
31162         * lib/mkdtemp.c: Likewise.
31163         * lib/pipe.h: Likewise.
31164         * lib/pipe.c: Likewise.
31165         * lib/wait-process.h: Likewise.
31166
31167 2006-04-23  Bruno Haible  <bruno@clisp.org>
31168
31169         * gnulib-tool (func_usage): Fix --import description. Document
31170         --update.
31171         (func_import): Create temporary file in a temporary directory, if
31172         --dry-run is specified. Silence errors from 'grep' when there are no
31173         m4 files in $m4dir.
31174         (func_create_testdir): Silence errors from 'grep' when there are no
31175         m4 files in $m4dir.
31176         Reported by Karl Berry <karl@freefriends.org>.
31177
31178 2006-04-20  Bruno Haible  <bruno@clisp.org>
31179
31180         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
31181         one argument, so that the code will be portable to Autoconf 2.60.
31182         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
31183         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31184         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
31185
31186 2006-04-19  Derek Price  <derek@ximbiot.com>
31187             Eric Blake  <ebb9@byu.net>
31188
31189         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
31190         rather than "/full/path.h".  Update comment to match.  Shorten &
31191         generalize m4_translit call via AS_TR_CPP.
31192
31193 2006-04-19  Derek Price  <derek@ximbiot.com>
31194             Eric Blake  <ebb9@byu.net>
31195
31196         * lib/inttypes.h: Correct grammar in comment.
31197
31198 2006-04-18  Derek Price  <derek@ximbiot.com>
31199             Paul Eggert  <eggert@cs.ucla.edu>
31200
31201         * modules/inttypes: New file.
31202         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
31203
31204 2006-04-18  Derek Price  <derek@ximbiot.com>
31205             Paul Eggert  <eggert@cs.ucla.edu>
31206
31207         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
31208         New files.
31209
31210 2006-04-18  Derek Price  <derek@ximbiot.com>
31211             Paul Eggert  <eggert@cs.ucla.edu>
31212
31213         * lib/inttypes.h: New file.
31214         * lib/strtoimax.c: Assume <inttypes.h>.
31215
31216 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
31217
31218         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
31219         isn't mounted.  Problem reported by Kir Kolyshkin.
31220
31221 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31222
31223         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
31224         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
31225         Derek R. Price.
31226         * lib/regex.h (RE_DUP_MAX): Update comment to match current
31227         implementation.
31228
31229 2006-04-12  Eric Blake  <ebb9@byu.net>
31230
31231         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
31232         is now done automatically by the corresponding Autoconf macro.
31233
31234 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
31235
31236         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
31237         time_r.h.
31238
31239 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31240
31241         Merge regex changes from libc, removing some of our
31242         POSIX-conformance changes that were rejected and redoing them in a
31243         less-intrusive way.
31244
31245         * lib/regcomp.c (re_compile_internal, init_dfa):
31246         Length arg is now size_t, not Idx.  All uses changed.
31247         (peek_token): Forward decl now says internal_function.
31248         (__re_error_msgid, __re_error_msgid_idx):
31249         Now static rather than extern with attribute_hidden.
31250         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
31251         For some reason libc prefers K&R style defns for external functions.
31252         (regerror) [!defined _LIBC]: Likewise.
31253         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
31254         (seek_collating_symbol_entry, lookup_collation_sequence_value):
31255         (build_range_exp, build_collating_symbol):
31256         Use K&R-style defn.
31257         (re_compile_fastmap): Use '\0' to memset, not 0.
31258         (utf8_sb_map): Make the calculations more obvious.
31259         (init_dfa, parse_bracket_exp, build_charclass_op):
31260         Call calloc and cast result, as glibc does.
31261         (init_word_char, fetch_token, peek_token, peek_token_bracket):
31262         (build_range_exp, build_collating_symbol):
31263         Now internal functions.
31264
31265         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
31266
31267         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
31268         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
31269         Don't depend on VMS; depend on __VMS instead, for POSIX
31270         namespace cleanness.
31271         (regoff_t): Define to ssize_t, not long int.
31272
31273         Remove the REG_ macros named below.  Instead, make the old names
31274         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
31275         __USE_GNU_REGEX.
31276         (REG_BACKSLASH_ESCAPE_IN_LISTS):
31277         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
31278         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
31279         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
31280         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
31281         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
31282         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
31283         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
31284         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
31285         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
31286         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
31287         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
31288         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
31289         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
31290         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
31291         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
31292         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
31293         (REG_NREGS):
31294         Remove.  All uses replaced by the old RE_* names.
31295         (RE_BACKSLASH_ESCAPE_IN_LISTS):
31296         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
31297         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
31298         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
31299         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
31300         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
31301         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
31302         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
31303         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
31304         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
31305         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
31306         Don't bother having these macros be independent of each others'
31307         values, since they no longer exist in the POSIX name space.
31308
31309         Rename the following member names back to their old names,
31310         unless !__USE_GNU_REGEX.  All uses changed back.
31311         (buffer): Renamed from re_buffer.
31312         (allocated): Renamed from re_allocated.
31313         (used): Renamed from re_used.
31314         (syntax): Renamed from re_syntax.
31315         (fastmap): Renamed from re_fastmap.
31316         (translate): Renamed from re_translate.
31317         (can_be_null): Renamed from re_can_be_null.
31318         (regs_allocated): Renamed from re_regs_allocated.
31319         (fastmap_accurate): Renamed from re_fastmap_accurate.
31320         (no_sub): Renamed from re_no_sub.
31321         (not_bol): Renamed from re_not_bol.
31322         (not_eol): Renamed from re_not_eol.
31323         (newline_anchor): Renamed from re_newline_anchor.
31324         (num_regs): Renamed from rm_num_regs.
31325         (start): Renamed from rm_start.
31326         (end): Renamed from rm_end.
31327
31328         (free_state): Move up a bit.
31329
31330         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
31331         #define to be empty.
31332         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
31333         when that is what is intended.
31334         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
31335         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
31336         (MAX): New macro.
31337         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
31338         All uses changed back to re_malloc, etc.  It's now the caller's
31339         responsibility to check for overflow; all callers changed.
31340         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
31341         (re_x2nrealloc): Remove.
31342         (free_state): Remove decl.
31343
31344         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
31345         (re_set_registers, re_exec):
31346         Use K&R-style defn.
31347
31348         2006-01-31  Roland McGrath  <roland@redhat.com>
31349
31350         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
31351         Reported by Mike Frysinger <vapier@gentoo.org>.
31352
31353         2006-01-15  Andreas Jaeger  <aj@suse.de>
31354
31355         [BZ #1950]
31356         * lib/regex_internal.c (re_string_reconstruct): Adjust for
31357         build_wcs_upper_buffer change.
31358         (build_wcs_upper_buffer): Change return type.
31359
31360         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
31361
31362         * lib/regex_internal.h: Include <stdint.h> if available.
31363
31364         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
31365
31366         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
31367
31368         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
31369
31370         * lib/regcomp.c: Adjust for changed secondary hash function.
31371
31372         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
31373
31374         * lib/regex.h: Pretty printing.
31375         Clean up namespace a bit.
31376
31377         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
31378
31379         * lib/regexec.c (update_cur_sifted_state, check_arrival,
31380         check_arrival_add_next_nodes): Avoid using uninitialized variable.
31381
31382         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31383                     Ulrich Drepper  <drepper@redhat.com>
31384
31385         [BZ #1302]
31386         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
31387         changed.
31388         (bitset_word_t): Renamed from bitset_word.  All uses changed.
31389
31390         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
31391
31392         [BZ #281]
31393         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
31394         * lib/regcomp.c: Remove unnecessary uses of
31395         unsigned RE_TRANSLATE_TYPE.
31396         * lib/regex_internal.h: Likewise.
31397         * lib/regex_internal.c: Likewise.
31398         * lib/regexec.c: Likewise.
31399         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
31400
31401         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
31402
31403         * lib/regexec.c (find_recover_state): Remove unnecessary
31404         initialization.
31405         (transit_state_bkref): Make DFA a const pointer.
31406         (get_subexp): Likewise.
31407         (check_arrival): Likewise.
31408         (update_cur_sifted_state): Likewise.
31409         (re_search_internal): Likewise.
31410         (prune_impossible_nodes): Likewise.
31411         (acquire_init_state_context): Likewise.
31412         (proceed_next_node): Likewise.
31413         (set_regs): Likewise.
31414         (free_fail_stack_return): Likewise.
31415         (check_arrival_expand_ecl): Mark DFA parameter as const.
31416         (check_arrival_expand_ecl_sub): Likewise.
31417         (check_subexp_limits): Likewise.
31418         (sub_epsilon_src_nodes):  Likewise.
31419         (add_epsilon_src_nodes):  Likewise.
31420         (merge_state_array): Likewise.
31421         (update_regs): Likewise.
31422         (build_trtable): Likewise.
31423         (sift_states_backward): Mark MCTX parameter as const.
31424         (build_sifted_states): Likewise.
31425         (update_cur_sifted_state): Likewise.
31426         (sift_states_mkref): Likewise.
31427         (check_arrival_expand_ecl): Mark eclosure as const.
31428         (check_dst_limits_calc_pos_1): Likewise.
31429         * lib/regex_internal.h (re_match_context_t): Make dfa a const
31430         pointer.
31431
31432         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
31433
31434         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
31435         (transit_state_sb): Likewise.
31436         (transit_state_mb): Likewise.
31437         (sift_states_iter_mb): Likewise.
31438         (check_arrival_add_next_nodes): Likewise.
31439         (check_node_accept_bytes): Change first parameter to pointer-to-const.
31440         [_LIBC] (re_search_2_stub): Use mempcpy.
31441
31442         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
31443         mbrtowc for very simple UTF-8 case.
31444
31445         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
31446         a pointer-to-const.
31447         (re_acquire_state_context): Likewise.
31448         * lib/regex_internal.h: Adjust prototypes.
31449
31450         * lib/regex.c: Prevent using C++ compilers.
31451
31452         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
31453         (re_acquire_state_context): Likewise.
31454
31455 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31456
31457         * modules/regex (Depends-on): Add ssize_t.
31458
31459 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31460
31461         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
31462         translation table.
31463
31464 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
31465
31466         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
31467
31468 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
31469             Bruno Haible  <bruno@clisp.org>
31470
31471         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
31472         <sys/types.h> and <inttypes.h>.
31473
31474 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31475
31476         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
31477         `__error_t_defined', so argp.h will not typedef the former.
31478
31479 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
31480
31481         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
31482         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
31483         glibc names.  Even if glibc is changed to conform to POSIX, the
31484         traditional names will be available anyway, since regex depends on
31485         the extensions module.  Also, fix a longstanding typo in the
31486         implementation of Spencer ERE test #75 from grep 2.3.  Problems
31487         reported by Emanuele Giaquinta.  Also, change sense of cached
31488         variable, so that the message makes sense.
31489
31490 2006-03-24  Simon Josefsson  <jas@extundo.com>
31491
31492         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
31493         including some doc fixes.
31494         (base64_encode_alloc): Fix +1 bug on allocation failures.
31495
31496 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31497
31498         * lib/base64.c (base64_encode): Do not read past end of array with
31499         unsanitized input on systems with CHAR_BIT > 8.
31500
31501 2006-03-24  Eric Blake  <ebb9@byu.net>
31502
31503         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
31504
31505 2006-03-22  Karl Berry  <karl@gnu.org>
31506
31507         * config/srclist.txt (*setenv.[ch]): get from coreutils.
31508         * config/srclistvars.sh (COREUTILS): new var.
31509
31510 2006-03-17  Jim Meyering  <jim@meyering.net>
31511
31512         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
31513         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
31514
31515 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31516
31517         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
31518         no longer needs it.  Instead, check that regoff_t is as least
31519         as wide as ptrdiff_t.
31520
31521         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
31522         so that our regex.h stays compatible with the installed regex.
31523         This is helpful for installers who configure --without-included-regex.
31524         Problem reported by Emanuele Giaquinta.
31525
31526 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
31527
31528         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
31529         Typedef to long int, not to off_, as POSIX will likely change
31530         in that direction.
31531
31532 2006-03-15  Eric Blake  <ebb9@byu.net>
31533
31534         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
31535
31536 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31537
31538         * lib/argp-help.c (validate_uparams): Fix typo
31539         * lib/argp-parse.c (argp_default_options): Consistently begin help
31540         messages with a lowercase letter.
31541
31542 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
31543
31544         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
31545         overrun buffers and shouldn't be used (much as gets shouldn't be
31546         used).
31547         * lib/time_r.c (asctime_r, ctime_r): Likewise.
31548
31549 2006-03-08  Simon Josefsson  <jas@extundo.com>
31550
31551         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
31552         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31553
31554 2006-03-08  Simon Josefsson  <jas@extundo.com>
31555
31556         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
31557         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31558
31559 2006-03-08  Simon Josefsson  <jas@extundo.com>
31560
31561         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
31562         signal that configure disabled the device.
31563
31564 2006-03-08  Simon Josefsson  <jas@extundo.com>
31565
31566         * build-aux/maint.mk: Fix refresh-po, to handle no translated
31567         languages.
31568
31569 2006-03-07  Simon Josefsson  <jas@extundo.com>
31570
31571         * modules/getopt (Depends-on): Add unistd.
31572
31573         * modules/unistd: New file.
31574
31575 2006-03-07  Simon Josefsson  <jas@extundo.com>
31576
31577         * modules/gc-random: New file.
31578
31579 2006-03-07  Simon Josefsson  <jas@extundo.com>
31580
31581         * m4/unistd_h.m4: New file.
31582
31583 2006-03-07  Simon Josefsson  <jas@extundo.com>
31584
31585         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
31586         test to be side-effect free by storing the result in the cache
31587         variable gl_cv_lib_readline, and moving the assignment of
31588         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
31589         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31590
31591 2006-03-07  Simon Josefsson  <jas@extundo.com>
31592
31593         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
31594         error on missing devices (the functions will return an error).
31595
31596         * m4/gc.m4: Move random stuff to gc-random.m4
31597
31598 2006-03-07  Simon Josefsson  <jas@extundo.com>
31599
31600         * lib/unistd_.h: New file.
31601
31602 2006-03-07  Simon Josefsson  <jas@extundo.com>
31603
31604         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
31605
31606 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31607
31608         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
31609         Problem reported by Juan Manuel Guerrero.
31610
31611 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31612
31613         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
31614         the unistd module.
31615         * lib/getlogin_r.c: Likewise.
31616         * lib/getlogin_r.h: Likewise.
31617         * lib/glob.c: Likewise.
31618         * lib/pagealign_alloc.c: Likewise.
31619         * lib/unistd_.h: Remove; no longer needed.
31620
31621 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
31622
31623         * MODULES.html.sh (Support for systems lacking POSIX:2001):
31624         Add unistd.
31625         * modules/c-stack (Depends-on): Add unistd.
31626         * modules/getlogin_r: Likewise.
31627         * modules/glob: Likewise.
31628         * modules/pagealign_alloc: Likewise.
31629         * modules/unistd (Files): Remove lib/unistd_.h.
31630         (EXTRA_DIST): Remove.
31631         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
31632         need unistd_.h.
31633         (MOSTLYCLEANFILES): Remove unistd.h-t.
31634
31635 2006-03-03  Simon Josefsson  <jas@extundo.com>
31636
31637         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
31638
31639 2006-03-03  Simon Josefsson  <jas@extundo.com>
31640
31641         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
31642         libidn and bison.
31643
31644 2006-03-03  Simon Josefsson  <jas@extundo.com>
31645
31646         * build-aux/maint.mk: Add indent target.
31647
31648 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
31649
31650         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
31651         our replacement poll.h in any case, to avoid a differing
31652         declaration from a system header.  Seen on AIX.
31653
31654 2006-03-01  Simon Josefsson  <jas@extundo.com>
31655
31656         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
31657         <kasal@ucw.cz>.
31658
31659 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31660
31661         * modules/gettime (Depends-on): Add extensions module.
31662         * modules/nanosleep (Depends-on): Likewise.
31663         * modules/settime (Depends-on): Likewise.
31664
31665 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31666
31667         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
31668         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
31669         pedantically.
31670         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31671         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
31672
31673         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
31674         not "==".  Reported by Ralf Wildenhues.
31675
31676 2006-03-01  Karl Berry  <karl@gnu.org>
31677
31678         * doc/Copyright/request-*: new files, synced from gnuorg.
31679
31680 2006-03-01  Karl Berry  <karl@gnu.org>
31681
31682         * config/srclist.txt (Copyright/*): new entries.
31683
31684 2006-02-28  Simon Josefsson  <jas@extundo.com>
31685
31686         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
31687
31688 2006-02-27  Simon Josefsson  <jas@extundo.com>
31689
31690         * lib/base64.h: Indent #define's.  From Jim Meyering
31691         <jim@meyering.net>.
31692
31693 2006-02-27  Jim Meyering  <jim@meyering.net>
31694
31695         Revert the change of 2006-02-24, so these files can continue
31696         to be sync'd from gettext.
31697         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
31698         of `config.h'.
31699
31700 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31701
31702         * modules/intprops: New file.
31703         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
31704         Add intprops.
31705         * modules/getloadavg (Files): Remove lib/intprops.h.
31706         (Depends-on): Add intprops.
31707         * modules/human: Likewise.
31708         * modules/inttostr: Likewise.
31709         * modules/openat: Likewise.
31710         * modules/sig2str: Likewise.
31711         * modules/userspec: Likewise.
31712         * modules/utimecmp: Likewise.
31713         * modules/xnanosleep: Likewise.
31714         * modules/xstrtol: Likewise.
31715
31716 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
31717
31718         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
31719         * modules/lock-tests (TESTS): Use $(EXEEXT).
31720         * modules/tls-tests: Likewise.
31721         * modules/argp-tests: Likewise.
31722         (check_PROGRAMS): New var, replacing...
31723         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
31724
31725 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31726
31727         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
31728         `config.h'.
31729
31730 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
31731
31732         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
31733
31734 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31735
31736         Sync from coreutils.
31737         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
31738         gl_CHDIR_SAFER.
31739
31740 2006-02-22  Jim Meyering  <jim@meyering.net>
31741
31742         Sync from coreutils.
31743         * m4/chdir-safer.m4: New file.
31744
31745 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
31746
31747         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
31748         AT_FDCWD exceeds INT_MAX.
31749         * lib/openat.h (AT_FDCWD): Likewise.
31750
31751 2006-02-17  Eric Blake  <address@hidden>
31752
31753         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
31754
31755 2006-02-16  Simon Josefsson  <jas@extundo.com>
31756
31757         * modules/getaddrinfo (Depends-on): Add sys_socket.
31758
31759 2006-02-15  Simon Josefsson  <jas@extundo.com>
31760
31761         * build-aux/maint.mk: Add dsyntax-check rule.
31762
31763 2006-02-15  Eric Blake  <ebb9@byu.net>
31764
31765         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
31766         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
31767         'present but cannot compile' warnings on cygwin.
31768         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
31769         use ws2tcpip.h if sys/socket.h works.
31770         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
31771         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
31772
31773 2006-02-14  Simon Josefsson  <jas@extundo.com>
31774
31775         * modules/maintainer-makefile (Files): Rename.
31776
31777         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
31778         and (the local) Makefile.cfg to maint-cfg.mk.
31779
31780         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
31781         to the latter.
31782
31783         * modules/maintainer-makefile: New module.
31784
31785         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
31786         severaly stripped to make it possible to build it up from scratch
31787         with reliable tests.
31788
31789         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
31790         fixes to permit overriding the default actions when configure and
31791         makefile are not available.
31792
31793 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
31794
31795         Sync from coreutils.
31796         * modules/lstat (Depends-on): Don't depend on xalloc.
31797         (License): Change from GPL to LGPL, since this is now simply a
31798         replacement for a libc function.
31799
31800 2006-02-14  Jim Meyering  <jim@meyering.net>
31801
31802         Sync from coreutils.
31803
31804         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
31805         failure on deficient systems, and simplify gnulib lgpl dependencies.
31806         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
31807         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
31808
31809         * lib/xalloc-die.c: Remove unused definition of N_.
31810
31811 2006-02-14  Jim Meyering  <jim@meyering.net>
31812
31813         Sync from coreutils.
31814         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
31815         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
31816         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
31817         double-quote uses of that variable, to accommodate the rare case in
31818         which getmntent is available in none of the libraries checked.  This
31819         happens at least on FreeBSD 5.0.
31820
31821 2006-02-13  Simon Josefsson  <jas@extundo.com>
31822
31823         * gnulib-tool (Usage): Fix --import, from
31824         karl@freefriends.org (Karl Berry).
31825
31826 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
31827
31828         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
31829
31830 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
31831
31832         * lib/argp-namefrob.h: Restore changes accidentally lost during the
31833         "autoupdate" on 2005-12-12.
31834
31835 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31836
31837         * modules/closeout (Depends-on): Remove atexit.
31838
31839 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
31840
31841         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
31842         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
31843
31844 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
31845
31846         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
31847         __EXTENSIONS__ if this causes compilation to fail.  Problem
31848         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
31849         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
31850
31851 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
31852
31853         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
31854         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
31855         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
31856         All uses changed.
31857
31858 2006-01-26  Simon Josefsson  <jas@extundo.com>
31859
31860         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
31861         prototype is visible on mingw32.
31862
31863         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
31864         for mingw32.
31865
31866         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
31867         mingw32).
31868
31869 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31870
31871         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
31872         attempt to open for write; this always fails, at least on POSIX
31873         hosts.  This reinstates the 2006-01-09 change, which was
31874         inadvertently removed.
31875
31876 2006-01-26  Bruno Haible  <bruno@clisp.org>
31877
31878         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
31879         Reported by Paul Eggert.
31880
31881 2006-01-26  Bruno Haible  <bruno@clisp.org>
31882             Paul Eggert  <eggert@cs.ucla.edu>
31883
31884         * lib/stdbool_.h (_Bool)
31885         [(! (defined __cplusplus || defined __BEOS__)
31886           && !defined __GNUC__
31887           && !(defined __HP_cc || defined __xlc__
31888                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
31889                || defined __sgi))]:
31890         #define to signed char in these cases too; this simplifies
31891         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
31892         etc., separately) and makes it more conservative.
31893
31894 2006-01-25  Simon Josefsson  <jas@extundo.com>
31895
31896         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
31897         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
31898         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
31899
31900 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31901
31902         * lib/argp-namefrob.h: Bugfix. Remove stray #
31903
31904 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
31905
31906         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
31907         so that we test the test.
31908         Check for yet another HP-UX cc bug involving *bool |= bool.
31909
31910 2006-01-25  Karl Berry  <karl@gnu.org>
31911
31912         * config/srclist.txt (vasnprintf.c): sync lost.
31913
31914 2006-01-25  Jim Meyering  <jim@meyering.net>
31915
31916         Sync from the stable (b5) branch of coreutils:
31917
31918         * lib/fts.c (fts_children): Don't let close() clobber errno from
31919         failed fchdir().
31920
31921         * lib/fts.c (fts_stat): When following a symlink-to-directory,
31922         don't necessarily interpret stat-fails+lstat-succeeds as indicating
31923         a dangling symlink.  That can also happen at least for ELOOP.
31924         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
31925         FYI, this bug predates the inclusion of fts.c in coreutils.
31926
31927         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
31928         in their own block, so pre-c99 compilers don't object.
31929
31930         Avoid the double-free (first in fts_read, second in fts_close) that
31931         would occur when an `active' directory is made inaccessible (e.g.,
31932         via chmod a-x) during a traversal.
31933         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
31934         before returning.  Reproduce this failure by
31935         mkdir -p a/b; cd a; chmod a-x . b
31936         Reported by Stavros Passas.
31937
31938 2006-01-25  Jim Meyering  <jim@meyering.net>
31939
31940         * lib/fileblocks.c: Remove more useless parentheses.
31941         * lib/readutmp.h: Likewise.
31942
31943 2006-01-25  Bruno Haible  <bruno@clisp.org>
31944
31945         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
31946         warnings.
31947         Reported by Paul Eggert.
31948
31949 2006-01-25  Bruno Haible  <bruno@clisp.org>
31950
31951         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
31952         rid of a trap command. For Solaris sh.
31953         Reported by Mark D. Baushke <mdb@gnu.org>.
31954
31955 2006-01-24  Simon Josefsson  <jas@extundo.com>
31956
31957         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
31958         Bruno.
31959
31960 2006-01-24  Karl Berry  <karl@gnu.org>
31961
31962         * config/srclist.txt (argp-namefrob.h): sync lost.
31963
31964 2006-01-24  Jim Meyering  <jim@meyering.net>
31965
31966         * modules/openat (Files): Add lib/intprops.h.
31967         From Mark D. Baushke.
31968
31969 2006-01-24  Jim Meyering  <jim@meyering.net>
31970
31971         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
31972         Reported by Mark D. Baushke.
31973
31974 2006-01-24  Jim Meyering  <jim@meyering.net>
31975
31976         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
31977
31978 2006-01-24  Bruno Haible  <bruno@clisp.org>
31979
31980         * modules/strnlen (Maintainer): Change from glibc to all.
31981
31982 2006-01-24  Bruno Haible  <bruno@clisp.org>
31983
31984         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
31985         Patch by Paul Eggert.
31986
31987 2006-01-24  Bruno Haible  <bruno@clisp.org>
31988
31989         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
31990         already has it.
31991         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
31992         2005-11-26.
31993
31994         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
31995         'signed char' to avoid problems with the built-in _Bool type.
31996         Reported by Paul Eggert on 2005-11-26.
31997
31998 2006-01-24  Bruno Haible  <bruno@clisp.org>
31999
32000         * gnulib-tool (func_import): Avoid constructing complicated sed
32001         expressions inside backquote.
32002         Report and solution by Mark D. Baushke <mdb@gnu.org>.
32003
32004 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
32005
32006         These changes imported from libc.
32007         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
32008         test and two separate function calls.
32009         * lib/strndup.c (__strndup): Add libc_hidden_def.
32010
32011 2006-01-23  Simon Josefsson  <jas@extundo.com>
32012
32013         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
32014         Remove the test_*_SOURCES variable: automake infers it by default.
32015         * modules/tls-tests: Likewise.
32016
32017 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32018
32019         Work around porting bugs reported by Dieter in
32020         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
32021         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
32022         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
32023         Include "getopt.h" first, to check interface.
32024         (getenv): Declare only if defined HAVE_DECL_GETENV &&
32025         !HAVE_DECL_GETENV.
32026         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
32027         (__strndup): Revert to K&R-style function dfns, the glibc style.
32028         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
32029         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
32030         Include strnlen.h first, to get prototype properly.
32031         (strnlen): Renamed from __strnlen.
32032         Remove weak alias.
32033
32034 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32035
32036         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
32037
32038 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32039
32040         * config/srclist.txt: Adjust to reflect glibc reorganization.
32041         This affects only comments.
32042
32043 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32044
32045          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
32046          Reported by Bruce Korb <bkorb@gnu.org>.
32047
32048 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
32049
32050         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
32051         to pacify gcc -Wswitch-default.
32052
32053 2006-01-22  Bruno Haible  <bruno@clisp.org>
32054
32055         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
32056         temporary buffer for sprintf, take into account the precision also
32057         for 'd', 'i', 'u', 'o', 'x', 'X'.
32058
32059 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32060
32061         * modules/argp-tests: New module
32062         * tests/test-argp.c: New file
32063         * tests/test-argp-2.sh: New file
32064
32065 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
32066
32067         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
32068         (__argp_base_name): Removed
32069         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
32070         typo.
32071         (__argp_base_name): Provide macro definition or extern declaration
32072         depending on the configuration
32073
32074 2006-01-20  Simon Josefsson  <jas@extundo.com>
32075
32076         * modules/inet_ntop (Depends-on): Depend on sys_socket.
32077
32078 2006-01-20  Simon Josefsson  <jas@extundo.com>
32079
32080         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
32081
32082 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32083
32084         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
32085         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
32086         Suggested by Bruno Haible.
32087
32088 2006-01-20  Karl Berry  <karl@gnu.org>
32089
32090         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
32091         until changes propagate, I guess.
32092
32093 2006-01-19  Simon Josefsson  <jas@extundo.com>
32094
32095         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
32096
32097 2006-01-19  Simon Josefsson  <jas@extundo.com>
32098
32099         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
32100
32101 2006-01-19  Simon Josefsson  <jas@extundo.com>
32102
32103         * gnulib-tool: Set check_PROGRAMS.
32104
32105         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32106         modules/des-tests, modules/gc-arcfour-tests,
32107         modules/gc-arctwo-tests, modules/gc-des-tests,
32108         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32109         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32110         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32111         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32112         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32113         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
32114         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
32115         test_*_SOURCES.
32116
32117 2006-01-18  Simon Josefsson  <jas@extundo.com>
32118
32119         * modules/socklen (Depends-on): Depend on sys_socket.
32120
32121 2006-01-18  Simon Josefsson  <jas@extundo.com>
32122
32123         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
32124         modules/des-tests, modules/gc-arcfour-tests,
32125         modules/gc-arctwo-tests, modules/gc-des-tests,
32126         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
32127         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
32128         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
32129         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
32130         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
32131         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
32132         $(EXEEXT) to automake TESTS variable, for mingw32.
32133
32134 2006-01-17  Simon Josefsson  <jas@extundo.com>
32135
32136         * modules/socklen (Include): Need sys/socket.h.
32137
32138 2006-01-17  Bruno Haible  <bruno@clisp.org>
32139
32140         * modules/ssize_t (Include): Add <sys/types.h>.
32141
32142 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
32143
32144         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
32145         it's not portable and it doesn't work with cross-compiles.
32146         Problem reported by Bruno Haible.  Fix missing-$ typo in
32147         'test "gl_cv_ignore_unused_libraries" ...' that prevented
32148         -zignore from being used with Sun's C compiler.
32149
32150 2006-01-12  Simon Josefsson  <jas@extundo.com>
32151
32152         * lib/base64.c: Fix warning, reported by Bruno Haible
32153         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
32154
32155 2006-01-12  Bruno Haible  <bruno@clisp.org>
32156
32157         * modules/ldd: New file.
32158         * build-aux/ldd.sh.in: New file.
32159         * MODULES.html.sh (Support for building libraries and executables): Add
32160         ldd.
32161
32162 2006-01-12  Bruno Haible  <bruno@clisp.org>
32163
32164         * m4/ldd.m4: New file.
32165
32166 2006-01-12  Bruno Haible  <bruno@clisp.org>
32167
32168         * gnulib-tool (func_import, func_create_testdir): Don't go into an
32169         endless loop while replacing $auxdir with build-aux.
32170
32171 2006-01-11  Simon Josefsson  <jas@extundo.com>
32172
32173         * lib/stdint_.h (SIZE_MAX): Add missing (.
32174
32175 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
32176
32177         Sync from coreutils.
32178         * lib/md5.c: Fix commentary typos.
32179         (alignof, UNALIGNED_P): No need for a GCC-specific version.
32180         * lib/md5.h (__attribute__): Remove; unused.
32181         * lib/sha1.c: Fix commentary to match md5 better.
32182         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
32183         so that we don't need to worry about alignment.  All uses changed.
32184         This merges the 2005-10-28 md5 change into sha1.
32185
32186 2006-01-11  Jim Meyering  <jim@meyering.net>
32187
32188         Sync from coreutils.
32189         * lib/md5.c (OP): Fix spacing.
32190
32191 2006-01-11  Bruno Haible  <bruno@clisp.org>
32192
32193         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32194         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
32195         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
32196
32197 2006-01-11  Bruno Haible  <bruno@clisp.org>
32198
32199         Ensure automatic ordering between gl_LOCK and gl_ARGP.
32200         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
32201         the "early" section as well.
32202
32203 2006-01-11  Bruno Haible  <bruno@clisp.org>
32204
32205         Avoid "ar: no archive members specified" error on MacOS X.
32206         * gnulib-tool (func_modules_add_dummy): New function.
32207         (func_import, func_create_testdir): Invoke it.
32208
32209 2006-01-11  Bruno Haible  <bruno@clisp.org>
32210
32211         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
32212         with $auxdir in AC_CONFIG_FILES statements.
32213
32214 2006-01-11  Bruno Haible  <bruno@clisp.org>
32215
32216         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32217         Initialize also noinst_HEADERS to empty.
32218
32219 2006-01-11  Bruno Haible  <bruno@clisp.org>
32220
32221         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
32222         variables.
32223         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
32224         autoreconf.
32225
32226 2006-01-11  Bruno Haible  <bruno@clisp.org>
32227
32228         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
32229         overridable by the user.
32230         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32231
32232 2006-01-10  Simon Josefsson  <jas@extundo.com>
32233
32234         * modules/sys_socket: New file.
32235
32236 2006-01-10  Simon Josefsson  <jas@extundo.com>
32237
32238         * m4/sys_socket_h.m4: New file.
32239
32240 2006-01-10  Simon Josefsson  <jas@extundo.com>
32241
32242         * lib/socket_.h: New file.
32243
32244 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32245
32246         * modules/readutmp (Maintainer): Add myself.
32247
32248 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32249
32250         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
32251         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
32252         People who are still concerned with buggy memcmp implementations
32253         can invoke gl_FUNC_MEMCMP themselves.
32254
32255 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32256
32257         * lib/regex_internal.h (BITSET_WORD_BITS):
32258         Work around a bug in 64-bit PGC (before version 6.1-2), where the
32259         preprocessor mishandles large unsigned values as if they were signed.
32260         Problem reported by Claudio Fontana in
32261         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
32262
32263 2006-01-10  Jim Meyering  <jim@meyering.net>
32264
32265         Avoid the double-free (first in fts_read, second in fts_close) that
32266         would occur when an `active' directory is made inaccessible (e.g.,
32267         via chmod a-x) during a traversal.
32268         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
32269         before returning.  Reproduce this failure by
32270         mkdir -p a/b; cd a; chmod a-x . b
32271         Reported by Stavros Passas.
32272
32273         Sync from coreutils.
32274         * lib/sha1.c: Tweak grammar in a comment.
32275
32276 2006-01-10  Jim Meyering  <jim@meyering.net>
32277
32278         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
32279         Patch by Joerg Sonnenberger.
32280
32281 2006-01-10  Bruno Haible  <bruno@clisp.org>
32282
32283         * modules/readutmp: Depend on module free.
32284         * modules/strtok_r: Depend on module restrict.
32285
32286 2006-01-10  Bruno Haible  <bruno@clisp.org>
32287
32288         * modules/gettext (configure.ac): Add an invocation of
32289         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
32290
32291 2006-01-10  Bruno Haible  <bruno@clisp.org>
32292
32293         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
32294         Reported by Werner Lemberg <wl@gnu.org>.
32295
32296 2006-01-10  Bruno Haible  <bruno@clisp.org>
32297
32298         * lib/localcharset.c: Update from GNU gettext.
32299
32300 2006-01-10  Bruno Haible  <bruno@clisp.org>
32301
32302         * lib/argp.h (__const): Remove macro. Use const instead.
32303         * lib/argp-fmtstream.h (__const): Likewise.
32304         * lib/glob_.h (__const): Remove macro.
32305         * lib/glob-libc.h: Use const instead of __const.
32306
32307 2006-01-10  Bruno Haible  <bruno@clisp.org>
32308
32309         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
32310         variable.
32311         Needed to avoid an automake error regarding the 'gettext' module.
32312
32313 2006-01-09  Simon Josefsson  <jas@extundo.com>
32314
32315         * modules/inet_ntop (Depends-on): Add restrict.
32316
32317 2006-01-09  Simon Josefsson  <jas@extundo.com>
32318
32319         * modules/gc-rijndael-tests (License): Put under LGPL.
32320
32321         * modules/gc-des-tests (License): Likewise.
32322
32323         * modules/gc-arcfour-tests (License): Likewise.
32324
32325         * modules/gc-arctwo-tests (License): Likewise.
32326
32327         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
32328
32329         * modules/gc-hmac-sha1-tests (Files): Likewise.
32330
32331         * modules/gc-hmac-md5-tests (License): Likewise.
32332
32333         * modules/gc-sha1-tests (License): Likewise.
32334
32335         * modules/gc-md5-tests (License): Likewise.
32336
32337         * modules/gc-md4-tests (License): Likewise.
32338
32339         * modules/gc-md2-tests (License): Likewise.
32340
32341         * modules/gc-tests (License): Likewise.
32342
32343         * modules/des-tests (License): Likewise.
32344
32345         * modules/md4-tests (License): Likewise.
32346
32347         * modules/md2-tests (License): Likewise.
32348
32349 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32350
32351         Sync from coreutils:
32352
32353         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
32354         * modules/lib-ignore: New file.
32355         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
32356         chdir-safer.m4, lchmod.m4.
32357         * modules/openat: Add mkdirat.c, openat-priv.h.
32358
32359 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32360
32361         Sync from coreutils.
32362         * m4/lib-ignore.m4: New file.
32363         * m4/lchmod.m4: New file.
32364
32365 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32366
32367         Sync from coreutils.
32368         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
32369         for write access: POSIX says that must fail.
32370         * lib/fts.c (diropen): Likewise.
32371         * lib/save-cwd.c (save_cwd): Likewise.
32372         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
32373         well, for minor improvements on hosts that lack O_DIRECTORY.
32374         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
32375         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
32376         Fall back on chown if open failed with EACCES.
32377
32378         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
32379         Report an error at compile-time if only a 1-second nominal clock
32380         resolution is found.
32381
32382         * lib/lchmod.h: New file.
32383         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
32384         (make_dir_parents): Use lchown rather than chown, and
32385         lchmod rather than chmod.
32386
32387         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
32388         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
32389         "proc" reported by n0dalus.
32390
32391         * lib/mountlist.c: Include <limits.h>.
32392         (dev_from_mount_options)
32393         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
32394         New function.  It no longer assumes "dev=" has the System V meaning
32395         on Linux (since it doesn't).  It also parses "dev=" more carefully.
32396         (read_file_system_list)
32397         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
32398         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
32399         dev= in that case.
32400
32401         * lib/posixtm.h (PDS_PRE_2000): New macro.
32402         * lib/posixtm.c (year): Arg is now syntax_bits rather than
32403         allow_century.  All usages changed.  Reject dates outside the range
32404         1969-1999 if PDS_PRE_2000 is used.
32405
32406 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
32407
32408         Sync from coreutils.
32409         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
32410         (Time of day items): Mention the possibility of leap seconds.
32411         Problem reported by Dr. David Alan Gilbert.
32412
32413 2006-01-09  Jim Meyering  <jim@meyering.net>
32414
32415         Sync from coreutils.
32416
32417         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
32418
32419         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
32420
32421         * lib/modechange.c (mode_compile): Reject an invalid mode string
32422         that starts with an octal digit.  From Andreas Gruenbacher.
32423
32424         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
32425         and dup to open_safer and dup_safer, respectively.
32426         (openat_permissive): Fix typo in comment.
32427
32428         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
32429         "gettext.h"; either no longer needed or are guaranteed by openat.h.
32430         (_): Remove; no longer needed.
32431         (openat): Renamed from rpl_openat; no need for rpl_openat
32432         since openat.h renames openat for us.
32433         Replace most of the body with a call to openat_permissive,
32434         to avoid duplicate code.
32435         Port to (probably hypothetical) environments were mode_t is
32436         wider than int.
32437         (openat_permissive): Require mode arg, so that we can check
32438         types better.  Put it just after flags.  Change cwd failure
32439         indicator from pointer-to-bool to pointer-to-errno-value.
32440         All callers changed.
32441         Invoke openat_save_fail and/or openat_restore_fail if
32442         cwd_errno is null, so that openat can call us.
32443         (openat_permissive, fdopendir, fstatat, unlinkat):
32444         Simplify errno handling to avoid some duplicate code,
32445         as it's OK to set errno on success.
32446         * lib/openat.h: Revamp code so that function macros depend on
32447         __OPENAT_PREFIX only, not also on AT_FDCWD.
32448         (openat_ro): Remove.  Caller changed to use openat_permissive.
32449         (openat_permissive): Now a macro, if not a function.
32450         (openat_restore_fail, openat_save_fail): Now always functions,
32451         since mkdirat needs them even if __OPENAT_PREFIX is defined.
32452
32453         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
32454         and openat.c.
32455         * lib/mkdirat.c: Include openat-priv.h.
32456         Remove definitions of macros defined therein.
32457         * lib/openat.c: Likewise.
32458
32459         * lib/mkdirat.c (mkdirat): New file and function.
32460         * lib/openat.h (mkdirat): Declare.
32461
32462         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
32463
32464         * lib/openat.h (openat_permissive): Declare.
32465         (openat_ro): Define.
32466
32467         * lib/openat.c (EXPECTED_ERRNO): New macro.
32468         (openat_permissive): New function -- used in remove.c rewrite.
32469         (all functions): Set errno just before returning, only if there
32470         was an actual failure.
32471         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
32472
32473         Emulate openat-family functions using Linux's procfs, if possible.
32474         Idea and some code based on Ulrich Drepper's glibc changes.
32475
32476         * lib/openat.c: (BUILD_PROC_NAME): New macro.
32477         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
32478         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
32479         before falling back on save_cwd and restore_cwd.
32480         (fdopendir, fstatat, unlinkat): Likewise.
32481
32482         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
32483         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
32484
32485         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
32486         as second argument to va_arg.  Otherwise, some versions of gcc
32487         warn that `if this code is reached, the program will abort'.
32488
32489 2006-01-09  Jim Meyering  <jim@meyering.net>
32490
32491         Sync from coreutils.
32492         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
32493         Require openat-priv.h.
32494
32495 2006-01-09  Bruno Haible  <bruno@clisp.org>
32496
32497         * modules/strnlen (Include): Use strnlen.h.
32498
32499 2006-01-09  Bruno Haible  <bruno@clisp.org>
32500
32501         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
32502
32503 2006-01-09  Bruno Haible  <bruno@clisp.org>
32504
32505         * lib/sysexit_.h (EX_OK): New macro.
32506         Suggested by Martin Lambers <marlam@marlam.de>.
32507
32508 2006-01-09  Bruno Haible  <bruno@clisp.org>
32509
32510         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
32511         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
32512
32513 2006-01-09  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
32516         numbers.
32517
32518 2006-01-09  Bruno Haible  <bruno@clisp.org>
32519
32520         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
32521         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
32522         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
32523         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
32524
32525 2006-01-09  Bruno Haible  <bruno@clisp.org>
32526
32527         * build-aux/javacomp.sh.in: New file, moved from lib/.
32528         * modules/javacomp-script (Files): Update.
32529         (configure.ac): Add AC_CONFIG_FILES invocation.
32530         (EXTRA_DIST): Remove variable.
32531
32532         * build-aux/javaexec.sh.in: New file, moved from lib/.
32533         * modules/javaexec (Files): Update.
32534         (configure.ac): Add AC_CONFIG_FILES invocation.
32535         (EXTRA_DIST): Remove javaexec.sh.in.
32536
32537         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
32538         * modules/csharpcomp-script (Files): Update.
32539         (configure.ac): Add AC_CONFIG_FILES invocation.
32540         (EXTRA_DIST): Remove variable.
32541
32542         * build-aux/csharpexec.sh.in: New file, moved from lib/.
32543         * modules/csharpexec (Files): Update.
32544         (configure.ac): Add AC_CONFIG_FILES invocation.
32545         (EXTRA_DIST): Remove csharpexec.sh.in.
32546
32547 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32548
32549         Sync from coreutils.
32550
32551         Add POSIX ACL support
32552         * lib/acl.h (copy_acl, set_acl): Add declarations.
32553         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
32554         systems other than Linux.
32555         (chmod_or_fchmod): New function: use fchmod when possible,
32556         and chmod otherwise.
32557         (file_has_acl): Add a POSIX ACL implementation, with a
32558         Linux-specific subcase.
32559         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
32560         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
32561         acls are unsupported.
32562         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
32563         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
32564         are unsupported.
32565
32566 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
32567
32568         Sync from coreutils.
32569         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
32570
32571 2006-01-07  Bruno Haible  <bruno@clisp.org>
32572
32573         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
32574         gl_EARLY.
32575
32576 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32577
32578         * lib/strftime.c (tzname): Don't declare if it is already #defined.
32579         Problem reported for Mingw by Mark Junker.
32580
32581 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32582
32583         * README: Gnulib normally doesn't generate a tarball.
32584
32585 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
32586
32587         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
32588         long int, not int, for nanosecond counts, so that people who are
32589         used to POSIX struct timespec won't be surprised.  Reported by Jim
32590         Meyering.
32591
32592 2005-12-28  Bruno Haible  <bruno@clisp.org>
32593
32594         * build-aux/config.rpath: Update from GNU gettext.
32595
32596 2005-12-16  Jim Meyering  <jim@meyering.net>
32597
32598         * modules/fprintftime: New module.
32599         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
32600
32601 2005-12-16  Jim Meyering  <jim@meyering.net>
32602
32603         * m4/fprintftime.m4: New file.
32604
32605 2005-12-16  Jim Meyering  <jim@meyering.net>
32606
32607         * lib/fprintftime.c, lib/fprintftime.h: New files.
32608
32609 2005-12-15  Simon Josefsson  <jas@extundo.com>
32610
32611         * modules/socklen (configure.ac): Fix M4 macro name, to align with
32612         new m4/socklen.m4.
32613
32614 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32615
32616         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
32617         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
32618
32619 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32620
32621         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
32622         * lib/argp-help.c (fill_in_uparams): Check if the constructed
32623         struct uparams is valid. Fall back to the default values if it is
32624         not.
32625
32626 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32627
32628         * modules/argp (Files): Add argp-pin.c
32629         (Depends-on): dirname
32630         (lib_SOURCES): Add argp-pin.c
32631
32632 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32633
32634         * m4/argp.m4:  Check if program_invocation_name and
32635         program_invocation_short_name are declared and define appropriate
32636         macros if they are not.
32637
32638 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32639
32640         * lib/argp-help.c (__argp_base_name): New function
32641         (__argp_short_program_name): Rewrite using __argp_base_name
32642         * lib/argp-namefrob.h: Define program_invocation_name and
32643         program_invocation_short_name if requested
32644         (__argp_base_name): Add prototype
32645         * lib/argp-parse.c (argp_def): Use gettext wrappers
32646         (argp_default_parser): Use __argp_base_name
32647         * lib/argp-pin.c: New file. Defines program_invocation_name and
32648         program_invocation_short_name on systems that lack them.
32649
32650 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32651
32652         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
32653         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32654         porting problem reported by Georg Schwarz in
32655         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32656
32657 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32658
32659         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
32660         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
32661         porting problem reported by Georg Schwarz in
32662         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
32663
32664 2005-12-05  Bruno Haible  <bruno@clisp.org>
32665
32666         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
32667         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
32668         Reported by Mark Junker <mjscod@gmx.de>.
32669
32670 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
32671
32672         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
32673         Use implementation from Albert Chin, with some
32674         comments/corrections by Stepan Kasal and myself.
32675
32676 2005-12-02  Bruno Haible  <bruno@clisp.org>
32677
32678         * gnulib-tool (func_import): Accept GPLed build tool modules when
32679         --lgpl is given.
32680         * modules/csharpcomp-script: New file.
32681         * modules/csharpcomp: Depend on it.
32682         * modules/javacomp-script: New file.
32683         * modules/javacomp: Depend on it.
32684         Suggested by Simon Josefsson.
32685
32686 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
32687
32688         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
32689         statement, to work around an HP-UX 10.20 compiler bug reported by
32690         Peter O'Gorman.
32691
32692 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32693
32694         * modules/savedir (Depends-on): Add openat.
32695
32696 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
32697
32698         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
32699         (uintmax_t) [defined uintmax_t]: Do not declare.
32700         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
32701         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
32702         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
32703         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
32704         sake of portability to weird hosts that C allows (though we don't
32705         know of any practical examples).
32706
32707         * lib/savedir.h (fdsavedir): New decl.
32708         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
32709         contains most of the former guts of savedir.
32710         (savedir): Use savedirstream.
32711         Include "openat.h".
32712
32713 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32714
32715         * modules/obstack (Files): Add m4/ulonglong.m4.
32716         Problem reported by Davide Angelocola.
32717
32718 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
32719
32720         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
32721         coreutils no longer futzes with rounding modes.
32722
32723 2005-11-14  Jim Meyering  <jim@meyering.net>
32724
32725         * lib/mkstemp-safer.c: Include <config.h>, required for possible
32726         replacement of mkstemp.
32727
32728 2005-11-10  Simon Josefsson  <jas@extundo.com>
32729
32730         * lib/readline.c: Remove EOL.
32731
32732 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32733
32734         * modules/gethrxtime (Depends-on): Add gettime.
32735
32736 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
32739         or gettimeofday; no longer needed.
32740
32741 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32742
32743         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
32744         time business.
32745         (gethrxtime) [! (HAVE_NANOUPTIME
32746         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
32747         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
32748         our own approximation.
32749
32750 2005-11-08  Eric Blake  <ebb9@byu.net>
32751
32752         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32753
32754 2005-11-08  Eric Blake  <ebb9@byu.net>
32755
32756         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
32757
32758 2005-11-04  Bruno Haible  <bruno@clisp.org>
32759
32760         * gnulib-tool: Implement --update mode.
32761
32762 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32763
32764         Fix porting problem reported by Theodoros V. Kalamatianos.
32765         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
32766         Don't assume that futimes failing means we must fail.
32767
32768 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32769
32770         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
32771         variables to suggest the intended function of the PATH_MAX check.
32772
32773 2005-10-30  Kean Johnston  <jkj@sco.com>
32774
32775         Trivial changes to support SCO systems.
32776         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
32777         as PATH_MAX.
32778         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
32779         where __ptr is null when no I/O is pending.
32780
32781 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32782
32783         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
32784         leave errno alone.  Problem reported by Dmitry V. Levin.
32785
32786 2005-10-28  Simon Josefsson  <jas@extundo.com>
32787
32788         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
32789         Test more.
32790
32791         * tests/test-gc-md2.c, tests/test-md2.c: New files.
32792
32793         * modules/md2, modules/md2-tests: New files.
32794
32795 2005-10-28  Simon Josefsson  <jas@extundo.com>
32796
32797         * m4/inet_ntop.m4: More tests.
32798
32799         * m4/gc-md2.m4, md2.m4: New file.
32800
32801 2005-10-28  Simon Josefsson  <jas@extundo.com>
32802
32803         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
32804         "restrict" keywords, as per POSIX.  Protect the function
32805         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
32806         Don't use K&R prototypes.  Check the sprintf return values.
32807         Re-define EAFNOSUPPORT if not present.  Indent.
32808
32809         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
32810         suggested by Bruno Haible <bruno@clisp.org>.
32811
32812         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
32813
32814         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
32815
32816         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
32817         libgcrypt).
32818
32819         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
32820
32821         * lib/md2.h, lib/md2.c: New files.
32822
32823 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
32824
32825         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
32826         errno alone.  Problem reported by Frederic Jolliton.
32827
32828 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32829
32830         * modules/verify (License): Change from GPL to LGPL.  This is a
32831         tiny module and there are apparently near-equivalents that are
32832         under the BSD license.
32833
32834 2005-10-24  Simon Josefsson  <jas@extundo.com>
32835
32836         * modules/sha1: Relicense to LGPL.
32837
32838 2005-10-24  Simon Josefsson  <jas@extundo.com>
32839
32840         * lib/md4.h: Shrink buffer size, now that we changed the type.
32841
32842 2005-10-23  Simon Josefsson  <jas@extundo.com>
32843
32844         * gnulib-tool (func_import): Fix --tests-base.
32845
32846 2005-10-22  Simon Josefsson  <jas@extundo.com>
32847
32848         * modules/arcfour (Depends-on): Need stdint.
32849
32850 2005-10-22  Simon Josefsson  <jas@extundo.com>
32851
32852         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
32853         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
32854
32855 2005-10-22  Simon Josefsson  <jas@extundo.com>
32856
32857         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
32858         suggested by Bruno Haible <bruno@clisp.org>.
32859
32860 2005-10-22  Simon Josefsson  <jas@extundo.com>
32861
32862         * lib/crc.h: Include stddef.h, for size_t.
32863
32864 2005-10-22  Simon Josefsson  <jas@extundo.com>
32865
32866         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
32867         arcfour_context struct (simplify test vector testing in GNU
32868         Shishi).
32869
32870 2005-10-21  Simon Josefsson  <jas@extundo.com>
32871
32872         * modules/des, modules/des-tests: New files.
32873
32874         * modules/gc-des, modules/gc-des-tests: New files.
32875
32876         * tests/test-des.c, tests/test-gc-des.c: New file.
32877
32878 2005-10-21  Simon Josefsson  <jas@extundo.com>
32879
32880         * modules/arctwo, modules/arctwo-tests: New files.
32881
32882         * tests/test-arctwo.c: New file.
32883
32884         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
32885
32886         * tests/test-gc-arctwo.c: New file.
32887
32888 2005-10-21  Simon Josefsson  <jas@extundo.com>
32889
32890         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
32891         Bruno Haible <bruno@clisp.org>.
32892
32893         * m4/gc-des.m4: New file.
32894
32895 2005-10-21  Simon Josefsson  <jas@extundo.com>
32896
32897         * m4/arctwo.m4: New file.
32898
32899         * m4/gc-arctwo.m4: New file.
32900
32901 2005-10-21  Simon Josefsson  <jas@extundo.com>
32902
32903         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
32904         block.
32905
32906 2005-10-21  Simon Josefsson  <jas@extundo.com>
32907
32908         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
32909         <bruno@clisp.org>.
32910
32911         * lib/hmac-sha1.c (hmac_sha1): Likewise.
32912
32913         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
32914         Bruno Haible <bruno@clisp.org>.
32915
32916         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
32917         <bruno@clisp.org>.
32918
32919 2005-10-21  Simon Josefsson  <jas@extundo.com>
32920
32921         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
32922
32923 2005-10-21  Simon Josefsson  <jas@extundo.com>
32924
32925         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
32926
32927 2005-10-21  Simon Josefsson  <jas@extundo.com>
32928
32929         * lib/des.h, lib/des.c: New files.
32930
32931         * lib/gc-gnulib.c: Support DES.c
32932
32933 2005-10-21  Simon Josefsson  <jas@extundo.com>
32934
32935         * lib/arctwo.h, lib/arctwo.c: New files.
32936
32937         * lib/gc-gnulib.c: Support ARCTWO.
32938
32939 2005-10-21  Simon Josefsson  <jas@extundo.com>
32940
32941         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
32942         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32943
32944 2005-10-21  Simon Josefsson  <jas@extundo.com>
32945
32946         * gnulib-tool (func_import, func_create_testdir): Define automake
32947         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
32948         Makefile.am snippet),
32949         suggested by Bruno Haible <bruno@clisp.org>.
32950
32951         * modules/gc (Makefile.am): Use it.
32952
32953 2005-10-21  Bruno Haible  <bruno@clisp.org>
32954
32955         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
32956         patch.
32957
32958 2005-10-19  Simon Josefsson  <jas@extundo.com>
32959
32960         * tests/test-gc-rijndael.c: New file.
32961
32962         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
32963
32964 2005-10-19  Simon Josefsson  <jas@extundo.com>
32965
32966         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
32967         interface too.
32968
32969 2005-10-19  Simon Josefsson  <jas@extundo.com>
32970
32971         * tests/test-gc-arcfour.c: New file.
32972
32973         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
32974
32975 2005-10-19  Simon Josefsson  <jas@extundo.com>
32976
32977         * modules/gc-md4, modules/gc-md4-tests: New file.
32978
32979         * tests/test-gc-md4.c: New file.
32980
32981 2005-10-19  Simon Josefsson  <jas@extundo.com>
32982
32983         * m4/gc-md4.m4: New file.
32984
32985 2005-10-19  Simon Josefsson  <jas@extundo.com>
32986
32987         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
32988         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
32989         <kasal@ucw.cz>.
32990
32991 2005-10-19  Simon Josefsson  <jas@extundo.com>
32992
32993         * m4/gc-arcfour.m4: New file.
32994
32995         * m4/gc-rijndael.m4: New file.
32996
32997 2005-10-19  Simon Josefsson  <jas@extundo.com>
32998
32999         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
33000
33001 2005-10-19  Simon Josefsson  <jas@extundo.com>
33002
33003         * lib/gc-gnulib.c: Support ARCFOUR.
33004
33005 2005-10-19  Simon Josefsson  <jas@extundo.com>
33006
33007         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
33008         support.
33009
33010         * lib/gc.h: Add ECB enum type.
33011
33012         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
33013
33014 2005-10-18  Simon Josefsson  <jas@extundo.com>
33015
33016         * tests/test-md5.c: New file.
33017
33018         * modules/md5-tests: New file.
33019
33020 2005-10-18  Simon Josefsson  <jas@extundo.com>
33021
33022         * tests/test-md4.c: New file.
33023
33024         * modules/md4, modules/md4-tests: New files.
33025
33026 2005-10-18  Simon Josefsson  <jas@extundo.com>
33027
33028         * m4/md4.m4: New file.
33029
33030 2005-10-18  Simon Josefsson  <jas@extundo.com>
33031
33032         * lib/md4.h, lib/md4.c: New files, based on md5.?.
33033
33034 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
33035
33036         * gnulib-tool (func_create_testdir): Omit the second check whether
33037         BUILT_SOURCES in nonempty.
33038
33039 2005-10-17  Simon Josefsson  <jas@extundo.com>
33040
33041         * tests/test-rijndael.c: New file.
33042
33043 2005-10-17  Simon Josefsson  <jas@extundo.com>
33044
33045         * modules/sha1: Depend on stdint instead of md5.
33046
33047         * modules/md5: Depend on stdint, remove uint32_t.
33048
33049 2005-10-17  Simon Josefsson  <jas@extundo.com>
33050
33051         * modules/gc-sha1-tests: New file.
33052
33053         * tests/test-gc-sha1.c: New file.
33054
33055 2005-10-17  Simon Josefsson  <jas@extundo.com>
33056
33057         * m4/md5.m4: Remove call to uint32_t.m4.
33058
33059 2005-10-17  Simon Josefsson  <jas@extundo.com>
33060
33061         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
33062
33063         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
33064         md5.h.
33065
33066         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
33067
33068         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
33069
33070 2005-10-17  Simon Josefsson  <jas@extundo.com>
33071
33072         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
33073
33074 2005-10-17  Simon Josefsson  <jas@extundo.com>
33075
33076         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
33077
33078 2005-10-17  Simon Josefsson  <jas@extundo.com>
33079
33080         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
33081
33082         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
33083
33084 2005-10-17  Bruno Haible  <bruno@clisp.org>
33085
33086         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
33087         that it can also be used in a test.
33088
33089 2005-10-16  Bruno Haible  <bruno@clisp.org>
33090
33091         * gnulib-tool (func_emit_tests_Makefile_am): Also define
33092         TESTS_ENVIRONMENT, so that individual tests can augment it.
33093
33094         * gnulib-tool (func_create_testdir): Use an intermediate target for
33095         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
33096         macros, like $(ALLOCA_H), which cannot be passed through the command
33097         line.
33098
33099 2005-10-15  Simon Josefsson  <jas@extundo.com>
33100
33101         * modules/rijndael-tests: New file.
33102
33103         * modules/rijndael: New file.
33104
33105 2005-10-15  Simon Josefsson  <jas@extundo.com>
33106
33107         * m4/rijndael.m4: New file.
33108
33109 2005-10-15  Simon Josefsson  <jas@extundo.com>
33110
33111         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
33112
33113         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
33114
33115 2005-10-14  Simon Josefsson  <jas@extundo.com>
33116
33117         * tests/test-arcfour.c: New file.
33118
33119         * modules/arcfour, modules/arcfour-tests: New files.
33120
33121 2005-10-14  Simon Josefsson  <jas@extundo.com>
33122
33123         * m4/arcfour.m4: New file.
33124
33125 2005-10-14  Simon Josefsson  <jas@extundo.com>
33126
33127         * lib/arcfour.h, lib/arcfour.c: New files.
33128
33129 2005-10-14  Roland McGrath  <roland@redhat.com>
33130
33131         Import from libc.  [BZ #1331]
33132         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
33133         macro argument.
33134         Reported by Matej Vela <vela@debian.org>.
33135
33136 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33137
33138         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
33139         include <wchar.h>; no longer needed.
33140
33141 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
33142
33143         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
33144
33145 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
33146         and  Ulrich Drepper  <drepper@redhat.com>
33147
33148         Import from libc.
33149         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
33150         instead of inline stream orientation test and two separate
33151         function calls.  Pay no attention to USE_IN_LIBIO.
33152
33153 2005-10-13  Simon Josefsson  <jas@extundo.com>
33154
33155         * modules/gc-hmac-md5-tests: New file.
33156
33157         * tests/test-gc-hmac-sha1.c: New file.
33158
33159         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
33160
33161         * modules/gc-hmac-md5-tests: New file.
33162
33163         * tests/test-gc-md5.c: New file.
33164
33165         * modules/gc-md5-tests: New file.
33166
33167 2005-10-13  Simon Josefsson  <jas@extundo.com>
33168
33169         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
33170         Move memory allocation outside of loop.
33171
33172 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
33173
33174         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
33175         intermediate directory is in a read-only file system.  Problem
33176         reported by Eric Blake.
33177
33178 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
33179
33180         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
33181
33182 2005-10-12  Simon Josefsson  <jas@extundo.com>
33183
33184         * tests/test-hmac-sha1.c: New file.
33185
33186         * modules/hmac-sha1-tests: New file.
33187
33188         * modules/hmac-sha1: New file.
33189
33190 2005-10-12  Simon Josefsson  <jas@extundo.com>
33191
33192         * modules/gc-sha1: New file.
33193
33194 2005-10-12  Simon Josefsson  <jas@extundo.com>
33195
33196         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
33197
33198         * tests/test-gc-pbkdf2-sha1.c: New file.
33199
33200 2005-10-12  Simon Josefsson  <jas@extundo.com>
33201
33202         * modules/gc-md5, modules/gc-hmac-md5: New files.
33203
33204         * modules/gc (Files): Remove md5, memxor and hmac files.
33205
33206 2005-10-12  Simon Josefsson  <jas@extundo.com>
33207
33208         * m4/gc-pbkdf2-sha1.m4: New file.
33209
33210         * m4/gc-hmac-sha1.m4: New file.
33211
33212         * m4/gc-sha1: New file.
33213
33214         * m4/hmac-sha1.m4: New file.
33215
33216 2005-10-12  Simon Josefsson  <jas@extundo.com>
33217
33218         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
33219
33220         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
33221
33222 2005-10-12  Simon Josefsson  <jas@extundo.com>
33223
33224         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
33225         suggested by Bruno Haible <bruno@clisp.org>.
33226
33227 2005-10-12  Simon Josefsson  <jas@extundo.com>
33228
33229         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
33230
33231 2005-10-12  Simon Josefsson  <jas@extundo.com>
33232
33233         * lib/gc-pbkdf2-sha1.c: New file.
33234
33235         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
33236
33237 2005-10-12  Simon Josefsson  <jas@extundo.com>
33238
33239         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
33240
33241         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
33242
33243 2005-10-12  Simon Josefsson  <jas@extundo.com>
33244
33245         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
33246         GC_USE_HMAC_MD5, respectively.
33247
33248         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
33249         (gc_md5): Fix typo.
33250
33251         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
33252
33253         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
33254
33255         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
33256
33257 2005-10-12  Bruno Haible  <bruno@clisp.org>
33258
33259         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
33260         Reported by Stepan Kasal <kasal@ucw.cz>.
33261
33262 2005-10-11  Simon Josefsson  <jas@extundo.com>
33263
33264         * tests/test-crc.c: New file.
33265
33266         * modules/crc, modules/crc-tests: New files.
33267
33268 2005-10-11  Simon Josefsson  <jas@extundo.com>
33269
33270         * m4/crc.m4: New file.
33271
33272 2005-10-11  Simon Josefsson  <jas@extundo.com>
33273
33274         * lib/gc.h: Add gc_hash and gc_hash_buffer.
33275
33276         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
33277
33278         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
33279
33280 2005-10-11  Simon Josefsson  <jas@extundo.com>
33281
33282         * lib/crc.h, lib/crc.c: New files.
33283
33284         * lib/gc.h (gc_hash_buffer): Add doc.
33285
33286 2005-10-11  Bruno Haible  <bruno@clisp.org>
33287
33288         * modules/c-strcasestr: New file.
33289         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
33290
33291 2005-10-11  Bruno Haible  <bruno@clisp.org>
33292
33293         * modules/c-strcase: New file.
33294         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
33295
33296 2005-10-11  Bruno Haible  <bruno@clisp.org>
33297
33298         * lib/strcasecmp.c: Include limits.h.
33299         (strcasecmp): Avoid integer overflow on exotic platforms.
33300         * lib/strncasecmp.c: Include limits.h.
33301         (strncasecmp): Avoid integer overflow on exotic platforms.
33302         Reported by Paul Eggert.
33303
33304 2005-10-11  Bruno Haible  <bruno@clisp.org>
33305
33306         * lib/c-strcasestr.h: New file, from GNU gettext.
33307         * lib/c-strcasestr.c: New file, from GNU gettext.
33308
33309 2005-10-11  Bruno Haible  <bruno@clisp.org>
33310
33311         * lib/c-strcase.h: New file, from GNU gettext.
33312         * lib/c-strcasecmp.c: New file, from GNU gettext.
33313         * lib/c-strncasecmp.c: New file, from GNU gettext.
33314
33315 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33316
33317         * modules/mempcpy (License): GPL -> LGPL.
33318         * modules/strchrnul (License): Likewise.
33319         * modules/sysexits (License): Likewise.
33320
33321 2005-10-08  Simon Josefsson  <jas@extundo.com>
33322
33323         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
33324
33325 2005-10-07  Simon Josefsson  <jas@extundo.com>
33326
33327         * m4/memxor.m4: Remove gl_C_RESTRICT call.
33328
33329 2005-10-06  Simon Josefsson  <jas@extundo.com>
33330
33331         * tests/test-hmac-md5.c: New file.
33332
33333         * modules/hmac-md5-tests: New file.
33334
33335         * modules/hmac-md5: New file.
33336
33337 2005-10-06  Simon Josefsson  <jas@extundo.com>
33338
33339         * m4/hmac-md5.m4: New file.
33340
33341         * m4/memxor.m4: Require gl_C_RESTRICT.
33342
33343 2005-10-06  Simon Josefsson  <jas@extundo.com>
33344
33345         * lib/memxor.c (memxor): Avoid casts and warnings.
33346
33347 2005-10-06  Simon Josefsson  <jas@extundo.com>
33348
33349         * lib/hmac-md5.c: New file.
33350
33351         * lib/hmac.h: New file.
33352
33353 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
33356         promotes to int, not unsigned int, to catch the AIX 5.3
33357         compiler bug.
33358
33359 2005-10-05  Simon Josefsson  <jas@extundo.com>
33360
33361         * modules/memxor: New file.
33362
33363         * modules/iconv (Files): Move config.rpath to havelib, it is used
33364         there.
33365
33366         * modules/havelib (Files): Add config.rpath.
33367
33368 2005-10-05  Simon Josefsson  <jas@extundo.com>
33369
33370         * m4/memxor.m4: New file.
33371
33372 2005-10-05  Simon Josefsson  <jas@extundo.com>
33373
33374         * lib/memxor.c (memxor): Fix compiler error.
33375
33376         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
33377         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
33378
33379         * lib/memxor.h, lib/memxor.c: New files.
33380
33381         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
33382         we assume all systems have it, suggested by Jim Meyering
33383         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
33384         any systems lack sys/socket.h; mingw32 is known to lack it, but we
33385         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
33386         same reasons.
33387
33388 2005-10-05  Simon Josefsson  <jas@extundo.com>
33389
33390         * config/srclist.txt: Add glibc bug 1423 for md5.h.
33391
33392 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
33395         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
33396         needed, since the source code now assumes these .h files.
33397
33398 2005-10-05  Derek Price  <derek@ximbiot.com>
33399
33400         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
33401
33402 2005-10-05  Bruno Haible  <bruno@clisp.org>
33403
33404         * modules/stdint (License): Change to LGPL.
33405
33406 2005-10-04  Simon Josefsson  <jas@extundo.com>
33407
33408         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
33409         D. Baushke" <mdb@gnu.org>.
33410
33411 2005-10-04  Bruno Haible  <bruno@clisp.org>
33412
33413         * lib/verify.h (verify_true): Provide alternative definition for C++.
33414
33415 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
33416
33417         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
33418         (SSIZE_MAX): New macro, if not already defined.
33419         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
33420         than 2 GiB.
33421
33422 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33423
33424         Sync from coreutils.
33425         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
33426         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
33427         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
33428         ULLONG_MAX doesn't work with 2.7.2.1.
33429
33430 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33431
33432         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
33433         From Ben Pfaff.
33434
33435         * modules/exclude (Depends-on): Depend on verify.
33436         * modules/strtoimax (Depends-on): Likewise.
33437         * modules/utimecmp (Depends-on): Likewise.
33438
33439 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
33440
33441         * lib/exclude.c: Include verify.h.
33442         (verify): Remove.  All callers changed to use verify.h's version.
33443         * lib/strtoimax.c: Likewise.
33444         * lib/utimecmp.c: Likewis.e
33445
33446         Sync from coreutils.
33447         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
33448         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
33449         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
33450         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
33451         bother returning ENOSYS if settimeofday or stime fails; just let
33452         them return whatever errno they want to return.
33453         * lib/utimens.c: Include unistd.h, for dup2.
33454         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
33455         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
33456
33457 2005-10-02  Jim Meyering  <jim@meyering.net>
33458
33459         Sync from coreutils.
33460         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
33461         from glibc-2.2.5 that fails for read-only files.
33462
33463 2005-10-02  Jim Meyering  <jim@meyering.net>
33464
33465         Sync from coreutils.
33466         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
33467         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
33468         `#if HAVE_CONFIG_H'.
33469         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
33470         Remove AT_FDCWD test.
33471         Do not consume the fd unless successful.
33472         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
33473         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
33474         block, so that we don't even try to compile it if settimeofday is
33475         available.  This works around a compilation failure on OSF1 V5.1,
33476         due to stime requiring a `long int*' while tv_sec is `int'.
33477
33478 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
33479
33480         Sync from coreutils.
33481         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
33482         against `yes', rather than just testing for nonempty.
33483
33484 2005-10-01  Simon Josefsson  <jas@extundo.com>
33485
33486         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
33487         and Darwin.
33488
33489         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
33490         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
33491         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
33492         freeaddrinfo and gai_strerror are declared by the POSIX headers.
33493         Check if struct addrinfo is declared.
33494
33495 2005-10-01  Simon Josefsson  <jas@extundo.com>
33496
33497         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
33498         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
33499         AI_* and EAI_* definitions.  Protect function declarations.
33500
33501 2005-10-01  Jim Meyering  <jim@meyering.net>
33502
33503         Sync from coreutils.
33504
33505         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
33506         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
33507         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
33508         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33509         in the inet and nsl libraries.  Required on Solaris 5.7.
33510
33511 2005-10-01  Jim Meyering  <jim@meyering.net>
33512
33513         Sync from coreutils.
33514         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
33515         in the inet and nsl libraries.  Required on Solaris 5.7.
33516
33517 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
33518
33519         * lib/getdelim.c (getdelim): Remove unused variables.
33520
33521 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
33522
33523         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
33524         so that the code works even with ancient cpp.  Portability problem
33525         with GCC 2.7.2.1 reported by Thomas M.Ott.
33526
33527 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
33528
33529         * modules/regex (Depends-on): Add strcase.
33530
33531         * modules/gethostname (Licence): Change from GPL to LGPL, since
33532         gethostname.c is a trivial implementation of a standard library
33533         function.
33534         * modules/poll (License): Change from GPL to LGPL, since it's
33535         derived from LGPL code.
33536
33537 2005-09-27  Jim Meyering  <jim@meyering.net>
33538
33539         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
33540         HAVE_CONFIG_H.
33541
33542         * lib/intprops.h (signed_type_or_expr__): Define.
33543         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
33544         for unsigned types.
33545
33546 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
33547
33548         * lib/verify.h (verify_expr): Remove, replacing with:
33549         (verify_true): New macro that returns true instead of void.
33550         (verify_type__): Remove.
33551         (verify): Use verify_true rather than verify_type__.
33552
33553 2005-09-26  Bruno Haible  <bruno@clisp.org>
33554
33555         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
33556         is necessary.
33557         (lib_SOURCES): Remove mbchar.c.
33558         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
33559         (Files): Add m4/mbrtowc.m4.
33560         * modules/mbiter: Likewise.
33561         * modules/mbuiter: Likewise.
33562
33563 2005-09-26  Bruno Haible  <bruno@clisp.org>
33564
33565         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
33566         compile mbchar.c if they are not both present.
33567         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
33568         * m4/mbiter.m4 (gl_MBITER): Likewise.
33569         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
33570         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
33571         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
33572
33573 2005-09-25  Jim Meyering  <jim@meyering.net>
33574
33575         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
33576         also uses socklen_t.
33577
33578 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
33579
33580         * lib/utimens.c (ENOSYS): Define if not already defined.
33581         (futimens): Support having a null PATH if the file descriptor
33582         is nonnegative.
33583
33584         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
33585         Remove.
33586         (__attribute): Define to empty unless GCC 3.1 or later.
33587         This works around a core dump on OpenBSD 3.4, which has GCC
33588         2.95.3, which dumps core when given __attribute__(()).  It also
33589         simplifies other tests, since we really don't want to bother with
33590         worrying about which ancient version of GCC supported what.
33591         Original problem reported by Yoann Vandoorselaere, with part of
33592         the fix suggested by Derek Price.
33593
33594 2005-09-24  Jim Meyering  <jim@meyering.net>
33595
33596         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
33597         so we can once again use a positive bitfield width of 1 -- now we
33598         don't have to explain why we were using a bitfield width of 2.
33599
33600 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33601
33602         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
33603         and similarly for the other external symbols.  Problem reported
33604         by James Gallager.
33605
33606         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
33607         bug reported by Jim Meyering.
33608
33609         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
33610         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
33611         not needed, since socklen is a prerequisite module.
33612
33613 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
33614
33615         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
33616         Problem reported by Eric Blake.
33617         (getaddrinfo): Initialize se so that it's not garbage.
33618         Redo internal storage allocation so that it doesn't make unportable
33619         assumptions about alignment.
33620         Fix a memory leak.
33621
33622         * lib/utimens.c (futimens): Use futimesat if available.
33623         Prefer it to futimes since it doesn't have the futimes bug.
33624
33625         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
33626         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
33627         Instead, declare a function that returns a pointer to an array,
33628         and use verify_type__ to declare the size of the array.
33629         Problem and germ of a solution reported by Bruno Haible.
33630         (verify_type__): Use 2, not 1, for bitfield size, to avoid
33631         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
33632
33633 2005-09-23  Jim Meyering  <jim@meyering.net>
33634
33635         Sync from coreutils.
33636         Correct build failure (socklen_t not defined) on at least
33637         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
33638         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
33639
33640 2005-09-23  Jim Meyering  <jim@meyering.net>
33641
33642         * modules/getaddrinfo (Depends-on): Add socklen.
33643
33644 2005-09-23  Bruno Haible  <bruno@clisp.org>
33645
33646         * tests/test-verify.c: New file.
33647
33648 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33649
33650         Sync from coreutils.
33651
33652         * modules/argmatch (Depends-on): Add verify.
33653         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
33654         unistd-safer.
33655         * modules/save-cwd (Depends-on): Likewise.
33656
33657         * modules/openat (Files): Add lib/openat-die.c.
33658         (Depends-on): Remove error, exitfail.
33659         Add dirname.
33660
33661         * modules/verify: New file.
33662         * MODULES.html.sh (Diagnostics <assert.h>): New section,
33663         with "verify" module.
33664
33665 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33666
33667         Sync from coreutils.
33668
33669         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
33670         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
33671         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
33672         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
33673         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
33674         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
33675         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
33676         Don't bother checking for string.h, stdlib.h, unistd.h.
33677         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
33678         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
33679         module's job.
33680         * m4/jm-macros.m4 (gl_MACROS): Likewise.
33681         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
33682
33683         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
33684         (gl_GETDATE): Use it.
33685
33686         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
33687
33688 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33689
33690         Sync from coreutils.
33691
33692         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
33693         stat-time.h.
33694         * lib/argmatch.h: Include verify.h
33695         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
33696         (ARGMATCH_ASSERT): Remove; unused.
33697         * lib/canonicalize.c: Assume STDC_HEADERS.
33698         * lib/exclude.c: Include "strcase.h".
33699         * lib/regex_internal.h [!defined _LIBC]: Likewise.
33700         * lib/getusershell.c: Include stdio--.h rather than stdio.h
33701         and stdio-safer.h.
33702         (getusershell): Call fopen, not fopen_safer.
33703         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
33704         Do not include unistd-safer.h.
33705         (save_cwd): Don't call fd_safer; no longer needed
33706         now that we include fcntl--.h.
33707
33708         * lib/getdate.y (relative_time): New type.
33709         (RELATIVE_TIME_0): New constant.
33710         (parser_control): Use relative_time instead of doing it ourselves.
33711         (%union): Add new relative_time rel member.
33712         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
33713         Now typeless.
33714         (relunit, relunit_snumber): Now of type rel.
33715         (zone, rel, relunit, get_date): Adjust to above changes.
33716
33717         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
33718         Do not include unistd-safer.h.
33719         (getloadavg): Don't call fd_safer; no longer needed
33720         now that we include fcntl--.h.
33721
33722         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
33723         (make_dir_parents): Treat ENOSYS like EEXIST.
33724
33725         Improve quality of diagnostics on restore_cwd failure.
33726         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
33727         (make_dir_parents): Last arg is now int * (for errno), not bool *.
33728         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
33729         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
33730         each time through the loop.  Do not diagnose restore_cwd failure;
33731         that is the caller's job (and perhaps the caller does not care).
33732
33733         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
33734         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
33735         If the file already exists but is not a directory, don't bother
33736         to try to make its parents.
33737         Close potential file descriptor leak if we can't chdir("/") (!).
33738         Don't always return true if chdir($PWD) fails; return true only
33739         if the requested action was done successfully (except for the
33740         chdir($PWD)).
33741         Don't log final directory unless we actually made it.
33742         Refactor to avoid duplicate code to fix up permissions.
33743         Don't attempt to fix up parent permissions if chdir($PWD) fails.
33744
33745         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
33746         to make it a bit faster and (I hope) clearer.
33747         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
33748         Fix bug in formats like %2N.
33749
33750         * lib/verify.h: New file.
33751
33752 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33753
33754         Sync from coreutils.
33755         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
33756
33757 2005-09-22  Jim Meyering  <jim@meyering.net>
33758
33759         Sync from coreutils.
33760
33761         * m4/lstat.m4 (gl_FUNC_LSTAT):
33762         Use AC_LIBSOURCES to require lstat.c and lstat.h.
33763         Remove obsolete comment.
33764         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
33765         * m4/xstrtod.m4: Likewise.
33766
33767         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
33768
33769 2005-09-22  Jim Meyering  <jim@meyering.net>
33770
33771         Sync from coreutils.
33772
33773         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
33774
33775         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
33776         the .tm_year member, since otherwise gcc-4.0 would now warn about
33777         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
33778
33779         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
33780         order to avoid an unsuppressible warning from gcc on 64-bit systems.
33781
33782         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
33783         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
33784         when run in a time zone for which daylight savings time is in effect
33785         for the starting date.
33786
33787         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
33788         stop us from restricting permissions of just-created absolute-named
33789         directories.
33790         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
33791         to restore initial working directory.
33792         * lib/mkdir-p.c (make_dir_parents): New parameter:
33793         different_working_dir, to tell caller if/when we change the working
33794         directory and are unable to return to the initial one.
33795         * lib/mkdir-p.h (make_dir_parents): Update prototype.
33796         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
33797         `return false'.  This fixes a bug introduced on 2004-07-30.
33798
33799         * lib/openat.c (fdopendir): Be sure to close the supplied
33800         file descriptor before returning.  This makes our replacement
33801         implementation a little closer to Solaris's, where fdopendir
33802         ties the file descriptor to the returned DIR* pointer.
33803         * lib/openat.c (unlinkat): New function.
33804         * lib/openat.h (unlinkat): Add prototype.
33805         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
33806         (openat_restore_fail): Rename from openat_restore_die.
33807         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
33808
33809         Provide an alternative to exiting immediately upon save_cwd or
33810         restore_cwd failure.  Now, an application can arrange e.g.,
33811         to perform a longjump in that case.
33812         * lib/openat.c: Include dirname.h.
33813         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
33814         (rpl_openat, fdopendir, fstatat): Call openat_save_die
33815         and openat_restore_die rather than calling error directly.
33816         Don't include "error.h" or "exitfail.h"; they're no longer needed.
33817
33818         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
33819         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
33820         define.
33821
33822         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
33823         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
33824                             int utc, int nanoseconds);
33825         Background:
33826         date should not have to allocate a megabyte of virtual memory to
33827         handle a format argument like +%1048575T.  When implemented with
33828         strftime, it must allocate such a buffer, use strftime to fill it
33829         in, print it, then free it.
33830         With fprintftime, it simply prints everything and exits.
33831         With no need for memory allocation, that's one fewer way to fail.
33832         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
33833         optional field width, not before, so we accept %9:z, not %:9z.
33834         (my_strftime): Be sure to use L_('x') for literals.
33835
33836         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
33837         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
33838         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
33839         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
33840         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
33841         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
33842         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
33843         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
33844         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
33845         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
33846         * lib/xgethostname.c, lib/xreadlink.c:
33847         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
33848
33849         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
33850         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
33851         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
33852         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33853         and don't include <sys/file.h>).
33854
33855 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
33856
33857         Sync from coreutils.
33858
33859         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
33860         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
33861         [!LDAV_DONE]: Avoid unused variable warning.
33862
33863 2005-09-21  Bruno Haible  <bruno@clisp.org>
33864
33865         * lib/unicodeio.h (unicode_to_mb): New declaration.
33866
33867 2005-09-20  Derek Price  <derek@ximbiot.com>
33868
33869         * lib/getaddrinfo.c: Don't include <netdb.h> included from
33870         getaddrinfo.h.
33871
33872 2005-09-20  Bruno Haible  <bruno@clisp.org>
33873
33874         * gnulib-tool: Remove trailing slashes from the values specified for
33875         --source-base, --m4-base, --tests-base, --aux-dir.
33876         Suggested by Simon Josefsson <jas@extundo.com>.
33877
33878 2005-09-20  Bruno Haible  <bruno@clisp.org>
33879
33880         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
33881         func_modules_to_filelist, func_import, func_create_testdir): Make all
33882         sorting results locale-independent, so that gnulib-cache.m4 doesn't
33883         change when gnulib-tool is invoked in a different locale.
33884
33885 2005-09-19  Simon Josefsson  <jas@extundo.com>
33886
33887         * m4/socklen.m4: Fix typo.
33888
33889 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33890
33891         Use a consistent style for including <config.h>.
33892         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
33893         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
33894         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
33895         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
33896         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
33897         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
33898         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
33899         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
33900         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
33901         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
33902         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
33903         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
33904         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
33905         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
33906         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
33907         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
33908         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
33909         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
33910         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
33911         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
33912         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
33913         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
33914         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
33915         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
33916         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
33917         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
33918         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
33919         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
33920         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
33921         lib/xstrtoumax.c, lib/yesno.c:
33922         Standardize inclusion of config.h.
33923         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
33924         lib/inttostr.h:  Removed inclusion of config.h from header files.
33925         * lib/inttostr.c:  Adjusted in-tree users.
33926         * lib/timespec.h: Remove superfluous warning to include config.h.
33927         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
33928         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
33929         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
33930         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
33931         config.h with HAVE_CONFIG_H.
33932
33933 2005-09-19  Jim Meyering  <jim@meyering.net>
33934
33935         * modules/pathmax (License): Change to LGPL.
33936
33937 2005-09-19  Derek Price  <derek@ximbiot.com>
33938
33939         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
33940
33941 2005-09-19  Bruno Haible  <bruno@clisp.org>
33942
33943         * gnulib-tool (import): Provide default for --tests-base.
33944
33945 2005-09-19  Bruno Haible  <bruno@clisp.org>
33946
33947         * doc/quote.texi: New file, extracted from gnulib.texi.
33948         * doc/ctime.texi: New file, extracted from gnulib.texi.
33949         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
33950         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
33951         * doc/gnulib.texi: Include them.
33952
33953 2005-09-18  Bruno Haible  <bruno@clisp.org>
33954
33955         Portability fix.
33956         * gnulib-tool (func_readlink): New function.
33957         (func_ln_if_changed): Use it.
33958
33959 2005-09-18  Bruno Haible  <bruno@clisp.org>
33960
33961         * gnulib-tool: Support --with-tests also with --import.
33962         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
33963         (func_import): Use variables $testsbase and $inctests. Emit a
33964         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
33965         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
33966         SUBDIRS += $testsdir.
33967         (func_create_testdir): Update.
33968
33969 2005-09-18  Bruno Haible  <bruno@clisp.org>
33970
33971         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
33972         instead of $dry_run.
33973         (func_cp_if_changed, func_mv_if_changed): Remove functions.
33974         (func_ln_if_changed): Don't handle dry-run here.
33975         (func_import): In dry-run mode, detect more precisely which actions
33976         would be performed, and don't use "...ing" verbs.
33977
33978 2005-09-18  Bruno Haible  <bruno@clisp.org>
33979
33980         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
33981         (func_import): Use join on two temporary files instead of three nested
33982         loops, in order to determine which files are new or old.
33983
33984 2005-09-18  Bruno Haible  <bruno@clisp.org>
33985
33986         * gnulib-tool (func_import): Comment out code that spits out the
33987         new files with --dry-run.
33988
33989 2005-09-18  Bruno Haible  <bruno@clisp.org>
33990
33991         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
33992
33993 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
33994
33995         * lib/stat-time.h: New file.
33996         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
33997         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
33998         in a different way.
33999         (timespec_cmp): New function.
34000         * lib/utimecmp.c: Include stat-time.h.
34001         (SYSCALL_RESOLUTION): Depend on whether various struct stat
34002         members exist, not on the obsolescent ST_MTIM_NSEC.
34003         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
34004
34005 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34006
34007         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
34008
34009 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         * MODULES.html.sh (File system functions): Add stat-time.
34012         * modules/stat-time: New file.
34013         * modules/timespec (Files): Remove m4/st_mtim.m4; this
34014         is now done in a different way, by the stat-time module.
34015         * modules/utimecmp (Depends-on): Add stat-time.
34016
34017 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
34018
34019         * m4/st_mtim.m4: Remove.  Superseded by...
34020         * m4/stat-time.m4: New file.
34021         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
34022         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
34023
34024 2005-09-15  Derek Price  <derek@ximbiot.com>
34025
34026         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
34027
34028 2005-09-15  Derek Price  <derek@ximbiot.com>
34029
34030         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
34031         * lib/regex_internal.c: Ditto, using this...
34032         (__GNUC_PREREQ): ...new macro.
34033         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
34034         using...
34035         (__GNUC_PREREQ): ...this new macro.
34036
34037         * lib/strstr.h: Include string.h. Define strstr as a macro here.
34038
34039 2005-09-15  Derek Price  <derek@ximbiot.com>
34040             Paul Eggert  <eggert@cs.ucla.edu>
34041
34042         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
34043         changes, consolidating in...
34044         * lib/regex_internal.h: ...this file.
34045
34046 2005-09-13  Jim Meyering  <jim@meyering.net>
34047
34048         * lib/canon-host.c: Filter through gnu indent and reword comments
34049         slightly.
34050         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
34051
34052 2005-09-13  Derek Price  <derek@ximbiot.com>
34053
34054         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
34055         failure.
34056         Reported by Jim Meyering  <jim@meyering.net>.
34057
34058 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34059
34060         * lib/base64.c: Typo.
34061         (base64_encode): Put b64str in initialized data section.
34062
34063 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
34064
34065         Merge glibc and coreutils changes into gnulib, plus a few
34066         extra fixes.
34067         * lib/md5.c: Use #error rather than a string.
34068         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
34069         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
34070         (__attribute__): Define to empty for non recent-GCC.
34071         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
34072         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
34073         Renamed from their non-__ counterparts, with new macros replacing
34074         them if not _LIBC.  Add __THROW attribute.
34075         (rol): Remove.
34076         (struct md5_ctx): Align buffer if using GCC.
34077         * lib/sha1.h (struct sha1_ctx): Likewise.
34078         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
34079         The old name was backwards.
34080         (NOTSWAP): Remove; not used.
34081         (rol): New macro, moved here from md5.h.
34082         (sha1_process_block): Remove a FIXME that doesn't make sense.
34083
34084 2005-09-12  Derek Price  <derek@ximbiot.com>
34085
34086         Return usable errors from canon-host.
34087         * lib/canon-host.h: New file.
34088         * lib/canon-host.c (canon_host): Wrap...
34089         (canon_host_r): ...this new function, which now relies exclusively on
34090         getaddrinfo.
34091         (ch_strerror): New function.
34092         (last_cherror): New global.
34093         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
34094         interface.
34095         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
34096         void *.
34097         (freeaddrinfo): Free ai->ai_canonname when set.
34098
34099 2005-09-12  Derek Price  <derek@ximbiot.com>
34100
34101         Make canon-host require getaddrinfo.
34102         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
34103         AC_LIBSOURCE canon-host.h.  Call...
34104         (gl_PREREQ_CANON_HOST): ...this new function, which requires
34105         gl_GETADDRINFO.
34106         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
34107
34108 2005-09-12  Derek Price  <derek@ximbiot.com>
34109
34110         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
34111         LGPL.
34112         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
34113
34114 2005-09-12  Derek Price  <derek@ximbiot.com>
34115
34116         * lib/gai_strerror.c: Include config.h when available.  Include
34117         getaddrinfo.h before other headers to test interface.
34118         Reported by Larry Jones <lawrence.jones@ugs.com>.
34119
34120 2005-09-12  Derek Price  <derek@ximbiot.com>
34121             Paul Eggert  <eggert@cs.ucla.edu>
34122
34123         * modules/glob (Files): Add glob-libc.h.
34124
34125 2005-09-12  Derek Price  <derek@ximbiot.com>
34126             Paul Eggert  <eggert@cs.ucla.edu>
34127
34128         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
34129         glob_.h, glob-libc.h.
34130         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
34131
34132 2005-09-12  Derek Price  <derek@ximbiot.com>
34133             Paul Eggert  <eggert@cs.ucla.edu>
34134
34135         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
34136         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
34137         protecting things that should be done only in gnulib contexts.
34138         * lib/glob_.h: New file, containing only the glob things needed for
34139         gnulib.
34140         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
34141         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
34142         (glob, globfree, glob_pattern_p): Now defined simply in terms of
34143         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
34144         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
34145         and to respect the namespace rules better.
34146
34147 2005-09-08  Simon Josefsson  <jas@extundo.com>
34148
34149         * modules/socklen: New file.
34150
34151 2005-09-08  Simon Josefsson  <jas@extundo.com>
34152
34153         * m4/socklen.m4: New file.
34154
34155 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34156
34157         * modules/utimens (Files): Add m4/utimbuf.m4, since
34158         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
34159         Reported by Sergey Poznyakoff.
34160
34161 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34162
34163         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
34164         definitions, since that's the preferred style in glibc.
34165         Fix a minor spacing issue, and update copyright notice to match
34166         glibc's.
34167
34168 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34169
34170         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
34171
34172 2005-09-06  Simon Josefsson  <jas@extundo.com>
34173
34174         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
34175         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
34176
34177 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34178
34179         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
34180         warning.
34181
34182 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34183
34184         * config/srclist.txt: Add glibc bug 1302.
34185
34186 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
34187
34188         Change bitset word type from unsigned int to unsigned long int,
34189         as this has better performance on typical 64-bit hosts.
34190         Port bitset code to hosts with unusual word sizes.
34191         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
34192         (build_collating_symbol):
34193         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
34194         argument is a bitset.  This is merely a style issue, but it makes
34195         it clearer that an entire array is expected.
34196         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
34197         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
34198         Port to the case where bitset_word is not the same as unsigned int.
34199         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34200         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
34201         Likewise.
34202         * lib/regexec.c (check_dst_limits_calc_pos_1,
34203         check_subexp_matching_top):
34204         (build_trtable, group_nodes_into_DFAstates):
34205         Likewise.
34206         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
34207         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
34208         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
34209         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
34210         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
34211         * lib/regcomp.c (optimize_subexps, lower_subexp):
34212         Work even if bitset_word has holes in its bitwise representation.
34213         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
34214         * lib/regexec.c (check_dst_limits_calc_pos_1,
34215         check_subexp_matching_top):
34216         Likewise.
34217         * lib/regex_internal.c (re_string_reconstruct):
34218         Don't assume UCHAR_MAX == 255.
34219         * lib/regex_internal.h (bitset_set_all): Likewise.
34220         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
34221         All uses changed.
34222         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
34223         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
34224         All uses changed.
34225         (BITSET_WORD_MAX): New macro.
34226         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
34227         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
34228         (bitset_empty, bitset_copy):
34229         Prefer sizeof (bitset) to multiplying it out ourselves.
34230         (bitset_not_merge): Remove; unused.
34231         (bitset_contain): Return bool, not unsigned int with one bit on.
34232         All callers changed.
34233         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
34234         alignment than re_node_set; do this by defining a new internal
34235         type struct dests_alloc and using it to allocate memory.
34236
34237 2005-09-05  Bruno Haible  <bruno@clisp.org>
34238
34239         * gnulib-tool (func_import): Fix comparison in handling of symbolic
34240         links.
34241
34242 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
34243
34244         * modules/size_max (Makefile.am): Add size_max.h
34245
34246 2005-09-04  Derek Price  <derek@ximbiot.com>
34247
34248         * gnulib-tool (func_import): Fix reversed $symbolic logic.
34249
34250 2005-09-03  Simon Josefsson  <jas@extundo.com>
34251
34252         * gnulib-tool: Fix typo.
34253
34254 2005-09-03  Simon Josefsson  <jas@extundo.com>
34255
34256         * config/srclist.txt: Add glibc bug 1293.
34257
34258 2005-09-03  Derek Price  <derek@ximbiot.com>
34259
34260         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
34261         From Larry Jones <lawrence.jones@ugs.com>.
34262
34263 2005-09-02  Simon Josefsson  <jas@extundo.com>
34264
34265         * modules/socklen: New file.
34266
34267 2005-09-02  Simon Josefsson  <jas@extundo.com>
34268
34269         * modules/havelib: New module.
34270
34271         * modules/gettext, modules/iconv, modules/lock, modules/readline:
34272         Use havelib.
34273
34274 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34275
34276         Check for arithmetic overflow when calculating sizes, to prevent
34277         some buffer-overflow issues.  These patches are conservative, in the
34278         sense that when I couldn't determine whether an overflow was possible,
34279         I inserted a run-time check.
34280         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
34281         macros.
34282         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
34283         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
34284         (re_xnrealloc, re_x2nrealloc): New inline functions.
34285         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
34286         parse_bracket_exp):
34287         (build_equiv_class, build_charclass): Check for arithmetic overflow
34288         in size expression calculations.
34289         * lib/regex_internal.c (re_string_realloc_buffers):
34290         (build_wcs_upper_buffer, re_node_set_add_intersect):
34291         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
34292         (re_dfa_add_node, register_state): Likewise.
34293         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
34294         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
34295         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
34296         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
34297
34298 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
34299
34300         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
34301         m4/ulonglong.m4.  Problem reported by Martin Lambers.
34302
34303 2005-09-02  Bruno Haible  <bruno@clisp.org>
34304
34305         Support for lib vs. lib64 distinction on biarch platforms.
34306         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
34307         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
34308         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
34309
34310 2005-09-02  Bruno Haible  <bruno@clisp.org>
34311
34312         * gnulib-tool (import): In the other first-use case, provide defaults
34313         as well.
34314
34315 2005-09-02  Bruno Haible  <bruno@clisp.org>
34316
34317         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
34318         patches not yet found in the latest gettext release.
34319
34320 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
34323         to avoid a collision with bits/local_lim.h in glibc.
34324         All uses changed.  Problem reported by Dmitry V. Levin in
34325         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
34326
34327         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
34328         bugs in int versus size_t comparisons.
34329         (re_string_context_at): Fix bug where the code assumed that
34330         Idx is signed.
34331
34332         Use bool where appropriate.
34333         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
34334         All callers changed.
34335         (calc_eclosure_iter): Likewise, for ROOT arg.
34336         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
34337         (build_charclass_op): Likewise, for NON_MATCH arg.
34338         * lib/regex_internal.c (re_string_allocate, re_string_construct):
34339         (re_string_construct_common): Likewise, for ICASE arg.
34340         * lib/regexec.c (re_search_2_stub, re_search_stub):
34341         Likewise, for RET_LEN arg.
34342         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
34343         (set_regs): Likewise, for FL_BACKTRACK arg.
34344         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
34345         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
34346         (calc_eclosure_iter, parse_bracket_exp):
34347         Use bool for internal variables that are booleans.
34348         * lib/regexec.c (re_search_internal, check_matching,
34349         proceed_next_node):
34350         (set_regs, build_sifted_states, sift_states_bkref):
34351         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
34352         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
34353         (find_collation_sequence_value):
34354         Likewise.
34355         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
34356         (re_node_set_compare):
34357         Return bool, not int. All callers changed.
34358         * lib/regexec.c (check_halt_node_context, check_dst_limits):
34359         (build_trtable, check_node_accept): Likewise.
34360         * lib/regex_internal.h: Include stdbool.h.
34361
34362         Fix bugs uncovered when converting to bool.
34363         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
34364         failure instead of charging ahead blindly.
34365         * lib/regex_internal.c (register_state): Likewise.
34366         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
34367         for freeing internal storage.
34368         (group_nodes_into_DFA_states): Use unsigned int, not int, for
34369         bitset pieces used as boolean, to avoid undefined behavior
34370         on hosts that do int overflow checking.
34371
34372 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34373
34374         * config/srclist.txt: Add glibc bugs 1285-1287.
34375
34376 2005-09-01  Jim Meyering  <jim@meyering.net>
34377
34378         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
34379         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
34380         Require gl_STAT_MACROS, too.
34381
34382 2005-09-01  Bruno Haible  <bruno@clisp.org>
34383
34384         * gnulib-tool (import): In the first-use case, provide defaults.
34385
34386 2005-09-01  Bruno Haible  <bruno@clisp.org>
34387
34388         * gnulib-tool (func_import): Remove the .tmp files.
34389
34390 2005-09-01  Bruno Haible  <bruno@clisp.org>
34391
34392         * gnulib-tool (func_import): Fix handling of symbolic links.
34393
34394 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34395
34396         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
34397         old glibc regex code mishandles strings longer than 2**31 bytes.
34398         This patch fixes this when the regex code is used in gnulib
34399         (i.e., outside glibc).
34400
34401         This patch should not affect the use of the regex code inside
34402         glibc.  No doubt this problem also needs to be handled for glibc
34403         as well, but the result will be an incompatible change to the
34404         glibc ABI, and the old ABI will have to be supported too.  That
34405         can be the the subject for another patch.
34406
34407         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
34408         governing whether the rest of this patch is active.  By default,
34409         the macro is disabled and the patch has no effect.
34410         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
34411         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
34412         (struct re_pattern_buffer, re_search, re_search_2, re_match):
34413         (re_match_2, re_set_registers): Use the new types.
34414         * lib/regex_internal.h (Idx, re_hashval_t): New types.
34415         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
34416         New macros.
34417         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
34418         (re_string_context_at, bin_tree_t, re_dfastate_t):
34419         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
34420         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
34421         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
34422         (re_string_char_size_at, re_string_wchar_at):
34423         (re_string_elem_size_at):
34424         Use the new types and macros to port to 64-bit hosts.
34425         Use unsigned types for internal values, so that the code
34426         mostly works even for arrays larger than SSIZE_MAX.
34427         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
34428         (search_duplicated_node, calc_eclosure_iter, fetch_number):
34429         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
34430         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
34431         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
34432         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
34433         (calc_inveclosure, parse_dup_op, build_range_exp):
34434         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
34435         (fetch_number, create_token_tree, mark_opt_subexp):
34436         Likewise.
34437         * lib/regex_internal.c (re_string_construct_common,
34438         create_ci_newstate):
34439         (create_cd_newstate, re_string_allocate, re_string_construct):
34440         (re_string_realloc_buffers, build_wcs_upper_buffer):
34441         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
34442         (re_string_reconstruct, re_string_peek_byte_case):
34443         (re_string_fetch_byte_case, re_string_context_at):
34444         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
34445         (re_node_set_init_copy, re_node_set_add_intersect):
34446         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34447         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34448         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
34449         (re_acquire_state, re_acquire_state_context, register_state):
34450         Likewise.
34451         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
34452         search_cur_bkref_entry):
34453         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
34454         (re_search_internal, re_search_2_stub, re_search_stub)
34455         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
34456         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
34457         (update_cur_sifted_state, check_dst_limits):
34458         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34459         (check_subexp_limits, sift_states_bkref, merge_state_array):
34460         (check_subexp_matching_top, get_subexp, get_subexp_sub):
34461         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
34462         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
34463         (expand_bkref_cache, check_node_accept_bytes):
34464         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
34465         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
34466         (acquire_init_state_context, check_halt_node_context):
34467         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
34468         (sift_states_backward, clean_state_log_if_needed):
34469         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
34470         (find_recover_state, transit_state_sb, transit_state_mb):
34471         (transit_state_bkref, build_trtable, match_ctx_clean):
34472         Likewise.
34473         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
34474         to work around an assumption that REG_MISSING is negative.
34475
34476         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
34477         (seek_collating_symbol_entry) [defined _LIBC]:
34478         (lookup_collation_sequence_value) [defined _LIBC]:
34479         (build_range_exp, build_collating_symbol) [defined _LIBC]:
34480         Use prototypes rather than old-style function definitions.
34481         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
34482         (transit_state_sb) [0]:
34483         (find_collation_sequence_value) [defined _LIBC]: Likewise.
34484
34485         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
34486         rm_eo.
34487
34488         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
34489         (optimize_subexps, lower_subexp):
34490         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
34491         since the signed shift might overflow.  Use 1u<<31 instead.
34492         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
34493         Likewise.
34494         * lib/regexec.c (check_dst_limits_calc_pos_1,
34495         check_subexp_matching_top): Likewise.
34496
34497         * lib/regcomp.c (optimize_subexps, lower_subexp):
34498         Use CHAR_BIT rather than 8, for clarity.
34499         * lib/regexec.c (check_dst_limits_calc_pos_1):
34500         (check_subexp_matching_top): Likewise.
34501         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
34502         have to worry about portability issues when shifting it left.
34503         Remove no-longer-needed test for table_size > 0.
34504         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
34505         in a word, as the resulting behavior is undefined.
34506         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
34507         in one case, a <= should have been an <, and in another case the
34508         whole test was missing.
34509         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
34510         the standard name CHAR_BIT.
34511         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
34512         this is not true on one's complement and signed-magnitude hosts.
34513
34514         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
34515         next_last_offset.
34516         (struct re_dfa_t): Remove unused member states_alloc.
34517         * lib/regcomp.c (init_dfa): Don't initialize unused members.
34518
34519 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34520
34521         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
34522         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
34523         and large-file glibc and in 32-bit large-file Solaris.
34524
34525 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34526
34527         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
34528         lengths fit in regoff_t; this isn't true if regoff_t is the same
34529         width as size_t.
34530         * lib/regex.c (re_search_internal): 5th arg is LAST_START
34531         (= START + RANGE) instead of RANGE.  This avoids overflow
34532         problems when regoff_t is the same width as size_t.
34533         All callers changed.
34534         (re_search_2_stub): Check for overflow when adding the
34535         sizes of the two strings.
34536         (re_search_stub): Check for overflow when adding START
34537         to RANGE; if it occurs, substitute the extreme value.
34538
34539 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34540
34541         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
34542
34543 2005-08-31  Jim Meyering  <jim@meyering.net>
34544
34545         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
34546         a pointer-to-const.
34547         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
34548         (register_state): Likewise.
34549         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
34550         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
34551         (group_nodes_into_DFAstates): Likewise.
34552
34553 2005-08-31  Jim Meyering  <jim@meyering.net>
34554
34555         * check-module: Add a FIXME comment.
34556
34557 2005-08-31  Eric Blake  <ebb9@byu.net>
34558
34559         * modules/unistd-safer (Files): Add unistd--.h.
34560         * modules/stdio-safer (Files): Add stdio--.h.
34561
34562 2005-08-31  Derek Price  <derek@ximbiot.com>
34563
34564         * lib/getdelim.c (getdelim): Return EOF on EOF.
34565         Reported by Larry Jones <lawrence.jones@ugs.com>.
34566
34567 2005-08-31  Bruno Haible  <bruno@clisp.org>
34568
34569         Avoid unnecessary diffs in the generated lib/Makefile.am.
34570         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
34571         the generated files.
34572         (func_import): Don't set cmd.
34573
34574 2005-08-31  Bruno Haible  <bruno@clisp.org>
34575
34576         * lib/strstr.c: Include <stddef.h>, for NULL.
34577         * lib/strcasestr.c: Likewise.
34578         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34579
34580 2005-08-31  Bruno Haible  <bruno@clisp.org>
34581
34582         * gnulib-tool: New option --macro-prefix.
34583         (func_import): Use macro_prefix.
34584         (import): Handle option --macro-prefix.
34585
34586 2005-08-31  Bruno Haible  <bruno@clisp.org>
34587
34588         * gnulib-tool (import): Rename most ac_* variables to cached_*.
34589         Also use new variables cached_lgpl, cached_libtool.
34590
34591 2005-08-31  Bruno Haible  <bruno@clisp.org>
34592
34593         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
34594         always instantiating them.
34595
34596 2005-08-31  Bruno Haible  <bruno@clisp.org>
34597
34598         * gnulib-tool (func_import): Read the previous cached settings
34599         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
34600         earlier added by gnulib but are now dropped. Warn when a gnulib file
34601         overwrites a non-gnulib file.
34602
34603 2005-08-31  Bruno Haible  <bruno@clisp.org>
34604
34605         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
34606         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
34607         projects that don't keep autogenerated files in CVS. Put into
34608         actioncmd only the specified modules, not the transitive closure.
34609
34610 2005-08-31  Bruno Haible  <bruno@clisp.org>
34611
34612         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
34613         Create directories that shall be filled.
34614         (import): Don't look for gl_* macros in configure.ac. Recurse across
34615         all directories containing a gnulib-cache.m4 files, if meaningful.
34616
34617 2005-08-31  Bruno Haible  <bruno@clisp.org>
34618
34619         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
34620         (import): Set seen_libtool when we see gl_LIBTOOL.
34621
34622 2005-08-31  Bruno Haible  <bruno@clisp.org>
34623
34624         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
34625         declaration macro definitions from generated gnulib.m4.
34626
34627 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
34628
34629         * lib/iconvme.h: Add prototype for iconv_alloc.
34630
34631 2005-08-29  Simon Josefsson  <jas@extundo.com>
34632
34633         * lib/iconvme.c: Fix errno.
34634
34635 2005-08-29  Bruno Haible  <bruno@clisp.org>
34636
34637         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
34638         that it works when the directory contains spaces.
34639
34640 2005-08-29  Bruno Haible  <bruno@clisp.org>
34641
34642         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
34643
34644 2005-08-29  Bruno Haible  <bruno@clisp.org>
34645
34646         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
34647         Emit more advice.
34648
34649 2005-08-29  Bruno Haible  <bruno@clisp.org>
34650         and Stepan Kasal  <kasal@ucw.cz>
34651
34652         * check-module: If more parameters are given, check each of them
34653         separately; add more exceptions, as noted by Jim Meyering.
34654         (check_module): New procedure.
34655         (%exempt_header): Now contains all exceptions.
34656
34657 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
34658
34659         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
34660
34661 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34662
34663         * lib/iconvme.c: Split iconv_string into iconv_alloc.
34664
34665 2005-08-28  Bruno Haible  <bruno@clisp.org>
34666
34667         * m4/gnulib-tool.m4: New file.
34668
34669 2005-08-27  Jim Meyering  <jim@meyering.net>
34670
34671         * modules/unistd-safer (Files): Add pipe-safer.c.
34672         * modules/fcntl-safer (Files): Add creat-safer.c.
34673
34674 2005-08-27  Jim Meyering  <jim@meyering.net>
34675
34676         * m4/stdlib-safer.m4: New file.  From coreutils.
34677         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
34678         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
34679         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
34680         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
34681         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
34682
34683 2005-08-27  Jim Meyering  <jim@meyering.net>
34684
34685         * lib/fopen-safer.c: Merge minor changes from coreutils.
34686         * lib/dup-safer.c: Likewise.
34687         * lib/fd-safer.c: Likewise.
34688
34689         Merge from coreutils.
34690         * lib/stdio--.h: New file.
34691         * lib/stdlib--.h: New file.
34692         * lib/mkstemp-safer.c: New file.
34693
34694         GNU tar needs these.
34695         * lib/pipe-safer.c: New file.
34696         * lib/creat-safer.c: New file.
34697         * lib/fcntl--.h (creat): Define to creat_safer.
34698         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
34699         * lib/unistd--.h (pipe): Define to pipe_safer.
34700         * lib/unistd-safer.h: Declare pipe_safer.
34701
34702 2005-08-26  Simon Josefsson  <jas@extundo.com>
34703
34704         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
34705         Haible <bruno@clisp.org>.
34706
34707 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
34708
34709         * lib/regex_internal.h: Remove all references to
34710         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
34711         or better.
34712         (bitset_not, bitset_merge, bitset_not_merge):
34713         (bitset_mask, re_string_allocate, re_string_construct):
34714         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
34715         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
34716         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
34717         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
34718         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
34719         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
34720         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
34721         (re_acquire_state_context):
34722         Remove unnecessary forward decls.
34723         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
34724         Put __attribute at function definition,
34725         now that the function decl has been removed.
34726         * lib/regex_internal.c (re_string_peek_byte_case):
34727         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
34728         Likewise.
34729
34730 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
34731
34732         * m4/regex.m4: Add AC_PREREQ(2.50).
34733         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
34734
34735 2005-08-25  Simon Josefsson  <jas@extundo.com>
34736
34737         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
34738         __fsetlocking.
34739
34740 2005-08-25  Simon Josefsson  <jas@extundo.com>
34741
34742         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
34743         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
34744         GLIBC specific code.
34745
34746 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34747
34748         Make regex safe for g++.  This fixes one real bug (an "err"
34749         that should have been "*err").  g++ problem reported by
34750         Sam Steingold.
34751         * lib/regex_internal.h (re_calloc): New macro, consistent with
34752         re_malloc etc.  All callers of calloc changed to use re_calloc.
34753         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
34754         not int.  All callers changed.
34755         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
34756         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
34757         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
34758         (find_recover_state): Change "err" to "*err"; this fixes what
34759         appears to be a real bug.
34760         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
34761         versus int.
34762
34763 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34764
34765         * modules/regex (Depends-on): Add malloc, since the code
34766         assumes that !malloc(0) means failure.
34767
34768 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34769
34770         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
34771
34772         alloca modernization/simplification for regex.
34773         * lib/regex.c: Remove portability cruft for alloca.  This no longer
34774         needs to be at the start of the file, and can be moved into
34775         regex_internal.h and simplified.
34776         * lib/regex_internal.h: Include <alloca.h>.
34777         (__libc_use_alloca) [!defined _LIBC]: New macro.
34778         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
34779         now works outside glibc.
34780
34781 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34782
34783         * config/srclist.txt: Add glibc bugs 1241, 1245.
34784
34785 2005-08-25  Jim Meyering  <jim@meyering.net>
34786
34787         * lib/open-safer.c: Include <config.h>.
34788         Otherwise, we'd lose LARGEFILE support in any file using
34789         e.g. "fcntl--.h"
34790
34791 2005-08-25  Bruno Haible  <bruno@clisp.org>
34792
34793         * m4/minmax.m4: Require autoconf 2.52.
34794         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
34795         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
34796         alternatives of translit over the alphabet.
34797         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
34798
34799 2005-08-24  Simon Josefsson  <jas@extundo.com>
34800
34801         * tests/test-getpass.c: New file.
34802
34803 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34804
34805         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
34806         for GNU regex features.
34807
34808 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34809
34810         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
34811         * lib/regex.h (regerror): Likewise.
34812
34813         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
34814         requires this.  (The code never needed it.)
34815
34816         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
34817         All uses of recently-renamed identifiers changed to use the new,
34818         POSIX-compliant names.  The code will build and run just fine
34819         without these changes, but it's better to eat our own dog food
34820         and use the standard-conforming names.
34821
34822         * lib/regex.h: Fix a multitude of POSIX name space violations.
34823         These changes have an effect only for programs that define
34824         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
34825         do not change anything for programs compiled in the normal way.
34826         Also, there is no effect on the ABI.
34827
34828         (_REGEX_SOURCE): New macro.
34829         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
34830         defined and _GNU_SOURCE is not; this fixes a name space violation.
34831
34832         Rename the following macros to obey POSIX requirements.
34833         The old names are still visible as macros if _REGEX_SOURCE is defined.
34834         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
34835         RE_BACKSLASH_ESCAPE_IN_LISTS.
34836         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
34837         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
34838         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
34839         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
34840         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
34841         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
34842         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
34843         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
34844         (REG_INTERVALS): renamed from RE_INTERVALS.
34845         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
34846         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
34847         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
34848         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
34849         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
34850         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
34851         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
34852         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
34853         RE_UNMATCHED_RIGHT_PAREN_ORD.
34854         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
34855         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
34856         (REG_DEBUG): renamed from RE_DEBUG.
34857         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
34858         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
34859         unusual, since we can't clash with the POSIX REG_ICASE.
34860         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
34861         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
34862         (REG_NO_SUB): renamed from RE_NO_SUB.
34863         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
34864         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
34865         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
34866         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
34867         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
34868         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
34869         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
34870         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
34871         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
34872         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
34873         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
34874         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
34875         RE_SYNTAX_POSIX_MINIMAL_BASIC.
34876         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
34877         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
34878         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
34879         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
34880         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
34881         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
34882         (REG_FIXED): Renamed from REGS_FIXED.
34883         (REG_NREGS): Renamed from RE_NREGS.
34884
34885         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
34886         of other REG_* macros, since POSIX says the user is allowed to
34887         #undef these macros selectively.
34888
34889         (reg_errcode_t): Update comment stating what other tables need
34890         to be consistent.
34891
34892         Rename the following enum values to obey POSIX requirements.
34893         The old names are still visible as macros.
34894         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
34895         is not defined, since GNU is supposed to be a superset of POSIX as
34896         much as possible, and since we want reg_errcode_t to be a signed
34897         type for implementation consistency.
34898         (_REG_NOERROR): Renamed from REG_NOERROR.
34899         (_REG_NOMATCH): Renamed from REG_NOMATCH.
34900         (_REG_BADPAT): Renamed from REG_BADPAT.
34901         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
34902         (_REG_ECTYPE): Renamed from REG_ECTYPE.
34903         (_REG_EESCAPE): Renamed from REG_EESCAPE.
34904         (_REG_ESUBREG): Renamed from REG_ESUBREG.
34905         (_REG_EBRACK): Renamed from REG_EBRACK.
34906         (_REG_EPAREN): Renamed from REG_EPAREN.
34907         (_REG_EBRACE): Renamed from REG_EBRACE.
34908         (_REG_BADBR): Renamed from REG_BADBR.
34909         (_REG_ERANGE): Renamed from REG_ERANGE.
34910         (_REG_ESPACE): Renamed from REG_ESPACE.
34911         (_REG_BADRPT): Renamed from REG_BADRPT.
34912         (_REG_EEND): Renamed from REG_EEND.
34913         (_REG_ESIZE): Renamed from REG_ESIZE.
34914         (_REG_ERPAREN): Renamed from REG_ERPAREN.
34915         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
34916         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
34917         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
34918         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
34919
34920         (_REG_RE_NAME, _REG_RM_NAME): New macros.
34921         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
34922         changed.  But support the old name if the new one is not defined
34923         and if _REGEX_SOURCE.
34924
34925         Change the following member names in struct re_pattern_buffer.
34926         The old names are still supported if !_REGEX_SOURCE.
34927         The new names are always supported, regardless of _REGEX_SOURCE.
34928         (re_buffer): Renamed from buffer.
34929         (re_allocated): Renamed from allocated.
34930         (re_used): Renamed from used.
34931         (re_syntax): Renamed from syntax.
34932         (re_fastmap): Renamed from fastmap.
34933         (re_translate): Renamed from translate.
34934         (re_can_be_null): Renamed from can_be_null.
34935         (re_regs_allocated): Renamed from regs_allocated.
34936         (re_fastmap_accurate): Renamed from fastmap_accurate.
34937         (re_no_sub): Renamed from no_sub.
34938         (re_not_bol): Renamed from not_bol.
34939         (re_not_eol): Renamed from not_eol.
34940         (re_newline_anchor): Renamed from newline_anchor.
34941
34942         Change the following member names in struct re_registers.
34943         The old names are still supported if !_REGEX_SOURCE.
34944         The new names are always supported, regardless of _REGEX_SOURCE.
34945         (rm_num_regs): Renamed from num_regs.
34946         (rm_start): Renamed from start.
34947         (rm_end): Renamed from end.
34948
34949         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
34950         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
34951         Prepend __ to parameter names.
34952
34953         Undo yesterday's changes.
34954
34955 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34956
34957         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
34958         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
34959         lib/regex.c.
34960
34961 2005-08-24  Jim Meyering  <jim@meyering.net>
34962
34963         Sync from coreutils.
34964         * m4/fcntl-safer.m4: New file.
34965
34966         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
34967         and object files for this module.
34968
34969 2005-08-24  Jim Meyering  <jim@meyering.net>
34970
34971         Sync from coreutils.
34972         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
34973
34974 2005-08-24  Jim Meyering  <jim@meyering.net>
34975
34976         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
34977         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
34978
34979 2005-08-24  Jim Meyering  <jim@meyering.net>
34980
34981         * modules/fcntl-safer: New module.
34982         * modules/fts (Depends-on): Add fcntl-safer.
34983         * MODULES.html.sh (File descriptor based Input/Output):
34984         Add fcntl-safer.
34985
34986 2005-08-24  Bruno Haible  <bruno@clisp.org>
34987
34988         Support for unit test modules.
34989         * modules/README: Mention tests modules.
34990         * modules/TEMPLATE-TESTS: New file.
34991         * gnulib-tool: New options --extract-tests-module, --with-tests and
34992         --tests-base (unused for the moment).
34993         (testsbase, inctests): New variables.
34994         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
34995         (func_verify_module): Exclude TEMPLATE-TESTS.
34996         (func_verify_nontests_module, func_verify_tests_module): New functions.
34997         (func_get_dependencies): Add implicit dependency for tests modules.
34998         (func_get_tests_module): New function.
34999         (func_modules_transitive_closure): When --with-tests was specified,
35000         include the unit tests as well, unless explicitly avoided.
35001         (func_emit_lib_Makefile_am): Ignore the tests modules here.
35002         (func_emit_tests_Makefile_am): New function.
35003         (func_create_testdir): When --with-tests was specified, emit a
35004         tests/ directory.
35005         * MODULES.html.sh (Future developments): Update.
35006
35007 2005-08-24  Bruno Haible  <bruno@clisp.org>
35008
35009         * modules/tls-tests: New file.
35010         * tests/test-tls.c: New file, from GNU gettext.
35011
35012 2005-08-24  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/lock-tests: New file.
35015         * tests/test-lock.c: New file, from GNU gettext.
35016
35017 2005-08-24  Bruno Haible  <bruno@clisp.org>
35018
35019         * lib/lock.h: Add multiple inclusion guard.
35020         * lib/tls.h: Add multiple inclusion guard.
35021
35022 2005-08-24  Bruno Haible  <bruno@clisp.org>
35023
35024         * gnulib-tool: Add support for the --aux-dir option to
35025         --create-testdir, --create-megatestdir, --test, --megatest.
35026         (func_create_testdir, func_create_megatestdir): Optionally emit a
35027         AC_CONFIG_AUX_DIR directive.
35028         (create-testdir, create-megatestdir, test, megatest): Provide a
35029         default value for $auxdir.
35030
35031 2005-08-24  Bruno Haible  <bruno@clisp.org>
35032
35033         * gnulib-tool (import): Use compound statement instead of subshell
35034         where possible.
35035
35036 2005-08-24  Bruno Haible  <bruno@clisp.org>
35037
35038         * gnulib-tool (import): Change --aux-dir default to "build-aux".
35039
35040 2005-08-24  Bruno Haible  <bruno@clisp.org>
35041
35042         * gnulib-tool (func_version): Update.
35043
35044 2005-08-24  Bruno Haible  <bruno@clisp.org>
35045
35046         * gnulib-tool (func_import, func_create_testdir,
35047         func_create_megatestdir): Quote all autoconf macro arguments.
35048
35049 2005-08-24  Bruno Haible  <bruno@clisp.org>
35050
35051         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
35052         option --force, because --force causes the aclocal.m4 of each
35053         subdirectory to be newer than the corresponding config.h.in.
35054
35055 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35056
35057         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
35058         All contents moved to gl_REGEX.
35059         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
35060         assume that it does.
35061
35062 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35063
35064         * lib/regex.h (REG_NOSYS)
35065         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
35066         Define, since POSIX requires it as of 2001.
35067         (_REG_ENOSYS)
35068         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
35069         New private symbol, used to keep the enum signed in all cases.
35070         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
35071         Youngman in
35072         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
35073
35074         * lib/regex_internal.c (re_string_skip_chars, register_state):
35075         (calc_state_hash):
35076         Remove forward decls; no longer needed now that we use prototypes.
35077         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
35078         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
35079         (clean_state_log_if_needed): Likewise.
35080
35081 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
35082
35083         * config/srclist.txt: Add glibc bugs 1231-1233.
35084
35085 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35086
35087         Fix problems reported by Sam Steingold in
35088         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
35089         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
35090         assumed that reg_errcode_t is a signed type, which is not
35091         necessarily true if _XOPEN_SOURCE is not defined.
35092         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
35093         since some compilers warn about it otherwise.
35094
35095 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35096
35097         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
35098         (init_word_char, create_initial_state, duplicate_node_closure):
35099         (fetch_token, peek_token_bracket, build_range_exp):
35100         (build_collating_symbol): Remove forward decls; no longer needed
35101         now that we use prototypes.
35102
35103         * lib/regcomp.c:
35104         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
35105         (re_compile_fastmap_iter, regcomp, regerror, regfree):
35106         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
35107         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
35108         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
35109         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
35110         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
35111         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
35112         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
35113         (build_range_exp, build_collating_symbol, parse_bracket_exp):
35114         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
35115         (build_charclass, build_charclass_op, fetch_number, create_tree):
35116         (create_token_tree, mark_opt_subexp, duplicate_tree):
35117         Use prototypes rather than old-style definitions.
35118
35119         * lib/regex_internal.c:
35120         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
35121         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
35122         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35123         (re_string_reconstruct, re_string_peek_byte_case):
35124         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
35125         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35126         (re_node_set_init_copy, re_node_set_add_intersect):
35127         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35128         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35129         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35130         (re_acquire_state, re_acquire_state_context, register_state):
35131         (create_ci_newstate, create_cd_newstate, free_state):
35132         Likewise.
35133         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
35134         re_search_2):
35135         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
35136         (re_search_internal, prune_impossible_nodes):
35137         (acquire_init_state_context, check_matching, static):
35138         (check_halt_node_context, check_halt_state_context, proceed_next_node):
35139         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
35140         (update_regs, sift_states_backward, build_sifted_states):
35141         (clean_state_log_if_needed, merge_state_array):
35142         (update_cur_sifted_state, add_epsilon_src_nodes):
35143         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
35144         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
35145         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
35146         (find_recover_state, check_subexp_matching_top, transit_state_mb):
35147         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
35148         (check_arrival, check_arrival_add_next_nodes):
35149         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35150         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35151         (check_node_accept_bytes, check_node_accept, extend_buffers):
35152         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
35153         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
35154         (sift_ctx_init):
35155         Likewise.
35156
35157         * lib/regex_internal.h:
35158         (re_string_allocate, re_string_construct, re_string_reconstruct):
35159         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
35160         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
35161         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
35162         (re_string_context_at, re_string_peek_byte_case):
35163         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
35164         is defined, since we now use prototypes always.
35165
35166         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
35167         C89 or better.  All uses removed.
35168
35169 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35170
35171         * config/srclist.txt: Add glibc bugs 1220-1227.
35172
35173 2005-08-20  Jim Meyering  <jim@meyering.net>
35174
35175         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
35176         of unused local, dfa.
35177
35178 2005-08-20  Bruno Haible  <bruno@clisp.org>
35179
35180         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
35181
35182 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35183
35184         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
35185         (re_node_set_insert_last, re_dfa_add_node):
35186         Rename local variables to avoid GCC shadowing warnings.
35187
35188 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35189
35190         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
35191         [defined lint]: Suppress bogus uninitialized-variable warnings.
35192
35193         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
35194         and let the caller return REG_ESPACE if out of space.  This
35195         removes an uninitialied-variable warning with GCC 4.0.1, and also
35196         avoids taking the address of a local variable.  All callers
35197         changed.
35198
35199 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35200
35201         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
35202         $LIBCSRC/posix/regexec.c.
35203         Add glibc bug 1217 for regcomp.c.
35204
35205 2005-08-19  Jim Meyering  <jim@meyering.net>
35206
35207         * lib/regexec.c (proceed_next_node): Redo local variables to
35208         avoid GCC shadowing warnings.
35209
35210 2005-08-18  Bruno Haible  <bruno@clisp.org>
35211
35212         * lib/strstr.c (strstr): Fix return value in multibyte case.
35213         * lib/strcasestr.c (strcasestr): Likewise.
35214
35215 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35216
35217         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
35218
35219 2005-08-17  Jim Meyering  <jim@meyering.net>
35220
35221         Make the %s format (seconds since the epoch) work for a negative
35222         number and when used with a zero-padded field width, e.g. %015s.
35223
35224         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
35225         label so that it precedes the code to set `digits'.  Otherwise,
35226         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
35227         print `00-22'.  Now, it prints `-0022', as it should.
35228
35229 2005-08-17  Bruno Haible  <bruno@clisp.org>
35230
35231         * modules/strstr (Files): Add m4/mbrtowc.m4.
35232         (Depends-on): Add mbuiter.
35233
35234 2005-08-17  Bruno Haible  <bruno@clisp.org>
35235
35236         * modules/strcasestr: New file.
35237         * MODULES.html.sh (String handling, based on ANSI C 89): Add
35238         strcasestr.
35239
35240 2005-08-17  Bruno Haible  <bruno@clisp.org>
35241
35242         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
35243
35244 2005-08-17  Bruno Haible  <bruno@clisp.org>
35245
35246         * modules/mbuiter: New file.
35247         * MODULES.html.sh (Extended multibyte and wide character utilities):
35248         Add mbuiter.
35249
35250 2005-08-17  Bruno Haible  <bruno@clisp.org>
35251
35252         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
35253         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
35254
35255 2005-08-17  Bruno Haible  <bruno@clisp.org>
35256
35257         * m4/strcasestr.m4: New file.
35258
35259 2005-08-17  Bruno Haible  <bruno@clisp.org>
35260
35261         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
35262         * lib/strstr.c: Completely rewritten, with multibyte locale support.
35263
35264 2005-08-17  Bruno Haible  <bruno@clisp.org>
35265
35266         * lib/strcasestr.h: New file.
35267         * lib/strcasestr.c: New file.
35268
35269 2005-08-17  Bruno Haible  <bruno@clisp.org>
35270
35271         * lib/strcasecmp.c: Use mbuiter.h.
35272
35273 2005-08-17  Bruno Haible  <bruno@clisp.org>
35274
35275         * lib/mbuiter.h: New file.
35276
35277 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
35278
35279         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
35280         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
35281         and gl_GETOPT are both invoked via different paths (as happens
35282         with GNU tar CVS because it uses both argp and getopt), the former
35283         wins.
35284
35285 2005-08-16  Bruno Haible  <bruno@clisp.org>
35286
35287         * modules/tls: New file.
35288         * MODULES.html.sh (Multithreading): Add tls.
35289
35290 2005-08-16  Bruno Haible  <bruno@clisp.org>
35291
35292         * modules/strnlen1: New file.
35293         * MODULES.html.sh (String handling): Add strnlen1.
35294
35295 2005-08-16  Bruno Haible  <bruno@clisp.org>
35296
35297         * modules/strcase (Files): Add m4/mbrtowc.m4.
35298         (Depends-on): Add strnlen1, mbchar.
35299
35300 2005-08-16  Bruno Haible  <bruno@clisp.org>
35301
35302         * modules/mbiter: New file.
35303         * MODULES.html.sh (Extended multibyte and wide character utilities):
35304         Add mbiter.
35305
35306 2005-08-16  Bruno Haible  <bruno@clisp.org>
35307
35308         * modules/mbfile: New file.
35309         * MODULES.html.sh (Extended multibyte and wide character utilities):
35310         Add mbfile.
35311
35312 2005-08-16  Bruno Haible  <bruno@clisp.org>
35313
35314         * modules/mbchar: New file.
35315         * MODULES.html.sh (Extended multibyte and wide character utilities):
35316         New section.
35317
35318 2005-08-16  Bruno Haible  <bruno@clisp.org>
35319
35320         * m4/tls.m4: New file, from GNU gettext.
35321
35322 2005-08-16  Bruno Haible  <bruno@clisp.org>
35323
35324         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
35325         always.
35326         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
35327
35328 2005-08-16  Bruno Haible  <bruno@clisp.org>
35329
35330         * m4/mbiter.m4: New file.
35331
35332 2005-08-16  Bruno Haible  <bruno@clisp.org>
35333
35334         * m4/mbfile.m4: New file.
35335
35336 2005-08-16  Bruno Haible  <bruno@clisp.org>
35337
35338         * m4/mbchar.m4: New file.
35339
35340 2005-08-16  Bruno Haible  <bruno@clisp.org>
35341
35342         * lib/tls.h: New file, from GNU gettext.
35343         * lib/tls.c: New file, from GNU gettext.
35344
35345 2005-08-16  Bruno Haible  <bruno@clisp.org>
35346
35347         * lib/strnlen1.h: New file.
35348         * lib/strnlen1.c: New file.
35349
35350 2005-08-16  Bruno Haible  <bruno@clisp.org>
35351
35352         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
35353         (mbi_init): Update.
35354         (mbi_avail, mbi_advance): Let the iteration end before the terminating
35355         NUL byte, not after it.
35356
35357 2005-08-16  Bruno Haible  <bruno@clisp.org>
35358
35359         * lib/strcase.h (strcasecmp): Add note in comments.
35360         * lib/strncasecmp.c: Use code from strcasecmp.c.
35361         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
35362         (strcasecmp): Work correctly in multibyte locales.
35363
35364 2005-08-16  Bruno Haible  <bruno@clisp.org>
35365
35366         * lib/mbiter.h: New file.
35367
35368 2005-08-16  Bruno Haible  <bruno@clisp.org>
35369
35370         * lib/mbfile.h: New file.
35371
35372 2005-08-16  Bruno Haible  <bruno@clisp.org>
35373
35374         * lib/mbchar.h: New file.
35375         * lib/mbchar.c: New file.
35376
35377 2005-08-16  Bruno Haible  <bruno@clisp.org>
35378
35379         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
35380         the valid ones. Makes the comparison operations transitive:
35381         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
35382         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
35383
35384 2005-08-15  Simon Josefsson  <jas@extundo.com>
35385
35386         * modules/ssize_t (License): Change to 'unlimited'.
35387
35388         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
35389
35390 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35391
35392         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
35393         Add comments for each pending glibc patch.
35394
35395 2005-08-15  Bruno Haible  <bruno@clisp.org>
35396
35397         * lib/regex.h (__restrict_arr): Don't define to __restrict if
35398         __cplusplus is defined.
35399
35400 2005-08-14  Jim Meyering  <jim@meyering.net>
35401
35402         Sync from coreutils.
35403
35404         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
35405         Use the hash-table-based cycle-detection code not just when
35406         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
35407         Reported by James Youngman in
35408         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
35409         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
35410         FTS_TIGHT_CYCLE_CHECK.
35411         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
35412         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
35413         once again.
35414         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
35415         * lib/fts.c (fd_safer): Remove decl.
35416         Include fcntl--.h rather than unistd-safer.h
35417         (fts_safe_changedir): Don't call fd_safer; no longer needed
35418         now that we include fcntl--.h.
35419
35420 2005-08-12  Simon Josefsson  <jas@extundo.com>
35421
35422         * modules/getndelim2: Use ssize_t module.
35423         * modules/getnline: Likewise.
35424         * modules/safe-read: Likewise.
35425         * modules/xreadlink: Likewise.
35426
35427         * modules/ssize_t: New file.
35428
35429 2005-08-12  Simon Josefsson  <jas@extundo.com>
35430
35431         * m4/readline.m4: Look for termcap, curses or ncurses if required.
35432
35433 2005-08-12  Simon Josefsson  <jas@extundo.com>
35434
35435         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35436         ssize_t.
35437
35438 2005-08-12  Simon Josefsson  <jas@extundo.com>
35439
35440         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
35441         readline, getdelim and check_version.
35442         (Support for systems lacking ISO C 99: Sizes of integer types):
35443         Add size_max.
35444
35445 2005-08-12  Bruno Haible  <bruno@clisp.org>
35446
35447         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
35448
35449 2005-08-11  Simon Josefsson  <jas@extundo.com>
35450
35451         * modules/readline: New file.
35452
35453         * modules/strnlen (Files): Add strnlen.h.
35454
35455 2005-08-11  Simon Josefsson  <jas@extundo.com>
35456
35457         * m4/readline.m4: New file.
35458
35459 2005-08-11  Simon Josefsson  <jas@extundo.com>
35460
35461         * lib/readline.h, readline.c: New file.
35462
35463 2005-08-11  Simon Josefsson  <jas@extundo.com>
35464
35465         * doc/gnulib.texi (Initial import, Finishing touches): Mention
35466         gl_AVOID.
35467
35468 2005-08-11  Bruno Haible  <bruno@clisp.org>
35469
35470         * lib/strnlen.h (strnlen): Change parameter name to match comment.
35471
35472 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
35473
35474         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
35475
35476 2005-08-10  Simon Josefsson  <jas@extundo.com>
35477
35478         * tests/test-iconvme.c: New file.
35479
35480 2005-08-10  Simon Josefsson  <jas@extundo.com>
35481
35482         * m4/strnlen.m4: New file.
35483
35484         * m4/strndup.m4: Don't check for strnlen declaration, done in
35485         strnlen.m4.
35486
35487 2005-08-10  Simon Josefsson  <jas@extundo.com>
35488
35489         * lib/strndup.c: Use strnlen.h.
35490
35491         * lib/strnlen.h: New file.
35492
35493 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35494
35495         * README: Typos.
35496
35497 2005-08-02  Simon Josefsson  <jas@extundo.com>
35498
35499         * modules/readline: New file.
35500
35501 2005-08-02  Simon Josefsson  <jas@extundo.com>
35502
35503         * modules/getdelim: New file.
35504
35505         * modules/getline: Rewrite, don't use getndelim2.
35506
35507 2005-08-02  Simon Josefsson  <jas@extundo.com>
35508
35509         * m4/getline.m4: Separate out getdelim stuff into separate module.
35510
35511         * m4/getdelim.m4: New file.
35512
35513 2005-08-02  Simon Josefsson  <jas@extundo.com>
35514
35515         * lib/getline.h, getline.c: Rewrite.
35516
35517         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
35518
35519 2005-07-31  Bruno Haible  <bruno@clisp.org>
35520
35521         * lib/lock.h (gl_lock_initializer): New macro.
35522         (gl_lock_define_initialized): Use it.
35523         (gl_rwlock_initializer): New macro.
35524         (gl_rwlock_define_initialized): Use it.
35525         (gl_recursive_lock_initializer): New macro.
35526         (gl_recursive_lock_define_initialized): Use it.
35527
35528 2005-07-30  Karl Berry  <karl@gnu.org>
35529
35530         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
35531         Report from Ben Pfaff, regarding getopt.
35532
35533 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
35534
35535         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
35536         normal way.
35537         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
35538         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
35539         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
35540         (gl_GETOPT): Use the new macros.  Most of the implementation
35541         is moved to the new macros.  This is for programs like Emacs
35542         that don't want all the functionality of gl_GETOPT.
35543
35544 2005-07-26  Bruno Haible  <bruno@clisp.org>
35545
35546         * m4/lock.m4: Update from GNU gettext.
35547
35548 2005-07-26  Bruno Haible  <bruno@clisp.org>
35549
35550         * lib/lock.h: Update from GNU gettext.
35551         * lib/lock.c: Update from GNU gettext.
35552
35553 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
35556         obsolescent AC_TRY_RUN.  Include the default includes files, for
35557         'exit'.
35558
35559 2005-07-24  Bruno Haible  <bruno@clisp.org>
35560
35561         * modules/visibility: New file.
35562         * MODULES.html.sh (Misc): Add visibility.
35563
35564 2005-07-24  Bruno Haible  <bruno@clisp.org>
35565
35566         * m4/visibility.m4: New file.
35567
35568 2005-07-24  Bruno Haible  <bruno@clisp.org>
35569
35570         * doc/visibility.texi: New file.
35571
35572 2005-07-22  Bruno Haible  <bruno@clisp.org>
35573
35574         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
35575         $(ALLOCA_H), redundant through BUILT_SOURCES.
35576         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
35577         redundant through BUILT_SOURCES.
35578         * modules/byteswap (Makefile.am): Remove explicit dependency on
35579         $(BYTESWAP_H), redundant through BUILT_SOURCES.
35580         * modules/fnmatch (Makefile.am): Remove explicit dependency on
35581         $(FNMATCH_H), redundant through BUILT_SOURCES.
35582         * modules/getopt (Makefile.am): Remove explicit dependency on
35583         $(GETOPT_H), redundant through BUILT_SOURCES.
35584         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
35585         redundant through BUILT_SOURCES.
35586         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
35587         redundant through BUILT_SOURCES.
35588         * modules/stdbool (Makefile.am): Remove explicit dependency on
35589         $(STDBOOL_H), redundant through BUILT_SOURCES.
35590         * modules/stdint (Makefile.am): Remove explicit dependency on
35591         $(STDINT_H), redundant through BUILT_SOURCES.
35592         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
35593         Remove explicit dependency on $(SYSEXITS_H).
35594         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
35595
35596 2005-07-18  Simon Josefsson  <jas@extundo.com>
35597
35598         * lib/check-version.c (check_version): Accept identical versions too.
35599
35600 2005-07-18  Bruno Haible  <bruno@clisp.org>
35601
35602         * modules/lock: New file.
35603         * MODULES.html.sh (Multithreading): New section.
35604
35605 2005-07-18  Bruno Haible  <bruno@clisp.org>
35606
35607         * m4/lock.m4: New file, from GNU gettext.
35608
35609 2005-07-18  Bruno Haible  <bruno@clisp.org>
35610
35611         * lib/lock.h: New file, from GNU gettext.
35612         * lib/lock.c: New file, from GNU gettext.
35613
35614 2005-07-18  Bruno Haible  <bruno@clisp.org>
35615
35616         * lib/lock.h (gl_once_t): New type.
35617         (gl_once_define, gl_once): New macros.
35618         * lib/lock.c (fresh_once): New variable.
35619         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
35620         functions.
35621
35622 2005-07-16  Simon Josefsson  <jas@extundo.com>
35623
35624         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
35625         workaround, suggested by Bruno.
35626
35627 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35628
35629         * modules/xalloc (Depends-on): Add xalloc-die.
35630         * modules/xvasprintf (Depends-on): Add xalloc-die.
35631
35632 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
35633
35634         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
35635         with a minor change.
35636
35637 2005-07-15  Bruno Haible  <bruno@clisp.org>
35638
35639         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
35640         When using lib/poll.c, define poll as rpl_poll.
35641
35642 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
35643
35644         * modules/argp (Depends-on): Remove unlocked-io.
35645
35646 2005-07-14  Derek Price  <derek@ximbiot.com>
35647
35648         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
35649         for glob symlink bug.
35650
35651 2005-07-14  Bruno Haible  <bruno@clisp.org>
35652
35653         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
35654         Instead, test for *_unlocked function declarations directly.
35655
35656 2005-07-11  Simon Josefsson  <jas@extundo.com>
35657
35658         * modules/size_max: New file.
35659
35660         * modules/xsize: Depend on size_max module for size_max.m4.
35661
35662 2005-07-11  Simon Josefsson  <jas@extundo.com>
35663
35664         * lib/size_max.h: New file.
35665
35666 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
35667
35668         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
35669         copyright symbol and the year.
35670         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
35671         (version_etc_va): Use parameterized copyright notice.
35672         Reword to conform to the current GNU coding standards.
35673
35674 2005-07-11  Karl Berry  <karl@gnu.org>
35675
35676         * doc/gnulib.texi (Quoting): new node.
35677         (Initial import): more info, from Patrice.
35678
35679 2005-07-11  Bruno Haible  <bruno@clisp.org>
35680
35681         * gnulib-tool (func_usage): Document option --avoid.
35682         (Command line options): Handle --avoid.
35683         (func_acceptable): New function.
35684         (func_modules_transitive_closure): Use it.
35685
35686 2005-07-11  Bruno Haible  <bruno@clisp.org>
35687
35688         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
35689         Reported by Jim Meyering.
35690
35691 2005-07-10  Bruno Haible  <bruno@clisp.org>
35692
35693         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
35694         Needed when size_t is smaller than 'unsigned int'.
35695         Reported by Paul Eggert.
35696
35697 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35698
35699         * modules/argp (Depends-on): Add unlocked-io
35700
35701 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35702
35703         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
35704         block of defines.
35705
35706 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
35707
35708         * config/srclist.txt: Comment out regcomp.c, since we have a porting
35709         fix now.
35710
35711 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
35712         and Paul Eggert  <eggert@cs.ucla.edu>
35713
35714         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
35715         in wint_t, not wchar_t.  Remove now-unnecessary cast.
35716
35717 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35718
35719         * modules/regex (Files): Add lib/regex_internal.c,
35720         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
35721         (Depends-on): Add extensions.
35722         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
35723
35724 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35725
35726         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
35727         pathconf.
35728         * m4/same.m4 (gl_SAME): Likewise.
35729         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
35730
35731         * m4/regex.m4: Adjust to new libc regex implementation.
35732         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
35733         all the .c and .h parts of (the new) regex.
35734         Quote the m4 stuff better.
35735         Check for RE_ICASE bug of old gnulib.
35736         Check for REG_STARTEND of recent libc.
35737         Rename local variables from jm_* to gl_*.
35738         Quote operand of "test -f".
35739         Say "recent enough" version of libc, not "version 2".
35740         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
35741         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
35742         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
35743         Remove check for btowc, isascii.
35744         Require AM_LANGINFO_CODESET.
35745
35746 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35747
35748         * lib/regex.c, regex.h: Sync from libc.
35749         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
35750         * lib/regexec.c:
35751         New files, synced from libc, except that regex_internal.h
35752         currently has a small porting fix.
35753
35754 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
35755
35756         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
35757         regex_internal.c, regexec.c.
35758         Add regex_internal.h too, but as a comment, since the libc version
35759         is currently broken in gnulib mode.
35760
35761 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
35762
35763         Support programs like Emacs that use gnulib but not gettext.
35764         * MODULES.html.sh (Internationalization functions): Add gettext-h.
35765         * modules/gettext-h: New file.
35766         * modules/gettext (Files): Remove lib/gettext.h.
35767         (Depends-on): Add gettext-h.
35768         (Makefile.am): Remove lib_SOURCES.
35769         * modules/argmatch, modules/c-stack, modules/closeout:
35770         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
35771         * modules/execute, modules/file-type, modules/getaddrinfo:
35772         * modules/getopt, modules/human, modules/javacomp:
35773         * modules/javaexec, modules/mkdir-p, modules/obstack:
35774         * modules/openat, modules/pagealign_alloc, modules/pipe:
35775         * modules/quotearg, modules/regex, modules/rpmatch:
35776         * modules/unicodeio, modules/userspec, modules/version-etc:
35777         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
35778         * modules/xsetenv:
35779         Depend on gettext-h, not gettext.
35780
35781 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
35782
35783         * gnulib-tool (func_import): Add support for 'public domain' license.
35784         * modules/alloca, modules/atexit, modules/memmove:
35785         Now public domain, not GPL.
35786         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
35787         * modules/realloc, modules/strerror, modules/strtod:
35788         Now LGPL, not GPL.
35789
35790 2005-07-05  Bruno Haible  <bruno@clisp.org>
35791
35792         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
35793         autoconf CVS. Needed for mingw.
35794
35795 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35796
35797         Remove the dependency of the strftime module on the tzset module.
35798         * modules/strftime (Depends-on): Remove dependency on tzset.
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         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
35804         gl_FUNC_TZSET_CLOBBER.
35805
35806 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
35807
35808         Remove the dependency of the strftime module on the tzset module.
35809         * lib/strftime.c (my_strftime)
35810         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
35811         Copy the input structure, to work around some of the bug with
35812         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
35813         Solaris releases, you should also use the tzset module, but we won't
35814         require it as a dependency any more since we don't want LGPLed code
35815         to depend on GPLed code.
35816
35817 2005-07-02  Jim Meyering  <jim@meyering.net>
35818
35819         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
35820         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
35821         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
35822         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
35823
35824 2005-07-02  Jim Meyering  <jim@meyering.net>
35825
35826         * lib/backupfile.c (backup_args): Change a `0' to NULL.
35827
35828 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35829
35830         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
35831         declares only 'struct timespec;' (!).
35832
35833 2005-07-01  Jim Meyering  <jim@meyering.net>
35834
35835         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
35836         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
35837         * lib/save-cwd.c, tempname.c:
35838         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35839         and don't include <sys/file.h>).
35840
35841 2005-06-29  Jim Meyering  <jim@meyering.net>
35842
35843         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
35844         type name.  Use the variable name instead.
35845         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
35846         Likewise.
35847
35848 2005-06-28  Simon Josefsson  <jas@extundo.com>
35849
35850         * modules/check-version (Files): Add check-version.m4.
35851
35852 2005-06-28  Simon Josefsson  <jas@extundo.com>
35853
35854         * m4/check-version.m4: New file, suggested by Jim Meyering
35855         <jim@meyering.net>.
35856
35857 2005-06-28  Simon Josefsson  <jas@extundo.com>
35858
35859         * lib/check-version.h, lib/check-version.c: New files.
35860
35861 2005-06-28  Simon Josefsson  <jas@extundo.com>
35862
35863         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
35864         collision with global variable.  Better indentation.  Don't
35865         increment buffer pointer beyond buffer end.  Based on comments
35866         from Paul Eggert <eggert@cs.ucla.edu>.
35867
35868         * lib/base64.h: Indent.
35869
35870 2005-06-28  Simon Josefsson  <jas@extundo.com>
35871
35872         * doc/gnulib.texi (Library version handling): New section.
35873
35874 2005-06-28  Jim Meyering  <jim@meyering.net>
35875
35876         * check-module (find_included_lib_files): Hard-code another
35877         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
35878         but modules/fts-lgpl (correctly) does not list those files.
35879
35880         * modules/canonicalize (Files): Add lib/pathmax.h.
35881
35882 2005-06-25  Simon Josefsson  <jas@extundo.com>
35883
35884         * modules/check-version: New file.
35885
35886 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
35887
35888         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
35889         initializer of struct addrinfo, as an indication that we don't
35890         care how many members the structure has.
35891
35892 2005-06-24  Derek Price  <derek@ximbiot.com>
35893         and Bruno Haible  <bruno@clisp.org>
35894
35895         Remove stat module & update lstat.
35896         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
35897         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35898         * m4/stat.m4: Remove this file.
35899
35900 2005-06-24  Derek Price  <derek@ximbiot.com>
35901         and Bruno Haible  <bruno@clisp.org>
35902
35903         Remove stat module & update lstat.
35904         * lib/stat.c: Remove this file...
35905         (slash_aware_lstat): ...moving this content and its support...
35906         * lib/lstat.c (rpl_lstat): ...into here.
35907         * lib/lstat.h: New file.
35908
35909 2005-06-24  Derek Price  <derek@ximbiot.com>
35910         and Bruno Haible  <bruno@clisp.org>
35911
35912         Remove stat module & update lstat.
35913         * config/srclist.txt (libc sources): Remove stat.
35914
35915 2005-06-24  Derek Price  <derek@ximbiot.com>
35916         and Bruno Haible  <bruno@clisp.org>
35917
35918         Remove stat module & update lstat.
35919         * MODULES.html.sh (stat): Remove.
35920         * MODULES.html: Regenerated.
35921         * modules/lstat (Description): Correct function name.
35922         (Files): Add "lstat.h".
35923         (Depends-on): Remove stat, add xalloc, stat-macros.
35924         * modules/stat: Remove this file.
35925         (Include): Add "lstat.h", remove <sys/stat.h>.
35926
35927 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35928
35929         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
35930         (ranged_convert): Don't save conversion in a temporary struct.
35931         This causes a warning with GCC 4.0.0, and anyway in the typical
35932         case it's not worth the extra 100 bytes or so of code.
35933         (ranged_convert, __mktime_internal): When calling a function via a
35934         pointer P, use P () rather than (*P) (), as we now assume C89 or
35935         better.
35936
35937 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35938
35939         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
35940         "who -r" failed to give output.  Problem reported by Tim Waugh.
35941
35942         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
35943         (xcalloc): Use it to avoid needless tests.
35944         Problem reported by Jim Meyering.
35945
35946 2005-06-20  Derek Price  <derek@ximbiot.com>
35947
35948         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
35949         unnecessary for Autoconfs > 2.59c.
35950
35951 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35952
35953         * lib/argp.h (__option_is_short): Check upper limit of
35954         __key. Isprint() requires its argument to have the value
35955         of an unsigned char or EOF.
35956
35957 2005-06-16  Jim Meyering  <jim@meyering.net>
35958
35959         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
35960         when either N or S is zero.
35961
35962 2005-06-16  Derek Price  <derek@ximbiot.com>
35963
35964         * m4/bison.m4: Declare YACC & YFLAGS precious.
35965
35966 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
35967
35968         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
35969         multibyte string or pattern, fall back on unibyte matching.
35970         Problem reported by James Youngman.
35971
35972 2005-06-08  Bruno Haible  <bruno@clisp.org>
35973
35974         * modules/csharpcomp: New file.
35975         * MODULES.html.sh (C#): Add csharpcomp.
35976
35977 2005-06-08  Bruno Haible  <bruno@clisp.org>
35978
35979         * m4/csharpcomp.m4: New file, from GNU gettext.
35980
35981 2005-06-08  Bruno Haible  <bruno@clisp.org>
35982
35983         * lib/csharpcomp.h: New file, from GNU gettext.
35984         * lib/csharpcomp.c: New file, from GNU gettext.
35985         * lib/csharpcomp.sh.in: New file, from GNU gettext.
35986
35987 2005-06-08  Bruno Haible  <bruno@clisp.org>
35988
35989         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
35990         warning on mingw.
35991
35992 2005-06-07  Derek Price  <derek@ximbiot.com>
35993
35994         Sync from CVS.
35995         * lib/glob_.h: Indent nested #ifdef.
35996
35997 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
35998
35999         Sync from coreutils.
36000         Use "file name" when talking about file names, instead of "filename"
36001         or "path", as per the GNU coding standards.
36002         * lib/mkdir-p.c: Renamed from makepath.c.
36003         (make_dir_parents): Renamed from make_path.  All callers changed.
36004         * lib/mkdir-p.h: Likewise.  All includers changed.
36005         * lib/filenamecat.c: Renamed from path-concat.c.
36006         (file_name_concat): Renamed from path_concat.  All callers changed.
36007         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
36008         * lib/filenamecat.h: Likewise.  All includers changed.
36009         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
36010         in comments or local variable names.
36011         * lib/basename.c: Likewise.
36012         * lib/canonicalize.c, canonicalize.h: Likewise.
36013         * lib/dirname.c, dirname.h: Likewise.
36014         * lib/euidaccess.c: Likewise.
36015         * lib/exclude.c: Likewise
36016         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
36017         * lib/fsusage.c, fsuage.h: Likewise.
36018         * lib/fts.c, fts_.h: Likewise.
36019         * lib/getcwd.c: Likewise.
36020         * lib/getloadavg.c: Likewise.
36021         * lib/mkstemp.c: Likewise.
36022         * lib/mountlist.c, mountlist.h: Likewise.
36023         * lib/openat.c, openat.h: Likewise.
36024         * lib/readlink-stub.c: Likewise.
36025         * lib/readutmp.c, readutmp.h: Likewise.
36026         * lib/rename.c: Likewise.
36027         * lib/rmdir.c: Likewise.
36028         * lib/same.c: Likewise.
36029         * lib/savedir.c: Likewise.
36030         * lib/stripslash.c: Likewise.
36031         * lib/tempname.c: Likewise.
36032         * lib/xreadlink.c: Likewise.
36033         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
36034         All uses changed.
36035         * lib/exclude.h: Likewise.
36036
36037         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
36038         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36039         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
36040         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36041         * lib/pathmax.h: Include <limits.h> unconditionally, since other
36042         files have been getting away with it for years (MORE/BSD 4.3
36043         is extinct now).
36044         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
36045         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
36046
36047         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
36048         Define to 256, not 255, as per modern POSIX.
36049
36050 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36051
36052         Sync from coreutils.
36053         Use "file name" when talking about file names, instead of "filename"
36054         or "path", as per the GNU coding standards.
36055         * MODULES.html.sh: mkdir-p renamed from makepath.
36056         filenamecat renamed from path-concat.
36057         * modules/filenamecat: Renamed from modules/path-concat.
36058         (Files): filenamecat.h and filenamecat.c renamed from
36059         path-concat.h and path-concat.c.
36060         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
36061         (Include): filenamecat.h, not path-concat.h.
36062         * modules/mkdir-p: Renamed from modules/makepath.
36063         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
36064         makepath.c.
36065         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
36066         (Include): mkdir-p.h, not makepath.h.
36067
36068 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
36069
36070         Sync from coreutils.
36071         * m4/mkdir-p.m4: Renamed from makepath.m4.
36072         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
36073         Rename files from makepath.c to mkdir-p.c, and from
36074         makepath.h to mkdir-p.h.
36075         * m4/filenamecat.m4: Renamed from path-concat.m4.
36076         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
36077         Rename files from path-concat.c to filenamecat.c,
36078         and from path-concat.h to filenamecat.h.
36079         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
36080         "file name" in local variables or comments.
36081         * m4/rename.m4: Likewise.
36082
36083 2005-06-01  Bruno Haible  <bruno@clisp.org>
36084
36085         * modules/csharpexec: New file.
36086         * MODULES.html.sh (C#): New section.
36087
36088 2005-06-01  Bruno Haible  <bruno@clisp.org>
36089
36090         * m4/csharp.m4: New file, from GNU gettext.
36091         * m4/csharpexec.m4: New file, from GNU gettext.
36092
36093 2005-06-01  Bruno Haible  <bruno@clisp.org>
36094
36095         * lib/csharpexec.h: New file, from GNU gettext.
36096         * lib/csharpexec.c: New file, from GNU gettext.
36097         * lib/csharpexec.sh.in: New file, from GNU gettext.
36098
36099 2005-05-31  Derek Price  <derek@ximbiot.com>
36100             Paul Eggert  <eggert@cs.ucla.edu>
36101
36102         Sync from cvs.
36103         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36104
36105 2005-05-31  Derek Price  <derek@ximbiot.com>
36106             Paul Eggert  <eggert@cs.ucla.edu>
36107
36108         Sync from cvs.
36109         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
36110
36111 2005-05-29  Derek Price  <derek@ximbiot.com>
36112
36113         * config/srclist.txt (glob_.h, glob.c): Add these files.
36114
36115 2005-05-29  Derek Price  <derek@ximbiot.com>
36116
36117         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
36118         * modules/glob: New file.
36119         * modules/getlogin_r: Add link to POSIX spec in description.
36120
36121 2005-05-29  Derek Price  <derek@ximbiot.com>
36122             Paul Eggert  <eggert@cs.ucla.edu>
36123
36124         * m4/glob.m4: New file.
36125
36126 2005-05-29  Derek Price  <derek@ximbiot.com>
36127             Paul Eggert  <eggert@cs.ucla.edu>
36128
36129         * lib/glob_.h, lib/glob.c: New files.
36130
36131 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         * modules/fts (Files): Remove m4/inttypes-pri.m4.
36134         * modules/fts-lgpl (Depends-on): Remove gettext.
36135
36136 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36137
36138         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
36139         and don't require gt_INTTYPES_PRI.
36140
36141 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
36142
36143         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
36144
36145         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
36146         the configuration hassle isn't worth it.
36147         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
36148         (LONGEST_MODIFIER, PRIuMAX): Remove.
36149
36150 2005-05-27  Bruno Haible  <bruno@clisp.org>
36151
36152         * lib/getlogin_r.h: Remove second include of <stddef.h>.
36153
36154 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
36155
36156         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
36157         _POSIX_PTHREAD_SEMANTICS for Solaris.
36158
36159 2005-05-25  Derek Price  <derek@ximbiot.com>
36160
36161         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
36162
36163 2005-05-25  Derek Price  <derek@ximbiot.com>
36164             Paul Eggert  <eggert@cs.ucla.edu>
36165
36166         * modules/getlogin_r, m4/getlogin_r.m4: New files.
36167         * lib/getlogin_r.c, getlogin_r.h: New files.
36168
36169 2005-05-25  Bruno Haible  <bruno@clisp.org>
36170             Derek Price  <derek@ximbiot.com>
36171
36172         * lib/getlogin_r.h: Simplify API documentation.
36173
36174 2005-05-23  Derek Price  <derek@ximbiot.com>
36175
36176         * modules/minmax (Files): Add m4/minmax.m4.
36177         (configure.ac): Add gl_MINMAX.
36178
36179 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36180
36181         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
36182         so that unistd-safer.h (GPL'ed code) need not be included.
36183
36184 2005-05-22  Bruno Haible  <bruno@clisp.org>
36185
36186         * m4/minmax.m4: New file.
36187         Based on a patch by Derek Price <derek@ximbiot.com>.
36188
36189 2005-05-22  Bruno Haible  <bruno@clisp.org>
36190
36191         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
36192         (INT64_MIN): Fix definition.
36193         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
36194
36195         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
36196         NEED_SIGNED_INT_TYPES.
36197
36198         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
36199         HAVE_SYSTEM_INTTYPES.
36200
36201 2005-05-22  Bruno Haible  <bruno@clisp.org>
36202
36203         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
36204         Also include <sys/param.h> if it defines MIN, MAX.
36205         Based on a patch by Derek Price <derek@ximbiot.com>.
36206
36207 2005-05-21  Jim Meyering  <jim@meyering.net>
36208
36209         * modules/fts (Files): Add m4/inttypes-pri.m4.
36210         (Depends-on): Add lstat and remove gettext.  Alphabetize.
36211
36212 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36213
36214         New fts module.
36215         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
36216         (setup_dir, free_dir): New functions.
36217         (enter_dir, leave_dir): Define trivial
36218         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
36219         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
36220         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
36221         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
36222         Move to fts-cycle.c.
36223         (fts_open): Use setup_dir.
36224         (fts_close): Use free_dir.
36225         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
36226         This adds a label and some gotos, but the alternatives were messier.
36227         Check for memory allocation failure when entering a dir.
36228         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
36229         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
36230         (FTS): New member fts_cycle, that is a union that contains the
36231         old active_dir_ht and cycle_state.  All uses changed to mention
36232         fts_cycle.ht and fts_cycle.state.
36233         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
36234         fts.c, with the following changes:
36235         (setup_dir, free_dir): New functions.
36236         (enter_dir): Now returns bool.  Return true if successful, false
36237         if memory exhausted.  All callers changed.
36238         Do not bother partly cleaning up on
36239         memory allocation failure; that is free_dir's job.
36240         However, free ad if hash_insert fails, to avoid memory leak.
36241         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
36242         fts->fts_options to see which union member to use.
36243
36244 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36245
36246         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
36247         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
36248
36249 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36250
36251         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
36252
36253 2005-05-20  Jim Meyering  <jim@meyering.net>
36254
36255         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
36256         Now a macro, to pacify GCC.
36257
36258 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36259
36260         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
36261         of -1.
36262
36263 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
36264
36265         * lib/chown.c (rpl_chown): Return -1 on failure.
36266
36267 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36268
36269         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
36270         Don't check for stddef.h.
36271         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
36272         don't use its results.
36273         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
36274         since we include them unconditionally.  Don't require
36275         AM_STDBOOL_H, since stdbool is a prerequisite.
36276         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
36277         since we assume C89 or better.
36278         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
36279         as we don't use their results.
36280         Don't check for fchdir, memmove, memset, strrchr, as we use
36281         them unconditionally.
36282         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
36283         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
36284
36285 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
36286
36287         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
36288         Include <stddef.h> unconditionally, since we assume C89 now.
36289         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
36290         * lib/fts.c: Include fts_.h first, to check interface.
36291         Do not include intprops.h; no longer needed.
36292         Include cycle-check.h and hash.h, since fts_.h no longer does.
36293         Remove unnecessary casts of closedir to void.
36294         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
36295         decide whether to decrement nlinks.
36296         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
36297         (FTS): Use struct hash_table * instead of Hash_table, so that
36298         we no longer need to include hash.h here.
36299
36300 2005-05-18  Jim Meyering  <jim@meyering.net>
36301
36302         * modules/dirfd (License): Change to LGPL.  Most of the code
36303         is already in the public domain.
36304
36305 2005-05-18  Jim Meyering  <jim@meyering.net>
36306
36307         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
36308         Reported by Yoann Vandoorselaere.
36309
36310 2005-05-17  Jim Meyering  <jim@meyering.net>
36311
36312         * m4/fts.m4: New file, from coreutils.
36313
36314 2005-05-17  Jim Meyering  <jim@meyering.net>
36315
36316         * lib/fts.c, lib/fts_.h: New files, from coreutils.
36317
36318 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36319
36320         Sync from coreutils.
36321         * m4/unlinkdir.m4: New file.
36322
36323 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36324
36325         Sync from coreutils.
36326         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
36327         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
36328         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
36329         White space changes only.
36330         * lib/makepath.c (make_path): Port to hosts where leading "//" is
36331         special.
36332         * lib/yesno.c: Include getline.h, not ctype.h.
36333         (yesno): Don't remove leading white space; POSIX doesn't allow it.
36334         Use getline to remove arbitrary restriction on response length.
36335
36336 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
36337
36338         * config/srclist-update: Spell out "Street" in FSF postal
36339         mail address; this is the style the FSF seems to prefer.
36340
36341         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
36342         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
36343         this updates FSF postal mail address.
36344
36345         Sync from coreutils.
36346         * modules/unlinkdir: New file.
36347         * modules/yesno (Depends-on): Add getline.
36348         * MODULES.html.sh (File system functions): Add unlinkdir.
36349
36350 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36351
36352         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
36353         lib/strsep.h:
36354         Change the initial comment to refer to GPL, not LGPL.
36355         gnulib-tool will change it to LGPL as needed.
36356
36357         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
36358         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
36359         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
36360         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
36361         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
36362         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
36363         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
36364         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
36365         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
36366         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
36367         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
36368         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
36369         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
36370         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
36371         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
36372         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
36373         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
36374         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
36375         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
36376         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
36377         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
36378         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
36379         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
36380         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
36381         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
36382         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
36383         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
36384         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
36385         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
36386         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
36387         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
36388         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
36389         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
36390         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
36391         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
36392         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
36393         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
36394         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
36395         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
36396         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
36397         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
36398         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
36399         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
36400         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
36401         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
36402         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
36403         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
36404         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
36405         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
36406         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
36407         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36408         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
36409         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
36410         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
36411         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
36412         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
36413         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
36414         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
36415         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
36416         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
36417         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
36418         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
36419         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
36420         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
36421         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
36422         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
36423         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
36424         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
36425         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
36426         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
36427         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
36428         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
36429         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
36430         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
36431         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
36432         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
36433         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
36434         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
36435         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
36436         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
36437         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
36438         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
36439         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
36440         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
36441         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
36442         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
36443         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
36444         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
36445         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
36446         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
36447         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
36448         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
36449         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
36450         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
36451         lib/yesno.c, lib/yesno.h:
36452         Update FSF postal mail address.
36453
36454 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36455
36456         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
36457         tests/test-memmem.c, tests/test-stpncpy.c:
36458         Update FSF postal mail address.
36459
36460 2005-05-13  Bruno Haible  <bruno@clisp.org>
36461
36462         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
36463         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
36464         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
36465         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
36466         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
36467         Add support for 64-bit integers in the MSVC compiler.
36468
36469 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36470
36471         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
36472
36473 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
36474
36475         * gnulib-tool (func_import): Sort and uniquify recommended includes.
36476
36477 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
36478
36479         * doc/getdate.texi (General date syntax): Don't say that date
36480         date --iso-8601=ns generates acceptable dates; it doesn't yet.
36481         Problem reported by Nic Ferrier.
36482
36483 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36484
36485         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
36486         specified in ai_socktype. Fix invalid ai_protocol
36487         check. ai_protocol is usually set to 0 or depending on
36488         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
36489         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
36490         ai_socktype / ai_protocol in the returned addrinfo structure.
36491
36492 2005-05-10  Simon Josefsson  <jas@extundo.com>
36493
36494         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
36495         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
36496
36497 2005-05-10  Karl Berry  <karl@gnu.org>
36498
36499         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
36500         (from http://www.gnu.org/licenses).
36501         * doc/COPYING.LIB: also rename to COPYING.LESSER.
36502         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
36503         fdl.texi suffices.
36504
36505 2005-05-10  Karl Berry  <karl@gnu.org>
36506
36507         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
36508         (COPYING.DOC): remove.
36509
36510         * config/srclist-update: new FSF address.
36511
36512 2005-05-10  Derek Price  <derek@ximbiot.com>
36513
36514         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
36515         possible.
36516
36517 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36518             Bruno Haible  <bruno@clisp.org>
36519
36520         * modules/inet_ntop: New file.
36521         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36522         inet_ntop.
36523
36524 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36525             Bruno Haible  <bruno@clisp.org>
36526
36527         * m4/inet_ntop.m4: New file.
36528
36529 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36530             Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/inet_ntop.h: New file.
36533         * lib/inet_ntop.c: New file, from glibc with modifications.
36534
36535 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
36536
36537         * modules/time_r (License): Change to LGPL.
36538         * modules/extensions (License): Change to LGPL.  Actually,
36539         the license is more permissive than that, but currently gnulib-tool
36540         doesn't know how to handle more-permissive licenses.
36541
36542         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
36543         Problem reported by Dave Love.
36544
36545 2005-05-08  Jim Meyering  <jim@meyering.net>
36546
36547         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
36548         blank.
36549
36550 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36551
36552         * modules/argmatch (Depends-on): Add stdbool.
36553         * modules/backupfile (Depends-on): Likewise.
36554         * modules/chdir-long (Depends-on): Likewise.
36555         * modules/closeout (Depends-on): Likewise.
36556         * modules/cycle-check (Depends-on): Likewise.
36557         * modules/dirname (Depends-on): Likewise.
36558         * modules/fnmatch (Depends-on): Likewise.
36559         * modules/fsusage (Depends-on): Likewise.
36560         * modules/fwriteerror (Depends-on): Likewise.
36561         * modules/getcwd (Depends-on): Likewise.
36562         * modules/getloadavg (Depends-on): Likewise.
36563         * modules/hard-locale (Depends-on): Likewise.
36564         * modules/makepath (Depends-on): Likewise.
36565         * modules/mountlist (Depends-on): Likewise.
36566         * modules/nanosleep (Depends-on): Likewise.
36567         * modules/posixtm (Depends-on): Likewise.
36568         * modules/quotearg (Depends-on): Likewise.
36569         * modules/readtokens (Depends-on): Likewise.
36570         * modules/readtokens0 (Depends-on): Likewise.
36571         * modules/readutmp (Depends-on): Likewise.
36572         * modules/save-cwd (Depends-on): Likewise.
36573         * modules/strftime (Depends-on): Likewise.
36574         * modules/userspec (Depends-on): Likewise.
36575         * modules/utimecmp (Depends-on): Likewise.
36576         * modules/xgetcwd (Depends-on): Likewise.
36577         * modules/xnanosleep (Depends-on): Likewise.
36578         * modules/xstrtod (Depends-on): Likewise.
36579         * modules/yesno (Depends-on): Likewise.
36580
36581 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
36582
36583         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
36584         needless checks.
36585
36586 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36587
36588         Merge from coreutils.  Among other things,
36589         add bulletproofing for cases where stdin, stdout, or stderr are closed.
36590         * lib/fd-safer.c: New file.
36591         * lib/fcntl-safer.h, open-safer.c: Remove.
36592         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
36593         * lib/dup-safer.c: Include unistd-safer.h first.
36594         Don't include errno.h.
36595         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
36596         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
36597         * lib/file-type.c: Rely on file-type.h change.
36598         * lib/getloadavg.c: Include unistd-safer.h.
36599         (getloadavg): Use safer open.
36600         * lib/getusershell.c: Include "stdio-safer.h".
36601         (getusershell): Use safer fopen.
36602         * lib/long-options.c (long_options): Use NULL rather than 0.
36603         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
36604         'free'.
36605         * lib/modechange.c: Likewise.
36606         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
36607         (MODE_DONE): New constant.
36608         (struct mode_change): Remove 'next' member.
36609         (make_node_op_equals): New function; like the old one of the
36610         same name, except it allocates an array.
36611         (mode_compile, mode_create_from_ref): Use it.
36612         (mode_compile): Allocate result as an array, not a linked list.
36613         Parse octal string ourself, so that we catch mistakes like "+0".
36614         (mode_adjust): Arg is an array, not a linked list.
36615         * lib/modechange.c: Include stat-macros.h, xalloc.h.
36616         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
36617         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
36618         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
36619         Remove.  This is now stat-macros.h's job.
36620         (talloc): Remove.  All callers replaced by xalloc, so that
36621         our invokers don't have to worry about reporting memory failures.
36622         (make_node_op_equals): Remove.
36623         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36624         New constants.
36625         (struct mode_change): Moved here from modechange.h.
36626         (mode_append_entry): Remove.
36627         (mode_compile): Remove MASKED_OPS arg, since it encouraged
36628         apps to have incorrect behavior.  Use simpler algorithm for head
36629         and tail.  Don't futz with umask; that's now the job of mode_adjust.
36630         Detect more invalid usages rather than having somewhat-random behavior.
36631         Don't insert an "a=" action, as that leads to incorrect behavior.
36632         (mode_compile, mode_create_from_ref): Return NULL on error instead
36633         of an enum, since now there's only one way to have an error.  All
36634         callers changed.
36635         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
36636         at the correct time.  Simplify calculation of "+u" and its ilk.
36637         Don't mishandle "+X".
36638         (mode_free): Remove "register" and localize decls.
36639         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
36640         (struct mode_change): Move to modechange.c; callers don't
36641         need to see this stuff.
36642         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
36643         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
36644         (mode_change, mode_adjust): Reflect the new signatures noted above.
36645         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
36646         that might redefine system include files.
36647         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
36648         (my_usleep): Use NULL rather than (void *) 0.
36649         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
36650         Use siginterrupt to specify that system calls should be interrupted.
36651         (rpl_nanosleep): Move initialization of suspended closer to call of
36652         my_usleep.
36653         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
36654         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
36655         (desirable_utmp_entry): New function.
36656         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
36657         using x2nrealloc, to simplify logic.
36658         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
36659         size calculation.  Do not assume utmp file is a regular file.
36660         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
36661         (READ_UTMP_CHECK_PIDS): New constant.
36662         * lib/save-cwd.c: Include unistd-safer.h.
36663         (save_cwd): Use fd_safer.
36664         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
36665         [!_LIBC] Include "stat-macros.h" instead.
36666         * lib/unistd-safer.h (fd_safer): New decl.
36667
36668 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36669
36670         * modules/getloadavg (Depends-on): Add unistd-safer.
36671         * modules/getusershell (Depends-on): Add stdio-safer.
36672         * modules/lstat (Depends-on): Remove xalloc.
36673         * modules/mkstemp (Depends-on): Add stat-macros.
36674         * modules/modechange (Depends-on): Remove xstrtol.
36675         Add stat-macros, xalloc.
36676         * modules/save-cwd (Depends-on): Add unistd-safer.
36677         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
36678         * modules/unistd-safer (Files): Add lib/fd-safer.c
36679         (Makefile.am): Remove lib_SOURCES.
36680
36681         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
36682         Remove fcntl-safer; unistd-safer supersedes it.
36683
36684 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36685
36686         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
36687         AC_HEADER_STAT.
36688         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
36689         (gl_PREREQ_CHOWN): Remove.
36690         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
36691         it.  Don't require AC_HEADER_STAT.
36692         (gl_PREREQ_LSTAT): Remove.
36693         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
36694         Don't require AC_HEADER_STAT.
36695         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
36696         (gl_PREREQ_RMDIR): Remove.
36697         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
36698         mention stat-macros.h or AC_HEADER_STAT, since we'll make
36699         the stat-macros module a prerequisite.
36700         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
36701         * m4/filemode.m4 (gl_FILEMODE): Likewise.
36702         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
36703         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
36704         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
36705         variable names.
36706         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
36707         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
36708         variable prefixes.
36709         * m4/fcntl-safer.m4: Remove.
36710         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
36711         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
36712         Invoke gl_PREREQ_FD_SAFER.
36713         (gl_PREREQ_FD_SAFER): New macro.
36714         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
36715         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
36716         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
36717         Remove duplicate call to AC_LIBOBJ(readutmp).
36718         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
36719
36720         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
36721         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
36722
36723 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
36724
36725         * MODULES.html.sh (Misc): Add byteswap.
36726
36727 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36728
36729         * modules/getcwd (Depends-on): Add extensions.
36730         * modules/openat (Depends-on): Likewise.
36731
36732 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36733
36734         * modules/byteswap: New file.
36735
36736 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36737
36738         * m4/byteswap.m4: New file.
36739
36740 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
36741
36742         * lib/byteswap_.h: New file.
36743
36744 2005-04-25  Karl Berry  <karl@gnu.org>
36745
36746         * m4/gettext.m4: Update from GNU gettext 0.14.4.
36747
36748 2005-04-25  Albert Chin  <china@thewrittenword.com>
36749
36750         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
36751         Toolkit C bug.
36752
36753 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
36754
36755         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
36756         (func_ln_if_changed) Remove forcibly for no error message
36757         in case file does not exist.
36758
36759 2005-04-19  Simon Josefsson  <jas@extundo.com>
36760
36761         * gnulib-tool (Options): Make --symlink mean --symbolic.
36762
36763 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
36764
36765         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
36766
36767 2005-04-16  Simon Josefsson  <jas@extundo.com>
36768
36769         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
36770
36771 2005-04-15  Simon Josefsson  <jas@extundo.com>
36772
36773         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
36774
36775 2005-04-15  Simon Josefsson  <jas@extundo.com>
36776
36777         * gnulib-tool: Rename --symlink to --symbolic.
36778
36779 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
36780
36781         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
36782         symbolic links to files instead of copying/moving.  Add --aux-dir,
36783         specifying directory relative --dir where auxiliary build tools
36784         are placed.
36785
36786 2005-04-14  Bruno Haible  <bruno@clisp.org>
36787
36788         * modules/allocsa (License): Change to LGPL.
36789         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
36790
36791 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36792
36793         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
36794         that "UTC +1 second" continues to work.  Problem reported
36795         by Dmitry V. Levin.
36796         (relunit_snumber): New rule.
36797         (relunit): Use it.
36798
36799 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36800
36801         * lib/getdate.y (universal_time_zone_table): New constant.
36802         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
36803         universal_time_zone_table.
36804         (lookup_zone): Prefer universal_time_zone_table to
36805         local_time_zone_table, so that "GMT" time stamps are allowed in
36806         London during the summer.  Problem reported by Ian Abbott.
36807
36808 2005-04-12  Jim Meyering  <jim@meyering.net>
36809
36810         * lib/human.c (humblock): Set *options even when returning due to
36811         xstrtoumax conversion failure.  Thanks to a used-uninitialized
36812         warning from gcc-4.
36813
36814 2005-04-09  Jim Meyering  <jim@meyering.net>
36815
36816         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
36817         -Wuninitialized: initialize tm0.tm_year.
36818
36819 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36820
36821         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
36822         count, since there's no maximum.  All uses changed.
36823         Add member dsts_seen.
36824         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
36825         not being INT_MAX.
36826         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
36827         Use pc_rels_seen to decide whther a date is absolute.
36828
36829         * lib/getdate.y (number): Don't overwrite year.
36830         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
36831         check.
36832
36833 2005-04-02  Simon Josefsson  <jas@extundo.com>
36834
36835         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
36836         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
36837
36838 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
36839
36840         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
36841         where no absolute path name can be longer than PATH_MAX.
36842
36843 2005-03-27  Jim Meyering  <jim@meyering.net>
36844
36845         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
36846
36847 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
36848
36849         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
36850         "one's complement" -> "ones' complement" in comment, as per Knuth.
36851         "value of type" -> "type or expression" in comment.
36852         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
36853
36854 2005-03-26  Jim Meyering  <jim@meyering.net>
36855
36856         Comment nits.
36857         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
36858         Correct typos: s/or/of/.
36859
36860 2005-03-26  Jim Meyering  <jim@meyering.net>
36861
36862         * modules/check-include-files: Move to ../ and rename to...
36863         * check-module: ...this.
36864
36865 2005-03-25  Jim Meyering  <jim@meyering.net>
36866
36867         * modules/xvasprintf (Files): Add xalloc.h.
36868
36869 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36870
36871         * modules/gettext (Files): config/config.rpath ->
36872         build-aux/config.rpath
36873         * modules/iconv (Files): Likewise.
36874         Problem reported by Oskar Liljeblad.
36875
36876 2005-03-23  Jim Meyering  <jim@meyering.net>
36877
36878         * modules/check-include-files: New script to check for
36879         missing dependencies, multiple includes, etc.
36880
36881         * modules/c-strtold (Depends-on): Add xalloc.
36882         * modules/c-strtod (Depends-on): Add xalloc.
36883         * modules/hash (Depends-on): Add xalloc.
36884         (Files): Remove lib/xalloc.h.
36885
36886         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
36887         * modules/userspec (Files): Add lib/inttostr.h.
36888
36889 2005-03-23  Jim Meyering  <jim@meyering.net>
36890
36891         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
36892
36893 2005-03-22  Jim Meyering  <jim@meyering.net>
36894
36895         * modules/stat-macros: New module.
36896         * modules/canonicalize, modules/euidaccess, modules/file-type,
36897         * modules/filemode, modules/lchown, modules/makepath,
36898         * modules/rmdir, modules/stat: Depend on new stat-macros module
36899         rather than listing lib/stat-macros.h manually.
36900         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
36901
36902 2005-03-22  Jim Meyering  <jim@meyering.net>
36903
36904         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
36905
36906 2005-03-22  Bruno Haible  <bruno@clisp.org>
36907
36908         * config/srclist.txt: Replace target directory 'config' with
36909         'build-aux'.
36910         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
36911         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
36912         ../build-aux/.
36913
36914 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
36915
36916         * modules/chdir-long (Depends-on): Add mempcpy.
36917
36918         * modules/acl, modules/backupfile, modules/c-strtod,
36919         modules/c-strtold, modules/canon-host, modules/canonicalize,
36920         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
36921         modules/exclude, modules/exitfail, modules/file-type,
36922         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
36923         modules/getdate, modules/getline, modules/getpagesize,
36924         modules/getpass, modules/getugroups, modules/group-member,
36925         modules/hard-locale, modules/hash, modules/human, modules/idcache,
36926         modules/inttostr, modules/long-options, modules/makepath,
36927         modules/md5, modules/memcasecmp, modules/memcoll,
36928         modules/modechange, modules/mountlist, modules/path-concat,
36929         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
36930         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
36931         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
36932         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
36933         modules/strftime, modules/strndup, modules/strverscmp,
36934         modules/timespec, modules/unlocked-io, modules/userspec,
36935         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
36936         modules/yesno:
36937         Remove lib_SOURCES line from Makefile.am section, as this is now
36938         done automatically by the corresponding Autoconf macro.
36939
36940 2005-03-21  Jim Meyering  <jim@meyering.net>
36941
36942         Changes imported from coreutils.
36943
36944         * lib/cycle-check.c: Don't include xalloc.h.
36945
36946         * lib/path-concat.c: Don't include assert.h.
36947         (path_concat): Remove assertion that would have triggered
36948         for ABASE starting with more than one slash.
36949         Reported by Andreas Schwab.
36950
36951         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
36952         properly when ABASE is an absolute file name.
36953         Correct the description of this function.
36954         Include <assert.h>.
36955         Add an assertion and a test driver.
36956         This fixes a bug introduced on 2004-07-02.
36957         Andreas Schwab reported the resulting failure of cp --parents:
36958         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
36959
36960 2005-03-21  Jim Meyering  <jim@meyering.net>
36961
36962         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
36963         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
36964
36965 2005-03-21  Jim Meyering  <jim@meyering.net>
36966         and  Paul Eggert  <eggert@cs.ucla.edu>
36967
36968         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
36969         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
36970         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
36971         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
36972         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
36973         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
36974         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
36975         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
36976         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
36977         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
36978         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
36979         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
36980         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
36981         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
36982         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
36983         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
36984         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
36985         for these modules.
36986
36987 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
36988
36989         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
36990         (which shouldn't happen), generate nothing instead of returning 0
36991         immediately, so that nstrftime (NULL, ...) doesn't return 0.
36992
36993 2005-03-16  Bruno Haible  <bruno@clisp.org>
36994
36995         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
36996         HAVE_LONGLONG_64BIT.
36997
36998 2005-03-16  Bruno Haible  <bruno@clisp.org>
36999
37000         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
37001         HAVE_LONGLONG_64BIT.
37002
37003 2005-03-16  Bruno Haible  <bruno@clisp.org>
37004
37005         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
37006         HAVE_LONGLONG_64BIT.
37007
37008 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * lib/strftime.c (my_strftime): Prepend space to format so that we can
37011         reliably distinguish strftime failure from empty output on POSIX
37012         hosts.
37013
37014 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
37015
37016         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
37017         (iconv_string): Don't guess a size-zero buffer, as that might cause
37018         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
37019         result would be 'too large', where 'too large' is (heuristically)
37020         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
37021         overflow concerns.  This will prevent some unwanted malloc failures
37022         when the inputs are very large.
37023
37024 2005-03-15  Karl Berry  <karl@gnu.org>
37025
37026         * config/srclist.txt (config.rpath): from gettext.
37027         * config/config.rpath: update.
37028
37029 2005-03-15  Bruno Haible  <bruno@clisp.org>
37030
37031         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
37032         to 'negate'.
37033
37034         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
37035         variable.
37036
37037         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
37038         results.
37039
37040 2005-03-14  Simon Josefsson  <jas@extundo.com>
37041
37042         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
37043         <fx@gnu.org>.
37044
37045 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
37046
37047         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
37048         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
37049         intprops.h.
37050         * lib/strtol.c: Likewise.
37051
37052 2005-03-14  Jim Meyering  <jim@meyering.net>
37053
37054         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
37055         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
37056         to be nonzero so that we (and caller) can detect the difference
37057         between a valid zero-length expansion and an error return, even
37058         when the underlying strftime fails before writing anything into
37059         that location.
37060
37061 2005-03-14  Bruno Haible  <bruno@clisp.org>
37062
37063         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
37064         Update from GNU gettext 0.14.3.
37065
37066 2005-03-10  Jim Meyering  <jim@meyering.net>
37067
37068         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
37069
37070 2005-03-10  Jim Meyering  <jim@meyering.net>
37071
37072         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
37073         so that this module works on systems without fchdir.
37074
37075 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
37076
37077         Factor int-properties macros into a single file, except for
37078         glibc-related files.
37079         * lib/intprops.h: New file.
37080         * lib/getloadavg.c: Include it instead of limits.h.
37081         (INT_STRLEN_BOUND): Remove.
37082         * lib/human.c: Include intprops.h.
37083         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
37084         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
37085         302/1000.
37086         * lib/inttostr.h: Include intprops.h instead of limits.h.
37087         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
37088         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
37089         for consistency with intprops.h.
37090         (time_t_is_integer, twos_complement_arithmetic): Use them.
37091         * lib/sig2str.h: Include <signal.h>, intprops.h.
37092         (INT_STRLEN_BOUND): Remove.
37093         * lib/strftime.c (TYPE_SIGNED): Remove.
37094         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
37095         * lib/strtol.c: Adjust comments to match intprops.h.
37096         * lib/userspec.c: Include intprops.h.
37097         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
37098         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
37099         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
37100         instead of rolling our own expressions.
37101         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
37102
37103         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
37104         instead of int.
37105         (my_strftime): Do not mishandle years close to INT_MAX, by doing
37106         the right thing even if adding 1900 would overflow.  Similarly
37107         for tm_mon + 1 and tm_yday + 1.
37108         Make %Y always equivalent to %C%y, and similarly for %G and %g.
37109         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
37110         (DO_SIGNED_NUMBER): New macro.
37111         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
37112
37113 2005-03-07  Bruno Haible  <bruno@clisp.org>
37114
37115         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
37116
37117 2005-03-07  Bruno Haible  <bruno@clisp.org>
37118
37119         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
37120
37121 2005-03-04  Derek R. Price  <derek@ximbiot.com>
37122
37123         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
37124         (func_import): Only replace files via --import when they have actually
37125         changed.
37126
37127 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37128
37129         * m4/mmap-anon.m4: New file.
37130         * m4/pagealign_alloc.m4: New file.
37131
37132 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37133             Bruno Haible  <bruno@clisp.org>
37134
37135         * modules/pagealign_alloc: New file.
37136         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
37137
37138 2005-03-03  Derek R. Price  <derek@ximbiot.com>
37139             Bruno Haible  <bruno@clisp.org>
37140
37141         * lib/pagealign_alloc.h: New file.
37142         * lib/pagealign_alloc.c: New file.
37143
37144 2005-03-03  Bruno Haible  <bruno@clisp.org>
37145
37146         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
37147         Use an all-permissive copyright notice, recommended by RMS.
37148
37149 2005-03-02  Bruno Haible  <bruno@clisp.org>
37150
37151         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
37152         of AIX, the replacement has to be done only after <string.h> is
37153         included, therefore not in config.h. stpncpy.h does the replacement,
37154         and stpncpy.c uses it.
37155
37156 2005-03-02  Bruno Haible  <bruno@clisp.org>
37157
37158         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
37159         stpncpy.c uses it.
37160
37161 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37162
37163         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
37164         The workaround isn't strictly needed for POSIX conformance, and
37165         it's too much of a pain to configure and maintain.  We'll ask
37166         people to fix their kernels instead.
37167         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
37168         (NANOSLEEP_BUG_WORKAROUND): Remove.
37169         (xnanosleep): Remove the workaround.
37170
37171 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37172
37173         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
37174         Reported by Derek Price.
37175         (Include): Add "timespec.h".
37176
37177         * modules/xnanosleep (Depends-on): Remove gethrxtime.
37178
37179 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37180
37181         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
37182         to detect nanosleep bug.
37183
37184 2005-03-01  Bruno Haible  <bruno@clisp.org>
37185
37186         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
37187
37188 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
37189
37190         * modules/gethrxtime: New file.
37191         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
37192         (Depends-on): Add gethrxtime.
37193         (configure.ac): Add gl_XNANOSLEEP.
37194         (Makefile.am): Remove lib_SOURCES line.
37195
37196 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37197
37198         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
37199         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
37200
37201 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37202
37203         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
37204         * lib/timespec.h (gettime): Return void, since it always
37205         succeeds now.  All uses changed.
37206         * lib/gettime.c (gettime) Likewise.
37207         [HAVE_NANOTIME]: Prefer nanotime.
37208         Assume gettimeofday succeeds, as POSIX requires.
37209         Assime time () succeeds, since other code already does.
37210         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
37211         (timespec_subtract): Remove.
37212         (NANOSLEEP_BUG_WORKAROUND): New constant.
37213         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
37214         things considerably.  Use it only on GNU/Linux hosts, since the
37215         workaround shouldn't be needed elsewhere.
37216
37217 2005-02-24  Bruno Haible  <bruno@clisp.org>
37218
37219         * modules/gettext (Files): Add m4/glibc2.m4.
37220
37221 2005-02-24  Bruno Haible  <bruno@clisp.org>
37222
37223         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
37224         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
37225         * m4/progtest.m4:
37226         Update from GNU gettext 0.14.2.
37227         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
37228
37229 2005-02-24  Bruno Haible  <bruno@clisp.org>
37230
37231         * lib/localcharset.c: Update from GNU gettext 0.14.2.
37232         * lib/config.charset: Update from GNU gettext 0.14.2.
37233
37234 2005-02-24  Bruno Haible  <bruno@clisp.org>
37235
37236         * lib/gettext.h: Update from GNU gettext 0.14.2.
37237
37238 2005-02-23  Simon Josefsson  <jas@extundo.com>
37239
37240         * m4/iconvme.m4: New file.
37241
37242 2005-02-23  Jim Meyering  <jim@meyering.net>
37243
37244         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
37245         change.
37246         Thanks to Bruno Haible for catching it.
37247
37248 2005-02-22  Simon Josefsson  <jas@extundo.com>
37249
37250         * modules/iconvme: New file.
37251
37252         * MODULES.html.sh: Add iconvme.
37253
37254 2005-02-22  Simon Josefsson  <jas@extundo.com>
37255
37256         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
37257
37258 2005-02-22  Simon Josefsson  <jas@extundo.com>
37259
37260         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
37261
37262 2005-02-22  Jim Meyering  <jim@meyering.net>
37263
37264         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
37265         s/ifndef/ifdef/.
37266
37267 2005-02-20  Neil Conway  <neilc@samurai.com>
37268
37269         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
37270         returned by OSX/Darwin if the specified buffer is not large
37271         enough for the hostname.
37272
37273 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37274
37275         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
37276         pass it to _help, otherwise the latter coredumps trying to
37277         dereference state.root_argp.
37278
37279 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37280
37281         * modules/chdir-long (Depends-on): Add memrchr.
37282         * modules/memrchr (Files): Add lib/memrchr.h.
37283         (Include): "memrchr.h".
37284
37285 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37286
37287         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
37288
37289 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
37290
37291         * lib/memrchr.h: New file.
37292         * lib/chdir-long.c: Include it.
37293         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
37294         Don't bother including stddef.h.
37295
37296 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
37297
37298         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
37299         inclusion.
37300         Include <sys/types.h>, for dev_t.
37301         (ME_DUMMY, ME_REMOTE): Move from here....
37302         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
37303         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
37304         Dmitry V. Levin.
37305         Include mountlist.h first, to test the interface.
37306
37307 2005-01-29  Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/progname.c (program_name): Initialize.
37310         Needed when linking statically on MacOS X.
37311
37312 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37313
37314         Sync from coreutils.
37315         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
37316         (Depends-on): Add c-strtod.
37317         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
37318
37319 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37320
37321         Sync from coreutils.
37322         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
37323
37324         Remove files that are specific to coreutils.
37325         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
37326
37327 2005-01-28  Bruno Haible  <bruno@clisp.org>
37328
37329         * modules/javacomp: New file.
37330         * MODULES.html.sh (Java): Add javacomp.
37331
37332 2005-01-28  Bruno Haible  <bruno@clisp.org>
37333
37334         * m4/javacomp.m4: New file, from GNU gettext.
37335
37336 2005-01-28  Bruno Haible  <bruno@clisp.org>
37337
37338         * lib/javacomp.sh.in: New file, from GNU gettext.
37339         * lib/javacomp.h: New file, from GNU gettext.
37340         * lib/javacomp.c: New file, from GNU gettext.
37341
37342 2005-01-26  Simon Josefsson  <jas@extundo.com>
37343
37344         * lib/gai_strerror.c: Use GPL in header.
37345
37346 2005-01-26  Bruno Haible  <bruno@clisp.org>
37347
37348         * modules/javaexec: New file.
37349         * MODULES.html.sh (Java): Add javaexec.
37350
37351 2005-01-26  Bruno Haible  <bruno@clisp.org>
37352
37353         * m4/javaexec.m4: New file, from GNU gettext.
37354
37355 2005-01-26  Bruno Haible  <bruno@clisp.org>
37356
37357         * lib/javaexec.sh.in: New file, from GNU gettext.
37358         * lib/javaexec.h: New file, from GNU gettext.
37359         * lib/javaexec.c: New file, from GNU gettext.
37360
37361 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37362
37363         * modules/lchown (Depends-on): Remove lchown.h
37364
37365 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37366
37367         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
37368         must be defined if the header file was not found, in order
37369         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
37370
37371 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37372
37373         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
37374         initializers for struct pentry_state.
37375         (__argp_error): Check return value of __asprintf
37376         (__argp_failure): Translate error message
37377
37378         * lib/argp-parse.c: Removed braces around the expansion of N_()
37379
37380 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37381
37382         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
37383         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
37384         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
37385         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
37386         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
37387         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
37388         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
37389         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
37390         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
37391         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
37392         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
37393         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
37394         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
37395         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
37396         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
37397         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
37398         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
37399         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
37400         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
37401         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
37402         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
37403         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
37404         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
37405         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
37406         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
37407         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
37408         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
37409         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
37410         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
37411         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
37412         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
37413         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
37414         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
37415         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
37416         xstrtol.m4, xstrtoumax.m4, yesno.m4:
37417         Use an all-permissive copyright notice, recommended by RMS.
37418
37419 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
37420
37421         * modules/chdir-long (Depends-on): Remove mempcpy.
37422
37423 2005-01-21  Jim Meyering  <jim@meyering.net>
37424
37425         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
37426         same value as for Solaris 9.
37427
37428         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
37429         component length.  This included changing the parameter to be
37430         of type `char *' rather than `char const *'.
37431         * lib/chdir-long.h (chdir_long): Update prototype.
37432
37433         * lib/openat.c (fdopendir, fstatat): New functions.
37434         * lib/openat.h: Include headers required for use of DIR and struct
37435         stat.
37436         [AT_SYMLINK_NOFOLLOW]: Define.
37437         (fdopendir, fstatat): Add prototypes.
37438
37439 2005-01-21  Bruno Haible  <bruno@clisp.org>
37440
37441         * modules/classpath: New file.
37442         * MODULES.html.sh (Java): Add classpath.
37443
37444 2005-01-21  Bruno Haible  <bruno@clisp.org>
37445
37446         * lib/classpath.h: New file, from GNU gettext.
37447         * lib/classpath.c: New file, from GNU gettext.
37448
37449 2005-01-20  Simon Josefsson  <jas@extundo.com>
37450
37451         * modules/version-etc-fsf: New file.
37452
37453 2005-01-20  Simon Josefsson  <jas@extundo.com>
37454
37455         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
37456         * lib/version-etc.c: Remove version_etc_copyright.
37457         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
37458         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
37459
37460 2005-01-20  Simon Josefsson  <jas@extundo.com>
37461
37462         * lib/base64.h (isbase64): Add.
37463
37464         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
37465         using a unsigned prototype, don't inline.
37466         (base64_decode): Use it.
37467
37468 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37469
37470         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
37471         it.
37472
37473 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37474
37475         * lib/save-cwd.c (save_cwd): Remove code to support the case
37476         where fchdir is missing or flaky.
37477
37478 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
37479
37480         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
37481
37482 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37483
37484         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
37485         AC_LIBSOURCES now does this.
37486         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
37487         with new ullong_max module.
37488
37489 2005-01-19  Bruno Haible  <bruno@clisp.org>
37490
37491         * modules/sh-quote: New file.
37492         * MODULES.html.sh (Executing programs): Add sh-quote.
37493
37494 2005-01-19  Bruno Haible  <bruno@clisp.org>
37495
37496         * lib/sh-quote.h: New file, from GNU gettext.
37497         * lib/sh-quote.c: New file, from GNU gettext.
37498
37499 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37500
37501         Merge from coreutils.
37502         * m4/ullong_max.m4: New file.
37503         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
37504         (gl_MACROS): Assume localeconv exists.
37505
37506 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37507
37508         Merge changes from coreutils, as described below in several
37509         changelogs dated today.
37510
37511         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
37512         (O_DIRECTORY): Remove; not needed here, since "." must be
37513         a directory.  All uses removed.
37514         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
37515         universal on Suns, and we also need to test for IRIX.
37516         Revamp code to use 'if' rather than '#if'.
37517         Avoid unnecessary comparison of cwd->desc to 0.
37518
37519         * lib/utimens.c (futimens): Robustify the previous patch, by checking
37520         for known valid error numbers rather than observed invalid ones.
37521
37522 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
37523
37524         * modules/ullong_max: New file.
37525
37526         * modules/chdir-long, modules/openat: New files.
37527         * modules/save-cwd (Depends-on): Depend on chdir-long.
37528         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
37529
37530 2005-01-18  Jim Meyering  <jim@meyering.net>
37531
37532         Merge from coreutils.
37533         * m4/chdir-long.m4, m4/openat.m4: New files.
37534         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
37535         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
37536         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
37537         is sane and DOES follow symlinks.  Besides, testing 20 different
37538         systems found no broken chown implementations.
37539         Prompted by a change in rsync's copy of this macro.
37540         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
37541
37542         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
37543
37544         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
37545         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
37546         NULL-means-set-to-current-time semantics.
37547         Remove temporary file immediately, rather than waiting
37548         for configure's at-exit trap code to do it.
37549
37550 2005-01-18  Jim Meyering  <jim@meyering.net>
37551
37552         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37553
37554         * lib/utimens.c (futimens): Account for the fact that futimes
37555         can also fail with errno == ENOSYS or errno == ENOENT.
37556         Patch from Dmitry V. Levin.
37557
37558         Change the name of the robust chdir function from chdir to chdir_long.
37559         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
37560         (restore_cwd): Use chdir_long, not chdir.
37561         * lib/chdir-long.c: Renamed from chdir.c.
37562         * lib/chdir-long.h: Renamed from chdir.h.
37563         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
37564         Hurd.
37565
37566 2005-01-18  Bruno Haible  <bruno@clisp.org>
37567
37568         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
37569         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
37570         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
37571         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
37572         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
37573         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
37574         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
37575         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
37576         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
37577         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
37578         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
37579         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
37580         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
37581         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
37582         Use an all-permissive copyright notice, recommended by RMS.
37583
37584 2005-01-18  Bob Proulx  <bob@proulx.com>
37585
37586         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
37587         simplify offsetof() macro construct to avoid compile failure with
37588         native HP-UX 11.0 ANSI C compiler.
37589
37590 2005-01-17  Bruno Haible  <bruno@clisp.org>
37591
37592         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
37593         redundant because stpncpy.m4 takes care of it.
37594
37595 2005-01-17  Bruno Haible  <bruno@clisp.org>
37596
37597         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
37598
37599 2005-01-17  Bruno Haible  <bruno@clisp.org>
37600
37601         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
37602         used.
37603
37604 2005-01-17  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/fwriteerror.h (fwriteerror): Change specification to include
37607         fclose.
37608         * lib/fwriteerror.c: Include <stdbool.h>.
37609         (fwriteerror): At the end, close the file stream. Record whether
37610         stdout was already closed.
37611
37612 2005-01-17  Bruno Haible  <bruno@clisp.org>
37613
37614         * lib/execute.c (environ): Declare if needed.
37615         * lib/pipe.c (environ): Likewise.
37616         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
37617
37618 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37619
37620         * modules/argp: Depend on vsnprintf
37621
37622 2005-01-10  Jim Meyering  <jim@meyering.net>
37623
37624         * modules/closeout (Depends-on): Add atexit.
37625
37626 2005-01-06  Bruno Haible  <bruno@clisp.org>
37627
37628         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
37629
37630 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37631
37632         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
37633         definitions to be after all include files, to avoid collisions.
37634         Problem reported by Bob Proulx.
37635
37636 2005-01-04  Jim Meyering  <jim@meyering.net>
37637
37638         Changes imported from coreutils.
37639         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
37640         as the mkstemp template, use a temporary directory and an
37641         8.3-friendly template to avoid trouble on systems like DJGPP.
37642         Reported by Juan M. Guerrero via Stepan Kasal.
37643         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
37644         close. Remove the temporary directory right away, rather than waiting
37645         for configure's at-exit trap code to do it.
37646         Suggestion from Stepan Kasal.
37647
37648 2005-01-01  Simon Josefsson  <jas@extundo.com>
37649
37650         * gnulib-tool: Print #include directives when --import'ing.
37651
37652 2004-12-28  Simon Josefsson  <jas@extundo.com>
37653
37654         * tests/test-base64.c: Include required header files.  Remove
37655         unused variables.
37656
37657 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         * modules/error (Depends-on): Remove gettext.
37660
37661 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37662
37663         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
37664         not needed.  This removes a dependency on the gettext module.
37665         [defined _LIBC]: Do not include <libintl.h>; not needed.
37666
37667 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37668
37669         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
37670         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
37671
37672 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
37673
37674         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
37675         HAVE_DECL_STRTOLD.
37676
37677 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37678
37679         * modules/getdate (Depends-on): Remove alloca-opt.
37680
37681 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37682
37683         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
37684
37685 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37686
37687         * lib/argp-parse.c: Include <stddef.h>.
37688         (alignof, alignto): New macros.
37689         (parser_init): Don't assume that void * is aligned sufficiently
37690         for struct option.
37691
37692         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
37693         need to extend the stack.
37694         (YYINITDEPTH): New macro, so that the initial stack isn't overly
37695         large.
37696
37697 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37698
37699         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
37700
37701 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37702
37703         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
37704         (2004-10-24) change.  Apparently this was a false alarm.
37705
37706         * modules/getdate: Depend on alloca-opt, not alloca.
37707
37708 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
37709
37710         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
37711         Remove now-obsolete comment about AIX.
37712         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
37713         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
37714         (YYMAXDEPTH): New macro.
37715
37716 2004-12-18  Simon Josefsson  <jas@extundo.com>
37717
37718         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
37719
37720 2004-12-18  Bruno Haible  <bruno@clisp.org>
37721
37722         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
37723
37724 2004-12-18  Bruno Haible  <bruno@clisp.org>
37725
37726         * lib/fatal-signal.c (fatal_signals): Make non-const.
37727         (init_fatal_signals): New function.
37728         (uninstall_handlers, install_handlers): Ignore signals that were set to
37729         SIG_IGN.
37730         (at_fatal_signal): Call init_fatal_signals.
37731         (init_fatal_signal_set): Likewise. Ignore signals that were set to
37732         SIG_IGN.
37733         Reported by Paul Eggert.
37734
37735 2004-12-18  Bruno Haible  <bruno@clisp.org>
37736
37737         * doc/alloca.texi: New file.
37738         * doc/alloca-opt.texi: New file.
37739
37740 2004-12-17  Jim Meyering  <jim@meyering.net>
37741
37742         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
37743         Otherwise, install-sh could exit with improper exit status when
37744         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
37745
37746 2004-12-16  Simon Josefsson  <jas@extundo.com>
37747
37748         * tests/test-base64.c: Add license.
37749
37750 2004-12-15  Stepan Kasal  <address@hidden>
37751
37752         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
37753
37754 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
37755
37756         * modules/getcwd (Files): Add m4/d-ino.m4.
37757         Suggested by Mark D. Baushke.
37758
37759 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37760
37761         * lib/getdate.y (textint): New member "negative".
37762         (time_zone_hhmm): New function.
37763         Expect 14 shift-reduce conflicts, not 13.
37764         (o_colon_minutes): New rule.
37765         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
37766         (yylex): Set the "negative" member of signed numbers.
37767
37768 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
37769
37770         * doc/getdate.texi (Time of day items, Time zone items):
37771         Describe new formats +00:00, UTC+00:00.
37772
37773 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37774
37775         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
37776         spurious "-l"s.  Problem reported by Stepan Kasal.
37777
37778 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
37779
37780         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
37781         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
37782
37783 2004-12-04  Simon Josefsson  <jas@extundo.com>
37784
37785         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
37786         Vandoorselaere <yoann@prelude-ids.org>.
37787
37788 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37789
37790         Changes imported from coreutils.
37791         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
37792         exist.
37793         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
37794
37795 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37796
37797         Changes imported from coreutils.
37798         * lib/hard-locale.c: Assume <locale.h> exists.
37799         Include "strdup.h".
37800         (GLIBC_VERSION): New macro.
37801         (hard_locale): Assume setlocale exists.
37802         Rewrite to avoid #ifdef.
37803         Use strdup rather than malloc + strcpy.
37804         * lib/human.c: Assume <locale.h> exists.
37805         (human_readable): Assume localeconv exists.
37806
37807 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
37808
37809         * modules/hard-locale (Depends-on): Add strdup.
37810
37811 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37812
37813         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
37814         convert T2, not T.  (Imported from libc.)
37815
37816 2004-11-30  Simon Josefsson  <jas@extundo.com>
37817
37818         * modules/restrict (License): Change to LGPL.
37819
37820 2004-11-30  Simon Josefsson  <jas@extundo.com>
37821
37822         * m4/restrict.m4: Add copyright and copying conditions.
37823
37824 2004-11-30  Simon Josefsson  <jas@extundo.com>
37825
37826         * m4/base64.m4: New file.
37827
37828 2004-11-30  Simon Josefsson  <jas@extundo.com>
37829
37830         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
37831         base64.
37832
37833         * tests/test-base64.c: New file.
37834
37835         * modules/base64: New file.
37836
37837 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37838
37839         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
37840         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
37841
37842         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
37843
37844 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
37845
37846         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
37847         (__getcwd.c): Don't restore errno; glibc doesn't.
37848         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
37849         first, falling back to our code only if its results look suspicious.
37850         Ensure that the resulting buffer is only as large as necessary.
37851
37852         * lib/readutmp.c: Include readutmp.h first.
37853         Include <errno.h>, since readutmp.h no longer does that.
37854         * lib/readutmp.h: Don't include <errno.h>,
37855         <sys/param.h>, <time.h>; not needed to establish interface.
37856         (errno): Remove decl.
37857         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
37858         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
37859         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
37860
37861 2004-11-28  Simon Josefsson  <jas@extundo.com>
37862
37863         * lib/base64.h, base64.c: New file.
37864
37865 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37866
37867         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
37868
37869 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37870
37871         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
37872         (Depends-on): Remove pathmax, same.  Add mempcpy.
37873         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
37874         (Makefile.am): Append getcwd.h to lib_SOURCES.
37875         (Include): Add getcwd.h.
37876         (Maintainer): Change from Jim Meyering to "all, glibc",
37877         since getdate now uses intended-for-glibc code.
37878         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
37879         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
37880
37881 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37882
37883         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
37884         HP's ANSI C compiler.
37885         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
37886         Declaring int functions causes warnings on some modern systems and
37887         shouldn't be needed to compile on ancient ones.
37888         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
37889         defined.
37890
37891         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
37892         with the following changes.
37893         (__set_errno): Parenthesize properly.
37894         Include <stdbool.h>.
37895         (MIN, MAX, MATCHING_INO): New macros.
37896         (__getcwd): Define with prototype, not K&R form.
37897         Use heuristics to allocate default buffer on stack if possible.
37898         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
37899         behavior, and to avoid the PATH_MAX limit when computing
37900         ../../../../...
37901         Use MATCHING_INO to compare inode number to file.
37902         Check for arithmetic overflow in size calculations.
37903         Fix bug in reallocation of dot array that caused getcwd to fail
37904         on directories nested deeper than 75.
37905         Be more careful about saving errno on error.
37906         Do not use realloc; use only free+malloc, as this is a bit
37907         more flexible and avoids a needless copy operation.
37908         Do not inspect st_dev and st_ino for symbolic links; POSIX
37909         doesn't specify the latter.
37910         Check for closedir errors.
37911         Avoid needless casts.
37912         Use "#ifdef weak_alias" around weak_alias, to be like other
37913         glibc code.
37914         The following changes to getcwd.c have effect only when used in
37915         gnulib; they have no effect inside glibc proper.
37916         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
37917         as alloca isn't used.
37918         (alloca, __alloca): Likewise.
37919         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
37920         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37921         unconditionally, as gnulib assumes C89 or better.
37922         Do not include <sys/param.h>.
37923         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
37924         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
37925         better.
37926         (NULL) [!defined NULL]: Remove; we assume C89 or better.
37927         Include <dirent.h> in a way that is compatible with modern Autoconf.
37928         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
37929         New macros, if not already defined.
37930         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
37931         Use "_LIBC", not "defined _LIBC", for consistency.
37932         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
37933         a mempcpy module.
37934         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
37935         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
37936         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
37937         credit only to Jim Meyering and adjust the copyright dates.
37938         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
37939         <stdlib.h>, <unistd.h>, "pathmax.h".
37940         Instead, include "xgetcwd.h" (first) and "getcwd.h".
37941         (INITIAL_BUFFER_SIZE): Remove.
37942         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
37943
37944 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37945
37946         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
37947         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
37948         Use the _ONCE methods, for efficiency.
37949         Check for fcntl.h.  In test program, include <errno.h>
37950         and <fcntl.h> if available.  Remove old K&R cruft from
37951         test program.  Check for common errors in GNU/Linux,
37952         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
37953         don't do AC_LIBOBJ, as that's getcwd.m4's job.
37954         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
37955         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
37956         name accordingly.
37957         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
37958         accommodate new getcwd.c.
37959         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
37960         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
37961         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
37962         that's all we need now.
37963
37964 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37965
37966         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
37967         argp-parse.c depends on getopt internals, that means we should
37968         always use our getopt, to be on the safe side.
37969         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
37970         order not to spoil the result of an eventual previous invocation
37971         of gl_GETOPT_SUBSTITUTE.
37972
37973 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37974
37975         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
37976         redefinition warnings. To avoid them, include the defines
37977         in `#if !defined __need_getopt ... #endif'. The only place
37978         where __getopt_argv_const is used is in definitions
37979         of getopt_long and getopt_long_only below, which are as well
37980         protected by `#ifndef __need_getopt'.
37981         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
37982         __need_getopt after including <stdio.h> and <unistd.h> These
37983         headers might have defined it.
37984
37985 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37986
37987         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
37988
37989 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
37990
37991         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
37992         (futimens): New function, which uses futimes if available.
37993         (futimens, utimens): Support timespec==NULL, with same semantics
37994         as utime and utimens.
37995         * lib/utimens.h (futimens): New decl.
37996
37997 2004-11-23  Jim Meyering  <jim@meyering.net>
37998
37999         * lib/getopt_.h: Remove trailing blanks.
38000
38001 2004-11-23  Jim Meyering  <jim@meyering.net>
38002
38003         * lib/__fpending.c: Add comment.
38004
38005 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
38006
38007         * modules/canonicalize (Depends-on): Add xreadlink.
38008         Problem reported by James Youngman.
38009
38010 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
38011
38012         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
38013         New macros.
38014         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
38015         optopt): Use them instead of invoking ## directly; otherwise, the
38016         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
38017
38018 2004-11-19  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/strtok_r.c: Move comments from here...
38021         * lib/strtok_r.h: ... to here.
38022
38023 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38024
38025         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
38026         implementations that mishandle size_t overflow.
38027
38028 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
38029
38030         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
38031         might fail.  Problem reported by Yoann Vandoorselaere.
38032         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
38033         implementations that mishandle size_t overflow.
38034
38035 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38036
38037         * modules/canon-host (Depends-on): Add strdup.
38038
38039 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38040
38041         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
38042
38043 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38044
38045         * lib/canon-host.c: Include "strdup.h".
38046         (canon_host): Use getaddrinfo if available, so that IPv6 works.
38047         Use strdup instead of malloc/strcpy to duplicate strings.
38048
38049         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
38050         (human_space_before_unit): New constant.
38051         * lib/human.c (human_readable): Support it.
38052
38053         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
38054         (xgetcwd): Set errno correctly when failing.
38055         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
38056         the failure is actually due to a PATH_MAX problem.
38057
38058         Further getopt changes to make it more likely that glibc will
38059         buy the changes back.
38060         * lib/getopt.c (POSIXLY_CORRECT): New constant.
38061         (getopt): Use it, so to preserve glibc semantic
38062         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
38063         when compiling for libc.
38064         * lib/getopt_.h (__getopt_argv_const): Bring it back.
38065         (getopt_long, getopt_long_only): Use it.
38066
38067         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38068         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
38069         (getopt): Argv is now char * const *, as per standard.
38070         (_getopt_internal_r, _getopt_internal): Argv is now char **,
38071         not char *__getopt_argv_const *.
38072         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38073         _getopt_long_only_r): Likewise.
38074         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
38075         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38076         _getopt_long_r, _getopt_long_only_r): Likewise.
38077         * lib/getopt_.h (__getopt_argv_const): Remove.
38078         (getopt): Argv is now char * const *, as per standard.
38079
38080         * lib/getdate.y (tORDINAL): New token.
38081         (day, relunit): Allow it for relative times.
38082         (relative_time_table): Use tORDINAL for ordinals.
38083
38084 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
38085
38086         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
38087         Document that "second" isn't allowed as an ordinal number.
38088
38089 2004-11-16  Jim Meyering  <jim@meyering.net>
38090
38091         * modules/closeout (Depends-on): Add fpending.
38092
38093 2004-11-15  Jim Meyering  <jim@meyering.net>
38094
38095         * lib/closeout.c: Include "__fpending.h" once again.
38096         Include <stdbool.h>.
38097         (close_stdout): Don't fail just because stdout was closed initially,
38098         since some programs don't write to stdout in the normal course of
38099         operation (other than --version and --help), and we don't want this
38100         function to make e.g. `touch file >&-' fail.
38101         But do fail if it was closed and someone has tried to write to it.
38102         E.g., `printf foo >&-' must fail.
38103
38104 2004-11-13  Jim Meyering  <jim@meyering.net>
38105
38106         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
38107
38108 2004-11-12  Simon Josefsson  <jas@extundo.com>
38109
38110         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
38111         small doc fix is still pending.
38112
38113 2004-11-11  Simon Josefsson  <jas@extundo.com>
38114
38115         * modules/strtok_r: New file.
38116
38117         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38118         strtok_r.
38119
38120 2004-11-11  Simon Josefsson  <jas@extundo.com>
38121
38122         * m4/strtok_r.m4: New file.
38123
38124         * m4/getopt.m4: Replace opterr.
38125
38126 2004-11-11  Simon Josefsson  <jas@extundo.com>
38127
38128         * lib/strtok_r.h, strtok_r.c: New file.
38129
38130 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38131
38132         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
38133         of replacing opterr, getopt, etc.  This should handle the
38134         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
38135
38136 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
38137
38138         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
38139         we can stop lying to compilers about the constness of argv when we
38140         are compiled outside glibc.
38141         (getopt, getopt_long, getopt_long_only): Use it.
38142         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
38143         _getopt_internal, getopt): Likewise.
38144         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
38145         _getopt_long_only_r): Likewise.
38146         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
38147         _getopt_long_r, _getopt_long_only_r): Likewise.
38148
38149         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
38150         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
38151         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
38152         the other external symbols.
38153         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
38154         declaration, since the above renaming now works around collisions.
38155
38156 2004-11-11  Jim Meyering  <jim@meyering.net>
38157
38158         * lib/linebreak.c: Remove trailing blanks.
38159         * lib/alloca_.h: Likewise.
38160         * lib/acosl.c: Likewise.
38161         * lib/euidaccess.c: Likewise.
38162         * lib/allocsa.h: Likewise.
38163
38164 2004-11-10  Simon Josefsson  <jas@extundo.com>
38165
38166         * m4/getaddrinfo.m4: New file.
38167
38168 2004-11-10  Simon Josefsson  <jas@extundo.com>
38169
38170         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
38171
38172 2004-11-10  Simon Josefsson  <jas@extundo.com>
38173
38174         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38175         getaddrinfo.
38176
38177         * modules/getaddrinfo: New file.
38178
38179 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38180
38181         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
38182
38183 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
38184
38185         * lib/mktime.c (SHR): New macro, which is a portable
38186         substitute for >> that should work even on Crays.
38187         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
38188         Problem reported by Mark D. Baushke in
38189         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
38190         * lib/getdate.y (SHR): Likewise.
38191         (tm_diff): Use it.
38192         * lib/strftime.c (SHR): Likewise.
38193         (tm_diff): Use it.
38194         * lib/quotearg.c (struct quoting_options): Use unsigned int for
38195         quote_these_too, so that right shifts are well defined.  All uses
38196         changed.
38197
38198 2004-11-10  Jim Meyering  <jim@meyering.net>
38199
38200         Ensure that no close failure goes unreported.
38201         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
38202         return early when it seems there's nothing to flush.
38203         Don't include __fpending.h.
38204
38205 2004-11-10  Jim Meyering  <jim@meyering.net>
38206
38207         * modules/closeout (Depends-on): Remove fpending.
38208
38209 2004-11-10  Jim Meyering  <jim@meyering.net>
38210
38211         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
38212
38213 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38214
38215         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
38216         gl_FUNC_STRFTIME.
38217         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
38218         and AC_REQUIRE when possible, to avoid duplicate checks.
38219         Check for <wchar.h>.
38220
38221 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
38222
38223         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
38224
38225 2004-11-09  Bruno Haible  <bruno@clisp.org>
38226
38227         * m4/sockpfaf.m4: New file.
38228
38229 2004-11-05  Bruno Haible  <bruno@clisp.org>
38230
38231         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
38232         Reported by Mark D. Baushke <mdb@cvshome.org>.
38233
38234 2004-11-04  Bruno Haible  <bruno@clisp.org>
38235
38236         2004-09-11  Bruno Haible  <bruno@clisp.org>
38237                 * allocsa.valgrind: New file.
38238         2004-02-06  Bruno Haible  <bruno@clisp.org>
38239                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
38240                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
38241                 Reported by Christopher Seip <chris.seip@hp.com>.
38242
38243 2004-11-04  Bruno Haible  <bruno@clisp.org>
38244
38245         * modules/allocsa (Files): Add lib/allocsa.valgrind.
38246         (Makefile.am): Distribute it.
38247
38248 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38249
38250         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
38251         with errno == ERANGE if the buffer is too small.
38252         Problem reported by Mark D. Baushke.
38253
38254 2004-11-03  Albert Chin  <china@thewrittenword.com>
38255             Paul Eggert  <eggert@cs.ucla.edu>
38256
38257         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
38258         equivalent, substitute $ac_type for equivalent type rather than
38259         blindly using uint32_t *always* which won't work if uint32_t is not
38260         available.  Define _UINT32_T to work around typedef of uint32_t if
38261         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
38262         2.5.1.
38263
38264 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38265
38266         * m4/jm-macros.m4: Sync from coreutils.
38267         (gl_MACROS): Check for mbrlen, for pathchk.
38268         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
38269
38270 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38271
38272         * lib/xreadlink.c (MAXSIZE): New macro.
38273         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
38274         size does not exceed MAXSIZE.  Avoid cast.
38275         As suggested by Mark D. Baushke in
38276         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
38277         if readlink fails with buffer size just under MAXSIZE, try again
38278         with MAXSIZE.
38279
38280 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
38281
38282         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
38283
38284 2004-11-02  Derek R. Price  <derek@ximbiot.com>
38285         and  Paul Eggert  <eggert@cs.ucla.edu>
38286
38287         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
38288         (get_date): Overparenthesize to avoid GCC warning.
38289
38290 2004-11-02  Bruno Haible  <bruno@clisp.org>
38291
38292         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
38293         returns void.
38294
38295 2004-11-02  Bruno Haible  <bruno@clisp.org>
38296
38297         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
38298         function returns void.
38299
38300 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38301
38302         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
38303         fflush_unlocked, flockfile, funlockfile, funlockfile,
38304         fputs_unlocked, putc_unlocked.
38305
38306 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
38307
38308         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38309         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
38310         already declared.
38311
38312 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38313
38314         * modules/getdate (Files): Add doc/getdate.texi.
38315         (Depends-on): Add setenv, xalloc.
38316
38317 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38318
38319         * lib/getdate.y: Add support for TZ="foo" within a date string.
38320         Fix some bugs near time_t boundaries.  Reject dates with
38321         out-of-range components, e.g., "Sept 31".
38322         Include <stdlib.h>, "setenv.h", "xalloc.h".
38323         (ISDIGIT_LOCALE): Remove; unused.
38324         Note that the TZ and time functions used here are not reentrant.
38325         (mktime_ok, get_tz): New functions.
38326         (TZBUFSIZE): New constant.
38327         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
38328         This requires that we sometimes generate our own TZ="XXX..." setting.
38329
38330 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
38331
38332         * doc/getdate.texi: New file, from coreutils with modifications for
38333         the new TZ parsing.
38334
38335 2004-10-27  Derek R. Price  <derek@ximbiot.com>
38336
38337         * lib/mktime.c (not_equal_tm): Remove redundant check.
38338
38339 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38340
38341         * modules/regex (lib_SOURCES): Add regex.c.
38342         Reported by James Youngman in
38343         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
38344
38345 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38346
38347         * lib/getdate.y: Use Bison 1.875 features, and some minor
38348         code cleanups.  This change does not affect semantics.
38349         Don't include <stdlib.h>; no longer needed.
38350         Don't include unlocked-io.h; only the "#if TEST" code uses
38351         stdio, and performance isn't crucial there.
38352         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
38353         Bison 1.875 features as described below.
38354         All uses of "PC." replaced by "pc->".
38355         (YYSTYPE): Add a forward declaration.
38356         (yylex, yyerror): Use full prototypes in forward decls.
38357         Use "%pure-parser" rather than obsolescent "%pure_parser".
38358         Use %parse-param and %lex-param instead of obsolescent
38359         YYPARSE_PARAM and YYLEX_PARAM.
38360         (meridian_table, month_and_day_table, time_units_table,
38361         relative_time_table, time_zone_table, military_table,
38362         lookup_zone, lookup_word, get_date):
38363         Use NULL instead of 0 where appropriate.
38364         (to_hour): Avoid abort (), to avoid a dependency on
38365         stdlib.h.
38366         (yyerror, yylex): Now accepts parser_control * arg.
38367         (main) [TEST]: Use '\0' rather than 0 for char.
38368
38369 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38370
38371         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
38372
38373 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
38374
38375         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
38376         It's now the caller's responsibility to handle the case where
38377         !HAVE_GETPAGESIZE && !defined getpagesize.
38378
38379         * lib/mktime.c (leapyear): Arg is long int, not int.
38380
38381 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
38382
38383         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
38384
38385 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
38388         missing.  Problem reported by James Youngman.
38389
38390 2004-10-16  Simon Josefsson  <jas@extundo.com>
38391
38392         * gnulib-tool: Fix comments.  Fix parse problem.
38393         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
38394
38395 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
38396
38397         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
38398         implementation of getopt_long.  Problem reported by Alexander Taler in:
38399         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
38400
38401 2004-10-15  Bruno Haible  <bruno@clisp.org>
38402
38403         * gnulib-tool: Untabify. Initialize supplied_libname.
38404         (func_usage): More homogenous output.
38405         (func_modules_transitive_closure, func_modules_to_filelist,
38406         func_emit_lib_Makefile_am): New functions.
38407         (func_import): New function, extracted from big case statement. Use
38408         func_get_license, func_modules_transitive_closure,
38409         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
38410         opt_lgpl. Don't use test -a, as it's not portable.
38411         (func_create_testdir): Use func_modules_transitive_closure,
38412         func_modules_to_filelist, func_emit_lib_Makefile_am.
38413
38414 2004-10-15  Bruno Haible  <bruno@clisp.org>
38415
38416         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
38417
38418 2004-10-15  Bruno Haible  <bruno@clisp.org>
38419
38420         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
38421         the portions belonging to each module.
38422         Suggested by Derek Robert Price <derek@ximbiot.com>.
38423
38424 2004-10-12  Simon Josefsson  <jas@extundo.com>
38425
38426         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
38427         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
38428         to real functions.
38429
38430 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38431
38432         * modules/vsnprintf: New file.
38433
38434 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38435
38436         * m4/vsnprintf.m4: New file.
38437
38438 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38439
38440         * lib/vsnprintf.h: New file.
38441         * lib/vsnprintf.c: New file.
38442
38443 2004-10-11  Bruno Haible  <bruno@clisp.org>
38444
38445         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
38446         vsnprintf.
38447
38448 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38449
38450         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
38451
38452 2004-10-07  Bruno Haible  <bruno@clisp.org>
38453
38454         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
38455         fits into the provided buffer.
38456
38457 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38458
38459         * lib/diacrit.c, diacrit.h: Add GPL notice.
38460
38461         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
38462         notice.
38463         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
38464         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
38465         This avoids a potential constant-folding bug.
38466
38467 2004-10-05  Bruno Haible  <bruno@clisp.org>
38468
38469         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
38470         for the declaration of strsep.
38471
38472 2004-10-05  Bruno Haible  <bruno@clisp.org>
38473
38474         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
38475
38476 2004-10-04  Simon Josefsson  <jas@extundo.com>
38477
38478         * modules/memmem: New file.
38479         * tests/test-memmem.c: New file.
38480         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
38481
38482 2004-10-04  Simon Josefsson  <jas@extundo.com>
38483
38484         * m4/memmem.m4: New file.
38485
38486 2004-10-04  Simon Josefsson  <jas@extundo.com>
38487
38488         * lib/memmem.h: New file.
38489         * lib/memmem.c: New file, taken from glibc.
38490
38491 2004-10-04  Simon Josefsson  <jas@extundo.com>
38492
38493         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
38494         '#ifdef USE_UNLOCKED_IO'.
38495
38496 2004-10-04  Simon Josefsson  <jas@extundo.com>
38497
38498         * config/srclist.txt: Add memmem from glibc.
38499
38500 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38501
38502         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
38503
38504         * modules/argmatch, modules/argp, modules/closeout, modules/error,
38505         modules/exclude, modules/getdate, modules/getline,
38506         modules/getndelim2, modules/getpass, modules/getpass-gnu,
38507         modules/getusershell, modules/linebuffer, modules/md5,
38508         modules/mountlist, modules/posixtm, modules/readtokens,
38509         modules/readutmp, modules/regex, modules/sha1,
38510         modules/version-etc, modules/yesno:
38511         Remove dependency on unlocked-io.
38512
38513 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38514
38515         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
38516
38517         * m4/unlocked-io.m4: Add copyright notice.
38518         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
38519
38520 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38521
38522         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
38523         * lib/xmalloc.c (xmemdup): Likewise.
38524         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
38525         XFREE): Remove these long-obsolescent macros.
38526         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
38527         * lib/xstrdup.c: Remove.
38528
38529         * lib/regex.c (re_comp): Cast gettext return value to char *,
38530         Problem reported by Martin Neitzel via Mark D. Baushke.
38531
38532 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
38533
38534         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
38535         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
38536         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
38537         regex.c, sha1.c, version-etc.c, yesno.c:
38538         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
38539         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
38540         the includer's responsibility.
38541
38542         Sync from coreutils.
38543
38544         * lib/modechange.c (mode_compile): Don't decrement a pointer that
38545         points to the start of a string, as the C Standard says the
38546         resulting behavior is undefined.
38547
38548         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
38549         simple -> simple_backups, numbered_existing ->
38550         numbered_existing_backups, numbered -> numbered_backups
38551         to avoid shadowing problems.  All uses changed.
38552         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
38553         * lib/backupfile.c (check_extension, numbered_backup):
38554         Rename locals to avoid shadowing 'basename'.
38555         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
38556         once.
38557
38558         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
38559         * lib/.cvsignore: Add getopt.h.
38560
38561 2004-10-04  Bruno Haible  <bruno@clisp.org>
38562
38563         * modules/README: New file.
38564         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
38565         not a module.
38566
38567 2004-10-02  Jim Meyering  <jim@meyering.net>
38568
38569         * lib/dirfd.h, getpagesize.h: Add copyright notice.
38570
38571 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38572
38573         * modules/strsep: New file.
38574
38575 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38576
38577         * m4/strsep.m4: New file.
38578
38579 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38580
38581         * lib/strsep.h: New file.
38582         * lib/strsep.c: New file.
38583
38584 2004-10-01  Simon Josefsson  <jas@extundo.com>
38585
38586         * lib/snprintf.c (snprintf): Handle size==0.
38587
38588 2004-10-01  Simon Josefsson  <jas@extundo.com>
38589             Bruno Haible  <bruno@clisp.org>
38590
38591         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
38592         (snprintf): Declare 'args'.
38593
38594 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
38595
38596         * lib/snprintf.c: Remove comments as to why each header is needed.
38597
38598 2004-10-01  Bruno Haible  <bruno@clisp.org>
38599
38600         * MODULES.html.sh: Add strsep.
38601
38602 2004-09-30  Simon Josefsson  <jas@extundo.com>
38603
38604         * modules/snprintf: New file.
38605
38606 2004-09-30  Simon Josefsson  <jas@extundo.com>
38607
38608         * m4/snprintf.m4: New file.
38609
38610 2004-09-30  Simon Josefsson  <jas@extundo.com>
38611
38612         * lib/snprintf.h, lib/snprintf.c: New files.
38613
38614 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38615
38616         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
38617         (hol_entry_help): Never translate an empty string.
38618         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
38619         * lib/argp.h (OPTION_NO_TRANS): New option.
38620
38621 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38622
38623         * modules/argp (Maintainer): Replace Simon Josefsson
38624         by Sergey Poznyakoff.
38625
38626 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38627
38628         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
38629         changes merged back into glibc.
38630
38631 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
38632
38633         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
38634
38635 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
38636
38637         * lib/xvasprintf.c: Include xalloc.h.
38638         (xvasprintf): Use xalloc_die, not xmalloc_die.
38639
38640 2004-09-29  Bruno Haible  <bruno@clisp.org>
38641
38642         * modules/alloca-opt: New file, derived from modules/alloca.
38643         * modules/allocsa: Depend on alloca-opt instead of alloca.
38644         * modules/setenv: Likewise.
38645         * modules/vasnprintf: Likewise.
38646         * MODULES.html.sh: Add alloca-opt.
38647
38648 2004-09-28  Simon Josefsson  <jas@extundo.com>
38649
38650         * gnulib-tool: New parameter --lgpl, to asseert that modules are
38651         LGPL, and to replace license template from GPL to LGPL.
38652
38653 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38654
38655         * modules/dummy: Change license to LGPL.
38656
38657 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
38658
38659         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
38660
38661 2004-09-24  Simon Josefsson  <jas@extundo.com>
38662
38663         * modules/minmax (License): Change from GPL to LGPL.
38664
38665 2004-09-23  Simon Josefsson  <jas@extundo.com>
38666
38667         * gnulib-tool (--import): Typo.
38668
38669 2004-09-23  Simon Josefsson  <jas@extundo.com>
38670
38671         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
38672
38673 2004-09-22  Bruno Haible  <bruno@clisp.org>
38674
38675         * modules/*: Add 'License' field.
38676         * gnulib-tool: Accept --extract-license option.
38677         (func_get_license): New function.
38678
38679 2004-09-21  Bruno Haible  <bruno@clisp.org>
38680
38681         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
38682         Reported by Simon Josefsson.
38683
38684 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38685
38686         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
38687         gl_AC_TYPE_LONG_LONG.
38688
38689 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38690
38691         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
38692
38693 2004-09-18  Simon Josefsson  <jas@extundo.com>
38694         and  Paul Eggert  <eggert@cs.ucla.edu>
38695
38696         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
38697         calls with autoreconf.  Define GL_LIB.
38698
38699 2004-09-14  Karl Berry  <karl@gnu.org>
38700
38701         * config/srclist.txt: unsync setenv.c, sigh.
38702
38703 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38704
38705         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
38706         Problem reported by Bruno Haible in:
38707         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
38708
38709 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
38710
38711         * config/srclist.txt: Comment out argp-pvh.c.
38712
38713 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
38714
38715         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
38716         in case some system header has #define'd it.  Problem reported by
38717         Soeren D. Schulze in
38718         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
38719
38720 2004-09-09  Karl Berry  <karl@gnu.org>
38721
38722         * regex.[ch]: delete from the root.  These were supposed to be
38723                 synced with emacs cvs, but this has not happened for about
38724                 a year, and anyway nothing else uses emacs regex.[ch].
38725                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
38726                 lib/regex[.ch] is untouched.
38727
38728 2004-09-09  Bruno Haible  <bruno@clisp.org>
38729
38730         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
38731
38732 2004-09-09  Bruno Haible  <bruno@clisp.org>
38733
38734         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
38735         modifications.
38736         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
38737
38738 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38739
38740         * modules/xvasprintf: New file.
38741         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
38742
38743 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
38744
38745         * lib/xvasprintf.h: New file.
38746         * lib/xvasprintf.c: New file.
38747         * lib/xasprintf.c: New file.
38748
38749 2004-09-08  Bruno Haible  <bruno@clisp.org>
38750
38751         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
38752
38753 2004-09-08  Bruno Haible  <bruno@clisp.org>
38754
38755         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
38756         length is > INT_MAX.
38757         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
38758         more.
38759
38760 2004-09-08  Bruno Haible  <bruno@clisp.org>
38761
38762         * lib/stdint_.h: New file, taken from GNU clisp.
38763
38764 2004-09-08  Bruno Haible  <bruno@clisp.org>
38765             Oskar Liljeblad  <oskar@osk.mine.nu>
38766
38767         * modules/stdint: New file.
38768         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
38769
38770 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38771
38772         Import from coreutils.
38773         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
38774         strings on unbounded length.  alloca's performance benefits aren't
38775         that important here.
38776         (V_STRDUP): Remove.
38777         (parse_with_separator): New function, with most of the internals
38778         of the old parse_user_spec.  Allow user to omit both user and group,
38779         for compatibility with FreeBSD.
38780         Clone only the user name, not the entire spec.
38781         Do not set *uid, *gid unless entirely successful.
38782         Avoid memory leak in some failing cases.
38783         Fix regression for USER.GROUP reported by Dmitry V. Levin in
38784         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
38785         (parse_user_spec): Rewrite to use parse_with_separator.
38786
38787 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38788
38789         * modules/userspec: Don't depend on alloca.
38790
38791 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38792
38793         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
38794
38795 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38796
38797         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
38798         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
38799         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
38800
38801 2004-08-16  Simon Josefsson  <jas@extundo.com>
38802
38803         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
38804         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
38805         Add --dry-run for --import.
38806         Let user provided command line parameters override configure.ac
38807         settings.
38808
38809 2004-08-12  Simon Josefsson  <jas@extundo.com>
38810
38811         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
38812         as discussed with Paul Eggert in threads rooted at
38813         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
38814         and
38815         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
38816         Before, the test was empty, and relied on ELIDE_CODE in source
38817         code.)
38818         (gl_PREREQ_GETOPT): New macro.
38819         (gl_GETOPT): Use them.
38820
38821 2004-08-12  Simon Josefsson  <jas@extundo.com>
38822
38823         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
38824         * lib/getopt_.h: Renamed from getopt.h.
38825
38826 2004-08-12  Simon Josefsson  <jas@extundo.com>
38827
38828         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
38829         Change default library name from libfoo to libgnu.
38830         Now, if you have a configure.ac that says:
38831                 gl_SOURCE_BASE(gl)
38832                 gl_M4_BASE(gl/m4)
38833                 gl_MODULES(error getopt etcetera)
38834                 gl_INIT
38835         you can import all you need by running:
38836                 ../gnulib/gnulib-tool --import
38837
38838         * modules/getopt (Files): Rename getopt.h to getopt_.h.
38839         (Makefile.am): Rewrite, use logic from argz.
38840         (Include): Use <getopt.h> instead of "getopt.h".
38841
38842 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38843
38844         * modules/argp (Files): Add m4/unlocked-io.m4.
38845         (Depends-on): Add extensions.
38846
38847 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38848
38849         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
38850         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
38851         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
38852         Check for program_invocation_name, program_invocation_short_name,
38853         flockfile, funlockfile, features.h, _getopt_long_only_r.
38854
38855 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38856
38857         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
38858         its complicated substitute.
38859         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
38860         and program_invocation_name.
38861         (__argp_basename) [!_LIBC]: Remove; the only use was
38862         replaced by its body.
38863         (__argp_short_program_name): Change condition from
38864         !defined __argp_short_program_name to
38865         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
38866         to match argp-namefrob.h.
38867         (__argp_failure): Don't assume strerror_r returns char *.
38868         * lib/argp-parse.c (N_): Define unconditionally.
38869         (argp_default_options): Fill out initializers with 0 to avoid
38870         gcc warnings.
38871
38872 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
38873
38874         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
38875         getopt1.c.
38876
38877 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38878
38879         Merge from coreutils.
38880
38881         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
38882
38883         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
38884         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
38885
38886 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38887
38888         Merge from coreutils.
38889
38890         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
38891         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
38892         for Reliant Unix 5.43.
38893
38894         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
38895         (union fooround): Use uintmax_t, not long int.
38896         The rest is a merge from libc:
38897         [defined _LIBC]: Include <shlib-compat.h>.
38898         (_obstack) [defined _LIBC]: Remove after 2.3.4.
38899
38900         * lib/settime.c (settime): Recode to avoid warning with
38901         Sun Forte C 6U2.
38902
38903         * lib/strverscmp.c: Convert to UTF-8.
38904
38905 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
38906
38907         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38908         m4/uintmax_t.m4.
38909
38910 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38911
38912         * modules/xalloc-die: New file.
38913         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
38914
38915         * modules/md5 (Files): Add m4/uint32_t.m4.
38916         * modules/sha1: Renamed from modules/sha.
38917         (Files):
38918         Rename lib/sha.h to lib/sha1.h.
38919         Rename lib/sha.c to lib/sha1.c.
38920         Rename m4/sha.m4 to m4/sha1.m4.
38921         (lib_SOURCES): Likewise.
38922         (configure.ac): Rename gl_SHA to gl_SHA1.
38923         (Include): sha.h -> sha1.h.
38924
38925 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38926
38927         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
38928         * m4/sha1.m4: Renamed from sha.m4.
38929         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
38930
38931 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
38932
38933         * lib/obstack.h (obstack_empty_p):
38934         Don't assume that chunk->contents is suitably aligned.
38935         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
38936         Likewise. Problem reported by Benno in
38937         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
38938
38939         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
38940         readable.  This could be improved further but it'd take some work.
38941
38942 2004-08-08  Simon Josefsson  <jas@extundo.com>
38943
38944         * modules/xgethostname (Depends-on): Remove exit and error (not
38945         used).
38946
38947         * modules/getpass-gnu: Add getpass.h.
38948         (Depends-on): Add stdbool.
38949         * modules/getpass: Add getpass.h.
38950
38951 2004-08-08  Simon Josefsson  <jas@extundo.com>
38952
38953         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
38954         Check getpass declaration.
38955
38956 2004-08-08  Simon Josefsson  <jas@extundo.com>
38957
38958         * lib/xgethostname.c: Don't include error.h (not used).
38959
38960         * lib/getpass.h: Add.
38961         * lib/getpass.c: Include getpass.h first.
38962
38963 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
38964
38965         * lib/xalloc-die.c: New file.
38966         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
38967         All uses removed.
38968         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
38969         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
38970         xalloc-die.c.
38971         (_, N_, xalloc_die): Move to xalloc-die.c.
38972         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
38973         so that we needn't mess with xalloc_msg_memory_exhausted.
38974
38975         * lib/sha1.h: Renamed from sha.h.
38976         (SHA1_H): Renamed from _SHA_H.
38977         (sha1_ctx): Renamed from sha_ctx.
38978         (sha1_init_ctx): Renamed from sha_init_ctx.
38979         (sha1_process_block): Renamed from sha_process_block.
38980         (sha1_process_bytes): Renamed from sha_process_bytes.
38981         (sha1_finish_ctx): Renamed from sha_finish_ctx.
38982         (sha1_read_ctx): Renamed from sha_read_ctx.
38983         (sha1_stream): Renamed from sha_stream.
38984         (sha1_buffer): Renamed from sha_buffer.
38985         * lib/sha1.c: Likewise; renamed from sha.c.
38986         Do not include <sys/types.h>.
38987         Include <stddef.h> rather than <stdlib.h>.
38988
38989 2004-08-08  Bruno Haible  <bruno@clisp.org>
38990
38991         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
38992         FILESYSTEM_PREFIX_LEN.
38993         * lib/progreloc.c: Likewise.
38994         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
38995
38996 2004-08-06  Simon Josefsson  <jas@extundo.com>
38997
38998         * modules/progname (Depends-on): Don't depend on stdbool.
38999
39000 2004-08-06  Simon Josefsson  <jas@extundo.com>
39001
39002         * modules/getsubopt: New file.
39003         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39004         getsubopt.
39005
39006 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39007
39008         More merge from coreutils.
39009
39010         * m4/utimens.m4, m4/utimecmp.m4: New files.
39011         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
39012         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
39013         prereq.m4, sha.m4: Import changes from coreutils.
39014
39015 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39016
39017         More merge from coreutils.
39018         * modules/raise, modules/readtokens0, modules/utimens:
39019         * modules/utimecmp, module/xnanosleep: New files.
39020         * modules/strftime: Add lib/strftime.h.
39021         Change include from <time.h> to "strftime.h".
39022         * modules/yesno: Add lib/yesno.h.
39023         * modules/backupfile: Remove lib/addext.c.
39024         * modules/euidaccess: Add stat-macros.h.
39025         * modules/canonicalize, modules/euidaccess,
39026         modules/filemode, modules/lchown, modules/makepath,
39027         modules/rmdir, modules/stat: Likewise.
39028
39029 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
39030
39031         Merge from tar.
39032         * lib/argp-help.c (make_hol, hol_append): Don't assume that
39033         SIZE_MAX is a valid preprocessor constant.
39034         (__argp_basename): Change from "#ifndef _LIBC"
39035         to "#ifndef __argp_short_program_name", so that
39036         we don't compile these functions for tar.
39037
39038         More merges from coreutils.
39039         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
39040         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
39041         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
39042         * lib/addext.c: Remove; no longer needed.
39043         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
39044         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
39045         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
39046         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
39047         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
39048         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
39049         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
39050         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
39051         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
39052         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39053         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
39054         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
39055         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
39056         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
39057         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
39058         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
39059         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
39060         Import changes from coreutils.
39061
39062 2004-08-05  Simon Josefsson  <jas@extundo.com>
39063
39064         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
39065
39066 2004-08-05  Simon Josefsson  <jas@extundo.com>
39067
39068         * m4/getsubopt.m4: New file.
39069
39070 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39071
39072         Merge from coreutils.
39073
39074         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
39075         * m4/getcwd-path-max.m4: New files.
39076
39077         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
39078         FILESYSTEM_PREFIX_LEN ->
39079         FILE_SYSTEM_PREFIX_LEN.
39080         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
39081         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
39082         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
39083         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
39084
39085         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
39086         prerequisite modules now handle the DOS stuff.
39087         Don't check for unistd.h.
39088
39089 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39090
39091         Merge from coreutils.
39092
39093         * lib/.gdb-history: Remove; this doesn't belong here.
39094
39095         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
39096         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
39097         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
39098         * lib/getcwd.c: New files.
39099
39100         * lib/dirname.h: Include <stdbool.h>.
39101         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
39102         for consistency with POSIX terminology.  All uses changed.
39103         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
39104         (strip_trailing_slashes): Use bool for booleans.
39105         * lib/stripslash.c (strip_trailing_slashes): Likewise.
39106
39107         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
39108         sometimes returns a positive errno value even when it succeeds.
39109         (print_errno_message) [!LIBC]: Fall back on strerror if
39110         __strerror_r fails.
39111
39112         * lib/path-concat.c (mempcpy): Don't define if a system header defines
39113         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
39114         (longest_relative_suffix): New function.
39115         (path_concat): Use it.  Assume first argument is not NULL.
39116         Port to DOS.  Omit redundant separators.
39117         Report an error instead of returning NULL.
39118         Use mempcpy instead of memcpy.
39119         (xpath_concat): Remove: not declared or used.
39120
39121         * lib/same.h: Include <stdbool.h>
39122         (same_name): Return bool, not int.
39123         * lib/same.c (same_name): Likewise.
39124         (errno): Don't declare; we assume C89 or better now.
39125
39126         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
39127         if not already defined.
39128
39129         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
39130         * lib/dup-safer.c (errno): Likewise.
39131
39132 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
39133
39134         Merge from coreutils.
39135         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
39136         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
39137         * modules/path-concat: Don't depend on strdup.
39138
39139 2004-08-03  Simon Josefsson  <jas@extundo.com>
39140
39141         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
39142         * lib/progname.h: Don't include stdbool.h.
39143
39144 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39145
39146         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
39147         * MODULES.html.sh (func_all_modules): Remove fatal.
39148
39149 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39150
39151         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
39152
39153 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
39154
39155         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
39156         working.
39157
39158 2004-08-02  Simon Josefsson  <jas@extundo.com>
39159
39160         * lib/getsubopt.h: New file, with comments from Bruno Haible.
39161         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
39162         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
39163
39164 2004-08-01  Simon Josefsson  <jas@extundo.com>
39165
39166         * lib/xgetdomainname.c: Include stdlib.h, for free().
39167
39168 2004-07-19  Bruno Haible  <bruno@clisp.org>
39169
39170         * MODULES.html.sh (func_all_modules): Add dummy.
39171
39172 2004-07-16  Simon Josefsson  <jas@extundo.com>
39173
39174         * modules/dummy: New file.
39175
39176 2004-07-16  Simon Josefsson  <jas@extundo.com>
39177
39178         * lib/dummy.c: New file.
39179
39180 2004-07-16  Bruno Haible  <bruno@clisp.org>
39181
39182         * lib/backupfile.h: Add extern "C" for C++.
39183         * lib/closeout.h: Likewise.
39184         * lib/copy-file.h: Likewise.
39185         * lib/findprog.h: Likewise.
39186         * lib/full-write.h: Likewise.
39187         * lib/pathname.h: Likewise.
39188         * lib/progname.h: Likewise.
39189         * lib/stpcpy.h: Likewise.
39190         * lib/stpncpy.h: Likewise.
39191         * lib/strcase.h: Likewise.
39192         * lib/strstr.h: Likewise.
39193         * lib/xalloc.h: Likewise.
39194
39195         * lib/mbswidth.h: Add extern "C" for C++.
39196         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
39197
39198 2004-07-13  Robert Millan  <robertmh@gnu.org>
39199
39200         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
39201
39202 2004-07-09  Simon Josefsson  <jas@extundo.com>
39203
39204         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
39205         failed without this.)
39206
39207 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39208
39209         * modules/chown (Files): Add lib/fchown-stub.c, since
39210         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
39211
39212 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
39213
39214         * lib/fchown-stub.c: New file.
39215
39216 2004-06-24  Jim Meyering  <jim@meyering.net>
39217
39218         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
39219
39220 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39221
39222         * modules/argz: Omit "#include".
39223
39224         * MODULES.html.sh (func_all_modules): Add calloc, to match
39225         2004-06-01 addition of calloc module.
39226
39227 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39228
39229         * m4/argz.m4: New file, which is autoupdated from libtool.
39230
39231 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39232
39233         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
39234         libtool.
39235
39236 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
39237
39238         * config/srclist-update: Don't insist on "USA." before the
39239         close-comment, as libtool omits the period and puts the */ on a
39240         separate line.
39241         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
39242         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
39243
39244 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
39245
39246         * modules/argz: New file.
39247         * MODULES.html.sh (func_all_modules): Add argz.
39248
39249 2004-06-12  Jim Meyering  <jim@meyering.net>
39250         and  Paul Eggert  <eggert@cs.ucla.edu>
39251
39252         * modules/hash (Files): Add lib/xalloc.h.
39253         * modules/pipe (Depends-on): Add wait-process.
39254         * modules/stat (Depends-on): Add xalloc.
39255         * modules/userspec (Files): Add lib/userspec.h.
39256         * modules/xstrto
39257
39258         Upgrade from gettext-0.13.
39259         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
39260         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
39261         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
39262
39263 2004-06-10  Jim Meyering  <jim@meyering.net>
39264
39265         * lib/calloc.c: New file.
39266
39267 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
39268
39269         * lib/getdate.y (yylex): Allow space between sign and number.
39270         Problem reported by Dan Jacobson.
39271
39272 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39273
39274         Merge from coreutils CVS.
39275
39276         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
39277         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
39278         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
39279         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
39280         xstrtol.m4: Fix copyright date and/or serial number.
39281
39282         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
39283         See if we need an fchown replacement.
39284         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
39285         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
39286         and use the replacement function if we detect either defect.
39287
39288         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
39289         gl_UTIMECMP.
39290
39291 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
39292         and  Jim Meyering  <jim@meyering.net>
39293
39294         Merge from coreutils CVS.
39295
39296         * lib/stat-macros.h: New file, with contents from file-type.h
39297         and coreutils' system.h.
39298         * lib/file-type.c: Include "stat-macros.h".
39299         * lib/file-type.h (file_type): Move all macro definitions to new file,
39300         stat-macros.h.
39301
39302         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
39303         Wrap old code with this conditional.
39304         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
39305         function that does not dereference symlinks.
39306         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
39307
39308         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
39309         dependency problems.
39310         (xreadlink): Accept new arg SIZE, for efficiency.
39311         All decls and uses changed.
39312         * lib/xreadlink.h: Include <stddef.h>, for size_t.
39313
39314         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
39315         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
39316
39317         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
39318         sysexits.h.
39319
39320 2004-06-01  Jim Meyering  <jim@meyering.net>
39321
39322         * m4/calloc.m4: New file.
39323
39324 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
39325
39326         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
39327         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
39328         Also, fix a typo in a diagnostic.
39329
39330 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39331
39332         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
39333         or AC_FUNC_REALLOC.
39334
39335 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
39336
39337         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
39338         macros to be defined.
39339         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
39340         the allocator returns NULL because the requested size is zero.
39341
39342 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39343
39344         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
39345         var.  Add comment explaining why libc still defines it.  This
39346         merges the following patch from glibc:
39347         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
39348
39349 2004-05-20  Andreas Schwab  <schwab@suse.de>
39350
39351         * m4/free.m4: Replace free if it not known to work, not the other
39352         way round.
39353
39354 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
39355
39356         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
39357         present in glibc since revision 1.1 of this file.
39358         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
39359         obstack_alignment_mask, obstack_alloc, obstack_base,
39360         obstack_blank, obstack_blank_fast, obstack_chunk_size,
39361         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
39362         obstack_grow0, obstack_init, obstack_int_grow,
39363         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
39364         obstack_next_free, obstack_object_size, obstack_ptr_grow,
39365         obstack_ptr_grow_fast, obstack_room): Remove declarations of
39366         nonexistent functions.
39367
39368 2004-05-18  Karl Berry  <karl@gnu.org>
39369
39370         * config/srclist.txt: break link for vasnprintf.c.
39371
39372 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39373
39374         Port obstack to the AS/400, where pointers are 16 bytes wide and
39375         you cannot cast an integer to a valid pointer.  This patch is
39376         currently waiting to be integrated into glibc; see
39377         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
39378
39379         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
39380         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
39381         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
39382         (struct obstack): temp member is now a union of a pointer and
39383         an integer, instead of an integer.  All integer uses changed.
39384         This does not affect the physical layout of struct obstack,
39385         except on hosts (like the AS/400) where the size or alignment of
39386         void * is greater than that of ptrdiff_t.
39387         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
39388         __STDC__)]: Store temporary in pointer member of union, not
39389         integer member.
39390         * lib/obstack.c: Include <stddef.h>, for offsetof.
39391         (struct fooalign): Remove; it doesn't need a name.
39392         (union fooround): Change double to long double, and add void *.
39393         (DEFAULT_ALIGNMENT): Use offsetof to compute.
39394         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
39395         not a macro.  Hence the values are always int; so remove all
39396         casts-to-int in uses.
39397
39398 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
39399
39400         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
39401         we can get this patch merged into glibc.
39402
39403 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39404             Paul Eggert  <eggert@cs.ucla.edu>
39405
39406         * m4/argp: Depend on alloca.
39407
39408 2004-05-17  Derek R. Price  <derek@ximbiot.com>
39409             Paul Eggert  <eggert@cs.ucla.edu>
39410
39411         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
39412         freecoding.
39413
39414 2004-05-17  Bruno Haible  <bruno@clisp.org>
39415
39416         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
39417         precision that consists of a '.' followed by an empty digit string.
39418         Patch by Tor Lillqvist <tml@iki.fi>.
39419
39420 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39421
39422         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
39423         for backward compatibility with older code.  We need our own
39424         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
39425         it under some other name, and our alloca.h will define it.
39426
39427 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
39428             Derek Price  <derek@ximbiot.com>
39429
39430         * lib/alloca.c: Include <alloca.h>, to get our interface.
39431         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
39432         include <alloca.h> first.  Use C89 prototype for alloca; this
39433         requires including <stddef.h> for size_t.  Use extern "C" if C++.
39434         Use #elif for simplicity, since we can assume C89 now.
39435         Don't try to source the system alloca.h since it will not be found
39436         and to prevent recursively including its replacement.
39437         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
39438         * lib/regex.c: Likewise.
39439
39440 2004-05-16  Derek Price  <derek@ximbiot.com>
39441             Paul Eggert  <eggert@cs.ucla.edu>
39442
39443         getline cleanup.  This changes the getndelim2 API: both order of
39444         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
39445         no delimiter).
39446
39447         * lib/getline.c: Don't include stddef.h or stdio.h, since our
39448         interface does that.
39449         (getline): Always use getdelim, so that we don't have two
39450         copies of this code.
39451         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
39452         if available.
39453         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
39454         (GETNDELIM2_MAXIMUM): New macro.
39455         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
39456         instead of the old practice of delim2==0.  All callers changed.
39457         Return -1 on overflow, instead of returning junk.
39458         Do not set *linesize unless allocation succeeds.
39459         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
39460         that we include sys/types.h.
39461         * lib/getnline.h: Likewise.
39462         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
39463         (getndelim2): Reorder arguments.
39464         * lib/getnline.c (getnline, getndelim):
39465         Don't discard the NMAX argument.
39466         (getnline): Invoke getndelim, to avoid code duplication.
39467         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
39468         of (size_t) -1 by callers of the getnline family.
39469
39470 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39471
39472         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
39473         Check for gettimeofday.
39474         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
39475         Check for settimeofday, stime.
39476
39477 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39478
39479         * lib/nanosleep.c (suspended): Change its type from int to
39480         sig_atomic_t volatile.
39481         (first_call): Make it private to rpl_nanosleep, and have it
39482         be zero initially as that's a bit faster.
39483         (my_usleep): Round up fractional times instead of truncating them,
39484         as this is the usual meaning for 'sleep'.
39485
39486         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
39487         doesn't work.
39488         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
39489         (ENOSYS): Define if not defined.
39490         (settime): Fall back on stime if it exists and settimeofday fails.
39491         But don't bother with fallbacks if a method fails with errno == EPERM.
39492
39493 2004-05-11  Jim Meyering  <jim@meyering.net>
39494
39495         Prior to this change, the save_cwd caller required read access to the
39496         current directory on most systems (ones with the fchdir function).
39497
39498         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
39499         fails, try write-only, and finally, resort to using xgetcwd.
39500
39501 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39502
39503         * lib/obstack.c, obstack.h: Import changes from libc.
39504
39505 2004-04-28  Bruno Haible  <bruno@clisp.org>
39506
39507         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
39508         also implicitly appends .exe to executables.
39509         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
39510         accepts Windows pathnames.
39511         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39512         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39513         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
39514         Treat Cygwin like Windows, since it now accepts Windows pathnames.
39515         Reported by Derek Robert Price <derek@ximbiot.com>.
39516
39517 2004-04-21  Karl Berry  <karl@gnu.org>
39518
39519         * config/srclist.txt (localcharset.c): break sync.
39520
39521 2004-04-20  Paul Eggert  <eggert@twinsun.com>
39522
39523         * m4/host-os.m4: Add a copyright notice.
39524
39525 2004-04-20  Jim Meyering  <jim@meyering.net>
39526
39527         Change UTILS_ to gl_ in AC_DEFINE'd names.
39528         Change utils_- and jm_-prefixed variables, too.
39529         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
39530         UTILS_FUNC_MKDIR_TRAILING_SLASH.
39531         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
39532
39533         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
39534         Don't emit trailing blanks.
39535         Also rename jm_-prefixed variables to have gl_ prefix.
39536
39537         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
39538         Also rename jm_-prefixed variables to have gl_ prefix.
39539
39540         * m4/jm-macros.m4: Reflect the renamings.
39541         * m4/prereq.m4: Likewise.
39542
39543 2004-04-20  Jim Meyering  <jim@meyering.net>
39544
39545         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
39546         memory.
39547
39548 2004-04-20  Jim Meyering  <jim@meyering.net>
39549             Bruno Haible  <bruno@clisp.org>
39550
39551         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
39552         memory when realloc fails.
39553
39554 2004-04-19  Jim Meyering  <jim@meyering.net>
39555
39556         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
39557         now that readutmp.c may call `free (0)'.
39558
39559 2004-04-19  Bruno Haible  <bruno@clisp.org>
39560
39561         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
39562         * m4/inttypes_h.m4: Likewise.
39563         * m4/stdint_h.m4: Likewise.
39564         * m4/intmax_t.m4: Likewise.
39565         * m4/uintmax_t.m4: Likewise.
39566
39567 2004-04-18  Jim Meyering  <jim@meyering.net>
39568
39569         * m4/prereq.m4: Don't forbid jm_ prefix.
39570
39571         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
39572         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
39573         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
39574         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
39575         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
39576         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
39577         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
39578         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
39579         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
39580         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
39581         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
39582         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
39583         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
39584         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
39585         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
39586         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
39587         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
39588         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
39589         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
39590
39591 2004-04-18  Jim Meyering  <jim@meyering.net>
39592
39593         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
39594         failure, don't leak memory and do call END_UTMP_ENT.
39595
39596 2004-04-16  Jim Meyering  <jim@meyering.net>
39597
39598         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
39599         coreutils' stat program.
39600         (gl_PREREQ): Don't require jm_PREREQ_STAT.
39601
39602 2004-04-11  Paul Eggert  <eggert@twinsun.com>
39603
39604         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
39605         C89.
39606         (CHAR_BIT): Remove, since we assume C89.
39607         Include <stdint.h> if available, as per current Autoconf CVS advice.
39608
39609 2004-03-31  Jim Meyering  <jim@meyering.net>
39610
39611         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
39612         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
39613         * m4/xalloc.m4: Likewise.
39614
39615 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39616
39617         Merge from coreutils.
39618
39619         * m4/inttostr.m4: New file.
39620         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
39621         Require AM_STDBOOL_H and gl_TIMESPEC instead.
39622         Require gl_CLOCK_TIME.
39623         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
39624
39625 2004-03-30  Paul Eggert  <eggert@twinsun.com>
39626
39627         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
39628         not bool, to be more consistent with Unix conventions.
39629         Suggested by Bruno Haible.
39630
39631         Merge from coreutils.
39632
39633         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
39634         * lib/umaxtostr.c: New files.
39635
39636         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
39637         the usual <time.h> dance.
39638         (get_date): Change signature to support fractional time stamps.
39639         All callers changed.
39640         * lib/getdate.y: Include "getdate.h" first, as we can now
39641         assume C89 and don't need to worry about 'const'.
39642         Similarly, include "unlocked-io.h" near start, not in middle.
39643         Include <limits.h>.
39644         (textint.value): Use long int rather than int.
39645         (textint.digits): Use size_t rather than int.
39646         (BILLION, LOG10_BILLION): New constants.
39647         (parser_control): New member rel_ns.  Members day_ordinal,
39648         time_zone, month, day, hour, minutes, rel_year, rel_month,
39649         rel_day, rel_hour, rel_minutes, rel_seconds
39650         are now long int, not int.  Member seconds is now struct timespec,
39651         not int.  New member timespec_seen.  Members dates_seen, days_seen,
39652         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
39653         not int.
39654         (%union.intval): Now long int, not int.
39655         New member timespec.
39656         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
39657         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
39658         (spec): Now is a timespec or an item list.
39659         (timespec, items): New nonterminals.
39660         (time, rel, relunit, number, get_date):
39661         Add support for fractional seconds.
39662         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
39663         (gmtime, localtime, mktime): Remove decls; not needed with C89.
39664         (to_hour): First arg is now long int, not int.
39665         (to_year): Returns long int, not int.
39666         Don't treat year -70 like 70.
39667         (tm_diff): Returns long int, not int.
39668         (lookup_word): Use bool instead of int when appropriate.
39669         (yylex): Use size_t for count, not int.
39670         Detect overflow when parsing large integer constants.
39671         Add support for fractions.
39672         (get_date): Make pointers 'const' if possible.
39673         Use more-portable code to detect integer overflow.
39674         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
39675         Don't use ctime; it's not reliable if the year has >4 digits.
39676
39677         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
39678         This is for compatibility with BSD.
39679
39680         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
39681         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
39682         From coreutils' system.h.
39683
39684         * lib/userspec.c: Don't include "posixver.h".
39685         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
39686         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
39687         compatible extension.  Simplify code by removing a boolean int
39688         that was always nonzero if a string was nonnull.
39689
39690 2004-03-30  Jim Meyering  <jim@meyering.net>
39691
39692         Merge from coreutils.
39693
39694         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
39695         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
39696         on some systems one must include <grp.h> before it.
39697         Reported by Christian Krackowizer.
39698
39699 2004-03-30  Jim Meyering  <jim@meyering.net>
39700
39701         Merge from coreutils.
39702
39703         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
39704
39705         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
39706         an empty input stream.
39707
39708         * lib/readtokens.c: Include <stdbool.h>.
39709         (readtoken): Use `size_t' rather than int/long.
39710         All callers adjusted.
39711         Use `bool' rather than `int' where appropriate.
39712         Use memset rather than an explicit loop.
39713         Use x2nrealloc rather than xrealloc.
39714         Allow the use of `\0' as a delimiter.
39715         (readtokens): Likewise.
39716         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
39717
39718 2004-03-30  Jim Meyering  <jim@meyering.net>
39719
39720         * m4/realloc.m4: Remove file, since now it does no more than
39721         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
39722         the `configure.ac' section of module/realloc.
39723         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
39724
39725 2004-03-30  Bruno Haible  <bruno@clisp.org>
39726
39727         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
39728         nonnull.
39729
39730 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39731
39732         Merge changes to getloadavg.c from coreutils and Emacs.
39733
39734         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
39735         Define to an expression, not to the empty string.
39736         Include cloexec.h and xalloc.h.
39737         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
39738         Use set_cloexec_flag rather than rolling our own.
39739         * lib/cloexec.c, lib/cloexec.h: New files.
39740
39741 2004-03-29  Paul Eggert  <eggert@twinsun.com>
39742
39743         * m4/cloexec.m4: New file.
39744
39745 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39746
39747         * lib/getopt.h: Sync with libc CVS.
39748
39749 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39750             Bruno Haible  <bruno@clisp.org>
39751
39752         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
39753         mbswidth.
39754
39755 2004-03-18  Paul Eggert  <eggert@twinsun.com>
39756             Bruno Haible  <bruno@clisp.org>
39757
39758         * lib/mbswidth.h: Include <wchar.h> only if
39759         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
39760         <wchar.h>.
39761         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
39762
39763 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39764
39765         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
39766         Sync with libc CVS.
39767         * lib/getopt_int.h: New file, also synced from libc.
39768
39769 2004-03-09  Paul Eggert  <eggert@twinsun.com>
39770
39771         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
39772         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
39773         Bring back getopt.c, getopt.h, getopt1.c.
39774
39775 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39776
39777         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
39778         All uses changed.  Check for sa_sigaction member; this fixes
39779         a bug first reported by Jason Andrade in
39780         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39781
39782 2004-03-07  Paul Eggert  <eggert@twinsun.com>
39783
39784         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
39785         '#if' expressions.  Unlike the code it replaces, it does not
39786         depend on (defined _SC_PAGESIZE).  However, it does depend on
39787         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
39788         first reported by Jason Andrade in
39789         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
39790
39791 2004-02-25  Simon Josefsson  <jas@extundo.com>
39792
39793         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
39794
39795 2004-02-25  Simon Josefsson  <jas@extundo.com>
39796
39797         * lib/strdup.h: New file.
39798         * lib/strdup.c: Include it.
39799         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
39800         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
39801
39802 2004-02-23  Karl Berry  <karl@gnu.org>
39803
39804         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
39805         (from fencepost.gnu.org:/gd/gnuorg).
39806
39807 2004-02-23  Karl Berry  <karl@gnu.org>
39808
39809         * config/srclistvars.sh (GNUORG) [karl]: redefine.
39810         * config/srclist.txt: add maintain/standards documents.
39811
39812 2004-02-18  Bruno Haible  <bruno@clisp.org>
39813
39814         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
39815         Reported by Derek Robert Price <derek@ximbiot.com>.
39816
39817 2004-02-16  Karl Berry  <karl@gnu.org>
39818
39819         * config/mkinstalldirs, install-sh: update from automake.
39820
39821 2004-02-06  Karl Berry  <karl@gnu.org>
39822
39823         * m4/po.m4: update from gettext 0.14.1.
39824
39825 2004-02-06  Karl Berry  <karl@gnu.org>
39826
39827         * lib/config.charset: update from gettext 0.14.1.
39828
39829 2004-02-05  Paul Eggert  <eggert@twinsun.com>
39830
39831         Add comments and code, prompted by suggestions from Bruno Haible
39832         for sh-quote.
39833         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
39834         describing the enum quoting_style values.
39835         * lib/quotearg.c (quotearg_alloc): New function.
39836         (quotearg_buffer_restyled): Treat lone { and } as special.
39837         Treat = as special.  Work around bug with older shells
39838         that "see" a '\' that is really the 2nd byte of a multibyte char.
39839         Quote empty string with shell_quoting_style.
39840
39841 2004-02-03  Bruno Haible  <bruno@clisp.org>
39842
39843         * m4/pipe.m4: New file, from GNU gettext.
39844
39845 2004-02-03  Bruno Haible  <bruno@clisp.org>
39846
39847         * lib/pipe.h: New file, from GNU gettext.
39848         * lib/pipe.c: New file, from GNU gettext.
39849
39850 2004-01-27  Bruno Haible  <bruno@clisp.org>
39851
39852         * m4/execute.m4: New file, from GNU gettext.
39853
39854 2004-01-27  Bruno Haible  <bruno@clisp.org>
39855
39856         * lib/execute.h: New file, from GNU gettext.
39857         * lib/execute.c: New file, from GNU gettext.
39858         * lib/w32spawn.h: New file, from GNU gettext.
39859
39860 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39861
39862         Merge from diffutils.
39863
39864         * lib/file-type.c (file_type): Add typed memory objects.
39865         * lib/file-type.h (S_TYPEISTMO): New macro.
39866
39867         * lib/c-stack.h (c_stack_action): Remove argv argument.
39868         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
39869         (die): Don't calculate message unless segv_action returns.
39870         (get_stack_location, min_address_from_argv, max_address_from_argv,
39871         volatile stack_base, volatile_stack_size): Remove.
39872         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
39873         that every segmentation violation is a stack overflow.  (Ouch!)
39874         See Debian bug 136249 (still outstanding) for more info about why
39875         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
39876
39877 2004-01-24  Paul Eggert  <eggert@twinsun.com>
39878
39879         Exit-status fix from coreutils.
39880
39881         Use exit_failure consistently in place of EXIT_FAILURE,
39882         so that program exit statuses are consistent on failure.
39883
39884         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
39885         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
39886         * lib/argmatch.h: Comment fix to match the above.
39887         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
39888         Now a macro referring to exit_failure, instead of a separate
39889         variable.  Include "exitfail.h" to get it.
39890         * lib/xstrtol.h: Include "exitfail.h".
39891         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
39892
39893         * lib/long-options.c (parse_long_options): Use prototype
39894         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
39895         for clarity.
39896
39897 2004-01-21  Jim Meyering  <jim@meyering.net>
39898
39899         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
39900         so as not to conflict with a different-sized __mktime_internal
39901         function in GNU libc.
39902         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
39903         Problem building statically-linked `ls' reported by Michael Brunnbauer.
39904
39905 2004-01-20  Karl Berry  <karl@gnu.org>
39906
39907         * config/config.guess: update from config.
39908
39909         * config/srclistvars.sh: GNUWWWLICENSES for karl.
39910
39911 2004-01-20  Bruno Haible  <bruno@clisp.org>
39912
39913         Safer stack allocation.
39914         * lib/setenv.c: Include allocsa.h.
39915         (alloca): Remove fallback definition.
39916         (freea): Remove macro.
39917         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
39918         instead of freea.
39919
39920 2004-01-20  Bruno Haible  <bruno@clisp.org>
39921
39922         * m4/eealloc.m4: New file, from GNU gettext.
39923
39924 2004-01-20  Bruno Haible  <bruno@clisp.org>
39925
39926         * m4/allocsa.m4: New file, from GNU gettext.
39927
39928 2004-01-20  Bruno Haible  <bruno@clisp.org>
39929
39930         * lib/xallocsa.h: New file, from GNU gettext.
39931         * lib/xallocsa.c: New file, from GNU gettext.
39932
39933 2004-01-20  Bruno Haible  <bruno@clisp.org>
39934
39935         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
39936
39937 2004-01-20  Bruno Haible  <bruno@clisp.org>
39938
39939         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
39940         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
39941         specially.
39942
39943 2004-01-20  Bruno Haible  <bruno@clisp.org>
39944
39945         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
39946         patch.
39947
39948 2004-01-20  Bruno Haible  <bruno@clisp.org>
39949
39950         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
39951
39952 2004-01-20  Bruno Haible  <bruno@clisp.org>
39953
39954         * lib/eealloc.h: New file.
39955
39956 2004-01-20  Bruno Haible  <bruno@clisp.org>
39957
39958         * lib/binary-io.h: Avoid warnings on Cygwin.
39959
39960 2004-01-20  Bruno Haible  <bruno@clisp.org>
39961
39962         * lib/allocsa.h: New file, from GNU gettext.
39963         * lib/allocsa.c: New file, from GNU gettext.
39964
39965 2004-01-18  Karl Berry  <karl@gnu.org>
39966
39967         * doc/gpl.texi, doc/lgpl.texi: new files.
39968
39969 2004-01-18  Karl Berry  <karl@gnu.org>
39970
39971         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
39972         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
39973
39974 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39975
39976         Merge from coreutils.
39977
39978         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
39979         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
39980         (gl_DEFAULT_POSIX2_VERSION): Move
39981         the documentation from 'configure' into 'config.hin',
39982         so that 'configure --help' isn't burdened by it and
39983         we don't have to worry about its formatting there.
39984         Reword the documentation so that it's more succinct
39985         and can be run together into a single paragraph.
39986         * m4/same.m4 (gl_SAME): Check for pathconf.
39987
39988 2004-01-15  Paul Eggert  <eggert@twinsun.com>
39989
39990         Merge from coreutils.
39991
39992         * lib/posixver.c: Include posixver.h.
39993
39994         * lib/same.c: Include <stdbool.h>, <limits.h>.
39995         (_POSIX_NAME_MAX): Define if not defined.
39996         (MIN): New macro.
39997         (same_name): If file names are silently truncated, report
39998         that the file names are the same if they are the same after
39999         the silent truncation.
40000
40001         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
40002         conversion function.
40003         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
40004         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
40005         longer needed.
40006
40007 2004-01-15  Jim Meyering  <jim@meyering.net>
40008
40009         Merge from coreutils.
40010
40011         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
40012         if no library is required.
40013         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
40014         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
40015         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
40016         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
40017         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
40018         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
40019         value, $ac_cv_search_crypt, if it's "none required".
40020         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
40021         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
40022         not gl_FUNC_GETLOADAVG.
40023         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
40024         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
40025
40026 2004-01-15  Jim Meyering  <jim@meyering.net>
40027
40028         Merge from coreutils.
40029
40030         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
40031         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
40032         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
40033
40034         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
40035         optional configure-time default.
40036
40037         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40038
40039         * lib/xreadlink.c (xreadlink): Correct outdated comment.
40040
40041 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
40042
40043         Merge from coreutils.
40044
40045         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
40046         value, $ac_cv_search_nanosleep, if it's "none required".
40047
40048 2004-01-14  Paul Eggert  <eggert@twinsun.com>
40049
40050         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
40051         with like-named macro in fnmatch.c.
40052         (EXT): Use an internal constant instead.
40053
40054         Merge fnmatch patches from glibc.
40055         * lib/fnmatch.c (mbsinit): Remove define.
40056         Add libc_hidden_ver (__fnmatch, fnmatch).
40057         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
40058         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
40059
40060 2004-01-14  Karl Berry  <karl@gnu.org>
40061
40062         * config/install-sh: update from automake.
40063
40064 2004-01-13  Karl Berry  <karl@gnu.org>
40065
40066         * config/install-sh: update from automake.
40067
40068 2004-01-09  Karl Berry  <karl@gnu.org>
40069
40070         * config/install-sh: update from automake.
40071
40072 2004-01-05  Karl Berry  <karl@gnu.org>
40073
40074         * config/config.{sub,guess}: update from config.
40075
40076 2003-12-31  Karl Berry  <karl@gnu.org>
40077
40078         * config/depcomp: update from automake.
40079
40080 2003-12-14  Karl Berry  <karl@gnu.org>
40081
40082         * lib/config.charset: update from gettext-runtime.
40083
40084 2003-12-03  Paul Eggert  <eggert@twinsun.com>
40085
40086         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
40087         Bug reported by Alfred M. Szmidt.
40088
40089 2003-12-03  Bruno Haible  <bruno@clisp.org>
40090
40091         * m4/gettext.m4: Upgrade from gettext-0.13.
40092         * m4/po.m4: Upgrade from gettext-0.13.
40093         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
40094         * m4/intmax.m4: New file, from gettext-0.13.
40095         * m4/printf-posix.m4: New file, from gettext-0.13.
40096
40097 2003-11-29  Karl Berry  <karl@gnu.org>
40098
40099         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
40100
40101 2003-11-25  Paul Eggert  <eggert@twinsun.com>
40102             Bruno Haible  <bruno@clisp.org>
40103
40104         * lib/printf-parse.h: Don't include sys/types.h.
40105         (ARG_NONE): New macro.
40106         (char_directive): Change type of *arg_index fields to size_t.
40107         * lib/printf-parse.c: Don't include sys/types.h.
40108         (SSIZE_MAX): Remove macro.
40109         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
40110         Remove unnecessary overflow check.
40111         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
40112         fields.
40113
40114 2003-11-25  Bruno Haible  <bruno@clisp.org>
40115
40116         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
40117
40118 2003-11-25  Bruno Haible  <bruno@clisp.org>
40119
40120         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
40121         gt_TYPE_SSIZE_T.
40122
40123 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40124
40125         * modules/alloca: Remove dependency on xalloc.
40126
40127 2003-11-24  Paul Eggert  <eggert@twinsun.com>
40128
40129         * lib/alloca.c: Remove dependency on xalloc module.
40130         (xalloc_die): Remove.
40131         (memory_full) [!defined emacs]: New macro.
40132         [!defined emacs]: Don't include xalloc.h.
40133         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
40134         address arithmetic overflows.  Change datatypes a bit to avoid
40135         unnecessary casts.
40136
40137 2003-11-22  Jim Meyering  <jim@meyering.net>
40138
40139         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
40140         s/size/size_t/.
40141
40142 2003-11-21  Karl Berry  <karl@gnu.org>
40143
40144         * config/config.{sub,guess}: update from config.
40145
40146 2003-11-18  Karl Berry  <karl@gnu.org>
40147
40148         * config/config.{sub,guess}: update from config.
40149
40150         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
40151
40152 2003-11-17  Paul Eggert  <eggert@twinsun.com>
40153
40154         * README: Mention that S+T cannot overflow if S is the size of
40155         an existing object and T is sufficiently small.
40156
40157 2003-11-17  Jim Meyering  <jim@meyering.net>
40158
40159         On systems without utime and without a utimes function capable of
40160         dealing with a NULL struct utimbuf* argument, this utime replacement
40161         could -- in unusual circumstances -- leak a file descriptor.
40162         * lib/utime.c: Include <unistd.h> and <errno.h>.
40163         (utime_null): Be sure to close `fd' and to preserve errno.
40164         Reported by Geoff Collyer via Arnold Robbins.
40165
40166 2003-11-17  Bruno Haible  <bruno@clisp.org>
40167
40168         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
40169         (Depends-on): Add xsize.
40170
40171 2003-11-17  Bruno Haible  <bruno@clisp.org>
40172
40173         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
40174
40175 2003-11-17  Bruno Haible  <bruno@clisp.org>
40176
40177         * lib/vasnprintf.c (alloca): Remove fallback definition.
40178         (freea): Remove definition.
40179         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
40180         Reported by Paul Eggert.
40181
40182 2003-11-16  Paul Eggert  <eggert@twinsun.com>
40183             Bruno Haible  <bruno@clisp.org>
40184
40185         Protect against address arithmetic overflow.
40186         * lib/printf-args.h: Include stddef.h.
40187         (arguments): Change type of field 'count' to size_t.
40188         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
40189         'unsigned int' where appropriate.
40190         * lib/printf-parse.h: Include sys/types.h.
40191         (char_directive): Change type of *arg_index fields to ssize_t.
40192         (char_directives): Change type of fields 'count', max_*_length to
40193         size_t.
40194         * lib/printf-parse.c: Include sys/types.h and xsize.h.
40195         (SSIZE_MAX): Define fallback value.
40196         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
40197         instead of 'int' where appropriate. Check a_allocated, d_allocated
40198         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
40199         * lib/vasnprintf.c: Include xsize.h.
40200         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
40201         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
40202         overflow. Avoid wraparound when converting a width or precision from
40203         decimal to binary.
40204
40205 2003-11-16  Bruno Haible  <bruno@clisp.org>
40206
40207         Update from GNU gettext.
40208         * lib/printf-parse.c: Generalize to it can be compiled for wide
40209         strings.
40210         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
40211         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
40212         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
40213         SNPRINTF): New macros.
40214         Don't include <alloca.h> if the file is used inside libintl.
40215         (local_wcslen): New function, for Solaris 2.5.1.
40216         (VASNPRINTF): Use it instead of wcslen.
40217
40218 2003-11-16  Bruno Haible  <bruno@clisp.org>
40219
40220         * lib/xsize.h (xmax): New function.
40221         (xsum, xsum3, xsum4): Declare as "pure" functions.
40222
40223 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40224
40225         * modules/xalloc (Files): Undo latest change, since xalloc.h
40226         no longer needs SIZE_MAX or PTRDIFF_MAX.
40227
40228 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40229
40230         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
40231         gl_PTRDIFF_MAX.
40232
40233 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40234
40235         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
40236         "return", to pacify some unknown compiler.  Problem reported
40237         by Joerg Schilling.
40238
40239 2003-11-12  Paul Eggert  <eggert@twinsun.com>
40240
40241         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
40242         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
40243         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
40244         heuristic is just as accurate as far as we know, and it removes a
40245         dependency on size_max.m4 and ptrdiff_max.m4.
40246
40247 2003-11-11  Bruno Haible  <bruno@clisp.org>
40248
40249         * modules/xsize (Files): Add m4/size_max.m4.
40250         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
40251
40252 2003-11-11  Bruno Haible  <bruno@clisp.org>
40253
40254         * m4/size_max.m4: New file.
40255         * m4/ptrdiff_max.m4: New file.
40256         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
40257         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
40258         (gl_XALLOC): Invoke it.
40259
40260 2003-11-11  Bruno Haible  <bruno@clisp.org>
40261
40262         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
40263         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
40264         defined.
40265
40266 2003-11-10  Paul Eggert  <eggert@twinsun.com>
40267
40268         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
40269         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
40270         rejected some allocations of exactly SIZE_MAX - 2 bytes.
40271         From Bruno Haible.
40272         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
40273         not (size_t) -1, since it's defined here.
40274
40275 2003-11-09  Karl Berry  <karl@gnu.org>
40276
40277         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
40278
40279 2003-11-06  Paul Eggert  <eggert@twinsun.com>
40280
40281         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
40282         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
40283         Reject sizes of exactly SIZE_MAX bytes.
40284         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
40285         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
40286
40287 2003-11-05  Bruno Haible  <bruno@clisp.org>
40288
40289         * lib/xsize.h: Include limits.h, to avoid a possible collision with
40290         SIZE_MAX defined in <limits.h> on Solaris.
40291
40292 2003-11-04  Jim Meyering  <jim@meyering.net>
40293
40294         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
40295         variable names, rather than @VAR@.
40296         * modules/poll: Likewise.
40297
40298 2003-11-04  Bruno Haible  <bruno@clisp.org>
40299
40300         * modules/xsize: New file.
40301         * modules/linebreak: Depend on xsize.
40302         * MODULES.html.sh (func_all_modules): Add xsize.
40303
40304 2003-11-04  Bruno Haible  <bruno@clisp.org>
40305
40306         * m4/xsize.m4: New file.
40307
40308 2003-11-04  Bruno Haible  <bruno@clisp.org>
40309
40310         * lib/xsize.h: New file.
40311         * lib/linebreak.c: Include xsize.h.
40312         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
40313         argument for overflow.
40314         Suggested by Paul Eggert.
40315
40316 2003-11-03  Karl Berry  <karl@gnu.org>
40317
40318         * config/config.{guess,sub}: update from config.
40319
40320 2003-11-03  Jim Meyering  <jim@meyering.net>
40321
40322         * modules/userspec (lib_SOURCES): Add userspec.h.
40323         (Include): Add "userspec.h".
40324         Improve description.
40325
40326 2003-11-03  Jim Meyering  <jim@meyering.net>
40327
40328         * lib/userspec.c: Include "userspec.h".
40329         * lib/userspec.h: New file.
40330
40331 2003-11-03  Bruno Haible  <bruno@clisp.org>
40332
40333         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
40334
40335 2003-11-03  Bruno Haible  <bruno@clisp.org>
40336
40337         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
40338         available, to avoid (extremely rare) race condition.
40339         Suggested by Paul Eggert.
40340
40341 2003-11-02  Karl Berry  <karl@gnu.org>
40342
40343         * config/srclist.txt (vasprintf.c): sync broken, sigh.
40344
40345 2003-10-31  Paul Eggert  <eggert@twinsun.com>
40346
40347         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
40348         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
40349         (read_filesystem_list): Set and use me_type_malloced.
40350         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
40351         whatever the type happens to be), for brevity and consistency.
40352         Check for size calculation overflow on Alphas running OSF/1.
40353
40354 2003-10-31  Jim Meyering  <jim@meyering.net>
40355
40356         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
40357
40358         * lib/linebuffer.c: Include <string.h> for declaration of memset.
40359
40360 2003-10-30  Paul Eggert  <eggert@twinsun.com>
40361             Bruno Haible  <bruno@clisp.org>
40362
40363         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
40364         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
40365
40366 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
40367
40368         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
40369         netbsd*-gnu*.  Suggested by Robert Millan.
40370
40371 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40372
40373         * modules/group-member: Depend on stdbool.
40374
40375 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40376
40377         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
40378
40379 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40380
40381         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
40382         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
40383         after the 'gnu' in these cases.  This fixes some bugs in the
40384         previous change, and is based on suggestions by Robert Millan.
40385
40386 2003-10-29  Paul Eggert  <eggert@twinsun.com>
40387
40388         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
40389         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
40390         no longer needed.
40391         * lib/quotearg.c (quotearg_n_options): Use it.
40392         * lib/group-member.c: Include <stdbool.h>.
40393         (free_group_info): Arg is now const *; don't free arg.
40394         (get_group_info): Now returns bool and accepts struct group_info *,
40395         rather than returning a malloc'ed struct group_info *.
40396         All uses changed.  Check for overflow in internal size calculation.
40397
40398         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
40399         rather than xmalloc/xrealloc.
40400         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
40401         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
40402         conformance bug: the old code used a pointer after freeing the
40403         storage that it addressed.
40404         * lib/hash.c (hash_initialize): Simplify the code by using
40405         xalloc_oversized rather than doing it by hand.
40406         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
40407         the buffer preserved.  Use free and xmalloc instead.
40408         * lib/quotearg.c (quotearg_n_options): Likewise.
40409         Use a simpler test for size overflow.  Don't use xalloc_oversized
40410         because unsigned int might be wider than size_t (!); this suggests
40411         that we should switch from unsigned int to size_t for slot numbers.
40412
40413 2003-10-28  Paul Eggert  <eggert@twinsun.com>
40414
40415         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
40416         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
40417         NetBSD kernels.  Requested by Richard Stallman.
40418
40419 2003-10-27  Paul Eggert  <eggert@twinsun.com>
40420
40421         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
40422         to allocate the returned structure.  Do not allocate a subarray,
40423         as x2nrealloc will do that.
40424         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
40425         instead of xnrealloc.
40426         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
40427
40428 2003-10-27  Bruno Haible  <bruno@clisp.org>
40429
40430         * lib/stdbool_.h: Better support for BeOS.
40431
40432 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40433
40434         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
40435         now uses inline.
40436
40437 2003-10-26  Paul Eggert  <eggert@twinsun.com>
40438
40439         * lib/xalloc.h (xalloc_oversized): New static inline function, for
40440         callers that want to do their own size-overflow checking.  Include
40441         <stdbool.h>, since xalloc_oversized returns bool.
40442         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
40443         to use xalloc_oversized.
40444
40445         Add two functions x2realloc, x2nrealloc, for programs that grow
40446         arrays dynamically by doubling their sizes.
40447         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
40448         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
40449         New functions.
40450
40451         Port to C99 semantics for 'inline' of external functions.
40452         Bug reported by Bruno Haible.
40453         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
40454         with the old contents of xnmalloc.
40455         (xnmalloc, xmalloc): Use it.
40456         (xnrealloc_inline): New static inline function,
40457         with the old contents of xnrealloc.
40458         (xnrealloc, xrealloc): Use it.
40459
40460         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
40461         that.
40462
40463 2003-10-26  Karl Berry  <karl@gnu.org>
40464
40465         * config/srclist.txt (COPYING.DOC): no longer available from
40466         /gd/gnuorg; don't know where the ultimate source is.
40467
40468 2003-10-25  Paul Eggert  <eggert@twinsun.com>
40469
40470         Fix several address-calculation bugs in the hash modules,
40471         plus some minor code cleanup.
40472
40473         * lib/hash.h: Include <stdbool.h>, for bool.
40474         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
40475         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
40476         hash_get_n_entries, hash_get_max_bucket_length,
40477         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
40478         hash_rehash): Use size_t rather than unsigned.
40479         * lib/hash.c (struct hash_table, hash_get_n_buckets,
40480         hash_get_n_buckets_used, hash_get_n_entries,
40481         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
40482         hash_get_entries, hash_do_for_each, hash_string, is_prime,
40483         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
40484         Likewise.
40485         (SIZE_MAX): Define if not defined.
40486         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
40487         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
40488         hash_print):
40489         Use const * when possible.
40490         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
40491         (check_tuning): Fix bug: if tuning parameters were very close to
40492         0 or 1, rounding errors could have caused subscript violations.
40493         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
40494         (hash_initialize): Add 'fail:' label
40495         to free table and return NULL, and use it to simplify code.
40496         Use calloc rather than clearing the storage ourself.
40497         (hash_initialize, hash_rehash): Check for arithmetic overflow in
40498         buffer size calculations.
40499         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
40500         Include <stddef.h>, for size_t.
40501         * lib/hash-pjw.c (hash_pjw): Likewise.
40502         Switch to method described by Bruno Haible.
40503         Include <limits.h>, for CHAR_BIT.
40504         (SIZE_BITS): New macro.
40505
40506 2003-10-23  Paul Eggert  <eggert@twinsun.com>
40507
40508         * m4/getline.m4 (AM_FUNC_GETLINE):
40509         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
40510         hosts.  Problem reported by Derek Robert Price in
40511         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
40512         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
40513         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
40514
40515 2003-10-21  Paul Eggert  <eggert@twinsun.com>
40516
40517         * lib/getndelim2.c (getndelim2): When size calculation overflows,
40518         ceiling the allocation at NMAX bytes rather than silently
40519         discarding input bytes before NMAX is reached.  This makes
40520         a difference only if NMAX exceeds SIZE_MAX / 2.
40521
40522         * lib/obstack.c: Merge from glibc.
40523         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
40524         Add libc_hidden_def (_obstack_newchunk).
40525         (_obstack_free) [! defined _LIBC]: Remove.
40526         [defined _LIBC]: Make a strong alias from obstack_free, rather than
40527         a clone of the function body.
40528         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
40529         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
40530
40531         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
40532         glibc.
40533         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
40534         arg to memcpy.
40535
40536         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
40537         (obstack_ptr_grow_fast, obstack_int_grow_fast):
40538         Don't use lvalue casts, as GCC plans to remove support for them
40539         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
40540         was also present in the non-GCC version, indicating that this
40541         code had always been buggy and had never been widely used.
40542         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
40543         Use the fast variant of each macro, rather than copying the
40544         definiens of the fast variant; that way, we'll be more likely to
40545         catch future bugs in the fast variants.
40546
40547 2003-10-20  Bruno Haible  <bruno@clisp.org>
40548
40549         * modules/wait-process: New file.
40550         * MODULES.html.sh (func_all_modules): Add wait-process.
40551
40552 2003-10-20  Bruno Haible  <bruno@clisp.org>
40553
40554         * m4/wait-process.m4: New file.
40555
40556 2003-10-20  Bruno Haible  <bruno@clisp.org>
40557
40558         * lib/wait-process.h: New file, from GNU gettext.
40559         * lib/wait-process.c: New file, from GNU gettext.
40560
40561 2003-10-19  Jim Meyering  <jim@meyering.net>
40562
40563         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
40564         HPUX 10.20.
40565
40566 2003-10-18  Karl Berry  <karl@gnu.org>
40567
40568         * config/config.guess: update from config.
40569
40570 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40571
40572         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
40573         (getgroups): First arg is int, not size_t.
40574         Don't let 'free' mangle errno.
40575
40576 2003-10-16  Paul Eggert  <eggert@twinsun.com>
40577
40578         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
40579
40580 2003-10-16  Karl Berry  <karl@gnu.org>
40581
40582         * config/config.{guess,sub}: update from config.
40583
40584 2003-10-16  Jim Meyering  <jim@meyering.net>
40585
40586         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
40587         memcpy.
40588
40589 2003-10-15  Paul Eggert  <eggert@twinsun.com>
40590
40591         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
40592         (SIZE_MAX): Remove.
40593         (new_exclude, add_exclude_file): Initial size no longer needs to
40594         be a power of 2.
40595         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
40596         our own address arithmetic overflow checking.
40597
40598         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
40599         (fnmatch): Do not alloca more than 2000 wide characters;
40600         instead, use malloc for large buffers.
40601         Check for address arithmetic overflow, and return -1
40602         with errno set to ENOMEM in that case.
40603         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
40604         (NEW_PATTERN): Do not alloca more than 8000 bytes;
40605         instead, return -1.  Check for address arithmetic overflow.
40606
40607 2003-10-14  Paul Eggert  <eggert@twinsun.com>
40608
40609         Handle invalid suffixes and overflow independently, so that
40610         callers can treat them independently as needed.  Fix some bugs in
40611         suffix handling, e.g., "100k@" was not diagnosed as an invalid
40612         suffix for a human-readable blocksize.  The major caller-visible
40613         change is the addition of a new
40614         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
40615         that both overflow and suffix chars were found.
40616
40617         * lib/human.c (humblock): Don't check separately for invalid suffix
40618         char; that is xstrtoumax's job (now that its bug is fixed).
40619         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
40620         INTMAX_MAX]: New macros.
40621         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
40622         TYPE_MAXIMUM): New macros.
40623         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
40624         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
40625         if overflow occurs, as it's what __strtol does and it's more useful
40626         in practice.
40627         (__xstrtol): If __strtol reports some error other than ERANGE,
40628         reflect it to the caller as LONGINT_INVALID.  If it reports
40629         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
40630         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
40631         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
40632         value.
40633         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
40634         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
40635         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
40636         [defined UINTMAX_MAX]: New macros.
40637
40638 2003-10-14  Bruno Haible  <bruno@clisp.org>
40639
40640         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
40641
40642 2003-10-14  Bruno Haible  <bruno@clisp.org>
40643
40644         * m4/sig_atomic_t: New file, from GNU gettext.
40645         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
40646
40647 2003-10-14  Bruno Haible  <bruno@clisp.org>
40648
40649         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
40650         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
40651         Also use volatile where needed.
40652
40653 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40654
40655         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
40656         Change maintainer from Bruno Haible to 'all'.
40657
40658 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40659
40660         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
40661
40662 2003-10-12  Paul Eggert  <eggert@twinsun.com>
40663
40664         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
40665         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
40666         and define in terms of the other primitives.
40667         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
40668         (SIZE_MAX): Define if not already defined.
40669         (array_size_overflow): New function.
40670         (xalloc_die): Abort instead of exiting if 'error' returns.
40671         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
40672         (xmalloc, xrealloc): Use them.
40673         (xcalloc): Check for address arithmetic overflow.
40674         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
40675         a bit faster than strcpy.
40676
40677 2003-10-10  Simon Josefsson  <jas@extundo.com>
40678
40679         * modules/argp (Depends-on): Add restrict and strcase.
40680
40681 2003-10-10  Simon Josefsson  <jas@extundo.com>
40682
40683         * m4/argp.m4: Add AC_C_INLINE.
40684
40685 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40686
40687         Merge getpass from libc, plus a few fixes.
40688
40689         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
40690         Include <stdbool.h>.
40691         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
40692         __fsetlocking to empty.
40693         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
40694         do include <bits/libc-lock.h>.
40695         Do not include <fcntl.h>; not needed.
40696         [_LIBC]: Include <wchar.h>.
40697         (NOTCANCEL_MODE): New macro.
40698         (flockfile, funlockfile) [_LIBC]: New macros.
40699         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
40700         [!_LIBC]: New macros.
40701         (call_fclose): New function.
40702         (getpass): Use it.  Save tty stream separately; this simplifies the
40703         code and makes it more reliable if stdin happens to equal stdout.
40704         Invoke __fsetlocking on tty.
40705         Handle thread cancellation if needed.
40706         Namespace cleanup (use __tcgetattr, __getline).
40707         Use bool for Booleans.
40708         [USE_IN_LIBIO]: Handle wide streams.
40709         [!_LIBC]: Unconditionally do the fseek, since we don't know what
40710         stream might go where.
40711
40712         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
40713         doesn't have to include <stdio.h> before us.
40714         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
40715         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
40716         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
40717         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
40718         if not declared, so that we can use getpass.c code from libc without
40719         rewriting it.
40720         (flockfile, ftrylockfile, funlockfile): New macros.
40721
40722 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40723
40724         * modules/getpass: Depend on stdbool.
40725
40726 2003-10-08  Paul Eggert  <eggert@twinsun.com>
40727
40728         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
40729
40730 2003-10-07  Karl Berry  <karl@gnu.org>
40731
40732         * config/config.{guess,sub}: update from config.
40733
40734 2003-10-06  Jim Meyering  <jim@meyering.net>
40735             Bruno Haible  <bruno@clisp.org>
40736
40737         This lets translators provide better translations for the
40738         "Written by ..." part of --version output.
40739         * lib/version-etc.h: Include stdarg.h.
40740         (version_etc_copyright): Declare as readonly.
40741         (version_etc): Make this function variadic with a NULL-terminated list
40742         of author name strings.
40743         (version_etc_va): New declaration.
40744         * lib/version-etc.c: Include stdarg.h, stdlib.h.
40745         (version_etc_copyright): Declare as readonly.
40746         (version_etc_va): New function. Provide a different translatable string
40747         for each possible number of authors < 10. Abbreviate when there are 10
40748         authors or more.
40749         (version_etc): Make this function variadic. Call version_etc_va.
40750         Suggestion from Gary V. Vaughan.
40751
40752         * lib/long-options.h (parse_long_options): Change prototype: the
40753         authors string is moved to the end and becomes variadic.
40754         * lib/long-options.c: Include stdarg.h.
40755         (parse_long_options): Make this function variadic, too.
40756         Call version_etc_va, not version_etc.
40757
40758 2003-10-06  Bruno Haible  <bruno@clisp.org>
40759
40760         * modules/version-etc-2: Remove file.
40761         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
40762
40763 2003-10-06  Bruno Haible  <bruno@clisp.org>
40764
40765         * modules/fatal-signal: New file.
40766         * MODULES.html.sh (func_all_modules): Add fatal-signal.
40767
40768 2003-10-06  Bruno Haible  <bruno@clisp.org>
40769
40770         * m4/fatal-signal.m4: New file.
40771         * m4/signalblocking.m4: New file, from GNU gettext.
40772
40773 2003-10-06  Bruno Haible  <bruno@clisp.org>
40774
40775         * lib/version-etc-2.h: Remove file.
40776         * lib/version-etc-2.c: Remove file.
40777
40778 2003-10-06  Bruno Haible  <bruno@clisp.org>
40779
40780         * lib/fatal-signal.h: New file, from GNU gettext.
40781         * lib/fatal-signal.c: New file, from GNU gettext.
40782
40783 2003-10-05  Paul Eggert  <eggert@twinsun.com>
40784
40785         * README: Rework advice for preventing empty .o files.
40786         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
40787         not <sys/types.h>.
40788
40789 2003-10-04  Karl Berry  <karl@gnu.org>
40790
40791         * lib/argp*: update from libc.
40792
40793 2003-10-04  Karl Berry  <karl@gnu.org>
40794
40795         * config/config.{guess,sub}: update from config.
40796
40797 2003-10-02  Bruno Haible  <bruno@clisp.org>
40798
40799         * modules/lchown (Include): Add lchown.h.
40800         * modules/time_r (Include): Use "..." syntax.
40801         * modules/xgetdomainname (Include): Add xgetdomainname.h.
40802
40803 2003-10-01  Simon Josefsson  <jas@extundo.com>
40804
40805         * MODULES.html.sh (func_all_modules): Move gethostname from section
40806         'based on' to section 'lacking' POSIX:2001.
40807
40808 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
40809
40810         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
40811         to output mode on the same stream.
40812
40813 2003-09-29  Paul Eggert  <eggert@twinsun.com>
40814
40815         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
40816         Fix arg typo in previous patch.
40817
40818 2003-09-28  Jim Meyering  <jim@meyering.net>
40819
40820         * lib/error.c: Correct cpp indentation.
40821
40822 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40823
40824         * modules/free: New file.
40825
40826 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40827
40828         * m4/free.m4: New file.
40829
40830 2003-09-27  Paul Eggert  <eggert@twinsun.com>
40831
40832         * lib/minmax.h (MIN, MAX)
40833         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
40834         Omit the special code that used __typeof__, since we worry that
40835         it could be more trouble than it's worth.  See:
40836         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
40837         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
40838
40839         * lib/free.c: New file.
40840
40841 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
40842
40843         Trivial fixes to Makefile.am parts of module listings.
40844         * modules/strstr: Append strstr.h to lib_SOURCES.
40845         * modules/strcase: Likewise, for strcase.h.
40846
40847 2003-09-27  Karl Berry  <karl@gnu.org>
40848
40849         * config/mkinstalldirs: update from automake.
40850
40851 2003-09-26  Paul Eggert  <eggert@twinsun.com>
40852
40853         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
40854         (error_tail): Do not loop, reallocating temporary buffer, since
40855         the output cannot contain more wide characters than the input
40856         contains bytes, the size must be big enough already.  This avoids
40857         one potential size overflow calculation.  Check for size overflow
40858         when calculating temporary buffer size.  Free temporary buffer
40859         when done, if it was allocated with malloc; this plugs a memory
40860         leak.  Remove casts from void * to pointers, that are no longer
40861         needed now that we're assuming C89 or better.
40862
40863         Merge error changes from glibc.
40864
40865         * lib/error.c, error.h: Update copyright notice header to match glibc.
40866         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
40867         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
40868         Disable cancellation while printing error.
40869         * lib/error.h: Prepend __ to parameter names.
40870
40871 2003-09-26  Jim Meyering  <jim@meyering.net>
40872
40873         * lib/error.c (error_tail): Move some declarations
40874         into inner scope where the local variables are used.
40875
40876 2003-09-26  Bruno Haible  <bruno@clisp.org>
40877
40878         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
40879         stpncpy().
40880         Don't define stpncpy through config.h; it's now done through stpncpy.h.
40881
40882 2003-09-26  Bruno Haible  <bruno@clisp.org>
40883
40884         * lib/stpncpy.h (gnu_stpncpy): New declaration.
40885         (stpncpy): Define as alias for gnu_stpncpy.
40886         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
40887
40888 2003-09-25  Simon Josefsson  <jas@extundo.com>
40889
40890         * lib/xgetdomainname.h: New file.
40891         * lib/xgetdomainname.c: New file.
40892
40893 2003-09-25  Simon Josefsson  <jas@extundo.com>
40894             Bruno Haible  <bruno@clisp.org>
40895
40896         * modules/getdomainname: New file.
40897         * modules/xgetdomainname: New file.
40898         * MODULES.html.sh (func_all_modules): Add getdomainname,
40899         xgetdomainname.
40900
40901 2003-09-25  Simon Josefsson  <jas@extundo.com>
40902             Bruno Haible  <bruno@clisp.org>
40903
40904         * m4/getdomainname.m4: New file.
40905
40906 2003-09-25  Simon Josefsson  <jas@extundo.com>
40907             Bruno Haible  <bruno@clisp.org>
40908
40909         * lib/getdomainname.h: New file.
40910         * lib/getdomainname.c: New file.
40911
40912 2003-09-25  Karl Berry  <karl@gnu.org>
40913
40914         * lib/argp-fmtstream.c, argp-help.c: update from libc.
40915
40916 2003-09-25  Karl Berry  <karl@gnu.org>
40917
40918         * config/install-sh: update from automake.
40919
40920 2003-09-25  Bruno Haible  <bruno@clisp.org>
40921
40922         * modules/version-etc-2: New file, from modules/version-etc with
40923         modifications.
40924         * MODULES.html.sh (func_all_modules): Add version-etc-2.
40925
40926 2003-09-25  Bruno Haible  <bruno@clisp.org>
40927
40928         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
40929         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
40930
40931 2003-09-24  Simon Josefsson  <jas@extundo.com>
40932
40933         * modules/xgethostname: Add xgethostname.h.
40934
40935 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40936
40937         * lib/linebuffer.c (freebuffer): Don't free the argument, just
40938         the buffer associated with the argument.  Bug reported by
40939         Simon Josefsson.
40940
40941 2003-09-24  Paul Eggert  <eggert@twinsun.com>
40942
40943         * README: Document assumptions that 'int' is at least 32 bits
40944         wide, that integer arithmetic is 2's complement without overflow,
40945         that there are no holes in integer values, that adding sizes of
40946         two nonoverlapping objects can't overflow, and that all-bits-zero
40947         yields scalar zero.  Fix spelling and capitalization typos.
40948
40949 2003-09-19  Karl Berry  <karl@gnu.org>
40950
40951         * lib/argp.h: update from libc.
40952
40953 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40954
40955         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
40956         to avoid spurious warnings like "AC_RUN_IFELSE was called before
40957         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
40958
40959 2003-09-17  Paul Eggert  <eggert@twinsun.com>
40960
40961         * gnulib-tool: Use "test -h", not "test -L", for portability
40962         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
40963         (tags_regexp): Remove, since \| doesn't conform to POSIX.
40964         (sed_extract_prog): Issue s commands one-by-one, rather than
40965         using \| in one s command.
40966
40967 2003-09-16  Paul Eggert  <eggert@twinsun.com>
40968
40969         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
40970         input error, instead of returning NULL the next time we are called
40971         (and therefore losing track of errno).
40972
40973 2003-09-16  Bruno Haible  <bruno@clisp.org>
40974
40975         * gnulib-tool (func_create_testdir): Warn about duplicated
40976         dependencies.
40977
40978 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40979
40980         * modules/argmatch, modules/fatal, modules/obstack,
40981         modules/xalloc, modules/xgethostname: Sort dependencies by
40982         importance, not alphabetically.
40983
40984 2003-09-15  Paul Eggert  <eggert@twinsun.com>
40985
40986         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
40987         fails, so that the caller gets the proper errno.
40988
40989         * lib/readutmp.c (read_utmp): Likewise.
40990         Check for fstat error.  Close stream and free storage
40991         when failing.
40992
40993 2003-09-14  Karl Berry  <karl@gnu.org>
40994
40995         * config/srclist.txt (strdup.c): disable for c89 changes.
40996
40997 2003-09-14  Jim Meyering  <jim@meyering.net>
40998
40999         * lib/getloadavg.c: Correct cpp indentation.
41000         * lib/strdup.c: Likewise.
41001         * lib/vasnprintf.c: Likewise.
41002
41003 2003-09-14  Bruno Haible  <bruno@clisp.org>
41004
41005         * modules/fwriteerror: New file.
41006         * MODULES.html.sh (func_all_modules): Add fwriteerror.
41007
41008 2003-09-14  Bruno Haible  <bruno@clisp.org>
41009
41010         * lib/fwriteerror.h: New file.
41011         * lib/fwriteerror.c: New file.
41012
41013 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41014
41015         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
41016         modules/xgethostname, modules/xalloc: Depend on exit.
41017
41018 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41019
41020         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
41021
41022         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
41023         and AC_MINIX, too, so that their extensions are available.
41024
41025         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
41026         This macro has been superseded by gl_BACKUPFILE.
41027
41028         More patches to assume C89 or better.
41029
41030         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
41031
41032         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
41033         unconditionally.
41034         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
41035         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
41036         Include <string.h>, <stdlib.h> unconditionally.
41037         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
41038         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
41039         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
41040         headers or for string.h.
41041         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
41042         or strtoul.
41043
41044         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
41045         headers.
41046         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
41047         * m4/userspec.m4 (gl_USERSPEC): Likewise.
41048         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
41049         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
41050         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41051         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
41052         memcpy, memset.
41053         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
41054         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
41055         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
41056         strtol.
41057         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
41058         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
41059         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
41060         strtoul.
41061
41062 2003-09-12  Paul Eggert  <eggert@twinsun.com>
41063
41064         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
41065         * lib/obstack.c [!defined _LIBC]: Likewise.
41066         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
41067         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
41068         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
41069
41070         More changes to assume C89 or better.
41071
41072         * lib/error.c (error_tail): Assume vprintf.
41073
41074         * lib/argmatch.c (getenv): Remove decl.
41075         * lib/progreloc.c (get_full_program_name): Define via prototype.
41076         * lib/setenv.c (clearenv): Likewise.
41077         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
41078         needed.
41079         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
41080         (malloc, memcpy): Remove decls.
41081         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
41082         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
41083         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41084         (memcpy): Remove macro.
41085         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
41086         (__P): Remove.  All uses removed.
41087         (PTR): Remove.  All uses changed to void *.
41088         (CHAR_BIT, NULL): Remove.
41089         (spaces, zeros, memset_space, memset_zero)
41090         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
41091         Remove.
41092         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
41093         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
41094         Define with prototype.
41095         Remove now-unnecessary prototype decl.
41096         (extra_args_spec): Assume ANSI C.  All uses changed.
41097         (extra_args_spec_iso): Remove.
41098         (my_strftime, emacs_strftimeu): Define via prototype.
41099         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
41100         unconditionally.
41101         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
41102         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
41103         (strtoul, strtol): Remove decls.
41104         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
41105         LONG_MAX): Remove.
41106         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
41107         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
41108         (LOCALE_PARAM_PROTO): New macro.
41109         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
41110         (INTERNAL (strtol), strtol): Define with a prototype.
41111         (PARAMS): Remove.  All uses removed.
41112         * lib/tempname.c: Include <string.h> unconditionally.
41113         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
41114         * lib/xgethostname.c (main): Define with a prototype.
41115         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
41116         Include <stdlib.h> unconditionally.
41117         (calloc, malloc, realloc, free): Remove decls.
41118         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
41119         Include <stdlib.h> unconditionally.  Sort include file names.
41120         (strtod): Remove.
41121         (xstrtod): Define with a prototype.
41122         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
41123         (strtol, strtoul): Remove decls.
41124
41125 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41126
41127         More patches to assume C89 or better.
41128         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
41129         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
41130         string.h, memchr, STDC_HEADERS.
41131
41132 2003-09-11  Paul Eggert  <eggert@twinsun.com>
41133
41134         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
41135         Include <stdlib.h>, <string.h> unconditionally.
41136         Remove now-unnecessary cast to char *.
41137         * lib/strnlen.c: Include <string.h> unconditionally.
41138         * lib/yesno.c (yesno): Define with a prototype.
41139
41140 2003-09-11  Bruno Haible  <bruno@clisp.org>
41141
41142         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
41143
41144 2003-09-10  Jim Meyering  <jim@meyering.net>
41145
41146         * lib/error.c: Correct indentation of cpp directives.
41147
41148 2003-09-10  Bruno Haible  <bruno@clisp.org>
41149
41150         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
41151         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
41152         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
41153         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
41154         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
41155         <stdlib.h> and <string.h> checks.
41156         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
41157         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
41158
41159 2003-09-10  Bruno Haible  <bruno@clisp.org>
41160
41161         * lib/strcspn.c: Include <string.h> unconditionally.
41162         * lib/strpbrk.c: Include <string.h> unconditionally.
41163         * lib/strstr.c: Include <string.h> unconditionally.
41164         * lib/unicodeio.c: Include <string.h> unconditionally.
41165         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
41166         * lib/unsetenv.c: Likewise.
41167         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
41168         * lib/yesno.c: Include <stdlib.h> unconditionally.
41169         (rpmatch): Add prototype.
41170
41171 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41172
41173         More patches to assume C89 or better.
41174         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
41175         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
41176         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
41177         or for string.h.
41178         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
41179         stdlib.h.
41180         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
41181         C headers.
41182         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
41183         string.h.
41184         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
41185         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
41186         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
41187         or for string.h.
41188         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
41189         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
41190         C headers.
41191         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
41192         memcpy.
41193         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
41194         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
41195         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
41196         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
41197         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
41198         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
41199         string.h, free.
41200         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
41201         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
41202         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
41203         C headers, or for string.h.
41204         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
41205         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
41206         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
41207         headers, memory.h, stdlib.h, string.h, strings.h.
41208         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
41209         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
41210         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
41211         strchr.
41212         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
41213         headers, memory.h, string.h.
41214         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
41215         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
41216         free.
41217         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
41218         headers.
41219         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
41220         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
41221         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
41222         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
41223         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
41224
41225 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41226
41227         More K&R removal.
41228
41229         * lib/acosl.c (main): Use a prototype.
41230         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
41231         tanl.c: Likewise.
41232
41233         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
41234
41235         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
41236         (getopt, etopt_long, getopt_long_only, _getopt_internal)
41237         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
41238         with a prototype.
41239         * lib/getopt.c (const): Remove macro.
41240         Include <string.h> unconditionally.
41241         (my_index): Remove; all uses changed to strchr.
41242         (strlen): Remove decl.
41243         (exchange): Remove forward decl; no longer needed.
41244         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
41245         Define with prototype.
41246         * lib/getopt1.c (const): Remove macro.
41247         (getopt_long, getopt_long_only, main): Define with prototype.
41248
41249         * lib/getugroups.c: Include <string.h> unconditionally.
41250
41251         * lib/getusershell.c: Include <stdlib.h> unconditionally.
41252         (getusershell, setusershell, endusershell, readname, main):
41253         Define with prototypes.
41254
41255         * lib/group-member.c: Include group-member.h first.
41256         Include <stdlib.h> unconditionally.
41257
41258         * lib/hard-locale.c: Include hard-locale.h first.
41259         Include <stdlib.h>, <string.h> unconditionally.
41260
41261         * lib/hash.c (free, malloc): Remove decls.
41262         Include <stdlib.h> unconditionally.
41263
41264         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
41265         (getenv): Do not declare.
41266
41267         * lib/idcache.c: Include <string.h> unconditionally.
41268
41269         * lib/long-options.c: Include long-options.h first, to test interface.
41270         Include <stdlib.h> unconditionally.
41271
41272         * lib/makepath.c: Include makepath.h first, to test interface.
41273         Include <stdlib.h> and <string.h> unconditionally.
41274
41275         * lib/linebuffer.c: Include <stdlib.h>.
41276         (free): Remove decl.
41277
41278         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
41279         stddef.h. rpl_malloc returns void *, not char *.
41280         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
41281         prototype.
41282
41283         * lib/md5.h: Include <limits.h> unconditionally.
41284         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
41285         (__P): Remove; all uses removed.
41286         * lib/md5.c: Include "md5.h" first.
41287         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
41288         md5_buffer, md5_process_bytes, md5_process_block):
41289         Define with prototypes.
41290         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
41291         * lib/sha.c: Include "sha.h" first.
41292         Include <stdlib.h>, <string.h> unconditionally.
41293
41294         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
41295         * lib/memcmp.c (__ptr_t): Likewise.
41296         * lib/memrchr.c (__ptr_t): Likewise.
41297         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
41298         Include <string.h> unconditionally.
41299         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
41300         * lib/memchr.c: Include <stdlib.h> unconditionally.
41301         * lib/memchr.c (LONG_MAX): Remove.
41302         * lib/memrchr.c (LONG_MAX): Likewise.
41303         * lib/memchr.c (__memchr): Define via a prototype.
41304         * lib/memrchr.c (__memrchr): Likewise.
41305         * lib/memcmp.c (__P): Remove, and remove all uses.
41306         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
41307         Remove forward decls; no longer needed.
41308         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
41309         Use types required by C89 in prototype.
41310
41311         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
41312         * lib/savedir.c: Likewise.
41313         * lib/mkdir.c (free): Remove decl.
41314         * lib/rmdir.c (rmdir): Define with a prototype.
41315         * lib/savedir.c: Include savedir.h first, to test interface.
41316
41317         * lib/mktime.c (STDC_HEADERS): Remove.
41318         Include <stdlib.h>, <string.h> unconditionally.
41319
41320         * lib/modechange.c: Include <stdlib.h> unconditionally.
41321         (malloc): Remove decl.
41322
41323         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
41324         (free): Remove decl.
41325
41326         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
41327         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
41328         (This type really should be intptr_t, but that's a C99ism.)
41329         (_obstack_memcpy): Remove: all uses changed to memcpy.
41330         Include <string.h> unconditionally.
41331         (struct obstack): Assume __STDC__ for types of members
41332         chunkfun, freefun, extra_arg.
41333         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
41334         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
41335         obstack_begin, obstack_specify_allocation,
41336         obstack_specify_allocation_with_arg, obstack_chunkfun,
41337         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
41338         Remove unprototyped decls and the macros that use them.
41339         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
41340         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
41341         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
41342         (defined __STDC__ && __STDC__)]:
41343         Remove nonprototyped code.
41344         Include <stdlib.h> unconditionally.
41345         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
41346         _obstack_allocated_p, _obstack_free, obstack_free,
41347         _obstack_memory_used, print_and_abort):
41348         Define using prototypes.
41349         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
41350         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
41351         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
41352         obstack_next_free, obstack_object_size, obstack_room) [0]:
41353         Remove unused, unprototyped code.
41354
41355         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
41356
41357         * lib/physmem.c (physmem_total, physmem_available, main): Define
41358         with prototypes.
41359
41360         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
41361         (main): Define with a prototype.
41362
41363         * lib/posixver.c (getenv): Remove decl.
41364
41365         * lib/putenv.c (malloc): Returns void *, not char *.
41366         Include <string.h> unconditionally.
41367         (strchr, memcpy, NULL): Do not define.
41368
41369         * lib/readtokens.c: Include readtokens.h first, to test interface.
41370         Include <stdlib.h>, <string.h> unconditionally.
41371         (init_tokenbuffer): Define with a prototype.
41372
41373         * lib/regex.c (PARAMS): Remove.  All uses removed.
41374         All uses of _RE_ARGS removed, too.
41375         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
41376         unconditionally.
41377         (bzero): Assume memset exists.
41378         (memcmp, memcpy, NULL): Remove.
41379         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
41380         char, or assignments to local vars of type signed char.
41381         (init_syntax_once, PREFIX(extract_number_and_incr),
41382         PREFIX(print_partial_compiled_pattern),
41383         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
41384         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
41385         PREFIX(regex_grow_registers), PREFIX(regex_compile),
41386         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
41387         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
41388         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
41389         wcs_compile_range, byte_compile_range, truncate_wchar,
41390         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
41391         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
41392         count_mbs_length, wcs_re_match_2_internal,
41393         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
41394         PREFIX(alt_match_null_string_p),
41395         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
41396         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
41397         regfree, PREFIX(extract_number)): Define with prototype.  Remove
41398         now-unnecessary declaration, if any.
41399         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
41400         regcomp, regexec):
41401         Remove now-unnecessary casts among pointer types.
41402         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
41403
41404         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
41405         (free): Remove decl.
41406
41407         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
41408
41409         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
41410         (free): Remove decl.
41411
41412         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
41413         * lib/xgetcwd.c: Likewise.
41414
41415         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
41416         (free): Remove decl.
41417
41418         * lib/strchrnul.c (strchrnul): Define with a prototype.
41419         Fix bug: c_in was not converted to char before searching.
41420
41421         The following changes are not K&R related:
41422
41423         * lib/group-member.h: Include <sys/types.h>, so that this file is
41424         self-contained.
41425         * lib/makepath.h: Likewise.
41426
41427         * lib/getusershell.c (readname, default_index, line_size, readname):
41428         Use size_t, not int, for sizes.
41429         (readname): If the size overflows, report an error instead of
41430         looping forever.
41431
41432 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41433
41434         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
41435         libc.
41436
41437 2003-09-09  Paul Eggert  <eggert@twinsun.com>
41438
41439         * README: New section: portability guidelines.
41440
41441 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41442
41443         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
41444         C89 spec.
41445
41446 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
41447
41448         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
41449
41450 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41451
41452         Assume C89 or better; remove K&R cruft.
41453         A few of these changes were first proposed by Derek Robert Price
41454         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
41455
41456         * lib/addext.c: Include <string.h> unconditionally.
41457         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
41458         Don't declare getenv or malloc.
41459
41460         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
41461         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
41462         (NULL): Remove.
41463         (find_stack_direction, alloca): Use prototypes.
41464
41465         * lib/atexit.c (atexit): Define using a prototype.
41466
41467         * lib/basename.c, dirname.c, stripslash.c:
41468         Include <string.h> unconditionally.
41469
41470         * lib/bcopy.c: Include <stddef.h>.
41471         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
41472
41473         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
41474
41475         * lib/error.h (error, error_at_line, error_print_progname)
41476         [! (defined (__STDC__) && __STDC__)]: Remove decls.
41477         * lib/error.c: Include error.h first, to check interface.
41478         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41479         (VA_START): Remove; all uses changeed to va_start.
41480         (exit, strerror): Remove decls.
41481         (error_print_progname): Prototype uncondionally.
41482         Don't include <errno.h>; no longer needed.
41483         (private_strerror): Remove.
41484         (error_tail): Always define.
41485         (error, error_at_line): Assume C89 or better; always use prototypes.
41486         * lib/fatal.c: Include "fatal.h" first, to test interface.
41487         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
41488         (VA_START): Remove; all uses changed to va_start.
41489         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
41490         this case.
41491         (exit): Remove decl.
41492         (fatal): Prototype unconditionally.  Assume va_start works.
41493         Abort at end, to pacify gcc.
41494
41495         * lib/euidaccess.c (main): Define with a prototype.
41496
41497         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
41498
41499         * lib/exitfail.c: Include <stdlib.h> unconditionally.
41500
41501         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
41502         prototypes.
41503         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
41504         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
41505         (getenv): Remove decl.
41506         (fnmatch): Define using a prototype.
41507         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
41508         (FCT): Define using a prototype.
41509
41510         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
41511
41512         * lib/gethostname.c: Include <stddef.h>.
41513         (gethostname): Define with prototype.  Length is size_t, not int.
41514
41515 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41516
41517         Assume C89 or better; remove K&R cruft.
41518         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
41519         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
41520         string.h, getenv, malloc.
41521         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
41522         headers.
41523         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
41524         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
41525         do not check for strerror.
41526         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
41527         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
41528         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
41529         do not check for doprnt or vprintf.
41530         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
41531         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
41532
41533 2003-09-08  Paul Eggert  <eggert@twinsun.com>
41534
41535         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
41536         getversion.c should have been removed then, but was accidentally
41537         preserved.
41538
41539         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
41540         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
41541
41542 2003-09-08  Karl Berry  <karl@gnu.org>
41543
41544         * config/config.sub, config.guess, srclistvars.sh: update from savannah
41545                 config, forget about prep.
41546
41547         * config/depcomp, missing: update from automake.
41548
41549 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41550
41551         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
41552         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41553
41554 2003-09-07  Paul Eggert  <eggert@twinsun.com>
41555
41556         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
41557         copy_tm_result.  Bug reported by Simon Josefsson in
41558         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
41559
41560 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41561
41562         * m4/time_r.m4: New file.
41563         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
41564         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
41565         is. Check for timegm declaration.
41566         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
41567         Do not check for gmtime_r.
41568         Replace mktime if __mktime_internal does not exist and if mktime
41569         hasn't been replaced already.
41570
41571 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41572
41573         * lib/time_r.c, lib/time_r.h: New files.
41574
41575         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
41576         __localtime_r.
41577         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
41578         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
41579
41580         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
41581         __gmtime_r.
41582         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
41583         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
41584         Include <time_r.h>.
41585
41586         * lib/timegm.c: Switch to glibc implementation, with the following
41587         changes:
41588         [defined HAVE_CONFIG_H]: Include <config.h>.
41589         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
41590         (__mktime_internal) [!defined _LIBC]: New decl.
41591         (__gmtime_r) [!defined _LIBC]: New macro and function.
41592         (timegm): Use a prototype, since gnulib assumes C89.
41593         Do not bother declaring tmp to be const, as it's not really usefu.
41594         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
41595         (timegm): Declare only if HAVE_DECL_TIMEGM.
41596
41597 2003-09-06  Paul Eggert  <eggert@twinsun.com>
41598
41599         * MODULES.html.sh (func_all_modules): Add time_r.
41600         * modules/time_r: New file.
41601         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
41602         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
41603
41604 2003-09-03  Paul Eggert  <eggert@twinsun.com>
41605
41606         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
41607         Bug reported by Lute Kamstra in
41608         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
41609
41610         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
41611         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
41612         course with correspondingly smaller numbers for tomorrow and
41613         yesterday.  From Tadayoshi Funaba.  Originally installed into
41614         sh-utils on 1999-08-07, but the patch got lost (I guess during the
41615         coreutils merge?).
41616
41617 2003-08-31  Simon Josefsson  <jas@extundo.com>
41618
41619         * modules/timegm: New file.
41620         * MODULES.html.sh (func_all_modules): Add timegm.
41621
41622 2003-08-31  Simon Josefsson  <jas@extundo.com>
41623
41624         * m4/timegm.m4: New file.
41625
41626 2003-08-31  Simon Josefsson  <jas@extundo.com>
41627
41628         * lib/timegm.h: New file.
41629         * lib/timegm.c: New file.  Based on
41630         wget-1.8.2/src/http.c:mktime_from_utc.
41631
41632 2003-08-31  Karl Berry  <karl@gnu.org>
41633
41634         * lib/argp.h: update from libc.
41635
41636 2003-08-28  Bruno Haible  <bruno@clisp.org>
41637
41638         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
41639         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
41640         followed by '#define fnmatch fnmatch_posix' gives an error.
41641
41642 2003-08-28  Bruno Haible  <bruno@clisp.org>
41643
41644         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
41645         warning on QNX, which defines O_BINARY to 000000.
41646
41647 2003-08-27  Jim Meyering  <jim@meyering.net>
41648
41649         * m4/mkstemp.m4: Require that the system mkstemp be able to create
41650         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
41651         would fail after 32.  Reported by Danny Levinson.  Details here:
41652         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
41653
41654 2003-08-24  Bruno Haible  <bruno@clisp.org>
41655
41656         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
41657         MSVC7 <stdio.h> is included later.
41658
41659 2003-08-22  Simon Josefsson  <jas@extundo.com>
41660
41661         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
41662
41663 2003-08-20  Karl Berry  <karl@gnu.org>
41664
41665         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
41666
41667 2003-08-20  Bruno Haible  <bruno@clisp.org>
41668
41669         * modules/progname: New file.
41670         * MODULES.html.sh (func_all_modules): Add progname.
41671
41672 2003-08-20  Bruno Haible  <bruno@clisp.org>
41673
41674         * lib/progname.h: New file, from GNU gettext.
41675         * lib/progname.c: New file, from GNU gettext.
41676         * lib/progreloc.c: New file, from GNU gettext.
41677
41678 2003-08-19  Jim Meyering  <jim@meyering.net>
41679
41680         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
41681         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
41682
41683 2003-08-19  Bruno Haible  <bruno@clisp.org>
41684
41685         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
41686         more.
41687
41688 2003-08-19  Bruno Haible  <bruno@clisp.org>
41689
41690         * lib/xstrdup.c: Assume <string.h> exists.
41691
41692 2003-08-18  Paul Eggert  <eggert@twinsun.com>
41693
41694         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
41695         in makefile rules.
41696
41697 2003-08-18  Jim Meyering  <jim@meyering.net>
41698
41699         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
41700         * m4/lib-ld.m4: Likewise.
41701
41702 2003-08-18  Jim Meyering  <jim@meyering.net>
41703
41704         * lib/setenv.h: Indent nested cpp directive.
41705         * lib/vasnprintf.c: Remove trailing blanks.
41706
41707 2003-08-17  Simon Josefsson  <jas@extundo.com>
41708
41709         * modules/xstrndup: New file.
41710         * MODULES.html.sh (func_all_modules): Add xstrndup.
41711
41712 2003-08-17  Simon Josefsson  <jas@extundo.com>
41713
41714         * modules/argp: Fix autoconf macro name. Add more dependencies.
41715
41716 2003-08-17  Simon Josefsson  <jas@extundo.com>
41717
41718         * m4/xstrndup.m4: New file.
41719
41720 2003-08-17  Simon Josefsson  <jas@extundo.com>
41721
41722         * m4/argp.m4: New file.
41723
41724 2003-08-17  Simon Josefsson  <jas@extundo.com>
41725             Bruno Haible  <bruno@clisp.org>
41726
41727         * lib/xstrndup.h: New file.
41728         * lib/xstrndup.c: New file.
41729
41730 2003-08-17  Bruno Haible  <bruno@clisp.org>
41731
41732         * modules/strndup (Files, Include): Add lib/strndup.h.
41733
41734 2003-08-17  Bruno Haible  <bruno@clisp.org>
41735
41736         * modules/euidaccess (Files): Add lib/euidaccess.h.
41737
41738 2003-08-17  Bruno Haible  <bruno@clisp.org>
41739
41740         * lib/strndup.h: New file.
41741
41742 2003-08-17  Bruno Haible  <bruno@clisp.org>
41743
41744         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
41745         like AC_GNU_SOURCE.
41746         * modules/extensions (configure.ac): Comment out the invocation of
41747         gl_USE_SYSTEM_EXTENSIONS.
41748
41749 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41750
41751         Merges from coreutils, etc.
41752         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
41753         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
41754         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
41755         fixing a typo.
41756         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
41757         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
41758
41759 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41760
41761         Document merge from coreutils.
41762         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
41763         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
41764         * modules/utime: Add m4/utimes-null.m4.
41765
41766 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41767
41768         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
41769         space, undoing this 2003-08-12 change:
41770         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41771
41772 2003-08-16  Paul Eggert  <eggert@twinsun.com>
41773
41774         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
41775         strtoul.c from libc, undoing this 2003-08-12 change:
41776         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
41777
41778 2003-08-16  Jim Meyering  <jim@meyering.net>
41779
41780         Merges from coreutils.
41781         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
41782         prefix.  Adjust cache variables similarly.  Create 500 rather than
41783         just 300 files, to exercise bug on Darwin6.5, too.
41784         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
41785         $missing_dir.
41786         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
41787         AM_SYS_POSIX_TERMIOS.
41788         Reported by mkc@mathdogs.com.
41789         Also change use of $am_cv_sys_posix_termios
41790         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
41791         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
41792         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
41793         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
41794         in /proc/mounts until it finds one with matching device number.  This
41795         is unnecessary when the FILE argument *is* a mount point.  No stat call
41796         is necessary in that case.  So, disable the statvfs-testing code on
41797         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41798         as RedHat bug# 84846.
41799         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41800         to 1MB, so as not to render systems with no stack size limit (e.g.,
41801         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41802         Include <unistd.h>.  On some systems,
41803         it is required for the definition of _SC_PAGESIZE.
41804
41805 2003-08-16  Jim Meyering  <jim@meyering.net>
41806
41807         Merge from coreutils.
41808         * lib/xstrtoimax.c: #else #if -> #elif.
41809         * lib/xstrtoumax.c: Likewise.
41810
41811 2003-08-16  Jim Meyering  <jim@meyering.net>
41812
41813         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
41814         * m4/utimes.m4: Removed.
41815         * m4/utimes-null.m4: Renamed from utimes.m4.
41816
41817         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
41818         to 1MB, so as not to render systems with no stack size limit (e.g.,
41819         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
41820         Include <unistd.h>.  On some systems,
41821         it is required for the definition of _SC_PAGESIZE.
41822
41823 2003-08-16  Jim Meyering  <jim@meyering.net>
41824         and Paul Eggert  <eggert@cs.ucla.edu>
41825
41826         Merges from coreutils, etc.
41827
41828         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
41829         using the latest version from cvs.  This avoids problems with #line
41830         directives using a vendor (Sun) compiler.
41831         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
41832         Don't set GETGROUPS_LIB here; now it's
41833         done via getgroups.m4's wrapper function.
41834         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
41835         rather than just in sh-util/configure.in, so that the
41836         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
41837         same.
41838         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
41839         AC_FUNC_GETLOADAVG where to find getloadavg.c.
41840         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
41841         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
41842         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
41843         Remove code that is now done by the newly-required macros.
41844         Append $(EXEEXT) to DF_PROG.
41845         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
41846         Do not invoke or require the following here,
41847         since prereq.m4 or some gnulib .m4 now does this for us:
41848         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
41849         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
41850         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
41851         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
41852         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
41853         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
41854         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
41855         AC_FUNC_OBSTACK.
41856         Do not replace the following functions, as this is now the job
41857         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
41858         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
41859         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
41860         atexit getpass, strdup, getpagesize.
41861         Replace 'raise'.
41862         Do not check for the following functions, as this is now the job
41863         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
41864         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
41865         setregid.
41866         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
41867         Check for sys/sysctl.h.
41868         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
41869         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
41870         of checking for ssize_t ourselves.
41871
41872         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
41873         Require every macro that gnulib/modules/* suggests for us.
41874         (jm_PREREQ_ADDEXT): New macro.
41875         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
41876         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
41877
41878         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
41879         (gl_PHYSMEM): Use it.
41880         Also check for `table' function.
41881         Check for new headers and functions.
41882         Add check for sys/sysmp.h.
41883         With suggestions from Kaveh Ghazi.
41884         Ignore headers that are present but cannot be compiled.  This
41885         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
41886         C 5.4.
41887
41888 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41889
41890         Document merge from coreutils.
41891         * modules/userspec: Depend on posixver.
41892         * modules/strftime: Depend on tzset.
41893
41894 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41895
41896         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
41897         rather than tab, after '#' in shell-script copyright notices.
41898         Suggested by Bruno Haible.
41899
41900 2003-08-15  Paul Eggert  <eggert@twinsun.com>
41901
41902         * config/srclist-update: Use three spaces, rather than tab, after '#'
41903         in shell-script copyright notices.  Suggested by Bruno Haible.
41904         Remove unnecessary parenthesization in regular expression.
41905
41906 2003-08-15  Jim Meyering  <jim@meyering.net>
41907
41908         Merge from coreutils.
41909         * lib/xgethostname.c: Include <stdlib.h>.
41910         (xghostname): Don't exit for anything other than memory-related
41911         failure; just return NULL.
41912         * lib/userspec.c: Include "posixver.h".
41913         (parse_user_spec): Accept `.' as a separator only
41914         in pre-POSIX-200112 mode.
41915         * lib/strtoimax.c: Use #elif rather than #else #if.
41916         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
41917         Remove function, now that we can rely on a working tzset function.
41918         [!_LIBC]: Ensure that the required autoconf test has been run.
41919         [!defined _NL_CURRENT && HAVE_STRFTIME]:
41920         Use underlying_strftime for %r.
41921         * lib/sha.c: Merge in some clean-up and optimization changes from
41922         glibc.
41923         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
41924         Ensure that it is a multiple of 64.
41925         Rearrange loop exit tests so as to avoid performing an
41926         additional fread after encountering an error or EOF.
41927         * lib/realloc.c: Update copyright date.
41928
41929 2003-08-15  Jim Meyering  <jim@meyering.net>
41930         and Paul Eggert  <eggert@twinsun.com>
41931
41932         Merge from coreutils.
41933         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
41934         member but strut utmpx does not.  Needed for AIX 4.3.3.
41935         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
41936
41937 2003-08-15  Jim Meyering  <jim@meyering.net>
41938         and Paul Eggert  <eggert@cs.ucla.edu>
41939
41940         Merges from coreutils, etc.
41941         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
41942         Require gl_FUNC_TZSET_CLOBBER.
41943         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
41944         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
41945         members.
41946
41947 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41948
41949         Help the merge from coreutils.
41950         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
41951         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
41952         * m4/tzset.m4: Use it too.
41953
41954 2003-08-14  Paul Eggert  <eggert@twinsun.com>
41955
41956         * modules/tzset: New file.
41957
41958 2003-08-14  Jim Meyering  <jim@meyering.net>
41959
41960         Merges from coreutils.
41961         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
41962         variable names, rather than @FNMATCH_H@.
41963         * modules/alloca: Likewise for $(ALLOCA_H).
41964
41965         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
41966         the three copies of the literal target, `fnmatch.h'.
41967         * modules/alloca (alloca.h): Likewise.
41968
41969 2003-08-14  Jim Meyering  <jim@meyering.net>
41970
41971         Merge from coreutils.
41972         * m4/tzset.m4: New file.
41973         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
41974         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
41975         otherwise, AIX 5.1 systems would end up using the latter.
41976         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
41977         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
41978         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
41979         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
41980
41981 2003-08-14  Jim Meyering  <jim@meyering.net>
41982
41983         Merge from coreutils.
41984         * lib/obstack.h: Whitespace changes.
41985         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
41986         and xcalloc return values.
41987         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
41988         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
41989         hang on OSF/1 5.1 for DIR on both local and remote file systems.
41990         Reported by (and fix confirmed by) Nelson H. F. Beebe.
41991         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
41992         error from mntctl.
41993         Use mntctl's return value to drive the entry-processing loop, since
41994         we can't rely on the value of the vmt_length member in the last
41995         entry.  On some systems doing so could result in exhausting
41996         virtual memory.  Based in part on a patch from Mike Jetzer.
41997
41998 2003-08-14  Jim Meyering  <jim@meyering.net>
41999         and Paul Eggert  <eggert@twinsun.com>
42000
42001         Merges from coreutils, plus other fixes.
42002         * lib/physmem.c: Merge in portability changes from gcc/libiberty
42003         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
42004         for credits and details.  Thanks to Kaveh Ghazi for helping
42005         to keep these files in sync.
42006         (ARRAY_SIZE): Define it.
42007         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
42008         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
42009         (memcasecmp): Don't assume size_t fits in unsigned int.
42010         Remove casts and duplicate code.
42011         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
42012         (memcpy): Remove definition.
42013         Merge in some clean-up and optimization changes from glibc.
42014         [BLOCKSIZE]: Move definition to top of file.
42015         Ensure that it is a multiple of 64.
42016         Rearrange loop exit tests so as to avoid performing an
42017         additional fread after encountering an error or EOF.
42018         * lib/md5.h (md5_uintptr): Define.
42019         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
42020         return to the initial working directory.  Preserve errno
42021         for caller.
42022         * lib/idcache.c: Include "xalloc.h".
42023         (xmalloc, xrealloc): Remove decls.
42024         (getuser): Remove casts no longer required in C89.
42025         * lib/human.c: Include stdio.h, for sprintf.
42026         * lib/group-member.c: Include "xalloc.h".
42027         (xmalloc, xrealloc): Remove decls.
42028         (get_group_info): Remove casts no longer required in C89.
42029         * lib/getusershell.c (readname): Remove casts no longer required in
42030         C89.
42031         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
42032         * lib/getline.c: Whitespace fix, from coreutils.
42033
42034 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42035
42036         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
42037         Check for isascii.
42038
42039         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42040         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42041         Undo previous (whitespace-only) change.
42042
42043 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42044
42045         * lib/exclude.c: Include <ctype.h>
42046         (IN_CTYPE_DOMAIN): New macro.
42047         (is_space): New fn.
42048         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
42049         and empty lines.
42050
42051         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42052         Undo previous (whitespace-only) change.
42053
42054 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42055
42056         * config/srclist-update: Change update back to the old behavior,
42057         leaving whitespace alone.  Use one 'sed' command rather than a
42058         pipeline.
42059         (fixlicense): Now a variable, not a function.
42060         (remove_trailing_blanks): Remove.
42061         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
42062         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42063         Undo previous (whitespace-only) change.
42064
42065 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42066
42067         Merge from coreutils.
42068         * modules/euidaccess: Add lib_SOURCES, include for new
42069         file euidaccess.h
42070
42071 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42072
42073         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
42074         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
42075         Normalize leading white space and remove trailing white space.
42076
42077         Merge from coreutils
42078         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
42079
42080         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
42081         0.12.1.  These files are now being upgraded automatically by
42082         ../config/srclist-update.
42083
42084 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42085
42086         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
42087         Normalize leading white space and remove trailing white space.
42088         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
42089         notice, as per ../config/srclist-update.
42090
42091         Merge from coreutils.
42092         * lib/euidaccess.h: New file.
42093         * lib/euidaccess.c: Include it.
42094         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
42095         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
42096         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
42097
42098 2003-08-12  Paul Eggert  <eggert@twinsun.com>
42099
42100         * config/srclist-update: Add copyright notice.
42101         (remove_id_lines, remove_trailing_blanks): New constants.
42102         (fixfile): Use them to normalize spacing a bit in copied files.
42103         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
42104         Normalize leading white space and remove trailing white space.
42105
42106         * config/texinfo.tex: Sync with texinfo.
42107
42108         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
42109         strtoul.c from libc, to merge coreutils whitespace changes.
42110
42111         * config/srclist.txt: Get the following m4 files from gettext:
42112         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
42113         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
42114         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
42115         wint_t.m4.
42116
42117 2003-08-12  Karl Berry  <karl@gnu.org>
42118
42119         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
42120         been made.
42121
42122 2003-08-11  Paul Eggert  <eggert@twinsun.com>
42123
42124         * modules/gnu-source, m4/gnu-source.m4:
42125         Remove; we're assuming Autoconf 2.54 or later now.
42126         Suggested by Bruno Haible.
42127         * MODULES.html.sh (func_all_modules): Remove gnu-source.
42128
42129 2003-08-11  Bruno Haible  <bruno@clisp.org>
42130
42131         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
42132
42133 2003-08-11  Bruno Haible  <bruno@clisp.org>
42134
42135         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
42136         (vasnprintf): Use it instead of wcslen.
42137
42138 2003-08-11  Bruno Haible  <bruno@clisp.org>
42139
42140         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
42141         value to ensure that _Bool promotes to int. Use #define for _Bool when
42142         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
42143
42144 2003-08-10  Karl Berry  <karl@gnu.org>
42145
42146         * lib/regex.h: update from libc (whitespace fix).
42147
42148 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42149
42150         Merge some files from coreutils.  These changes were
42151         originally made by Jim Meyering.
42152         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
42153         many older Unixes require this.
42154         * lib/alloca.c (alloca): Remove cast to argument of free;
42155         no longer needed in C89.
42156         * lib/alloca_.h, regex.h: Fix white space to match
42157         what GNU indent does.
42158
42159 2003-08-09  Paul Eggert  <eggert@twinsun.com>
42160
42161         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
42162         apparently Emacs's Unicode mode got confused before my 2003-08-05
42163         checkin.
42164
42165 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42166
42167         * m4/extensions.m4: New file.
42168         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
42169         Require gl_USE_SYSTEM_EXTENSIONS.
42170         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
42171         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
42172
42173 2003-08-08  Paul Eggert  <eggert@twinsun.com>
42174
42175         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
42176         * modules/extensions, modules/gnu-source: New files.
42177         * modules/timespec, modules/unlocked-io: Depend on extensions.
42178
42179 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42180
42181         * modules/restrict: New file.
42182         * MODULES.html.sh (func_all_modules): Add restrict.
42183         * modules/regex: Depend on restrict.
42184
42185 2003-08-07  Paul Eggert  <eggert@twinsun.com>
42186
42187         * m4/restrict.m4: New file.
42188         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
42189
42190 2003-08-07  Bruno Haible  <bruno@clisp.org>
42191
42192         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
42193         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
42194
42195 2003-08-07  Bruno Haible  <bruno@clisp.org>
42196
42197         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
42198         makes the module 'getndelim2' compatible with the module 'getline'.
42199
42200 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42201
42202         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
42203         byte with "\201" to avoid glitches when editing that source file
42204         with multi-gnome-terminal.
42205
42206 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42207
42208         * lib/bumpalloc.h: Remove.
42209
42210 2003-08-05  Paul Eggert  <eggert@twinsun.com>
42211
42212         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
42213         * modules/bumpalloc: Remove.
42214
42215 2003-08-04  Paul Eggert  <eggert@twinsun.com>
42216
42217         * lib/getloadavg.c: Change copyright notice and spacing to conform to
42218         GNU coding style.
42219
42220         Merge from coreutils.
42221         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
42222         1. From glibc.
42223         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
42224         from Karl Berry, implemented by Jim Meyering.
42225         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
42226         from Dmitry V. Levin.
42227         Remove anachronistic cast of xrealloc.
42228         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
42229         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
42230         type. Otherwise, it wouldn't compile with at least /bin/cc on
42231         ymp-cray-unicos9.0.2.X.
42232         Combine two mostly-identical uses of alloca into one.
42233         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
42234
42235 2003-08-04  Dave Love  <d.love@dl.ac.uk>
42236
42237         [From Emacs.]
42238
42239         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
42240         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
42241         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
42242         obsolete NLIST_NAME_UNION.
42243         [__GNU__]: Undef BSD and FSCALE.
42244         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
42245
42246 2003-08-03  Paul Eggert  <eggert@twinsun.com>
42247
42248         * lib/stdbool_.h (_Bool): Make it signed char, instead of
42249         an enum type, so that it's guaranteed to promote to int.  See:
42250         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
42251
42252 2003-08-03  Karl Berry  <karl@gnu.org>
42253
42254         * config/depcomp: update from automake.
42255
42256 2003-07-31  Paul Eggert  <eggert@twinsun.com>
42257
42258         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
42259         (strerror): Don't assume that a printable int fits in 14 bytes.
42260
42261 2003-07-31  Bruno Haible  <bruno@clisp.org>
42262
42263         * modules/getpass-gnu: New file.
42264         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
42265
42266 2003-07-31  Bruno Haible  <bruno@clisp.org>
42267
42268         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
42269
42270 2003-07-24  Karl Berry  <karl@gnu.org>
42271
42272         * config/missing: update from automake.
42273
42274 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
42275             Bruno Haible  <bruno@clisp.org>
42276
42277         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
42278         * lib/getline.c (getline, getdelim): Likewise.
42279         Remove _GNU_SOURCE define; now it's defined in config.h through
42280         m4/getline.m4.
42281
42282 2003-07-23  Karl Berry  <karl@gnu.org>
42283
42284         * config/config.sub: update from prep.
42285
42286 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42287
42288         * modules/xalloc (Depends-on): Add exitfail.
42289         * modules/xmemcoll: Likewise.
42290
42291 2003-07-22  Paul Eggert  <eggert@twinsun.com>
42292
42293         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
42294         over-parenthesization in macros.
42295
42296         Sync with coreutils.
42297
42298         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
42299         required by C99.
42300
42301         Use `exit_failure' for xalloc and xmemcoll instead of their own
42302         private exit-failure variables.
42303         * lib/xalloc.h (xalloc_exit_failure): Remove.
42304         * lib/xmalloc.c: Likewise.  Include exitfail.h.
42305         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
42306         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
42307         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
42308         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
42309
42310 2003-07-20  Jim Meyering  <jim@meyering.net>
42311
42312         * modules/closeout (Depends-on): Add exitfail.
42313         Suggestion from Bruno Haible.
42314
42315 2003-07-19  Karl Berry  <karl@gnu.org>
42316
42317         * config/config.sub: update from prep.
42318
42319 2003-07-18  Paul Eggert  <eggert@twinsun.com>
42320
42321         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
42322         Remove.
42323         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
42324         to test that it can stand by itself.  Include "exitfail.h".
42325         Clients should set exit_failure instead.
42326         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
42327
42328 2003-07-18  Bruno Haible  <bruno@clisp.org>
42329
42330         * modules/getndelim2: New file.
42331         * modules/getline: Share files with module getndelim2.
42332         * modules/getnline: Depend on getndelim2 instead of sharing files with
42333         it. Add getnline.c to lib_SOURCES.
42334         * MODULES.html.sh (func_all_modules): Add getndelim2.
42335
42336 2003-07-18  Bruno Haible  <bruno@clisp.org>
42337
42338         * m4/getndelim2.m4: New file.
42339         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
42340         invoke gl_PREREQ_GETNDELIM2.
42341         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
42342         gl_PREREQ_GETNDELIM2.
42343         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
42344         gl_GETNDELIM2.
42345
42346 2003-07-18  Bruno Haible  <bruno@clisp.org>
42347
42348         * lib/getndelim2.h: New file.
42349         * lib/getndelim2.c: Make into a module of its own. Include config.h,
42350         getndelim2.h.
42351         (getndelim2): Make non-static. Change return type to ssize_t.
42352         * lib/getline.h: Change argument names.
42353         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
42354         * lib/getnline.c: Include getndelim2.h.
42355
42356 2003-07-18  Andreas Schwab  <schwab@suse.de>
42357
42358         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
42359
42360 2003-07-17  Karl Berry  <karl@gnu.org>
42361
42362         * config/config.sub: update from prep.
42363
42364 2003-07-17  Bruno Haible  <bruno@clisp.org>
42365
42366         * modules/getnline: New file.
42367         * modules/getline: Add lib/getndelim2.c to source file list.
42368         * MODULES.html.sh (func_all_modules): Add getnline.
42369
42370 2003-07-17  Bruno Haible  <bruno@clisp.org>
42371
42372         * m4/getnline.m4: New file.
42373
42374 2003-07-17  Bruno Haible  <bruno@clisp.org>
42375
42376         * m4/Makefile.am.in: Remove file.
42377         * m4/Makefile.am: Remove file.
42378         * m4/Makefile.in: Remove file.
42379
42380 2003-07-17  Bruno Haible  <bruno@clisp.org>
42381
42382         * lib/getnline.h: New file.
42383         * lib/getnline.c: New file.
42384         * lib/getndelim2.c: New file, extracted from getline.c.
42385         (getndelim2): Renamed from getdelim2, with added nmax argument.
42386         * lib/getline.c: Include getndelim2.c.
42387         (getdelim2): Moved out to getndelim2.c.
42388         (getline, getdelim): Update.
42389
42390 2003-07-17  Bruno Haible  <bruno@clisp.org>
42391
42392         * lib/Makefile.am: Remove file.
42393         * lib/Makefile.in: Remove file.
42394
42395 2003-07-17  Bruno Haible  <bruno@clisp.org>
42396
42397         * configure.in: Remove file.
42398         * Makefile.in: Remove file.
42399
42400 2003-07-17  Bruno Haible  <bruno@clisp.org>
42401
42402         * MODULES.html.sh: Put the </BODY> right before </HTML>.
42403
42404 2003-07-16  Karl Berry  <karl@gnu.org>
42405
42406         * config/srclist-update: was running fixlicense twice, which caused
42407                 texinfo.tex to be nullified for some reason.  Simplify,
42408                 $gplsrc is no longer needed as far as I can see?
42409
42410 2003-07-16  Jim Meyering  <jim@meyering.net>
42411
42412         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
42413
42414 2003-07-15  Paul Eggert  <eggert@twinsun.com>
42415
42416         * config/srclist.txt: Get the following files from gettext-runtime/intl
42417         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
42418         ref-del.sin.  From Bruno Haible.
42419         * config/srclist-update (fixfile): Change grep pattern again, since the
42420         previous fix didn't work (there was another trailing $).  Use
42421         '[$]' to escape the $s.
42422
42423 2003-07-15  Karl Berry  <karl@gnu.org>
42424
42425         * lib/vasnprintf.c: update from gettext.
42426
42427 2003-07-15  Karl Berry  <karl@gnu.org>
42428
42429         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
42430         gets expanded when surrounded by '$'.
42431
42432 2003-07-15  Jim Meyering  <jim@meyering.net>
42433
42434         * modules/save-cwd: Don't depend on error.  From Derek Price.
42435
42436 2003-07-15  Jim Meyering  <jim@meyering.net>
42437
42438         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
42439
42440 2003-07-14  Simon Josefsson  <jas@extundo.com>
42441
42442         * modules/mempcpy: New file.
42443         * MODULES.html.sh (func_all_modules): Add mempcpy.
42444
42445 2003-07-14  Simon Josefsson  <jas@extundo.com>
42446
42447         * m4/mempcpy.m4: New file.
42448
42449 2003-07-14  Simon Josefsson  <jas@extundo.com>
42450
42451         * lib/mempcpy.h: New file.
42452         * lib/mempcpy.c: New file.
42453
42454 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42455
42456         * modules/getdate, modules/posixtm: Depend on mktime.
42457
42458 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42459
42460         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
42461         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
42462         unicodeio.c, unicodeio.h, unlocked-io.h:
42463         Switch from LGPL to GPL.
42464
42465 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42466
42467         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
42468         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
42469         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
42470         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
42471         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
42472         updated automatically by ../config/srclist-update.  This changes
42473         their license from LPGL to GPL.
42474
42475 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42476
42477         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
42478         assumed to refer to the root of the most recent stable gettext version.
42479         * config/srclistvars.sh: Add defaults for eggert.
42480         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
42481         Match "This program" as well as "The program".  This is needed
42482         for gettext.
42483
42484 2003-07-14  Jim Meyering  <jim@meyering.net>
42485
42486         Don't emit diagnostics.  Let callers do that.
42487         * lib/save-cwd.c: Don't include "error.h".
42488         (save_cwd): Don't call error.  Ensure that errno is valid
42489         when returning nonzero.
42490
42491         * lib/save-cwd.h (restore_cwd): Update prototype.
42492         * lib/save-cwd.c (restore_cwd): Remove two parameters.
42493         Simplify.  Don't call error upon failure.  Let callers do that.
42494         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
42495         when auditing is enabled.  But don't bother updating the #if.
42496
42497 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
42498
42499         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
42500         it breaks C++ compilation.
42501         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
42502
42503 2003-07-10  Simon Josefsson  <jas@extundo.com>
42504
42505         * modules/strchrnul (Makefile.am): Add strchrnul.h.
42506
42507 2003-07-10  Jim Meyering  <jim@meyering.net>
42508
42509         * m4/clock_time.m4: Remove trailing blank.
42510         * m4/intmax_t.m4: Likewise.
42511
42512 2003-07-10  Jim Meyering  <jim@meyering.net>
42513
42514         * lib/vasnprintf.c: Remove trailing blanks.
42515         Make cpp indentation consistent.
42516
42517 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42518
42519         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
42520         posixver.c, strftime.c, strnlen.c, strverscmp.c:
42521         Switch from LGPL to GPL.
42522
42523 2003-07-09  Paul Eggert  <eggert@twinsun.com>
42524
42525         * config/srclist.txt: Sort sublists.  Add
42526         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
42527         that differ from gnulib for one reason or another; we'd like this list
42528         to be smaller but for now let's document what we have.
42529
42530 2003-07-08  Paul Eggert  <eggert@twinsun.com>
42531
42532         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
42533         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
42534         and sweeter "eval x=$x".
42535         * config/srclist.txt: Get lib/argp* from glibc.
42536
42537 2003-07-07  Paul Eggert  <eggert@twinsun.com>
42538
42539         * lib/mktime.c: Fix some boundary cases and remove need for floating
42540         point.
42541
42542         Issue a compile-time diagnostic if time_t is floating point, or if
42543         two's complement arithmetic is not in effect, or if arithmetic
42544         right shift does not propagate the sign.  These assumptions were
42545         all in the original code but they weren't checked.
42546
42547         (TIME_T_MIDPOINT, verify): New macros.
42548         (__isleap): Remove; it has integer overflow problems.
42549         (leapyear): New function, without those problems.
42550         (ydhms_tm_diff): Remove; splitting into two parts.
42551         (ydhms_diff): New function, containing the arithmetic part of
42552         the old ydhms_tm_diff function.  Issue a compile-time
42553         diagnostic if we are not using C99 integer division.
42554         Avoid casts when possible.
42555         (guess_time_tm): New function, containing the checking part of
42556         the old ydhms_tm_diff function.  Return the new value, rather than
42557         the difference between it and the old.  Accept a new argument T
42558         so that *T specifies the old value.  Check for overflow in the result.
42559
42560         (__mktime_internal): Use a time_t offset, not a long int offset.
42561         This undoes the 2003-06-04 change, which is no longer needed now
42562         that we have better overflow checking.
42563         (localtime_offset): Likewise.
42564
42565         (__mktime_internal): Avoid harmful overflow on hosts where time_t
42566         and long are 64-bit but int is only 32-bit.
42567         (ydhms_diff): Use long int to store year1 and yday1.
42568         Issue a compile-time diagnostic if long int is not wide enough.
42569
42570         (__mktime_internal): Use long int to store adjusted year and yday.
42571         Use plain C rather than preprocessor commands, if that doesn't
42572         affect efficiency.
42573         Check for overflow (and try to repair) after each probe
42574         rather than checking only at the very end.  This avoids some bugs
42575         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
42576         does not equal GMT offset at maximum time).
42577         Use integer to check for overflow rather than floating point; this
42578         is more portable to non-IEEE hosts, and is a tad faster.
42579         When we detect that we are oscillating between two values,
42580         don't check whether tm_isdst has the requested value, since
42581         we already know the answer.  When tm_isdst has the wrong value,
42582         use a different heuristic to find the right one, based on the
42583         extreme values actually observed in practice in tz2003a,
42584         rather than the (overly optimistic) "previous 3 calendar quarters".
42585
42586         (not_equal_tm, print_tm, check_result): Use "const T" rather than
42587         "T const" to accommodate glibc style.
42588         (check_result): Use less-confusing report format.  "long" -> "long int.
42589         (main): Likewise.
42590         Don't loop if the iteration overflows time_t.
42591         Allow a negative step in the iteration.
42592
42593 2003-07-06  Karl Berry  <karl@gnu.org>
42594
42595         * config/depcomp: update from automake.
42596         * config/config.sub: update from prep.
42597
42598 2003-07-03  Karl Berry  <karl@gnu.org>
42599
42600         * config/config.guess: update from prep.
42601
42602 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42603
42604         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
42605         xreadlink.c now includes it unconditionally.
42606
42607 2003-07-01  Paul Eggert  <eggert@twinsun.com>
42608
42609         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
42610         having it depend on HAVE_SYS_TYPES_H.
42611
42612 2003-07-01  Bruno Haible  <bruno@clisp.org>
42613
42614         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
42615         <sys/types.h> should be sufficient.
42616         Reported by Paul Eggert.
42617
42618 2003-06-26  Karl Berry  <karl@gnu.org>
42619
42620         * config/depcomp: update from automake.
42621
42622 2003-06-26  Bruno Haible  <bruno@clisp.org>
42623
42624         * modules/human: Depend on module stdbool.
42625
42626 2003-06-25  Bruno Haible  <bruno@clisp.org>
42627
42628         * modules/readlink: New file.
42629         * modules/xreadlink: Depend on it.
42630         * MODULES.html.sh (func_all_modules): Add readlink.
42631
42632 2003-06-25  Bruno Haible  <bruno@clisp.org>
42633
42634         * m4/readlink.m4: New file.
42635
42636 2003-06-25  Bruno Haible  <bruno@clisp.org>
42637
42638         * lib/readlink.c: New file.
42639
42640 2003-06-22  Karl Berry  <karl@gnu.org>
42641
42642         * config/srclist.txt: update mkinstalldirs from automake.
42643         * config/mkinstalldirs: update.
42644
42645 2003-06-22  Bruno Haible  <bruno@clisp.org>
42646
42647         Portability to mingw32.
42648         * m4/ssize_t.m4: New file, from GNU gettext.
42649         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
42650         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
42651
42652 2003-06-22  Bruno Haible  <bruno@clisp.org>
42653
42654         * modules/safe-read: Add m4/ssize_t.m4.
42655         * modules/xreadlink: Add m4/ssize_t.m4.
42656
42657 2003-06-20  Bruno Haible  <bruno@clisp.org>
42658
42659         Assume C89, so PARAMS isn't needed.
42660         * lib/unicodeio.h (PARAMS): Remove.
42661         * lib/unicodeio.c: Don't use PARAMS.
42662
42663 2003-06-18  Karl Berry  <karl@gnu.org>
42664
42665         * config/config.{guess,sub}: update from prep.
42666
42667 2003-06-18  Jim Meyering  <jim@meyering.net>
42668
42669         Merge changes from coreutils.
42670         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
42671         Remove explicit declarations of xmalloc and realloc.
42672         Include xalloc.h.
42673         (read_utmp): Remove anachronistic cast of xmalloc.
42674
42675 2003-06-17  Paul Eggert  <eggert@twinsun.com>
42676
42677         Assume C89, so PARAMS isn't needed.
42678         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
42679         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
42680         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
42681         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
42682         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
42683         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
42684         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
42685         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
42686         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
42687         lib/xstrtod.h, lib/xstrtol.h: Likewise.
42688         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
42689         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
42690         no longer needed. Anyway, config.h should always be included before any
42691         other file.
42692
42693 2003-06-11  Simon Josefsson  <jas@extundo.com>
42694
42695         * modules/sysexits: New file.
42696         * MODULES.html.sh (func_all_modules): Add sysexits.
42697
42698 2003-06-11  Simon Josefsson  <jas@extundo.com>
42699
42700         * lib/sysexit_.h: New file.
42701
42702 2003-06-11  Derek Price  <derek@ximbiot.com>
42703
42704         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
42705         necessary.
42706
42707 2003-06-11  Bruno Haible  <bruno@clisp.org>
42708
42709         * m4/sysexits.m4: New file.
42710
42711 2003-06-10  Simon Josefsson  <jas@extundo.com>
42712
42713         * lib/argp.h: New file, from glibc.
42714         * lib/argp-ba.c: New file, from glibc.
42715         * lib/argp-eexst.c: New file, from glibc.
42716         * lib/argp-fmtstream.c: New file, from glibc.
42717         * lib/argp-fmtstream.h: New file, from glibc.
42718         * lib/argp-fs-xinl.c: New file, from glibc.
42719         * lib/argp-help.c: New file, from glibc.
42720         * lib/argp-namefrob.h: New file, from glibc.
42721         * lib/argp-parse.c: New file, from glibc.
42722         * lib/argp-pv.c: New file, from glibc.
42723         * lib/argp-pvh.c: New file, from glibc.
42724         * lib/argp-xinl.c: New file, from glibc.
42725
42726 2003-06-10  Simon Josefsson  <jas@extundo.com>
42727
42728         * modules/strchrnul: New file.
42729
42730 2003-06-10  Simon Josefsson  <jas@extundo.com>
42731
42732         * modules/argp: New file.
42733
42734 2003-06-10  Simon Josefsson  <jas@extundo.com>
42735
42736         * m4/strchrnul.m4: New file.
42737
42738 2003-06-10  Simon Josefsson  <jas@extundo.com>
42739
42740         * lib/strchrnul.h: New file.
42741         * lib/strchrnul.c: New file.
42742
42743 2003-06-10  Bruno Haible  <bruno@clisp.org>
42744
42745         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
42746
42747 2003-06-07  Karl Berry  <karl@gnu.org>
42748
42749         * config/config.{guess,sub}: update from prep.
42750
42751 2003-06-07  Jim Meyering  <jim@meyering.net>
42752
42753         * modules/strtod: Use $(...) notation, not @...@ for
42754         AC_REPLACE'd variables.
42755         * modules/localcharset: Likewise.
42756
42757 2003-06-07  Jim Meyering  <jim@meyering.net>
42758
42759         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
42760         in place of my name in the copyright comment.
42761         Remove definition and uses of __P.
42762
42763         From coreutils.
42764         * lib/stat.c: Don't declare xmalloc explicitly.
42765         Instead, include "xalloc.h".
42766         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
42767         xrealloc, and xcalloc return values.
42768         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
42769         Improve comment.
42770         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
42771
42772 2003-06-07  Bruno Haible  <bruno@clisp.org>
42773
42774         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
42775         avoid AC_CONFIG_LINKS.
42776         * modules/fnmatch (Makefile.am): Use explicit creation rule for
42777         fnmatch.h, to avoid AC_CONFIG_LINKS.
42778         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
42779
42780 2003-06-07  Bruno Haible  <bruno@clisp.org>
42781
42782         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
42783         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
42784         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42785         directory.
42786         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
42787         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
42788         directory.
42789
42790 2003-06-06  Jim Meyering  <jim@meyering.net>
42791
42792         Merge from coreutils.
42793         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
42794         Consolidate declarations and initializations of *_base* locals.
42795
42796         Merge from coreutils.
42797         This avoids a core dump on systems without GNU putenv,
42798         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
42799         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
42800         (unsetenv): New static function, from GNU libc.
42801         (rpl_putenv): Use it.
42802
42803         * lib/modechange.c: Remove trailing blanks.
42804
42805         Merge from coreutils.
42806         * lib/fsusage.c: Remove declaration of statfs.
42807         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
42808
42809         * lib/posixtm.c: Include <stdbool.h> unconditionally.
42810
42811 2003-06-06  Jim Meyering  <jim@meyering.net>
42812
42813         * lib/stdbool_.h: Renamed from stdbool.h.in.
42814
42815 2003-06-06  Jim Meyering  <jim@meyering.net>
42816             Bruno Haible  <bruno@clisp.org>
42817
42818         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
42819         Adjust Makefile.am snippet not to redirect directly to target.
42820         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
42821
42822 2003-06-05  Paul Eggert  <eggert@twinsun.com>
42823
42824         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
42825         mismatch, look in future quarters as well as past.  This fixes a
42826         bug when processing fall-backwards gaps immediately after a long
42827         period of daylight-saving time.
42828
42829         * lib/mktime.c: Assume freestanding C89 or better.
42830         (HAVE_LIMITS_H): Remove.  Assume it's 1.
42831         (__P): Remove; not used.
42832         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
42833         (mktime, not_equal_tm, print_tm, check_result,
42834         main): Use prototypes.  Use const * where appropriate.
42835         (main): Fix typo in testing code that uncovered by above changes.
42836         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
42837
42838 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42839
42840         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
42841         locale.h, localeconv.  This merges changes from coreutils.
42842
42843         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
42844         It can be removed after the next Autoconf is released.
42845         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
42846         needed.
42847
42848 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42849
42850         * lib/mktime.c: Fix Debian bug 177940
42851         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
42852         (localtime_offset): Now long int, not time_t, because we want it
42853         to be guaranteed to be signed.  All uses changed.
42854         (__mktime_internal): If overflow would occur when adding offset,
42855         don't add it.
42856
42857         Merge 'human' changes from coreutils.  Rewrite to support
42858         locale-specific notations like thousands separators.
42859         * lib/human.c: Simplify authorship notice.
42860         Include human.h immediately after config.h.
42861         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
42862         <limits.h>: Do not include, since human.h does.
42863         (SIZE_MAX, UINTMAX_MAX): New macros.
42864         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
42865         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
42866         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
42867         (power_letter): Renamed from suffixes.
42868         (generate_suffix_backwards): Remove.
42869         (adjust_value): Now takes int style (because of human.h changes)
42870         and long double value (for greater precision on some platforms).
42871         (group_number): New function.
42872         (human_readable): Use it.  Use integer options, not enum.
42873         Put the options before the sizes in the arg list.
42874         Support all the new options.
42875         The old human_readable function has been removed;
42876         use inttostr.h instead.
42877         (human_readable, default_block_size, humblock):
42878         Use uintmax_t, not int, for block sizes.
42879         (human_readable_inexact, block_size_types): Remove.
42880         (block_size_opts): New constant.
42881         (human_options): Renamed from human_block_size, with new signature
42882         that allows block sizes up to UINTMAX_MAX.  All callers changed.
42883         * lib/human.h: Add copyright and authorship notice.
42884         Include <limits.h> and <stdbool.h> unconditionally.
42885         (PARAMS): Remove.  All uses removed.
42886         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
42887         (enum human_inexact_style): Remove tag; now a nameless enum.
42888         (human_floor, human_ceiling, human_round_to_even): Now have
42889         values 2, 0, 1 rather than -1, 1, 0.
42890         (human_group_digits, human_suppress_point_zero, human_autoscale,
42891         human_base_1024, human_SI, human_B): New constants.
42892         (human_readable_inexact, human_block_size): Remove.
42893         (human_readable): Size args are now uintmax_t, not int.
42894         (human_options): New decl.
42895
42896         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
42897         unnecessary now that we assume C89 or better.  This change
42898         imported from coreutils.
42899
42900         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
42901         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
42902         in the 2003-05-30 sync from glibc.
42903
42904         .h files should stand alone, but we shouldn't include <sys/types.h>
42905         if we can get away with just <stddef.h>.
42906
42907         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
42908         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
42909         rather than <sys/types.h>, as we merely need size_t.
42910         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
42911         to get size_t.
42912         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
42913         Include <stdio.h>, to get FILE.
42914         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
42915         memcasecmp.h has included <stddef.h> and all we need is size_t.
42916         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
42917         our interface, instead of including <sys/types.h>
42918
42919 2003-06-04  Paul Eggert  <eggert@twinsun.com>
42920
42921         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
42922         now, as glibc mktime is buggy on non-glibc systems.
42923
42924 2003-06-03  Karl Berry  <karl@gnu.org>
42925
42926         * config/config.sub: update from prep.
42927
42928 2003-06-02  Paul Eggert  <eggert@twinsun.com>
42929
42930         [from coreutils]
42931         Fix some minor time-related bugs with POSIX time arguments.
42932         Some valid time stamps were being rejected (notably -1, and
42933         time stamps before 1900 on 64-bit hosts).  And some invalid
42934         time stamps were being accepted, e.g. September 31.
42935
42936         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
42937         that we can return (time_t) -1 successfully.
42938         * lib/posixtm.c: Likewise.
42939         [HAVE_STDBOOL_H]: Include <stdbool.h>.
42940         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
42941         (t): Remove static var.
42942         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
42943         of static var.  All uses changed.
42944         (year): Do not reject years before 1900; they can occur with
42945         64-bit time_t.
42946         (posix_time_parse): Do not check for out-of-range components;
42947         that is now the caller's responsibility, since our checks were
42948         only approximations.
42949         (posixtime): Use mktime to check for out-of-range components,
42950         since it knows them exactly.
42951         If mktime returns (time_t) -1, check whether an error actually occurred
42952         by invoking localtime on -1.
42953         (main) [TEST_POSIXTIME]: Check for input data errors, and report
42954         posixtime failures better.
42955         Improve the test data (in comments only).
42956
42957 2003-06-02  Karl Berry  <karl@gnu.org>
42958
42959         * config/mkinstalldirs (version): new variable.
42960         (--version): new option.
42961         (usage): improve message.
42962
42963 2003-05-30  Karl Berry  <karl@gnu.org>
42964
42965         * lib/mktime.c: update from libc.
42966
42967 2003-05-30  Bruno Haible  <bruno@clisp.org>
42968
42969         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
42970         * config/config.rpath: Upgrade to gettext-0.12.1.
42971
42972 2003-05-30  Bruno Haible  <bruno@clisp.org>
42973
42974         * m4/gettext.m4: Upgrade to gettext-0.12.1.
42975         * m4/nls.m4: New file, from gettext-0.12.1.
42976         * m4/po.m4: New file, from gettext-0.12.1.
42977         * m4/progtest.m4: Upgrade to gettext-0.12.1.
42978
42979 2003-05-30  Bruno Haible  <bruno@clisp.org>
42980
42981         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
42982         * lib/localcharset.h: Likewise.
42983         * lib/localcharset.c: Likewise.
42984
42985 2003-05-29  Karl Berry  <karl@gnu.org>
42986
42987         * config/config.rpath: update from gettext.
42988
42989 2003-05-28  Paul Eggert  <eggert@twinsun.com>
42990
42991         Assume the headers required for C89 freestanding compilers.
42992         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
42993         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
42994         * m4/human.m4 (gl_HUMAN): Likewise.
42995         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
42996         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
42997         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42998         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
42999         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43000         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
43001
43002 2003-05-28  Paul Eggert  <eggert@twinsun.com>
43003
43004         Assume the headers required for C89 freestanding compilers.
43005         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
43006         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
43007         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
43008         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
43009         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
43010         define, since <limits.h> is guaranteed to do that.
43011         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
43012         * lib/exclude.c: Include <stdbool.h> unconditionally.
43013         * lib/tempname.c: Include <stddef.h> unconditionally.
43014         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
43015         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
43016         <stddef.h> does that.
43017         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
43018         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
43019         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
43020         needed.
43021         * lib/xstrtol.c: Likewise.
43022         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
43023         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
43024
43025         * lib/addext.c (addext): Use assignment rather than cast, to avoid
43026         warnings on some platforms.
43027
43028         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43029         arbitrarily.
43030
43031 2003-05-26  Jim Meyering  <jim@meyering.net>
43032
43033         Merge in a change from coreutils:
43034         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
43035         that is guaranteed to be `no'.  Use `no_such_member' to indicate
43036         that condition, rather than `-1' which is slightly misleading.
43037         Change the name of the cache variable to have the gl_ prefix.
43038         Prompted by a patch from Richard Dawe for DJGPP.
43039
43040 2003-05-24  Karl Berry  <karl@gnu.org>
43041
43042         * config/config.guess: update from prep.
43043
43044 2003-05-22  Karl Berry  <karl@gnu.org>
43045
43046         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
43047
43048 2003-05-20  Karl Berry  <karl@gnu.org>
43049
43050         * config/config.guess: update from prep.
43051
43052 2003-05-18  Karl Berry  <karl@gnu.org>
43053
43054         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
43055         might actually be set by the user.
43056
43057         * config/depcomp, install-sh, mdate-sh: update from automake.
43058
43059 2003-05-17  Bruno Haible  <bruno@clisp.org>
43060
43061         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
43062         invalid expansion for AC_EGREP_CPP.
43063         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
43064         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
43065         Suggested by Akim Demaille <akim@epita.fr> in
43066         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
43067
43068 2003-05-12  Jim Meyering  <jim@meyering.net>
43069
43070         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
43071         the space-padded-by-default conversion specifiers, %e, %k, %l.
43072
43073 2003-05-12  Bruno Haible  <bruno@clisp.org>
43074
43075         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
43076         the string is longer than 4 KB.
43077
43078 2003-05-11  Karl Berry  <karl@gnu.org>
43079
43080         * config/config.{guess,sub}: update from prep.
43081
43082 2003-05-09  Bruno Haible  <bruno@clisp.org>
43083
43084         * modules/error: Add m4/strerror_r.m4 to file list.
43085
43086 2003-05-03  Bruno Haible  <bruno@clisp.org>
43087
43088         Upgrade to Unicode-4.0.
43089         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
43090         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
43091         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
43092         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
43093         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
43094         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
43095         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
43096         Change width of U+E0100..U+E01EF from 1 to 0.
43097
43098 2003-04-25  Jim Meyering  <jim@meyering.net>
43099
43100         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
43101         of type size_t, not int.
43102
43103 2003-04-25  Bruno Haible  <bruno@clisp.org>
43104
43105         * lib/copy-file.c: Include <stddef.h>, for size_t.
43106
43107 2003-04-21  Paul Eggert  <eggert@twinsun.com>
43108
43109         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
43110         code which expansion is under static control.  Patch imported from
43111         Akim Demaille's patch to Bison; see
43112         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
43113
43114 2003-04-14  Bruno Haible  <bruno@clisp.org>
43115
43116         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
43117
43118 2003-04-11  Jim Meyering  <jim@meyering.net>
43119
43120         Merge changes from Coreutils.
43121
43122         2003-03-22  Jim Meyering  <jim@meyering.net>
43123
43124         * lib/strftime.c (widen): Cast alloca return value to proper type.
43125
43126         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
43127
43128         From GNU libc.
43129         * lib/strftime.c (my_strftime): Handle very large width
43130         specifications for numeric values correctly.  Improve checks for
43131         overflow.
43132
43133         2003-01-19  Jim Meyering  <jim@meyering.net>
43134
43135         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
43136         definitions.
43137         (nl_get_alt_digit) [! defined my_strftime]: Define.
43138         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
43139         _nl_get_alt_digit and _nl_get_walt_digit.
43140
43141         * lib/strftime.c (my_strftime): Merge in locale-related changes from
43142         libc. These changes have no effect outside of _LIBC.
43143
43144 2003-04-10  Bruno Haible  <bruno@clisp.org>
43145
43146         * modules/findprog: New file.
43147         * MODULES.html.sh (func_all_modules): Add it.
43148
43149 2003-04-10  Bruno Haible  <bruno@clisp.org>
43150
43151         * m4/findprog.m4: New file.
43152         * m4/eaccess.m4: New file.
43153
43154 2003-04-10  Bruno Haible  <bruno@clisp.org>
43155
43156         * lib/findprog.h: New file, from GNU gettext.
43157         * lib/findprog.c: New file, from GNU gettext.
43158
43159 2003-04-05  Jim Meyering  <jim@meyering.net>
43160
43161         Merge changes from Coreutils.
43162
43163         * lib/exclude.h (PARAMS): Remove definition and uses.
43164         * lib/exclude.c: Remove uses of `PARAMS'.
43165
43166         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
43167         Add test-cases for DOS filenames. Declare program_name.
43168         (main): Set up program_name.  Patch by Rich Dawe.
43169
43170         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43171         error from mntctl.
43172         Use mntctl's return value to drive the entry-processing loop, since
43173         we can't rely on the value of the vmt_length member in the last
43174         entry.  On some systems doing so could result in exhausting
43175         virtual memory.  Based in part on a patch from Mike Jetzer.
43176
43177 2003-04-04  Bruno Haible  <bruno@clisp.org>
43178
43179         * modules/linebreak: New file.
43180         * MODULES.html.sh (func_all_modules): Add it.
43181
43182 2003-04-04  Bruno Haible  <bruno@clisp.org>
43183
43184         * m4/linebreak.m4: New file.
43185
43186 2003-04-04  Bruno Haible  <bruno@clisp.org>
43187
43188         * lib/linebreak.h: New file, from GNU gettext.
43189         * lib/linebreak.c: New file, from GNU gettext with slight
43190         modifications.
43191         * lib/lbrkprop.h: New file, from GNU gettext.
43192
43193 2003-04-03  Bruno Haible  <bruno@clisp.org>
43194
43195         * modules/utf8-ucs4: New file.
43196         * modules/utf16-ucs4: New file.
43197         * modules/ucs4-utf8: New file.
43198         * modules/ucs4-utf16: New file.
43199         * MODULES.html.sh (func_all_modules): Add them.
43200
43201 2003-04-03  Bruno Haible  <bruno@clisp.org>
43202
43203         * m4/utf-ucs4.m4: New file.
43204         * m4/ucs4-utf.m4: New file.
43205
43206 2003-04-03  Bruno Haible  <bruno@clisp.org>
43207
43208         * lib/utf8-ucs4.h: New file, from GNU gettext.
43209         * lib/utf16-ucs4.h: New file, from GNU gettext.
43210         * lib/ucs4-utf8.h: New file, from GNU gettext.
43211         * lib/ucs4-utf16.h: New file, from GNU gettext.
43212
43213 2003-04-02  Bruno Haible  <bruno@clisp.org>
43214
43215         * modules/binary-io: New file.
43216         * MODULES.html.sh (func_all_modules): Add it.
43217
43218 2003-04-02  Bruno Haible  <bruno@clisp.org>
43219
43220         * lib/binary-io.h: New file, from GNU gettext.
43221
43222 2003-04-01  Bruno Haible  <bruno@clisp.org>
43223
43224         * modules/pathname: New file.
43225         * MODULES.html.sh (func_all_modules): Add it.
43226
43227 2003-04-01  Bruno Haible  <bruno@clisp.org>
43228
43229         * lib/pathname.h: New file, from GNU gettext.
43230         * lib/concatpath.c: New file, from GNU gettext.
43231
43232 2003-03-30  Bruno Haible  <bruno@clisp.org>
43233
43234         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
43235
43236 2003-03-30  Bruno Haible  <bruno@clisp.org>
43237
43238         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
43239         function chown() doesn't exist.
43240
43241 2003-03-28  Bruno Haible  <bruno@clisp.org>
43242
43243         * modules/copy-file: New file.
43244         * MODULES.html.sh (func_all_modules): Add it.
43245
43246 2003-03-28  Bruno Haible  <bruno@clisp.org>
43247
43248         * m4/copy-file.m4: New file.
43249
43250 2003-03-28  Bruno Haible  <bruno@clisp.org>
43251
43252         * lib/copy-file.h: New file, from GNU gettext.
43253         * lib/copy-file.c: New file, from GNU gettext.
43254
43255 2003-03-18  Jim Meyering  <jim@meyering.net>
43256
43257         * lib/quote.c (quote_n): Fix typo in comment.
43258
43259 2003-03-18  Bruno Haible  <bruno@clisp.org>
43260
43261         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
43262         checking.
43263         * m4/onceonly_2_57.m4: Likewise.
43264
43265 2003-03-17  Bruno Haible  <bruno@clisp.org>
43266
43267         * m4/onceonly.m4: Require autoconf 2.54 or newer.
43268         (m4_quote): Remove macro.
43269         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
43270
43271 2003-03-14  Jim Meyering  <jim@meyering.net>
43272
43273         Merge changes from Coreutils.
43274         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
43275         to be const, in order to avoid warnings.
43276         (obstack_room): Likewise.
43277         (obstack_empty_p): Likewise.
43278
43279 2003-03-14  Bruno Haible  <bruno@clisp.org>
43280
43281         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
43282         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
43283
43284 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43285
43286         Merge changes from Bison.
43287         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
43288         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
43289         when compiling Bison 1.875's `bitset bset = obstack_alloc
43290         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
43291         * lib/hash.c: Include <stdbool.h> unconditionally.
43292
43293 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43294
43295         * m4/onceonly.m4 (m4_quote): New macro.
43296         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
43297         Quote AC_FOREACH variable-expansions properly.
43298
43299 2003-03-13  Paul Eggert  <eggert@twinsun.com>
43300
43301         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
43302
43303 2003-03-09  Paul Eggert  <eggert@twinsun.com>
43304
43305         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
43306         Reported by Bruce Becker; see:
43307         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
43308
43309 2003-03-03  Paul Eggert  <eggert@twinsun.com>
43310             Bruno Haible  <bruno@clisp.org>
43311
43312         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
43313         Reported by John Hughes, see
43314         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
43315
43316 2003-02-20  Bruno Haible  <bruno@clisp.org>
43317
43318         * MODULES.html.sh (func_all_modules): Add poll.
43319
43320 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43321
43322         * modules/poll: New file.
43323
43324 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43325
43326         * lib/poll_.h: New file.
43327         * lib/poll.c: New file.
43328
43329 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
43330
43331         * m4/poll.m4: New file.
43332
43333 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43334
43335         * modules/mathl: New file.
43336
43337 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43338
43339         * lib/mathl.h: New file.
43340         * lib/acosl.c: New file.
43341         * lib/asinl.c: New file.
43342         * lib/atanl.c: New file.
43343         * lib/ceill.c: New file.
43344         * lib/cosl.c: New file.
43345         * lib/expl.c: New file.
43346         * lib/floorl.c: New file.
43347         * lib/frexpl.c: New file.
43348         * lib/ldexpl.c: New file.
43349         * lib/logl.c: New file.
43350         * lib/sincosl.c: New file.
43351         * lib/sinl.c: New file.
43352         * lib/sqrtl.c: New file.
43353         * lib/tanl.c: New file.
43354         * lib/trigl.c: New file.
43355         * lib/trigl.h: New file.
43356
43357 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
43358
43359         * m4/mathl.m4: New file.
43360
43361 2003-02-18  Bruno Haible  <bruno@clisp.org>
43362
43363         * MODULES.html.sh (func_all_modules): Add mathl.
43364
43365 2003-02-17  Bruno Haible  <bruno@clisp.org>
43366
43367         * modules/mkdtemp: New module.
43368         * MODULES.html.sh (func_all_modules): Add it.
43369
43370 2003-02-17  Bruno Haible  <bruno@clisp.org>
43371
43372         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
43373
43374 2003-02-17  Bruno Haible  <bruno@clisp.org>
43375
43376         * lib/mkdtemp.h: New file, from GNU gettext.
43377         * lib/mkdtemp.c: New file, from GNU gettext.
43378
43379 2003-02-02  Jim Meyering  <jim@meyering.net>
43380
43381         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
43382         e.g. glibc-2.2.93.
43383
43384 2003-01-31  Bruno Haible  <bruno@clisp.org>
43385
43386         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
43387         'rpl_rename'.
43388         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
43389         'rpl_strnlen'.
43390         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
43391         'rpl_strtod'.
43392         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
43393         'rpl_utime'.
43394
43395 2003-01-31  Bruno Haible  <bruno@clisp.org>
43396
43397         * lib/rename.c: #undef rename before defining rpl_rename.
43398         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
43399
43400 2003-01-30  Bruno Haible  <bruno@clisp.org>
43401
43402         * modules/vasnprintf, modules/vasprintf: New modules.
43403         * MODULES.html.sh (func_all_modules): Add them.
43404
43405 2003-01-30  Bruno Haible  <bruno@clisp.org>
43406
43407         * m4/signed.m4: New file, from GNU gettext.
43408         * m4/longdouble.m4: New file, from GNU gettext.
43409         * m4/wchar_t.m4: New file, from GNU gettext.
43410         * m4/wint_t.m4: New file, from GNU gettext.
43411         * m4/vasnprintf.m4: New file.
43412         * m4/vasprintf.m4: New file.
43413
43414 2003-01-30  Bruno Haible  <bruno@clisp.org>
43415
43416         * lib/printf-args.h: New file, from GNU gettext.
43417         * lib/printf-args.c: New file, from GNU gettext.
43418         * lib/printf-parse.h: New file, from GNU gettext.
43419         * lib/printf-parse.c: New file, from GNU gettext.
43420         * lib/vasnprintf.h: New file, from GNU gettext.
43421         * lib/vasnprintf.c: New file, from GNU gettext.
43422         * lib/asnprintf.c: New file, from GNU gettext.
43423         * lib/vasprintf.h: New file, from GNU gettext with modifications.
43424         * lib/vasprintf.c: New file, from GNU gettext.
43425         * lib/asprintf.c: New file, from GNU gettext.
43426
43427 2003-01-29  Bruno Haible  <bruno@clisp.org>
43428
43429         * modules/stpncpy: New module.
43430         * MODULES.html.sh (func_all_modules): Add it.
43431
43432 2003-01-29  Bruno Haible  <bruno@clisp.org>
43433
43434         * m4/stpncpy.m4: New file.
43435
43436 2003-01-29  Bruno Haible  <bruno@clisp.org>
43437
43438         * lib/stpncpy.h: New file, from GNU gettext with modifications.
43439         * lib/stpncpy.c: New file, from GNU gettext with modifications.
43440
43441 2003-01-28  Bruno Haible  <bruno@clisp.org>
43442
43443         * modules/c-ctype: New module.
43444         * MODULES.html.sh (func_all_modules): Add it.
43445
43446 2003-01-28  Bruno Haible  <bruno@clisp.org>
43447
43448         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
43449         Paul Eggert.
43450         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
43451         Paul Eggert.
43452
43453 2003-01-27  Bruno Haible  <bruno@clisp.org>
43454
43455         * modules/xsetenv: New module.
43456         * MODULES.html.sh (func_all_modules): Add it.
43457
43458 2003-01-27  Bruno Haible  <bruno@clisp.org>
43459
43460         * lib/xsetenv.h: New file, from GNU gettext.
43461         * lib/xsetenv.c: New file, from GNU gettext.
43462
43463 2003-01-23  Jim Meyering  <jim@meyering.net>
43464
43465         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
43466         from working on systems without dirfd (at least Irix and OSF1/Tru64).
43467
43468 2003-01-23  Bruno Haible  <bruno@clisp.org>
43469
43470         * modules/minmax: New module.
43471         * MODULES.html.sh (func_all_modules): Add it.
43472
43473 2003-01-23  Bruno Haible  <bruno@clisp.org>
43474
43475         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
43476         Eggert.
43477
43478 2003-01-22  Bruno Haible  <bruno@clisp.org>
43479
43480         * modules/exit: New module.
43481         * MODULES.html.sh (func_all_modules): Add it.
43482
43483 2003-01-22  Bruno Haible  <bruno@clisp.org>
43484
43485         * lib/exit.h: New file, from GNU gettext.
43486
43487 2003-01-19  Bruno Haible  <bruno@clisp.org>
43488
43489         * gnulib-tool: Recognize option --extract-maintainer.
43490         (func_get_maintainer): New function.
43491         * modules/*: Add Maintainer entry.
43492
43493 2003-01-16  Jim Meyering  <jim@meyering.net>
43494
43495         * m4/regex.m4: The `regex' struct is both input and output.
43496         Initialize it before each use.  Patch by Tim Waugh.
43497
43498 2003-01-16  Bruno Haible  <bruno@clisp.org>
43499
43500         * MODULES.html.sh: Add a table of contents. Add the module name as
43501         leftmost column. Add hyperlinks.
43502
43503 2003-01-15  Bruno Haible  <bruno@clisp.org>
43504
43505         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
43506
43507 2003-01-15  Bruno Haible  <bruno@clisp.org>
43508
43509         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
43510         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
43511         suffix.
43512
43513 2003-01-15  Bruno Haible  <bruno@clisp.org>
43514
43515         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
43516
43517 2003-01-15  Bruno Haible  <bruno@clisp.org>
43518
43519         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
43520         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
43521
43522 2003-01-14  Jim Meyering  <jim@meyering.net>
43523
43524         * lib/same.c (same_name): Tweak a comment.
43525
43526 2003-01-14  Bruno Haible  <bruno@clisp.org>
43527
43528         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
43529         when a string comparison is sufficient.
43530
43531 2003-01-14  Bruno Haible  <bruno@clisp.org>
43532
43533         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
43534         'unsigned int'.
43535
43536 2003-01-14  Bruno Haible  <bruno@clisp.org>
43537
43538         * lib/hash-pjw.c: Add comment about low quality of this function.
43539
43540 2003-01-13  Bruno Haible  <bruno@clisp.org>
43541
43542         * modules/stpcpy: Distribute lib/stpcpy.h.
43543         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
43544
43545 2003-01-13  Bruno Haible  <bruno@clisp.org>
43546
43547         * modules/*: Add a description.
43548         * modules/strpbrk: Fix Makefile.am snippet.
43549         * modules/strtoimax: Fix dependencies.
43550         * modules/strtoumax: Likewise.
43551
43552 2003-01-13  Bruno Haible  <bruno@clisp.org>
43553
43554         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
43555         * modules/alloca (Makefile.am): All object files depend on alloca.h.
43556         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
43557
43558 2003-01-13  Bruno Haible  <bruno@clisp.org>
43559
43560         * gnulib-tool (func_create_testdir): Store config/* files in the main
43561         directory.
43562         * config.rpath: Move to ...
43563         * config/config.rpath: ... here.
43564         * modules/gettext: Contains config/config.rpath, not config.rpath.
43565         * modules/iconv: Likewise.
43566
43567 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43568
43569         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43570         to avoid collisions with libcurses and libreadline.
43571
43572         * m4/getstr.m4: Remove.
43573         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
43574
43575 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43576
43577         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43578         to avoid collisions with libcurses and libreadline.
43579
43580         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
43581         * lib/getstr.h, getstr.c: Remove.
43582         * lib/getline.c: Include "getline.h", to check interface.
43583         Move body of old getstr.c here: this defines MIN_CHUNK and
43584         declares getdelim2, which is renamed from getstr.
43585         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
43586
43587         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
43588         All uses changed.
43589         * lib/linebuffer.h: Likewise.
43590         (readline): Remove backward-compatibility macro.
43591
43592 2003-01-12  Paul Eggert  <eggert@twinsun.com>
43593
43594         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
43595         to avoid collisions with libcurses and libreadline.
43596         * getstr: Remove.
43597         * MODULES.html.sh: Remove getstr.
43598         * modules/getline: Depend on unlocked-io, not getstr.
43599
43600 2003-01-12  Jim Meyering  <jim@meyering.net>
43601
43602         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
43603
43604 2003-01-10  Bruno Haible  <bruno@clisp.org>
43605
43606         * modules/alloca: Change Makefile.am requirements. Simplify Include
43607         requirements. Add lib/alloca_.h to file list.
43608
43609 2003-01-10  Bruno Haible  <bruno@clisp.org>
43610
43611         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
43612
43613 2003-01-10  Bruno Haible  <bruno@clisp.org>
43614
43615         * lib/alloca_.h: New file.
43616         * lib/getdate.y: Unconditionally include alloca.h.
43617         * lib/makepath.c: Likewise.
43618         * lib/setenv.c: Likewise.
43619         * lib/userspec.c: Likewise.
43620
43621 2003-01-09  Karl Berry  <karl@gnu.org>
43622
43623         * MODULES.html.sh: include `dirname $0` in PATH, to find
43624         gnulib-tool.
43625
43626 2003-01-09  Bruno Haible  <bruno@clisp.org>
43627
43628         * modules/stdbool: Change configure.ac, Makefile.am requirements.
43629         Simplify Include requirements. Add lib/stdbool.h.in to file list.
43630
43631 2003-01-09  Bruno Haible  <bruno@clisp.org>
43632
43633         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
43634
43635 2003-01-09  Bruno Haible  <bruno@clisp.org>
43636
43637         * lib/stdbool.h.in: New file.
43638
43639 2003-01-09  Bruno Haible  <bruno@clisp.org>
43640
43641         * gnulib-tool (func_all_modules): Ignore files ending in ~.
43642         * MODULES.html.sh: Likewise.
43643
43644 2003-01-08  Jim Meyering  <jim@meyering.net>
43645
43646         * lib/full-write.c: Undefine and define-away `const' after inclusion
43647         of errno.h, not before.  Suggestion from Bruno Haible.
43648
43649 2003-01-08  Bruno Haible  <bruno@clisp.org>
43650
43651         * modules/full-read: Depend on full-write.
43652
43653 2003-01-08  Bruno Haible  <bruno@clisp.org>
43654
43655         * lib/safe-read.c: Include specification header first, to ensure its
43656         selfcontainedness.
43657         * lib/full-write.c: Likewise.
43658
43659 2003-01-07  Jim Meyering  <jim@meyering.net>
43660
43661         * lib/full-write.c: Rework so that it may serve to define full_read,
43662         too.
43663         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
43664
43665 2003-01-07  Bruno Haible  <bruno@clisp.org>
43666
43667         * lib/strtoimax.c: Include <stdint.h> as an alternative to
43668         <inttypes.h>.
43669         * lib/xstrtol.h: Likewise.
43670         * lib/xstrtoimax.c: Likewise.
43671         * lib/xstrtoumax.c: Likewise.
43672         * lib/human.h: Likewise.
43673
43674         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
43675         on systems that have <inttypes.h> but not <stdint.h>.
43676
43677 2003-01-07  Bruno Haible  <bruno@clisp.org>
43678
43679         * MODULES.html.sh: Add copyright notice.
43680         (missed_files): Omit CVS directory entries.
43681         (func_module): Make it work with sed-3.02.
43682         * MODULES.txt: Remove file.
43683
43684 2003-01-06  Jim Meyering  <jim@meyering.net>
43685
43686         * lib/version-etc.c: Update year in translatable copyright string.
43687
43688 2003-01-03  Karl Berry  <karl@gnu.org>
43689
43690         * config/config.{guess,sub}: update from prep.
43691
43692 2003-01-02  Karl Berry  <karl@gnu.org>
43693
43694         * doc/COPYING.DOC: belatedly updated to 1.2.
43695
43696 2003-01-01  Karl Berry  <karl@gnu.org>
43697
43698         * gnulib-tool (func_verify_module): report module name $module in
43699         error message, not $1.
43700         * gnulib-tool (create-testdir): don't complain if destdir couldn't
43701         be created, only if it doesn't exist.
43702         * gnulib-tool (last_checkin_date): don't expand the $Date here.
43703
43704 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43705
43706         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
43707
43708 2002-12-31  Paul Eggert  <eggert@twinsun.com>
43709
43710         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
43711         memcmp if strcoll doesn't work.
43712
43713 2002-12-31  Bruno Haible  <bruno@clisp.org>
43714
43715         * lib/utime.c (utime_null): No need to call ftruncate if the file was
43716         nonempty.
43717
43718 2002-12-31  Bruno Haible  <bruno@clisp.org>
43719
43720         * lib/memcoll.c (STRCOLL): New macro.
43721         (memcoll): Use it.
43722
43723 2002-12-31  Bruno Haible  <bruno@clisp.org>
43724
43725         * lib/localcharset.h: New file.
43726         * lib/localcharset.c: Include it.
43727         * lib/unicodeio.c: Likewise.
43728
43729 2002-12-31  Bruno Haible  <bruno@clisp.org>
43730
43731         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
43732         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
43733
43734 2002-12-31  Bruno Haible  <bruno@clisp.org>
43735
43736         * lib/getline.h: Include <stddef.h>, for size_t.
43737
43738         * lib/unicodeio.h: Include <stddef.h>, for size_t.
43739         * lib/unicodeio.c: Don't include <stddef.h>.
43740
43741 2002-12-31  Bruno Haible  <bruno@clisp.org>
43742
43743         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
43744         HAVE_TM_ZONE.
43745
43746 2002-12-24  Karl Berry  <karl@gnu.org>
43747
43748         * config/config.guess: update from prep.
43749
43750 2002-12-24  Bruno Haible  <bruno@clisp.org>
43751
43752         General infrasructure.
43753         * m4/README: Rewritten.
43754         * m4/onceonly.m4: New file.
43755         * m4/onceonly_2_57.m4: New file.
43756
43757         Module atexit.
43758         * m4/atexit.m4: New file.
43759
43760         Module strtod.
43761         * m4/strtod.m4: New file.
43762
43763         Module strtol.
43764         * m4/strtol.m4: New file.
43765
43766         Module strtoul.
43767         * m4/strtoul.m4: New file.
43768
43769         Module memchr.
43770         * m4/memchr.m4: New file.
43771
43772         Module memcmp.
43773         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
43774         (jm_FUNC_MEMCMP): Invoke it.
43775
43776         Module memcpy.
43777         * m4/memcpy.m4: New file.
43778
43779         Module memmove.
43780         * m4/memmove.m4: New file.
43781
43782         Module memset.
43783         * m4/memset.m4: New file.
43784
43785         Module strcspn.
43786         * m4/strcspn.m4: New file.
43787
43788         Module strpbrk.
43789         * m4/strpbrk.m4: New file.
43790
43791         Module strstr.
43792         * m4/strstr.m4: New file.
43793
43794         Module strerror.
43795         * m4/strerror.m4: New file.
43796
43797         Module mktime.
43798         * m4/mktime.m4: Renamed from jm-mktime.m4.
43799         (gl_PREREQ_MKTIME): New macro.
43800         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
43801
43802         Module malloc.
43803         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
43804         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
43805         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
43806
43807         Module realloc.
43808         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
43809         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
43810         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
43811
43812         Module strftime.
43813         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
43814         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
43815         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
43816         gl_TM_GMTOFF.
43817         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
43818
43819         Module xalloc.
43820         * m4/xalloc.m4: New file.
43821
43822         Module alloca.
43823         * m4/alloca.m4: New file.
43824
43825         Module putenv.
43826         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
43827         (jm_FUNC_PUTENV): Invoke it.
43828
43829         Module setenv.
43830         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
43831         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
43832         when invoked twice.
43833         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
43834         gt_FUNC_SETENV.
43835
43836         Module memrchr.
43837         * m4/memrchr.m4: New file.
43838
43839         Module stpcpy.
43840         * m4/stpcpy.m4: New file.
43841
43842         Module strcase.
43843         * m4/strcase.m4: New file.
43844
43845         Module strdup.
43846         * m4/strdup.m4: New file.
43847
43848         Module strnlen.
43849         * m4/strnlen.m4: New file.
43850
43851         Module strndup.
43852         * m4/strndup.m4: New file.
43853
43854         Module xstrtod.
43855         * m4/xstrtod.m4: New file.
43856
43857         Module xstrtol.
43858         * m4/xstrtol.m4: New file.
43859
43860         Module getdate.
43861         * m4/getdate.m4: New file.
43862
43863         Module unlocked-io.
43864         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
43865         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
43866         * m4/jm-glibc-io.m4n: Remove file.
43867
43868         Module long-options.
43869         * m4/long-options.m4: New file.
43870
43871         Module md5.
43872         * m4/md5.m4: New file.
43873
43874         Module sha.
43875         * m4/sha.m4: New file.
43876
43877         Module getstr.
43878         * m4/getstr.m4: New file.
43879
43880         Module getline.
43881         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
43882         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
43883         <sys/types.h>, for size_t. Use the function name gnu_getline, not
43884         simply getline. Infoke gl_PREREQ_GETLINE.
43885
43886         Module obstack.
43887         * m4/obstack.m4: New file.
43888
43889         Module hash.
43890         * m4/hash.m4: New file.
43891
43892         Module readtokens.
43893         * m4/readtokens.m4: New file.
43894
43895         Module strverscmp.
43896         * m4/strverscmp.m4: New file.
43897
43898         Module stdbool.
43899         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
43900         OSF/1.
43901
43902         Module strtoll.
43903         * m4/strtoll.m4: New file.
43904
43905         Module strtoull.
43906         * m4/strtoull.m4: New file.
43907
43908         Module strtoimax.
43909         * m4/strtoimax.m4: New file.
43910
43911         Module strtoumax.
43912         * m4/strtoumax.m4: New file.
43913
43914         Module xstrtoimax.
43915         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
43916         jm_AC_PREREQ_XSTRTOIMAX.
43917         Moved the strtol prerequisites to strtol.m4.
43918         Moved the strtoll prerequisites to strtoll.m4.
43919         Moved the strtoimax prerequisites to strtoimax.m4.
43920
43921         Module xstrtoumax.
43922         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
43923         jm_AC_PREREQ_XSTRTOUMAX.
43924         Moved the strtoul prerequisites to strtoul.m4.
43925         Moved the strtoull prerequisites to strtoull.m4.
43926         Moved the strtoumax prerequisites to strtoumax.m4.
43927
43928         Module chown.
43929         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
43930         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
43931
43932         Module dup2.
43933         * m4/dup2.m4: New file.
43934
43935         Module ftruncate.
43936         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
43937         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
43938
43939         Module getgroups.
43940         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
43941         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
43942
43943         Module gettimeofday.
43944         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
43945         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
43946         gl_PREREQ_GETTIMEOFDAY.
43947
43948         Module mkdir.
43949         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
43950         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
43951
43952         Module mkstemp.
43953         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
43954         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
43955         jm_AC_TYPE_UINTMAX_T.
43956         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
43957
43958         Module stat.
43959         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
43960         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
43961
43962         Module lstat.
43963         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
43964         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
43965
43966         Module timespec.
43967         * m4/timespec.m4 (gl_TIMESPEC): New macro.
43968         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
43969         * m4/st_mtim.m4: Indentation.
43970
43971         Module nanosleep.
43972         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
43973         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
43974         gl_PREREQ_NANOSLEEP.
43975
43976         Module regex.
43977         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
43978         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
43979         (gl_REGEX): New macro.
43980
43981         Module rename.
43982         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
43983         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
43984
43985         Module rmdir.
43986         * m4/rmdir.m4: New file.
43987
43988         Module utime.
43989         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
43990         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
43991         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
43992
43993         Module dirname.
43994         * m4/dirname.m4: New file.
43995
43996         Module getopt.
43997         * m4/getopt.m4: New file.
43998
43999         Module unistd-safer.
44000         * m4/unistd-safer.m4: New file.
44001
44002         Module fnmatch.
44003         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
44004         declaration.
44005         (gl_PREREQ_FNMATCH_EXTRA): New macro.
44006         (gl_FUNC_FNMATCH_POSIX): New macro.
44007         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
44008         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
44009         simply fnmatch.
44010
44011         Module exclude.
44012         * m4/exclude.m4: New file.
44013
44014         Module human.
44015         * m4/human.m4: New file.
44016
44017         Module acl.
44018         * m4/acl.m4: Nop.
44019
44020         Module backupfile.
44021         * m4/backupfile.m4: New file.
44022         * m4/d-ino.m4: Indentation.
44023
44024         Module fsusage.
44025         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
44026         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
44027         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
44028
44029         Module dirfd.
44030         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
44031         requirements.
44032
44033         Module euidaccess.
44034         * m4/euidaccess.m4: New file.
44035
44036         Module file-type.
44037         * m4/file-type.m4: New file.
44038
44039         Module fileblocks.
44040         * m4/fileblocks.m4: New file.
44041
44042         Module filemode.
44043         * m4/filemode.m4: New file.
44044
44045         Module isdir.
44046         * m4/isdir.m4: New file.
44047
44048         Module lchown.
44049         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
44050         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
44051
44052         Module makepath.
44053         * m4/makepath.m4: New file.
44054
44055         Module modechange.
44056         * m4/modechange.m4: New file.
44057
44058         Module mountlist.
44059         * m4/mountlist.m4: New file.
44060         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
44061         Indentation.
44062
44063         Module path-concat.
44064         * m4/path-concat.m4: New file.
44065
44066         Module pathmax.
44067         * m4/pathmax.m4: New file.
44068
44069         Module same.
44070         * m4/same.m4: New file.
44071
44072         Module save-cwd.
44073         * m4/save-cwd.m4: New file.
44074
44075         Module savedir.
44076         * m4/savedir.m4: New file.
44077
44078         Module xgetcwd.
44079         * m4/xgetcwd.m4: New file.
44080         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
44081
44082         Module xreadlink.
44083         * m4/xreadlink.m4: New file.
44084
44085         Module safe-read.
44086         * m4/safe-read.m4: New file.
44087
44088         Module safe-write.
44089         * m4/safe-write.m4: New file.
44090
44091         Module closeout.
44092         * m4/closeout.m4: New file.
44093
44094         Module stdio-safer.
44095         * m4/stdio-safer.m4: New file.
44096
44097         Module getpass.
44098         * m4/getpass.m4: New file.
44099
44100         Module getugroups.
44101         * m4/getugroups.m4: New file.
44102
44103         Module group-member.
44104         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
44105         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
44106
44107         Module idcache.
44108         * m4/idcache.m4: New file.
44109
44110         Module userspec.
44111         * m4/userspec.m4: New file.
44112
44113         Module gettime.
44114         * m4/clock_time.m4: New file.
44115         * m4/gettime.m4: New file.
44116
44117         Module settime.
44118         * m4/settime.m4: New file.
44119
44120         Module posixtm.
44121         * m4/posixtm.m4: New file.
44122
44123         Module gethostname.
44124         * m4/gethostname.m4: New file.
44125
44126         Module canon-host.
44127         * m4/canon-host.m4: New file.
44128
44129         Module gettext.
44130         * m4/codeset.m4: New file, from gettext-0.11.5.
44131         * m4/gettext.m4: New file, from gettext-0.11.5.
44132         * m4/glibc21.m4: New file, from gettext-0.11.5.
44133         * m4/iconv.m4: New file, from gettext-0.11.5.
44134         * m4/intdiv0.m4: New file, from gettext-0.11.5.
44135         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
44136         * m4/inttypes.m4: New file, from gettext-0.11.5.
44137         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
44138         * m4/isc-posix.m4: New file, from gettext-0.11.5.
44139         * m4/lcmessage.m4: New file, from gettext-0.11.5.
44140         * m4/lib-ld.m4: New file, from gettext-0.11.5.
44141         * m4/lib-link.m4: New file, from gettext-0.11.5.
44142         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
44143         * m4/progtest.m4: New file, from gettext-0.11.5.
44144         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
44145         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
44146         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
44147
44148         Module localcharset.
44149         * m4/localcharset.m4: New file.
44150
44151         Module hard-locale.
44152         * m4/hard-locale.m4: New file.
44153
44154         Module mbswidth.
44155         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
44156         onceonly macros.
44157         * m4/mbrtowc.m4: Add comment.
44158
44159         Module memcasecmp.
44160         * m4/memcasecmp.m4: New file.
44161
44162         Module memcoll.
44163         * m4/memcoll.m4: New file.
44164
44165         Module unicodeio.
44166         * m4/unicodeio.m4: New file.
44167
44168         Module rpmatch.
44169         * m4/rpmatch.m4: New file.
44170
44171         Module yesno.
44172         * m4/yesno.m4: New file.
44173
44174         Module exitfail.
44175         * m4/exitfail.m4: New file.
44176
44177         Module c-stack.
44178         * m4/c-stack.m4 (gl_C_STACK): New macro.
44179         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
44180
44181         Module error.
44182         * m4/error.m4 (gl_ERROR): New macro.
44183         (jm_PREREQ_ERROR): Use onceonly macros.
44184
44185         Module fatal.
44186         * m4/fatal.m4: New file.
44187
44188         Module getloadavg.
44189         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
44190         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
44191
44192         Module getpagesize.
44193         * m4/getpagesize.m4: New file.
44194
44195         Module getusershell.
44196         * m4/getusershell.m4: New file.
44197
44198         Module physmem.
44199         * m4/physmem.m4: New file.
44200
44201         Module posixver.
44202         * m4/posixver.m4: New file.
44203
44204         Module quotearg.
44205         * m4/quotearg.m4: New file.
44206
44207         Module quote.
44208         * m4/quote.m4: New file.
44209
44210         Module readutmp.
44211         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
44212
44213         Module sig2str.
44214         * m4/sig2str.m4: New file.
44215
44216         Other.
44217         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
44218         ulonglong.m4.
44219         * m4/intmax_t.m4: New file.
44220         * m4/d-type.m4: Indentation.
44221         * m4/jm-macros.m4: Update.
44222         * m4/prereq.m4 (jm_PREREQ): Update.
44223         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
44224         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
44225         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
44226         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
44227         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
44228         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
44229         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
44230         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
44231         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
44232         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
44233         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
44234         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
44235         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
44236         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
44237         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
44238         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
44239         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
44240         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
44241         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
44242
44243 2002-12-24  Bruno Haible  <bruno@clisp.org>
44244
44245         * MODULES.txt: Update according to m4/ changes.
44246
44247         Module gettext.
44248         * config.rpath: New file, from gettext-0.11.5.
44249
44250         * modules/*: New module descriptions.
44251         * gnulib-tool: New file.
44252         * MODULES.html.sh: New file.
44253
44254 2002-12-21  Karl Berry  <karl@gnu.org>
44255
44256         * doc/fdl.texi: update to version 1.2.
44257
44258 2002-12-19  Karl Berry  <karl@gnu.org>
44259
44260         * config/config.guess: update from prep.
44261
44262 2002-12-18  Bruno Haible  <bruno@clisp.org>
44263
44264         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
44265         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
44266
44267 2002-12-17  Bruno Haible  <bruno@clisp.org>
44268
44269         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
44270         stdlib.h, string.h.
44271
44272 2002-12-17  Bruno Haible  <bruno@clisp.org>
44273
44274         * lib/canon-host.c (strdup): Remove unused declaration.
44275
44276         * lib/fsusage.c: Include full_read.h.
44277         (get_fs_usage): Use full_read instead of safe_read.
44278
44279         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
44280
44281 2002-12-12  Karl Berry  <karl@gnu.org>
44282
44283         * config/config.guess: update from prep.
44284
44285 2002-12-11  Bruno Haible  <bruno@clisp.org>
44286
44287         * m4/setenv.m4: New file, from gettext-0.11.5.
44288
44289 2002-12-11  Bruno Haible  <bruno@clisp.org>
44290
44291         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
44292         not unsetenv().
44293         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
44294         modifications:
44295
44296         2002-12-11  Bruno Haible  <bruno@clisp.org>
44297
44298                 * setenv.c (alloca): Fall back to malloc.
44299                 (freea): New macro.
44300                 (setenv): Use freea() to free memory allocated with alloca().
44301
44302         2002-11-13  Bruno Haible  <bruno@clisp.org>
44303
44304                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
44305                 function declarations.
44306                 * unsetenv.c (unsetenv): Likewise.
44307
44308         2002-03-04  Bruno Haible  <bruno@clisp.org>
44309
44310                 Portability to AIX 4.3.3.
44311                 * unsetenv.c: New file, extracted from setenv.c.
44312                 * setenv.c: Move the unsetenv() function to unsetenv.c.
44313
44314         2001-12-20  Bruno Haible  <bruno@clisp.org>
44315
44316                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
44317                 use malloc instead. For SunOS 4.
44318
44319         2001-12-11  Bruno Haible  <bruno@clisp.org>
44320
44321                 * setenv.c: Declare alloca.
44322                 (compar_fn_t): New typedef.
44323                 (KNOWN_VALUE, STORE_VALUE): Use it.
44324
44325         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
44326         setenv.h.
44327
44328 2002-12-10  Paul Eggert  <eggert@twinsun.com>
44329
44330         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
44331         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
44332         Choose values that are less likely to collide with system fnmatch
44333         options.
44334         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
44335         defined (e.g., a pure POSIX system).
44336         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
44337         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
44338
44339 2002-12-06  Paul Eggert  <eggert@twinsun.com>
44340
44341         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
44342         a pain in practice to deal with generated m4 files.  This change
44343         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
44344
44345         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
44346         and jm-glibc-io.m4, as they are no longer a special case.
44347         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
44348         kludge and the auto-generation stuff.  Check only whether the
44349         functions are declared, not whether they exist, since older hosts
44350         that don't declare the functions can't use the optimization anyway.
44351
44352 2002-12-06  Jim Meyering  <jim@meyering.net>
44353
44354         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
44355
44356         Merge in changes from libc's misc/error.c, in preparation
44357         for the merge of gnulib's changes back into libc.
44358
44359         * lib/error.c (_): Define only if not already defined.
44360         Move definition to follow all #include directives.
44361         Include unlocked-io.h only if !_LIBC.
44362         [_LIBC]: Include <libio/libioP.h>.
44363         [USE_IN_LIBIO]: Include <libio/iolibio.h>
44364         (fflush): Tweak definition to use INTUSE.
44365         (putc): Define.
44366
44367 2002-12-05  Paul Eggert  <eggert@twinsun.com>
44368
44369         * lib/alloca.c [defined emacs]: Include "lisp.h".
44370         (xalloc_die) [defined emacs]: New macro.
44371         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
44372         [! defined emacs]: Include <xalloc.h>.
44373         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
44374         (pointer): Typedef to POINTER_TYPE *.
44375         (malloc): Remove decl; we now always use xmalloc.
44376         (alloca): Use old-style definition, since Emacs needs this.
44377         Check for arithmetic overflow when computing combined size.
44378
44379 2002-12-04  Paul Eggert  <eggert@twinsun.com>
44380
44381         Do not generate unlocked-io.h automatically, since it's easier to
44382         maintain it by hand.
44383
44384         * lib/unlocked-io.h: New file, from GNU diffutils,
44385         but with proper copyright notice and attribution.
44386         * lib/gen-uio: Remove.
44387         * lib/Makefile.am: Add copyright notice.
44388         (libfetish_a_SOURCES): Add unlocked-io.h.
44389         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
44390         (DISTCLEANFILES, io_functions): Remove macros.
44391         (EXTRA_DIST): Remove gen_uio.
44392         (unlocked-io.h): Remove rule.
44393
44394 2002-12-04  Jim Meyering  <jim@meyering.net>
44395
44396         Reflect the fact that stat.c and lstat.c are no longer generated.
44397         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
44398         (DISTCLEANFILES): Likewise.
44399         (EXTRA_DIST): Likewise.
44400         (all_local): Don't depend on stat.c or lstat.c.
44401         (stat.c, lstat.c): Remove rules.
44402         (EXTRA_DIST): Remove xstat.in.
44403
44404         * lib/xstat.in: Remove file.  Contents moved into stat.c.
44405         * lib/stat.c: New file.  Contents mostly from xstat.in.
44406         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
44407         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
44408
44409         * lib/safe-read.c: Rework so that it may serve to define safe_write,
44410         too.
44411         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
44412
44413 2002-12-03  Jim Meyering  <jim@meyering.net>
44414
44415         * lib/safe-read.c, safe-write.c: Change variable names and comments,
44416         but not semantics, to minimize the differences between these two files.
44417         (safe_read): Change comment to mention SAFE_READ_ERROR.
44418
44419         * lib/safe-read.c (IS_EINTR): Define.
44420         (safe_read): Use IS_EINTR in place of in-function cpp directives.
44421
44422 2002-12-02  Jim Meyering  <jim@meyering.net>
44423
44424         * lib/safe-read.c (EINTR): Define.
44425         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44426         (INT_MAX): Provide fallback.
44427         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
44428
44429         * lib/safe-read.h (SAFE_READ_ERROR): Define.
44430
44431 2002-12-02  Bruno Haible  <bruno@clisp.org>
44432
44433         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
44434         Define, taken from safe-read.c.
44435         (INT_MAX): Provide fallback.
44436         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
44437         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
44438
44439         * lib/safe-read.c (EINTR): Remove definition.
44440         (safe_read): Don't use EINTR if it is absent.
44441
44442 2002-12-01  Jim Meyering  <jim@meyering.net>
44443
44444         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
44445         zero.
44446         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
44447
44448 2002-11-27  Paul Eggert  <eggert@twinsun.com>
44449
44450         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
44451         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
44452         with `if (! (value < limit)) abort ();', for readability.
44453
44454 2002-11-26  Karl Berry  <karl@gnu.org>
44455
44456         * lib/strdup.c: copy from libc again, with jim's ok.
44457         * lib/.cppi-disable: re-add strdup.c
44458
44459 2002-11-25  Karl Berry  <karl@gnu.org>
44460
44461         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
44462         instead of "strtol.c".
44463
44464 2002-11-25  Karl Berry  <karl@gnu.org>
44465
44466         * config/install-sh: update from automake for variable quoting, $0 in
44467         error msgs, etc.
44468
44469         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
44470         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
44471         entry.
44472
44473 2002-11-25  Jim Meyering  <jim@meyering.net>
44474
44475         * lib/mktime.c: Sync from libc, now that it has the latest fix.
44476
44477 2002-11-24  Karl Berry  <karl@gnu.org>
44478
44479         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
44480         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
44481
44482 2002-11-24  Jim Meyering  <jim@meyering.net>
44483
44484         Update from coreutils:
44485
44486         * lib/mktime.c: Merge in changes from libc.
44487
44488         Avoid a link-time failure on some Linux systems.
44489         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
44490         (otherwise).
44491         (__mon_yday): Declare with the STATIC attribute.
44492         (__mktime_internal): Likewise.
44493         Based on a report from Greg Schafer.
44494
44495 2002-11-23  Jim Meyering  <jim@meyering.net>
44496
44497         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
44498         Use `unsigned', not `int', as type of index.
44499
44500         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
44501
44502         * lib/fsusage.c: Remove unneeded parentheses around operands of
44503         `defined'.
44504
44505 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44506
44507         * lib/quotearg.h: Allow multiple inclusion by surrounding with
44508         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
44509         so that we can be included first.
44510         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
44511         * lib/quotearg.c: Include quotearg.h immediately after config.h.
44512         No need to include stddef.h or sys/types.h any more.
44513         Surround local include files with "", not "<>".
44514         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
44515         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
44516         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
44517         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
44518         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
44519         (ISPRINT): Remove; no longer needed now that we assume C89.
44520
44521         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
44522         Preserve errno.
44523
44524         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
44525         quotearg_char): Use SIZE_MAX rather than
44526         (size_t) -1 when we are talking about "infinity".
44527
44528         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
44529
44530 2002-11-22  Paul Eggert  <eggert@twinsun.com>
44531
44532         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
44533         hint that one should use `if (! x) abort ();' rather than `assert
44534         (x);', and anyway it's one less thing to worry about configuring.
44535         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
44536         hash_rehash, hash_insert): Use abort rather than assert.
44537
44538 2002-11-22  Bruno Haible  <bruno@clisp.org>
44539
44540         * lib/safe-read.h: Assume C89. Add comments.
44541         (safe_read): Change return type to size_t.
44542         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
44543         byte counts > SSIZE_MAX correctly.
44544         * lib/safe-write.h: New file.
44545         * lib/safe-write.c: New file.
44546         * lib/full-read.h: New file.
44547         * lib/full-read.c: New file.
44548         * lib/full-write.h: Assume C89. Add comments.
44549         * lib/full-write.c: Include safe-write.h.
44550         (full_write): Rewritten to use safe_write.
44551         Suggested by Jim Meyering and Paul Eggert.
44552
44553 2002-11-21  Jim Meyering  <jim@meyering.net>
44554
44555         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
44556
44557         Merge in changes from the coreutils.
44558
44559         2002-09-25  Paul Eggert  <eggert@twinsun.com>
44560         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
44561         <stdint.h>.
44562         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
44563         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
44564         int.  Work more efficiently if X is the same width as uintmax_t.
44565         Do not compare X to -1, to avoid bogus compiler warning.
44566         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
44567         Don't assume that f_frsize and f_bsize are the same type.
44568
44569         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
44570         warning on FreeBSD.
44571
44572         * lib/makepath.c (make_path): Restore umask *before* creating the final
44573         component.
44574         (make_path): Minor reformatting.
44575
44576         * lib/xmalloc.c: Adjust to work with new autoconf macros,
44577         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
44578         HAVE_MALLOC/HAVE_REALLOC.
44579
44580         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
44581         dummy ones.  At least on GNU/Linux systems, `auto' means something
44582         else.
44583         From Michael Stone.
44584
44585 2002-11-21  Bruno Haible  <bruno@clisp.org>
44586
44587         Remove case insensitive option matching.
44588         * lib/argmatch.h (argcasematch): Remove declaration.
44589         (ARGCASEMATCH): Remove macro.
44590         (__xargmatch_internal): Remove case_sensitive argument.
44591         (XARGMATCH): Update.
44592         (XARGCASEMATCH): Remove macro.
44593         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
44594         case_sensitive argument.
44595         (argcasematch): Remove function.
44596         (__xargmatch_internal): Remove case_sensitive argument.
44597         (main): Use XARGMATCH instead of XARGCASEMATCH.
44598
44599         * lib/xmalloc.c: Change compile-time error message. Add comment about
44600         required autoconf version.
44601
44602 2002-11-20  Paul Eggert  <eggert@twinsun.com>
44603
44604         Merge argmatch cleanups from Bison.  Assume C89.
44605
44606         * lib/argmatch.c: Include config.h here, not in argmatch.h.
44607         Include stdlib.h, for EXIT_FAILURE.
44608         Always include <string.h>, since we assume C89.
44609         (EXIT_FAILURE): Remove pre-C89 bug workaround.
44610         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
44611         Include <stddef.h> instead, since it's all we need for size_t.
44612         (PARAMS): Remove.  All uses removed.
44613         (ARRAY_CARDINALITY): Do not bother to #undef.
44614         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
44615         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44616         Remove unnecessary parentheses.
44617         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
44618         Insert necessary parentheses.
44619         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
44620         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
44621
44622 2002-11-19  Bruno Haible  <bruno@clisp.org>
44623
44624         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
44625         * lib/mbswidth.h: Include <stddef.h>, for size_t.
44626
44627         * lib/mbswidth.h (PARAMS): Remove macro.
44628         (mbswidth, mbsnwidth): Use ANSI C function declarations.
44629         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
44630
44631         * lib/gcd.h (PARAMS): Remove macro.
44632         (gcd): Use ANSI C function declarations.
44633         * lib/gcd.c (gcd): Likewise.
44634
44635 2002-11-15  Bruno Haible  <bruno@clisp.org>
44636
44637         * lib/strcspn.c: Include <stddef.h>.
44638         (strcspn): Use ANSI C function declaration. Change return type to
44639         size_t. Use NULL.
44640         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
44641         (strpbrk): Use NULL.
44642         * lib/strpbrk.h (PARAMS): Remove macro.
44643         (strpbrk): Use ANSI C function declaration.
44644         * lib/strstr.c: Don't include <sys/types.h>.
44645         * lib/strstr.h (PARAMS): Remove macro.
44646         (strstr): Use ANSI C function declarations.
44647
44648 2002-11-14  Karl Berry  <karl@gnu.org>
44649
44650         * config/mkinstalldirs: `do' on separate line, instead of
44651         `for var; do'.
44652
44653 2002-11-06  Bruno Haible  <bruno@clisp.org>
44654
44655         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
44656         * lib/gcd.c (gcd): Likewise.
44657
44658 2002-11-05  Bruno Haible  <bruno@clisp.org>
44659
44660         * lib/gcd.h: New file, from gettext-0.11.5.
44661         * lib/gcd.c: New file, from gettext-0.11.5.
44662
44663 2002-11-05  Bruno Haible  <bruno@clisp.org>
44664
44665         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44666         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44667         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44668         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
44669
44670         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
44671         <libintl.h>.
44672         * lib/makepath.c: Include gettext.h instead of <locale.h> and
44673         <libintl.h>.
44674
44675         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
44676         * lib/human.c: Include gettext.h instead of <libintl.h>.
44677         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
44678         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
44679         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
44680         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
44681         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
44682         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
44683         (textdomain): Remove definition.
44684         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
44685
44686         * lib/long-options.c: Remove include of <libintl.h> and definition of
44687         _.
44688         * lib/same.c: Remove include of <libintl.h> and definition of _.
44689
44690 2002-11-04  Owen Taylor  <otaylor@redhat.com>
44691
44692         * lib/config.charset: A few additions for Solaris.
44693
44694 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44695
44696         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
44697         * lib/localcharset.c (locale_charset): Declare as extern "C".
44698
44699 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
44700
44701         * lib/config.charset: msdos in uk_UA uses CP1125.
44702
44703 2002-11-04  Bruno Haible  <bruno@clisp.org>
44704
44705         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
44706         * lib/strcase.h: New file, from GNU gettext-0.11.5.
44707         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
44708         * lib/strstr.h: New file, from GNU gettext-0.11.5.
44709         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
44710
44711 2002-11-04  Bruno Haible  <bruno@clisp.org>
44712
44713         * lib/localcharset.c (locale_charset): Don't return an empty string.
44714
44715 2002-11-04  Bruno Haible  <bruno@clisp.org>
44716
44717         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
44718         aliases.
44719
44720 2002-11-04  Bruno Haible  <bruno@clisp.org>
44721
44722         * lib/config.charset: Update for newest glibc. Add canonical names
44723         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
44724
44725 2002-11-04  Bruno Haible  <bruno@clisp.org>
44726
44727         * lib/config.charset: Add support for NetBSD.
44728
44729 2002-11-04  Bruno Haible  <bruno@clisp.org>
44730
44731         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
44732
44733 2002-11-01  Bruno Haible  <bruno@clisp.org>
44734
44735         * configure.in: Add AC_CONFIG_AUX_DIR call.
44736         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
44737         test/Makefile.
44738         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
44739
44740 2002-09-28  Karl Berry  <karl@gnu.org>
44741
44742         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
44743         installed automake until the next release, since changes have been
44744         made.
44745
44746 2002-09-25  Karl Berry  <karl@gnu.org>
44747
44748         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
44749         * lib/getopt*: copy from libc/posix.
44750         * lib/gettext.h: copy from gettext.
44751         * lib/.cppi-disable: add strdup.c, gettext.h.
44752
44753 2002-09-25  Karl Berry  <karl@gnu.org>
44754
44755         * config/srclist.txt: enable gettext.h check.
44756         * config/config.{guess,sub}: update from prep.
44757         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
44758                 from automake 1.6.3.
44759         See srclist*.
44760
44761 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
44762
44763         * regex.c (PATFETCH): Remove the translating fetch.
44764         (PATFETCH_RAW): Rename to PATFETCH.
44765         (set_image_of_range): New fun.
44766         (SET_RANGE_TABLE_WORK_AREA): Use it.
44767         (regex_compile): Don't translate the pattern chars so eagerly.
44768         Only do it when inserting an `exactn' bytecode or when handling
44769         a char-range.
44770         (mutually_exclusive_p): Avoid empty statement.
44771
44772 2002-07-06  Jim Meyering  <meyering@lucent.com>
44773
44774         * m4/README: Don't mention Makefile.am.in.
44775         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
44776
44777 2002-07-01  Jim Meyering  <meyering@lucent.com>
44778
44779         * lib/c-stack.c: Include sys/time.h.
44780         From Volker Borchert.
44781
44782 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44783
44784         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
44785
44786 2002-06-26  Paul Eggert  <eggert@twinsun.com>
44787
44788         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
44789         New macro.  Use it uniformly instead of
44790         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
44791         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
44792         reported by Vin Shelton.
44793
44794 2002-06-22  Paul Eggert  <eggert@twinsun.com>
44795
44796         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
44797         Do not assume SA_SIGINFO behavior.
44798         Bug reported by Jim Meyering on NetBSD 1.5.2.
44799
44800 2002-06-22  Jim Meyering  <meyering@lucent.com>
44801
44802         * m4/c-stack.m4: New file, from diffutils-2.8.2.
44803         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
44804
44805         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
44806         now that configure.ac uses AC_GNU_SOURCE.
44807         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
44808         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
44809
44810         Update to latest tools.  Suggestions from Paul Eggert.
44811         * m4/stdbool.m4: New file, from diffutils-2.8.2.
44812         * m4/gnu-source.m4: Update from diffutils-2.8.2.
44813         * m4/fnmatch.m4: Likewise.
44814         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
44815         to AC_HEADER_STDBOOL
44816
44817 2002-06-22  Jim Meyering  <meyering@lucent.com>
44818
44819         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
44820         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
44821
44822 2002-06-22  Jim Meyering  <meyering@lucent.com>
44823
44824         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
44825
44826         * lib/exitfail.c, exitfail.h: Likewise.
44827         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
44828
44829         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
44830         of fnmatch.h.
44831         (EXTRA_DIST): Add fnmatch_loop.c.
44832         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
44833
44834         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
44835         * lib/fnmatch.c: Update from diffutils-2.8.2.
44836         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
44837         * lib/fnmatch.h: Remove file.
44838
44839 2002-06-21  Jim Meyering  <meyering@lucent.com>
44840
44841         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
44842         * m4/mbrtowc.m4: Likewise.
44843
44844         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
44845         * m4/mbswidth.m4: Reflect name change:
44846         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
44847         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44848
44849         * m4/lib-link.m4: Update from gettext-0.11.2.
44850         * m4/gettext.m4: Likewise.
44851
44852         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
44853         From Alfred M. Szmidt.
44854
44855 2002-06-18  Paul Eggert  <eggert@twinsun.com>
44856
44857         * lib/file-type.h: Report an error if neither S_ISREG nor
44858         S_IFREG is defined, instead of using a test specific to glibc
44859         2.2.  This should be safe, since POSIX requires S_ISREG and
44860         Unix Version 7 had S_IFREG.  We don't need to check for
44861         <sys/types.h> since we don't use any symbols that it defines.
44862
44863 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
44864
44865         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
44866         $@-t, so that each temporary file name is unique and valid in the first
44867         8 characters, for operation under DOS.
44868
44869 2002-06-15  Paul Eggert  <eggert@twinsun.com>
44870
44871         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
44872
44873 2002-06-15  Jim Meyering  <meyering@lucent.com>
44874
44875         Work even with DJGPP 2.03, which lacks support for symlinks.
44876         From Richard Dawe.
44877         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
44878         is defined.
44879         * lib/lchown.c (S_ISLNK): Likewise.
44880
44881 2002-06-15  Jim Meyering  <meyering@lucent.com>
44882
44883         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
44884         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
44885         have been included before this file.
44886
44887 2002-06-14  Jim Meyering  <meyering@lucent.com>
44888
44889         * lib/file-type.h: Use the version from diffutils-2.8.2.
44890         * lib/file-type.c: Likewise.
44891
44892 2002-06-07  Jim Meyering  <meyering@lucent.com>
44893
44894         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
44895         They're needed at least for NetBSD 1.5.2.
44896         ($statxfs_includes): Include those same headers.
44897         ($statxfs_includes): Include sys/vfs.h if available.
44898         ($statxfs_includes): Likewise for sys/statvfs.h.
44899         Check for the following members in both structs statfs and statvfs:
44900         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
44901
44902 2002-06-01  Jim Meyering  <meyering@lucent.com>
44903
44904         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
44905         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
44906
44907 2002-05-28  Jim Meyering  <meyering@lucent.com>
44908
44909         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
44910         Reported by Volker Borchert.
44911
44912 2002-05-27  Jim Meyering  <meyering@lucent.com>
44913
44914         Fix a problem seen only on nonconforming systems whereby ls.c's
44915         use of localtime, and then of gettimeofday would cause trouble:
44916         the localtime call used to initialize rpl_gettimeofday's save
44917         mechanism would clobber ls's current local time information so
44918         that in any long listing the first file would always be listed
44919         with date 1970-01-01.  Analysis by Volker Borchert.
44920
44921         * lib/gettimeofday.c (localtime): Undefine.
44922         (rpl_localtime): New function.
44923
44924 2002-05-27  Jim Meyering  <meyering@lucent.com>
44925
44926         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
44927         localtime.
44928
44929         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
44930         use the replacement function; it wouldn't resolve at link time.
44931         Reported by Volker Borchert.
44932
44933 2002-05-22  Jim Meyering  <meyering@lucent.com>
44934
44935         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
44936         file-type.h.
44937         * lib/file-type.h: New file.
44938         * lib/file-type.c (file_type): New file/function.  Extracted from
44939         diffutils.
44940
44941 2002-04-30  Jim Meyering  <meyering@lucent.com>
44942
44943         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
44944
44945 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44946
44947         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
44948
44949 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44950
44951         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
44952         Do not check for alloca.h (no longer used) or stdbool.h (was never
44953         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
44954
44955 2002-04-29  Paul Eggert  <eggert@twinsun.com>
44956
44957         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
44958
44959 2002-04-29  Jim Meyering  <meyering@lucent.com>
44960
44961         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
44962         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
44963         Use AC_FUNC_STRNLEN here instead.
44964
44965         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
44966         With autoconf-2.53a, it's part of AC_PROG_CC.
44967
44968 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44969
44970         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
44971         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
44972
44973 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44974
44975         * lib/sig2str.h, lib/sig2str.c: New files.
44976         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
44977
44978 2002-04-28  Paul Eggert  <eggert@twinsun.com>
44979
44980         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
44981         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
44982         of 127, since 64 is the largest conceivable number for ancient
44983         nonstandard hosts.
44984         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
44985
44986 2002-04-28  Jim Meyering  <meyering@lucent.com>
44987
44988         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
44989
44990 2002-04-24  Jim Meyering  <meyering@lucent.com>
44991
44992         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
44993         (jm_PREREQ): Use it.
44994
44995         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
44996         mach/mach.h fcntl.h.
44997         Check for this function: setlocale.
44998
44999 2002-04-24  Jim Meyering  <meyering@lucent.com>
45000
45001         * lib/gettext.h: New file, from Gettext.
45002         * lib/Makefile.am (INCLUDES): Remove -I../intl.
45003         (libfetish_a_SOURCES): Add gettext.h.
45004
45005 2002-04-16  Jim Meyering  <meyering@lucent.com>
45006
45007         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
45008         ut_pid, ut_id, ut_exit.
45009
45010 2002-04-16  Jim Meyering  <meyering@lucent.com>
45011
45012         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
45013         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
45014         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
45015
45016 2002-04-12  Jim Meyering  <meyering@lucent.com>
45017
45018         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
45019         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
45020         existence of the getmntinfo function.  Needed for Darwin 5.3.
45021
45022         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
45023         This is necessary at least on Darwin 5.3.
45024
45025         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
45026         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
45027         strnlen.o in the library, and that makes some versions of ranlib
45028         object.
45029
45030 2002-04-12  Jim Meyering  <meyering@lucent.com>
45031
45032         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
45033
45034 2002-04-09  Jim Meyering  <meyering@lucent.com>
45035
45036         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
45037         to be more precise.  Rather than saying we're checking whether the
45038         function `works', say what we're testing.
45039         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
45040         Reported by Bruno Haible.
45041
45042 2002-03-10  Jim Meyering  <meyering@lucent.com>
45043
45044         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
45045         Suggestion from Santiago Vila.
45046
45047 2002-03-08  Jim Meyering  <meyering@lucent.com>
45048
45049         * lib/rename.c: Mention that this wrapper is needed also on
45050         mips-dec-ultrix4.4 systems.
45051
45052 2002-03-02  Jim Meyering  <meyering@lucent.com>
45053
45054         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
45055         not HAVE_CLOCK_SETTIME.
45056
45057 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45058
45059         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
45060         Check for clock_settime.
45061
45062 2002-02-27  Paul Eggert  <eggert@twinsun.com>
45063
45064         * lib/nanosleep.h: Rename to....
45065         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
45066
45067         * lib/gettime.c: New file.
45068         * lib/settime.c: New file.
45069         * lib/stime.c: Remove.
45070
45071         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
45072         timespec.h.  Remove nanosleep.h.
45073
45074 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45075
45076         * m4/acl.m4: New file.
45077         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
45078         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
45079
45080 2002-02-25  Paul Eggert  <eggert@twinsun.com>
45081
45082         * lib/acl.c, lib/acl.h: New files.
45083         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
45084
45085 2002-02-24  Jim Meyering  <meyering@lucent.com>
45086
45087         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
45088         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
45089         cause trouble.  Reported by Nelson Beebe.
45090
45091 2002-02-23  Paul Eggert  <eggert@twinsun.com>
45092
45093         * lib/path-concat.c (xpath_concat): Reorder code to pacify
45094         compilers that don't know that xalloc_die never returns.
45095
45096 2002-02-20  Jim Meyering  <meyering@lucent.com>
45097
45098         * lib/getdate.c: Regenerate using bison-1.33.
45099
45100 2002-02-17  Jim Meyering  <meyering@lucent.com>
45101
45102         * config/config.guess (main): Don't use `head -1'; it's no longer
45103         portable. Use `sed 1q' instead.
45104
45105 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
45106
45107         * m4/codeset.m4: Upgrade to gettext-0.11.
45108         * m4/gettext.m4: Upgrade to gettext-0.11.
45109         * m4/glibc21.m4: Upgrade to gettext-0.11.
45110         * m4/iconv.m4: Upgrade to gettext-0.11.
45111         * m4/isc-posix.m4: Upgrade to gettext-0.11.
45112         * m4/lcmessage.m4: Upgrade to gettext-0.11.
45113         * m4/lib-ld.m4: New file, from gettext-0.11.
45114         * m4/lib-link.m4: New file, from gettext-0.11.
45115         * m4/lib-prefix.m4: New file, from gettext-0.11.
45116         * m4/progtest.m4: Upgrade to gettext-0.11.
45117
45118 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45119
45120         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
45121         (jm_PREREQ): Use it.
45122
45123 2002-02-15  Paul Eggert  <eggert@twinsun.com>
45124
45125         * lib/posixver.c, lib/posixver.h: New files.
45126         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45127
45128 2002-02-02  Paul Eggert  <eggert@twinsun.com>
45129             Bruno Haible  <bruno@clisp.org>
45130
45131         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
45132         (fwrite_success_callback): New declaration.
45133         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
45134         print_unicode_char. Call failure callback instead of error.
45135         (fwrite_success_callback): New function.
45136         (exit_failure_callback): New function.
45137         (fallback_failure_callback): New function.
45138         (print_unicode_char): Call unicode_to_mb.
45139
45140 2002-01-26  Jim Meyering  <meyering@lucent.com>
45141
45142         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
45143         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
45144
45145 2002-01-26  Jim Meyering  <meyering@lucent.com>
45146
45147         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
45148
45149 2002-01-22  Paul Eggert  <eggert@twinsun.com>
45150
45151         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
45152
45153 2002-01-22  Jim Meyering  <meyering@lucent.com>
45154
45155         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
45156         Otherwise, some versions of automake would omit the rule that makes
45157         Makefile from Makefile.in.
45158
45159 2002-01-21  Paul Eggert  <eggert@twinsun.com>
45160
45161         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
45162         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
45163         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
45164         (memcoll): Set errno to zero if there is no error.
45165
45166         * lib/quotearg.c (quotearg_buffer_restyled):
45167         Fix bug with quoting buffers containing NUL when backslashing escapes.
45168         This bug was exposed by the other changes in this patch.
45169         (quotearg_n_options): New arg ARGSIZE.
45170         All callers changed.
45171         (quoting_options_from_style): New function.
45172         (quotearg_n_style): Use it.
45173         (quotearg_n_style_mem): New function.
45174
45175         * lib/quotearg.h (quotearg_n_style_mem): New function.
45176
45177 2002-01-19  Jim Meyering  <meyering@lucent.com>
45178
45179         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
45180         Remove useless quotes: DF_PROG="df".
45181         * m4/strnlen.m4: New file.
45182
45183 2002-01-16  Paul Eggert  <eggert@twinsun.com>
45184
45185         * lib/backupfile.c (ISDIGIT): Comment fix.
45186         * lib/getdate.y (ISDIGIT): Likewise.
45187         * lib/posixtm.c (ISDIGIT, year): Likewise.
45188         * lib/strverscmp.c (ISDIGIT): Likewise.
45189         * lib/userspec.c (ISDIGIT): Likewise.
45190
45191 2002-01-16  Jim Meyering  <meyering@lucent.com>
45192
45193         * lib/getdate.y: Add three semicolons, each just before a closing
45194         brace. Bison (as of version 1.31) no longer papers over that mistake.
45195
45196 2002-01-05  Jim Meyering  <meyering@lucent.com>
45197
45198         * lib/version-etc.c (version_etc_copyright): Update copyright year.
45199
45200 2001-12-19  Paul Eggert  <eggert@twinsun.com>
45201
45202         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
45203         not silently exit merely because the output buffer happens to
45204         have nothing pending.
45205
45206 2001-12-18  Paul Eggert  <eggert@twinsun.com>
45207
45208         See the big note in ../ChangeLog.
45209         * lib/human.c (suffixes): Prefer K to k for 1024.
45210         (generate_suffix_backwards): New function.
45211         (human_readable_inexact): Use it.
45212         * lib/xstrtol.c (__xstrtol): If there is no number but there
45213         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
45214         Accept 'K' as well as 'k'.
45215
45216 2001-12-15  Jim Meyering  <meyering@lucent.com>
45217
45218         * lib/regex.h (__restrict_arr): Update from libc.
45219
45220         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
45221         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
45222         (STREQ): Define.
45223
45224 2001-12-14  Jim Meyering  <meyering@lucent.com>
45225
45226         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
45227         Suggestion from Bruno Haible.
45228
45229 2001-12-10  Jim Meyering  <meyering@lucent.com>
45230
45231         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
45232         xrealloc, Instead, include "xalloc.h".
45233         (initbuffer): Don't cast xmalloc return value to char*.
45234         (readline): Reword comment.
45235         Don't cast xrealloc return value to char*
45236         Return NULL, not 0.
45237
45238 2001-12-09  Jim Meyering  <meyering@lucent.com>
45239
45240         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
45241         about `signed and unsigned type in conditional expression'.
45242         * lib/posixtm.c (posix_time_parse): Likewise.
45243
45244         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
45245
45246         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
45247         to avoid a pedantic warning.
45248
45249         * lib/getstr.c: Don't include assert.h.
45250         (getstr): Remove warning-evoking assertions.
45251         Return -1 if offset parameter is out of bounds.
45252         Change the type of a local from int to size_t.
45253
45254         * lib/strftime.c (my_strftime_localtime_r): Include this function
45255         definition in the `#if ! HAVE_TM_GMTOFF' block.
45256
45257         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
45258         Include xalloc.h instead.
45259
45260 2001-12-02  Jim Meyering  <meyering@lucent.com>
45261
45262         * lib/tempname.c: Don't declare getenv, thus reverting the change of
45263         2001-11-18.  It's no longer necessary, now that stdlib.h is always
45264         included.
45265
45266         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
45267         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
45268
45269 2001-11-30  Akim Demaille  <akim@epita.fr>
45270
45271         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
45272         before being defined.
45273
45274 2001-11-27  Paul Eggert  <eggert@twinsun.com>
45275
45276         * lib/quotearg.h (quotearg_n, quotearg_n_style):
45277         First arg is int, not unsigned.
45278         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
45279         (SIZE_MAX, UINT_MAX): New macros.
45280         (quotearg_n_options): Abort if N is negative.
45281         Avoid overflow check on hosts where size_t is 64 bits and int
45282         is 32 bits, as overflow is impossible there.
45283         Fix off-by-one typo that caused unnecessary reallocation.
45284
45285 2001-11-27  Jim Meyering  <meyering@lucent.com>
45286
45287         * lib/tempname.c: Merge with version from libc.
45288         * lib/regex.c: Likewise.
45289
45290         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
45291         systems for which STDC_HEADERS is 0, it was not included, resulting in
45292         a warning about an integer-to-pointer conversion problem with getenv.
45293         Reported by Volker Borchert.
45294
45295 2001-11-26  Jim Meyering  <meyering@lucent.com>
45296
45297         * lib/gtod.h: Remove file.
45298         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
45299         * lib/gettimeofday.c: Don't include gtod.h.
45300         (GTOD_init): Remove function.
45301         (rpl_gettimeofday): Do its job here instead, rather than aborting.
45302         Suggestion from Volker Borchert.
45303
45304 2001-11-23  Jim Meyering  <meyering@lucent.com>
45305
45306         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
45307         it.
45308         * lib/hash.c (struct hash_table): Define it here instead.
45309
45310 2001-11-22  Jim Meyering  <meyering@lucent.com>
45311
45312         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
45313
45314 2001-11-20  Jim Meyering  <meyering@lucent.com>
45315
45316         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
45317         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
45318
45319 2001-11-19  Jim Meyering  <meyering@lucent.com>
45320
45321         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
45322         directory.  Use "conftestXXXXXX" as the template.
45323         Suggestion from Paul Eggert.
45324
45325         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
45326         immediately, so the test doesn't mistakenly hit the max-open-files
45327         limit.
45328
45329 2001-11-18  Paul Eggert  <eggert@twinsun.com>
45330
45331         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
45332         (TEMPORARIES): New macro.
45333         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
45334         removes an artificial limitation (e.g. HP-UX 10.20, where
45335         TMP_MAX is 17576).
45336
45337 2001-11-18  Jim Meyering  <meyering@lucent.com>
45338
45339         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
45340
45341 2001-11-18  Jim Meyering  <meyering@lucent.com>
45342
45343         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
45344         on SunOS 4.
45345
45346         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
45347         files will be created before anything else.
45348
45349 2001-11-17  Paul Eggert  <eggert@twinsun.com>
45350
45351         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
45352         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
45353
45354 2001-11-17  Jim Meyering  <meyering@lucent.com>
45355
45356         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
45357         Prompted by a report from Bob Proulx.
45358
45359         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
45360         Instead, require UTILS_FUNC_MKSTEMP.
45361
45362 2001-11-17  Jim Meyering  <meyering@lucent.com>
45363
45364         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
45365         Now, that's done as part of AC_FUNC_STRTOD.
45366
45367 2001-11-17  Jim Meyering  <meyering@lucent.com>
45368
45369         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
45370         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
45371         rather than group writable.  Patch by Juan F. Codagnone.
45372
45373         * lib/readtokens.c: Remove explicit declarations of xmalloc and
45374         xrealloc, Instead, include "xalloc.h".
45375
45376         * lib/mountlist.c: Include unlocked-io.h after all system headers.
45377         Remove explicit declarations of xmalloc, xrealloc,
45378         and xstrdup.  Instead, include "xalloc.h".
45379
45380         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
45381         unlocked-io.h.
45382         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
45383         Likewise.
45384         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
45385
45386         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
45387         Reported by Padraig Brady.
45388
45389         * lib/mkstemp.c: #undef mkstemp.
45390         Include config.h.
45391         (rpl_mkstemp): Rename from mkstemp.
45392         Protoize.
45393
45394 2001-11-16  Jim Meyering  <meyering@lucent.com>
45395
45396         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
45397         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
45398         determine the amount of total physical memory, use pstat_getstatic.
45399         HPUX-11 doesn't define _SC_PHYS_PAGES.
45400         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
45401         If sysconf couldn't be used to determine the amount of available
45402         physical memory, use both pstat_getstatic and pstat_getdynamic.
45403         Based on a patch from Bob Proulx.
45404
45405 2001-11-10  Jim Meyering  <meyering@lucent.com>
45406
45407         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
45408         (jm_PREREQ): Use it.
45409
45410 2001-11-09  Jim Meyering  <meyering@lucent.com>
45411
45412         * m4/jm-macros.m4: Require autoconf-2.52f.
45413         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
45414         Use these AC_-prefixed names, not the AM_-prefixed ones.
45415
45416         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
45417
45418 2001-11-05  Jim Meyering  <meyering@lucent.com>
45419
45420         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
45421
45422 2001-11-04  Jim Meyering  <meyering@lucent.com>
45423
45424         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
45425         $DEFS.
45426
45427 2001-11-03  Jim Meyering  <meyering@lucent.com>
45428
45429         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
45430         of AC_DEFUN.
45431
45432         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
45433         know the name of the variable in the macro definition.
45434
45435 2001-11-03  Jim Meyering  <meyering@lucent.com>
45436
45437         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
45438         in argmatch_to_argument call.
45439
45440         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
45441         argument.
45442
45443         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
45444         e.g., a fault due to an attempt to free a NULL pointer.
45445
45446 2001-11-01  Jim Meyering  <meyering@lucent.com>
45447
45448         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
45449         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
45450
45451 2001-11-01  Jim Meyering  <meyering@lucent.com>
45452
45453         * lib/dirfd.c, lib/dirfd.h: New files.
45454         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
45455
45456         * lib/hash.c (hash_print) [TESTING]: Clean up.
45457
45458 2001-10-22  Paul Eggert  <eggert@twinsun.com>
45459
45460         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
45461         to avoid a warning if -Wall.
45462
45463 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
45464
45465         * README: New file
45466         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
45467         (per RMS's instructions, this is now the canonical source)
45468         * lgpl/, gpl/: New directories.
45469
45470 2001-10-21  Paul Eggert  <eggert@twinsun.com>
45471
45472         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
45473
45474 2001-10-21  Jim Meyering  <meyering@lucent.com>
45475
45476         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
45477         this code would end up calling gettext even in packages built
45478         with --disable-nls.
45479         * lib/getopt.c (_): Likewise.
45480         * lib/regex.c (_): Likewise.
45481
45482 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45483
45484         * m4/error.m4 (jm_PREREQ_ERROR):
45485         Do not invoke AC_CHECK_FUNCS with strerror_r, as
45486         AC_FUNC_STRERROR_R does that.
45487         Check for strerror declaration.
45488
45489         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
45490         are supposed to have them these days.
45491         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
45492         Merge changes from latest Autoconf CVS.
45493         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
45494         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
45495         POSIX decided to standardize on the int flavor of strerror_r.
45496
45497 2001-10-20  Paul Eggert  <eggert@twinsun.com>
45498
45499         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
45500         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
45501         Use strerror_r that is only a macro, even if it is not a function.
45502         (strerror): Check for HAVE_DECL_STRERROR before declaring.
45503         (private_strerror): Use prototypes, not old-style function definition.
45504         (print_errno_message): New function.
45505         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
45506         char*-flavored one.
45507         (error_tail, error, error_at_line): Use it.
45508
45509 2001-10-11  Jim Meyering  <meyering@lucent.com>
45510
45511         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
45512         and quote_n (1, ... to avoid clobbering a buffer.
45513
45514 2001-10-05  Jim Meyering  <meyering@lucent.com>
45515
45516         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
45517         hash-pjw.h.
45518         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
45519         * lib/hash-pjw.h: New file.
45520
45521 2001-09-30  Jim Meyering  <meyering@lucent.com>
45522
45523         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
45524         `struct fsstat' has the `f_fstypename' member.
45525         Use that to define FS_TYPE, which is now used to make
45526         the getfsstat link test tighter.
45527
45528 2001-09-30  Jim Meyering  <meyering@lucent.com>
45529
45530         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
45531         Include <sys/ucred.h>, for Apple Darwin.
45532         Include sys/mount.h and sys/fs_types.h only if available.
45533         (FS_TYPE): Define.
45534         (read_filesystem_list): Use FS_TYPE.
45535
45536 2001-09-29  Paul Eggert  <eggert@twinsun.com>
45537
45538         * lib/exclude.c (excluded_filename): 0 -> false, since it's
45539         a boolean context.
45540
45541 2001-09-29  Jim Meyering  <meyering@lucent.com>
45542
45543         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45544         [one-argument getmntent function]): Include stdio.h before mntent.h.
45545         SunOS 4.1.x needs it for the declaration of `FILE'.
45546         Patch by Volker Borchert.
45547
45548         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
45549         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
45550         sys/fs_types.h, and make the link-test for getfsstat guard #include
45551         directives with appropriate #if HAVE_*_H tests so that we can
45552         detect getfsstat on Apple Darwin1.3.7 systems.
45553         Reported by Nelson Beebe.
45554         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
45555
45556 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45557
45558         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45559         #defines strtoimax.  Also treat the other strto* functions
45560         like strtoimax.
45561
45562         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45563         Check for strtoul and strtoumax,
45564         as those declarations are made even in the signed case.
45565         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
45566         Likewise, for strtol and strtoimax.
45567
45568 2001-09-28  Paul Eggert  <eggert@twinsun.com>
45569
45570         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
45571         #defines strtoimax.  Also treat the other strto* functions
45572         like strtoimax.
45573
45574         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
45575         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
45576         (strtoimax, strtoumax): Do not declare if already defined as a macro.
45577
45578 2001-09-26  Jim Meyering  <meyering@lucent.com>
45579
45580         Most macros in unlocked-io.h had the wrong number of arguments.
45581         * lib/gen-uio: New script.
45582         (USE_UNLOCKED_IO): Define to 1 if not already defined.
45583         * lib/unlocked-io.hin: Remove file.
45584         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
45585         rather than trying to embed it here.
45586         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
45587         Reported by Padraig Brady.
45588
45589 2001-09-25  Volker Borchert  <bt@teknon.de>
45590
45591         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
45592         `result'.
45593
45594 2001-09-24  Jim Meyering  <meyering@lucent.com>
45595
45596         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
45597
45598 2001-09-23  Jim Meyering  <meyering@lucent.com>
45599
45600         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
45601         instead of the mere test for existence of mntent.h.  The latter
45602         would get a false-positive on AIX 3.4 systems.
45603         In the outer getmntent if-block, don't die if neither of the getmntent
45604         tests succeeds.  Instead, just fall through and continue with the
45605         remaining tests.
45606
45607 2001-09-23  Jim Meyering  <meyering@lucent.com>
45608
45609         * lib/mountlist.c: Remove useless parentheses in #if directives.
45610         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
45611         the deprecated MOUNTED symbol is no longer defined in mntent.h.
45612
45613 2001-09-22  Jim Meyering  <meyering@lucent.com>
45614
45615         * m4/gettext.m4: New file.  From gettext.
45616         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
45617         * m4/progtest.m4: Likewise
45618         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
45619         * m4/glibc21.m4: Likewise.
45620
45621         * m4/libintl.m4: Remove.  No longer used.
45622
45623 2001-09-22  Jim Meyering  <meyering@lucent.com>
45624
45625         * lib/localcharset.c: Update from latest gettext.
45626         * lib/config.charset: Likewise.
45627
45628 2001-09-20  Jim Meyering  <meyering@lucent.com>
45629
45630         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
45631         strtoimax.
45632         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
45633         strtoumax.
45634
45635 2001-09-20  Jim Meyering  <meyering@lucent.com>
45636
45637         * lib/xstrtol.c (strtoimax): Guard declaration with
45638         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
45639         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
45640         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
45641         (strtoumax): Likewise, for completeness (it wasn't necessary).
45642
45643 2001-09-17  Paul Eggert  <eggert@twinsun.com>
45644
45645         * lib/strtoimax.c (HAVE_LONG_LONG):
45646         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
45647         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
45648         to work around bug in IBM C compiler.
45649
45650 2001-09-17  Jim Meyering  <meyering@lucent.com>
45651
45652         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
45653         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
45654         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
45655         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
45656         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
45657         whenever the right hand side need not be expanded by the shell.
45658
45659 2001-09-16  Paul Eggert  <eggert@twinsun.com>
45660
45661         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
45662         library.  It's not correct, as some older glibcs are buggy.
45663         fnmatch wasn't fixed until glibc 2.2.
45664
45665         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
45666         special shell magic here.
45667
45668 2001-09-16  Jim Meyering  <meyering@lucent.com>
45669
45670         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
45671         * m4/jm-macros.m4: Require it.
45672
45673 2001-09-16  Jim Meyering  <meyering@lucent.com>
45674
45675         * lib/mkdir.c: New file.
45676
45677 2001-09-15  Jim Meyering  <meyering@lucent.com>
45678
45679         * m4/jm-macros.m4: Check for help2man.
45680
45681 2001-09-11  Jim Meyering  <meyering@lucent.com>
45682
45683         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
45684         The body, by Paul Eggert, was moved here from configure.in.
45685         * m4/jm-macros.m4: Require UTILS_HOST_OS.
45686
45687 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45688
45689         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
45690         (jm_PREREQ): Use it.
45691
45692 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45693
45694         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
45695         Use ssize_t, not int, to store result of readlink.
45696         Check for ssize_t overflow as well as size_t overflow,
45697         as POSIX says the result of readlink is implementation-defined
45698         when ssize_t overflows.
45699         Remove unnecessary cast to char*.
45700         Use free+malloc instead of realloc, as the storage doesn't need
45701         to be preserved and it's clearer and can be more efficient that way.
45702         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
45703         * lib/xreadlink.h (xreadlink): Update prototype.
45704
45705 2001-09-04  Paul Eggert  <eggert@twinsun.com>
45706
45707         * lib/xgetcwd.c: Revert some of the previous change; intead,
45708         fix the HAVE_GETCWD_NULL code to behave more like the
45709         !HAVE_GETCWD_NULL code used to.
45710
45711         Include "xalloc.h".
45712         (xgetcwd): Do not return NULL when memory is exhausted; instead,
45713         invoke xalloc_die.
45714
45715 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45716
45717         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
45718         sys/param.h, as pathmax.h includes them.
45719
45720 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45721
45722         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
45723         (jm_PREREQ_XGETCWD): New macro.
45724
45725         * m4/getcwd.m4: New file.
45726
45727 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45728
45729         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
45730         like the HAVE_GETCWD_NULL code.
45731         Include pathmax.h if not HAVE_GETCWD.
45732         Do not include xalloc.h.
45733         (INITIAL_BUFFER_SIZE): New symbol.
45734         Do not use xmalloc / xrealloc, since the caller is responsible for
45735         handling errors.  Preserve errno around `free' during failure.
45736         Do not overrun buffer when using getwd.
45737
45738 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45739
45740         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
45741         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
45742         getcwd (NULL, 0).
45743
45744 2001-09-03  Paul Eggert  <eggert@twinsun.com>
45745
45746         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
45747         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
45748         spotted by Jim Meyering.
45749
45750 2001-09-03  Jim Meyering  <meyering@lucent.com>
45751
45752         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
45753         failure.
45754
45755 2001-09-02  Jim Meyering  <meyering@lucent.com>
45756
45757         * lib/error.c: Update from GNU libc.
45758
45759 2001-09-01  Jim Meyering  <meyering@lucent.com>
45760
45761         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
45762         Used by df.
45763
45764 2001-09-01  Jim Meyering  <meyering@lucent.com>
45765
45766         * lib/xreadlink.c: New file.
45767         * lib/xreadlink.h: New file.
45768         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
45769         xreadlink.h.
45770
45771         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
45772         doesn't conflict with sparc Solaris 7's definition in
45773         /usr/include/sys/int_types.h.
45774
45775         * lib/exclude.c: Use `""', not `<>' to #include non-system header
45776         files.
45777         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
45778         and strncasecmp as r-values.  Unixware didn't have declarations.
45779
45780 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45781
45782         * lib/xstrtol.h: Add copyright notice.
45783         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
45784         LONGINT_INVALID_SUFFIX_CHAR.
45785
45786 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45787
45788         * lib/xstrtol.c (strtoimax): New decl.
45789
45790 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45791
45792         * lib/xgetcwd.c: Don't include pathmax.h.
45793         Include stdlib.h and unistd.h if available.
45794         Include xalloc.h.
45795         (xmalloc, xstrdup, free): Remove decls.
45796         (xgetcwd): Don't assume sizes fit in unsigned.
45797         Check for overflow when computing sizes.
45798         Simplify reallocation code.
45799
45800 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45801
45802         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
45803         a directory's st_size can have an arbitrary value, so the old
45804         usage could waste an arbitrary amount of memory.  All uses
45805         changed.
45806         * lib/savedir.h: Update prototype.
45807
45808 2001-08-31  Paul Eggert  <eggert@twinsun.com>
45809
45810         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
45811
45812         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
45813         old strtoimax.c.
45814
45815         Also, make the following further changes to make this file's
45816         configuration more similar to that of strtol.c:
45817         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
45818         (strtoumax, uintmax_t, strtoull, strtol): Remove.
45819         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
45820         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
45821         changed to signed values.
45822
45823         And make the following changes as well:
45824         Fix copyright notice, as 1999 was missing.
45825         (verify): New macro.
45826         (strtoimax): Check sizes at compile-time, not run-time.
45827         Prefer strtol to strtoll if both work.
45828         (main): Remove; it was not that useful and was a pain to maintain.
45829
45830         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
45831
45832 2001-08-31  Jim Meyering  <meyering@lucent.com>
45833
45834         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
45835         Use an initial, malloc'd, buffer of length 128 rather than
45836         a statically allocated one of length 1024.
45837
45838 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45839
45840         Simplify code, partly by assuming autoconf 2.52 semantics.
45841
45842         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
45843
45844         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
45845         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
45846         All uses removed.
45847         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
45848         Move AC_REQUIRE to next-to-top level, to avoid confusion.
45849         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
45850         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
45851         jm_AC_HEADER_INTTYPES_H.
45852         * m4/jm-macros.m4 (jm_MACROS): Likewise.
45853
45854         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
45855
45856         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
45857         Quote first arg of AC_DEFUN.
45858         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
45859         since they are needed to parse the include file even if we need
45860         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
45861         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
45862         but with opposite signedness.
45863
45864 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45865
45866         Merge 'exclude' changes from tar 1.13.22.
45867         This fixes one or two unlikely storage allocation overflow bugs,
45868         but doesn't change user-visible behavior otherwise.
45869
45870 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45871
45872         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
45873         (jm_PREREQ_EXCLUDE): New macro.
45874
45875 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45876
45877         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
45878         tm to be declared.
45879
45880 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45881
45882         * lib/hash.c: Remove '2001' from copyright notice.
45883
45884 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45885
45886         * lib/full-write.h: New file.
45887         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
45888         * lib/full-write.c: Correct credits, as cccp.c no longer
45889         exists and anyway it was so heavily changed from the old cccp
45890         code as to be unrecognizable.  Include full-write.h.
45891         (full_write) Return size_t, with short writes meaning failure.
45892         All callers changed.  This fixes a bug with large buffers
45893         on 64-bit hosts.
45894         * lib/utime.c: Include full-write.h.
45895
45896 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45897
45898         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
45899         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
45900         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
45901         Include if available.
45902         (<xalloc.h>): Include
45903         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
45904         (verify): New macro.  Use it to verify that EXCLUDE macros do not
45905         collide with FNM macros.
45906         (struct patopts): New struct.
45907         (struct exclude): Use it, as exclude patterns now come with options.
45908         (new_exclude): Support above changes.
45909         (new_exclude, add_exclude_file):
45910         Initial size must now be a power of two to simplify overflow checking.
45911         (free_exclude, fnmatch_no_wildcards): New function.
45912         (excluded_filename): No longer requires options arg, as the options
45913         are determined by add_exclude.  Now returns bool, not int.
45914         (excluded_filename, add_exclude):
45915         Add support for the fancy new exclusion options.
45916         (add_exclude, add_exclude_file): Now takes int options arg.
45917         Check for arithmetic overflow when computing sizes.
45918         (add_exclude_file): xrealloc might modify errno, so don't
45919         realloc until after errno might be used.
45920
45921         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
45922         New macros.
45923         (free_exclude): New decl.
45924         (add_exclude, add_exclude_file): Now takes int options arg.
45925         (excluded_filename): No longer requires options arg, as the options
45926         are determined by add_exclude.  Now returns bool, not int.
45927
45928 2001-08-30  Paul Eggert  <eggert@twinsun.com>
45929
45930         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
45931
45932 2001-08-27  Jim Meyering  <meyering@lucent.com>
45933
45934         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
45935
45936         * lib/version-etc.c (N_): Remove definition.
45937         Revert most of last change.
45938         Instead, simply don't mark the `Copyright...' string for translation.
45939         Based on advice from Paul Eggert.
45940
45941         * lib/strtoxmax.c: Tweak comment.
45942
45943 2001-08-26  Jim Meyering  <meyering@lucent.com>
45944
45945         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
45946
45947         * m4/xstrtoimax.m4: New file.
45948         * m4/xstrtoumax.m4: Add comments explaining why we
45949         AC_REPLACE_FUNCS(strtol).
45950
45951 2001-08-26  Jim Meyering  <meyering@lucent.com>
45952
45953         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
45954         of copyright with `%s' so translators don't get an untranslated
45955         message in 2002.
45956         (COPYRIGHT_YEAR): Define.
45957         (version_etc): Use fprintf rather than fputs.
45958         Suggestion from Ulrich Drepper.
45959
45960         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
45961
45962         * lib/strtoll.c: New file, from GNU libc.
45963         * lib/xstrtoimax.c: New file.
45964
45965         * lib/xstrtol.h: Add xstrtoimax.
45966         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
45967         * lib/strtoimax.c: New file.  Likewise, but first define
45968         STRTOUXMAX_SIGNED.
45969
45970         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
45971         ...
45972         * lib/strtoxmax.c: ... then renamed to this.
45973
45974 2001-08-18  Paul Eggert  <eggert@twinsun.com>
45975
45976         * m4/inttypes.m4: Add AC_PREREQ(2.13).
45977         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
45978         (jm_AC_TYPE_INTMAX_T): New macro.
45979         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
45980
45981         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
45982
45983         * m4/longlong.m4: Renamed from ulonglong.m4.
45984         * m4/inttypes.m4: Renamed from inttypes_h.m4.
45985         * m4/uintmax_t.m4: Removed.
45986
45987 2001-08-13  Paul Eggert  <eggert@twinsun.com>
45988
45989         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
45990         Port to Solaris 8, where 'sed' requires a space after the 'r'
45991         command, and where sh dislikes "$/".  Clean up the spacing a bit.
45992         Redirect output to $tmp just once.
45993
45994 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
45995
45996         * lib/addext.c (<errno.h>): Include.
45997         (errno): Declare if not defined.
45998         (addext): Work correctly when pathconf returns -1 and leaves
45999         errno alone because there is no limit.  Also, work even if
46000         pathconf returns a value greater than SIZE_MAX.
46001
46002 2001-08-12  Jim Meyering  <meyering@lucent.com>
46003
46004         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
46005         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
46006         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
46007         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
46008         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
46009         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
46010         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
46011         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
46012         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
46013         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
46014         utime.m4, utimes.m4, xstrtoumax.m4:
46015         Quote the first argument in each use of AC_DEFUN.
46016
46017 2001-08-12  Jim Meyering  <meyering@lucent.com>
46018
46019         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
46020         Simply `return getcwd (NULL, 0);'.
46021         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
46022         Use 1300 as initial value for length, not PATH_MAX.
46023
46024         * lib/pathmax.h: Clean up cpp syntax.
46025
46026 2001-08-12  Jim Meyering  <meyering@lucent.com>
46027
46028         * lib/gettimeofday.c: New file.
46029         * lib/gtod.h: New file.
46030         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
46031
46032 2001-08-05  Jim Meyering  <meyering@lucent.com>
46033
46034         * m4/jm-macros.m4: Require autoconf-2.52.
46035
46036 2001-08-04  Jim Meyering  <meyering@lucent.com>
46037
46038         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
46039         stmt, to get in sync with glibc.
46040
46041 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46042
46043         The following changes are from gettext 0.10.39 as maintained by
46044         Bruno Haible.
46045
46046         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
46047         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
46048         with inverted sense.  All uses changed.
46049
46050         * lib/mbswidth.c: Don't include <limits.h>.
46051         Include <stdlib.h> and <string.h> unconditionally.
46052         (iswcntrl, mbsinit, ISCNTRL): New macros.
46053         (mbsnwidth): Use K&R style function declarations.
46054         Don't bother checking for MB_LEN_MAX == 1, since the compiler
46055         can optimize it when MB_CUR_MAX == 1.
46056         The width of control characters is zero, not 1.
46057
46058 2001-08-03  Paul Eggert  <eggert@twinsun.com>
46059
46060         The following changes are from gettext 0.10.39 as maintained by
46061         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
46062
46063         * m4/codeset.m4: Upgrade to serial AM1.
46064         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
46065         all uses changed.  Quote first arg of AC_DEFUN.
46066         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
46067
46068         * m4/iconv.m4: Upgrade to serial AM2.
46069         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
46070         Add --with-libconv-prefix.
46071         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
46072         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
46073         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
46074         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
46075         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
46076
46077         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
46078         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
46079         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
46080         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
46081         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
46082         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
46083         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
46084         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
46085         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
46086
46087         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
46088         string.h any more.
46089
46090         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
46091         not the default value.
46092
46093         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
46094         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
46095         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
46096         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
46097         Also check for iswcntrl, used for wcwidth fallback.
46098         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
46099         to Autoconf 2.13.
46100
46101 2001-08-03  Jim Meyering  <meyering@lucent.com>
46102
46103         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
46104         as it was in the original.  Reported by Paul Eggert.
46105
46106 2001-07-16  Jim Meyering  <meyering@lucent.com>
46107
46108         * m4/gettimeofday.m4: New file.
46109         Prompted by a report from Bernhard Baehr.
46110
46111 2001-07-15  Jim Meyering  <meyering@lucent.com>
46112
46113         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
46114         stuff. Now it's in ../Makefile.cfg.
46115
46116 2001-07-15  Jim Meyering  <meyering@lucent.com>
46117
46118         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
46119         (BUILT_SOURCES): Add unlocked-io.h.
46120         (io_functions): Define.
46121         (unlocked-io.h): New rule.
46122         (DISTCLEANFILES): Add unlocked-io.h.
46123         (all-local): Depend on unlocked-io.h, to ensure it is created.
46124
46125         * lib/unlocked-io.hin: New file
46126
46127         * lib/regex.c: Update from glibc.
46128
46129 2001-07-05  Jim Meyering  <meyering@lucent.com>
46130
46131         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
46132         recommendation.
46133         (libfetish_a_SOURCES): Put all .h files here instead.
46134         Remove a thus-exposed (better checks in automake) duplicate and
46135         two unnecessary .h files.
46136
46137 2001-07-04  Jim Meyering  <meyering@lucent.com>
46138
46139         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
46140         that generates jm-glibc-io.m4 so that it doesn't trigger any make
46141         distcheck failure.
46142
46143 2001-07-02  Jim Meyering  <meyering@lucent.com>
46144
46145         The following changes were prompted by suggestions from Bruno Haible.
46146
46147         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
46148         is now generated.
46149         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
46150         definition of EXTRA_DIST.
46151         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
46152         ensure that the generated file is created/updated whenever the list
46153         of $(unlocked_functions) is changed.
46154         (jm-glibc-io.m4): New rule.
46155         (unlocked-io.h): New rule -- currently unused.
46156
46157 2001-06-24  Jim Meyering  <meyering@lucent.com>
46158
46159         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
46160         unmatched right bracket, rather than kludging it with an extra,
46161         falsely-matching quote in a comment.  Patch by Akim Demaille.
46162
46163 2001-06-11  Jim Meyering  <meyering@lucent.com>
46164
46165         * lib/regex.c: Update from GNU libc.
46166
46167 2001-05-27  Jim Meyering  <meyering@lucent.com>
46168
46169         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
46170         Check for ut_type in struct utmp.
46171
46172 2001-05-27  Jim Meyering  <meyering@lucent.com>
46173
46174         * lib/readutmp.h (UT_TYPE): Define.
46175
46176 2001-05-24  Jim Meyering  <meyering@lucent.com>
46177
46178         * lib/argmatch.c: Include "quote.h".
46179         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
46180         quote function.  Reported by Göran Uddeborg.
46181
46182 2001-05-22  Jim Meyering  <meyering@lucent.com>
46183
46184         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
46185         now that we use the package-supplied version unconditionally.
46186         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
46187
46188 2001-05-21  Jim Meyering  <meyering@lucent.com>
46189
46190         * m4/regex.m4: Change a couple backticks to single quotes to avoid
46191         shell syntax errors.
46192
46193 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46194
46195         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
46196
46197 2001-05-20  Paul Eggert  <eggert@twinsun.com>
46198
46199         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
46200         Don't bother to check library strftime, since
46201         we'll be using our own my_strftime function anyway.
46202         Define my_strftime instead of strftime.
46203
46204 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
46205
46206         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
46207         which is not yet declared.
46208
46209 2001-05-15  Jim Meyering  <meyering@lucent.com>
46210
46211         * m4/regex.m4: Use proper quoting so brackets appear in the test
46212         program.
46213         Reported by, and with help from, Bruno Haible.
46214
46215 2001-05-13  Jim Meyering  <meyering@lucent.com>
46216
46217         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
46218         undefined.
46219
46220 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46221
46222         dirname code cleanup.  base_name now behaves more compatibly
46223         with POSIX basename when given file names that have trailing
46224         slashes, and similarly for dir_name.  Add new primitives
46225         base_len and dir_len.  Put the directory-name-related decls
46226         into dirname.h.
46227
46228         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
46229         * lib/backupfile.c (base_name): Likewise.
46230         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
46231         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
46232         * lib/makepath.c (strip_trailing_slashes): Likewise.
46233         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
46234         ISSLASH): Likewise.
46235         * lib/rename.c (strip_trailing_slashes): Likewise.
46236         * lib/same.c (base_name): Likewise.
46237         * lib/stripslash.c (ISSLASH): Likewise.
46238
46239         * lib/addext.c: Include <dirname.h> after size_t is defined.
46240         * lib/backupfile.c: Likewise.
46241
46242         * lib/addext.c (addext): Use base_len to trim redundant
46243         trailing slashes instead of doing it ourselves.
46244         But do not trim the last slash if it is not redundant.
46245
46246         * lib/backupfile.c (find_backup_file_name,
46247         max_backup_version): Use base_len instead of rolling it ourselves.
46248         Handle the case of "" and (on DOS) "C:" correctly.
46249
46250         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
46251         needed. Include <string.h>, <dirname.h>.
46252         (base_name): Allow file names ending in slashes, other than names
46253         that are all slashes.  In this case, return the basename followed
46254         by the slashes.  This is more general, and can be used in places
46255         where the original base_name purposely had an assertion failure.
46256         (base_len): New function.
46257
46258         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
46259         Do not include <assert.h>; no longer needed.
46260         Include xalloc.h.
46261         (memrchr): Remove decl.
46262         (dir_name_r): Remove.
46263         (dir_len): Renamed from dirlen.  All callers changed.
46264         Rewrite in terms of base_name, for simplicity and consistency.
46265         (dir_name): Never return NULL.  All callers changed.
46266         Do not include <stdlib.h> in test program; no longer needed.
46267         return 0; is fine for test program.
46268
46269         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
46270         New macros.
46271         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
46272
46273         * lib/path-concat.c (path_concat): Use base_len to compute
46274         base length, not strlen; this means we cannot rely on memcpy
46275         to null-terminate.
46276
46277         * lib/same.c (STREQ): Remove.
46278         (same_name): Handle the case where the basename ends in trailing '/'.
46279
46280         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
46281         a slash was stripped.  Do not strip the last slash after a
46282         file system prefix.
46283
46284 2001-05-11  Paul Eggert  <eggert@twinsun.com>
46285
46286         * lib/Makefile.am (libfetish_a_SOURCES):
46287         Add strftime.c, since we now compile it on all hosts.
46288
46289         * lib/strftime.c (my_strftime):
46290         Define to nstrftime if emacs, but only if my_strftime is not defined.
46291         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
46292         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
46293         Add one more extra argument: a nanoseconds value.
46294         All uses changed.
46295         (ns): New macro.
46296         (my_strftime function): Add %N format.
46297         (emacs_strftimeu): Renamed from emacs_strftime,
46298         with extra ut argument.
46299
46300 2001-05-09  Paul Eggert  <eggert@twinsun.com>
46301
46302         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
46303
46304 2001-04-21  Jim Meyering  <meyering@lucent.com>
46305
46306         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
46307         doesn't interfere.
46308
46309 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
46310
46311         * m4/ftruncate.m4: Check for chsize.
46312         Link with ftruncate.o unconditionally if ftruncate is missing.
46313         This was required when cross-compiling to i586-mingw32msvc.
46314
46315 2001-04-08  Jim Meyering  <meyering@lucent.com>
46316
46317         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
46318         recomputed; that's necessary when the offset spans a DST transition.
46319         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
46320
46321 2001-04-02  Jim Meyering  <meyering@lucent.com>
46322
46323         * lib/regex.h, regex.c: Update from GNU libc.
46324
46325 2001-03-24  Jim Meyering  <meyering@lucent.com>
46326
46327         * m4/jm-macros.m4: Require autoconf-2.49d.
46328
46329 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
46330
46331         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
46332
46333 2001-03-19  Paul Eggert  <eggert@twinsun.com>
46334
46335         * lib/version-etc.c (version_etc_copyright): Update to 2001.
46336
46337 2001-03-17  Jim Meyering  <meyering@lucent.com>
46338
46339         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
46340         now that the version in autoconf is equivalent.
46341         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
46342
46343         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
46344         Suggestion from Akim Demaille.
46345
46346         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
46347         (jm_PREREQ_TEMPNAME): New function.
46348
46349 2001-03-16  Paul Eggert  <eggert@twinsun.com>
46350
46351         * lib/tempname.c (uint64_t): Define to uintmax_t if
46352         not defined, and if UINT64_MAX is not defined.
46353         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
46354         Reported by John David Anglin.
46355
46356 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
46357
46358         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
46359         resolve alias if codeset is empty.
46360         * lib/config.charset (BeOS): Use wildcard syntax.
46361
46362 2001-03-13  Jim Meyering  <meyering@lucent.com>
46363
46364         * lib/path-concat.c (path_concat)
46365         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
46366         concatenating e.g., `C:' and `foo'.
46367         From Bruno Haible.
46368
46369 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46370
46371         * lib/localcharset.c (locale_charset): Don't use
46372         setlocale(LC_CTYPE,NULL). Don't return NULL.
46373         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
46374
46375 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
46376
46377         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
46378         support for DOS/DJGPP.
46379
46380 2001-03-01  Paul Eggert  <eggert@twinsun.com>
46381
46382         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
46383         lacks mkstemp.  Compile our own tempname.c if we compile our own
46384         mkstemp.c, as mkstemp relies on tempname.
46385
46386 2001-03-01  Jim Meyering  <meyering@lucent.com>
46387
46388         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
46389         AH_VERBATIM really does output its argument verbatim.
46390
46391 2001-02-28  Paul Eggert  <eggert@twinsun.com>
46392
46393         * lib/Makefile.am (libfetish_a_SOURCES):
46394         Add dup-safer.c, fopen-safer.c.
46395         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
46396
46397         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
46398         * lib/unistd-safer.h: New files.
46399
46400 2001-02-25  Paul Eggert  <eggert@twinsun.com>
46401
46402         The mkstemp replacement is taken from glibc 2.2.2, with some
46403         portability fixes for use outside glibc, as follows:
46404
46405         * lib/tempname.c (struct_stat64): New macro.
46406         (direxists, __gen_tempname): Use it.
46407         This avoids a portability problem with Solaris 8.
46408
46409         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
46410         (<stddef.h>, <stdint.h>, <string.h>):
46411         Include only if STDC_HEADERS || _LIBC.
46412         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
46413         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
46414         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
46415         (__set_errno): Define this macro if <errno.h> doesn't.
46416         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
46417         Define these macros if <stdio.h> doesn't.
46418         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
46419         Define these macros if <sys/stat.h>
46420         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
46421         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
46422         __xstat64): Define if not _LIBC.
46423         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
46424         (__gen_tempname): Invoke gettimeofday only if
46425         HAVE_GETTIMEOFDAY || _LIBC;
46426         otherwise, fall back on plain "time".
46427         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
46428
46429         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
46430
46431         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
46432
46433 2001-02-18  Paul Eggert  <eggert@twinsun.com>
46434
46435         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
46436
46437 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46438
46439         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
46440         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
46441         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
46442         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46443
46444 2001-02-17  Paul Eggert  <eggert@twinsun.com>
46445
46446         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
46447         Remove workaround macros for hosts that have mbrtowc but not
46448         mbstate_t, as we now insist on proper declarations for both
46449         before using mbrtowc.
46450
46451 2001-02-17  Jim Meyering  <meyering@lucent.com>
46452
46453         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
46454         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
46455         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
46456         UnixWare 7.1.1.
46457
46458         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
46459         rather than AC_CACHE_VAL.
46460
46461 2001-02-17  Jim Meyering  <meyering@lucent.com>
46462
46463         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
46464         around included file name.
46465
46466         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
46467
46468         * lib/strftime.c: Update from GNU libc (the only changes were to
46469         comments).
46470
46471 2001-02-17  Jim Meyering  <meyering@lucent.com>
46472
46473         * lib/regex.c: Update from libc.
46474
46475 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
46476
46477         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
46478         clash.
46479
46480 2001-02-16  Paul Eggert  <eggert@twinsun.com>
46481
46482         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
46483         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
46484         Reported by Mark Hounschell via Paul Eggert.
46485
46486 2001-02-07  Jim Meyering  <meyering@lucent.com>
46487
46488         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
46489
46490 2001-02-05  Jim Meyering  <meyering@lucent.com>
46491
46492         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
46493         it includes the patch required for `large file' support with at least
46494         HP-UX's 10.20 /bin/cc.
46495
46496 2001-02-03  Jim Meyering  <meyering@lucent.com>
46497
46498         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
46499         AS_IF, now that it works once again (mysteriously).
46500         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46501
46502 2001-01-30  Jim Meyering  <meyering@lucent.com>
46503
46504         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
46505         * m4/chown.m4: Rename conftestchown to conftest.chown.
46506         * m4/rename.m4: s/conftestdir/conftest.d1/ and
46507         s/conftestdir2/conftest.d2/.
46508         * m4/utimes.m4: s/conftestdata/conftest.data/
46509         Inspired by Pavel Roskin's change in autoconf.
46510
46511 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
46512
46513         * lib/config.charset: Update for FreeBSD 4.2.
46514
46515 2001-01-27  Jim Meyering  <meyering@lucent.com>
46516
46517         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
46518         a use of AS_IF.
46519         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
46520
46521 2001-01-26  Jim Meyering  <meyering@lucent.com>
46522
46523         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
46524         quotearg.c includes it.
46525
46526 2001-01-26  Jim Meyering  <meyering@lucent.com>
46527
46528         * lib/quotearg.c: Include stddef.h.
46529         * lib/quote.c: Include stddef.h.
46530         Reported by Axel Kittenberger.
46531
46532         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
46533         line in double quotes so that it evokes a better diagnostic.
46534         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
46535         Reported by Axel Kittenberger.
46536
46537 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
46538
46539         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
46540         as if it was a `charset'.
46541
46542 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46543
46544         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
46545         has const.
46546
46547 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
46548
46549         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
46550         to avoid a warning.  Add back 'const' to inptr.
46551
46552 2001-01-20  Jim Meyering  <meyering@lucent.com>
46553
46554         Be sure that headers are checked before used in code compiled
46555         for the type checks.
46556         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
46557         In place of that, invoke jm_CHECK_ALL_TYPES.
46558         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
46559         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
46560         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
46561         The check for ssize_t was mistakenly run before the test for unistd.h.
46562
46563         The configure-time check for stdbool.h was missing.
46564         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
46565         (jm_PREREQ_HASH): New function.
46566
46567 2001-01-17  Jim Meyering  <meyering@lucent.com>
46568
46569         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
46570         for autoconf-2.49c.
46571         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
46572
46573 2001-01-16  Jim Meyering  <meyering@lucent.com>
46574
46575         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
46576         From Bruno Haible.
46577
46578 2001-01-14  Jim Meyering  <meyering@lucent.com>
46579
46580         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
46581         foo and bar.  Create conftestdir/ in the script, not in the C code.
46582         Remove directories in the script, not in the C code.
46583         Remove conftestdir{,2} before trying to create the directory.
46584         Make the entire configure script fail if the mkdir fails.
46585
46586 2001-01-14  Jim Meyering  <meyering@lucent.com>
46587
46588         * lib/rename.c: New file.  From Volker Borchert.
46589         Include stdlib.h, string.h or strings.h, and xalloc.h.
46590         Use strip_trailing_slashes rather than open-coding it.
46591
46592 2001-01-03  Paul Eggert  <eggert@twinsun.com>
46593
46594         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
46595
46596 2001-01-03  Jim Meyering  <meyering@lucent.com>
46597
46598         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
46599         of local `inptr' to avoid warning with some system declarations of
46600         iconv.
46601
46602 2001-01-02  Volker Borchert  <bt@teknon.de>
46603
46604         * m4/rename.m4: New file.
46605         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
46606
46607 2001-01-01  Jim Meyering  <meyering@lucent.com>
46608
46609         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
46610         even on systems with utmpx.h.  It's necessary for the declaration of
46611         utmp's ut_user member.  Reported by Andreas Jaeger.
46612
46613         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
46614         available. They are required for the declarations of getgrgid and
46615         getpwuid resp.
46616         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
46617         Reported by Andreas Jaeger.
46618
46619 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
46620
46621         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
46622         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
46623         so `make install' also works in VPATH builds.
46624
46625 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
46626
46627         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
46628         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
46629         can be used in subdirectories.
46630
46631 2000-12-29  Paul Eggert  <eggert@twinsun.com>
46632
46633         * lib/modechange.c: Do not assume that mode_t uses the
46634         traditional octal encoding.  E.g. "chmod 1 FOO" should set
46635         the other-execute bit of FOO even if S_IXOTH != 1.
46636
46637         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
46638         WOTH, XOTH, ALLM): New macros.
46639         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
46640          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
46641         Use them.
46642         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
46643         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
46644         (mode_compile):
46645         No need to use uintmax_t; unsigned long is long enough.
46646         Don't bother to get suffix since we don't use it.
46647
46648 2000-12-26  Jim Meyering  <meyering@lucent.com>
46649
46650         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
46651         better with autoheader.
46652
46653 2000-12-24  Jim Meyering  <meyering@lucent.com>
46654
46655         * lib/hash.c (is_prime): Return explicit boolean values.
46656         (hash_get_first): Return NULL to appease Irix5.6's 89.
46657         Reported by Nelson Beebe.
46658
46659 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
46660
46661         * lib/localcharset.c (locale_charset): Add support for Win32.
46662
46663 2000-12-18  Paul Eggert  <eggert@twinsun.com>
46664
46665         * lib/physmem.h, lib/physmem.c: New files.
46666
46667         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
46668         (noinst_HEADERS): Add physmem.h.
46669
46670         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
46671         't' for compatibility with Solaris 8 sort.
46672
46673 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
46674
46675         * lib/config.charset: Add support for BeOS.
46676
46677 2000-12-17  Jim Meyering  <meyering@lucent.com>
46678
46679         * m4/dos.m4 (jm_AC_DOS): New file and macro.
46680         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
46681
46682 2000-12-16  Jim Meyering  <meyering@lucent.com>
46683
46684         This bug had a serious impact on chown: `chown N:M FILE' (for integer
46685         N and M) would have treated it like `chown N:N FILE'.
46686
46687         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
46688
46689 2000-12-16  Jim Meyering  <meyering@lucent.com>
46690
46691         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
46692         SHELLS_FILE to a file name that's useful on djgpp systems.
46693         Include stdlib.h.
46694         (ADDITIONAL_DEFAULT_SHELLS): Define.
46695         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
46696         Based mostly on a patch from Prashant TR.
46697
46698 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
46699
46700         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
46701         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
46702         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
46703
46704 2000-12-08  Andreas Schwab  <schwab@suse.de>
46705
46706         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
46707         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
46708
46709 2000-12-07  Jim Meyering  <meyering@lucent.com>
46710
46711         * lib/stripslash.c (ISSLASH): Define.
46712         (strip_trailing_slashes): Use ISSLASH rather than comparing against
46713         `/'.
46714         From Prashant TR.
46715
46716         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
46717         (dir_name_r): Declare this function as static.
46718         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
46719         manifest itself on a name containing a mix of slashes and
46720         backslashes.
46721         Make this function work with names starting with a DOS-style
46722         drive letter and colon prefix.
46723         (dir_name): Append `.' if necessary.
46724         Based mostly on patches from Prashant TR and Eli Zaretskii.
46725
46726         * lib/dirname.h (dir_name_r): Remove prototype.
46727
46728 2000-12-06  Paul Eggert  <eggert@twinsun.com>
46729
46730         * m4/off_t-format.m4: Remove this file.
46731         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
46732
46733 2000-12-06  Jim Meyering  <meyering@lucent.com>
46734
46735         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
46736         replacement strtoull, we may well need the replacement strtoul, too.
46737         Check for declarations of strtoul and strtoull.
46738         Check for strtol.  Mainly as a cue to cause automake to include
46739         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
46740         Check for limits.h -- strtol.c needs it.
46741
46742 2000-12-05  Jim Meyering  <meyering@lucent.com>
46743
46744         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
46745
46746 2000-12-04  Jim Meyering  <meyering@lucent.com>
46747
46748         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
46749         Also include memory.h, stdlib.h, unistd.h if appropriate.
46750         Reported by Andreas Jaeger (conflicting declaration of malloc).
46751
46752 2000-12-02  Jim Meyering  <meyering@lucent.com>
46753
46754         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
46755         * m4/jm-macros.m4 (jm_MACROS): require it.
46756
46757 2000-12-02  Jim Meyering  <meyering@lucent.com>
46758
46759         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
46760
46761 2000-12-01  Paul Eggert  <eggert@twinsun.com>
46762
46763         * lib/memrchr.c: Include <config.h> before any system include file.
46764
46765 2000-11-30  Jim Meyering  <meyering@lucent.com>
46766
46767         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
46768
46769 2000-11-30  Jim Meyering  <meyering@lucent.com>
46770
46771         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
46772
46773 2000-11-29  Paul Eggert  <eggert@twinsun.com>
46774
46775         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
46776
46777 2000-11-26  Jim Meyering  <meyering@lucent.com>
46778
46779         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
46780
46781 2000-11-22  Paul Eggert  <eggert@twinsun.com>
46782
46783         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
46784         size of (size_t) -1; it's not portable.
46785
46786 2000-11-17  Jim Meyering  <meyering@lucent.com>
46787
46788         * lib/strstr.c: Update from GNU libc.
46789
46790 2000-11-17  Akim Demaille  <akim@epita.fr>
46791
46792         * lib/obstack.h: Formatting changes.
46793         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
46794         prevent type checking.
46795         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
46796         cast the value to (void *): assigning a `foo *' to a `void *'
46797         variable is valid.
46798         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
46799
46800 2000-11-16  Jim Meyering  <meyering@lucent.com>
46801
46802         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
46803
46804 2000-11-11  Jim Meyering  <meyering@lucent.com>
46805
46806         * lib/error.c: Add a couple #includes, merging from GNU libc version.
46807
46808 2000-11-10  Jim Meyering  <meyering@lucent.com>
46809
46810         * lib/obstack.h: Update from GNU libc.
46811         * lib/obstack.c: Likewise.
46812
46813 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
46814
46815         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
46816
46817 2000-11-06  Paul Eggert  <eggert@twinsun.com>
46818
46819         * lib/getusershell.c (setusershell): Use rewind rather than
46820         fseek/fseeko, to avoid configuration hassles with fseeko.
46821         Don't bother opening SHELLS_FILE if shellstream is NULL;
46822         it's not necessary.
46823
46824 2000-11-05  Jim Meyering  <meyering@lucent.com>
46825
46826         * lib/makepath.h (make_dir): Declare.
46827         * lib/makepath.c (make_dir): Remove `static' attribute.
46828         Tweak a comment.
46829
46830 2000-11-04  Jim Meyering  <meyering@lucent.com>
46831
46832         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
46833
46834 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
46835
46836         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
46837         last one in a bucket, advance to the next bucket.
46838
46839 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
46840
46841         * lib/fnmatch.c: Do not comment out all the code if we are using
46842         the GNU C library, because in some cases we are replacing buggy
46843         code in the GNU C library itself.
46844
46845 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
46846
46847         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
46848         (regex_compile): Catch bogus \(\1\).
46849
46850 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46851
46852         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
46853         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
46854         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
46855
46856 2000-10-30  Paul Eggert  <eggert@twinsun.com>
46857
46858         * lib/error.h, getline.h, modechange.h:
46859         Remove "2000" from Copyright line, as the file hasn't been
46860         changed this year other than in the copyright notice.
46861
46862         * lib/xalloc.h: Add "2000" to Copyright line, as this file
46863         was changed this year.
46864
46865 2000-10-29  Jim Meyering  <meyering@lucent.com>
46866
46867         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
46868         renaming.
46869         * m4/ls-mntd-fs.m4: Likewise
46870
46871 2000-10-29  Jim Meyering  <meyering@lucent.com>
46872
46873         * lib/xstat.in: Fix grammar in comment.
46874
46875 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
46876
46877         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
46878         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
46879         doesn't define __restrict_arr.
46880
46881 2000-10-28  Jim Meyering  <meyering@lucent.com>
46882
46883         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
46884         (jm_PREREQ_MEMCHR): New function.
46885
46886 2000-10-28  Jim Meyering  <meyering@lucent.com>
46887
46888         * lib/memchr.c: Update from libc.
46889         Adjust for portability:
46890         [HAVE_STDLIB_H]: Include stdlib.h.
46891         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
46892         Undef __memchr, too.
46893         [!weak_alias]: Define __memchr to memchr.
46894
46895         * lib/regex.c: Update from libc.
46896         * lib/regex.h: Likewise.
46897         * lib/getopt1.c: Likewise.
46898         * lib/memcmp.c: Likewise.
46899
46900         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
46901         Avoid using fseek, when possible -- it's broken by design.
46902         Patch by Ulrich Drepper.
46903
46904 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
46905
46906         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
46907         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
46908         Giving in to popular pressure to shut up the compiler with casts.
46909
46910 2000-10-26  Jim Meyering  <meyering@lucent.com>
46911
46912         * lib/strftime.c: Update from libc.
46913
46914 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
46915
46916         * regex.c: More `unsigned char' -> `re_char' changes.
46917         Also change several `int' into `re_wchar_t'.
46918         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
46919         (PUSH_FAILURE_POINTER): Don't cast any more.
46920         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
46921         We want GCC to complain, since this piece of code makes
46922         re_match non-reentrant, which *should* be fixed.
46923         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
46924         (EXTEND_BUFFER): Use RETALLOC.
46925         (SET_LIST_BIT): Don't cast.
46926         (re_wchar_t): New type.
46927         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
46928         that those two functions will always properly return.
46929         (IMMEDIATE_QUIT_CHECK): Cast to void.
46930         (analyse_first): Use recursion rather than an explicit stack.
46931         (re_compile_fastmap): Can't fail anymore.
46932         (re_search_2): Don't check re_compile_fastmap for failure.
46933         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
46934         Now also sets the new value (passed in a new argument).
46935         (re_match_2_internal): Use it.
46936         Also, use a new var `reg' of type size_t when looping through regs
46937         rather than reuse the inappropriate `mcnt'.
46938
46939 2000-10-25  Jim Meyering  <meyering@lucent.com>
46940
46941         * lib/obstack.c: Update from libc.
46942
46943 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
46944
46945         * regex.c (regex_compile): Change the way of handling a range from
46946         a char less than 256 to a char not less than 256.
46947
46948 2000-10-24  Andrew Innes  <andrewi@gnu.org>
46949
46950         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
46951         NT-Emacs only.
46952         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
46953         so that re_search functions only quit when callers expect them to.
46954
46955 2000-10-23  Jim Meyering  <meyering@lucent.com>
46956
46957         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
46958         wrong.  That set_locale call must not have any side effects.
46959         From Paul Eggert.
46960
46961 2000-10-22  Jim Meyering  <meyering@lucent.com>
46962
46963         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
46964         [CYCLIC]: Remove now-unused definition.
46965
46966         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
46967         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
46968         Suggestion from Ulrich Drepper.
46969
46970 2000-10-21  Jim Meyering  <meyering@lucent.com>
46971
46972         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
46973         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
46974         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
46975
46976 2000-10-21  Jim Meyering  <meyering@lucent.com>
46977
46978         * lib/dirname.c (memrchr): Declare if necessary.
46979         (dir_name): Remove the restriction that there be no
46980         trailing slashes.  Now, this code skips past them, effectively
46981         ignoring them.
46982         [TEST_DIRNAME] (main): New unit tests.
46983
46984         * lib/memrchr.c: New file from GNU libc.
46985         Undef __memrchr, too.
46986         [!weak_alias]: Define __memrchr to memrchr.
46987         Guard weak_alias use with `#ifdef weak_alias'.
46988
46989 2000-10-21  Jim Meyering  <meyering@lucent.com>
46990
46991         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
46992         (dir_name): Use dir_name_r.
46993         * lib/dirname.h (dir_name_r): Declare it.
46994
46995 2000-10-17  Jim Meyering  <meyering@lucent.com>
46996
46997         * lib/quote.h (PARAMS): Define and use.
46998         Reported by Akim Demaille.
46999
47000         * lib/getopt.c: Update from libc.
47001
47002 2000-10-16  Jim Meyering  <meyering@lucent.com>
47003
47004         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
47005         setlocale.
47006         From Jan Fedak.
47007
47008 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
47009
47010         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
47011
47012 2000-09-25  Jim Meyering  <meyering@lucent.com>
47013
47014         * lib/md5.h (rol): Define (from GnuPG).
47015
47016         * lib/sha.c: Give credit (GnuPG) where due.
47017         (M): Use rol rather than open-coding it.
47018         Add a FIXME comment.
47019
47020 2000-09-21  Jim Meyering  <meyering@lucent.com>
47021
47022         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
47023         Reported by Michael Stone.
47024
47025 2000-09-20  Jim Meyering  <meyering@lucent.com>
47026
47027         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
47028         (noinst_HEADERS): Add sha.h.
47029         Based on code from Scott G. Miller and from GnuPG.
47030
47031 2000-09-18  Jim Meyering  <meyering@lucent.com>
47032
47033         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
47034         LIBS. Otherwise, everyone ends up linking with -lelf for some
47035         configurations.
47036         Reported by Mike Stone.
47037
47038 2000-09-15  Jim Meyering  <meyering@lucent.com>
47039
47040         * lib/regex.c: Update from libc.
47041
47042 2000-09-10  Jim Meyering  <meyering@lucent.com>
47043
47044         * lib/getopt.c (_getopt_internal): Update from glibc.
47045
47046 2000-09-09  Jim Meyering  <meyering@lucent.com>
47047
47048         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
47049         think it should be used as a general replacement for isascii.
47050         * lib/fnmatch.c: Likewise.
47051         * lib/mbswidth.c: Likewise
47052         * lib/regex.c: Likewise.
47053
47054         Don't use atoi.
47055         * lib/userspec.c: Include sys/param.h and limits.h.
47056         Include xstrtol.h.
47057         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47058         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
47059         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
47060         UID, GID.  Check range.
47061
47062 2000-09-06  Jim Meyering  <meyering@lucent.com>
47063
47064         * lib/getopt.c (_getopt_internal): Update from glibc.
47065
47066 2000-08-30  Jim Meyering  <meyering@lucent.com>
47067
47068         * lib/strftime.c: Merge in changes from GNU libc.
47069
47070 2000-08-26  Jim Meyering  <meyering@lucent.com>
47071
47072         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
47073         * m4/fpending.m4: New file.
47074
47075 2000-08-26  Jim Meyering  <meyering@lucent.com>
47076
47077         * lib/closeout.c: Include "__fpending.h".
47078         (close_stdout_status): Return right away if there's nothing to flush.
47079
47080         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
47081         * lib/__fpending.c: New file.
47082         * lib/__fpending.h: New file.
47083
47084 2000-08-20  Jim Meyering  <meyering@lucent.com>
47085
47086         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
47087         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
47088         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
47089
47090 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
47091
47092         Improve fileutils installation on systems where running
47093         programs (like install) can't be unlinked.
47094         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
47095         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
47096
47097 2000-08-07  Paul Eggert  <eggert@twinsun.com>
47098
47099         Standardize on "memory exhausted" instead of "Memory exhausted"
47100         or "virtual memory exhausted".
47101         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
47102         "virtual memory exhausted".
47103         * lib/same.c (same_name): Invoke xalloc_die instead of printing
47104         our own message.
47105         * lib/userspec.c (parse_user_spec): Likewise.
47106         * lib/bumpalloc.h: comment fix
47107         * lib/same.c, userspec.c: Include xalloc.h.
47108
47109         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
47110         not char *const and pointing to a constant array.
47111         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
47112         (xrealloc): Comment fix.
47113
47114         * lib/userspec.c (parse_user_spec):
47115         Don't translate a message until just before returning,
47116         to avoid unnecessary translation.
47117
47118 2000-08-07  Jim Meyering  <meyering@lucent.com>
47119
47120         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
47121         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
47122         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
47123         getgroups.c, gethostname.c, getopt.h, group-member.c,
47124         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
47125         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
47126         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
47127         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
47128         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
47129         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
47130         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
47131         yesno.c: Back out Copyright date changes for each file with no change
47132         this year.  This eases coordination with other programs using the same
47133         source code modules.  From Paul Eggert.
47134
47135 2000-08-06  Paul Eggert  <eggert@twinsun.com>
47136
47137         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
47138         not char, for compatibility with glibc 2.1.3 strftime.c.
47139
47140 2000-08-03  Greg McGary  <greg@mcgary.org>
47141
47142         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
47143         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
47144         (EXTEND_BUFFER): Use them.
47145
47146 2000-08-01  Jim Meyering  <meyering@lucent.com>
47147
47148         * lib/dirname.c (ISSLASH): Define.
47149         (BACKSLASH_IS_PATH_SEPARATOR): Define.
47150         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
47151         both `\' and `/' may be use as path separators.
47152         Based on a patch from Prashant TR.
47153
47154 2000-07-31  Paul Eggert  <eggert@twinsun.com>
47155
47156         * lib/quotearg.c (quotearg_n_options): Don't make the initial
47157         slot vector a constant, since it might get modified.
47158
47159 2000-07-31  Jim Meyering  <meyering@lucent.com>
47160
47161         * lib/xmalloc.c: Use `virtual memory exhausted', not
47162         `Memory exhausted'.
47163         * lib/obstack.c (print_and_abort): Likewise.
47164
47165 2000-07-30  Paul Eggert  <eggert@twinsun.com>
47166
47167         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
47168         buffer, so that the caller can always quote one small
47169         component of a "memory exhausted" message in slot 0.
47170         From a suggestion by Jim Meyering.
47171
47172 2000-07-30  Jim Meyering  <meyering@lucent.com>
47173
47174         * lib/makepath.c (make_path): Quote the other instance, too.
47175
47176         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
47177         (STATIC_BUF_SIZE): Define.
47178         (quotearg_n_options): Use only statically allocated storage when
47179         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
47180         than STATIC_BUF_SIZE.
47181
47182 2000-07-29  Jim Meyering  <meyering@lucent.com>
47183
47184         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
47185         * lib/dirname.c (dir_name): Likewise.
47186
47187         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
47188         `/'.
47189
47190         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
47191         (dir_name): Assert that there are no trailing slashes.
47192
47193 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
47194
47195         * lib/mbswidth.h (mbswidth): Add a flags argument.
47196         (mbswidth): New declaration.
47197         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
47198         * lib/mbswidth.c (mbswidth): Add a flags argument.
47199         (mbsnwidth): New function.
47200
47201 2000-07-24  Jim Meyering  <meyering@lucent.com>
47202
47203         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
47204
47205 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47206
47207         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
47208
47209 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47210
47211         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
47212         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
47213         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
47214         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
47215         invoke multibyte primitives.
47216
47217 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47218
47219         * lib/quotearg.c:
47220         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
47221         so that mbstate_t is always defined.
47222
47223         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
47224         be 1 in at least one GCC installation, and this configuration
47225         error is likely to be common.  Ignoring MB_LEN_MAX hurts
47226         performance on hosts that have mbrtowc but have only unibyte
47227         locales, but I assume these hosts are rare.
47228
47229 2000-07-23  Paul Eggert  <eggert@twinsun.com>
47230
47231         * lib/mbswidth.c (_XOPEN_SOURCE):
47232         Don't define; this causes problems on Solaris 7.
47233         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
47234
47235 2000-07-23  Jim Meyering  <meyering@lucent.com>
47236
47237         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
47238         too: getgrgid, getpwuid, getuid.
47239
47240 2000-07-23  Jim Meyering  <meyering@lucent.com>
47241
47242         * lib/basename.c (base_name): Add an assertion.
47243
47244 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
47245
47246         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
47247         shadow its mbsinit function.
47248
47249 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47250
47251         * lib/mbswidth.h: New file.
47252         * lib/mbswidth.c: New file.
47253         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
47254         (noinst_HEADERS): Add mbswidth.h.
47255
47256 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
47257
47258         * lib/config.charset: Add support for FreeBSD. Improve support for
47259         HP-UX and IRIX 6.
47260
47261 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
47262
47263         * m4/mbswidth.m4: New file.
47264         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
47265
47266 2000-07-15  Jim Meyering  <meyering@lucent.com>
47267
47268         * lib/makepath.c: Include quote.h.
47269         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
47270         corresponding argument in a `quote (...)' call.
47271         Give better diagnostics.
47272
47273         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
47274         (noinst_HEADERS): Add quote.h.
47275
47276         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
47277         from tar's src/misc.c.
47278         * lib/quote.h: New file.  Prototypes for same.
47279
47280 2000-07-14  Paul Eggert  <eggert@twinsun.com>
47281
47282         From a suggestion by Bruno Haible.
47283         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
47284         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
47285         to decide whether to define the BeOS workaround macro;
47286         this adjusts to the change to AC_MBSTATE_T.
47287
47288 2000-07-14  Jim Meyering  <meyering@lucent.com>
47289
47290         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
47291         jm_AC_TYPE_UINTMAX_T.
47292
47293 2000-07-13  Paul Eggert  <eggert@twinsun.com>
47294
47295         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
47296
47297         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
47298         quotearg_buffer_restyled): Add support for
47299         clocale_quoting_style.  Undo previous change to
47300         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
47301         and "{RIGHT QUOTATION MARK}" msgids.
47302
47303 2000-07-10  Paul Eggert  <eggert@twinsun.com>
47304
47305         From a suggestion by Bruno Haible.
47306         * m4/mbstate_t.m4 (AC_MBSTATE_T):
47307         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
47308         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
47309         and mbstate_t, to a single-part test that simply defines mbstate_t.
47310         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
47311         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
47312
47313 2000-07-10  Jim Meyering  <meyering@lucent.com>
47314
47315         * m4/strerror_r.m4: Mirror the correction made in autoconf.
47316
47317         * m4/gnu-source.m4: Output to confdefs.h directly.
47318         Suggestion from Akim Demaille.
47319
47320 2000-07-09  Paul Eggert  <eggert@twinsun.com>
47321
47322         The old behavior of quoting `like this' doesn't look good with
47323         newer, ISO-style fonts.  See:
47324         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
47325
47326         Instead, quote "like this" by default.  Let the translator
47327         tailor the locale-specific quoting behavior by providing
47328         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
47329
47330         * lib/quotearg.c (N_): New macro.
47331         (gettext_default): New function.
47332         (quotearg_buffer_restyled): Use
47333         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
47334         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
47335
47336 2000-07-09  Jim Meyering  <meyering@lucent.com>
47337
47338         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
47339         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
47340
47341         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
47342         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
47343
47344 2000-07-09  Jim Meyering  <meyering@lucent.com>
47345
47346         * lib/Most files: Update copyright dates to include 2000.
47347
47348 2000-07-08  Jim Meyering  <meyering@lucent.com>
47349
47350         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
47351         if not defined.
47352         (xgethostname): Remove now-unnecessary #ifdef.
47353         Move declaration of `err' into loop where it's used.
47354
47355 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47356         and Bruno Haible  <haible@clisp.cons.org>
47357
47358         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
47359         only if the test for an object-type mbstate_t fails.  This
47360         prevents us from mistakenly reporting that mbstate_t is a
47361         system object type after we "#define mbstate_t int" to work
47362         around its lack.
47363
47364 2000-07-05  Paul Eggert  <eggert@twinsun.com>
47365         and Bruno Haible  <haible@clisp.cons.org>
47366
47367         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
47368
47369 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47370
47371         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
47372         to strerror_r.
47373         Include <ctype.h> for use of isalpha.
47374
47375 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47376
47377         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
47378         by allocating a larger buffer. Test the gethostname return value for
47379         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
47380         returns an error and ENAMETOOLONG isn't defined.
47381
47382 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
47383
47384         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
47385         dimension.
47386
47387 2000-07-04  Jim Meyering  <meyering@lucent.com>
47388
47389         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
47390         of the deprecated AC_CHECKING.
47391
47392 2000-07-04  Jim Meyering  <meyering@lucent.com>
47393
47394         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
47395         Reported by Bruno Haible.
47396
47397 2000-07-04  Jim Meyering  <meyering@lucent.com>
47398
47399         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
47400         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
47401         lacks mbrtowc.
47402
47403 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47404
47405         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
47406         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
47407
47408 2000-07-03  Paul Eggert  <eggert@twinsun.com>
47409         and Bruno Haible  <haible@clisp.cons.org>
47410
47411         * lib/quotearg.c (mbrtowc):
47412         Assign to *pwc, and return 1 only if result is nonzero.
47413         (iswprint): Use ISPRINT when substituting our own mbrtowc.
47414
47415 2000-07-03  Jim Meyering  <meyering@lucent.com>
47416
47417         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
47418
47419 2000-07-03  Jim Meyering  <meyering@lucent.com>
47420
47421         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
47422         This is necessary to get a definition of e.g., UTMP_FILE on
47423         HP-UX 10.20.
47424         From Bob Proulx.
47425
47426 2000-07-02  Jim Meyering  <meyering@lucent.com>
47427
47428         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
47429
47430         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
47431         AC_LIBOBJ(function_name).
47432         * m4/chown.m4: Likewise.
47433         * m4/fnmatch.m4: Likewise.
47434         * m4/ftruncate.m4: Likewise.
47435         * m4/getgroups.m4: Likewise.
47436         * m4/getline.m4: Likewise.
47437         * m4/group-member.m4: Likewise.
47438         * m4/jm-macros.m4: Likewise.
47439         * m4/lstat.m4: Likewise.
47440         * m4/malloc.m4: Likewise.
47441         * m4/memcmp.m4: Likewise.
47442         * m4/nanosleep.m4: Likewise.
47443         * m4/putenv.m4: Likewise.
47444         * m4/realloc.m4: Likewise.
47445         * m4/regex.m4: Likewise.
47446         * m4/stat.m4: Likewise.
47447         * m4/strftime.m4: Likewise.
47448
47449 2000-07-02  Jim Meyering  <meyering@lucent.com>
47450
47451         * lib/quotearg.c (mbstate_t): Don't define here.
47452
47453 2000-07-02  Jim Meyering  <meyering@lucent.com>
47454
47455         * lib/nanosleep.c (SIGCONT): Define if not already defined.
47456
47457 2000-07-01  Jim Meyering  <meyering@lucent.com>
47458
47459         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
47460
47461 2000-07-01  Jim Meyering  <meyering@lucent.com>
47462
47463         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
47464         problem.
47465
47466 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47467
47468         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
47469         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
47470
47471 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
47472
47473         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
47474         per change in ../m4/ls-mntd-fs.m4.
47475         (read_filesystem_list): Ignore symbolic links.
47476
47477 2000-06-29  Jim Meyering  <meyering@lucent.com>
47478
47479         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
47480         for declaration of strcmp.
47481
47482         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
47483
47484         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
47485         Avoid warning by casting result to `char *' to remove `const'.
47486
47487 2000-06-28  Jim Meyering  <meyering@lucent.com>
47488
47489         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
47490         included by quotearg.c, for which we perform this test.  From
47491         Bruno Haible.
47492
47493 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47494
47495         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
47496         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
47497         <utmpx.h> exists, put readutmp.o into LIBOBJS.
47498
47499 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
47500
47501         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
47502
47503 2000-06-26  Paul Eggert  <eggert@twinsun.com>
47504
47505         savedir now sets errno on failure and invokes xmalloc to get memory.
47506         Fix a couple of other minor bugs while we're at it.
47507
47508         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
47509         (NAMLEN): Remove macro.
47510         (malloc, realloc): Remove decls.
47511         (stpcpy): Likewise.
47512         ("xalloc.h"): Include.
47513         (NAME_SIZE_DEFAULT): New macro.
47514         (savedir): Use xmalloc / xrealloc to allocate memory.
47515         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
47516         Skip "" directory entries.
47517         Use strlen to calculate directory entry length, since the old method
47518         is rarely used these days and isn't worth supporting.
47519         Don't use a pointer after freeing it.
47520         Check for integer overflow when calculating allocation size.
47521         Use memcpy to copy entries, instead of stpcpy.
47522         Set errno properly when returning NULL.
47523         Check for readdir error.
47524
47525 2000-06-26  Jim Meyering  <meyering@lucent.com>
47526
47527         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
47528
47529 2000-06-25  Jim Meyering  <meyering@lucent.com>
47530
47531         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
47532         Linux header bug when _XOPEN_SOURCE is defined to 500.
47533
47534 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47535
47536         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
47537         deficiency.
47538
47539 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
47540
47541         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
47542         Include xalloc.h.
47543         Don't include <stdlib.h>.  Don't declare malloc, realloc.
47544
47545 2000-06-24  Jim Meyering  <meyering@lucent.com>
47546
47547         * m4/strerror_r.m4: Revive this file -- to try out an experimental
47548         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
47549         for which strerror does return char*, but which lacks a conveniently
47550         accessible declaration of the function.  If the compile-test says
47551         strerror_r doesn't work, then resort to a `run'-test that works on
47552         BeOS and segfaults on DEC Unix.
47553
47554 2000-06-24  Jim Meyering  <meyering@lucent.com>
47555
47556         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
47557
47558 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47559
47560         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
47561         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
47562
47563 2000-06-23  Paul Eggert  <eggert@twinsun.com>
47564
47565         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
47566         (mbrtowc, mbstate_t): Define substitutes if
47567         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
47568         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
47569         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
47570
47571 2000-06-23  Jim Meyering  <meyering@lucent.com>
47572
47573         * m4/afs.m4: Add missing AC_MSG_RESULT.
47574         Reported by Bruno Haible.
47575
47576         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
47577         Suggestion from Bruno Haible.
47578
47579 2000-06-23  Jim Meyering  <meyering@lucent.com>
47580
47581         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
47582
47583 2000-06-21  Jim Meyering  <meyering@lucent.com>
47584
47585         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
47586
47587 2000-06-21  Jim Meyering  <meyering@lucent.com>
47588
47589         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
47590         (noinst_HEADERS): Add getstr.h.
47591
47592         * lib/getline.c (getstr): Move into a separate file.
47593         * lib/getstr.c (getstr): New file, extracted from getline.c, with
47594         the following changes: new parameter, delim2; both delim[12]
47595         parameters have type `int', not `char'.  The latter would lose
47596         with 8-bit delimiters.
47597         * lib/getstr.h: New file.
47598
47599 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47600
47601         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
47602         than 1024, return a memory chunk of least possible size, instead
47603         of size PATH_MAX + 2. In the loop, increment the size proportionally.
47604         Use free/xmalloc instead of xrealloc to avoid copying for very long
47605         paths.
47606
47607 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47608
47609         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
47610         the empty string.
47611
47612 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
47613
47614         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
47615         address, not strdup.  Include <stdlib.h> and don't declare free().
47616
47617 2000-06-19  Jim Meyering  <meyering@lucent.com>
47618
47619         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
47620
47621 2000-06-18  Jim Meyering  <meyering@lucent.com>
47622
47623         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
47624
47625         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
47626         `checking whether...' message to be consistent with that of the
47627         lstat test.
47628
47629 2000-06-18  Jim Meyering  <meyering@lucent.com>
47630
47631         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
47632         Besides, these days every porting target provides a mkdir function.
47633
47634         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
47635         needed. (this snippet comes from src/system.h).
47636
47637 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
47638
47639         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
47640
47641 2000-06-15  Paul Eggert  <eggert@twinsun.com>
47642
47643         * lib/human.c (adjust_value): New function.
47644         (human_readable_inexact): Apply rounding style even when
47645         printing approximate values.
47646
47647 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47648
47649         * lib/human.c (human_readable_inexact): Allow an input block
47650         size that is not a multiple of the output block size, and vice versa.
47651         Reported by Piergiorgio Sartor.
47652
47653 2000-06-14  Paul Eggert  <eggert@twinsun.com>
47654
47655         * lib/getdate.y (get_date): Apply relative times after time
47656         zone indicator, not before.  Reported by Todd A. Jacobs.
47657
47658 2000-06-13  Jim Meyering  <meyering@lucent.com>
47659
47660         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
47661
47662         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
47663
47664 2000-06-12  Paul Eggert  <eggert@twinsun.com>
47665
47666         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
47667
47668 2000-06-12  Jim Meyering  <meyering@lucent.com>
47669
47670         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
47671         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
47672         optional argument.
47673         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
47674         the optional argument, `lib'.
47675
47676 2000-06-08  Jim Meyering  <meyering@lucent.com>
47677
47678         * m4/largefile.m4: Remove file (now that it's part of autoconf).
47679
47680 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47681
47682         Rewrite largefile configuration so that we don't need to run
47683         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
47684         AC_CANONICAL_HOST in configure.in -- jmm]
47685
47686         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
47687         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
47688         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
47689         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
47690         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
47691         All uses changed.
47692         Instead of inspecting the output of getconf, try to compile the
47693         test program without and with the macro definition.
47694         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
47695         for getconf.  Instead, check for the needed flags by compiling
47696         test programs.
47697
47698 2000-06-04  Paul Eggert  <eggert@twinsun.com>
47699
47700         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
47701
47702 2000-06-04  Jim Meyering  <meyering@lucent.com>
47703
47704         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
47705         SunOS 4.1.4 for which gid_t is an unsigned type.
47706
47707 2000-06-03  Jim Meyering  <meyering@lucent.com>
47708
47709         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
47710         now that autoconf requires that.
47711
47712         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
47713         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
47714         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
47715
47716 2000-06-03  Jim Meyering  <meyering@lucent.com>
47717
47718         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
47719
47720 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47721
47722         * m4/glibc21.m4: New file.
47723         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
47724
47725 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
47726
47727         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
47728         newer, don't install charset.alias.
47729         * lib/config.charset: Change the Linux/glibc rules so they become empty
47730         on glibc-2.1 or newer.
47731
47732 2000-06-02  Jim Meyering  <meyering@lucent.com>
47733
47734         * lib/mountlist.c: Back out last change.  Instead, do this...
47735         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
47736         me_dummy member using the same `ignore'-testing code.
47737         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
47738         fs_type strings.
47739         From Mark D. Roth.
47740
47741 2000-05-29  Jim Meyering  <meyering@lucent.com>
47742
47743         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
47744         mounts with the `ignore' attribute.  Based on a patch from
47745         Mark D. Roth.
47746
47747 2000-05-28  Jim Meyering  <meyering@lucent.com>
47748
47749         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
47750         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47751         * m4/stat.m4: Likewise.
47752         * m4/lstat.m4: Likewise.
47753         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
47754
47755         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
47756         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
47757
47758 2000-05-26  Jim Meyering  <meyering@lucent.com>
47759
47760         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
47761
47762 2000-05-24  Jim Meyering  <meyering@lucent.com>
47763
47764         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
47765         autoconf requires that.
47766         * m4/lib-check.m4: Likewise.
47767         * m4/jm-macros.m4: Likewise.
47768         * m4/strftime.m4: Likewise.
47769
47770         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
47771         AC_CHECK_DECLS, now that autoconf requires that.
47772
47773 2000-05-22  Jim Meyering  <meyering@lucent.com>
47774
47775         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47776         * m4/lstat.m4: Likewise.
47777
47778 2000-05-22  Jim Meyering  <meyering@lucent.com>
47779
47780         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
47781
47782 2000-05-20  Jim Meyering  <meyering@lucent.com>
47783
47784         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
47785         (jm_PREREQ): Use it.
47786
47787 2000-05-18  Jim Meyering  <meyering@lucent.com>
47788
47789         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
47790         back, too, since it may have been modified by allocate_entry.
47791         (hash_delete): Rewrite to use neither the assignment operator
47792         nor the comma operator in an if-expression.
47793
47794 2000-05-15  Paul Eggert  <eggert@twinsun.com>
47795
47796         * lib/closeout.c:
47797         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
47798         Remove; no longer needed.
47799         "quotearg.h": Add include.
47800         (file_name): Do not bother to explicitly initialize to NULL; it's less
47801         efficient on some hosts.
47802         (close_stdout_status): Remove test as to whether stdout was already
47803         closed; it breaks for the case "echo x | sort >&-".
47804         Quote file name colons.
47805         Do not assume that _("write error") lacks format strings.
47806
47807 2000-05-15  Jim Meyering  <meyering@lucent.com>
47808
47809         * lib/version-etc.c (version_etc_copyright): Update the copyright
47810         string used in all --version output.
47811
47812 2000-05-14  Jim Meyering  <meyering@lucent.com>
47813
47814         * lib/closeout.c (close_stdout_set_file_name): New function.
47815         (close_stdout_status): Use new file-scoped global.
47816         Return right away if fstat says the stdout file descriptor is invalid.
47817         * lib/closeout.h (close_stdout_set_file_name): Declare.
47818
47819 2000-05-10  Jim Meyering  <meyering@lucent.com>
47820
47821         * lib/closeout.c [default_exit_status]: New file-scoped variable.
47822         (close_stdout_set_status): New function.
47823         * lib/closeout.h (close_stdout_set_status): Declare.
47824
47825 2000-05-09  Jim Meyering  <meyering@lucent.com>
47826
47827         * m4/gettext.m4: Rename this...
47828         * m4/libintl.m4: ...to this.
47829
47830 2000-05-08  Jim Meyering  <meyering@lucent.com>
47831
47832         * lib/long-options.c: Don't include closeout.h.
47833         (parse_long_options): Don't call close_stdout for --version.
47834
47835 2000-05-06  Paul Eggert  <eggert@twinsun.com>
47836
47837         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
47838         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
47839         2.1.3 bug.  This avoids a clash when files like regex.c define
47840         _GNU_SOURCE.
47841
47842 2000-05-06  Jim Meyering  <meyering@lucent.com>
47843
47844         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
47845         (AC_REPLACE_FUNCS): Add strnlen.
47846
47847         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
47848         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
47849
47850         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
47851         AC_SEARCH_LIBS call for nanosleep.
47852         (LIB_NANOSLEEP): Set and AC_SUBST.
47853
47854 2000-05-06  Jim Meyering  <meyering@lucent.com>
47855
47856         * lib/strnlen.c: Undefine __strnlen and strnlen.
47857         [!weak_alias]: Define __strnlen to strnlen.
47858
47859         * lib/atexit.c: New file, from libiberty.
47860
47861 2000-05-06  Jim Meyering  <meyering@lucent.com>
47862
47863         * lib/closeout.c (close_stdout_status): Also check for errors on the
47864         stderr stream.
47865
47866 2000-05-05  Jim Meyering  <meyering@lucent.com>
47867
47868         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
47869         AC_SEARCH_LIBS call for clock_gettime.
47870         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
47871
47872         * m4/search-libs.m4: Update from autoconf.
47873
47874         su doesn't work on Solaris 2.6.
47875         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
47876         <shadow.h>.  Reported by Dragos Harabor.
47877
47878 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
47879
47880         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
47881         memcpy instead of xmalloc, xrealloc, path_concat.
47882         (locale_charset): Treat empty environment variables as absent.
47883         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
47884
47885 2000-05-04  Jim Meyering  <meyering@lucent.com>
47886
47887         * lib/getopt.c: Update from glibc.
47888         * lib/obstack.c: Likewise.
47889         * lib/obstack.h: Likewise.
47890         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
47891         file
47892
47893         * lib/regex.h: Likewise.
47894         * lib/strndup.c: Likewise.
47895         * lib/strnlen.c: New file, from glibc.
47896
47897 2000-05-03  Jim Meyering  <meyering@lucent.com>
47898
47899         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
47900
47901 2000-05-02  Paul Eggert  <eggert@twinsun.com>
47902
47903         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
47904         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
47905         compile-time test, rather than inspecting host and OS, to
47906         decide whether to define _LARGEFILE_SOURCE.
47907
47908 2000-05-01  Jim Meyering  <meyering@lucent.com>
47909
47910         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
47911
47912         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
47913         Based on a patch from Bruno Haible.
47914
47915 2000-05-01  Jim Meyering  <meyering@lucent.com>
47916
47917         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
47918
47919 2000-04-29  Jim Meyering  <meyering@lucent.com>
47920
47921         * lib/path-concat.c: Declare strdup only if it's not defined.
47922         * lib/canon-host.c: Likewise.
47923
47924 2000-04-28  Jim Meyering  <meyering@lucent.com>
47925
47926         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
47927         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
47928         is included first, then limits.h is included by locale.h by libintl.h.
47929         From John David Anglin.
47930
47931 2000-04-25  Jim Meyering  <meyering@lucent.com>
47932
47933         * lib/makepath.c (S_IRWXUGO): Define.
47934         (make_path): Always perform explicit chmod if MODE specifies any
47935         of the `special' permission bits.  Prompted by a bug report against
47936         install from Mate Wierdl and Joost van Baal.
47937
47938 2000-04-18  Jim Meyering  <meyering@lucent.com>
47939
47940         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
47941         (jm_PREREQ): Use it.
47942
47943 2000-04-18  Jim Meyering  <meyering@lucent.com>
47944
47945         * lib/README: New file.
47946
47947         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
47948         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
47949
47950 2000-04-17  Jim Meyering  <meyering@lucent.com>
47951
47952         Get it right :-)
47953         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
47954         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
47955         Suggestion from Akim Demaille.
47956
47957 2000-04-17  Jim Meyering  <meyering@lucent.com>
47958
47959         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
47960         the definition of it to rpl_strftime also defined-away the system's
47961         declaration.
47962
47963 2000-04-15  Jim Meyering  <meyering@lucent.com>
47964
47965         Use `C' to denote so-called `contiguous' files, the same way
47966         that tar does.
47967         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
47968         (ftypelet): Use S_ISCTG.
47969         From Michael Deutschmann.
47970
47971 2000-04-14  Jim Meyering  <meyering@lucent.com>
47972
47973         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
47974         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
47975         clobbered.
47976
47977 2000-04-14  Jim Meyering  <meyering@lucent.com>
47978
47979         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
47980
47981 2000-04-13  Jim Meyering  <meyering@lucent.com>
47982
47983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
47984         AH_VERBATIM to insert required #ifndef into config.h.in.
47985         Suggestion from Akim Demaille.
47986
47987 2000-04-12  Jim Meyering  <meyering@lucent.com>
47988
47989         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
47990         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
47991         Christian Krackowizer.
47992
47993         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
47994         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
47995         (AC_SYS_LARGEFILE): Require.
47996         (AM_C_PROTOTYPES): Require.
47997
47998 2000-04-08  Jim Meyering  <meyering@lucent.com>
47999
48000         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
48001         names don't conflict.  Reported by Eli Zaretskii.
48002
48003 2000-04-07  Jim Meyering  <meyering@lucent.com>
48004
48005         * lib/putenv.c: Move inclusion of errno.h so it follows that of
48006         sys/types.h, to work around system header problems on AIX 3.2.5.
48007         From Bruno Haible.
48008
48009 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
48010
48011         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
48012         bug.  Deal with the different error behavior of Irix iconv.
48013
48014 2000-04-05  Paul Eggert  <eggert@twinsun.com>
48015
48016         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
48017         IRIX if the installer said otherwise.
48018
48019 2000-04-05  Jim Meyering  <meyering@lucent.com>
48020
48021         Portability tweaks required for ultrix4.3.
48022         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
48023         (jm_CHECK_DECLS): Add getutent to the list of functions.
48024         (_jm_DECL_HEADERS): Add utmpx.h.
48025         From John David Anglin.
48026
48027         * m4/strftime.m4: Back out the 2000-04-02 change.
48028         Instead of that change, simply undefine putenv in the test program.
48029
48030 2000-04-05  Jim Meyering  <meyering@lucent.com>
48031
48032         Portability tweaks required for ultrix4.3.
48033         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
48034         getutent.
48035         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
48036         * lib/canon-host.c: Declare strdup.
48037         * lib/path-concat.c: Likewise.
48038         From John David Anglin.
48039
48040 2000-04-04  Jim Meyering  <meyering@lucent.com>
48041
48042         Be more DOS 8.3-friendly.
48043         * lib/ref-add.sin: Renamed from ref-add.sed.in.
48044         * lib/ref-del.sin: Renamed from ref-del.sed.in.
48045         * lib/Makefile.am: Reflect renaming.
48046         Reported by Eli Zaretskii.
48047
48048         Use a temporary file name that won't clash with `charset.alias'
48049         in the DOS 8.3 name space.
48050         * lib/Makefile.am (charset_tmp): Define.
48051         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
48052         (uninstall-local): Likewise.
48053         Reported by Eli Zaretskii.
48054
48055 2000-04-03  Jim Meyering  <meyering@lucent.com>
48056
48057         * m4/gettext.m4: Fix typo in comment.
48058
48059         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
48060         textutils/configure.in).  Suggestion from Paul Eggert.
48061         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
48062
48063 2000-04-02  Paul Eggert  <eggert@twinsun.com>
48064
48065         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
48066         variable in the shell rather than using putenv, which isn't
48067         portable.  This avoids the configure-time inter-test dependency
48068         on the potentially-renamed putenv function.
48069
48070 2000-03-30  Paul Eggert  <eggert@twinsun.com>
48071
48072         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
48073         before checking struct stat.st_blksize, so that
48074         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
48075
48076 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48077
48078         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
48079         since strftime.c uses HAVE_STRFTIME to decide whether to use
48080         the underlying strftime.
48081
48082 2000-03-29  Paul Eggert  <eggert@twinsun.com>
48083
48084         * lib/time/strftime.c (my_strftime): Make sure we call the system
48085         strftime, not ourselves, when invoking the underlying strftime.
48086
48087 2000-03-24  Jim Meyering  <meyering@lucent.com>
48088
48089         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
48090         (charset_alias): Define.
48091         (install-exec-local): Factor out common code.
48092         (uninstall-local): Split lines longer than 80.
48093         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
48094         (SUFFIXES): Define.
48095         (.sed.in.sed): New rule.  Don't redirect directly to $@.
48096         (CLEANFILES): Add ref-add.sed and ref-del.sed.
48097
48098 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
48099
48100         * lib/config.charset: Output a line containing "Packages using this
48101         file".
48102         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
48103         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
48104         ref-del.sed): New rules.
48105
48106 2000-03-17  Jim Meyering  <meyering@lucent.com>
48107
48108         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
48109         Otherwise, include <strings.h>
48110
48111 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
48112
48113         * lib/unicodeio.c (utf8_wctomb): New function.
48114         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
48115         format instead of in UCS-4 with platform dependent endianness.
48116
48117 2000-03-10  Jim Meyering  <meyering@lucent.com>
48118
48119         * m4/lib-check.m4: Look for getspnam in -lgen, too.
48120         From Marco Franzen.
48121
48122 2000-03-07  Paul Eggert  <eggert@twinsun.com>
48123
48124         * lib/savedir.c (savedir): Work even if directory size is
48125         negative; this can happen with some screwy NFS configurations.
48126
48127 2000-03-06  Jim Meyering  <meyering@lucent.com>
48128
48129         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
48130         if it's NULL (because we ran out of memory).  From Bruno Haible.
48131
48132 2000-03-05  Jim Meyering  <meyering@lucent.com>
48133
48134         * lib/localcharset.c ("path-concat.h"): Include.
48135         (get_charset_aliases): Use path_concat instead of ANSI string
48136         concatenation.
48137
48138         * lib/unicodeio.h (PARAMS): Define.
48139         Use it to guard prototype.
48140
48141 2000-03-04  Jim Meyering  <meyering@lucent.com>
48142
48143         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
48144         for lib/localcharset.c.
48145
48146 2000-03-04  Jim Meyering  <meyering@lucent.com>
48147
48148         * lib/Makefile.am (install-exec-local): Create $(libdir) before
48149         installing into it.
48150         (uninstall-local): Uncomment this rule so `make distcheck' works
48151         once again.
48152
48153         * lib/unicodeio.c (<errno.h>): Include it.
48154         (errno): Declare if not defined.
48155
48156         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
48157
48158         * lib/config.charset: New version, incorporating remarks from a linux
48159         i18n mailing list.  From Bruno Haible.
48160
48161 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
48162
48163         * m4/codeset.m4: New file.
48164         * m4/iconv.m4: New file.
48165         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
48166
48167 2000-03-03  Jim Meyering  <meyering@lucent.com>
48168
48169         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
48170
48171 2000-03-02  Jim Meyering  <meyering@lucent.com>
48172
48173         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
48174         the messages come out on separate lines.
48175
48176         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
48177         rather than jm_CHECK_DECLARATIONS.
48178         * m4/decl.m4: Remove now-unused file.
48179
48180         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
48181         geteuid.
48182
48183 2000-03-02  Jim Meyering  <meyering@lucent.com>
48184
48185         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
48186
48187 2000-03-01  Jim Meyering  <meyering@lucent.com>
48188
48189         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
48190         * lib/unicodeio.c: Likewise.
48191
48192 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
48193
48194         * lib/config.charset: New file.
48195         * lib/localcharset.c: New file.
48196         * lib/unicodeio.h, lib/unicodeio.c: New files.
48197         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
48198         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
48199         (noinst_HEADERS): Add unicodeio.h.
48200         (all-local, install-exec-local, charset.alias): New targets.
48201
48202 2000-02-28  Paul Eggert  <eggert@twinsun.com>
48203
48204         * lib/quotearg.c (ALERT_CHAR): New macro.
48205         (quotearg_buffer_restyled): Use it.
48206
48207 2000-02-27  Jim Meyering  <meyering@lucent.com>
48208
48209         * m4/check-decl.m4: Add getenv to the list.
48210
48211 2000-02-27  Jim Meyering  <meyering@lucent.com>
48212
48213         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
48214         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
48215
48216         * lib/backupfile.c: Guard inclusion of stdlib.h with
48217         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
48218         Declare malloc if needed.
48219
48220         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
48221         `#ifndef HAVE_DECL..'
48222         now that autoconf always defines the HAVE_DECL_ symbols.
48223         * lib/human.c: Likewise.
48224         * lib/same.c: Likewise.
48225         * lib/strtoumax.c: Likewise.
48226
48227         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
48228         declaration check was not run.
48229         * lib/hash.c: Likewise.
48230         * lib/human.c: Likewise.
48231         * lib/same.c: Likewise.
48232         * lib/strtoumax.c: Likewise.
48233
48234         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
48235         `.', then first look up the entire `.'-containing string as a login
48236         name.
48237
48238 2000-02-23  Jim Meyering  <meyering@lucent.com>
48239
48240         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
48241         in place of my hack.
48242
48243 2000-02-18  Paul Eggert  <eggert@twinsun.com>
48244
48245         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
48246         (textint): New typedef.
48247         (parser_control): Member year changed from int to textint.
48248         All uses changed.
48249         (YYSTYPE): Removed; replaced by %union with int and textint members.
48250         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
48251         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
48252         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
48253         (tSNUMBER, tUNUMBER): Now of type <textintval>.
48254         (date, number, to_year): Use width of number in digits, not its value,
48255         to determine whether it's a 2-digit year, or a 2-digit time.
48256         (yylex): Store number of digits of numeric tokens.
48257         Reported by John Kendall.
48258
48259         (parser_control): Changed from struct parser_control to typedef (for
48260         consistency).  All uses changed.
48261
48262         (tID): Removed; not used.
48263         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
48264
48265 2000-02-14  Paul Eggert  <eggert@twinsun.com>
48266
48267         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
48268         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
48269
48270 2000-02-12  Jim Meyering  <meyering@lucent.com>
48271
48272         * lib/userspec.c (ISDIGIT): Define it.
48273         (isdigit): Remove definition.
48274         (is_number): Use ISDIGIT, not isdigit.
48275         <libintl.h>: Include.
48276         (_ and N_): Define.
48277         (parse_user_spec): Mark translatable strings.
48278
48279 2000-02-10  Jim Meyering  <meyering@lucent.com>
48280
48281         With these changes, nanosleep.[ch] are finally enough like the other
48282         lib/* replacement files to compile on a few more losing systems.
48283
48284         * lib/nanosleep.h: Don't include config.h.
48285         Remove prototype from declaration of nanosleep.
48286         (PARAMS): Remove now-unneeded definition.
48287         * lib/nanosleep.c: #undef nanosleep.
48288         (rpl_nanosleep): Rename from nanosleep.
48289
48290 2000-02-10  Jim Meyering  <meyering@lucent.com>
48291
48292         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
48293         gnu_nanosleep to rpl_nanosleep.
48294
48295 2000-02-09  Jim Meyering  <meyering@lucent.com>
48296
48297         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
48298         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
48299
48300 2000-02-08  Akim Demaille  <akim@epita.fr>
48301
48302         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
48303         `[' and `]' and remove uses of `changequote'.
48304         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
48305         (AC_SYS_LARGEFILE): Likewise.
48306         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
48307         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
48308         of changequote.
48309         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
48310         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
48311         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
48312         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
48313
48314 2000-02-05  Jim Meyering  <meyering@lucent.com>
48315
48316         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
48317         Remove explicit use of AC_HEADER_TIME.  It is required by
48318         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
48319         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
48320         in autoconf whereby the expansion of the latter ended up preceding
48321         the expansion of its prerequisite, AC_HEADER_TIME.
48322         Reported by Volker Borchert.
48323
48324 2000-02-03  Jim Meyering  <meyering@lucent.com>
48325
48326         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
48327
48328 2000-02-03  Jim Meyering  <meyering@lucent.com>
48329
48330         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
48331         rather than with `#if HAVE_UTMPNAME'.
48332
48333 2000-02-02  Jim Meyering  <meyering@lucent.com>
48334
48335         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
48336         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
48337         Reported by Eli Zaretskii.
48338
48339 2000-02-01  Jim Meyering  <meyering@lucent.com>
48340
48341         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
48342
48343 2000-01-31  Jim Meyering  <meyering@lucent.com>
48344
48345         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
48346         functions.  Add the time.h and sys/time.h headers along with the
48347         AC_REQUIRE'ment of AC_HEADER_TIME.
48348
48349 2000-01-31  Jim Meyering  <meyering@lucent.com>
48350
48351         * lib/nanosleep.h (nanosleep): Guard declaration with
48352         `#if ! HAVE_DECL_NANOSLEEP'.
48353         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
48354         the declaration in that vendor's sys/timers.h.
48355         Reported by Christian Krackowizer.
48356
48357         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
48358         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
48359         (ISPRINT): Likewise.
48360         Reported by Tom Tromey.
48361
48362 2000-01-30  Jim Meyering  <meyering@lucent.com>
48363
48364         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
48365
48366         * m4/prereq.m4 (utmp_includes): Define.
48367         Check for ut_user and ut_name members in both struct utmpx
48368         and struct utmp.
48369
48370 2000-01-30  Jim Meyering  <meyering@lucent.com>
48371
48372         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
48373         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
48374         header files where only utmpx.ut_user is declared.
48375
48376         * lib/readutmp.h (UT_USER): Define.
48377
48378 2000-01-29  Jim Meyering  <meyering@lucent.com>
48379
48380         * m4/lib-check.m4: New file containing library-related checks from
48381         fileutils and sh-utils (textutils had none).
48382
48383 2000-01-28  Jim Meyering  <meyering@lucent.com>
48384
48385         * m4/perl.m4: Change format of warning message to look more like that
48386         from the missing script.  Suggestion from François Pinard.
48387
48388 2000-01-25  Jim Meyering  <meyering@lucent.com>
48389
48390         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
48391         well as time.h in the compile check.
48392         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
48393         Fix typo in cross-compiling case: s/yes/no/.
48394
48395 2000-01-23  Jim Meyering  <meyering@lucent.com>
48396
48397         * m4/jm-macros.m4: Move df-related tests here from
48398         fileutils/configure.in
48399
48400         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
48401         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
48402
48403         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
48404         s/space/ac_fsusage_space/.
48405         (jm_FILE_SYSTEM_USAGE): Take two parameters.
48406
48407         * m4/ftruncate.m4: New file (derived from part of
48408         fileutils/configure.in).
48409         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
48410         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
48411
48412         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
48413         AC_SUBST these here, rather than just in sh-util/configure.in, so
48414         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
48415         all the same.
48416         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
48417         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
48418         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
48419         (AC_SUBST(POW_LIBM)): Likewise.
48420         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
48421
48422 2000-01-23  Jim Meyering  <meyering@lucent.com>
48423
48424         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
48425         obstack.c.
48426
48427 2000-01-22  Jim Meyering  <meyering@lucent.com>
48428
48429         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
48430
48431         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
48432
48433         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
48434         configure.in
48435         (AC_CHECK_HEADERS): Likewise for sh-utils.
48436         (AC_CHECK_HEADERS): Likewise for textutils.
48437         Merge the three lists of headers.
48438
48439         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
48440         from fileutils' configure.in.
48441
48442         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
48443         code. Moved tests into their own function (_jm_DECL_HEADERS) in
48444         check-decl.m4.
48445
48446         * m4/check-decl.m4: Use #if rather than #ifdef.
48447         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
48448         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
48449         (_jm_DECL_HEADERS): Define new function.
48450         (jm_CHECK_DECLARATIONS): Require it.
48451
48452 2000-01-22  Jim Meyering  <meyering@lucent.com>
48453
48454         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
48455         [! HAVE_DECL_STRTOULL]: Declare strtoull.
48456         Required for some AIX systems.  Reported by Christian Krackowizer.
48457         [TESTING] (main): New function.
48458
48459         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
48460         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
48461         letters.
48462
48463         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
48464         iswprint.
48465
48466         * lib/strverscmp.c (ISDIGIT): Define.
48467         (strverscmp): Use ISDIGIT, not isdigit.
48468
48469 2000-01-19  Jim Meyering  <meyering@lucent.com>
48470
48471         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
48472         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
48473         defines `struct timespec' in <sys/time.h>
48474
48475         * m4/c-bs-a.m4: Remove uses of changequote altogether.
48476         Thanks to Akim for explaining.
48477
48478 2000-01-17  Paul Eggert  <eggert@twinsun.com>
48479
48480         * lib/nanosleep.c (nanosleep):
48481         Don't use SA_INTERRUPT to decide whether to call sigaction, as
48482         POSIX.1 doesn't require SA_INTERRUPT and some systems
48483         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
48484         it's been part of POSIX.1 since day 1 (in 1988).
48485
48486 2000-01-17  Jim Meyering  <meyering@lucent.com>
48487
48488         * lib/interlock: Remove unused file.  Reported by François Pinard.
48489
48490 2000-01-16  Paul Eggert  <eggert@twinsun.com>
48491
48492         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
48493         alert, backslash, formfeed, and vertical tab unnecessarily in
48494         shell quoting style.
48495
48496 2000-01-16  Jim Meyering  <meyering@lucent.com>
48497
48498         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
48499         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
48500         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
48501         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
48502
48503 2000-01-16  Jim Meyering  <meyering@lucent.com>
48504
48505         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
48506         because the latter didn't work.
48507
48508 2000-01-15  Jim Meyering  <meyering@lucent.com>
48509
48510         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
48511         (AC_REPLACE_FUNCS): Add memcpy and memset.
48512         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
48513         Add strpbrk.
48514         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
48515
48516 2000-01-12  Jim Meyering  <meyering@lucent.com>
48517
48518         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
48519         (jm_PREREQ): Use it.
48520         (jm_PREREQ_READUTMP): New macro.
48521         (jm_PREREQ): Use it.
48522
48523 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48524
48525         Quote multibyte characters correctly.
48526         * m4/c-bs-a.m4: New file.
48527         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
48528         (jm_PREREQ): Use it.
48529
48530 2000-01-11  Paul Eggert  <eggert@twinsun.com>
48531
48532         * m4/uintmax_t.m4: Port to autoconf 2.13.
48533
48534 2000-01-08  Jim Meyering  <meyering@ascend.com>
48535
48536         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
48537         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
48538
48539 2000-01-04  Jim Meyering  <meyering@ascend.com>
48540
48541         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
48542         jm_STRUCT_DIRENT_D_TYPE.
48543         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
48544         jm_STRUCT_DIRENT_D_INO.
48545         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
48546         jm_STRUCT_UTIMBUF.
48547         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
48548         renamings.
48549         * m4/utime.m4: Likewise.
48550
48551         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
48552         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
48553
48554 2000-01-03  Paul Eggert  <eggert@twinsun.com>
48555
48556         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
48557         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
48558
48559 2000-01-02  Jim Meyering  <meyering@ascend.com>
48560
48561         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
48562         remember if this is necessary.
48563
48564 1999-12-26  Jim Meyering  <meyering@ascend.com>
48565
48566         * m4/jm-macros.m4: Use it here.
48567         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
48568
48569 1999-12-23  Jim Meyering  <meyering@ascend.com>
48570
48571         * m4/jm-macros.m4: Check for clock_gettime (moved from
48572         fileutils/configure.in)
48573         Check for gettimeofday.
48574
48575 1999-12-20  Jim Meyering  <meyering@ascend.com>
48576
48577         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
48578         autoconf-2.14a-1999-12-20.
48579
48580 1999-12-19  Jim Meyering  <meyering@ascend.com>
48581
48582         * m4/lstat-slash.m4: New file.
48583         * m4/jm-macros.m4: Use the new macro:
48584         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48585
48586 1999-12-07  Jim Meyering  <meyering@ascend.com>
48587
48588         * m4/perl.m4: Require that File::Compare be available, too.
48589         Too many systems seem to lack it.
48590
48591         * m4/strftime.m4: Add checks for most of the cpp macros tested in
48592         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
48593
48594 1999-11-18  Paul Eggert  <eggert@twinsun.com>
48595
48596         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
48597         problem with the QNX 4.25 shell, which doesn't propagate exit
48598         status of failed commands inside shell assignments.
48599
48600 1999-11-17  Jim Meyering  <meyering@ascend.com>
48601
48602         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
48603
48604 1999-11-07  Jim Meyering  <meyering@ascend.com>
48605
48606         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
48607
48608 1999-11-06  Jim Meyering  <meyering@ascend.com>
48609
48610         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
48611         * m4/jm-macros.m4 (jm_MACROS): Use it here.
48612
48613 1999-11-05  Jim Meyering  <meyering@ascend.com>
48614
48615         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
48616         configure.in of textutils, fileutils, and sh-utils into this one
48617         (shared between those packages) file.
48618         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
48619         AC_STRUCT_ST_BLKSIZE.
48620
48621 1999-11-03  Jim Meyering  <meyering@ascend.com>
48622
48623         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
48624         of AC_CHECK_TYPE checks includes unistd.h.
48625         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
48626         Suggestion from Akim Demaille.
48627
48628 1999-10-30  Jim Meyering  <meyering@ascend.com>
48629
48630         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
48631         m4-quoted string.
48632         * m4/ls-mntd-fs.m4: Likewise.
48633         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
48634         * m4/jm-winsz1.m4: Likewise.
48635
48636         * m4/const.m4: Remove file, since the fix made it into the experimental
48637         version of autoconf.
48638         * m4/mktime.m4: Likewise.
48639
48640         * m4/check-type.m4: Remove file, now that the latest version of
48641         AC_CHECK_TYPE takes a third arg to specify additional #includes.
48642
48643         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
48644         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
48645         AC_CHECK_TYPE.
48646
48647 1999-10-04  Jim Meyering  <meyering@ascend.com>
48648
48649         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
48650
48651 1999-09-22  Paul Eggert  <eggert@twinsun.com>
48652
48653         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
48654         2.95.1 bug with HP-UX 10.20.
48655
48656 1999-09-17  Jim Meyering  <meyering@ascend.com>
48657
48658         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
48659         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
48660         due to missing strdup (against sh-utils-2.0).
48661
48662 1999-08-29  Jim Meyering  <meyering@ascend.com>
48663
48664         * m4/jm-macros.m4: Require jm_BISON.
48665         * m4/bison.m4: New file.
48666
48667 1999-08-17  Paul Eggert  <eggert@twinsun.com>
48668
48669         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
48670         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
48671
48672 1999-08-05  Jim Meyering  <meyering@ascend.com>
48673
48674         * m4/getline.m4: Rename test file from conftestdata to conftest.data
48675         to avoid conflicts with `conftest' on 8+3 filesystems.
48676         Suggestion from Eli Zaretskii.
48677
48678 1999-08-04  Jim Meyering  <meyering@ascend.com>
48679
48680         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
48681         fileutils and sh-utils (textutils's getline test was inadequate).
48682         (AM_FUNC_GETLINE): Run this test.
48683         (AC_CHECK_FUNCS): Check for getdelim.
48684         Reported by Bob Proulx.
48685
48686 1999-08-02  Jim Meyering  <meyering@ascend.com>
48687
48688         * m4/jm-macros.m4: Add a comment.
48689
48690 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48691
48692         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
48693         <inttypes.h> defines strtoumax as a macro (and not as a
48694         function).
48695
48696 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48697
48698         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
48699         that we can shift, multiply and divide unsigned long long
48700         values; Ultrix cc can't do it.
48701
48702 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48703
48704         * m4/mktime.m4: New file, which is a preview of what should appear
48705         in the next public autoconf release.
48706
48707 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48708
48709         * m4/lfs.m4: Remove this file.
48710         * m4/largefile.m4: New file.  It contains the old contents of
48711         lfs.m4, except that all names with prefix AC_LFS have been
48712         changed to use the prefix AC_SYS_LARGEFILE instead, to be
48713         compatible with future autoconf versions.  Also, some minor m4
48714         quoting problems have been fixed.
48715
48716 1999-08-01  Paul Eggert  <eggert@twinsun.com>
48717
48718         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
48719         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
48720         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
48721         and simplify the shell code.
48722
48723 1999-08-01  Jim Meyering  <meyering@ascend.com>
48724
48725         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
48726         m4.
48727
48728 1999-07-20  Jim Meyering  <meyering@ascend.com>
48729
48730         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
48731
48732 1999-07-15  Jim Meyering  <meyering@ascend.com>
48733
48734         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
48735
48736 1999-05-22  Jim Meyering  <meyering@ascend.com>
48737
48738         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
48739
48740 1999-05-20  Jim Meyering  <meyering@ascend.com>
48741
48742         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
48743         Add a colon after each `then' in case $4 is empty.
48744
48745 1999-05-16  Jim Meyering  <meyering@ascend.com>
48746
48747         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
48748
48749 1999-05-10  Jim Meyering  <meyering@ascend.com>
48750
48751         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
48752
48753         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
48754         AC_FUNC_MKTIME.
48755
48756 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
48757
48758         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
48759
48760 1999-05-04  Paul Eggert  <eggert@twinsun.com>
48761
48762         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
48763         not CPPFLAGS, so that linking works correctly in IRIX.
48764
48765 1999-04-30  Paul Eggert  <eggert@twinsun.com>
48766
48767         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
48768
48769 1999-04-20  Paul Eggert  <eggert@twinsun.com>
48770
48771         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
48772         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
48773         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
48774         jm_AC_TYPE_UNSIGNED_LONG_LONG.
48775         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
48776
48777         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
48778
48779 1999-04-20  Jim Meyering  <meyering@ascend.com>
48780
48781         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
48782         AC_REPLACE xstroull if necessary.  From Paul Eggert.
48783         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
48784
48785 1999-04-18  Jim Meyering  <meyering@ascend.com>
48786
48787         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
48788         * m4/jm-macros.m4: Use it.
48789
48790 1999-04-06  Jim Meyering  <meyering@ascend.com>
48791
48792         * m4/strftime.m4: Remove test for %f.
48793
48794 1999-03-29  Jim Meyering  <meyering@ascend.com>
48795
48796         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
48797         superset of the AC_TYPE_* checks in the textutils, fileutils,
48798         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
48799         AC_TYPE_PID_T.
48800
48801 1999-03-28  Jim Meyering  <meyering@ascend.com>
48802
48803         * m4/jm-macros.m4: Define GNU_PACKAGE here.
48804         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
48805         replaced e.g., in the *.sh files of the sh-utils.
48806
48807 1999-03-20  Jim Meyering  <meyering@ascend.com>
48808
48809         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
48810         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
48811         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
48812
48813 1999-03-19  Jim Meyering  <meyering@ascend.com>
48814
48815         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
48816
48817 1999-03-12  Jim Meyering  <meyering@ascend.com>
48818
48819         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
48820
48821 1999-03-07  Jim Meyering  <meyering@ascend.com>
48822
48823         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
48824         declared.
48825
48826 1999-02-17  Jim Meyering  <meyering@ascend.com>
48827
48828         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
48829         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
48830
48831 1999-02-07  Jim Meyering  <meyering@ascend.com>
48832
48833         * m4/group-member.m4: New file -- extracted from sh-utils'
48834         configure.in.
48835
48836         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
48837         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
48838
48839 1999-02-06  Jim Meyering  <meyering@ascend.com>
48840
48841         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
48842         * m4/fnmatch.m4: Likewise.
48843         * m4/getgroups.m4: Likewise.
48844         * m4/lstat.m4: Likewise.
48845         * m4/malloc.m4: Likewise.
48846         * m4/putenv.m4: Likewise.
48847         * m4/realloc.m4: Likewise.
48848         * m4/regex.m4: Likewise.
48849         * m4/stat.m4: Likewise.
48850         * m4/strftime.m4: Likewise.
48851         Suggestion from Alain Magloire.
48852
48853         * m4/chown.m4: Use `.$ac_objext', not `.o'.
48854         * m4/fnmatch.m4: Likewise.
48855         * m4/getgroups.m4: Likewise.
48856         * m4/getline.m4: Likewise.
48857         * m4/lstat.m4: Likewise.
48858         * m4/malloc.m4: Likewise.
48859         * m4/memcmp.m4: Likewise.
48860         * m4/putenv.m4: Likewise.
48861         * m4/realloc.m4: Likewise.
48862         * m4/regex.m4: Likewise.
48863         * m4/stat.m4: Likewise.
48864         * m4/strftime.m4: Likewise.
48865         Suggestion from Alain Magloire.
48866
48867         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
48868         an argument.
48869
48870         * m4/regex.m4: Add a run-time Test for proper operation of
48871         re_compile_pattern.
48872
48873 1999-01-31  Jim Meyering  <meyering@ascend.com>
48874
48875         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
48876
48877 1999-01-30  Jim Meyering  <meyering@ascend.com>
48878
48879         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
48880
48881         * m4/jm-mktime.m4: Make this a wrapper around the official
48882         AM_FUNC_MKTIME rather than my private copy, now that the official one
48883         is up to date.
48884         * m4/mktime.m4: Remove file.
48885
48886         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
48887         * m4/uptime.m4: Likewise.
48888         * m4/uintmax_t.m4: Likewise.
48889
48890 1999-01-28  Jim Meyering  <meyering@ascend.com>
48891
48892         * m4/jm-macros.m4: Use jm_AFS.
48893         * m4/afs.m4: New file (from fileutils' configure.in).
48894
48895         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
48896         * m4/chown.m4: Likewise.
48897         * m4/d-ino.m4: Likewise.
48898         * m4/d-type.m4: Likewise.
48899         * m4/fnmatch.m4: Likewise.
48900         * m4/getgroups.m4: Likewise.
48901         * m4/gettext.m4: Likewise.
48902         * m4/jm-mktime.m4: Likewise.
48903         * m4/jm-winsz2.m4: Likewise.
48904         * m4/lcmessage.m4: Likewise.
48905         * m4/ls-mntd-fs.m4: Likewise.
48906         * m4/malloc.m4: Likewise.
48907         * m4/memcmp.m4: Likewise.
48908         * m4/putenv.m4: Likewise.
48909         * m4/realloc.m4: Likewise.
48910         * m4/st_mtim.m4: Likewise.
48911         * m4/strftime.m4: Likewise.
48912
48913 1999-01-16  Jim Meyering  <meyering@ascend.com>
48914
48915         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
48916         (ARGMATCH_DIE_DECL): Define.
48917
48918 1999-01-12  Jim Meyering  <meyering@ascend.com>
48919
48920         * m4/Makefile.am.in: Rewrite to avoid using fmt.
48921         Reported by Lars Hecking.
48922
48923 1999-01-10  Jim Meyering  <meyering@ascend.com>
48924
48925         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
48926         gross kludge.
48927         * m4/inttypes_h.m4: Likewise.
48928         * m4/lstat.m4: Likewise.
48929         * m4/malloc.m4: Likewise.
48930         * m4/readdir.m4: Likewise.
48931         * m4/realloc.m4: Likewise.
48932         * m4/st_dm_mode.m4: Likewise.
48933         * m4/stat.m4: Likewise.
48934         * m4/utimbuf.m4: Likewise.
48935         * m4/utimes.m4: Likewise.
48936
48937         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
48938         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
48939         comments in config.h.in are meaningful.
48940
48941         * m4/jm-macros.m4: Require autoconf-2.13 here.
48942
48943         * m4/regex.m4: By default, don't use the included regex.c on systems
48944         with glibc 2.  Suggestion from Uli Drepper.
48945
48946 1999-01-02  Jim Meyering  <meyering@ascend.com>
48947
48948         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
48949
48950 1998-12-18  Jim Meyering  <meyering@ascend.com>
48951
48952         * m4/Makefile.am.in (Makefile.am): Simplify rule.
48953         Based on a suggestion from Lars Hecking.
48954
48955 1998-11-16  Paul Eggert  <eggert@twinsun.com>
48956
48957         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
48958
48959 1998-11-16  Jim Meyering  <meyering@ascend.com>
48960
48961         * m4/lfs.m4: Double-quote the `uname...` expression.
48962
48963 1998-11-14  Jim Meyering  <meyering@ascend.com>
48964
48965         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
48966         * m4/stat.m4: Likewise.
48967
48968 1998-11-03  Jim Meyering  <meyering@ascend.com>
48969
48970         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
48971         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
48972
48973 1998-10-18  Jim Meyering  <meyering@ascend.com>
48974
48975         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
48976
48977 1998-10-17  Jim Meyering  <meyering@ascend.com>
48978
48979         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
48980         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
48981         calls for those previously hard-coded headers.  Instead, take a new
48982         parameter.
48983         (jm_CHECK_DECLARATIONS): Reflect interface change.
48984         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
48985         (jm_CHECK_DECL_LOCALTIME_R): New macro.
48986
48987         * m4/mktime.m4: Test for spring-forward gap before long-running test.
48988
48989 1998-10-14  Jim Meyering  <meyering@ascend.com>
48990
48991         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
48992         instead of "TZ=America/Vancouver".  From Paul Eggert.
48993
48994 1998-10-11  Jim Meyering  <meyering@ascend.com>
48995
48996         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
48997         This adds a test for a recently added compatibility fix for mktime.c.
48998         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
48999
49000 1998-09-27  Jim Meyering  <meyering@ascend.com>
49001
49002         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
49003
49004         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
49005         ../configure.in, including a change from Gordon Matzigkeit to allow
49006         cross-compiling for the Hurd.
49007
49008         * m4/glibc.m4: New file/macro to test for the GNU C Library
49009         versions 1 and 2.  From Gordon Matzigkeit.
49010         Indent.
49011
49012 1998-09-21  Jim Meyering  <meyering@ascend.com>
49013
49014         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
49015
49016 1998-08-18  Paul Eggert  <eggert@twinsun.com>
49017
49018         Port nanosecond-resolution times to UnixWare 2.1.2 and
49019         pedantic Solaris 2.6.
49020
49021         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
49022         AC_STRUCT_ST_MTIM.
49023         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
49024         Generate name of ns member, instead of just 1 or undef.
49025         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
49026
49027 1998-08-15  Jim Meyering  <meyering@ascend.com>
49028
49029         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
49030         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
49031         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
49032         instead of jm_TYPE_SSIZE_T.
49033
49034 1998-08-12  Jim Meyering  <meyering@ascend.com>
49035
49036         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
49037
49038 1998-08-02  Jim Meyering  <meyering@ascend.com>
49039
49040         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
49041         in acconfig.h manually.
49042
49043 1998-07-31  Paul Eggert  <eggert@twinsun.com>
49044
49045         * m4/st_mtim.m4: New file.
49046
49047 1998-07-28  Jim Meyering  <meyering@ascend.com>
49048
49049         * m4/utimes.m4: Undef stat.
49050
49051 1998-07-25  Jim Meyering  <meyering@ascend.com>
49052
49053         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
49054         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
49055
49056 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
49057
49058         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
49059         uid and gid actually remain unchanged.
49060
49061 1998-07-07  Jim Meyering  <meyering@ascend.com>
49062
49063         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
49064
49065 1998-07-04  Jim Meyering  <meyering@ascend.com>
49066
49067         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
49068         to prove that this macro can be used in packages without regex.c.
49069
49070 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
49071
49072         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
49073         is to be used.
49074
49075 1998-07-03  Jim Meyering  <meyering@ascend.com>
49076
49077         * m4/gettext.m4: Add -lintl if it's found to be necessary.
49078
49079         * m4/gettext.m4: New file -- from gettext-0.10.35.
49080         * m4/lcmessage.m4: Likewise.
49081         * m4/progtest.m4: Likewise.
49082
49083         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
49084         * m4/jm-macros.m4: Require the new macro.
49085
49086 1998-06-29  Jim Meyering  <meyering@ascend.com>
49087
49088         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
49089         for the definition of NGROUPS (used in a system header included
49090         by sys/mount.h).
49091
49092 1998-06-28  Jim Meyering  <meyering@ascend.com>
49093
49094         * m4/ls-mntd-fs.m4: New file.
49095         * m4/fstypename.m4: New file.
49096
49097         * m4/jm-macros.m4: Require the new macro.
49098         * m4/jm-glibc-io.m4: New file.
49099
49100 1998-05-19  Jim Meyering  <meyering@ascend.com>
49101
49102         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
49103         * m4/lchown.m4: New file.
49104
49105         * m4/Makefile.am.in: New file.
49106         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
49107
49108 1998-05-14  Jim Meyering  <meyering@ascend.com>
49109
49110         * m4/Makefile.am (EXTRA_DIST): Add them.
49111         * m4/jm-macros.m4: New file.
49112         * m4/utimbuf.m4: New file.
49113
49114 1998-05-12  Jim Meyering  <meyering@ascend.com>
49115
49116         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
49117
49118 1998-05-11  Jim Meyering  <meyering@ascend.com>
49119
49120         * m4/isc-posix.m4: New file.
49121
49122 1998-05-10  Jim Meyering  <meyering@ascend.com>
49123
49124         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
49125
49126 1998-05-09  Jim Meyering  <meyering@ascend.com>
49127
49128         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
49129         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
49130         with automake.
49131
49132         * m4/ssize_t.m4: New file.
49133         * m4/mktime.m4: Remove file -- the new automake has this now.
49134
49135 1998-04-26  Jim Meyering  <meyering@ascend.com>
49136
49137         * m4/assert.m4: New file.
49138         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
49139
49140 1998-04-05  Jim Meyering  <meyering@ascend.com>
49141
49142         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
49143         (jm_PREREQ): Use it here.
49144
49145 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
49146
49147         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
49148         in acconfig.h.
49149
49150 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
49151
49152         * m4/prereq.m4: New file.
49153         * m4/error.m4: New file.
49154         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
49155
49156 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
49157
49158         * m4/getline.m4: Don't set am_cv_func_working_getline before the
49159         cache-check for the same variable -- that defeated the purpose of
49160         the test; the test program was never run.  This was a problem only
49161         on systems with losing getline functions -- HP-UX 10.20 is one.
49162         Reported by Bjorn Helgaas.
49163
49164 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
49165
49166         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
49167
49168 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
49169
49170         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
49171
49172         * m4/const.m4: New file.  Use an initializer in this declaration
49173         typedef int charset[2]; const charset x;
49174         Reported by Bob Glickstein.
49175
49176 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
49177
49178         * m4/chown.m4: Fix reversed types on -1 args to chown.
49179         From Kaveh Ghazi.
49180
49181 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
49182
49183         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
49184         Add lseek and memchr.
49185
49186         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
49187         T.E.Dickey <dickey@clark.net> said that some older preprocessors
49188         have a 20-character limit on names.
49189
49190 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
49191
49192         * m4/inttypes_h.m4: New file.
49193         * m4/uintmax_t.m4: New file.
49194         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
49195
49196
49197         -----
49198
49199         Local Variables:
49200         coding: utf-8
49201         End:
49202
49203         Copyright (C) 1997-2009 Free Software Foundation, Inc.
49204
49205         Copying and distribution of this file, with or without
49206         modification, are permitted provided the copyright notice
49207         and this notice are preserved.